@charset "UTF-8";
/* Versata Cap. - CSS - © 2019 4toestudio.com */

/*==== webFonts ====*/
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,700,800');


/*==== turning OFF mobile stuff ====*/


/*==== Basic stuff ====*/
body {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 16px;
	font-weight: 300;
	background: #fff;
	color: #000;
	margin: 0; padding: 0;
}

div { margin: 0; padding: 0;}
img { max-width: 100%; height: auto; border: none; vertical-align: top;}

a {
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;}
	
a:link, a:visited { color: #003B68; text-decoration: none;}
a:hover, a:active { color: #444;}


/*===== the Wrappers =====*/
.siteWrapper { width: 90%; margin: 0 auto;}
.theWrapper { width: 80%; max-width: 960px; margin: 0 auto; overflow: hidden;}
.theSmallWrapper { width: 80%; max-width: 750px; margin: 0 auto; overflow: hidden;}
.theBigWrapper { width: 80%; max-width: 1200px; margin: 0 auto; overflow: hidden;}
.justWrapp { width: 100%; overflow: hidden;}


/*===== makeRoom =====*/
.makeRoom { padding: 50px 0;}


/*===== colsX =====*/
.colX2 { width: 45%; margin: 0 5% 0 0; float: left;}
.colX3 { width: 30%; margin: 0 1.5%; float: left;}
.colX50 { width: 50%; float: left;}
.colX70 { width: 70%; float: left;}
.colX60 { width: 60%; float: left;}
.colX35 { width: 35%; float: left;}
.colX25 { width: 25%; float: left;}


/*===== go-R =====*/
.go-R { float: right;}


/*===== Headings =====*/
h1, h2 { font-weight: 800; line-height: 1em; color: #003B68;}
h3, h4, h5 { font-weight: 700; line-height: 1em; color: #003B68;}
h1 { font-size: 48px;}
h2 { font-size: 38px;}
h3 { font-size: 28px;}
h4 { font-size: 24px;}



/*===== beWhite / beDark =====*/
.beWhite { color: #fff !important;}
.beDark { color: #808184 !important;}



/*===== greenBTN =====*/
.greenBTN { margin: 30px 0;}

.greenBTN a {
	font-size: 16px;
	font-weight: 700;
	color: #444;
	display: block;
	padding:  10px 2%;
	background: #B4DE50;
	text-decoration: none;
	line-height: 1em;
	text-align: center;
	width: 96%;
	max-width: 250px;
}
	
.greenBTN a:link, .greenBTN a:visited { color: #444;}
.greenBTN a:hover, .greenBTN a:active { color: #B4DE50; background: #444;}


/*===== bracketBTN =====*/
.bracketBTN {}
.bracketBTN a { font-size: 28px;}
.bracketBTN a:link, .bracketBTN a:visited { color: #003B68;}
.bracketBTN a:hover, .bracketBTN a:active { color: #7091AA;}



/*=======================
	Burger (Menu)
========================*/


/*===== closeVeil =====*/
#closeVeil { 
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.45);
	position: fixed;
	top: 0; left: 0;
	z-index: 700 !important;
	display: none;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;}
	
#closeVeil.click2Close { display: block;}


/* General styles for all menus */
.cbp-spmenu { 
	background: #fff;
	background-size: 100% auto;
	position: fixed;}

.cbp-spmenu ul { list-style-type: none; margin: 0; padding: 0;}

.cbp-spmenu h3 {
	color: #c8ece9;
	padding: 20px;
	margin: 0;
	font-weight: 300;}
	
.cbp-spmenu h4 { font-size: 18px; margin: 0;}
.cbp-spmenu p { margin: 0; font-weight: bold;}

.cbp-spmenu a {
	display: block;
	color: #000;
	font-size: 20px;
	font-weight: 700;}

.cbp-spmenu a:link, .cbp-spmenu a:visited { color: #000;}
.cbp-spmenu a:hover, .cbp-spmenu a:active { color: #003B68;}
.cbp-spmenu li.current-menu-item a { color: #003B68;}


/* Orientation-dependent styles for the content of the menu */
.cbp-spmenu-vertical {
	width: 400px;
	height: 100%;
	padding: 20px 0 0 0;
	top: 0;
	z-index: 800;}

.cbp-spmenu-vertical a { padding: 4px 0;}


/* Vertical menu that slides from the left or right */
.cbp-spmenu-left { left: -450px;}
.cbp-spmenu-right { right: -450px;}

.cbp-spmenu-left.cbp-spmenu-open { left: 0px;}
.cbp-spmenu-right.cbp-spmenu-open { right: 0px;}


/* Push classes applied to the body */
.cbp-spmenu-push { overflow-x: hidden; position: relative; left: 0;}
.cbp-spmenu-push-toright { left: 240px;}
.cbp-spmenu-push-toleft { left: -240px;}

/* Transitions */
.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}


/*===== closeBox =====*/
#closeBox { text-align: right;}


/*===== BurgerBox =====*/
.BurgerBox { width: 80%; height: 100%; margin: 0 auto 30px auto; position: relative;}


/*===== BurgerNav =====*/
#BurgerNav { font-size: 20px !important; font-weight: 700;}
#BurgerNav ul { list-style-type: none; margin: 20px 0; padding: 0;}
#BurgerNav li a { display: block;}

#BurgerNav li a:link, #BurgerNav li a:visited { color: #000;}
#BurgerNav li a:hover, #BurgerNav li a:active { color: #003B68;}
#BurgerNav li.current-menu-item a { color: #003B68;}


/*===== langBox =====*/
#langBox { font-size: 16px;}
#langBox a:link, #langBox a:visited { color: #000;}
#langBox a:hover, #langBox a:active { color: #003B68;}


/*===== (burger) Copyright =====*/
#BurgerCopyright { font-size: 12px; font-weight: 300 !important; color: #4d4d4d; position: absolute; bottom: 50px;}
#BurgerCopyright a { font-size: 12px !important; display: inline !important;}
#BurgerCopyright a:link, #BurgerCopyright a:visited { color: #4d4d4d;}
#BurgerCopyright a:hover, #BurgerCopyright a:active { color: #003B68;}
#BurgerCopyright img { padding: 10px 0 0 0;}


/*===== Header (H) =====*/
#header-H {
	width: 100%;
	height: 50px;
	padding: 10px 0;
	background: #fff;
	position: fixed;
	top: 0;
	z-index: 400;
	overflow: visible;
}


/*===== Header =====*/
#header {
	width: 100%;
	height: 50px;
	padding: 10px 0;
	position: fixed;
	top: 0;
	z-index: 400;
	overflow: visible;
}


/*===== Header (Alt) =====*/
#header-Alt {
	width: 100%;
	height: 50px;
	margin-top: -100px;
	padding: 10px 0;
	background: #fff;
	position: fixed;
	top: 0;
	z-index: 500;
	overflow: visible;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#header-Alt.scrolled { margin-top: 0;}


/*===== Logo =====*/
#logo { width: 40%; max-width: 130px; float: left;}


/*===== Nav =====*/
#nav { width: 50%; float: right; font-size: 20px; font-weight: 700; color: #003B68;}
#nav ul { list-style-type: none; margin: 0; padding: 0;}
#nav li a { display: block; float: right; padding: 10px 12px;}

#nav li a:link, #nav li a:visited { color: #000;}
#nav li a:hover, #nav li a:active { color: #003B68;}
#nav li.current-menu-item a { color: #003B68;}


/*===== let's talk =====*/
.letsTalk { margin: 6px 0;}
.letsTalk a { background: #00ADEE; color: #fff !important; padding: 8px 14px !important;}
.letsTalk a:link, .letsTalk a:visited { color: #fff !important;}
.letsTalk a:hover, .letsTalk a:active { color: #fff !important; background: #003B68;}


/*===== BurgerTrigger =====*/
#BurgerTrigger { width: 10%; max-width: 50px; margin: 10px 0 0 0; float: right; text-align: right;}



/*===== HomeFacts =====*/
.HomeFacts { font-size: 20px; opacity: 0;}
.HomeFacts.shown { opacity: 1;}
.HomeFacts h2 { font-size: 44px; margin-top: 0;}

/*===== HomeIndicator =====*/
.HomeIndicator {}
.HomeIndicator h4 { font-size: 28px; margin: 0;}

/*===== Home =====*/
#home { 
	background: #a4cede url(images/bckHero-frontpage-NF.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;}



/*===== Creamos =====*/
#creamos {
	background: #2bd3ba url(images/bckHero-nosotros.jpg) no-repeat bottom right;
	background-size: cover;}

#creamos .HomeFacts { width: 50%;}
#creamos .HomeIndicator { width: 40%;  text-align: right;}



/*===== Soluciones =====*/
#soluciones {
	background: #b5de51 url(images/bckHero-servicios.jpg) no-repeat bottom left;
	background-size: cover;}

#soluciones .HomeFacts { width: 50%;}
#soluciones .HomeFacts h2 { font-size: 45px; margin-top: 0;}
#soluciones .HomeIndicator { width: 40%; text-align: left;}



/*===== Estrategias =====*/
#estrategias {
	background: #4b2683 url(images/bckHero-estrategia.jpg) no-repeat center right;
	background-size: cover;
	color: #fff !important;
}

#estrategias .HomeFacts { width: 48%; margin: 0 2% 0 0;}

#estrategias h2 { color: #fff !important;}
#estrategias .HomeIndicator { text-align: right;}

#estrategias .bracketBTN a:link, #estrategias .bracketBTN a:visited { color: #fff;}
#estrategias .bracketBTN a:hover, #estrategias .bracketBTN a:active { color: #7091AA;}



/*===== Contacto =====*/
#contacto {
	background: #000 url(images/bckHero-contacto.jpg) no-repeat center center;
	background-size: cover;
}

/*===== contactFacts =====*/
#contactFacts { color: #fff; font-size: 18px;}
#contactFacts h3 { font-size: 30px; color: #2DD3BB; margin: 0 0 20px 0;}
#contactFacts h4 { color: #2DD3BB;}
#contactFacts a:link, #contactFacts a:visited { color: #2DD3BB;}
#contactFacts a:hover, #contactFacts a:active { color: #ccc;}

/*===== formBox =====*/
#formBox {}



/*===== Footer (H) =====*/
#footer-H {
	width: 100%;
	height: 60px;
	background: #fff;
	position: fixed;
	bottom: 0;
	z-index: 400;
}


/*===== Footer =====*/
#footer {
	width: 100%;
	height: 60px;
	background: #444;
	bottom: 0;
	z-index: 400;
}


/*===== Copyright =====*/
#copyright { width: 70%; padding: 20px 0; float: left; font-size: 14px; color: #4d4d4d;}
#copyright a:link, #copyright a:visited { color: #4d4d4d;}
#copyright a:hover, #copyright a:active { color: #003B68;}

#footer #copyright { color: #999 !important;}
#footer #copyright a:link, #footer #copyright a:visited { color: #999;}
#footer #copyright a:hover, #footer #copyright a:active { color: #fff;}


/*===== SocialBox =====*/
#SocialBox { width: 25%; float: right; text-align: right;}
#SocialBox p { margin: 15px 0;}
#SocialBox img { padding: 0 0 0 10px;}




/*=======================
	Nosotros
========================*/

/*===== titlehero =====*/
#titlehero { width: 100%; padding: 7% 0; text-align: center; color: #003B68; background-size: cover;}
#titlehero h1 { font-size: 60px;}
#titlehero h4 { font-size: 24px; line-height: 1.2em;}


/*===== (bcks) =====*/
.bck-Us { background: #2bd3ba url(images/titleHero-Nosotros.jpg) no-repeat top center;}
.bck-Servi { background: #b2db4e url(images/titleHero-Servicios.jpg) no-repeat top center;}
.bck-Estrateg { background: #4b2683 url(images/titleHero-Estrategia.jpg) no-repeat center right}


/*===== titleHero (Services) =====*/
.bck-Us .theSmallWrapper { max-width: 500px;}


/*===== ContentBox =====*/
.ContentBox { width: 100%; padding: 50px 0; background: #fff;}
.ContentBox ul { margin: 20px 0 50px 0; padding: 0 0 0 15px;}


/*===== smallerHead =====*/
.smallerHead { width: 75%;}

/*===== theIntro =====*/
.theIntro { font-size: 20px;}


/*===== whoBox =====*/
#whoBox { width: 70%; font-size: 20px;}


/*===== ExpBox =====*/
#ExpBox {
	width: 100%;
	padding:  0 0 40% 0;
	background: url(images/bck-Exp.jpg) no-repeat bottom center;
	background-size: 100% auto;
}

/*===== theExp =====*/
#theExp { width: 55%;}
#theExp h2 { font-size: 50px; margin: 20px 0;}
#theExp h5 { font-size: 24px;  margin: 0;}


/*===== AquaBox =====*/
#AquaBox { 
	width: 100%;
	padding: 50px 0 40px 0;
	background: #2bd3ba url(images/grungeBck-principles.jpg) no-repeat top right;
	color: #003B68;
	font-size: 16px;
	font-weight: 700;
	position: relative;
}


#AquaBox div { position: relative;}
#AquaBox h3 { font-size: 40px; font-weight: 800; margin: 0;}
#AquaBox ol { padding-left: 25px; margin: 20px 0;}
#AquaBox .colX2:nth-child(1) { width: 40%; font-size: 18px;}
#AquaBox .colX2:nth-child(2) { width: 50%; z-index: 500 !important;}


/*===== (sketch) Exp =====*/
#sketch-Exp { width: 40%; float: right; margin-top: -35%; z-index: 400 !important;}



/*===== TeamBox =====*/
#TeamBox {
	width: 100%;
	padding: 70px 0;
	background: #e6e6e6 url(images/grungeBck-teamBox-N.jpg) no-repeat center left;
	background-size: 100% auto;}


/*===== theMembers =====*/
.theMember { text-align: center;}
.theMember img { mix-blend-mode: darken;}
.theMember h5 { font-size: 20px; color: #5A7B9B;}

/*===== (wc) Profiles =====*/
.item div { overflow: hidden; position: relative;}

.item div img {
	position: relative; top:0;left:0;
	-webkit-transition: all 0.4s ease;
  	-moz-transition: all 0.4s ease;
  	-ms-transition: all 0.4s ease;
  	-o-transition: all 0.4s ease;
  	transition: all 0.4s ease;}
	
.item div img.onhover { opacity: 0; position: absolute;}
.item div:hover img.onhover { opacity: 1;}


/*===== teamProfiles =====*/
#teamProfiles { width: 55%; margin: 0 0 0 5%; float: right;}
#teamProfiles .theMember { width: 45%; margin: 0 5% 0 0; float: left;}


/*===== teamFacts =====*/
#teamFacts { width: 35%; padding: 0 0 120px 0; float: left; font-size: 20px;} 




/*=======================
	Servicios
========================*/

/*===== titleHero (Services) =====*/
.bck-Servi .theSmallWrapper { max-width: 500px;}

/*===== silverBox =====*/
.silverBox { 
	width: 100%;
	padding: 50px 0;
	background: #e5e5e5 url(images/grungeBck-silver.jpg) no-repeat top center;
	background-size: cover;
	text-align: center;
}

.silverBox h3 { font-size: 40px; color: #000;}
.silverBox h5 { margin: 0;}
.silverBox .greenBTN a { margin: 0 auto;}


/*===== Industries (Accoordion) =====*/
.omsc-accordion { text-align: left;}
.omsc-toggle-title { background: #999 !important; color: #fff !important;}
.omsc-toggle-title:hover { background: #444 !important; color: #fff !important;}


/*===== Industries (icons Sets) =====*/
#industryBox { text-align: left;}
#industryBox .theWrapper { max-width: 850px;}
#industryBox p {}
#industryBox img { height: 25px; width: auto; margin: 0 5px 0 0; vertical-align: baseline;}


/*===== Clientes =====*/
#clientes { text-align: center;}


/*=======================
	Estrategias
========================*/
.bck-Estrateg { color: #fff !important;}
.bck-Estrateg h1, .bck-Estrateg h4 { color: #fff !important;}

/*===== (menu) Estrategias =====*/
.page-template-v-ethos #header #nav li a:link, .page-template-v-ethos #header #nav li a:visited { color: #fff !important;}
.page-template-v-ethos #header #nav li a:hover, .page-template-v-ethos #header #nav li a:active { color: #7091AA !important;}




/*=======================
	Profiles
========================*/

/*===== profileBox =====*/
#profileBox {}

/*===== (prof) Pic =====*/
#profPic { width: 55%; float: left;}

/*===== (prof) Facts =====*/
#profFacts { width: 40%; margin: 50px 0 0 5%; float: left;}
#profFacts h1 { font-size: 34px;}
#profFacts p { font-size: 16px !important;}

/*===== getSocial =====*/
#getSocial { width: 100%; margin: 40px 0;}
#getSocial img { padding: 0 5px;}


/*===== blueBox =====*/
#blueBox {
	width: 100%;
	padding: 20px 0;
	background: #4ac4f3 url(images/grungeBck-equipo.jpg) no-repeat top center;
	background-size: cover;
	text-align: center;
}

#blueBox h2 { font-size: 48px;}

/*===== More TeamMembers =====*/
#silverBox .theMember { width: 23%; margin: 20px 1%; float: left;}



/*===== theQuote =====*/
.theQuote { font-size: 28px; font-weight: 700; font-style: italic; line-height: 1.1em;}



/*===============================================================
  Forms (stuff)
=================================================================*/
.ninja-forms-required-items { display: none;}

/*===== Contact =====*/
#ninja_forms_form_1 { max-width: 600px; margin: 0 auto;}
#ninja_forms_form_1 input, #ninja_forms_form_1 textarea, #ninja_forms_form_1 select,
#ninja_forms_form_5 input, #ninja_forms_form_5 textarea, #ninja_forms_form_5 select { width: 99%; padding: 2%; border: solid 1px #ccc; background: #fff; -webkit-appearance: none;}

/*===== Form BTN =====*/
.formBTN-wrap { margin: 20px 0 10px 0 !important;}

input.formBTN { 
	background: #2DD3BB !important;
	color: #000;
	border: none !important;
	padding: 4% 10%;
	font-size: 110%;
	font-weight: 700;
	cursor: pointer;
	-webkit-appearance: none;
   	-moz-appearance:    none;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;}

input.formBTN:hover { background: #444 !important; color: #2DD3BB;}