@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* CSS Document */


html, body {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  font-size:10px;
  text-decoration:none;   
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.animation {
    -webkit-transition: all .25s ease-out;
  	-moz-transition: all .25s ease-out;
  	-o-transition: all .25s ease-out;
  	transition: all .25s ease-out;
}
.main_align {
display: table;
width: 100%;
height: 100%;
}
.align {
	display: table-cell; 
	vertical-align: middle;
}


.wrapper-content {
background-color: rgba(7,74,65,.1);
width: calc(100% - 16rem);
padding: 16rem 8rem 6rem 9rem;
}


/*HEADER*/

header {
	z-index: 50;
	top: 0;
	left: 0;
    position: fixed;
    width: calc(100% - 16rem);
    height: 12rem;
    display: table;
    padding: 0 8rem;
}
.header-small {
 box-shadow: 0 5px 50px -10px rgba(0,0,0,0.5);
 background-color: #FFF;
 height: 8rem;
}


.logo {
width: 20rem;
display: inline-block;
vertical-align: middle;
}
.logo img {
width: 100%;
height: auto;
}
.logo-small {
width: 16rem;
}


nav {
display: inline-block;
vertical-align: middle;
width: calc(100% - 21rem);
text-align: right;
justify-items: right;
}
.nav-small {
width: calc(100% - 17rem);
}

.menu  {
	font-size:1.4rem;
    font-family: bree, sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-right: 6rem;
	color:#26413c;
	text-decoration:none;
	text-transform:uppercase;
    display: inline-block;
    vertical-align: middle;
	cursor: pointer;
    letter-spacing: .1rem;
    position: relative;
}
.bt-whatsapp {
	color:transparent;
	cursor:pointer;
    display: inline-block;
    vertical-align: middle;
	width: 4rem;
	height: 4rem;
	text-decoration:none;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
    background-image: url("images/icon-whatsapp.svg?v=1.3");
}



/*FOOTER*/

footer {
width: 100%;
position: relative;
z-index: 16;
}

footer .cta {
width: calc(100% - 16rem); 
padding: 6rem 8rem;
display: table; 
vertical-align: middle; 
text-align: left; 
background-color: #94ada0;
position: relative;
background-image: url("images/footer-texture-left.svg");
background-position: left center;
background-repeat: no-repeat;
background-size: auto 100%;
}

footer .info {
width: calc(100% - 16rem); 
padding: 4rem 8rem;
background-color: #26413c;
}

footer .info .column {
float: left; 
margin-right: 6rem;
padding: 1rem 0 1rem 5rem;
background-position: center left;
background-repeat: no-repeat;
background-size: 3rem auto;
text-decoration: none;
}
footer .info .column-red {
float: right; 
text-decoration: none;
}
footer .info .column-red .icon {
width: 6rem;
height: 6rem;
display: inline-block;
vertical-align: middle;
margin-right: 1rem;
background-position: center center;
background-repeat: no-repeat;
background-size: 75% auto;
background-image: url("images/icon-ld.svg");
color: transparent;
border-radius: 50%;
}
footer .info .column-red:hover .icon {
background-image: url("images/icon-ld-color.svg");
background-color: #FFF;
}
footer .info .column-red .txt {
display: inline-block;
vertical-align: middle;
}



/*MAIN BANNER*/

.main-banner {
width: 100%;
height: 50rem;
position: relative;
z-index: 2;
margin-top: 10rem;
}

.main-banner .txt {
width: calc(50% - 16.5rem);
float: left;
padding: 10rem 8rem 0 8rem;
}
.main-banner .img {
width: calc(50% - .5rem);
position: absolute;
right: -4rem;
top: 0;
}
.main-banner .img img {
width: 100%;
height: auto;
}

.main-banner .down {
display: inline-block;
vertical-align: middle;
margin-right: 4rem;
    appearance: none;
    border: none;
    color: transparent;
    background-color: transparent;
    cursor: pointer;
}
/*SLIDES */

.slide {
width: calc(100% - 16rem);
padding: 6rem 8rem;
position: relative;
text-align: left;
background-color: #FFF;
}

.slide-about  {
background-color: #dae8d5;
text-align: left;
z-index: 1;
padding-bottom: 0;
}
.slide-about .wrap  {
width: 100%;
max-width: 60rem;
text-align: left;
}
.slide-about .patch  {
position: absolute;
bottom: 0;
left: 0;
background-color: #FFF;
width: 100%;
height: calc(30vw - 16rem - 10%);
}


.slide-frase .wrap {
margin: auto;
padding: 12rem 4rem 2rem 4rem;
text-align: center;
background-image: url("images/corchetes-top.svg"), url("images/corchetes-bottom.svg");
background-position: left top, right bottom;
background-repeat: no-repeat;
background-size: 30rem auto, 10rem auto;
background-color: transparent;
width: 100%;
max-width: 70rem;
}


.slide-clientes {
  padding: 6rem 0;
  overflow: hidden;
  width: 100%;
}

.clientes-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.clientes-track {
  display: flex;
  width: calc(200%); 
  animation: scroll 40s linear infinite;
}

.clientes-track img {
  height: auto;
  margin: 0 2rem;
  object-fit: contain;
  filter: grayscale(100%);
}


.clientes-track img:hover {
  filter: grayscale(0);
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}



.access {
width: 30%;
float: left;
aspect-ratio: 1 / 1;
margin-right: 5%;
border-radius: 50%;
background-color: #26413c;
position: relative;
overflow: hidden;
}
.access .txt, .access .shadow, .access .img  {
position: absolute;
width: 100%;
aspect-ratio: 1 / 1;
z-index: 3;
text-align: center;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: flex;
align-items: center;
justify-content: center; 
}
.access .shadow {
z-index: 2;
mix-blend-mode: multiply;
background-color: #26413c;
opacity: 0;
}
.access .img {
z-index: 1;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
opacity: 0;
}

.access:hover .shadow {
opacity: 1;
}
.access:hover .img {
opacity: 1;
}

.content-servicios {
width: calc(100% - 16rem);
padding: 18rem 8rem 6rem 8rem;
position: relative;
background: #FFF;
background-image: url("images/texture-about.svg");
background-position: top 8rem right;
background-repeat: no-repeat;
background-size: 60% auto;
}
.content-servicios .txt {
width: 40rem;
float: left;
}

.content-servicios .img {
width: calc(100% - 50rem);
    float: right;
    position: sticky;
    margin-top: -4rem;
    top: 14rem;
    right: 8rem;
}

.content-servicios .img .circle {
width: 30vw;
background-color: #26413c;
aspect-ratio: 1 / 1;
border-radius: 50%;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
margin: auto;
}
.content-sectores {
width: calc(100% - 16rem);
padding: 18rem 8rem 6rem 8rem;
position: relative;
background: #FFF;
background-image: url("images/texture-about.svg");
background-position: top 8rem right;
background-repeat: no-repeat;
background-size: 60% auto;
}
.content-sectores .txt {
width: 40rem;
float: left;
}

.content-sectores .img {
width: calc(100% - 50rem);
    float: right;
    position: sticky;
    margin-top: -4rem;
    top: 14rem;
    right: 8rem;
}

.content-sectores .img .circle {
width: 30vw;
background-color: #26413c;
aspect-ratio: 1 / 1;
border-radius: 50%;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
margin: auto;
}




.content-nosotros {
width: calc(100% - 16rem);
padding: 18rem 8rem calc(30vw - 16rem) 8rem;
position: relative;
background: #FFF;
background-image: url("images/texture-about.svg");
background-position: top 8rem right;
background-repeat: no-repeat;
background-size: 60% auto;
}
.content-nosotros .patch  {
position: absolute;
bottom: 0;
left: 0;
background-color: #26413c;
width: 100%;
height: calc(15vw - 8rem);
z-index: 1;
}
.content-nosotros .txt {
width: 40rem;
float: left;
}

.content-nosotros .img {
width: calc(100% - 50rem);
    float: right;
    position: sticky;
    margin-top: -4rem;
    top: 14rem;
    right: 8rem;
}

.content-nosotros .img .circle {
width: 30vw;
background-color: #26413c;
aspect-ratio: 1 / 1;
border-radius: 50%;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
margin: auto;
}
.content-nosotros .foot {
width: calc(100% - 16rem);
position: absolute;
text-align: center;
z-index: 2;
}
.content-nosotros .foot .call {
width: calc(30vw - 16rem);
background-color: #dae8d7;
aspect-ratio: 1 / 1;
border-radius: 50%;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
margin: auto;
flex-direction: column; /* ← AÑADE ESTO */
}











.content-enfoque {
background-color: #26413c;
padding-top: 0;
}


.content-equipo .left {
width: 36rem;
float: left;
position: sticky;
left: 8rem;
top: 16rem;
}
.content-equipo .right {
width: calc(100% - 44rem);
float: right;
position: relative;
}
.content-equipo .right .line {
position: absolute;
left: 10rem;
top: -8rem;
height: calc(100% + 16rem);
width: .1rem;
background-color: #26413c;
}
.persona {
width: 100%;
margin-bottom: 3rem;
}
.persona .face {
width: 20rem;
height: 20rem;
border-radius: 50%;
background-color: #26413c;
float: left;
position: sticky;
top: 14rem;
}
.persona .bio {
width: calc(100% - 26rem);
float: right;
}
.persona .bio .name {
display: table;
text-align: left;
height: 20rem;
width: 100%;
position: relative;
}
.persona .bio .desc {
display: none;
}
.bt-action {
width: 3rem; 
position: absolute; 
right: 0; 
top: 50%; 
margin-top: -1.5rem;
}



.content-contacto {
width: calc(100% - 16rem);
min-height: calc(100vh - 36rem);
padding: 18rem 8rem;
position: relative;
background: #FFF;
background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(38, 65, 60, 1) 100%);
}
.content-contacto .left {
width: 40rem;
float: left;
}

