/*  font-family: "Epilogue", sans-serif;
  font-family: "Quicksand", sans-serif;
 */
html{
    overflow-x: hidden;
}
body{
    font-family: "Quicksand", sans-serif;
    overflow-x: hidden;
}
.bgbanner{
    background-image: url('../img/bannerinicio.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bgproceso{
    background-image: url('../img/bgproceso.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
        text-align: center;
        padding-top: 50px;
    padding-bottom: 60px;
}
#bgcerca{
    background-image: url('../img/bgcerca.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#bgcam{
    background-image: url('../img/bgcam.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bgcontacto{
    background-image: url('../img/fondocontacto.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
        text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

#navbar-panel{
    background-color: #111827;
    padding: 0.75rem 0;
}

/* Estilos para el menú móvil */
@media (max-width: 767px) {
    #navbar-panel .navbar-nav {
        text-align: center;
        padding-top: 1rem;
    }
    
    #navbar-panel .navbar-nav .nav-item {
        margin-bottom: 0.5rem;
    }
    
    #navbar-panel .btnpanel {
        display: block;
        width: 100%;
        max-width: 250px;
        margin: 0 auto;
    }
}

.btnpanel{
    background-color: #4483DF;
    font-family: "Epilogue", sans-serif;
    font-weight: 600;
    color: white !important;
    font-size: 1rem;
    padding: 13px 35px;
    border-radius: 5px;
    line-height: 1.2;
    transition: transform 0.2s ease, background-color 0.3s ease;
    text-decoration: none;
    display: inline-block;
}
.btnpanel:hover {
   color: white !important;
   background-color: #3a73c9 !important;
   transform: scale(1.05);
   text-decoration: none !important;
}
#logoimg{
        width: 95px;
}
#imgpanel{
        width: 470px;
    margin-bottom: -52px;
}
.titlebanner{
    font-family: "Epilogue", sans-serif;
    font-weight: 700;
    text-shadow: 0px 4px 4px #00000040;
    color: #FFFFFF;
    font-size: 3.5rem;
}
.titlebanner strong{
    color: #FFEDBC;
     font-weight: 700;
}
#subtitlebanner{
    font-weight: 500;
    font-family: "Quicksand", sans-serif;
    font-size: 1.4rem;
    color: white;
    margin-top: 30px;
    margin-bottom: 35px;
}
.newbtnpadd{
    padding: 18px 45px;
}
.divquienessomos{
    padding-top: 45px;
    padding-bottom: 55px;
}
.titles{
    font-family: "Epilogue", sans-serif;
    color: #254779;
    font-weight: bold;
    font-size: 2.2rem;
    margin-bottom: 16px;
}
.parra{
    font-weight: 500;
    line-height: 1.1;
    font-size: 1.2rem;
    text-wrap: pretty;
    margin-bottom: 17px;
}

.mbuttop{
    margin-top: 10px;
}
.mt1{
    padding-top: 20px;
    padding-left: 35px;
}

.beneficiosm{
    margin-top: 60px;
    text-align: center;
}

.divcuadros{
    text-align: center;
    box-shadow: 4px 3px 8px 0px #00000017;
    border-radius: 9px;
    padding: 60px 51px;
        margin-top: 20px;
    margin-bottom: 40px;
}
.divcuadros h3{
    font-family: "Epilogue", sans-serif;
    color: #1E1E1E;
    font-weight: 700;
    font-size: 1.5em;
}

