@font-face {
    font-family:"Merriweather-Regular";
    src: url("../fonts/Merriweather/Merriweather-Regular.ttf");
    font-display: swap;
}
@font-face {
    font-family:"Merriweather-Black";
    src: url("../fonts/Merriweather/Merriweather-Black.ttf");
    font-display: swap;
}
@font-face {
    font-family:"Merriweather-Bold";
    src: url("../fonts/Merriweather/Merriweather-Bold.ttf");
    font-display: swap;
}
@font-face {
    font-family:"Onest-Medium";
    src: url("../fonts/Onest/Onest-Medium.ttf");
    font-display: swap;
}
@font-face {
    font-family:"Onest-Black";
    src: url("../fonts/Onest/Onest-Black.ttf");
    font-display: swap;
}
@font-face {
    font-family:"Onest-Regular";
    src: url("../fonts/Onest/Onest-Regular.ttf");
    font-display: swap;
}
@font-face {
    font-family:"Onest-ExtraBold";
    src: url("../fonts/Onest/Onest-ExtraBold.ttf");
    font-display: swap;
}
@font-face {
    font-family:"Onest-Bold";
    src: url("../fonts/Onest/Onest-Bold.ttf");
    font-display: swap;
}
@font-face {
    font-family:"Merriweather-Regular";
    src: url("../fonts/Merriweather/Merriweather-Regular.ttf");
    font-display: swap;
}
@font-face {
    font-family:"Poppins-Regular";
    src: url("../fonts/Poppins/Poppins-Regular.ttf");
    font-display: swap;
}

:root {
    --black:#212620;
    --gris:#A9A8A9;
    --azul:#2B4781;
    --naranja:#e94e1b;
    --verde:#83BD48;
    --amarillo:#F0B91E;
    --light: #EFFDF5;
}

