*, *:before, *:after {
  -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box; 
  box-sizing: border-box;
}

body {
font-family: 'Roboto', sans-serif;
background-color: #f8f9fa;
}

img {
max-width: 100%;
height: auto;

}

.list-unstyled li a{
color: #fff;
}

.list-unstyled li a:hover{
color: #ccc;
}
.brand-logo {
max-height: 50px;
width: auto;
        }
.cipa-bmw-section {
    padding: 60px 0;
    background-color: #f8f9fa;
}
.cipa-title {
    font-weight: 800;
    color: #333;
    text-transform: uppercase;
}
.cipa-subtitle {
    font-size: 1.2rem;
    color: #666;
}
.cipa-card {
    border: none;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
}
.cipa-card:hover {
    transform: translateY(-5px);
}
.icon-circle {
    width: 70px;
    height: 70px;
    background-color: #007bff; /* Ou a cor oficial do sindicato/BMW */
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin: 0 auto;
}

/* Estilos auxiliares do cabeçalho (mantidos do design anterior) */
    .sinpaaet-header-box {
        border: 2px solid #198754;
        padding: 10px;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 0.9rem;
    }
    .badge-continue {
        background-color: #198754;
        color: white;
        padding: 2px 8px;
        border-radius: 4px;
        font-weight: bold;
    }
    .option-row {
        cursor: pointer;
        transition: background-color 0.2s;
    }
    .option-row:hover {
        opacity: 0.9;
    }

    /* --- INÍCIO DAS ALTERAÇÕES SOLICITADAS --- */

    /* Container verde do botão VOTAR */
    .btn-votar-box {
        background-color: #157347; /* Verde escuro */
        color: white;
        padding: 10px 15px;
        border-radius: 8px;
        text-align: center;
        min-width: 110px; /* Garante um tamanho mínimo para acomodar o botão maior */
    }
    
    .btn-votar-text {
        font-weight: bold;
        font-size: 0.8rem;
        display: block;
        margin-bottom: 5px;
    }

    /* ESTILIZAÇÃO DO RADIO BUTTON */
    .custom-radio-btn input[type="radio"] {
        /* 1. Remove o estilo padrão do navegador */
        appearance: none;
        -webkit-appearance: none;

        /* 2. AUMENTA O TAMANHO (Ajuste aqui se quiser maior ou menor) */
        width: 35px;
        height: 35px;

        /* 3. Define a borda branca inicial */
        border: 3px solid white;
        border-radius: 50%; /* Deixa redondo */
        background-color: transparent; /* Fundo transparente quando não marcado */
        
        /* Centralização e ponteiro */
        cursor: pointer;
        display: block;
        margin-left: auto;
        margin-right: auto;
        transition: all 0.2s ease-in-out;
    }

    /* 4. QUANDO SELECIONADO: DEIXA O CENTRO BRANCO */
    .custom-radio-btn input[type="radio"]:checked {
        background-color: red; /* Preenche o círculo de branco */
}
        /* OPCIONAL: Se você quiser um efeito de "donut" (anel branco com furo verde no meio), 
           descomente a linha abaixo: */
        box-shadow: inset 0 0 0 6px #157347; */ 
    
    /* --- FIM DAS ALTERAÇÕES SOLICITADAS --- */


/* FIM NOVO CSS */


.bemvindo {
width: 100%;
margin-top: 20px;
text-align: center;
   
}

.bemvindo h1{
font-size: 1.5em;
color: #000;
font-weight: bold;
line-height: 1em;

}

.bemvindo h1:after {
content: "";
display: block;
width: 60px;
height: 3px;
background: #000;
margin: 20px auto 20px auto;
}

.bemvindo p{
line-height: 0.5em;
font-size: 1em;
color: #000;
text-align: center;
margin: 0 auto;

}

.bemvindo ul li{
max-width: 80%;
font-size: 1.5em;
line-height: 1em;
padding: 20px;   
color: #000;
border: 1px solid #bc000a;
margin: 0 auto;
margin-bottom: -10px;
margin-top: 10px;   
font-weight: bold;
    
}

.bg-sind {
	background-color: #104C40!important;
	
}

.alerta ul li{
max-width: 80%;
font-size: 1em;
padding: 10px;   
color: #000;
border: 1px solid #bc000a;
margin: 0 auto;
margin-bottom: -10px;
margin-top: 10px;   
    
}


.login{
width: 100%;
height: 100%;
margin-bottom: 5px;
	
}

.login p{
font-size: 1em;
color: tomato;
margin-top: 5px;
text-align: center;
	
}
#login{
font-size: 1em;
color: #bc000a;
margin-top: 5px;
text-align: center;
	
}

.login label{
color: #000;
font-size: 2em;
line-height: 0.5em;
font-weight: bold;
}

.login input{
width: 90%;
border: 2px solid #ccc;
background-color: #fff;
padding: 5px;
font-size: 1.5em;
    
}

/* formatar radio do form */
.container-form {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 1.2em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
     display: block;
    
    
}

/* Hide the browser's default radio button */
.container-form input {
  position: absolute;
display: inline-block;
  opacity: 0;
  cursor: pointer;
font-size: 14px;
  background-color: #275B7E;
    border-radius: 10px;

}


/* Create a custom radio button */
.checkmark {
    margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  background-color: #fff;
  border-radius: 100%;
       font-size: 10px;
    display: block;
    border: 4px solid tomato;
        
}

/* On mouse-over, add a grey background color */
.container-form:hover input ~ .checkmark {
  background-color: #fff;
}

/* When the radio button is checked, add a blue background */
.container-form input:checked ~ .checkmark {
  background-color: #17A958;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-form input:checked ~ .checkmark:after {
  display: block;
    background-color: #000;
    border: 2px solid #000;
}

/* Style the indicator (dot/circle) */
.container-form .checkmark:after {
 	top: 5px;
	left: 5px;
	width: 16px;
	height: 16px;
	border-radius: 90%;
	background: black;
}

.video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; margin-top: 5%; }

.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }