#main{
    transition: all 0.5s;
    margin-left: 0em;
    position: fixed;
    width: 100%;
    max-width: 700em;
    /*background-color: green;*/
    height: 100%;
    left: 0%;
    overflow-x: hidden;

    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background: linear-gradient(to top, #ffffff 50%, #d9d9d9 100% 100%);
}

.header {
    position: relative;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 0 1em 0;
    margin: 0 auto;
    z-index: 999;
    border: none;
    outline: none;
    display: flex;
}

.header .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* -webkit-box-align: center; */
    -ms-flex-align: center;
    /* align-items: center; */
    /* background-color: #a73232; */
    justify-content: center;
    width: 100%;
}

.menuFlotante {
    /* background-color: #ffffff36; */
    position: fixed;
    right: 49px;
    bottom: 3em;
    width: 100px;
    height: auto;
    z-index: 4;
    display: block;
    border-radius: 1em;
}

.menuFlotante ul {
    list-style-type: none;
}

.menuFlotante li {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100px;
    cursor: pointer;
    filter: drop-shadow(0px 0px 0px #ffffff);
}

.menuFlotante li:hover {
    filter: drop-shadow(0px 0px 8px #03A9F4);
}


@media screen and (max-width: 800px) {


    .menuFlotante {
        /* background-color: #ffffff36; */
        position: fixed;
        right: 49px;
        bottom: 3em;
        width: 100px;
        height: auto;
        z-index: 4;
        display: block;
        border-radius: 1em;
        background-color: #f1f4f1;
        bottom: 0;
        width: 100%;
        right: 0%;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        margin: auto;

    }

    .menuFlotante ul {
        display: flex;
        margin-top: -1em;
    }


}







/* LOGOS */
.boxContenedorLogo {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 7em;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    /*background-color: #0e80b3;*/
    display: flex;
}

.logoIniDer {
    position: relative;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    /* display:block; */
    /* background-color: #ffffff; */
    /* margin-left: 0%; */
    z-index: 2;
    border: solid 0px red;
    cursor: pointer;
}


.utilidadesTop{
    /*background-color: red;*/
    display: flex;
    width: 100%;
    flex-direction: column;
}


.boxContenedorLogo{

} 



.utilidadesBox{padding: 0.6em;/* background-color: green; */width: 100%;/* max-width: 23em; */display: flex;justify-content: end;}

.utilidadesBox ul{width: 100%;list-style-type: none;/* background-color: #a1a1df; */padding: 0.2em;max-width: 10em;}

.utilidadesBox li {

}

.utilidadesBox li a{
    display: flex;
    gap: 3%;
    align-items: center;
    background-color: #a1a1ed;
    padding: 0.4em;
    border-radius: 0.4em;
    color: #173a5b;
    font-size: 0.8em;
    font-weight: 700;
    text-align: center;
    justify-content: center;
    padding: 0.6em;
    transition: all 0.5s;
}

.utilidadesBox li a:hover{
    background-color:#7ed982;
}


.BannerPrincipal{
    position: relative;
    width: 100%;
    margin-bottom: 1em;
    left: 0%;
}


.carousel-inner img {
  width: 100%;
  height: 100%;
}


#myCarousel1{width: auto;height: 0vh;/*background-color: red;*/left: 0%;}
#myCarousel1 .carousel-prev, #myCarousel1 .carousel-next{position: absolute;top: 53vh;width: 50vh;height: auto;/* background-color: red; */left: 5%;}
#myCarousel1 .carousel-next{left: 16%;/* right: 10%; */}
#myCarousel1 .carousel-prev img, #myCarousel1 .carousel-next img{
  width: 100%!important;
  height: auto!important;
}
#myCarousel1 .item {background-size: 100% 100%;background-position: top center;background-repeat: no-repeat;height: 74vh;}


#myCarousel2{width: auto;height: auto;/* background-color: red; */left: 0%;}
#myCarousel2 .carousel-prev, #myCarousel2 .carousel-next{

    position: absolute;
    top: 28vh;
    width: auto;
    height: auto;
    /* background-color: red; */
    left: 1%;
    z-index: 4;
    color: #fff;
    font-size: 3em;
    padding: 0.1em;
    cursor: pointer;

}

#myCarousel2 .carousel-next{left: auto;right: 1%;}
#myCarousel2 .carousel-prev img, #myCarousel2 .carousel-next img{
  width: 100%!important;
  height: auto!important;
}
#myCarousel2 .item {background-size: contain;background-position: top center;background-repeat: no-repeat;height: 64vh;width: 100%;left: 0%;/* background-color: green; */}

.carousel-next:hover,.carousel-prev:hover{
   filter: drop-shadow(rgb(3, 169, 244) 0px 0px 12px);
}




