@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&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;
}

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

.content-empty {
width: calc(100% - 16rem);
padding: 18rem 8rem 6rem 8rem;
background-color: rgba(0,51,102,.1);
}

/*
.content {
width: calc(100% - 16rem);
padding: 0 8rem;
text-align: left;
background-image: url("images/patch-gradient.svg");
background-position: left bottom -10rem;
background-repeat: no-repeat;
background-size: 100% auto;
}
*/
.wrapper {
width: 100%;
max-width: 120rem;
margin: auto;
}


/*HEADER*/

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

.logo {
width: 12rem;
display: inline-block;
vertical-align: middle;
}
.logo img {
width: 100%;
height: auto;
}
.logo_home {
width: 16rem;
}
.nav, .nav_home {
display: inline-block;
vertical-align: middle;
width: calc(100% - 13rem);
justify-items: right;
}
.nav_home {
width: calc(100% - 17rem);
}


.menu, .submenu {
	font-size:1.4rem;
    margin-right: 3rem;
	color:#003366;
	text-decoration:none;
	text-transform:uppercase;
    display: inline-block;
    vertical-align: middle;
	cursor: pointer;
    letter-spacing: .2rem;
    position: relative;
}
.submenu {
    margin-left: 3rem;
	color:#FFF;
}

/*FOOTER*/

footer {
width: 100%;
position: relative;
background-color: #003366;
}

.footer-cta {
width: calc(100% - 16rem); 
height: 30vw; 
padding: 0 8rem;
display: table; 
vertical-align: middle; 
text-align: left; 
background-color: #00a1ae;
position: relative;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
background-image: url("images/banner-cta.jpg");
}
.footer-cta .shadow {
position: absolute;
mix-blend-mode: multiply;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 0;
background: #16968D;
background: linear-gradient(90deg, rgba(22, 150, 141, 1) 0%, rgba(22, 150, 141, 0) 100%);
}

.footer-menu {
width: calc(100% - 16rem); 
padding: 0 8rem;
background-color: rgba(0,0,0,.25);
height: 6rem;
display: table;
text-align: right;
}
.footer-address {
width: calc(100% - 16rem); 
padding: 0 8rem;
background: #16968D;
background: linear-gradient(90deg, rgba(0, 153, 153, 1) 0%, rgba(0, 51, 102, 1) 100%);
height: 10rem;
display: table;
}
.footer-info {
width: calc(100% - 16rem); 
padding: 0 8rem;
height: 12rem;
display: table;
}
.footer-column {
float: left; 
margin-right: 4rem;
padding-left: 4rem;
background-position: center left;
background-repeat: no-repeat;
background-size: 2rem auto;
}
.column {
display: inline-block;
text-align: left;
padding: 2rem 0;
padding-left: 6rem;
background-position: center left;
background-repeat: no-repeat;
background-size: 4rem auto;
margin: 0 4rem;
}
.item-address {
float: left;
width: 16.6666%
}

/*MAIN BANNER*/


.iso-giro, .iso-giro-interno {
position: absolute;
right:  0;
bottom: -45vh;
width: 60vh;
height: 120vh;
z-index: 3;
overflow: hidden;
}

.iso-giro img {
width: 120vh;
height: auto;
display: block;
animation: spin 20s linear infinite; /* 20s = rotación lenta */
}

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

.main-banner {
width: 100%;
height: 100vh;
position: relative;
z-index: 2;
}
.main-banner-txt, .interior-banner-txt {
position: absolute;
left: 8rem;
bottom: 4rem;
width: 50%;
z-index: 3;
}


.vidcell {
top: 0;
left: 0;
width: 100%;
height: 100vh;
position: absolute;
z-index: 0;
background-color: #000;
}
.vidcell video {
width: 100%;
height: 100vh;
position: absolute;
object-fit: cover;
opacity: .5;
}
.patch-banner {
background-color: #00a1ae;
opacity: .5;
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 16rem;
z-index: 1;
}



