body {
    background-image: url("../imagenes/header.jpg");
    background-color: #0b4c86!important;
    min-height: 100vh;
    /* mobile viewport bug fix */
    min-height: -webkit-fill-available;
    padding: 0px;
    margin: 0px;
}

html {
    height: -webkit-fill-available;
}

.selected {
    animation: fadeIn;
    animation-duration: 1s;
    border-bottom: 1px solid #0b4c86;
    font-weight: bold;
    color: #0b4c86;
}

.row.principal{
    padding: 14px; 
}

.help {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

header {
    background-image: url("../imagenes/header.jpg");
    height: 15vh;
    display: flex;
    justify-content: start;
    background-color: #0b4c86;
}

main {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo {
    min-height: 10vh;
    margin-left: 1vh;
    margin-bottom: 2vh;
}

main {
    display: flex;
    flex-direction: column;
}

ul {
    margin-top: 5vh;
    display: flex;
    justify-content: space-between;
    list-style: none;
}

li {
    color: rgb(133, 133, 133);
    cursor: pointer;
    transition: 0.3s;
}



.seguridad {
    text-align: left;
    font-size: 2.3vh;
    color: rgb(133, 133, 133);
}

.informacionSEC {
    text-align: left;
    font-size: 2.3vh;
    color: rgb(133, 133, 133);
}

html {
    font-family: Arial, Helvetica, sans-serif;
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
}

@media (max-width: 600px) {
    .imagen {
        display: flex;
        justify-content: center;
    }
}

.opciones {
    display: flex;
    justify-content: space-around;
}

.acceso {
    display: flex;
    align-items: center;
    flex-direction: column;
    border-radius: 26px;
    min-height: 62vh;
    width: 90vw;
    background-color: white;
}

span {
    color: #0b4c86;
}

.accesoD {
    display: flex;
    align-items: center;
    border-bottom-right-radius: 40%;
    flex-direction: column;
}

.principal {
    min-height: 62vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.lead {
    margin-bottom: 10vh;
}

.botonEnviar {
    padding: 1vh;
    text-decoration: none;
    border-radius: 12px;
    border: 1px solid #0b4c86;
    color: #025a77;
    transition: 0.3s;
      background-color: #0b4c86;
    color: white;
}

.botonEnviar:hover {
    background-color: #428ccc;
}

th {
    color: #0b4c86;
}

.volver {
    background-color: #ffe14f;
    /* padding: 3vh; */
    font-size: 16px;
    margin-top: 4vh;
    color: #084072;
    font-weight: bold;
    border-radius: 18px;
    z-index: 1;
    border: none;
    padding: 10px 20px;
}

.volver:hover{
	background-color: #ffe175;
	cursor: pointer;
}

.denegada {
    margin-right: 3vw;
    border-radius: 5%;
}

@media (max-width: 499px) {
    .queHacer {
        border-top: 0.5vh solid #0b4c86;
    }
}

@media(max-width:850px) {
    .ojo {
        display: none;
    }
}

.ojo {
    animation: jackInTheBox;
    animation-duration: 1s;
}

@media(min-width:800px) {
    .titulo {
        font-size: 3rem;
    }
}

.close {
    border: 1px solid transparent;
    background-color: transparent;
}

footer {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

a {
    color: white;
    text-decoration: none;
}

.salleSEC {
    margin-top: 1vh;
    color: white;
}

.correo {
    color: white;
    transition: 0.5s;
}

.correo:hover {
    color: #FFCD00;
}

.agradecimiento {
    display: flex;
    justify-content: center;
    align-items: center;
}

.gracias {
    color: #0b4c86;
    font-size: 4vh;
}

/* .mas-info{
display:none;
}
.sallesec-form{
display:none;
} */


.modal-content{
     border-radius: 16px !important;
     padding:24px;
}


input[type="text"], textarea{
    border-radius:8px !important;
}