*{color:var(--black);font-family:'Poppins-Regular',sans-serif;}
.bg-blue{
    --bs-bg-opacity: 1;
    background-color:var(--azul) !important;
}
.bg-dark { background-color: #0e1a39 !important;}
#navmenu {margin-top:50px;padding:0;}
.bg-naranja{background-color:var(--naranja);}
.bg-verde{background-color:var(--verde);}
.bg-mostaza{background-color:var(--amarillo);}
.bg-gris{background-color:var(--gris);}
main{overflow: hidden;}
#navsocial{height:45px;}
.social-icons-ql li{
    list-style:none;
    float:left;
    width:25px;
    height:25px;
    line-height:28px;
    background-color:var(--naranja);
    text-align:center;
    margin:0 4px;
    border-radius: 20px;
    border: 1px solid #fff;
    transition: 0.6s;
}
.social-icons-ql li a{
    display:flex;
    justify-content:center;
    align-items:center;
    width:20px;
    height:20px;
    font-size:12px;
    text-decoration: none;
}
.social-icons-ql li a i{padding-top:3px;padding-left:3px; color:white!important;transition: 0.6s;}

.social-icons-ql li:hover{background-color:white;}
.social-icons-ql li:hover a i{color:var(--naranja)!important;}
.titulo-seccion{font-family:"Merriweather-Black","sans-serif";font-size:36px;color:var(--naranja);}
.subtitulo-seccion{font-family:"Onest-Medium","sans-serif";font-size:19px;color:#4d4d4d;}
.titulo-encabezado{font-family:"Onest-Medium","sans-serif";font-size:16px;color:#4d4d4d;}

.text-justify{ text-align:justify!important;}
.text-naranja{color:var(--naranja);}
.text-amarillo{color:var(--amarillo);}
.text-azul{color: var(--azul)}
.text-verde{color: var(--verde)}
.text-negro{color: var(--black)}
.text-gris{color: var(--gris)}
.opacidad-75{filter: brightness(75%);}
.opacidad-50{filter: brightness(50%);}
.opacidad-25{filter: brightness(25%);}
.btn-naranja{ color:white;background-color: var(--naranja);}
.btn-naranja:hover,
.btn-naranja:focus,
.btn-naranja:active{ color:white!important;background-color:var(--naranja) !important;opacity:0.9 !important;}
.btn-verde{ color:white;background-color: var(--verde);}
.btn-verde:hover,
.btn-verde:focus,
.btn-verde:active{ color:white!important;background-color:var(--verde) !important;opacity:0.9 !important;}
.btn-azul{ color:white;background-color: var(--azul);}
.btn-azul:hover,
.btn-azul:focus,
.btn-azul:active{ color:white!important;background-color:var(--azul) !important;opacity:0.9 !important;}
.btn-outline-azul{ color:var(--azul);background-color:transparent;border:1px solid var(--azul) }
.btn-outline-azul:hover,
.btn-outline-azul:focus,
.btn-outline-azul:active{ color:white!important;background-color:var(--azul);}
.btn-outline-mostaza{ color:var(--amarillo);background-color:transparent;border:1px solid var(--amarillo) }
.btn-outline-mostaza:hover,
.btn-outline-mostaza:focus,
.btn-outline-mostaza:active{ color:white!important;background-color:var(--amarillo);}
.btn-outline-naranja{ color:var(--naranja);background-color:transparent;border:1px solid var(--naranja) }
.btn-outline-naranja:hover,
.btn-outline-naranja:focus,
.btn-outline-naranja:active{ color:white!important;background-color:var(--naranja);}
.btn-mostaza{ color:white;background-color: var(--amarillo);}
.btn-mostaza:hover,
.btn-mostaza:focus,
.btn-mostaza:active{ color:white!important;background-color:var(--amarillo) !important;opacity:0.9 !important;}
#navsocial .btn-naranja{font-size:12px;border:1px solid #fff;transition: 0.6s;}
#navsocial .btn-naranja:hover{background-color:white!important;color:var(--naranja)!important;}
#goTopBtn {
    display:block;
    position:fixed;
    bottom:100px;
    right:20px;
    z-index:100;
    background-color:var(--naranja);
    color:white;
    border:none;
    border-radius:50%;
    padding:16px;
    cursor:pointer;
    box-shadow:0 4px 6px rgba(0, 0, 0, 0.1);
    transition:opacity 0.4s ease, transform 0.3s ease;
}
#goTopBtn:hover{
    background-color:var(--naranja);
    opacity:0.9;
}
#goTopBtn i{color:white}
.footer{background:#19203b;color:#939393}
.input-with-icon {
    position: relative;
    display: inline-block;
    width: 100%;
}
.input-with-icon input {
    width:120px;
    padding:4px 30px;
    font-size:12px;
    border:1px solid #ccc;
    border-radius:5px;
    transition:0.5s;
}
.input-with-icon::before {
    content: '\f002';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #27314a;
}
.input-with-icon input::placeholder { color: #aaa; }
.input-with-icon input:focus + .input-icon,
.input-with-icon input:focus::before {color: #007bff;}
.input-container input:focus {width: 100%;}
#mapTabContent .card .card-body {
    background: #27314a;
    padding: 0.3rem 0.3rem;
    min-height: 50px;
}
#mapTabContent .card .card-body .card-text {
    font-family: "Poppins-Bold", sans-serif;
    font-size: 12px;
}
.text-white-50{ color: rgba(255, 255, 255, 0.5)!important;}
.text-justify{text-align: justify;}
.footer p,
.footer a,
.footer i{color:#939393}
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 35px;
    transition: .3s;
}
.footer .btn.btn-social:hover i{
    color:var(--naranja);
}
.footer .btn.btn-link {
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}
.footer .btn.btn-link::before {
    content:'\f054';
    font-family:"Font Awesome 5 Free",sans-serif;
    font-weight:bold;
    font-size: 12px;
    transition:0.5s;
}
.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}
.footer .btn.btn-link:hover::before {
    content:'\f0da';
    font-family:"Font Awesome 5 Free",sans-serif;
    color: var(--amarillo);
    font-weight:bold;
    font-size: 15px;
}
.footer p a {
    text-decoration:none;
    color: var(--naranja);
}
#mapaTab .nav-item span {
    padding:5px;
    color:#FFFFFF;
    color:rgba(255, 255, 255, 0.5);
}
#mapaTab .nav-item span.active {color: #FFFFFF}
#mapaTab .nav-item span.active::before {
    content:'\f3c5';
    font-family:"Font Awesome 5 Free",sans-serif;
    color: var(--amarillo);
    font-weight:bold;
}
.footer .copyright div {
    color:#939393;
}
.footer .copyright a {
    text-decoration:none;
    color:#FFFFFF;
}
.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}
.footer .footer-menu a{
    font-family:'Silkscreen',sans-serif;
}
/*Menu*/
#navbarCollapseMenu .dropdown-header{
    font-family:"Poppins-SemiBold", sans-serif;
    text-transform:uppercase;
    white-space:break-spaces;
    font-weight:bold;
    font-size:14px;
    color: #333;
    margin-bottom:8px;
}
#navbarCollapseMenu .dropdown-item{
    font-family:'Poppins-Regular',sans-serif;
    font-size:12px;
    margin-bottom:5px;
    transition:0.5s;
}
#navbarCollapseMenu .dropdown-item:hover::before{
    content:"\f054";
    font-family:'Font Awesome 5 Free',sans-serif;
    font-weight:bold;
    letter-spacing:1px;
    box-shadow:none;
}
#navbarCollapseMenu .navbar-nav .dropdown-menu{
    font-family:'Poppins-Regular',sans-serif;
    font-size:12px;
    margin-top:-1px;
    margin-left:-155px;
    width: calc(100% + 155px)!important;
    right: 0;
    border-radius:0;
    padding:0;
    transition:0.5s;
}
.dropdown-menu h1{
    color:var(--azul);
    font-family:'Merriweather-Black',sans-serif;
}
#navbarCollapseMenu .navbar-nav .nav-item .nav-link.dropdown-toggle.show{background:#eee;}
#navbarCollapseMenu .dropdown-toggle::after{
    font-family: "Font Awesome 5 Free",sans-serif;
    content: "\f107";
    font-weight: bold;
    font-size: 0.8rem;
    margin-left: 0.5rem;
    transition:.5s;
    border:0;
}
#navbarCollapseMenu .dropdown-toggle[aria-expanded="true"]::after{
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    font-family: "Font Awesome 5 Free",sans-serif;
    content: "\f077";
    font-weight: bold;
}
#navbarCollapseMenu .dropdown-menu .card{transition:.3s}
#navbarCollapseMenu .dropdown-menu .card:hover{
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    cursor: pointer;
}
/************* Preload ************/
.lazyload {
    filter: blur(8px);
    transition: filter 0.5s ease, opacity 0.5s ease;
    opacity: 0.6;
}
.lazyloaded {
    filter: blur(0);
    opacity: 1;
}
.img-foother{
    width: 100%;
    min-height:350px;
    background-image: url("../imagenes/plantilla/footerbg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
}
#content-preloader{
    position:fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #172A4C;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index:10001;
}
#content-preloader img{
    max-width: 200px;
    z-index: 1001;
    margin-right: 20px;
}
#preloader{
    margin-top: -45px;
    margin-left:120px;
    color: #fff;
    font-size: 8px;
    width:1em;
    height:1em;
    z-index:1002;
    border-radius:50%;
    position:relative;
    text-indent: -9999em;
    animation:mulShdSpin 1.3s infinite linear;
    transform:translateZ(0);
}