.content-contacto .form {
width: calc(100% - 50rem);
float: right;
}



.tab {
width: 100%;
border-left: .1rem solid #26413c;
}
.tab .tittle {
width: calc(100% - 8rem);
height: 10rem;
display: table;
position: relative;
padding: 0 4rem;
}
.tab .content {
display: none;
width: calc(100% - 4rem);
padding: 4rem;
padding-top: 0;
}
.sep {
width: 100%;
height: .1rem;
background-color: #26413c;
}


.serv-top, .serv-middle, .serv-bottom {
width: 100%;
position: relative;
}
.serv-top .photo, .serv-middle .photo, .serv-bottom .photo {
width: 30rem;
height: 30rem;
border-radius: 50%;
background-color: aqua;
display: inline-block; 
vertical-align: middle;
position: relative;
margin-right: 9rem;
z-index: 3;
}
.serv-middle .photo {
margin-right: initial;
margin-left: 9rem;
}
.serv-top .content, .serv-middle .content, .serv-bottom .content {
width: calc(100% - 60rem);
display: inline-block; 
vertical-align: middle;
position: relative;
z-index: 2;
}
.serv-middle .content{
margin-left: 20rem;
}
.serv-top .patch, .serv-middle .patch, .serv-bottom .patch {
position: absolute;
z-index: 0;
left: -8rem;
top: -8rem;
height: calc(30rem + 16rem);
}
.serv-middle .patch {
left: initial;
right: -8rem;
}
.serv-top .patch img, .serv-middle .patch img, .serv-bottom .patch img {
width: auto;
height: 100%;
}





