:root{
    --primary:#82282d;
    --secondary:#670000;
    --body-color:#fff;
    --typography1: 'MYRIADPRO_REGULAR';
    --typography2: 'MYRIADPRO_BOLD';
    --typography3: 'MYRIADPRO_SemiBold';
}


body{
    font-family: var(--typography1) !important;
    background-image: 
        linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)),
        url('../../images/background.webp');
    background-repeat: no-repeat;
    background-attachment: fixed;

}

.logo_uems{
    max-width: 200px;
}


.rojo{
    color: red;
}

.contenedor{
    /* box-shadow: 0px 0px 7px 4px rgb(220 219 219); */
    /* background-color: #fff; */
    margin-top: 3%;
    border-radius: 20px 20px 20px 20px;
}

.ocultar{
    display: none;
}

.pregunta{
    font-size: 17px;
    font-family: 'MYRIADPRO_BOLD';
}

.color-preguntas{
    color: #82282d;
    font-weight: bold;
    font-family: var(--typography3);
    font-size: 1.3rem;
}

.color-sesion{
    background-color: #670000;
    font-weight: bold;
    font-family: var(--typography2);
    font-size: 1.2rem;
}

.form-check{
    padding-right: 1.5em;
}

.form-check-label{
    font-size: 18px !important;
    font-weight: bold;
}

.form-check-input{
    border-color: #3a1219 !important;   
     
}

.form-check-input[type="checkbox"]:checked{
    background-color: #3a1219 !important; 
     
}

.form-check-input[type="checkbox"]:checked::after,  .form-check-input[type="radio"]:checked::after{
    background-color: #3a1219 !important;
}

textarea{
    height: 150px;
}

.numero_orden{
    font-size: 16px;
    padding-left: 10px;
    font-family: 'MYRIADPRO_BOLD';
}

.boton_respuesta{
    color: white;
    background-color: #82282d !important;
    font-size: 16px;
}

.boton_respuesta:hover{
    color: white;
}


.header2{
    display: none;
}

.footer {
    background-color: #670000;
    padding: 0.3% 0;
    margin-top: 50px;
}

.footer a, .footer a:active, .footer a:link, .footer a:visited, .footer-separator {
    color: white;
}



.ir-arriba {
    display:none;
    padding:12px 20px;
    background:#82282d;
    font-size:20px;
    color:#ffffff;
    cursor:pointer;
    position: fixed;
    border-radius: 10px;
    bottom:25px;
    z-index: 1000;
    right:25px;
}

.titulo_encuesta{
    font-size: 2rem !important;
}

@media (max-width: 768px){
    .header1{
        display: none;
    }

    .header2{
        display: block !important;
    }

    .form-check{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .logo_uems{
        max-width: 150px;
    }

    .titulo_encuesta{
        font-size: 1.16rem !important;
    }
}