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


html, body {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
		font-size:10px;
		text-decoration:none;
		font-family: 'Rubik', sans-serif;
		font-weight: 400;
}

				
.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 {
background-color: #FFF;
position: relative;
}
.wrapper {
width: 100%;
padding: 16rem 0 6rem 0;
}


.img-home-footer {
width: calc(100% - 16rem); 
border-radius: 0 4rem; 
background-color:antiquewhite; 
height: 36vw; 
background-position:  center center; 
background-repeat: no-repeat; 
background-size: auto 100%; 
display: table; 
text-align: right; 
padding: 0 8rem;
}
header {
	width:  calc(100% - 16rem);
	height: 12rem;
	position: fixed;
	z-index: 4;
	top: 0;
	left: 0;
	padding: 0 8rem;
}
.header_small {
background-color: #FFF;
	height: 8rem;
	box-shadow: 0 5px 50px -10px rgba(0,0,0,0.5);
}


.logo {
	float: left;
	display: table;
	overflow: hidden;
	height: 100%;
	width: 15rem;
}
.logo img {
width: 100%;
height: auto;
}
.logo_small {
	width: 10rem;
}
.nav {
	float: right;
	width: calc(100% - 30rem);
	text-align: right;
	height: 100%;
	display: table;
}

.menu {
	font-size:1.6rem;
	color:#757DC3;
	text-decoration:none;
	letter-spacing:.4rem;
	text-transform:uppercase;
	margin: 0 0 0 8rem;
	vertical-align: middle;
	font-weight: 600;
	display: inline-block;
	cursor: pointer;
}


footer {
width: 100%;
position: relative;
padding:0;
}
.footer_top {
width: calc(100% - 16rem);
padding: 0 8rem;
background-color: #50D673;
position: relative;
height: 8rem;
text-align: center;
display: table;
}
.footer_top img {
width: 20%; 
position: absolute;
bottom: 0;
height: auto;
}
.footer_bottom {
width: calc(100% - 16rem);
padding: 6rem 8rem;
background-color: #757DC3;
position: relative;
}
.footer_left {
padding-left: 8rem;
width: calc(100% - 8rem);
float: left;
background-image: url(images/isotipo.svg?v=!.2);
background-position: left center;
background-repeat: no-repeat;
background-size: 6rem auto;
}
.footer_column {
float: left; 
background-position: left top;
background-repeat: no-repeat;
background-size: 2rem auto;
margin-right: 8rem;
padding-left: 4rem;
}

.footer_right {
width: 30rem;
float: right;
text-align: right;
}



/*MAIN BANNER*/
.main_banner {
padding-top: 12rem;
width: 100%; 
position: relative;
z-index: 2;
left: 0;
top: 0;
}
.main_banner .leaf {
position: absolute;
z-index: 1;
width: 40%;
top: 0;
right: 42.5%;
}
.main_banner .leaf img {
width: 100%;
height: auto;
display: block;
}
.main_banner .txt {
width: calc(40% - 8rem - 2.5px); 
display: inline-block;
vertical-align: middle;
padding: 0 0 0 8rem;
z-index: 2;
position: relative;
}
.main_banner .img {
width: 60%; 
display: inline-block;
vertical-align: middle;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
}
.main_banner .img img {
width: 100%;
height: auto;
display: block;
}

/*ABOUT BANNER*/
.about_banner {
width: 95%; 
position: relative;
z-index: 2;
left: 5%;
top: 0;
color: #FFF;
background-color:#757DC3;
background-blend-mode: multiply;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
overflow: hidden;
}
.about_banner img {
width: 100%;
height: auto;
display: block;
}
.about_banner_wrapper {
position: absolute; 
top: 0; 
left: 0; 
bottom: 0; 
right: 5%; 
z-index: 3; 
text-align: center;
}
.txt_about_banner {
margin: auto; 
width: 50%;
}
/*SLIDES */
.slide_about, .slide_industries, .slide_phrase, .slide_benefits, .slide_team {
width: calc(100% - 16rem);
position: relative;
text-align: center;
padding: 6rem 8rem;
background-repeat: no-repeat;
background-size: 100% auto;
}
.slide_about {
background-image: url(images/mask_purple_top.svg);
background-position: bottom center;
}
.slide_industries {
background-color: #757DC3;
margin-top: -2px;
}
.slide_phrase {
background-image: url(images/mask_purple_bottom.svg);
background-position: top center;
margin-bottom: 10rem;
margin-top: -2px;
}
.slide_benefits {
padding-bottom: 0;
z-index: 3;
}
.slide_team {
padding-top: 20rem;
padding-bottom: 20rem;
text-align: left;
background-image: url(images/mask_staff.svg);
background-position: top left;
background-repeat: no-repeat;
background-size: 100% auto;
background-color: rgba(80,214,115,.1);
}
.industries_left {
float: left;
width: 30rem;
text-align: left;
}
.industries_right {
float: right;
width: calc(100% - 40rem);
text-align: left;
}
.txt_intro {
width: 75% !important; 
margin: auto;
}
.txt_tittle {
width: 75% !important; 
margin: auto;
}


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

.icon_menu {
display: none;
position: absolute;
left: 2rem;
top: 2rem;
color: #666;
background-image: url(images/icon-menu.svg);
}

.icon_close {
display: none;
position: absolute;
top: 2rem;
right: 2rem;
background-image: url(images/icon-close.svg);
	}

.bio_left {
float: left; 
width: 24rem; 
}
.bio_img {
width: 100%;
padding-top: 100%;
background-color: #757DC3; 
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
border-radius: 4rem 0; 
margin-bottom: 2rem;
}
.bio_right {
float: right; 
width: calc(100% - 30rem); 
text-align: left;
}


.access {
width: calc(33.3333% - 2.66666rem);
background-color: #50D673;
float: left;
color:#FFF;
text-decoration: none;
text-align: center;
font-size: 3rem;
font-weight: 500;
line-height: 3rem;
overflow: hidden;
border-radius: 4rem 0;
margin: 0 4rem 0 0;
position: relative;
}
.access:hover {
transform: scale(1.025);
		box-shadow: 0 5px 25px -10px rgba(0,0,0,0.5);
}
.access_wrapper {
padding-top: 100%;
width: 100%;
position: relative;
}
.access .access_wrapper .txt {
position: absolute;
z-index: 2;
left: 4rem;
bottom: 4rem;
text-align: left;
}
.access .access_wrapper .img {
position: absolute;
right: 4rem; 
top: 4rem; 
width: 33%;
}
.access .access_wrapper .img img {
width: 100%;
height: auto;
}
.access:hover .img {
transform: scale(1.2);
transition-delay:.1s;
}


#about .img {
display: none;
}

#services .txt {
width: calc(50% - 16rem - 2.5px); 
display: inline-block;
vertical-align: middle;
padding: 0 8rem 0 8rem;
z-index: 2;
text-align: left;
position: relative;
}
#services .img {
width: 50%; 
display: inline-block;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
vertical-align: middle;
}
#services .img img {
width: 100%;
height: auto;
display: block;
}


.service_icon {
margin-right: 4rem;
vertical-align: middle;
display: inline-block;
width: 8rem;
height: auto;
}
.service_txt {
padding: 2rem 0 0 0;
}
.contact_form {
margin: auto;
width: 75%;
padding: 0 8rem;
}

.form_left {
float: left; 
width: calc(50% - 1rem);
}
.form_right {
float: right; 
width: calc(50% - 1rem);
}

.ind_item {
width: calc(50% - 4rem); 
margin: 2rem;
float: left;
}
.ind_item .img {
vertical-align: middle; 
display: inline-block;
width: 8rem;
height: auto;
}
.ind_item .txt {
width: calc(100% - 12rem - 5px);
vertical-align: middle; 
display: inline-block; 
margin-left: 4rem;
}

.valores_item {
width: calc(25% - 4rem); 
margin: 2rem;
float: left;
}
.valores_item .img {
margin: auto;
display: block;
width: 8rem;
height: auto;
}
.valores_item .txt {
margin: auto;
display: block; 
margin-top: 2rem;
}


.tittle_team {
width: 20rem; 
float: left;
}
.staff_content {
float: right; 
width: calc(100% - 30rem);
}
/* FONTS */

.t1 {
	font-size:4.6rem;
	line-height: 5rem;
	}
.t2 {
	font-size: 3.6rem;
	line-height: 4rem;
}
.t3 {
	font-size:2.6rem;
	line-height: 3.2rem;
}
.t4 {
	font-size:1.6rem;
	line-height: 2.4rem;
}

.white {
	color:#FFF;
}
.black {
color: #757DC3;
}
.green {
color: #50D673;
}
.help {
margin: 0 4rem 0 25%;
}

.vineta {
background-position: left top;
background-repeat: no-repeat;
background-size: 1.75rem auto;
background-image: url(images/isotipo.svg);
display: block;
margin-bottom: 10px;
padding: 0 0 0 3rem;
}


/* REDES */

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


.instagram {
background-image: url(images/icon-in.svg);
}
.instagram:hover {
background-image: url(images/icon-in-color.svg);
}

.linkedin {
background-image: url(images/icon-ld.svg);
}
.linkedin:hover {
background-image: url(images/icon-ld-color.svg);
}

.whatsapp, .whatsapp_menu {
display: inline-block;
vertical-align: middle;
background-size: 100% auto;
	width: 50px;
	height: 50px;
	color: transparent;
	text-decoration: none;
background-color:transparent;
background-image: url(images/icon_whatsapp.svg);
margin: 0 0 0 3rem;
}
.whatsapp:hover {
transform: scale(1.10);
}

.whatsapp_menu {
display: none;
position: absolute;
right: 2rem;
top: 2rem;
}

.bt_green, .bt_purple {
font-size:1.2rem;
color: #FFF;
border: none;
text-align: center;
text-decoration: none;
height: 2.8rem;
padding: 1.2rem 3rem 0 3rem;
font-weight: 600;
border-radius: 0 2rem;
letter-spacing: .25rem;
display: inline-block;
background-color: #50D673;
text-transform: uppercase;
}
.bt_purple {
background-color: #757DC3;
}
.bt_green:hover, .bt_purple:hover  {
transform: scale(1.1);
}
.bt_cv {
font-size:1.2rem;
color: #757DC3;
border: none;
text-align: left;
text-decoration: none;
height: 2.8rem;
padding: 1.2rem 3rem 0 4rem;
display: inline-block;
background-color: transparent;
background-image: url(images/icon-ld.svg);
background-position: left center;
background-repeat: no-repeat;
background-size: 2.5rem auto;
}
.bt_cv:hover {
border-radius: 0 2rem;
background-image: url(images/icon-ld-color.svg);
background-color: #FFF;
background-position: left 2rem center;
padding: 1.2rem 3rem 0 6rem;
	box-shadow: 0 5px 50px -10px rgba(0,0,0,0.5);
}

/* FORM*/

.field_box, .area_box {
padding: 1.5rem;
background-color: #FFF;
text-align: left;
width: calc(100% - 3rem);
margin-bottom: 2rem;
display: block;
border-radius: 1rem;
}


.field, .area {
	border: none;
	color:#666;
	width:100%;
	height: 3rem;
	text-decoration:none;
	font-size:1.6rem;
	background-color: transparent;
	border-bottom: solid 1px #999;
	display: block;
	outline:none;
	-webkit-appearance:none;
 -moz-appearance:none;
 appearance:none;
	resize:none;
}
.area {
height: 22rem;
resize: none;
}

.send_wrapper {
margin: auto; 
width: 50%;
}
.send {
	color:#FFF;
background-color: #50D673;
	text-decoration:none;
	width: calc(100% - 2rem);
	border: none;
	display:block;
	cursor:pointer;
	text-align: left;
	height: 6rem;
	border-radius: 2rem 0;
	font-size:2rem;
	padding: 0 0 0 2rem;
	font-weight: 500;
	-webkit-appearance:none;
 -moz-appearance:none;
 appearance:none;
	margin: auto;
	background-image: url(images/arrow_right_white.svg);
	background-position: right 2rem center;
	background-repeat: no-repeat;
	background-size: 3rem auto;
}

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


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


.img_fix_mobile {
display: none !important;
margin-right: 0;
margin-left: 10%;
}



@media (min-width: 651px) and (max-width: 650px) {
html, body {
	zoom: 90%;
	-moz-zoom: 90%;
	-webkit-zoom: 90%;
}
}

@media (min-width: 1500px) {
html, body {
	zoom: 110%;
	-moz-zoom: 110%;
	-webkit-zoom: 110%;
}
}

@media (min-width: 1700px) {
html, body {
	zoom: 120%;
	-moz-zoom: 120%;
	-webkit-zoom: 120%;
}	
}

@media (min-width: 2000px) {
html, body {
	zoom: 125%;
	-moz-zoom: 125%;
	-webkit-zoom: 125%;
}
}

@media (min-width: 2400px) {
html, body {
	zoom: 130%;
	-moz-zoom: 130%;
	-webkit-zoom: 130%;
}
}

@media (min-width: 2800px) {
html, body {
	zoom: 137.5%;
	-moz-zoom: 137.5%;
	-webkit-zoom: 137.5%;
}
}




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


.icon_close, .icon_menu, .whatsapp_menu  {
display: block;
}

/*HEADER*/

header {
	width:  calc(100% - 4rem);
	height: 8rem;
	padding: 0 2rem;
}



.logo {
	float: none;
	margin: auto;
	width: 12.5rem;
}