.icon_close, .icon_menu {
display: none;
position: absolute;
vertical-align: middle;
color: transparent !important;
text-decoration: none;
background-position: center center;
background-repeat: no-repeat;
background-size: 80% auto;
width: 4rem;
height: 4rem;
top: 2rem;
}

.icon_menu {
left: 2rem;
background-image: url(images/icon-menu.svg?v=1.4);
}

.icon_close {
right: 2rem;
background-image: url(images/icon-close.svg?v=1.3);
}
/*

.bt-prev, .bt-next {
color: transparent;
text-decoration: none;
width: 3rem;
height: 3rem;
background-image: url("images/icon-prev.svg");
background-position: center center;
background-repeat: no-repeat;
background-size: 100% auto;
display: inline-block;
vertical-align: middle;
}
.bt-next {
background-image: url("images/icon-next.svg");
}
*/

.rotation {
position: absolute;
z-index: 0;
right: 8rem;
    top: 4rem;
    width: 33vw;
}
.rotation img {
width: 100%;
height: auto;
  animation: spin 20s linear infinite; 
}

@keyframes spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}






/* FONTS */
.t0 {
    font-weight: 100;
	font-size:6rem;
	line-height: 5rem;
}
.t1 {
    font-weight: 500;
	font-size:4rem;
	line-height: 4.6rem;
}
.t2 {
	font-size:3rem;
	line-height: 3.6rem;
}
.t3 {
	font-size:2rem;
	line-height: 2.6rem;
}
.t4 {
	font-size:1.6rem;
	line-height: 2rem;
}
.t5 {
	font-size:1.2rem;
    font-weight: 300;
    letter-spacing: .25rem;
	line-height: 1.8rem;
}
.t6 {
    font-weight: 100;
	font-size:10rem;
	line-height: 10rem;
}





