@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;0,900;1,300&display=swap');

/* CLASES DE USO GENERAL */
.btn-oakfield {
    background: #A3A3A6;
    color: #FFFFFF;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-oakfield:hover {
    background: #0850268a;
    color: #FFFFFF;
}

h3 {
    color: whitesmoke;
}
.btn-oakfield-aceptado {
    background: #125930;
    color: #FFFFFF;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-oakfield-aceptado:hover {
    background: #339F63;
    color: #FFFFFF;
}

.btn-oakfield-editar {
    background: #F39C12;
    color: #FFFFFF;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    text-decoration: none;
}

.btn-oakfield-editar:hover {
    background: #F9E79F;
    color: #FFFFFF;
    text-decoration: none;
}

.alerta {
    color: red;
}

h2 {
    font-weight: normal;
    color: #125930;
    line-height: 1.25;
}

.bg-light{
    background-color: #141F36 !important;
}

#menu-navegacion a {
    color: white;
    white-space: pre-wrap;
    cursor: pointer;
    text-decoration: unset;
}

#menu-navegacion a:hover {
    color: #339F63;
}

/* LOADER */

#loader .loader {
    background: rgba(255, 255, 255, 0.8);
    position: fixed;
    z-index: 101;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.link {
    cursor: pointer;
}
.link:hover {
    color: #339F63;
}

#main i {
    font-size: 2em;
    color: #125930;
}

/* CLASES DE USO GENERAL */
.negrita{
    font-weight: 700;
}
.btn-oakfield {
    background: #A3A3A6;
    color: #FFFFFF;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-oakfield:hover {
    background: #0850268a;
    color: #FFFFFF;
}
.pantalla {
    background-image: url("../img/pantalla1.jpg");
    background-attachment: fixed;
}
h3 {
    color: whitesmoke;
}
.btn-oakfield-aceptado {
    background: #125930;
    color: #FFFFFF;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-oakfield-aceptado:hover {
    background: #339F63;
    color: #FFFFFF;
}

.btn-oakfield-cancelar {
    background: #a82b2b;
    color: #ffffff;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    text-decoration: none;
}

.btn-oakfield-cancelar:hover {
    background: #EF9179;
    text-decoration: none;
    color: #ffffff;
}

.alerta {
    color: red;
}

h2 {
    font-weight: normal;
    color: #125930;
    line-height: 1.25;
}

p {
    font-size: 14px;
}

.container {
    max-width: 90%;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Lato', sans-serif;
}

.contenedorMenu {
    display: flex;
    height: 80px;
    width: 100%;
    background: #141F36;
    align-items: center;
    justify-content: space-between;
    padding: 0 50px 0 0px;
    flex-wrap: wrap;
}

.contenedorMenu .logo {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 0;
    margin: 0;
    text-align: center;
}

.contenedorMenu ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

.contenedorMenu ul li {
    margin: 0 5px;
    color: #ffffff;
    padding: 5px 10px;
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 5px;
}
.btn-secondary{
    padding: 10px;
    margin: 10px
}
.centrar {
    text-align: center;
}

nav .menu-btn i {
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    display: none;
}

/* input[type="checkbox"] {
    display: none;
} */

@media (max-width: 1000px) {
    .contenedorMenu {
        padding: 0 40px 0 50px;
    }
}

@media (max-width: 920px) {
    .contenedorMenu .menu-btn i {
        display: block;
    }
    #click:checked~.menu-btn i:before {
        content: "\f00d";
    }
    .contenedorMenu ul {
        position: fixed;
        top: 80px;
        left: -100%;
        background: #141F36;
        height: 100vh;
        width: 100%;
        z-index: 10;
        text-align: center;
        display: block;
        transition: all 0.3s ease;
    }
    #click:checked~ul {
        left: 0;
    }
    .contenedorMenu ul li {
        width: 100%;
        margin: 40px 0;
    }
}

.content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: -1;
    width: 100%;
    padding: 0 30px;
    color: #1b1b1b;
}

.content div {
    font-size: 40px;
    font-weight: 700;
}


/* SECCION NUEVAS SOLICITUDES */

#nuevas-solicitudes .carta {
    /* padding:20px; */
    text-align: center;
}

#nuevas-solicitudes .card-header {
    background: #125930;
}

#nuevas-solicitudes .card-body {
    background: #141F36;
}

#nuevas-solicitudes p {
    margin: 0;
}

#nuevas-solicitudes button {
    margin-top: 15px;
}

#nuevas-solicitudes {
    text-align: center !important;
}


/* SECCION DETALLE DE INSCRIPCION */


/*Ventana Modal Finalizar Proceso*/

#fin-proceso .ventana {
    background: rgba(255, 255, 255, 0.8);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
}


/*Ventana modal abrir comentario*/

#nuevo-comentario .overlay {
    background: rgba(255, 255, 255, 0.8);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
}


/*Ventana Resultados*/
#resultados img {
    max-height: 10em;
}

#ver-resultados .overlay {
    background: rgba(255, 255, 255, 0.8);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
}

#ver-resultados .container {
    width: 95%;
}

#ver-resultados .modal-lg {
    max-width: 100%;
}

#ver-resultados .img-responsive {
    width: 40%;
    margin-top: -10%;
}


/* LOADER */

#loader .loader {
    background: rgba(255, 255, 255, 0.8);
    position: fixed;
    z-index: 101;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

#loader i {
    color: #2BA84F;
}


/*Función comentario otro*/

.comentario-extra.invisible {
    display: 'none';
}


/*Icono cerrar modal*/

.btn-cerrar-popup {
    font-size: 16px;
    line-height: 16px;
    position: absolute;
    right: 30px;
    transition: .3s ease all;
    color: #FF0000;
}

.btn-cerrar-popup:hover {
    color: #000;
    text-decoration-line: none;
}

.btn-toggle {
    top: 50%;
    transform: translateY(-50%);
}

.btn-toggle {
    margin: 0 6rem;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 3rem;
    border-radius: 1.5rem;
    color: #6b7381;
    background: #bdc1c8;
}

.btn-toggle:focus,
.btn-toggle.focus,
.btn-toggle:focus.active,
.btn-toggle.focus.active {
    outline: none;
}

.btn-toggle:before,
.btn-toggle:after {
    line-height: 1.5rem;
    width: 4rem;
    text-align: center;
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity 0.25s;
}

.btn-toggle:before {
    color: black;
    content: 'no';
    left: -4rem;
}

.btn-toggle:after {
    content: 'si';
    right: -4rem;
    opacity: 0.5;
}

.btn-toggle>.handle {
    position: absolute;
    top: 0.1875rem;
    left: 0.1875rem;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 1.125rem;
    background: #fff;
    transition: left 0.25s;
}

.btn-toggle.active {
    background: #125930;
    transition: background-color 0.25s;
}

.btn-toggle.active>.handle {
    left: 1.6875rem;
    background: #2BA84F;
    transition: left 0.25s;
}

.btn-toggle.active:before {
    opacity: 0.5;
}

.btn-toggle.active:after {
    opacity: 1;
}

#subseccion_direccion {
    margin-bottom: 2rem;
}

#subseccion_direccion img {
    height: 250px;
}

#seccion_examen img {
    max-height: 170px;
}


.caja-buscar {
    border: solid gray 2px;
    /* position: absolute; */
    /* top: 50%;
    left: 50%; */
    /* transform: translate(-50%, -50%); */
    background: #fff;
    height: 50px;
    border-radius: 40px;
    padding: 0;
}

.caja-buscar:hover>.texto-buscar {
    width: 250px;
    padding: 0 6px;
}

.caja-buscar:hover>.buscar-btn {
    background: #125930;
}

.btn-buscar {
    color: #125930;
    float: right;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}

.texto-buscar {
    border: none;
    background: none;
    outline: none;
    float: left;
    padding: 0;
    transition: 0.5s;
    line-height: 40px;
    width: 0px;
}

#barra-buscar {
    background-color: #141F36;
}

#footer{
    padding-top: 15px;
    background-color: #141F36;
    margin-top: 3em;
}
#footer h4 {
    color: whitesmoke;
}

/*Modales*/
#modal .overlay {
    background: rgba(255, 255, 255, 0.8);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
}

#links-primero, #links-segundo, #links-tercero {
    color: #141F36;
}