.nav {
	width: 100%;
	float: none;
	position: fixed;
	text-align: center;
	background-color: #757DC3;
	min-height: 100vh;
	z-index: 100;
	top: 0;
	left: -100%;
}


.menu {
	font-size:2rem;
	margin: 25px 0 25px 0;
	display: block;
	color: #FFF !important;
}




.main_banner {
padding-top: 12rem;
}
.main_banner .leaf {
display: none;
}
.main_banner .txt {
width: calc(100% - 8rem); 
padding: 0 4rem;
text-align: center;
margin-bottom: 4rem;
}
.main_banner .img {
width: 90%;
margin-left: 10%;
}
.access {
width: 100%;
float: none;
font-size: 2.4rem;
line-height: 2.4rem;
margin: 2rem 0;
}


.access_wrapper {
padding-top: 50%;
}
.access .access_wrapper .txt {
left: 2rem;
bottom: 2rem;
}
.access .access_wrapper .img {
right: 2rem; 
top: 2rem; 
width: 6rem;
}




.footer_top {
width: calc(100% - 8rem);
padding: 4rem;
padding-bottom: 12rem;
height: initial;
}
.footer_top img {
width: 40%; 
left: 50%;
margin-left: -20%;
}
.footer_bottom {
width: calc(100% - 8rem);
padding: 4rem;
}
.footer_left {
padding-left: 0;
width: 100%;
float: none;
background-position: right top;
background-size: 4rem auto;
}
.footer_column {
float: none; 
margin-right: 0;
margin-bottom: 4rem;
}

.footer_right {
width: 100%;
float: none;
text-align: left;
}







.industries_left {
float: none;
width: 100%;
margin-bottom: 4rem;
}
.industries_right {
float: none;
width: 100%;
}
.ind_item {
width: 100%; 
margin: 2rem 0;
float: none;
}
.ind_item .img {
width: 6rem;
}
.ind_item .txt {
margin-left: 2rem;
}

/*SLIDES */

.slide_about, .slide_industries, .slide_phrase, .slide_benefits, .slide_team {
width: calc(100% - 8rem);
padding: 4rem;
}
.slide_phrase {
margin-bottom: 0;
}
.txt_intro {
width: 100% !important; 
}
.txt_tittle {
padding: 0 4rem;
width: calc(100% - 8rem) !important; 
}

.t1 {
	font-size:3rem;
	line-height: 3.6rem;
	}
.t2 {
	font-size: 2.6rem;
	line-height: 3rem;
}
.t3 {
	font-size:2rem;
	line-height: 2.8rem;
}


.help {
margin: 0 0 2rem 0;
display: block;
}



.wrapper {
width: 100%;
padding: 12rem 0 4rem 0;
}

.contact_form {
width: calc(100% - 8rem);
padding: 0 4rem;
}

.form_left, .form_right {
float: none; 
width: 100%;
margin-bottom: 1rem;
}
.send_wrapper {
width: 100%;
}


#services .txt {
width: calc(100% - 8rem); 
display: block;
padding: 0 4rem 0 4rem;
margin-bottom: 8rem !important;
}
#services .img {
width: 90%;
margin-right: 10%;
display: block;
}





.valores_item {
width: 100%; 
margin: 2rem 0;
text-align: left;
}
.valores_item .img {
display: inline-block;
vertical-align: middle;
margin-right: 2rem;
}
.valores_item .txt {
display: inline-block;
vertical-align: middle;
margin-top: 0;
}

.tittle_team {
width: 100%; 
float: none;
margin-bottom: 4rem;
}
.staff_content {
float: none; 
width: 100%;
}


.bio_left {
float: none; 
width: 100%; 
margin-bottom: 4rem;
}
.bio_img {
width: 50vw;
padding-top: 50vw;
}
.bio_right {
display: block;
float: none; 
width: 100%; 
}


.about_banner {
width: 100%; 
left: 0;
color: #757DC3;
background-color:transparent !important;
background-image: none !important;
}
.about_banner img {
display: none;
}
.about_banner_wrapper {
position: initial; 
}
.txt_about_banner {
margin: auto;
padding: 12rem 4rem 4rem 4rem;
width: calc(100% - 8rem);
}

#about .img {
width: 90%;
margin-left: 10%;
display: block;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
vertical-align: middle;
}
#about .img img {
width: 100%;
height: auto;
display: block;
}

.img-home-footer {
width: calc(100% - 8rem); 
height: 50vw; 
padding: 0 4rem;
}
.hide {
display: none !important;
}
.img_fix_mobile {
display: block !important;
}
}