.divcuadros p{
    color: #1E1E1E;
    font-weight: 500;
    font-size: 1.1em;
    text-wrap: pretty;
    margin-bottom: 0;
}
.chcolor{
    background-color: #254779;
}
.tchcolor{
    color: white;
}
.numcircle{
    display: flex;
    text-align: center;
    background: #579BFF;
    width: 84px;
    height: 84px;
    font-family: "Epilogue", sans-serif;
    justify-content: center;
    align-items: center;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1;
    border-radius: 100%;
    padding-top: 10px;
    color: white;
    margin: auto;
    margin-bottom: 38px;
    margin-top: 18px;
}
.subtitleproce{
    font-family: "Epilogue", sans-serif;
    color: white;
    font-weight: 700;
    margin-bottom: 16px;
    font-size: 1.5rem;
}
.parraproce{
      color: white;
    line-height: 1.3;
    font-size: 1.1rem;
    margin-bottom: 50px;
}
.divcarrusel{
    padding-top: 50px;
    padding-bottom: 50px;
}
#carrusel{
    margin-top: 20px;
}
.slidercard{
    box-shadow: 4px 3px 8px 0px #00000017;
    position: relative;
    overflow: hidden;
    padding: 25px 30px;
    padding-left: 0;
}
.slidercard h3{
    font-family: "Epilogue", sans-serif;
    color: #1E1E1E;
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.slidercard h4{
    font-family: "Epilogue", sans-serif;
    color: #254779;
    font-weight: 500;
    font-size: 1.1rem;
}
.slidercard  p{
        color: #1E1E1E;
    font-size: 1.1rem;
    margin-bottom: 0;
    line-height: 1.4;
}



/* Agrega margen lateral a cada slide */
.slick-slide {
  margin: 10px 20px;
  border-radius: 9px;
}

/* Compensa el margen del contenedor para alinear los slides */
.slick-list {
  margin: 0 -20px;  /* el mismo valor que el margin lateral */
}
.fondo{
    position: absolute;
    height: 100%;
    width: 50px;
    background-color: #4483DF;
    left: 0;
    top: 0;
}

.imgslider{
        width: 80%;
    z-index: 2;
    position: relative;
    margin-left: 17px;
    max-width: 100%;
}

.divotras{
    text-align: center;
    margin-top: 25px;
    margin-bottom: 60px;
}
.cardotros{
    border-radius: 9px;
    height: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.cardotros img{
        width: 90px;
    margin-bottom: 18px;
}
.titleotros{
        display: block;
    font-family: "Epilogue", sans-serif;
    color: white;
    text-decoration: none;
    font-size: 1.5rem;
}

.linkno{
    text-decoration: none;
    cursor: default;
}
#form{
    background: white;
    padding: 45px 30px;
    border-radius: 9px;
    width: 45%;
    margin: auto;
}
.divInput{
    margin-bottom: 10px;
    border: 1px solid #a9a9a994;
}
.divTextarea{
    resize: none;
    height: 160px;
    border: 1px solid #a9a9a994;
     margin-bottom: 20px;
}
.btnform{
        background: #579BFF;
    width: 100%;
    border: 0;
}
#res{
        font-size: 1.1rem;
    font-weight: 500;
}
footer{
        background-color: #111827;
    padding-top: 31px;
    padding-bottom: 33px;
}
#footerlist{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.iconf{
   width: 17px;
    margin-right: 13px;
    align-self: flex-start;
}
#footerlist a{
    color: white;
    text-decoration: none;
}
.iconface{
    width: 40px;
}
.textfooter{
        text-align: center;
    color: white;
    font-size: 1rem;
    margin-bottom: 0;
    margin-top: 35px;
}
.alinsefltbtt{
    align-self: flex-end;
}
.icofooter{
    width: 120px;
}
/* HTML: <div class="loader"></div> */
.loader {
    width: 28px;
    margin: auto;
    margin-top: 6px;
    --b: 6px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #579bff;
  -webkit-mask:
    repeating-conic-gradient(#0000 0deg,#000 1deg 70deg,#0000 71deg 90deg),
    radial-gradient(farthest-side,#0000 calc(100% - var(--b) - 1px),#000 calc(100% - var(--b)));
  -webkit-mask-composite: destination-in;
          mask-composite: intersect;
  animation: l5 1s infinite;
}
@keyframes l5 {to{transform: rotate(.5turn)}}




@media (max-width: 1450px) {
   #imgpanel {
        width: 382px;
        margin-bottom: -43px;
    }
    .titlebanner {
        font-size: 3.1rem;
    }
    #subtitlebanner {
        font-size: 1.22rem;
        margin-top: 16px;
        margin-bottom: 25px;
    }
    .titles {
        font-size: 2rem;
    }
    .parra {
        font-size: 1.1rem;
    }
    .divcuadros h3 {
        font-size: 1.3em;
    }
    .numcircle {
        width: 80px;
        height: 80px;
        font-size: 3rem;
        margin-bottom: 32px;
    }
    .subtitleproce {
        font-size: 1.4rem;
        margin-bottom: 12px;
    }
    .cardotros {
        height: 250px;
    }
    .titleotros {
        font-size: 1.4rem;
    }
    .cardotros img {
        width: 73px;
        margin-bottom: 13px;
    }
    .icofooter {
        width: 108px;
    }
    .iconf {
        width: 14px;
        margin-right: 10px;
    }
    #footerlist a {
        font-size: 0.9rem;
    }
    .iconface {
        width: 35px;
    }
    .textfooter {
        font-size: 0.9rem;
        margin-top: 29px;
    }
    #logoimg {
        width: 89px;
    }
    .bgbanner {
        padding-top: 11px;
    }
    #form {
        width: 50%;
    }
}