.interior-banner {
width: 100%;
height: 35vw;
margin-top: 8rem;
background-color: rgba(22,52,95,.5);
background-blend-mode: multiply;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
.slide-nos {
padding: 6rem 8rem;
position: relative;
width: calc(100% - 16rem);
z-index: 4;
}
.slide-nos .left {
width: calc(50% - 4rem);
float: left;
margin-right: 8rem;
}
.slide-nos .right {
width: calc(50% - 4rem);
float: right;
}
.box-about {
width: calc(100% - 8rem);
border-radius: 2rem;
padding: 4rem;
}

/*SLIDES */
.contacto-banner {
width: calc(100% - 16rem);
padding: 8rem;
margin-top: 8rem;
background-color: rgba(22,52,95,.6);
background-blend-mode: multiply;
background-position: center right;
background-size: cover;
background-repeat: no-repeat;
}
.contacto-banner .left {
float: left;
width: 40rem;
}
.contacto-banner .right {
float: right;
width: calc(100% - 50rem);
}
.slide-about  {
background-color: #003366;
padding: 6rem 8rem;
position: relative;
width: calc(100% - 16rem);
text-align: left;
z-index: 1;
}
.slide-about-max, .slide-services-max, .slide-clients-max, .slide-news-max {
max-width: 50%;
}
.slide-stats  {
background-color: #fff;
padding: 6rem 8rem;
position: relative;
width: calc(100% - 16rem);
text-align: left;
z-index: 1;
}
.slide-testimonios  {
background-color: #fff;
padding: 6rem 0;
position: relative;
width: 100%;
text-align: left;
z-index: 1;
padding-bottom: 0;
}
.slide-clientes  {
background-color: #fff;
padding: 6rem 0;
position: relative;
width: 100%;
text-align: left;
z-index: 1;
}
.slide-frase {
background-color: #91bed3;
background-blend-mode: multiply;
position: relative;
width: 100%;
z-index: 3;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.slide-frase-content {
text-align:left;
height: 50rem;
display: table;
float: left;
padding: 0 8rem;
width: calc(100% - 32rem);
}

.slide-blog {
position: relative;
padding: 6rem 8rem;
width: calc(100% - 16rem);
text-align:left;
background-color: rgba(22,52,95,.1)
}

.slide-datos-contacto {
width: calc(100% - 16rem);
padding: 6rem 8rem;
background-color: #009999;
text-align: center;
}
.slide-timeline {
width: 100%;
padding: 6rem 0;
}
.slide-certs {
width: calc(100% - 16rem);
padding: 6rem 8rem;
background-color: #16968d;
background-blend-mode: multiply;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.slide-certs .left {
width: 40rem;
float: left;
}
.slide-certs .right {
width: calc(100% - 50rem);
float: right;
}
.slide-docs {
width: calc(100% - 16rem);
padding: 6rem 8rem;
}
.slide-docs .left {
width: 40rem;
float: left;
}
.slide-docs .right {
width: calc(100% - 50rem);
float: right;
}

.slide-relacionados {
widows: calc(100% - 16rem); 
padding: 6rem 8rem; 
background-color: #FFF;
}
.gradient {
background: -webkit-linear-gradient(90deg, rgba(22, 150, 141, 1) 0%, rgba(0, 51, 102, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.stat {
float: left;
width: calc(33.333% - 6rem);
padding-left: 6rem;
background-image: url("images/plus.svg");
background-position: top left;
background-repeat: no-repeat;
background-size: 8rem auto;
}

.access {
width: calc(20% - 3.2rem);
border-radius: 1.6rem;
margin-right: 4rem;
background-color: #009999;
text-align: left;
float: left;
color: #FFF;
}
.access:hover {
background-color: #bfd0d1;
color: #003366;
}
.access .wrapper {
width: 100%;
padding-top: 100%;
position: relative;
}
.access .content {
position: absolute;
top: 2rem;
bottom: 2rem;
right: 2rem;
left: 2rem; 
}
.access .wrapper .content img {
width: 40%;
height: auto;
margin-bottom: 3rem;
display: block;
}
.access .wrapper .content span {
display: block;
}
.proj {
width: calc(100% - 2rem); 
padding: 1rem; 
background-color: #FFF; 
border-radius: 2rem;
margin-bottom: 4rem;
}
.proj .img {
display: inline-block;
vertical-align: middle;
width: 30rem;
padding-top: 20rem;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
border-radius: 1rem;
background-color: antiquewhite;
}
.proj .txt {
display: inline-block;
vertical-align: middle;
width: calc(100% - 35rem);
padding: 0 2rem;
}

.slide-valores {
position: relative;
padding: 8rem;
width: calc(100% - 16rem);
text-align:left;
background-color: #003366;
}
.slide-team {
padding:  6rem 0;
position: relative;
z-index: 2;
width: 100%;
}

.content-access {
width: 100%;
position: relative;
z-index: 1;
}
.patch-about {
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 6rem;
background-color: #FFF;
z-index: 0;
}


.thumb {
width: 50rem;
margin-bottom: 4rem;
background-color:#FFF;
position: relative;
text-align: left;
overflow: hidden;
}
.thumb:hover {
transform: scale(1.025);
box-shadow: 0 5px 25px -10px rgba(0,0,0,0.5);
background-color:#FFF;
}
.thumb .img {
width: 100%;
padding-top: 60%;
background-color: aliceblue;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.thumb .txt {
width: calc(100% - 4rem);
padding: 2rem;
height: 12rem;
}
.thumb .txt .icon {
width: 8rem;
height: 8rem;
display: inline-block;
vertical-align: top;
margin-right: 2rem;
}
.thumb .txt .desc {
width: calc(100% - 10.5rem);
display: inline-block;
vertical-align: top;
}
.thumb-int {
width: calc(50% - 2rem);
margin-right: 4rem;
background-color: #efefef;
float: left;
}

.search-news {
width: 100%; 
margin: 6rem 0; 
clear: both; 
}
.line-news {
width: 20rem; 
height: .6rem; 
border-radius: .3rem; 
background-color: #009999;
}

.mapa {
height: 60rem; 
position: absolute; 
right: 0; 
top:0 ; 
z-index: 2;
}
.thumb-blog {
width: calc(33.3333% - 3rem);
text-align: left;
float: left;
margin-right: 3rem;
margin-bottom: 3rem;
background-color: #FFF;
position: relative;
border-radius: 1rem;
padding: .5rem;
}

.thumb-blog:hover {
transform: scale(1.05);
box-shadow: 0 5px 50px -10px rgba(0,0,0,0.5);
}
.thumb-blog .img {
width: 100%;
padding-top: 60%;
background-color: aliceblue;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
margin-bottom: 1rem;
border-radius: .5rem;
}

.thumb-blog .txt {
width: calc(100% - 2rem);
padding: 1rem;
}
.thumb-blog .txt .tittle {
height: 10rem;
margin-bottom: 2rem;
}
.thumb-blog .txt .autor {
height: 4rem;
}

.doc {
width: calc(100% - 6rem);
border-radius: 1rem;
background-color: #bfd0d1;
padding: 0 4rem 0 2rem;
height: 6rem;
color: #003366;
background-position: right 2rem center;
background-repeat: no-repeat;
background-size: 3rem auto;
margin-bottom: 2rem;
display: table;
}
.doc:hover {
background-color: #003366;
color: #FFF;
background-image: url("images/arrow-down-white.svg");
}



.desp {
width: calc(100% - 4rem);
background-color: #FFF;
border-radius: 1rem;
padding: 2rem;
margin-bottom: 2rem;
}
.categoria {
width: 100%;
height: 3rem;
display: table;
background-position: right center;
background-repeat: no-repeat;
background-size: 3rem auto;
background-image: url("images/arrow-down-black.svg");
}
.detalle {
width: 100%;
padding: 2rem 0;
}

.thumb-client {
width: calc(25% - 4.5rem);
margin-right: 6rem;
margin-bottom: 6rem;
float: left;
background-color: #FFF;
text-align: center;
border-radius: 50%;
overflow: hidden;
}
.thumb-client:hover {
box-shadow: 0 5px 50px -10px rgba(0,0,0,0.5);
transform: scale(1.05);
}
.thumb-client .wrap {
width: 100%;
padding-top: 100%;
position: relative;
}
.thumb-client .wrap .content {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}




.thumb-bio {
width: 22.5rem;
text-align: left;
float: left;
margin-right: 2.5rem;
position: relative;
}
.thumb-bio .img {
width: 100%;
padding-top: 100%;
background-color: aliceblue;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}

.thumb-bio .txt {
width: 100%;
padding: 2rem 0;
}
.txt-serv {
width: 60%; 
float: left;
}
.icon-serv {
float: right; 
position: relative; 
margin-top: -21rem; 
width: 30rem; 
height: 30rem; 
z-index: 1; 
background-image: url(images/isotipo.svg); 
background-repeat: no-repeat;
background-position: center center;
background-size: 100% auto;
display: block; 
display: table; 
text-align: center;
}
.icon-serv img {
width: 50%;
height: auto;
}
.step {
width: calc(20% - 5.6rem);
padding: 2rem;
background-color: #bfd0d1;
border-radius: 2rem;
height: 20rem;
float: left;
margin-right: 2rem;
}

.thumb-art {
width: calc(50% - 4rem);
text-align: left;
float: left;
margin-right: 8rem;
margin-bottom: 4rem;
background-color: #FFF;
position: relative;
}

.thumb-art:hover {
transform: scale(1.05);
box-shadow: 0 5px 50px -10px rgba(0,0,0,0.5);
}
.thumb-art .img {
width: 100%;
padding-top: 60%;
background-color: aliceblue;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}

.thumb-art .txt {
width: calc(100% - 8rem);
height: 15rem;
padding: 2rem 4rem;
}
.thumb-art .autor {
width: calc(100% - 8rem);
height: 5rem;
padding: 2rem 4rem;
}



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


.min-autor {
width: 4rem;
height: 4rem;
background-color: antiquewhite;
margin-right: 1rem;
border-radius: 50%;
vertical-align: middle;
display: inline-block;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
border:solid .1rem #ccc; 
}

.bio-content {
width: calc(100% - 50rem); 
float: left;
}
.bio-face {
width: 40rem; 
height: 40rem; 
float: right; 
border-radius: 50%; 
background-color: #FFF; 
background-repeat: no-repeat; 
background-size: cover; 
}


.art-top {
width: 100%; 
position: relative; 
text-align: left;
}

.art-left {
float: left; 
width: 60%;
}
.art-right {
position: sticky;
right: 4rem;
top: 16rem;
width: 30%;
float: right;
}

.art-bio {
width: calc(100% - 8rem);
background-color:#FFF; 
padding: 4rem;
text-align: center;
border-radius: 2rem;
margin-top: 6rem;
}
.art-bio-face {
position: relative;
width: 12rem;
height: 12rem;
border-radius: 50%;
margin: auto;
margin-top: -10rem;
background-color: blue;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
margin-bottom: 2rem;
border:solid .1rem #ccc; 
}


.res-left, .leg-left {
width: 40rem; 
float: left;
}
.res-right, .leg-right {
width: calc(100% - 48rem); 
float: right;
}



.contact-left {
float: left; 
width: 30rem;
}
.contact-right {
float: right; 
width: calc(100% - 38rem);
}




/*
.bio-thumb {
width: 100%;
margin-bottom: 6rem;
}
.bio-img {
display: inline-block; 
vertical-align: middle; 
margin-right: 6rem; 
width: 30rem;
height: 30rem;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
background-color: aliceblue;
filter: grayscale(1);
}
.bio-img-color {
filter: grayscale(0);
box-shadow: 0 5px 50px -10px rgba(0,0,0,0.5);
-webkit-transition: all .25s ease-out;
  	-moz-transition: all .25s ease-out;
  	-o-transition: all .25s ease-out;
  	transition: all .25s ease-out;
}
.bio-txt {
display: inline-block; 
vertical-align: middle;  
width: calc(100% - 36.5rem);
}
*/

.item-sede {
width: calc(100% - 16rem); 
height: 9.9rem; 
background-color: rgba(0,51,102,.1);
padding: 0 8rem;
display: table;
border-bottom: solid .05rem #009999;
border-top: solid .05rem #009999;
}
.item-sede:hover {
background-color: #bfd0d1;
}
.item-sede:hover .name {
display: none;
}
.item-sede:hover .info {
display: block;
}
.item-sede .name {
display: block;
}
.item-sede .info {
display: none;
}
.cta {
width: calc(100% - 16rem); 
background-color: #333; 
padding: 6rem 8rem;
}
.cta-tittle {
display: inline-block; 
vertical-align: top; 
width: 50rem;
}
.cta-txt {
display: inline-block; 
vertical-align: top; 
width: calc(100% - 51rem);
}
.nos-patch {
position: absolute; 
bottom: 0; 
left: 0; 
right: 0; 
background-color: #003366; 
height: 6rem; 
z-index: -1;
}

.valor {
float: left;
width: calc(33.3333% - 4rem);
margin-right: 6rem;
}
.valor .icon {
display: block;
width: 8rem;
height: 8rem;
margin-bottom: 2rem;
}
.valor .icon img {
width: 100%;
height: auto;
}
.valor .txt {
display: block;
}

.time {
    width: 30rem !important;
    border-radius: 2rem !important;
    padding: 4rem !important; 
    margin-right: 2rem; 
    border: solid .1rem #009999 !important; 
    }

    .testimonio {
    width: calc(100% - 34rem) !important;
    border-radius: 2rem !important;
    padding: 6rem !important; 
    margin-right: 0 !important; 
    }
    
    .testimonio .img {
    width: 40rem;
    height: 40rem;
    display: inline-table;
    vertical-align: middle;
    text-align: center;
    position: relative;
    }
    .testimonio .img .border {
    position: absolute;
    z-index: 1;
    width: 100%;
    }
    .testimonio .img .border img {
    width: 100%;
    height: auto;
    opacity: .5;
    }
    .testimonio .img .face {
    position: absolute;
    z-index: 2;
    width: 30rem;
    top: 5rem;
    left: 5rem;
    height: 30rem;
    border-radius: 50%;
    overflow: hidden;
    }
    .testimonio .txt {
    width: calc(100% - 45rem);
    display: inline-table;
    vertical-align: middle;
    margin-left: 4rem;
    }
    .cor-top {
    position: absolute;
    top: 0;
    left: 45rem;
    width: 25rem;
    z-index: 2;
    }
    .cor-bot {
    position: absolute;
    bottom: 0;
    right: 5rem;
    width: 25rem;
    z-index: 2;
    }
    .cor-top img, .cor-bot img {
    width: 100%;
    height: auto;
    display: block;
    }

.team {
text-align: center;
}

 .team .img {
    width: 30rem;
    height: 30rem;
    display: inline-table;
    vertical-align: middle;
    text-align: center;
    position: relative;
    margin-bottom: 2rem;
    }
    .team .img .border {
    position: absolute;
    z-index: 1;
    width: 100%;
    padding-top: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    background-image: url("images/circle-border-grey.svg");
    }
    .team:hover .border {
    background-image: url("images/circle-border-green.svg");
    }
    .team .img .face {
    position: absolute;
    z-index: 2;
    width: 22rem;
    top: 4rem;
    left: 4rem;
    height: 22rem;
    border-radius: 50%;
    overflow: hidden;
    }
    
    
    
.sep {
clear: both; 
margin: 2rem 0; 
width: 10rem; 
height: .4rem; 
border-radius: .2rem; 
background-color: #009999;
}
    
    
.clients {
vertical-align: middle;
margin: 0 25px 0 25px;
mix-blend-mode: multiply;
filter: grayscale(100%);
}
.clients:hover {
filter: grayscale(0);
}
.tit {
padding-left: 8rem;
}

/* FONTS */
.t0 {
	font-size:8rem;
	line-height: 8rem;
}
.t1 {
	font-size:4rem;
	line-height: 5.4rem;
}

.t2 {
	font-size:3.6rem;
	line-height: 4rem;
}
.t3 {
	font-size:3rem;
	line-height: 3.6rem;
}
.t4 {
	font-size:2.4rem;
	line-height: 3rem;
}
.t5 {
	font-size:2rem;
	line-height: 2.6rem;
}
.t6 {
	font-size:1.6rem;
	line-height: 2rem;
}
.t7 {
	font-size:1.2rem;
	line-height: 1.8rem;
}

.white {
	color:#FFF;
}
.black {
color: #003366;
}
.green {
color: #009999;
}

.waze, .google, .maps {
width: 4rem;
height: 4rem;
display: inline-block;
vertical-align: middle;
margin: 0 1rem;
background-position: center center;
background-size: 100% auto;
background-repeat: no-repeat;
color: transparent;
}

.bt-intranet, .bt-whatsapp {
	color:transparent;
	display:inline-block;
	cursor:pointer;
	width: 3rem;
	height: 3rem;
	text-decoration:none;
	margin: 0 2rem 0 0;
	vertical-align: middle;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 80% auto;
}
.bt-intranet {
background-image: url("images/icon-candado.svg");;
}
.bt-whatsapp {
background-image: url("images/icon-whatsapp.svg");
}

.lang {
height: 5rem;
border: none;
appearance:none;
border-left: solid .1rem #003366;
color: #003366;
background-image: url("images/arrow-down-black.svg");
outline:none;
background-color: transparent;
background-position: right center;
background-repeat: no-repeat;
background-size: 1.8rem auto;
padding-left: 2rem;
width: 6rem;
text-transform: uppercase;
font-size: 1.2rem;
letter-spacing: .2rem
}
.lang-white {
border-left: solid .1rem #FFF;
color: #FFF;
background-image: url("images/arrow-down-white.svg");
}

/* REDES */

.redes, .redes-small {
	color:transparent;
	display:inline-block;
	cursor:pointer;
	width: 3rem;
	height: 3rem;
	text-decoration:none;
	margin: 0 3rem 0 0;
	vertical-align: middle;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.redes:hover {
transform: scale(1.1);
}
.redes-small {
	background-color: transparent;
	border-radius: initial;
	width: 3em;
	height: 3rem;
	margin: 0 ;
	background-size: auto 80%;
}

.instagram {
background-image: url(images/icon-in.svg?v=1.4);
}
.instagram:hover {
background-image: url(images/icon-in-color.svg?v=1.3);
}

.facebook {
background-image: url(images/icon-fb.svg?v=1.4);
}
.facebook:hover {
background-image: url(images/icon-fb-color.svg?v=1.3);
}

.tiktok {
background-image: url(images/icon-tk.svg?v=1.4);
}
.tiktok:hover {
background-image: url(images/icon-tk-color.svg?v=1.3);
}

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






.bt-white, .bt-green, .bt-call {
font-size:1.2rem;
text-align: center;
text-decoration: none;
height: 3.4rem;
padding: 1.6rem 3rem 0 3rem;
border-radius: 2.5rem;
font-weight: 400;
letter-spacing: .3rem;
display: inline-block;
text-transform: uppercase;
vertical-align: middle;
background-color: #FFF;
color: #003366;
}

.bt-green {
background-color: #009999;
color: #FFF;
}

.bt-ld {
position: relative;
border: none;
text-align: left;
font-size: 1.2rem;
text-transform: uppercase;
color: #003366;
font-weight: 500;
text-decoration: none;
}
.bt-ld img {
width: 3rem;
height: auto;
margin-right: 1rem;
display: inline-block;
vertical-align: middle;
}

.bt-back, .bt-go {
display: inline-block;
border: none;
height: 3rem;
width: 3rem;
background-image: url("images/arrow-left-blue.svg");
background-position: center center;
background-repeat: no-repeat;
background-size: 100% auto;
color: transparent;
text-decoration: none;
}
.bt-go {
background-image: url("images/arrow-right-blue.svg");
}
.bt-back:hover, .bt-go:hover {
transform: scale(1.1);
}

.bt-home {
float: left;
width: 2rem;
height: auto;
}

.slide-miembros-rel {
width: 100%; 
padding: 6rem 0; 
background-color: #FFF;
text-align: left;
}
/* FORM*/



.field_box, .area_box {
padding: 1.5rem;
background-color: #e8ebef;
text-align: left;
width: calc(50% - 3.95rem);
margin-right: 1.5rem;
margin-bottom: 1.5rem;
float: left;
border: none;
border-radius: 1rem;
overflow: hidden;
}
.area_box {
width: calc(100% - 3rem);
margin-right: 0;
}



.field, .area, .drop, .drop-unete {
	border: none;
	color:#003366;
	width:100%;
	height: 3rem;
	text-decoration:none;
	font-size:1.2rem;
	background-color: transparent;
	display: block;
	outline:none;
    appearance:none;
	resize:none;
    border-bottom: solid 0.1rem #FFF;
}

.area {
height: 20rem;
resize: none;
}
.drop {
width: 30rem;
padding: 0 6rem 0 2rem;
background-image: url("images/arrow-down-black.svg");
background-repeat: no-repeat;
background-position: right 2rem center;
background-size: 2rem auto;
height: 6rem;
margin-right: 2rem;
display: inline-block; 
vertical-align: middle;
background-color: #FFF;
border: solid #999 .1rem;
border-radius: 1rem;
overflow: hidden;
}
.drop-unete {
width: 100%;
background-repeat: no-repeat;
background-position: right 2rem center;
background-size: 2rem auto;
height: 3rem;
margin-right: 0;
display: inline-block; 
vertical-align: middle;
background-color: #FFF;
border: none;
border-radius: 1rem;
overflow: hidden;
}

.send_wrapper {
margin: auto; 
width: 50%;
}
.send, .send-unete  {
	color:#003366;
    background-color: #bfd0d1;
	text-decoration:none;
	width: 100%;
    text-align: center;
	border: none;
	display:block;
	cursor:pointer;
	height: 6rem;
    letter-spacing: .2rem;
	font-size:1.6rem;
	font-weight: 600;
	-webkit-appearance:none;
     -moz-appearance:none;
    appearance:none;
	margin: auto;
    border-radius: 1rem;
overflow: hidden;
}


.send:hover {
transform: scale(1.015);
}

.send-unete {
    background-color: #00a1ae;
}



.result_box {
width: 100%; 
min-height: 300px; 
text-align: center;
display: table;
}



	label.error  {
		color: red;
		font-style: italic; 
		display:inline-block;
	}
	  
	form  label.error  {
		display:none !important;
	}
	  
	form  input.error,
	form  textarea.error,
	form  select.error{
		background-color:#FFC6C6 !important;
	}






.panelBaner {
	position: relative;
}

.bx-controls {
    z-index: 6 !important;
    position: absolute !important;
    left: 4rem !important;
    bottom: 12rem !important;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-controls-direction {
    display: inline-block;
    vertical-align: middle;
}
.bx-wrapper .bx-controls-direction a {
    display: inline-block;
	width: 4rem !important;
	height: 3rem !important;
    color: transparent;
    text-decoration: none;
    background-size: 100% auto;
}

.bx-wrapper .bx-prev {
	background-image: url('images/arrow-left-white.svg'); 
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 4rem;
}
.bx-wrapper .bx-next {
	background-image: url('images/arrow-right-white.svg'); 
}

.bx-wrapper .bx-prev-black {
	background-image: url('images/arrow-left-black.svg'); 
}
.bx-wrapper .bx-next-black {
	background-image: url('images/arrow-right-black.svg'); 
}


.bx-wrapper {
	z-index: 5;
}


/* PAGER */
.bx-wrapper .bx-pager { 
display: none !important;
	display: inline-block;
    vertical-align: middle;
    margin-right: 4rem;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background-color:rgba(255,255,255,.5);
	text-indent: -9999px;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.dot-color-trans {
background-color:rgba(0,0,0,.5);
}

.bx-pager-item {
display: inline-block;
vertical-align: middle; 
margin: .5rem;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background-color: #fff;
}
.dot-color {
background-color:rgba(0,0,0,1);
}

.panelBaner .bx-wrapper, .panelBaner .bx-viewport, .panelBaner .boxSlider, .panelBaner .slide{
	position:absolute !important;
	left:0px;
	top:0px;
	width:100% !important;
	height:100% !important;
}
.panelBaner .bx-wrapper{
	z-index:0;
}

@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, .header_home {
	width:  calc(100% - 4rem);
	height: initial !important;
	padding: 2rem;
}

.logo {
    float: none;
    margin: auto;
    width: 15rem;
    display: block;
}
.nav {
	width: calc(100% - 4rem) !important;
    padding: 2rem;
	float: none;
    display: table;
	position: fixed;
	text-align: center;
	background-color: #003366;
	height: calc(100vh - 4rem) !important;
	z-index: 100;
	top: 0;
	left: -100%;
}
.nav .align {
	float: none !important;
    position: relative;
}
.menu, .bt-menu {
    margin-left: 0;
    margin-bottom: 2rem;
    display: block;
    font-size:2.2rem;
    color: #FFF !important;
}

.drop-menu {
display: block !important;
position: initial; 
box-shadow: initial !important;
background-color:transparent !important;
left: initial !important;
width: 80% !important;
margin: auto;
}


.submenu {
width: 20rem;
padding: 1rem;
display: inline-block;
vertical-align: top;
text-align: center;
font-size:1.8rem;
line-height: 2.4rem;
text-decoration:none;
color:#FFF !important;
text-transform:initial !important;
letter-spacing: initial !important;
}
.submenu .img {
display: none;
}




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





.column {
margin-bottom: 4rem;
}


/*FOOTER*/


.footer-cta {
width: calc(100% - 8rem); 
height: initial; 
padding: 4rem;
text-align: center;
}


.footer-menu {
width: calc(100% - 4rem); 
padding: 2rem;
height: initial;
text-align: center;
}
.footer-address {
width: calc(100% - 4rem); 
padding: 2rem;
height: initial;
}
.footer-info {
width: calc(100% - 4rem); 
padding: 2rem;
height: initial;
}
.footer-column {
float: none; 
margin-right: 0;
margin-bottom: 2rem;
}
.column {
display: block;
padding: 2rem;
padding-left: 4rem;
margin: 2rem 0;
}
.item-address {
float: none;
width: 100%;
text-align: center;
margin-bottom: 2rem;
}


/*MAIN BANNER*/
.thumb-blog {
width: calc(100% - 1rem);
margin-right: 0;
margin-bottom: 4rem;
float: none;
}

.field_box, .field_box_full, .area_box {
padding: 1.5rem;
width: calc(100% - 3rem);
margin-right: 0;
float: none;
}
.send_wrapper {
width: 100%;
}

.contact-left, .contact-right  {
float: none; 
width:100%;
}
.contact-left  {
margin-bottom: 4rem;
}
.main-banner-txt {
left: 2rem;
bottom: 12rem;
width: calc(100% - 4rem);
}
.interior-banner-txt {
left: 2rem;
bottom: 2rem;
width: calc(100% - 4rem);
}

.scroll {
right: 2rem;
bottom: 12rem;
}



/*SLIDES */

.slide-about  {
padding: 4rem 2rem;
width: calc(100% - 4rem);
text-align:center;
}
.slide-stats  {
padding: 4rem 2rem;
width: calc(100% - 4rem);
text-align:center;
}

/*
.slide-testimonios {
padding: 4rem 2rem;
width: calc(100% - 4rem);
text-align:center;
}
*/

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


/*
.patch-about {
width: 15rem;
height: 15rem;
}


.testi-img {
margin: auto;
width: 30rem;
height: 30rem;
margin-bottom: 4rem;
}
.testi-txt {
display: block;
width: 100%;
}
.name-testi {
float: none;
margin-bottom: 2rem;
}

.testi-txt .bt-go {
float: none !important;
}
.slide-blog .bt-go {
float: none !important;
}
*/
.interior-banner {
margin: 9rem 0 0 0;
height: 60vw;
}
/*
.banner-interior-patch {
height: 20rem;
bottom: -10rem;
}

.about-wrap {
width: 100%;
}


.bio-thumb {
margin-bottom: 4rem;
}
.bio-img {
display: block; 
margin: auto;
margin-bottom: 3rem;
}
.bio-txt {
display: block; 
width: 100%;
text-align: center;
}
.bio-txt .name {
float: none !important;
margin-bottom: 2rem;
display: block;
}
.bio-txt .bt-ld {
float: none !important;
}
*/
.serv-thumb {
margin-bottom: 4rem;
}
.serv-img {
display: block; 
margin-right: 0; 
width: 100%;
margin-bottom: 3rem;
}
.serv-txt {
display: block; 
width: 100%;
}

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



.thumb .img {
float: none;
width: 100%;
height: 90vw;
}
.thumb .txt {
float: none;
width: calc(100% - 4rem);
height: initial;
display: table;
padding: 2rem;
padding-top: 7rem;
}
.thumb .icon {
width: 10rem;
height: 10rem;
top: calc(90vw - 5rem);
left: 50%;
margin-left: -5rem;
}


.art-content {
float: none; 
width: 100%;
}
.art-bio {
width: calc(100% - 4rem);
padding: 2rem;
margin-top: 15rem;
}
.art-left {
float: none; 
width: 100%;
}
.art-right {
width: 100%;
float: none;
position: initial;
}
.patch-lineas, .patch-testi {
display: none;
}
.brake {
display: none;
}
.field_box_search {
width: calc(100% - 3rem);
        margin-top: 2rem;
}

.drop {
    margin-right: 0;
    width: 100%;
}
    
    .boxSlider .slide {
    width: calc(100vw - 4rem) !important;
    padding: 0 2rem !important;
}

.cta {
width: calc(100% - 4rem); 
padding: 4rem 2rem;
}
.cta-tittle {
width: 100%;
margin-bottom: 4rem;
}
.cta-txt {
display: block; 
width: 100%;
}
 
 
 .slide-about-max, .slide-services-max, .slide-clients-max, .slide-news-max {
max-width: 100%;
}


.access {
width: 100%;
margin-right: 0;
float: none;
margin-bottom: 2rem;
}

.access .wrapper {
padding-top: initial;
}
.access .content {
position: initial;
padding: 2rem;
}
.access .wrapper .content img {
width: 5rem;
display: inline-block;
vertical-align: middle;
margin-bottom: 0;
}
.access .wrapper .content span {
width: calc(100% - 6rem);
display: inline-block;
vertical-align: middle;
}

.stat {
float: none;
width: calc(100% - 6rem);
margin-bottom: 4rem;
text-align: left;
}




    .testimonio {
    width: calc(100% - 6rem) !important;
    padding: 2rem !important; 
    margin-left: 1rem !important;
    text-align: center !important;
    }
    
    .testimonio .img {
    width: 30rem;
    height: 30rem;
    }
    .testimonio .img .face {
    width: 22rem;
    top: 4rem;
    left: 4rem;
    height: 22rem;
    }
    
    .testimonio .txt {
    width: 100%;
    display: block;
    margin-left: 0;
    }
    .cor-top {
    left: 2rem;
    width: 15rem;
    }
    .cor-bot {
    right: 2rem;
    width: 15rem;
    }
    
    
.slide-frase-content {
text-align:center;
height: initial;
float: none;
padding: 4rem;
width: calc(100% - 8rem);
}

.slide-nos {
padding: 4rem 2rem !important;
width: calc(100% - 4rem) !important;
}
.slide-nos .left {
width: 100%;
float: none;
margin-right: 0;
margin-bottom: 4rem;
}
.slide-nos .right {
width: 100%;
float: none;
margin-bottom: 4rem;
}

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

   
.valor {
float: none;
width: 100%;
margin-right: 0;
margin-bottom: 4rem;
}
.valor .icon {
display: inline-block;
vertical-align: top;
width: 4rem;
height: 4rem;
margin-bottom: 0;
margin-right: 2rem;
}
.valor .txt {
display: inline-block;
vertical-align: top;
width: calc(100% - 7rem);
}


.slide-certs, .slide-docs {
width: calc(100% - 4rem);
padding:4rem 2rem;
}
.slide-certs .left, .slide-docs .left {
width: 100%;
float: none;
margin-bottom: 4rem;
}
.slide-certs .right,.slide-docs .right {
width: 100%;
float: none;
}

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

.search-news {
width: 100%; 
margin: 3rem 0;
}
.line-news {
width: 100%; 
margin-bottom: 2rem;
}

.slide-datos-contacto {
width: calc(100% - 4rem);
padding: 4rem 2rem;
}
.contacto-banner {
width: calc(100% - 4rem);
padding: 4rem 2rem;
margin-top: 9rem;
}
.contacto-banner .left {
float: none;
width: 100%;
margin-bottom: 4rem;
}
.contacto-banner .right {
float: none;
width: 100%;
}
.mapa {
display: none;
}
.item-sede {
width: calc(100% - 4rem); 
height: initial; 
padding: 4rem 2rem;
}

.slide-relacionados {
widows: calc(100% - 4rem); 
padding: 4rem 2rem; 
}
.bio-content {
width: 100%;
float: none;
display: block;
}
.bio-face {
width: 30rem; 
height: 30rem; 
margin: auto;
margin-bottom: 4rem;
float: none; 
}
.slide-miembros-rel {
padding: 4rem 0; 
text-align: center;
}

.res-left, .leg-left {
width: 100%; 
float: none;
}
.res-right, .leg-right {
width: 100%; 
float: none;
}

.proj .img {
display: block;
width: 100%;
padding-top: 65%;
}
.proj .txt {
display: block;
width: calc(100% - 4rem);
padding: 2rem;
}

.bt-home {
    float: none;
    display: block;
    margin: auto;
    margin-bottom: 2rem;
}

.tit {
padding: 0 2rem !important;
width: calc(100% - 4rem) !important;
}
.nos-patch { 
height: 12rem; 
}

.doc {
width: calc(100% - 6rem);
padding: 2rem 4rem 2rem 2rem;
height: initial;
background-position: right 1rem center;
}
.thumb-blog .txt .tittle {
height: initial;
}
/* FONTS */

.t2 {
	font-size:3rem;
	line-height: 3.6rem;
}
.t3 {
	font-size:2.6rem;
	line-height: 3.2rem;
}
.t4 {
	font-size:2.2rem;
	line-height: 2.6rem;
}
.bt-intranet {
background-image: url("images/icon-candado-white.svg") !important;
}

.lang {
border-left: solid .1rem #FFF !important;
color: #FFF !important;
background-image: url("images/arrow-down-white.svg") !important;
}

.txt-serv {
width: 100%; 
float: none;
}
.icon-serv {
margin-top: -9rem; 
width: 10rem; 
height: 10rem; 
}

.step {
width: calc(100% - 4rem) !important;
padding: 2rem !important;
height: initial !important;
float: none !important;
margin-bottom: 2rem !important;
margin-right: 0 !important;
}

}