.banner_contenedor{position: absolute;z-index: 4;width: 40%;/* background-color: red; */height: auto;padding: 0.3em;left: 7%;top: 22%;display: flex;flex-direction: column;}


.banner_titulo{
    position: relative;
    width: 100%;
    /* background-color: red; */
    height: auto;
    padding: 0.3em;
    /* left: 0%; */
    /* top: 20%; */
    color: #173a5b;
    font-size: 3em;
    font-weight: 700;
    line-height: 0.9em;
    /* margin-bottom: 0.4em; */
}

.banner_titulo2{
    position: relative;
    width: 100%;
    /* background-color: red; */
    height: auto;
    padding: 0em 0.5em;
    /* left: 0%; */
    /* top: 20%; */
    color: #173a5b;
    font-size: 1.8em;
    font-weight: 400;
    line-height: 0.9em;
    /* margin-bottom: 0.4em; */
}


.box_banner_btn{
    display: flex;
    gap: 1%;
    padding: 0 0.4em;
    margin: 2em 0.3em;
}

.banner_btn, .banner_btn2{
    background-color: #4891e1;
    height: auto;
    width: fit-content;
    position: relative;
    z-index: 4;
    /* top: 52%; */
    /* left: 0%; */
    padding: 0.6em 1.6em;
    border-radius: 1em;
    color: #fff;
    text-align: center;
    font-size: 1.2em;
    font-weight: 700;
    cursor: pointer;
    transition: all .5s;
}

.banner_btn2{
    background-color: #9e66f7;
}


.banner_btn:hover, .banner_btn2:hover{
    background-color: #173a5b;
}

.banner_simbolo{
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: auto 100%;
    width: 100%;
    height: 100%;
    /* background-color: red; */
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
}

.banner_mask{
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    /* background-color: aquamarine; */
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    z-index: 2;
}

.banner_img, .banner_img2{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    z-index: 1;
    width: 61%;
    height: 100%;
    right: 0;
    bottom: 0;
    background-color: #4893e3;
    background-blend-mode: multiply;
}


.banner_img2 {
    display: none;
}    



@media screen and (max-width: 800px) {


.banner_img2 {
    display: block;
    width: 100%;
}    

.banner_img {
    display: none; 
}    

}








.banenr_bots{/* background-color: blue; */bottom: 0;position: absolute;width: 100%;margin: auto;display: flex;justify-content: center;margin-bottom: 1em;z-index: 4;}

.banenr_bots ul {list-style-type: none;display: flex;justify-items: center;gap: 2%;width: auto;justify-items: center;}


.banenr_bots li {width: 16px;height: 16px;background-color: #173a5bc9;text-align: center;border-radius: 50%;cursor: pointer;opacity: 0.9;}





footer{
    /* background: #2c3e50; */
    color: #ecf0f1;
    padding: 0em 0em 0em 0em;
    margin-top: 50px;
    background-color: var(--verde-claro);
}


footer .container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    background-color: var(--verde-oscuro);
    /*height: 100%;*/
    padding: 3em 2em 2em 12em;
    border-top-left-radius: 31em;
}

footer .containerDos{
   text-align: center;
   /* margin-top: 50px; */
   /* padding-top: 20px; */
   /*border-top: 1px solid #34495e;*/
   font-size: 12px;
   color: #95a5a6;
   background-color: var(--verde-oscuro);
}


footer .container div{

}

footer .container h3{
    color: var(--verde); border-bottom: 2px solid #34495e; padding-bottom: 10px;margin: 2em 0;
}


footer .container p{

    font-size: 14px; line-height: 1.8;
}

footer .container ul{
    list-style: none; padding: 0; font-size: 14px;
}


footer .container li{
    margin-bottom: 10px;
    color: #fff;
}

footer .container li a, footer .container a{
    color: #fff;
    /* display: block; */
    text-decoration: none;
}
footer .container li a:hover, footer .container a:hover{
    color: var(--verde);
}

.containerBase{
    /* background-color: var(--verde-claro); */
    /* padding: 1em; */
}