@media (max-width: 1210px) {
    #logoimg {
        width: 75px;
    }
    .btnpanel {
        font-size: 1rem;
        padding: 11px 27px;
    }
    .titlebanner {
        font-size: 2.8rem;
    }
    subtitlebanner {
        font-size: 1.15rem;
    }
    #imgpanel {
        width: 320px;
        margin-bottom: -36px;
    }
    .newbtnpadd {
        padding: 16px 38px;
    }
    .titles {
        font-size: 1.8rem;
    }
    .parra {
        font-size: 1rem;
    }
    .divcuadros h3 {
        font-size: 1.2em;
    }
    .divcuadros {
        padding: 46px 30px;
    }
    .divcuadros p {
        font-size: 1em;
    }
    .numcircle {
        width: 75px;
        height: 75px;
        font-size: 2.5rem;
        margin-bottom: 26px;
    }
    .subtitleproce {
        font-size: 1.2rem;
        margin-bottom: 7px;
    }
    .parraproce {
        color: white;
        line-height: 1.2;
        font-size: 1rem;
        margin-bottom: 40px;
    }
    .slidercard p {
        font-size: 1rem;
        line-height: 1.3;
    }
    .slidercard p br{
       display: none;
    }
    .cardotros img {
        width: 60px;
    }
    .titleotros {
        font-size: 1.3rem;
    }
    .cardotros {
        height: 235px;
    }
    .icofooter {
        width: 106px;
    }
}

