#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;

}

.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: red; */
    position: fixed;
    right: 22px;
    top: 12em;
    width: 70px;
    height: auto;
    z-index: 4;
    display: none;
}

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

.menuFlotante li {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 3.2em;
    cursor: pointer;
}

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

/* 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: 98%;
    margin-bottom: 1em;
    left: 1%;
}


.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_btn{
    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_btn: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{
    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;
}

.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;
}


.container{
    padding: 0em 2em;
}

.container p{
    padding: 1em 2em;
}

.container h2{
    padding: 1em 1em;
    color: var(--verde);
}

.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 {
    
}