@keyframes mulShdSpin {
    0%,
    100% {
        box-shadow: 0 -3em 0 0.2em,
        2em -2em 0 0em, 3em 0 0 -1em,
        2em 2em 0 -1em, 0 3em 0 -1em,
        -2em 2em 0 -1em, -3em 0 0 -1em,
        -2em -2em 0 0;
    }
    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em,
        3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em,
        -2em 2em 0 -1em, -3em 0 0 -1em,
        -2em -2em 0 -1em;
    }
    25% {
        box-shadow: 0 -3em 0 -0.5em,
        2em -2em 0 0, 3em 0 0 0.2em,
        2em 2em 0 0, 0 3em 0 -1em,
        -2em 2em 0 -1em, -3em 0 0 -1em,
        -2em -2em 0 -1em;
    }
    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em,
        3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em,
        -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em,
        3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em,
        -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em,
        3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0,
        -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }
    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em,
        3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em,
        -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }
    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em,
        3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em,
        -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}

/* Loading gif*/
.overlaycolor-efect {
    position: fixed;
    inset: 0;
    background-color: #172A4C;
    background-image: url('../imagenes/main/loadcolor.svg');
    z-index: 10002;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    animation: fadeOut 0.5s ease-out forwards;
    animation-delay:0.3s;
}
.overlay-efect {
    position: fixed;
    inset: 0;
    background-color: #172A4C;
    z-index: 10003;
    -webkit-mask-image: url('../imagenes/main/load.svg');
    mask-image: url('../imagenes/main/load.svg');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: cover;
    mask-size: cover;
    animation: zoomMask 3.5s ease-out forwards;
    animation-delay:0.8s;
}
@keyframes zoomMask {
    0% {
        -webkit-mask-size:60%;
        mask-size:60%;
        mask-position:48% 50%;
    } 50% {
        -webkit-mask-size: 5000% 5000%;
        mask-size:5000%;
        mask-position:50% 50.1%;
    } 100% {
        -webkit-mask-size:20000%;
        mask-size:20000%;
        mask-position:50% 50%;
    }
}
@keyframes fadeOut{
    from { opacity: 1;}
    to { opacity: 0; visibility: hidden;}
}
/** End Loading gif **/
.discapacidad i{ font-size:24px; color:#FFFFFF; }
.discapacidad{
    display: block;
    position: fixed;
    top:260px;
    left: 20px;
    z-index: 100;
    background-color: var(--naranja);
    border: 3px dotted var(--amarillo);
    color: white;
    border-radius: 50%;
    padding:8px 10px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: opacity 0.4s ease, transform 0.3s ease;
}
.conten-menu-discapaciada{
    position: fixed;
    left: 70px;
    top: 260px;
    z-index: 101;
    width: 250px;
}
#tblMenuDisc li {
    cursor: pointer;
    transition: all 0.3s ease;
}
#tblMenuDisc li:hover {
    background-color: var(--naranja);
    color: white;
}
#tblMenuDisc li i {
    width: 20px;
    text-align: center;
    margin-right: 10px;
}
/* Estilos para funcionalidades */
.resaltado {
    background-color: black !important;
    color: yellow !important;
    text-decoration: underline;
}
.resaltado:hover {
    background-color: yellow !important;
    color: black !important;
    font-size: 17px !important;
    text-decoration: underline;
}
.gris{ filter: grayscale(1); }
.cursorlg { cursor: url("../imagenes/recursos/cursor.png"), auto; }
.cursorlg a, b { cursor: url("../imagenes/recursos/cursorh.png"), auto; }
.whasapicon i{font-size:24px;color:#FFFFFF}
.whasapicon{
    display: block;
    position: fixed;
    top:200px;
    left: 20px;
    z-index: 100;
    background-color: green;
    color: white;
    border: none;
    border-radius: 50%;
    padding:8px 12px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: opacity 0.4s ease, transform 0.3s ease;
}
@media only screen and (max-width: 600px){
    .whasapicon{ top:170px; }
    .discapacidad {
        top: auto;
        bottom: 560px;
        left: 20px;
    }
    .conten-menu-discapaciada {
        top: auto;
        bottom: 365px;
        left: 20px;
        width: calc(100% - 40px);
    }
    .social-icons-ql li{
        width:26px;
        height:26px;
        line-height:26px;
        margin:0 2px;
    }
    .btn-naranja{ font-size:12px; }
    #navbarCollapseMenu .navbar-nav .dropdown-menu{ margin-left:0; }
    #navbarCollapseMenu .navbar-nav .container{ max-height:350px; overflow:scroll; }
}
.autocomplete-suggestions{
    display: none;
    border: 1px solid #ddd;
    background:#fff;
    max-height:250px;
    overflow-y:auto;
    position:absolute;
    width:100%;
    z-index:1000;
}
.card-lista{padding:8px;cursor:pointer;border-bottom:1px dotted #eee; }
.card-lista:hover{background:#f8f9fa;}
.card-lista .flex-grow-1 strong{font-family:"Poppins-Bold",sans-serif;font-size:12px;}
.card-lista .flex-grow-1 small{font-family:"Poppins-Regular",sans-serif;font-size:10px;}
#suggestions::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.1);background-color:var(--azul);border-radius: 10px;}
#suggestions::-webkit-scrollbar {width: 10px;background-color: #F5F5F5;}
#suggestions::-webkit-scrollbar-thumb{
    background-color: #F90;
    background-image: -webkit-linear-gradient(
            90deg,rgba(255, 255, 255, .2) 25%,
            transparent 25%,transparent 50%,
            rgba(255, 255, 255, .2) 50%,
            rgba(255, 255, 255, .2) 75%,
            transparent 75%,transparent
    )
}
.img-foother img {margin-left:42%;margin-bottom:-200px;}
@media only screen and (max-width: 800px){
    .img-foother img {margin-left:35%;}
}
@media only screen and (max-width: 600px){
    .img-foother img {margin-left:20%;}
}
#searchcontainer{
    opacity: 0;
    transform: translateX(20px);
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
    display: flex !important;
    visibility: hidden;
}
#searchcontainer.d-none {
    display: none !important;
}
#searchcontainer:not(.d-none) {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
}
#searchicon,#closesearchicon{cursor: pointer;}
.urlclic{cursor:pointer;}