@media (max-width: 991px) {
    .titlebanner {
        font-size: 2.2rem;
    }
    #subtitlebanner {
        font-size: 1rem;
    }
    #subtitlebanner br{
        display: none;
    }
    #imgpanel {
        width: 245px;
        margin-bottom: -27px;
    }
    .newbtnpadd {
        padding: 13px 32px;
    }
    .mt1 {
        padding-top: 0;
        padding-left: 12px;
    }
    .titles {
        font-size: 1.5rem;
    }
    .divquienessomos {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .divcuadros h3 {
        font-size: 1.1rem;
    }
    .divcuadros {
        padding: 23px 13px;
        margin-top: 13px;
        margin-bottom: 30px;
    }
    .beneficiosm {
        margin-top: 45px;
    }
    .numcircle {
        width: 65px;
        height: 65px;
        font-size: 2rem;
        margin-bottom: 19px;
    }
    .bgproceso {
        padding-top: 25px;
        padding-bottom: 30px;
    }
    .subtitleproce {
        font-size: 1.1rem;
        margin-bottom: 6px;
    }
    .parraproce {
        line-height: 1.2;
        text-wrap: balance;
        margin-bottom: 25px;
    }
    .divcarrusel {
        padding-top: 34px;
        padding-bottom: 20px;
    }
    .slidercard h3 {
        font-size: 1.1rem;
    }
    .slidercard h4 {
        font-size: 1rem;
    }
    .slidercard p {
        font-size: 0.9rem;
    }
    .imgslider {
        width: 135%;
        z-index: 2;
        position: relative;
        margin-left: 10px;
        max-width: 135%;
    }
    .fondo {
        width: 35px;
    }
    .divotras {
        margin-top: 20px;
        margin-bottom: 35px;
    }
    .cardotros {
        height: 187px;
    }
    .cardotros img {
        width: 47px;
    }
    .titleotros {
        font-size: 1.2rem;
    }
    #form {
        width: 70%;
    }
    .bgcontacto {
        padding-top: 37px;
        padding-bottom: 39px;
    }
    .icofooter {
        width: 84px;
    }
    .iconf {
        width: 14px;
        margin-right: 1px;
    }
    #footerlist a {
        font-size: 0.85rem;
    }
    .iconface {
        width: 27px;
    }
    .textfooter {
        font-size: 0.85rem;
        margin-top: 25px;
    }
    footer {
        padding-top: 27px;
        padding-bottom: 30px;
    }
    .divcuadros p {
        font-size: 1em;
        line-height: 1.1;
    }
}

@media (max-width: 767px) {
    #logoimg {
        width: 70px;
    }
    .btnpanel {
        font-size: 1rem;
        padding: 8px 20px;
    }
    .titlebanner {
        font-size: 1.8rem;
        line-height: 1.1;
        text-align: center;
    }
    #subtitlebanner {
        font-size: 0.9rem;
        text-align: center;
        text-wrap: pretty;
    }
    .newbtnpadd {
        padding: 11px 20px;
    }
    .bgbanner {
        padding-top: 18px;
        text-align: center;
    }
    #imgpanel {
        width: 180px;
        margin-bottom: -20px;
        margin-top: 13px;
    }
    .divquienessomos{
        text-align: center;
    }
    .mt1 {
        padding-top: 17px;
    }
    .titles {
        font-size: 1.4rem;
        margin-bottom: 10px;
        line-height: 1.1;
    }
    .parra {
        font-size: 1rem;
        margin-bottom: 10px;
    }
    .beneficiosm {
        margin-top: 42px;
    }
    .divcuadros {
        padding: 30px 45px;
        margin-top: 2px;
        margin-bottom: 20px;
    }
    .divcuadros h3 {
        font-size: 1.2rem;
    }
    .subtitleproce {
        font-size: 1.1rem;
        margin-bottom: 5px;
    }
    .parraproce {
        margin-bottom: 16px;
    }
    .mtpomovi{
        margin-top: 14px;
    }
    .divcarrusel {
        padding-top: 26px;
        padding-bottom: 13px;
    }
    #carrusel {
        margin-top: 0;
    }
    .divotras {
        margin-top: 14px;
        margin-bottom: 20px;
    }
    .cardotros {
        height: 175px;
        margin-bottom: 14px;
    }
    .parra br{
        display: none;
    }
    #form {
        width: 95%;
        padding: 34px 25px;
    }
    .divTextarea {
        height: 130px;
    }
    footer {
        padding-top: 25px;
        padding-bottom: 25px;
        text-align: center;
    }
    .icofooter {
        width: 83px;
        margin-bottom: 13px;
    }
    #footerlist {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    #footerlist li{
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    #footerlist a {
        font-size: 1rem;
        line-height: 1.1;
        text-align: center;
        display: inline-block !important;
    }
    .iconf {
        width: 17px;
        margin-right: 0px;
        display: block;
        margin: auto;
        margin-bottom: 3px;
    }
    .nopadnma{
        padding: 0;
        margin: 0;
    }
    .textfooter {
        font-size: 0.9rem;
        line-height: 1.4;
        margin-top: 11px;
    }
}