.textoFinalFooter{padding: 2.6em 2em;/* background-color: red; */width: 100%;text-align: center;font-size: 1.6em;font-weight: 500;line-height: 1.4em;display: block;max-width: 27em;margin: auto;}
.textoFinalFooter span {
    border: solid 2px #fff;
    border-radius: 0.5em;
    font-weight: 700;
    padding: 0em 0.6em;
}
.textoFinalFooter a {background-color: #4891e1;padding: 0.4em 1.2em;border-radius: 6em;display: inline;margin: 2em 0em 0em 0em;display: inline-block;color: #fff;font-size: 0.8em;font-weight: 700;}




.contenedorDestacados{width: 96%;/* left: 2%; */position: relative;display: flex;gap: 2%;margin: 2em 0;max-width: 1200px;margin: 3em auto;}

.itemDestacado{
    background-color: #95c8e9;
    background-image: url(https://coopsanitas.com.co/images/simbolo.png);
    background-size: auto 70%;
    background-repeat: no-repeat;
    background-position: bottom center;
    width: 100%;
    border-radius: 2em;
    background-blend-mode: color;
}

.itemDestacadoBox{width: 80%;/* background-color: blue; */margin: auto;margin-top: 4%;padding: 1em;height: 7em;/* border-radius: 2em; *//* overflow: hidden; */display: flex;flex-direction: column;}

.itemDestacadoTitulo{font-size: 1.6em;text-align: center;font-weight: 700;color: #173a5e;line-height: 1.1em;margin-bottom: 0.6em;}

.itemDestacadoResumen{color: var(--verde-oscuro);font-weight: 500;text-align: center;margin-bottom: 1em;}

.itemDestacadoBtn{
    /* display: inline; */
    margin: auto;padding: 0.6em 1.6em;
    border-radius: 5em;color: #fff;
    font-weight: 600;border: solid 2px #fff;
    cursor: pointer;
    transition: all 0.4s;
}

.itemDestacadoBtn:hover{
    background-color: #fff;
    color: #173a5e;
}

.itemDestacadoImg{
    height: 23em;
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    /* background-color: red; */
}

section{
    background: transparent;
    color: #174467;
    padding: 1em 0;
}

section h1{
    /* background: transparent; */
    color: #174467;
    padding: 1em 0;
    line-height: 1.0em;
}

.container{
    padding: 0em 0em;
}

.container p{
    padding: 0em 0em;
}

.container h2{
    padding: 0em 0em;
    color: var(--verde);
    line-height: 1.1em;
}

.container ul, .container ol{
    margin-left: 3em;
}

.container li {

}


.container a {
    color: var(--verde);
}

.container a:hover {
    color: var(--verde-oscuro);
}

.btn-custom{
    padding: 0;
    background: transparent;
    width: 100%;
    max-width: 1200px;
    margin: 3em auto;
}




.plantilla-grid{
    padding: 0;
    background: transparent;
    width: 100%;
    max-width: 1200px;
    margin: 3em auto;
}

.plantilla-grid-item{
    display: grid; 
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); 
    gap: 25px;
}

.card-servicio{
    background: #fff;
    /* padding: 30px; */
    border-radius: 1em;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
    /* border-bottom: 4em solid var(--verde); */
    height: 100%;
    overflow: hidden;
    transition: all 0.5s; 
}
.card-servicio:hover{
    box-shadow: 0 8px 15px rgb(72 147 227);
}
.card-servicio_img{
    height: 10em;
    width: 10em;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: red;
    border-radius: 50%;
    overflow: hidden;
    margin: 1.4em auto;
    /* padding: 1em; */
}

.card-servicio h3{
    /* margin: 10px 0; */
    padding: 1em;
    margin: 1em;
    height: 4.5em;
    line-height: 1.1em;
}

.card-servicio p{
    font-size: 14px;
    color: #ffffff;
    background-color: var(--verde);
    font-weight: 600;
    text-transform: uppercase;
}

.plantilla-grid-item a {
    text-decoration: none;
    color: inherit;
}

.plantilla-grid-item a:hover {
    
}


.w-100{
    width: 100%;
    padding: 0em;
}

.w-sin{
    width: 90%;
    padding: 0em;
    margin: 0em auto 2em auto;
    max-width: 1920px;
}


.boxDestadcados{
    display: flex;
    /* grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); */
    gap: 1%;
    padding: 0 3em 2em 3em;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1920px;
    margin: auto;
}

.ItemDestadcados{
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 20px;
    display: flex;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02);
    width: 100%;
    text-align: center;
    margin-bottom: 1em;



    flex-direction:column; 
    justify-content:space-between; 
    box-shadow:0 4px 8px rgba(0,0,0,0.02); 
    height:100%; 
    transition: transform 0.2s;





}

.card-servicio_img_dos{
    height: 10em;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: red;
    /*border-radius: 50%;*/
    overflow: hidden;
    margin: 1.4em auto;
    /* padding: 1em; */
}


.ItemDestadcadosH3 {
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffffff;
    padding: 1em 1em 1em 2em;
    font-size: 2em;
    line-height: 0.9em;
    width: 100%;
    max-width: 1920px;
    /* background-color: red; */
    margin: 0em auto;
    box-sizing: border-box;
    display: flex;
}


.ItemDestadcadosH5 {
    font-weight: 700;
    /* margin-bottom: 20px; */
    /*color: #ffffff;*/
    padding: 0em 0em;
    font-size: 1.2em;
    line-height: 0.9em;
}

.ItemDestadcados a {
    text-align:center;
    font-size: 0.9em;
    padding:8px;
    background-color: #4893e3;
    border-radius: 0.4em;
    color: #fff;
    font-weight: 700;
    transition: all 0.5s;
}

.ItemDestadcados a:hover {
    background-color: #152f4c;
    color: #fff;
}



/* ==========================================
       ESTILOS DEL CARRUSEL DE DESTACADOS
       ========================================== */
    .carrusel-destacados-wrapper {display: flex;align-items: center;position: relative;width: 100%;margin: 1em auto;max-width: 1920px;padding: 0em 2em;}
    .carrusel-destacados-track-container { width: 100%; overflow: hidden; padding: 10px 5px; }
    .carrusel-destacados-track { display: flex; transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1); gap: 20px; }
    
    /* Configuración de anchos: 4 columnas en pantallas grandes, 3 en medianas, 1 en móvil */
    .carrusel-card-item { 
        flex: 0 0 calc(25% - 15px); /* Por defecto 4 visibles si la pantalla es muy grande */
        box-sizing: border-box;
    }
    
    @media (max-width: 1200px) {
        .carrusel-card-item { flex: 0 0 calc(33.333% - 14px); } /* 3 visibles */
    }
    @media (max-width: 768px) {
        .carrusel-card-item { flex: 0 0 calc(50% - 10px); } /* 2 visibles */
    }
    @media (max-width: 480px) {
        .carrusel-card-item { flex: 0 0 100%; } /* 1 visible */
    }

    /* Botones de navegación */
    .carrusel-btn {background: #173a5b;color: white;border: none;width: 40px;height: 40px;border-radius: 50%;cursor: pointer;display: flex;align-items: center;justify-content: center;z-index: 10;transition: 0.3s;box-shadow: 0 2px 5px rgba(0,0,0,0.2);}
    .carrusel-btn:hover { background: #7ed982; transform: scale(1.05); }
    .carrusel-btn.prev { margin-right: 15px; }
    .carrusel-btn.next { margin-left: 15px; }
    
    /* Puntos / Bullets */
    .carrusel-bullets {display: flex;justify-content: center;gap: 8px;/* margin-top: 15px; */padding: 1em;box-sizing: border-box;}
    .carrusel-bullet { width: 10px; height: 10px; background: #cbd5e1; border-radius: 50%; cursor: pointer; transition: 0.3s; }
    .carrusel-bullet.active {background: #4893e3;transform: scale(1.2);}




    .btn-custom-grid { display: inline-block; padding: 10px 20px; background: #008000; color: white; text-decoration: none; border-radius: 4px; font-weight: bold; transition: 0.3s; }
    .btn-custom-grid:hover { background: #006400; color: white; }
    .card-asesor-p { background: #fff; border: 1px solid #e2e8f0; border-radius: 8px; padding: 25px; text-align: center; box-shadow: 0 4px 6px rgba(0,0,0,0.05); max-width: 340px; margin: 0 auto; }
    .card-asesor-p img { width: 100px; height: 100px; border-radius: 50%; object-fit: cover; border: 3px solid var(--verde, #008000); margin-bottom: 15px; }
    .doc-item-box { display: flex; align-items: center; justify-content: space-between; background: #fff; border: 1px solid #e2e8f0; padding: 14px; margin-bottom: 10px; border-radius: 6px; }
    .doc-item-box:hover { border-color: #dc2626; background: #fff5f5; }
    
    .tab-nav-container { 
        display: flex; 
        border-bottom: 2px solid #dee2e6; 
        list-style: none; 
        padding: 0; 
        margin-left: 1em !important; 
    }

    .tab-nav-container li a { 
        display: block;
        padding: 12px 20px;
        color: #495057;
        text-decoration: none;
        border: 1px solid #ffffff00;
        border-radius: 0.4em 0.4em 0 0;
        margin-bottom: -2px;
        cursor: pointer;
        font-weight: 700;        
    }
    .tab-nav-container li a.active { 
        background: #fff;
        border-color: #dee2e6 #dee2e6 #fff;
        font-weight: bold;
        color: var(--verde, #008000);
    }
    .tab-pane-custom { 
        display: none;
        padding: 15px 5px;
        background-color: #ffffff;
        line-height: 1.4em;
    }
    .tab-pane-custom.active { display: block !important; }


    .tab-nav-container li:first-child {
        margin-left: 1em;
    }