.white {
	color:#FFF;
}
.black {
color: #26413c;
}
.green {
color: #91b1a0;
}


.bt-go {
background-color: transparent;
background-position: left center;
background-repeat: no-repeat;
background-image: url("images/arrow-right-white.svg");
background-size: 2rem auto;
color: #FFF;
padding-left: 3rem;
border: none;
}


/* REDES */

.redes {
	color:transparent;
	display:inline-block;
	cursor:pointer;
	width: 5rem;
	height: 5rem;
	text-decoration:none;
	margin: 0 2rem;
	vertical-align: middle;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 75% auto;
    background-color: #FFF;
    border-radius: 50%;
}
.redes:hover {
transform: scale(1.1);
}

.linkedin {
background-image: url(images/icon-ld-color.svg?v=1.4);
}

.bt-base {
all: unset;
font-size:1.2rem;
text-align: center;
text-decoration: none;
padding: 1.5rem 3rem;
font-weight: 400;
letter-spacing: .2rem;
border-radius: 1rem;
display: inline-block;
text-transform: uppercase;
vertical-align: middle;
border: none;
appearance: none;
cursor: pointer;
transition: all .25s ease-out;
}
.bt-base:hover {
transform: scale(1.05);
}

.bt-white {
background-color: #FFF;
color: #172c4b;
}


.bt-prev {
background-color: transparent;
border: none;
border-radius: 0;
background-position: right center;
background-repeat: no-repeat;
background-size: 2rem auto;
background-image: url("images/arrow-left-black.svg");
color: #162d4b;
border-bottom: solid .1rem #162d4b;
text-align: left;
padding: .5rem 4rem .5rem 0;
}
.bt-next {
background-color: #a5c8eb;
background-position: right 1rem center;
background-repeat: no-repeat;
background-size: 2rem auto;
background-image: url("images/arrow-right-black.svg");
color: #162d4b;
text-align: left;
padding: 1.5rem 6rem 1.5rem 3rem;
}


/* FORM*/

.field_box, .area_box {
padding: .5rem 1rem;
background-color: #FFF;
text-align: left;
width: calc(50% - 3.2rem);
float: left;
border-radius: 1rem;
border: none;
display: inline-block;
margin-bottom: 1rem;
margin-right: 1rem;
}
.area_box {
width: calc(100% - 3.2rem);
}
.field, .drop, .area {
	border: none;
	color:#000;
	width:100%;
	height: 3.6rem;
	text-decoration:none;
	font-size:1.4rem;
	background-color: transparent;
	display: block; 
    vertical-align: middle;
	outline:none;
    appearance:none;
	resize:none;
}

.area {
    height: 20rem;
}
.send, .send-whatsapp {
background-color: #dfa827;
background-repeat: no-repeat;
background-image: url(images/icon-send.svg);
background-position: right 2rem center;
background-size: 3rem auto;
outline:none;
appearance:none;
text-align: left;
resize:none;
border-radius: 1rem;
height: 5rem;
color: #26413c;
font-size:1.4rem;
text-decoration: none;
border: none;
width: calc(100% - 1rem);
padding-left: 1rem;
 font-family: bree, sans-serif;
    font-weight: 500;
    font-style: normal;
margin-bottom: 1rem;
display: block;
}
.send-whatsapp {
background-color: #FFF;
background-image: url(images/icon-whatsapp.svg);
height: 3.6rem;
padding-top: 1.4rem;
margin-bottom: 0;
width: calc(100% - 2rem);
}

.bots {
width: 100%; 
margin: auto;
margin-top: 3rem;
}
.bots .send {
width: calc(50% - 3rem);
display: inline-block;
vertical-align: middle;
margin: 1rem;
}
.bots .send-whatsapp {
width: calc(50% - 4rem);
display: inline-block;
vertical-align: middle;
margin: 1rem;
}


@media screen and (max-width: 600px) {
.panelBaner .bx-controls .bx-controls-direction {
	display:none !important
}
}



