.header {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0em 0 1em 0;
    margin: 0 auto;
    z-index: 999;
    border: none;
    outline: none;
    /* background-color: red; */
}

.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: #03161d; */
    justify-content: right;
    width: 100%;
}

.menuFlotante {
    /* background-color: red; */
    position: fixed;
    right: 22px;
    bottom: 20%;
    width: 70px;
    height: auto;
    z-index: 4;
}

.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 #373737);
}

/* LOGOS */
.boxContenedorLogo {
    position: relative;
    top: 0;
    left: 0;
    width: 15%;
    height: 7em;
    /*background-image: url(../images/Logo.png);*/
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    /* z-index: 4; */
    /* display:block; */
    /* background-color: #0e80b3; */
    padding: 0.8em;
    display: flex;
    /* border-bottom-left-radius: 21px; */
    box-sizing: border-box;
}

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

/*destacados*/

.TituloUno, .TituloDos, .TituloTres{font-size: 1.8em;font-weight: 700;line-height: 1.3em;padding: 1em;color: #2f2f2f;letter-spacing: -2px;}
.TituloDos{padding: 3em 0em 1em 0em;color: #043750;width: 80%;/* background-color: red; */}
.TituloTres{color:#fff;position:relative;z-index:3;margin: 0em 0em;}

.TituloUno span, .TituloDos span, .TituloTres span{
}

.destacados{position: relative;/* background-color: #07bdbd; */width: 90%;margin: 3em auto;display: inline-block;max-width: 1200px;}


.btnDestacados {
    height: auto;
    width: 100%;
    max-width: 200px;
    position: relative;
    margin: auto;
    display: flex;
    border-radius: 50px;
    justify-content: center;
    transition: background .25s ease-in-out;
    -moz-transition: background .25s ease-in-out;
    -webkit-transition: background .25s ease-in-out;
    color: #fff;
    padding: 0.6em 2em;
    line-height: 1em;
    font-size: 1.0em;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    background-color: #00a00f;
    text-transform: uppercase;
}

.btnDestacados:hover {
    background-color: #26b1dc;
}



.boxDestacados {
    display: flex;
    width: 100%;
    gap: 3%;
    flex-wrap: wrap;
    justify-content: center;
}

.itemDestacados{
    width: 10em;
    height: 10em;
    cursor: pointer;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #ffffff;
    border-radius: 50%;
    filter: drop-shadow(0px 0px 6px #00000069);
    margin-bottom: 2em;
}

.boxdetalleDestacados{position: relative;width: 100%;margin: 0em 0em 3em 0em;display: flex;align-items: center;max-width: 1000px;gap: 4%;color: #525252;}

.itemDetDestText{width: 100%;padding: 2em;box-sizing: border-box;text-align: justify;line-height: 1.6em;font-size: 0.9em;font-weight: 300;}

.itemDetDestImg{width: 100%;height: 19em;position: relative;display: flex;align-items: center;border-top-right-radius: 25px;border-bottom-right-radius: 25px;overflow: hidden;background-size: cover;background-repeat: no-repeat;background-position: center;}

.itemDetDestImg2{width: 100%;height: auto;position: relative;display: flex;align-items: center;/* background-color: #ff000052; */margin-bottom: 0em;background-size: 100% 100%;background-position: center;background-repeat: no-repeat;padding: 13em 5em;box-sizing: border-box;}


.itemDetDestTit, .itemDetDestTit2{
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 10em;
    color: #3f3e3e;
    font-size: 0.9em;
    font-weight: 700;
    line-height: 1.1em;
    /* background-color: red; */
    letter-spacing: -1px;
    margin-bottom: 1em;
}

.itemDetDestTit2{
    color: #043750;
    width: 100%;
    max-width: 800px;
    margin: auto;
    font-size: 2.2em;
    line-height: 1.2em;
}

.itemDetDestTit section, .itemDetDestTit2 section{
    font-family: "Poppins", sans-serif;
    display: contents;
}

.itemDetDestTit2 section{
    background-color: #c6a6c8;
    display: inline;
    border-radius: 35px;
    padding: 0em 0.3em;
    font-style: italic;
}


.boxProductos{width: 100%;display: flex;flex-wrap: wrap;justify-content: center;background-color: #fefffe;/* margin-top: -6em; */position: relative;/* top: -2em; */}


.itemProductos{width: 33.33333%;padding: 3em 3em;box-sizing: border-box;}

.imgProducto{width: 8em;height: 8em;border-radius: 50%;background-size: contain;margin-bottom: 1em;}

.titProducto{color: #fff;font-family: "Poppins", sans-serif;padding: 0.4em 1em;width: fit-content;margin-bottom: 1em;border-radius: 60px;font-size: 1.2em;line-height: 1.2em;}

.descProducto{
    color: #fff;
    font-size: 0.8em;
    font-weight: 300;
    line-height: 1.2em;
}


.portafolio{position: relative;/* background-color: #07bdbd; */width: 97%;margin: 3em 0em;}

.boxportafolio {
    /* height: 100%; */
    /* height: 35em; */
}

.imagenPortafolioIni {
    /* background-color: #dddddd; */
    height: 18em;
    width: 94%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 6px;
}

.portafolio-navx1, .portafolio-navx2 {
    position: absolute;
    top: 2.9em;
    /* background-color: #86ab1b; */
    font-size: 2.8em;
    left: 0.3em;
    color: #86ab1b;
    /* width: 86%; */
    z-index: 230;
    cursor: pointer;
    filter: drop-shadow(2px 4px 12px #ffffff);
}

.portafolio-navx2 {
    left: unset;
    right: 0.3em;
}

#menuCategoria{
    /* background-color: red; */
    width: 100%;
    max-width: 1200px;
}

#menuCategoria ul{
    list-style-type: none;
    display: flex;
    gap: 2%;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

#menuCategoria li{
    background-color: #26b1dc12;
    padding: 0.4em 1.4em;
    color: #26b1dc;
    font-size: 0.9em;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    transition: background .25s ease-in-out;
    -moz-transition: background .25s ease-in-out;
    -webkit-transition: background .25s ease-in-out;
    margin-bottom: 1em;
}

#menuCategoria li:hover{
    background-color: #26b1dc;
    color: #fff;
}

#menuCategoria li.active{
    background-color: #26b1dc;
    color: #fff;
}

.boxPortafolio{
    display: flex;
    flex-wrap: wrap;
    gap: 3%;
    margin-top: 3%;
    margin-bottom: 3%;
    /* background-color: red; */
    width: 100%;
    max-width: 1200px;
    justify-content: center;
}


.boxItem{
    height: 21em;
    width: 22%;
    display: flex;
    flex-direction: column;
    /* padding: 1em; */
    position: relative;
    margin-bottom: 2em;
    overflow: hidden;
    border-radius: 1em;
    background-color: #ffffff;
    filter: drop-shadow(0px 0px 10px #00000057);
}

.itemPortalio {
    background-color: #ffffff;
    height: 20em;
    width: 100%;
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    /* border-radius: 6px; */
    transition: filter .5s ease;
    cursor:pointer;
}


.titPortafolio{
    /* background-color: #cb2d2d; */
    padding: 1em 1em;
    font-size: 0.8em;
    font-weight: 700;
    text-align: left;
    /* font-family: "Poppins", sans-serif; */
    z-index: 1;
    color: #040404;
    min-height: 2em;
}

.titPortafolio span{
    font-size: 0.7em;
    font-weight: 600;
}

.textPortafolio{
    width: fit-content;
    border-radius: 30px;
    /* border: solid 2px #fff; */
    padding: 0.4em 1.9em;
    text-transform: uppercase;
    font-size: 0.8em;
    letter-spacing: 1px;
    transition:0.4s;
    /* float: left; */
    line-height: 2.1em;
}

.textoCat{
    width: 100%;
    margin-bottom: 0em;
    font-size: 0.8em;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 1.6em;
}

.basePortafolio{
    width: 100%;
    background-color: #29ca32;
    /* mix-blend-mode: unset; */
    padding: 0;
    color: #fff;
    position: absolute;
    width: 100%;
    height: 0em;
    /* max-height: min-content; */
    bottom: 0;
    transition: height .5s ease;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    /* align-items: stretch; */
    justify-content: center;
    font-size: 0.7em;
    z-index: 1;
}
.itemPortalio:hover {
    filter: drop-shadow(0px 0px 10px #00000057);
    
}
.boxItem:hover .basePortafolio {
    height: 30em;
    
}

.btnVermas{
    cursor: pointer;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/boton_vermas.jpg);
    border-radius: 19px;
    position: relative;
    display: inline-block;
    height: 40px;
    width: 190px;
    /* max-width: 200px; */
    margin: 2em 0 1em 0;
    /* background-color: red; */
    transition: filter .25s ease-in-out; 
    -moz-transition: filter .25s ease-in-out; 
    -webkit-transition: filter .25s ease-in-out;
}

.btnVermas:hover{
    filter: drop-shadow(0px 5px 15px #0000008c);
}


.modalDetPortfolio{
    width: 100%;
    position: fixed;
    height: 100vh;
    background-color: #031d2be8;
    z-index: 1000;
    top: 0em;
    overflow: hidden;
    display: none;
}

.modalDetPortfolio iframe{
    width: 100%;
    height: 100vh;
    border: solid 2px #86ab1b;
    margin: 0;
    background: transparent;
    box-sizing: border-box;
}
.modalDetPortfolio iframe body{
    background: transparent;
}

.boxDetPortfolio{width: 100%;position: relative;height: auto;/* overflow: scroll; *//* display: inline-block; */margin: auto;padding: 0em 0em 0em 0em;max-width: 1200px;box-sizing: border-box;}

.btnDetPortfolio{position: absolute;background-color: #b1c959;font-size: 2.3em;padding: 0.61em 0.3em;right: 0em;top: 0;color: #fff;cursor: pointer;box-sizing: border-box;}

.titDetPortfolio{background-color: blue;color: #fff;box-sizing: border-box;padding: 1em;font-size: 2em;font-weight: 500;}

.imgDetPortfolio{

}

.imgDetPortfolio img{width: 100%;}


.textDetPortfolio{
    width: 100%;
    padding: 1em;
    background-color: red;
    box-sizing: border-box;
    color: #fff;
    font-size: 0.8em;
    margin: 2em 0em 0em 0em;
}


.razones{
    position: relative;
    /* background-color: #07bdbd; */
    background-size: cover;
    background-position: center;
    width: 100%;
    margin: 3em 0em 0em 0em;
    height: auto;
    padding: 2em 0em;
}

.baseRazones{
    position: relative;
    /* background-color: #07bdbd; */
    width: 90%;
    max-width: 1000px;
    margin: 3em 0em;
    z-index: 2;
}

.boxRazones {
    display: flex;
    width: 100%;
    gap: 3%;
}

.itemRazones{
    width: 100%;
    /* height: 12em; */
    /* background-size: contain; */
    /* background-repeat: no-repeat; */
    /* background-position: center; */
    /* background-color: #9b0dd5; */
    /* border-radius: 14px; */
    /* filter: drop-shadow(0px 0px 6px #00000069); */
}

.icoRazones{
    width: 100%;
    height: 7em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    /* background-color: #ffffff; */
}

.titRazones{/* background-color: green; */font-weight: 700;font-size: 1.2em;line-height: 1.1em;margin: 1em 0em;width: 100%;max-width: 220px;color: #fff;}

.titRazones span{
    font-family: "Poppins", sans-serif;

}

.textoRazones{margin: 1em 0em;width: 90%;margin-bottom: 1em;color: #fff;font-weight: 300;font-size: 0.8em;}


.textoServicios{margin: 0em 0em 2em 0em;width: 100%;margin-bottom: 1em;color: #4d4d4d;font-weight: 300;font-size: 0.9em;}

.boxServicios{
    display: flex;
    width: 100%;
    gap: 5%;
    flex-wrap: wrap;
    justify-content: center;
    margin: 5em 0em;
}

.contenedorServicios{
    display: flex;
    width: 100%;
    gap: 0%;
    flex-direction: column;
    justify-content: center;
    /* background-color: red; */
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 9em 0 0em 0;
}

.servicios{width: 100%;/* background-color: red; */max-width: 1300px;margin: auto;padding: 1em;box-sizing: border-box;}

.itemServicio{
    width: 21%;
    height: auto;
    background-color: #ffffff;
    filter: drop-shadow(0px 0px 5px #4f4f4f57);
    border-radius:1em;
    padding: 0em 0 2em 0;
    margin: 2em auto;
}

.icoServicio{
    width: 5em;
    height: 5em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    /* background-color: blue; */
    border-radius: 50%;
    margin-top: -3em;
}

.titServicios{margin: 1em 0em;width: 90%;margin-bottom: 1em;color: #373737;font-weight: 700;font-size: 0.9em;text-transform: uppercase;}
.textoServicios2{margin: 1em 0em;width: 80%;margin-bottom: 1em;color: #000000;font-weight: 300;font-size: 0.8em;}





.contenedorContacto{
    display: flex;
    width: 100%;
    gap: 0%;
    justify-content: center;
    /* background-color: red; */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0em 0 0em 0;
    position: relative;
    height: auto;
    min-height: 43em;
}



.contacto{width: 100%;/* background-color: red; */max-width: 1000px;margin: 2em auto;position: absolute;z-index: 2;top: 0;display: flex;height: auto;padding: 1em;box-sizing: border-box;}


.boxContacto{
    display: flex;
    width: 100%;
    gap: 0%;
    flex-direction: column;
    justify-content: center;
    margin: 5em 0em;
}

.titContacto{margin: 1em 0em;width: 80%;margin-bottom: 1em;color: #ffffff;font-weight: 700;font-size: 1.2em;text-transform: uppercase;line-height: 1.1em;}
.textoContacto{margin: 0em 0em;width: 80%;margin-bottom: 0em;color: #ffffff;font-weight: 300;font-size: 0.9em;}


.boxSomos{
    display: flex;
    width: 100%;
    gap: 0%;
    flex-wrap: wrap;
    justify-content: center;
    margin: 1em 0em;
}

.contenedorSomos{
    display: flex;
    width: 100%;
    gap: 0%;
    flex-direction: column;
    justify-content: center;
    /* background-color: red; */
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 1em 0 1em 0;
}

.somos{width: 100%;/* background-color: red; */max-width: 1200px;margin: auto;}

.itemSomos{
    width: 50%;
    height: auto;
    /* background-color: #ffffff; */
    /* filter: drop-shadow(0px 0px 5px #4f4f4f57); */
    /* border-radius:1em; */
    padding: 0em 0 2em 0;
}

.icoSomos{
    width: 5em;
    height: 5em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    /* background-color: blue; */
    border-radius: 50%;
    margin-top: 0em;
}

.titSomos{margin: 1em 0em;width: 90%;margin-bottom: 1em;color: #373737;font-weight: 700;font-size: 1.2em;text-transform: uppercase;}
.textoSomos{margin: 1em 0em;width: 80%;margin-bottom: 1em;color: #000000;font-weight: 300;font-size: 0.8em;}







.clientes{position: relative;/* background-color: #07bdbd; */width: 100%;margin: 0em 0em 0em 0em;padding: 0em 0 0em 0;max-width: 1200px;box-sizing: border-box;}

.boxclientes {
    display: flex;
    width: 100%;
    gap: 3%;
    flex-wrap: wrap;
    justify-content: center;
}

.itemCliente{
    width: 18%;
    height: 7em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #ffffff;
    margin-bottom: 2em;
}









.formaBlog,.formaBlog2{
    background-image: url('../images/fondo2.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    /* background-color: red; */
    padding: 0.4em 0em 26em 0em;
    position: relative;
    z-index: 1;
}

.formaBlog2{
    padding: 0.4em 0em 21em 0em;
}

.blog{position: relative;/* background-color: #07bdbd; */width: 96%;margin: 3em 0em;max-width: 1000px;}

.boxBlog {
    display: flex;
    width: 100%;
    gap: 2%;
    flex-wrap: wrap;
    justify-content: left;
    /* flex-direction: column; */
}

.columnBlog{width: 49%;display: flex;flex-direction: column;}

.itemBlog, .itemBlog2{
    width: 100%;
    height: 20em;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #ffffff;
    position: relative;
    /* display: flex; */
    /* align-items: end; */
    margin-bottom: 1em;
}

.itemBlog2{
    height: 40em;
}

.baseBlog{
    width: 100%;
    background-color: #042436f2;
    padding: 1em 2em 2em 2em;
    color: #fff;
    position: absolute;
    width: auto;
    /**/
    height: 10em;
    max-height: min-content;
    bottom: 0;
    transition: height .5s ease;
    overflow: hidden;
}

.itemBlog:hover .baseBlog {
      /*height: -webkit-fill-available;*/
    height: 17em;
}

.itemBlog2:hover .baseBlog {
      /*height: -webkit-fill-available;*/
    height: 17em;
}

.itemBlog:hover .textBlog, .itemBlog2:hover .textBlog {
      /*height: -webkit-fill-available;*/
    height: 4em;
}

.titBlog{
    font-weight: 400;
    font-size: 1.4em;
    letter-spacing: -1px;
    line-height: 1.2em;
    text-align: left;
    /* background-color: red; */
    margin: 0 0 0.6em 0;
}

.dateBlog{
    /* background-color: red; */
    margin: 0 0 0.6em 0;
    font-size: 0.7em;
    font-weight: 300;
    text-align: right;
}

.textBlog{
    transition:0.4s;
    font-size: 0.8em;
    text-align:left;
    /* background-color: red; */
    margin-bottom: 1.4em;
    height: 0em;
    display: block;
    overflow: hidden;
}

.textBlog p{font-size: 0.7em;}

.bntBlog, .bntBlog2, .bntPortafolio{
    cursor: pointer;
    width: fit-content;
    border-radius: 30px;
    border: solid 2px #fff;
    padding: 0.4em 0.9em;
    text-transform: uppercase;
    font-size: 0.8em;
    letter-spacing: 2px;
    transition:0.4s;
    float: left;
}

.bntBlog2{
    /* float: none; */
    background-color: #042436;
    color: #fff;
    margin: 3em;
}

.bntPortafolio{
    width: 10em;
    left: 50%;
    margin-left: -5em;
    position: relative;
    float: none;
}

.bntBlog:hover, .bntBlog2:hover, .bntPortafolio:hover{
    background-color:#9ce63e;
    border: solid 2px #fff;
    color:#042436;
}

.bntPortafolio:hover{
    background-color:#042436;
    color:#fff;
}


/* EQUIPO */


.boxEquipo{width: 100%;display: flex;flex-wrap: wrap;justify-content: center;/* background-color: #fefffe; */gap: 3%;margin-bottom: 3%;}


.itemEquipo{width: 100%;height: 100%;padding: 0;box-sizing: border-box;background-size: cover;background-position: top center;cursor: pointer;position: relative;}

.imgEquipo{width: 8em;height: 8em;border-radius: 50%;background-size: contain;margin-bottom: 1em;}

.titEquipo{
    color: #fff;
    font-family: "Poppins", sans-serif;
    padding: 0.4em 1em;
    width: 100%;
    /* margin-bottom: 1em; */
    /* border-radius: 60px; */
    font-size: 1.2em;
    line-height: 1.2em;
    background-color: #142d3b;
    padding: 1em 1em;
    font-size: 0.9em;
    font-weight: 500;
    text-align: left;
    /* font-family: "Poppins", sans-serif; */
    z-index: 1;
}


.descEquipo{
    color: #fff;
    font-size: 0.8em;
    font-weight: 300;
    line-height: 1.2em;
}


.equipo{position: relative;/* background-color: #07bdbd; */width: 97%;margin: 3em 0em;max-width: 1200px;}


.baseEquipo{
    width: 100%;
    background-color: #99e13ddb;
    /* mix-blend-mode: unset; */
    padding: 0;
    color: #fff;
    position: absolute;
    width: 100%;
    height: 0em;
    /* max-height: min-content; */
    bottom: 0;
    transition: height .5s ease;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    /* align-items: stretch; */
    justify-content: center;
    font-size: 0.7em;
}
.itemEquipo:hover {
    filter: drop-shadow(0px 0px 10px #00000057);
    
}
.itemEquipo:hover .baseEquipo {
    height: 12em;
    
}



.boxEquipoItem{
    height: 22em;
    width: 30%;
    display: flex;
    flex-direction: column;
    /* padding: 1em; */
    position: relative;
    margin-bottom: 1em;
    overflow: hidden;
    border-radius: 6px;
}

.quienes{position: relative;width: 100%;max-width: 1200px;padding: 3em;/* background-color: red; */display: flex;align-items: center;box-sizing: border-box;gap: 3%;}

.titQuienes{font-size: 3.2em;line-height: 0.9em;padding: 1em;color: #86ab1b;width: 40%;font-weight: 500;text-align: center;letter-spacing: -0.1em;box-sizing: border-box;}

.titQuienes span{
    color: #86ab1b;
    font-family: "Poppins", sans-serif;
}
.titQuienes section{
    font-family: "Poppins", sans-serif;
    color: #86ab1b;
    font-size: 2em;
}

.textoQuienes{
    width: 100%;
    line-height: 1.8em;
    text-align: center;
    color: #ffffff;
    padding: 1em 2em 2em 4em;
    font-size: 0.9em;
    font-weight: 100;
}

.valores{
    background-color: #ffffff;
    position: relative;
    width: 100%;
    padding: 2em;
    height: auto;
    box-sizing: border-box;
}

.boxValores{width: 100%;max-width: 1200px;/* background-color: red; */padding: 2em;display: flex;box-sizing: border-box;gap: 4%;align-items: baseline;}

.itemValores, .itemValores2 {height: 24em;width: 100%;background-size: cover;background-position: center;position: relative;padding: 0;border-top-left-radius: 1.9em;overflow: auto;}

.itemValores2{
    height: 22em;
}
.titValores{position: absolute;z-index: 2;color: #ffffffc7;/* transform: rotate(270deg); */bottom: 0.3em;font-family: "Poppins", sans-serif;/* background-color: blue; *//* width: 100%; */font-size: 2.5em;line-height: 1em;left: 0.3em;/* text-align: left; */writing-mode: vertical-lr;transform: scale(-1);}

/*CONTENEDORES */
.utilidadesTop {
    background-color: #ffffff;
    display: flex;
    width: 98%;
    gap: 1%;
    font-size: 0.8em;
    padding: 0.7em;
}

.utilidadesBox1 span {
    font-style: italic;
    font-weight: 400;
}

.utilidadesBox1 {
    width: 100%;
    text-align: right;
    font-weight: 700;
}

.utilidadesBox2 {
    width: 100%;
}

.utilidadesBox2 ul {
    width: 100%;
    display: flex;
    gap: 2%;
    list-style: none;
}

.utilidadesBox2 li {
}

.utilidadesBox2 li a {
    font-size: 0.9em;
    color: #717171;
    font-weight: 700;
}

.utilidadesTopDos {
    /* background-color: #031d2ee3; */
    display: flex;
    width: 100%;
    /* max-width: 1200px; */
    gap: 0%;
    font-size: 0.9em;
    padding: 0;
    margin-bottom: 0;
    margin: auto;
    /* border-bottom-left-radius: 23px; */
    /* border-bottom-right-radius: 23px; */
    /* overflow: hidden; */
    height: 7.0em;
    /* filter: drop-shadow(0px 3px 12px #02121a80); */
    /* mix-blend-mode: exclusion; */
    align-items: center;
}

.utilidadesDosBox1 span {
    /* font-style: italic; */
    font-weight: 700;
    width: 100%;
    line-height: 1.1em;
}

.utilidadesDosBox1 {
    width: 30%;
    text-align: right;
    font-weight: 700;
}

.utilidadesDosBox2 {
    width: 100%;
    background-color: #166197;
    padding: 0.4em;
}

.utilidadesDosBox1 ul {
    width: 130px;
    display: flex;
    gap: 0%;
    flex-direction: column;
    list-style: none;
    list-style-type: none;
    background-color: #fd8404;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.utilidadesDosBox1 li {
    padding: 1.1em 0.5em 1.6em 0.5em;
    border-radius: 0px;
    text-align: center;
}

.utilidadesDosBox1 li a {
    font-size: 1.0em;
    color: #fff;
    /* text-transform: uppercase; */
    font-weight: 900;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.utilidadesDosBox2 ul {
    width: 100%;
    display: flex;
    gap: 1%;
    list-style: none;
}

.utilidadesDosBox2 li {
    padding: 0em 1em;
}

.utilidadesDosBox2 li a {
    font-size: 0.8em;
    color: #fff;
    /* padding: 2em; */
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

.utilidadesDosBox2 li a:hover {
    color: #2196F3;
}

/* BANNER INICIO */
.BannerPrincipal {
    position: relative;
    background-color: #042131;
    height: auto;
    /* height: 729px; */
    /* border-bottom: solid 3px white; */
    margin-bottom: 0em;
    z-index: 0;
}

.basebanner, .basebannerDos {
    /* height: 100%; */
    /* height: 35em; */
}

.basebanner .item, .basebannerDos .item {
    display: flex;
    align-items: center;
    height: 35em;
    width: 100%;
}

.basebannerDos .item {
    height: 28em;
}
.imagenBannerini {
    background-color: #dddddd;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    display: flex;
    align-items: center;
}

.boxContenedorBanner{
    display: flex;
    flex-direction: column;
    gap: 2%;
    width: 100%;
    position: relative;
    /* max-width: 500px; */
    margin: auto;
    /* padding-top: 20em; */
    /* background-color: red; */
    top: 0;
    z-index: 3;
    height: auto;
}
.boxBotonesBanner{
    display: flex;
    gap: 2%;
    width: 100%;
    position: relative;
    max-width: 500px;
    margin: 1em auto;
    /* padding-top: 20em; */
    /* background-color: red; */
}

.imagenBanneriniEnlace {
    /* margin-top: 13em; */
    height: auto;
    width: 100%;
    max-width: 300px;
    background-size: cover;
    background-position: center;
    position: relative;
    top: 0em;
    z-index: 4;
    margin: auto;
    display: flex;
    border-radius: 50px;
    justify-content: center;
    transition: background .25s ease-in-out;
    -moz-transition: background .25s ease-in-out;
    -webkit-transition: background .25s ease-in-out;
    color: #fff;
    padding: 0.6em 2em;
    /* line-height: 1em; */
    /* border-radius: 62px; */
    font-size: 1.1em;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
}

.imagenBanneriniEnlace:hover {
    background-color: #806C96;
}

.banner-navx1, .banner-navx2 {
    position: absolute;
    top: 50%;
    /* background-color: #86ab1b; */
    font-size: 2em;
    left: 11%;
    color: #86ab1b;
    /* width: 86%; */
    z-index: 230;
    cursor: pointer;
}

.banner-navx2 {
    left: 86%;
}

.imgaling {
    vertical-align: middle;
}

.imgBannerDos{
    /* background-color: #ff0000; */
    height: 12em;
    width: 100%;
    /* left: 0; */
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    /* top: 8em; */
    /* z-index: 3; */
    /* opacity: 1; */
    /* margin: auto; */
    margin-bottom: 1em;
}

.textoBanner, .textoBanner2{position: relative;/* background-color: blue; */top: 0;width: 100%;z-index: 3;text-align: center;color: #fff;font-size: 1.4em;max-width: 740px;margin: auto;line-height: 1.1em;font-weight: 700;/* margin-bottom: 1em; */}

.textoBanner2{font-style: italic;font-weight: 600;font-size: 1.4em;line-height: 1.2em;margin-bottom: 1em;}

.fondoMultiply{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #042436e0;
    mix-blend-mode: multiply;
    z-index: 1;
}

/*IMAGEN SECCIONES*/




.bannerSeccionesBox {
    position: relative;
    background-color: #656565;
    height: 40em;
    border-bottom: solid 0px #e08006;
    margin-bottom: 0em;
}

.bannerSeccionesImg {
    /* background-color: blue; */
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
}

.bannerSeccionesOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: #3296ed; /* Color de fondo del overlay */
    mix-blend-mode: multiply;
    z-index: 1;
}

.bannerSeccionesTitulo1 {
    position: relative;
    top: 2.5em;
    left: 0;
    width: auto;
    height: auto;
    z-index: 2;
    /* background-color: green; */
    font-size: 5em;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 0.9em;
    /* border-bottom: solid 4px #e08006; */
    color: #4c9287;
    text-align: center;
    padding: 0.1em 0.1em;
    font-family: "Poppins", sans-serif;
}

.bannerSeccionesTitulo1 section{
    /* font-family: "Poppins", sans-serif; */
    font-family: "Poppins", sans-serif;
    text-transform: lowercase;
    font-weight: 800;
}

.bannerSeccionesTitulo1 span{color: #9ce63e;}

.bannerSeccionesTitulo2 {
    position: relative;
    width: auto;
    /* background-color: blue; */
    height: auto;
    /* z-index: 2; */
    /* right: 8%; */
    /* top: 237px; */
    color: #fff;
    padding: 0.8em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/*CONTENIDOS*/
.contenedorBox {
    width: 90%;
    margin: 4% 0%;
    max-width: 1000px;
}

.itemContenido {
    width: 100%;
    margin: 0em 0em 3em 0em;
    /* background-color: #f7f7f7; */
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    /* overflow: hidden; */
}

.contenidosBox {
    width: 100%;
    /* background-color: bisque; */
    padding: 3em;
}

.contenidosBox2 {
    width: 100%;
    /* background-color: bisque; */
    padding: 0em;
    display: flex;
}

.contenidosBox3 {
    width: 90%;
    position: relative;
    background-size: cover;
    background-position: top center;
    border-bottom-left-radius: 40px;
    overflow: auto;
}

.boxContenidos{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-bottom: 2em;
    background-color: white;
    border-radius: 10px;
}

.contenidosTitulo {
    /* background-color: green; */
    padding: 0em 0em 0em 0.51em;
    margin-bottom: 0em;
    font-weight: 800;
    font-size: 3.0em;
    /* text-transform: uppercase; */
    letter-spacing: -2px;
    color: #e78102;
    line-height: 0.9em;
}

.contenidosTitulo img {
    /* background-color: green; */
    padding: 0;
    margin-bottom: 0em;
    /* font-weight: 800; */
    /* font-size: 3.0em; */
    /* text-transform: uppercase; */
    /* letter-spacing: -2px; */
    /* color: #e78102; */
    /* line-height: 0.9em; */
    width: 80%;
}

.contenidosTitulo2 {
    background-color: #f1f1f1;
    padding: 0.6em;
    margin-bottom: 0em;
    font-weight: 500;
    font-size: 0.8em;
    text-transform: uppercase;
    letter-spacing: 7px;
    color: #3f3f3f;
    line-height: 0.9em;
    text-align: left;
}

.contenidosTitulo3 {
    /* background-color: green; */
    padding: 0.6em 0em;
    margin-bottom: 0.8em;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -2px;
    color: #e78102;
    line-height: 0.9em;
    font-size: 2em;
    border-bottom: solid 1px #e78102;
    text-align: left;
}

.contenidosDesc, .contenidosDesc2 {
    padding: 2em;
    line-height: 1.6em;
    color: #6b6b6b;
}
.contenidosDesc img{
    height: 6em;
    background-color: white;
    border-radius: 9px;
    padding: 1em;
}
.contenidosDesc strong, .contenidosDesc2 strong {
    display: block;
    /* color: #4877af; */
    font-weight: 800;
}

.contenidosDesc table, .contenidosDesc2 table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border-radius: 10px;
    overflow: hidden;
}

.contenidosDesc th, .contenidosDesc td, .contenidosDesc2 th, .contenidosDesc2 td {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.contenidosDesc2 {
    background-color: white;
    text-align: left;
    font-size: 0.9em;
    color: #575757;
    border-radius: 5px;
    margin-bottom: 1em;
}

.contenidosDesc ul, .contenidosDesc2 ul {
    padding: 2em;
    line-height: 1.6em;
    color: #6b6b6b;
}

.contenidosDesc ol, .contenidosDesc2 ol {
    padding: 0em;
    line-height: 1.6em;
    color: #6b6b6b;
    /* background-color: red; */
    list-style: auto;
    list-style-type: decimal;
}

.contenidosDesc li, .contenidosDesc2 li {
    /* padding: 2em; */
    line-height: 1.6em;
    color: #6b6b6b;
    margin-left: 0.9em;
    /* background-color: red; */
    margin-bottom: 0.8em;
    margin-left: 2.8em;
}

.contenidosDesc ul li::before {
    content: '\2022';
    position: absolute;
    left: -20px;
}

.contenidosDesc ol li::marker {
    font-weight: 700;
    font-size: 3.4em;
    /* background-color:red; */
    width: 0.8em;
    height: 0.8em;
    position: absolute;
    font-family: "Poppins", sans-serif;
    color: #10a2dc;
}


/* Alternar colores de las filas */
.contenidosDesc tbody tr:nth-child(even) {
    background-color: #e6f1f7;
    color: #0079b7;
    font-weight: 700
}

/* Alternar colores de las filas */
.contenidosDesc tbody tr:nth-child(odd) {
    background-color: #cde4f0;
    color: #0079b7;
    font-weight: 700
}

.contenidosDesc span {
    color: #f67f19;
    font-size: 1.8em;
}

/* Estilo para la primera fila */
.contenidosDesc tbody tr:first-child {
    background-color: #f67f19;
    color: #fff;
    font-weight: 700;
}

.contenidosDesc tbody tr:hover {
    /*background-color: #cde4f0;*/
}

.contenidosImg {
    height: 24em;
    width: 92%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* min-height: 20em; */
    margin: 4%;
    border-radius: 8px;
}



.botonRegresar {
    display: flex;
    /* background-color: red; */
    width: 90%;
    max-width: 1200px;
    position: relative;
    /* padding: 1em; */
    justify-content: end;
    /* cursor: pointer; */
    margin: 0em 0em 4em 0em;
    /* float: left; */
    align-items: center;
}

.botonRegresar2 {
    position: relative;
    font-size: 1.2em;
    padding: 0.5em 2em;
    cursor: pointer;
    background-color: #a06aa3;
    border-radius: 73px;
    /* font-weight: 700; */
    color: #fff;
    /* margin: 0em 1.4em; */
}

.botonRegresar2 span {
    /* top: 0px; */
    /* left: 0px; */
    /* position: absolute; */
    /* font-size: 1.8em; */
    /* padding: 0em 0.4em; */
    /* height: auto; */
    /* color: #a06aa3; */
    /* background-color: white; */
    /* border-radius: 26px; */
    /* filter: drop-shadow(4px 0px 4px #002f54); */
}

.botonRegresar2:hover {
    -webkit-filter: grayscale(100%) drop-shadow(0px 0px 3px #545454d1);
    filter: drop-shadow(0px 0px 12px #6c356f4a);
}

.contenidoSecciones1 {
    margin: 0%;
    width: 100%;
}

.contenidoFondo1 {
    padding: 3em;
    background-size: cover;
    background-position: center;
}

.contenidoTexto {
    padding: 2em;
}

.contenidoTexto p {
    color: #fff;
    font-weight: 600;
    font-size: 1.4em;
    line-height: 1.4em;
}

.contenidoBtn {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 30%;
    height: 14em;
    cursor: pointer;
    /* background-color: aliceblue; */
    margin-bottom: 2em;
}

.contenidoBtn:hover {
    -webkit-filter: grayscale(100%) drop-shadow(0px 0px 3px #545454d1);
    filter: grayscale(0%) drop-shadow(0px 0px 8px #2196F3);
}

.contenidoBtn2 {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: auto;
    cursor: pointer;
    background-color: #10a2dc;
    margin-bottom: 1em;
    color: #fff;
    font-size: 1.3em;
    font-weight: 700;
    padding: 0;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 0px;
    text-align: left;
    line-height: 1.1em;
}

.contenidoBtn2 span {
    font-weight: 900;
    font-size: 2em;
    background-color: #3138795c;
    padding: 0.3em;
    margin: 0 0.8em;
    border-radius: 0px;
    text-align: center;
}

.contenidoBtn2:hover {
    -webkit-filter: grayscale(100%) drop-shadow(0px 0px 3px #545454d1);
    filter: grayscale(0%) drop-shadow(0px 0px 8px #2196F3);
}

/*Contenidos Inicio*/
.boxContenidoIni1 {
    background-size: cover;
    background-position: center;
    padding: 2em;
}

.tituloContenidoIni1 {
    color: #fff;
    font-weight: 700;
    font-size: 3em;
    padding: 1em;
}

.itemsConitenidosIni1 {
    /* background-color: red; */
    margin: 2em;
    display: flex;
    gap: 10%;
    width: 80%;
    justify-content: center;
}

.itemBox {
    /* background-color: blue; */
}

.itemImg {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 15vh;
}

.itemTitulo {
    color: #fff;
    text-align: center;
    font-size: 1.2em;
    font-weight: 700;
}

.itemDesc {
    text-align: center;
    color: #fff;
    font-size: 0.8em;
    line-height: 1.1em;
    padding: 1em;
}

.boxContenidoIni2 {
    background-size: cover;
    background-position: center;
    padding: 2em;
}

.itemsConitenidosIni2 {
    /* background-color: red; */
    margin: 3em 0em;
    display: flex;
    gap: 0%;
    width: 100%;
    justify-content: center;
}

.itemBox2 {
    /* background-color: blue; */
    width: 100%;
    display: flex;
    justify-content: center;
}

.itemBox2B {
    background-color: #0e75ab;
    width: 60%;
    padding: 4em 3em 4em 6em;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    display: flex;
}

.itemImg2 {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 70%;
    height: 100%;
}

.boxContenidoIni3 {
    background-size: cover;
    background-position: center;
    padding: 2em;
    /* background-color: aquamarine; */
}

.itemsConitenidosIni3 {
    /* background-color: red; */
    margin: 0;
    display: flex;
    gap: 0%;
    width: 80%;
    justify-content: center;
}

.itemBox3 {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 5em;
}

.itemImg3 {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 70%;
    height: 100%;
    cursor: pointer;
    /* background-color: aliceblue; */
}

.itemImg3:hover {
    -webkit-filter: grayscale(100%) drop-shadow(0px 0px 3px #545454d1);
    filter: grayscale(0%) drop-shadow(0px 0px 8px #2196F3);
}

.boxContenidoIni4 {
    background-size: cover;
    background-position: center;
    padding: 2em;
}

.itemsConitenidosIni4 {
    /* background-color: red; */
    margin: 3em 0em;
    display: flex;
    gap: 3%;
    width: 70%;
    /* justify-content: center; */
}

.itemsTituloContenidoIni4 {
    color: #fff;
    font-weight: 700;
    font-size: 2em;
    padding: 1em;
}

.itemBox4 {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 13em;
}

.itemImg4 {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 70%;
    height: 100%;
    cursor: pointer;
    /* background-color: aliceblue; */
}

.itemImg4:hover {
    -webkit-filter: grayscale(100%) drop-shadow(0px 0px 3px #545454d1);
    filter: grayscale(0%) drop-shadow(0px 0px 8px #2196F3);
}

.boxContenidoIni5 {
    background-size: cover;
    background-position: center;
    padding: 2em;
    /* background-color: #ff000038; */
    margin-top: 0em;
    box-sizing: border-box;
}

.itemsConitenidosIni5 {
    /* background-color: #00ff9e5e; */
    margin: 0em 0em;
    display: flex;
    flex-wrap: wrap;
    gap: 11%;
    width: 100%;
    justify-content: center;
    max-width: 1200px;
}

.itemsTituloContenidoIni5 {
    color: #135478;
    font-weight: 700;
    font-size: 4em;
    padding: 0;
    position: relative;
    width: auto;
    /* background-color: green; */
    display: inline-block;
    margin-bottom: 1em;
    font-family: "Poppins", sans-serif;
    /* text-transform: lowercase; */
    line-height: 1em;
    letter-spacing: -3px;
}

.itemBox5 {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 40%;
    height: auto;
    background-color: #122a390a;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    padding: 1em 0em;
    transition: filter 0.4s, box-shadow 0.6s, background-color 0.6s;
    border-bottom: solid 0px #2196F3;
    margin-bottom: 4em;
    overflow: hidden;
}

.itemBox5:hover {
    filter: brightness(100%);
    box-shadow: 0 0 25px #00000036;
    background-color: #fff;
}

.itemsTituloContenidoIni5::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 37%;
    width: 26%;
    /* Ancho del borde: 25% del ancho del div */
    height: 4px;
    /* Altura del borde */
    background-color: #0e80b3;
    /* Color del borde */
}

.tituloNoticia {
    font-size: 1.4em;
    font-weight: 600;
    padding: 0.8em 1.8em;
    /* background-color: bisque; */
    height: 2.8em;
    height: auto;
    color: #122a39;
    text-align: left;
    /* border-bottom: solid 1px #10a2dc; */
    line-height: 1.1em;
    box-sizing: border-box;
}

.tituloNoticia2 {
    font-size: 3em;
    font-weight: 300;
    padding: 3.8em 0.8em 0.8em 0.8em;
    /* background-color: bisque; */
    height: auto;
    color: #fff;
    text-align: left;
    /* border-bottom: solid 1px #10a2dc; */
    /* text-transform: uppercase; */
    letter-spacing: -1px;
    line-height: 1.0em;
    position: relative;
    z-index: 2;
    font-family: "Poppins", sans-serif;
}

.fechaNoticia {
    text-align: right;
    font-size: 0.7em;
    font-weight: 400;
    /* text-transform: uppercase; */
    padding: 0.4em 2em;
    letter-spacing: 0px;
    color: #112838;
}

.imgNoticia {
    height: 14em;
    background-size: cover;
    /* background-position: center -3em; */
}

.imgNoticia2 {
    height: auto;
    background-size: cover;
    background-position: center;
    position: relative;
}

.imgNoticia2 img {
    width: 100%
}

.resumenNoticia {
    margin-bottom: 0.6em;
    height: 4em;
    height: auto;
}

.resumenNoticia p {
    padding: 0.4em 3em;
    font-size: 0.8em;
    text-align: left;
    font-weight: 400;
    color: #122a39;
    line-height: 1.6em;
    box-sizing: border-box;
}

.resumenNoticia2 {
    height: auto;
    margin-bottom: 0em;
    /* background-color: #959595; */
    padding: 4em 5em 4em 5em;
    line-height: 1.2em;
    box-sizing: border-box;
}

.resumenNoticia2 p {
    /* padding: 0.4em 2em; */
    text-align: left;
    font-size: 0.9em;
    line-height: 1.5em;
    /* font-weight: 800; */
    color: #122a39;
}

.resumenNoticia2 ul, .resumenNoticia2 ol {text-align: left;}

.resumenNoticia2 li{
    margin-left: 1em;
    text-align: left;
    font-size: 0.9em;
    line-height: 1.5em;
    color: #122a39;
}

.verMasNoticia {
    /* background-color: #e08006; */
    border-radius: 20px;
    /* color: #fff; */
    /* padding: 0.3em 1.4em; */
    font-size: 0.8em;
    font-weight: 300;
    /* width: fit-content; */
    /* display: inline; */
    /* cursor: pointer; */
    /* transition: box-shadow 0.6s; */
    /* margin: 1em 2em; */
    text-align: right;
    letter-spacing: 2px;
}

.verMasNoticia:hover {
    /* box-shadow: 0 0 10px #03A9F4;*/
}

/* Fin Cotenidos Inicio */
/* FOOTER */
.footer {
    /* background-color: #aa0c0c; */
    color: rgba(255,255,255,0.95);
    font-size: 0.9em;
    /* height:auto; */
    background-image: url(../images/img_footer.jpg);
    background-size: 100% auto;
    background-position: top center;
    /* margin-top: -32em; */
    z-index: 0;
    position: relative;
    padding: 4em 0em 1em 0em;
}

.boxFooter {
    display: flex;
    padding: 0em 0% 2em 0%;
    /* background-color: #a52a9c; */
    width: 100%;
    max-width: 1200px;
    margin: auto;
    /* flex-direction: column; */
    justify-content: center;
    /* left: 5%; */
    align-items: center;
    margin: 9em auto 0em auto;
    position: relative;
    z-index: 2;
}

.logosFooter {
    /* background-color: blue; */
    display: flex;
    gap: 0%;
    width: 40%;
    margin: auto;
    /* margin-bottom: 0em; */
}

.logoFooter {
    height: 11em;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    /* background-color: aquamarine; */
}

.footerMenu {
    /* background-color: red; */
    /* display: flex; */
    width: 50%;
    gap: 0%;
}

.footerMenu ul {
    display: flex;
    justify-content: right;
    gap: 2%;
    padding: 0.4em 1em;
    list-style: none;
}

.footerMenu li {
}

.footerMenu li a {
    color: #fff;
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: 700;
}

.footerMenu li a:hover {
    color: #03A9F4;
}

.footerDatos {
    text-align: left;
    padding: 1em 0em;
    color: #3d3c3c;
    font-size: 0.9em;
    font-weight: 500;
    width: 100%;
    line-height: 1.6em;
    width: 60%;
}

.footerDatos span {
    text-align: center;
    padding: 0;
    color: #3d3c3c;
    /* font-size: 0.9em; */
}

.footerDatos a {
    color: #3d3c3c;
    font-size: 1.0em;
    padding: 0;
}

.footerDatos a:hover {
    color: #fff;
}

.footerFinal {
    background-color: #000b4f70;
    padding: 1%;
    display: flex;
    gap: 4%;
    justify-content: center;
}

.footerFinal a {
    width: auto;
    color: #fff;
    font-weight: 700;
    text-align: center;
    line-height: 1.3em;
}

.footerFinal a:hover {
    color: #02368c;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

/* Add Animation */
.modal-content {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 15%;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

.close:hover, .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}

