@charset "utf-8";
@import url("https://use.typekit.net/wve5ura.css");
/* CSS Document */


html, body {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  font-size:10px;
  text-decoration:none;   
    font-family: bree, 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: 4rem;
	color:#012060;
	text-decoration:none;
	text-transform:uppercase;
    display: inline-block;
    vertical-align: middle;
	cursor: pointer;
    letter-spacing: .1rem;
    position: relative;
}
.bt-cta  {
    padding: 1rem 2rem;
    border-radius: 1rem;
	font-size:1.4rem;
    font-family: bree, sans-serif;
    font-weight: 400;
    font-style: normal;
	color:#012060;
	text-decoration:none;
	text-transform:uppercase;
    display: inline-block;
    vertical-align: middle;
	cursor: pointer;
    letter-spacing: .1rem;
    position: relative;
    background-color: #dfa827;
}
.bt-whatsapp {
	color:transparent;
	cursor:pointer;
	width: 6rem;
	height: 6rem;
	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");
    position: fixed;
    right: 8rem;
    bottom: 4rem;
    z-index: 20;
}


/* --- SUBMENÚ --- */
.dropdown {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.dropdown-content, .dropdown-content-dob {
  position: absolute;
  top: 100%;
  left: 0;
  margin-left: -2rem;
  width: 20rem;
  display: none;
  z-index: 10;
  text-align: center;
  padding-top: 2rem;
}
.dropdown-content-dob {
  margin-left: -12rem;
  width: 46rem;
}
.dropback {
border-radius: 1rem;
background-color: #dfa827;
width: calc(100% - 4rem);
padding: 2rem;
}
.dropdown-content .submenu, .dropdown-content-dob .submenu {
  padding: 1rem 0;
  display: block;
  color: #012060;
  font-size:1.4rem;
  font-weight: 500;
	text-decoration:none;
	text-transform:uppercase;
}
.dropdown-content .submenu-more, .dropdown-content-dob .submenu-more {
  padding: 1rem 0;
  margin-top: 2rem;
  display: block;
  color: #012060;
  font-size:1.2rem;
  font-weight: 400;
text-decoration:none;
}
/*
.dropdown-content a:hover {
  background: #333;
  color: #f0a500;
}
*/

/* Mostrar el submenú al pasar el mouse */
.dropdown:hover .dropdown-content, .dropdown:hover .dropdown-content-dob {
  display: block;
}




/*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: center; 
background-color: #dfa827;
position: relative;
background-image: url("images/footer-texture-left.svg"), url("images/footer-texture-right.svg");
background-position: left center, right center;
background-repeat: no-repeat;
background-size: auto 100%;
}

footer .info {
width: calc(100% - 16rem); 
padding: 4rem 8rem;
background-color: rgba(0,32,95,.1);
}

footer .info .column {
float: left; 
margin-right: 6rem;
padding: 1rem 0 1rem 5rem;
background-position: top 1rem left;
background-repeat: no-repeat;
background-size: 3rem auto;
text-decoration: none;
}
footer .map {
width: calc(100% - 16rem); 
padding: 4rem 8rem;
}
footer .map .column {
float: left; 
margin-right: 6rem;
}

.footer-item  {
	font-size:1.4rem;
	color:#012060;
	text-decoration:none;
    display: block;
    vertical-align: middle;
	cursor: pointer;
    letter-spacing: .1rem;
    position: relative;
}
.footer-menu  {
    padding: 1rem 0;
	font-size:1rem;
    margin-right: 3rem;
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
    display: inline-block;
    vertical-align: middle;
	cursor: pointer;
    letter-spacing: .1rem;
    position: relative;
}
footer .disclaimer {
background-color: #012060;
width: calc(100% - 16rem); 
padding: 2rem 8rem;
}

/*MAIN BANNER*/




/* MAIN BANNER */
.main-banner {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.scrolldown {
left: 6rem;
bottom: 4rem;
width: 5rem;
position: absolute;
z-index: 5;
background-color: transparent;
border: none;
cursor: pointer;
}
.scrolldown img {
width: 100%;
height: auto;
}
.main-banner .txt {
width: 50%;
background-image: url("images/trazo.svg");
background-position: bottom left 16rem;
background-repeat: no-repeat;
background-size: 30rem auto;
padding: 0 0 4rem 8rem;
position: absolute;
z-index: 2;
}




.bg-slider {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.bg-slider .slideimg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  animation: fade 12s infinite, zoom 12s infinite;
  opacity: 0;
}
.bg-slider .s1 {
  background-image: url("images/main-banner-1.jpg?v=1.3");
  animation-delay: 0s;
}
.bg-slider .s2 {
  background-image: url("images/main-banner-2.jpg?v=1.3");
  animation-delay: 6s;
}

@keyframes fade {
  0%   { opacity: 0; }
  5%   { opacity: 1; }
  45%  { opacity: 1; }
  55%  { opacity: 0; }
  100% { opacity: 0; }
}

@keyframes zoom {
  from { transform: scale(1); }
  to   { transform: scale(1.05); }
}






/*SLIDES */

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

.slide-about  {
background-color: #012060;
text-align: left;
z-index: 3;
padding: 12rem 8rem;

}
.slide-about .wrap  {
width: 100%;
max-width: 70rem;
text-align: center;
margin: auto;
}
.slide-equipo .wrap  {
width: 100%;
max-width: 70rem;
text-align: center;
margin: auto;
}

.slide-personales {
text-align: center;
}

  .slide-personales .thumb, .listado-per .thumb {
  width: calc(33.3333% - 1.8333rem);
    position: relative;
    background-color: #000;
    display: inline-block;
    vertical-align: top;
    margin-right: 2rem;
    border-radius: 2rem;
    aspect-ratio: 4 / 2.5;
    margin-bottom: 3rem;
    overflow: hidden;
        background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
.slide-personales .thumb:hover, .listado-per .thumb:hover {
  transform: scale(1.05);
  }
  
 .slide-personales .thumb .txt, .listado-per .thumb .txt {
    left: 2rem;
    bottom: 4rem;
    right: 2rem;
    z-index: 2;
    position: absolute;
    text-align: center;
    width: initial !important;
  }
  
   .slide-personales .thumb .shadow, .listado-per .thumb .shadow {
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    position: absolute;
    height: 50%;
     opacity: .5;
background: linear-gradient(360deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  }

.slide-empresariales {
width: 100%;
padding: 6rem 0;
text-align: center;
padding-bottom: 0;
}

.slide-blog  {
background-color: rgba(0,32,95,.1);
text-align: center;
}


  .slide-blog .thumb, .slide-listado-blog .thumb {
  width: calc(33.3333% - 4.2333rem);
    position: relative;
    background-color: transparent;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-right: 2rem;
    border-radius: 2rem;
    border: solid .2rem #FFF;
    padding: 1rem;
  }
    .slide-listado-blog .thumb {
      margin-bottom: 3rem;
  }
  .slide-blog .thumb:hover, .slide-listado-blog .thumb:hover {
    background-color: #FFF;
    transform:scale(1.05);
  }
  
  .slide-blog .thumb .img, .slide-listado-blog .thumb .img {
  width: 100%;
    border-radius: 1rem;
    aspect-ratio: 3 / 2;
    background-color: #000;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
    .slide-blog .thumb .txt, .slide-listado-blog .thumb .txt {
  width: calc(100% - 4rem);
  height: 6rem;
  padding: 2rem;
  }
  
  .slide-listado-blog {
  margin-top: 12rem;
  background-color: rgba(0,32,95,.1);
text-align: center;
  }
  
  .destacada {
  width: 100%;
  border-radius: 2rem;
  padding-top: 30vw;
  position: relative;
  overflow: hidden;
  }
  .destacada .txt {
  position: absolute;
  z-index: 2;
    bottom: 4rem;
  left: 4rem;
  right: 4rem;
  }
  .destacada .shadow {
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  background: #000;
background: linear-gradient(360deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
opacity: .5;
  }
  
  
.slide-testimonios {
height: 50rem; 
padding: 0 8rem;
text-align: center;
background-image: url("images/corchete-left.svg?v=1.2"), url("images/corchete-right.svg");
background-position: left top, right bottom;
background-repeat: no-repeat;
background-size: 30rem auto;
padding-top: 6rem;
background-color: transparent;
}


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

.banner-detalle {
width: 100%;
padding-top: 25vw;
position: relative;
background-color: rgba(0,32,96,.2);
margin-top: 12rem;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
}
.banner-detalle .tittle {
position: absolute;
left: 8rem;
bottom: 6rem;
z-index: 2;
}
.banner-detalle .shadow {
position: absolute;
left: 0;
bottom: 0;
right: 0;
height: 50%;
background: #FFF;
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
z-index: 1;
opacity: .9;
}

.slide-detalle .left {
display: inline-block;
vertical-align: top;
width: calc(100% - 50rem);
margin-right: 9rem;
}

.slide-detalle .right {
display: inline-block;
position: sticky;
top: 14rem;
right: 8rem;
vertical-align: top;
width: 32rem;
margin-top: -12rem;
background-color: #012060;
border-radius: 2rem;
padding: 4rem;
}

.slide-riesgo .left {
display: inline-block;
vertical-align: top;
width: calc(100% - 50rem);
margin-right: 9rem;
}

.slide-riesgo .right {
display: inline-block;
vertical-align: top;
width: 32rem;
}
.slide-riesgo .right img {
width: 100%;
height: auto;
}





.slide-contacto {
width: calc(100% - 16rem);
padding: 6rem 8rem;
position: relative;
background-color: rgba(0,32,96,.2);
margin-top: 12rem;
}
.slide-contacto .txt {
width: 100%;
}
.slide-contacto .txt .left {
width: calc(50% - 1rem);
display: inline-block;
vertical-align: middle;
}
.slide-contacto .txt .right {
width: calc(50% - 1rem);
display: inline-block;
vertical-align: middle;
text-align: center;
}
.slide-contacto .txt .right img {
width: 40rem;
height: auto;
margin: auto;
}
.slide-contacto .form {
width: 100%;
}
.slide-contacto .form .left {
width: calc(50% - .5rem);
float: left;
}
.slide-contacto .form .right {
width: calc(50% - .5rem);
float: right;
}

.slide-manager {
background-color: rgba(0,32,96,.2);
}

.slide-manager .left {
display: inline-block;
vertical-align: middle;
width: calc(35% - 1rem);
margin-right: 10%;
text-align: center;
}
.slide-manager .left .perfil {
margin: auto;
width: 100%;
padding-top: 100%;
border-radius: 50%;
background-color: #FFF;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}

.slide-manager .right {
display: inline-block;
vertical-align: middle;
width: 55%;
}


.slide-listado {
width: calc(100% - 16rem);
padding: 6rem 8rem;
position: relative;
background-color: rgba(0,32,96,.1);
margin-top: 12rem;
}
.slide-listado .txt {
width: 100%;
}
.slide-listado .txt .left {
width: calc(50% - 11rem);
display: inline-block;
vertical-align: middle;
padding-right: 10rem;
}
.slide-listado .txt .right {
width: calc(50% - 1rem);
display: inline-block;
vertical-align: middle;
text-align: center;
}
.slide-listado .txt .right img {
width: 40rem;
height: auto;
margin: auto;
}



.slide-listado .left {
width: 40rem;
float: left;
position: sticky;
top: 14rem;
}
.slide-listado .right {
width: calc(100% - 50rem);
float: right;
}


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




.about-banner  {
background-color:aliceblue;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
text-align: left;
width: 100%;
height: 100vh;
  display: flex;              /* activa flexbox */
  align-items: center;        /* centra verticalmente */
  justify-content: flex-start;/* alinea a la izquierda horizontalmente */
}
.about-banner .wrap  {
max-width: 54rem;
padding: 4rem 8rem;
}
.about-main  {
background-color: rgba(0,32,95,.1);
text-align: left;
}


.tag {
font-weight: 300;
    font-size: 1.6rem;
    line-height: 2rem;
}


  .listado-emp .thumb {
    width: calc(33.3333% - 1.83333rem);
    margin-right: 2rem;
    aspect-ratio: 2.5 / 4;
    position: relative;
    background-color: #000;
    display: inline-block;
    vertical-align: top;
    border-radius: 2rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    margin-bottom: 2rem;
  }
   .listado-emp .thumb:hover {
    transform: scale(.95);
  }

 .listado-emp .thumb .txt {
    left: 2rem;
    bottom: 4rem;
    right: 2rem;
    z-index: 2;
    text-align: left;
    position: absolute;
  }
  
   .listado-emp .thumb .shadow {
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    position: absolute;
    height: 50%;
     opacity: .5;
background: linear-gradient(360deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  }
  
.persona {
width: 30%; 
margin-right: 5%; 
float: left;
}
.persona .face {
width: 75%; 
aspect-ratio: 1 / 1;
margin: auto;
margin-bottom: 2rem;
display: block;
border-radius: 50%;
background-color: aliceblue;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.persona .txt {
display: block;
width: 100%; 
text-align: center;
}



.pregunta {
width: 100%;
border-radius: 1rem;
cursor: pointer;
transition: background 0.3s;
background-color: rgba(0,32,95,.1);
margin-bottom: 1rem;
border: solid .1rem rgba(0,32,95,0);
background-image: url("images/arrow-down-black.svg");
background-position: right 2rem top 2rem;
background-repeat: no-repeat;
background-size: 3rem auto;
}
.preg {
width: calc(100% - 4rem);
padding: 2rem;
}
.pregunta.activa {
background-color: rgba(0,32,95,0);
border: solid .1rem #012060;
background-image: url("images/arrow-up-black.svg");
background-position: right 2rem top 2rem;
background-repeat: no-repeat;
background-size: 3rem auto;
}
.resp {
width: calc(100% - 4rem);
padding: 2rem;
padding-top: 0;
display: none;
}
.sep {
width: 8rem;
height: .4rem;
background-color: #f1ac09;
border-radius: .2rem;
clear: both;
margin-bottom: 2rem;
}
.tab {
width: calc(50% - 7rem);
display: inline-block;
vertical-align: top;
padding: 0 0 0 4rem;
margin-right: 4rem;
margin-bottom: 3rem;
background-image: url("images/arrow-right-yellow.svg");
background-position: left top;
background-repeat: no-repeat;
background-size: 1.6rem auto;
}

/* FONTS */
.t1 {
    font-weight: 300;
	font-size:2rem;
	line-height: 2.6rem;
}
.t2 {
    font-weight: 600;
	font-size:4rem;
	line-height: 4rem;
}
.t3 {
    font-weight: 400;
	font-size:3rem;
	line-height: 3.6rem;
}
.t4 {
    font-weight: 300;
	font-size:1.6rem;
	line-height: 2rem;
}
.t5 {
	font-size:1.2rem;
    font-weight: 300;
    letter-spacing: .25rem;
	line-height: 1.8rem;
}





.white {
	color:#FFF;
}
.black {
color: #012060;
}
.yellow {
color: #f1ac09;
}


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

.menu-show {
display: none;
}
.menu-hide {

}

/* 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-ld {
color: #0c6697;
font-size:1.2rem;
text-align: left;
text-decoration: none;
padding: 1.5rem 0 1.5rem 4rem;
font-weight: 400;
letter-spacing: .2rem;
display: inline-block;
text-transform: uppercase;
vertical-align: middle;
border: none;
appearance: none;
cursor: pointer;
background-image: url(images/icon-ld-color.svg?v=1.4);
background-position: left center;
background-size: 3rem auto;
background-repeat: no-repeat;
}
.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: #012060;
}



.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(100% - 3.2rem);
float: left;
border-radius: 1rem;
border: none;
display: block;
margin-bottom: 1rem;
}
.field, .area, .drop {
	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;
}
.drop {
background-repeat: no-repeat;
background-image: url(images/arrow-down-black.svg);
background-position: right 2rem center;
background-size: 3rem auto;
}
.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: #012060;
font-size:1.6rem;
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: 60%; 
margin: auto;
margin-top: 3rem;
}
.bots .send {
width: calc(50% - 3rem);
display: inline-block;
margin: 1rem;
}
.bots .send-whatsapp {
width: calc(50% - 4rem);
display: inline-block;
margin: 1rem;
}




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

  .slider-track {
    display: flex;
    flex-wrap: nowrap;
    transition: transform 0.45s cubic-bezier(.2,.9,.3,1);
    will-change: transform;
  }

  .visor-wrap {
    width: 100%;
    position: relative;
  }

  .visor-tittle {
    width: 23rem;
    float: left;
    height: 31.6rem;
    padding: 4rem 4rem 4rem 8rem;
    border-radius: 0 2rem 2rem 0;
    border: solid .2rem #012060;
    border-left: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background-color: #FFF;
    text-align: left;
  }
    .visor-wrap:hover .visor-tittle {
    border: solid .2rem #dfa827;
    background-color: #dfa827;
  }

  .visor-content {
    float: right;
    width: calc(100% - 33rem);
    height: 40rem;
  }

  .visor-wrap .visor-content .thumb {
    height: 40rem;
    position: relative;
    background-color: #000;
    display: inline-block;
    vertical-align: top;
    margin-right: 2rem;
    border-radius: 2rem;
    flex: 0 0 25rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
  }
   .visor-wrap .visor-content .thumb:hover {
    transform: scale(.95);
  }
/* margen izquierdo solo al primero */
.visor-wrap .visor-content .thumb:first-child {
  margin-left: 4rem;
}

/* margen derecho solo al último */
.visor-wrap .visor-content .thumb:last-child {
  margin-right: 2rem;
}

 .visor-wrap .visor-content .thumb .txt {
    left: 2rem;
    bottom: 4rem;
    right: 2rem;
    z-index: 2;
    text-align: left;
    position: absolute;
  }
  
   .visor-wrap .visor-content .thumb .shadow {
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    position: absolute;
    height: 50%;
/*     background: #000;*/
     opacity: .5;
     background: linear-gradient(360deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  }
  
  .bt-left, .bt-right {
    appearance: none;
    border: none;
    color: transparent;
    background-color: transparent;
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 3.6rem;
    height: 3.6rem;
    opacity: 1;
    transition: opacity 0.3s ease;
  }

  .bt-left { margin-right: 1rem; background-image: url("images/arrow-left-black.svg?v=1.2"); }
  .bt-right { background-image: url("images/arrow-right-black.svg?v=1.2"); }

  .bt-left:hover, .bt-right:hover {
    opacity: 0.7;
  }

  .bt-disabled {
    pointer-events: none;
    opacity: 0.35;
  }


  /* --- testimonios --- */

  .wrap-testimonios {
    position: relative;
    margin: auto;
    width: 60rem;
  }

  .testimonio {
    display: none;
    position: absolute;
    text-align: center;
    width: 100%;
  }
  
  .testimonio .perfil {
    width: 16rem;
    height: 16rem;
    border-radius: 50%;
    position: relative;
    margin: auto;
    margin-bottom: 4rem;
    background-color: #012060;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
    .testimonio .perfil .vid {
    position: absolute;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background-color: #f1ac09;
    z-index: 2;
    bottom: -2rem;
    left: 50%;
    margin-left: -2rem;
    color: transparent;
    border: none;
appearance: none;
cursor: pointer;
background-position: center center;
background-repeat: no-repeat;
background-size: 50% auto;
background-image: url("images/icon-video.svg");
  }
  

  .testimonio.active {
    display: block;
  }


  .testimonios-nav {
      position: absolute;
      width: 100%;
      left: 0;
    justify-content: center;
    align-items: center;
    bottom: 4rem;
  }


/* Fondo fullscreen */
.lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.85);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}

/* Contenedor del video */
.lightbox-content {
  position: relative;
  width: 90%;
  max-width: 900px;
  aspect-ratio: 16/9;
}

/* iframe del video */
.lightbox-content iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 1rem;
}

/* Botón cerrar */
.lightbox-close {
  position: absolute;
  top: -40px;
  right: 0;
  background: transparent;
  color: #fff;
  font-size: 3rem;
  border: none;
  cursor: pointer;
}


@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: 2rem !important;
    height: initial !important;
}

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



nav {
	width: calc(100% - 4rem) !important;
    padding: 2rem;
	float: none;
	position: fixed;
	text-align: center;
	background-color: #012060;
	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 {
background-position: bottom center;
  display: block;              /* activa flexbox */
  align-items: initial;        /* centra verticalmente */
}

.main-banner .txt {
width: calc(100% - 4rem);
background-size: 20rem auto;
padding: 16rem 2rem 4rem 2rem;
background-position: bottom center;
text-align: center;
}




.bt-whatsapp {
    right: 2rem;
}




/* FONTS */
.t2 {
	font-size:3.4rem;
	line-height: 4rem;
}
.t3 {
	font-size:2.4rem;
	line-height: 3rem;
}


/*SLIDES */

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

.slide-about  {
text-align: center;
z-index: 3;
}
.slide-about .wrap  {
max-width: 100%;
}
.slide-equipo .wrap  {
max-width: initial;
}


  .slide-personales .thumb, .listado-per .thumb {
  width: 100%;
    margin: 1rem 0;
  }
   .slide-personales .thumb .txt, .listado-per .thumb .txt {
    left: 2rem;
    bottom: 2rem;
    right: 2rem;
  }
  

.slide-empresariales {
padding: 4rem 0;
width: 100%;
}




  .slide-blog .thumb, .slide-listado-blog .thumb {
  width: calc(100% - 2.4rem);
    margin-right: 0;
  }
    .slide-blog .thumb .txt, .slide-listado-blog .thumb .txt {
  height: initial;
  }
  

  .destacada {
  padding-top: 100vw;

  }
  .destacada .txt {
    bottom: 2rem;
  left: 2rem;
  right: 2rem;
  }

.slide-testimonios {
height: initial; 
padding: 4rem 2rem;
text-align: center;;
}


.slide-clientes {
  padding: 4rem 0;
}



.banner-detalle {
padding-top: 60vw;
}
.banner-detalle .tittle {
left: 2rem;
bottom: 2rem;
}

.slide-detalle .left {
display: block;
width: 100%;
margin-right: 0;
}

.slide-detalle .right {
display: block;
position: initial;
width: calc(100% - 4rem);
margin-top: initial;
padding: 4rem 2rem;
}

.slide-riesgo .left {
display: block;
width: 100%;
margin-right: 0;
}

.slide-riesgo .right {
display: block;
width: 100%;
}
.slide-riesgo .right img {
width: 80%;
margin: auto;
}


.slide-contacto {
width: calc(100% - 4rem);
padding: 4rem 2rem;
}
.slide-contacto .txt .left {
width: 100%;
display: block;
}
.slide-contacto .txt .right {
width: 100%;
display: block;
}
.slide-contacto .txt .right img {
width: 80%;
}
.slide-contacto .form .left, .slide-contacto .form .right  {
width: 100%;
float: none;
}


.slide-manager .left {
display: block;
width: 80%;
margin: auto;
margin-bottom: 2rem;
}

.slide-manager .right {
display: inline-block;
vertical-align: middle;
width: 100%;
}


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

.slide-listado .txt .left {
width: 100%;
display: block;
}
.slide-listado .txt .right {
width: 100%;
display: block;
}
.slide-listado .txt .right img {
width: 80%;
}



.slide-listado .left {
width: 100%;;
float: none;
position: initial;
}
.slide-listado .right {
width: 100%;
float: none;
}



  .visor-tittle {
    width: 10rem;
    height: 31.6rem;
    padding: 4rem 2rem;
  }

  .visor-content {
    width: calc(100% - 11.5rem);
    height: 40rem;
  }




  /* --- testimonios --- */

  .wrap-testimonios {
    width: 100%;
  }

  .testimonio {
    position: initial;;
  }
footer .info, footer .map {
    width: calc(100% - 4rem);
    padding: 4rem 2rem;
}
.tab {
    width: calc(100% - 4rem);
    display: block;
    margin-right: 0;
}

  .testimonios-nav {
      position: absolute;
      width: 100%;
      left: 0;
    justify-content: center;
    align-items: center;
    bottom: 4rem;
  }
.persona {
    width: 100%;
    margin-right: 0;
    float: none;
    margin-bottom: 4rem;
}
.s1 {
background-image: url(images/main-banner-mob-1.jpg) !important; 
}
.s2 {
background-image: url(images/main-banner-mob-2.jpg) !important; 
}
    .main-banner .txt {
        padding-top: 10rem !important;
}
.main-banner .txt .t1 {
        font-size: 1.6rem !important;
    }

        .main-banner .txt .t2 {
        font-size: 2.8rem !important;
    }
            .main-banner .txt .del {
        display: none !important;
    }


.scrolldown {
display: none !important;
}

.about-banner {
    background-position: bottom right;
    background-size: 100% auto;
    height: initial;
    display: flex;
    justify-content: flex-start;
    background-image: url(images/banner-about-mob.jpg?) !important;
}

    .about-banner .wrap {
        max-width: initial;
        padding: 12rem 2rem 100vw 2rem;
    }
    

.menu-show {
display: block;
}
.menu-hide {
display: none;
}

.listado-emp .thumb {
    width: calc(50% - 2.5rem)!important;
    margin: 1rem !important;
}




}