@media (min-width: 651px) and (max-width: 1350px) {
html, body {
	font-size:9px;
}
}

@media (min-width: 1500px) {
html, body {
	font-size:10px;
}
}

@media (min-width: 1700px) {
html, body {
	font-size:11px;
}	
}

@media (min-width: 2000px) {
html, body {
	font-size:12px;
}
}

@media (min-width: 2400px) {
html, body {
	font-size:13px;
}
}

@media (min-width: 2800px) {
html, body {
	font-size:14px;
}
}




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

.icon_close, .icon_menu {
display: block;
}


/*HEADER*/

header {
	width: calc(100% - 4rem) !important;
    padding: 1rem 2rem !important;
    height: 6rem;
}

.logo {
    float: none;
    margin: auto;
    width: 16rem !important;
    display: block;
}



nav {
	width: calc(100% - 4rem) !important;
    padding: 2rem;
	float: none;
	position: fixed;
	text-align: center;
	background-color: #074a41;
	height: calc(100vh - 4rem) !important;
	z-index: 100;
	top: 0;
	left: -100%;
    
   display: flex;
    align-items: center;
   flex-direction: column; /* <--- apila los hijos verticalmente */
  justify-content: center;/* centra verticalmente */
}

.menu {
    margin-right: 0;
    margin-bottom: 3rem;
    display: block;
    font-size:2.2rem;
    color: #FFF !important;
}



/*FOOTER*/


.footer-cta {
height: initial; 
padding: 3rem;
width: calc(100% - 6rem);
}
.footer-info {
width: calc(100% - 4rem); 
padding: 4rem 2rem;
background-image: none;
}
.footer-column {
float: none !important; 
margin-right: 0;
margin-bottom: 4rem;
}

.column {
margin-bottom: 4rem;
}



/*MAIN BANNER*/


.main-banner .txt {
left: 2rem;
width: calc(100% - 4rem);
}

.main-banner .column {
display: block;
margin-right: 0;
margin-bottom: 2rem;
}





.slide {
width: calc(100% - 4rem);
padding: 6rem 2rem;
}


.slide-operaciones .thumb {
 flex: 0 0 30rem; 
}


.slide-faq .left, .slide-faq .right {
width: 100%;
float: none;
position: initial;
margin-bottom: 3rem;
}







.t1 {
	font-size:5rem;
	line-height: 4rem;
}
.t2 {
	font-size:3rem;
	line-height: 3.6rem;
}
.t3 {
	font-size:2.6rem;
	line-height: 3rem;
}
.t4 {
	font-size:2.2rem;
	line-height: 2.6rem;
}


/*FOOTER*/

footer .cta {
width: calc(100% - 4rem); 
padding: 6rem 2rem;



        background-position: bottom right;
        background-repeat: no-repeat;
        background-size: 10rem auto;
}

footer .info {
width: calc(100% - 4rem); 
padding: 2rem;
}
footer .info .left {
float: none;
background-repeat: no-repeat;
background-size: 6rem auto;

        background-position: left top 2rem;
        padding-left: 0;
        padding-top: 10rem;

}
footer .info .right {
float: none;
}
footer .column {
float: none; 
margin-right: 0;
margin-bottom: 1rem;
display: block;
}


.footer-menu  {
    margin-left: 0;
    margin-bottom: 1rem;
    display: block;
}

.footer-cta .bt-white {
float: none !important;
margin-top: 2rem;
}

.interior-banner {
height: 100vw;
}
.interior-banner .txt {
left: 2rem;
bottom: 2rem;
width: 100%;
}

.interior-banner .txt-top {
left: 2rem;
bottom: 2rem;
width: 100%;
}

.slide-nos .left, .slide-nos .right, .slide-equipo .wrap  {
width: 100%;
float: none;
margin-bottom: 3rem;
max-width: initial;
}

.valor, .miembro {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 3rem;
}
.wrapper-content {
    width: calc(100% - 4rem);
    padding: 12rem 2rem 4rem 2rem;
}
#operaciones .thumb {
    width: 100%;
    margin-right: 0;
}


.slide-contacto {
width: calc(100% - 4rem);
padding: 12rem 2rem 4rem 2rem;
height: initial;

}
.slide-contacto .txt, .slide-contacto .form, .slide-contacto .form .left, .slide-contacto .form .right {
width: 100%;
float: none;
margin-bottom: 3rem;
}


}