@charset "utf-8";
/*  Reset Stylesheet */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align: top;
  background:transparent;
   box-sizing:border-box;
  -ms-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -o-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  list-style:none;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
blockquote, q { quotes:none; }
 
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
 
ins { background-color:#ff9; color:#000; text-decoration:none; }
 
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
 
del { text-decoration: line-through; }
 
abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; }
 
/* tables still need cellspacing="0" in the markup */
table { border-collapse:collapse; border-spacing:0; }
 
hr { display:block; height:1px; border:0; border-top:8px solid #d2ac67; margin:0.083em 0; padding:0; }
 
input, select { vertical-align:middle; outline:none; border:0; border-radius:0;  }
:focus { outline:0;}

/*  Reset Stylesheet */

html { height:100%; width: 100%; }
body {
	background-color:#0e0d13;
	color:#e7e7e2;
	font-family:'PT Sans', sans-serif;
	font-size:14px;
	height:100%;
	line-height:150%;	 
	margin:0;   
	width:100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
}
a{ 
	color:#e7e7e2 ;
    text-decoration:none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease; 
}
a:hover {color:#bf9c5f; }

h1, h2,h3, h4 {line-height:130%; }
h1{line-height:100%;}
h2{}
h3{}

figure{ width: auto; margin-bottom:10px;}
figcaption { display:inline-block; padding:0 0 0 10px; text-align: left; }
img, video { border:0; max-width:100%; vertical-align:top; }
hr{display:block; width:100%; padding:0;}

p { line-height:140%; margin:5px 0 5px 0;}
.txtblack{color:#0e0d13;}
.txtred{color: #ff393c}
.txtbco{color: white;}
.txtgold{color: #bf9c5f;}

.fontit1{font-size: 40px;}
.fontit1-sub{font-size: 30px;}
.fontit2{font-size: 25px;}
.fontit3{font-size: 20px;}

.fontxt1{font-size:16px;}
.fontxt2{font-size:18px;}

.fontsmall{font-size: 12px;}

.upp{text-transform: uppercase;}

.alin{text-align: center; margin: 0 auto;}

.linespacing{line-height: 16px;}
.linespacing2{line-height: 20px;}
.linespacing3{line-height: 30px;}

.regular{font-weight: 400;}
.bold{font-weight: 700;}
@media (max-width: 1200px){
	
}
@media (max-width: 588px){
.fontit1{font-size: 30px;}
.fontit1-sub{font-size: 20px;}
.fontxt2{font-size:16px;}
}
/*---------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------GENERICS*/
.wrap { 
	height: 100%;
	margin: 0 auto;
	max-width:1024px;
	padding: 0 0;
	position: relative;
	width: calc(100% - 40px);
}
.btn-generic{
	font-family:'PT Sans', sans-serif;
	display:inline-block;
	cursor:pointer;
	height:60px;
	line-height:60px;
	max-width:60%;
	width: 400px;
	margin:10px 0;
	padding:0;
	text-align:center;
	text-transform: uppercase;
	transition:all .16s;
	-webkit-transition:all .16s;
	white-space:nowrap;
	-webkit-font-smoothing:antialiased;
}
.generic{background:#e7e7e2; color:#0e0d13;}
.btn-generic.generic:hover{background-color:#bf9c5f; color:white;}

ul.generics {
	display: inline-block;
	line-height: 30px;
	margin: 0;
	padding: 5px 0  5px 40px;
	position: relative;
	width: 100%;
}
ul.generics li{list-style-type:none; list-style-image: url(../images/ico-arrow.jpg);}

.scrollup{
    width:40px;
    height:40px;
    opacity:0.7;
    position:fixed;
    bottom:50px;
    right:20px;
    display:none;
    text-indent:-9999px;
    background: url('../images/icon_top.png') no-repeat;
}

@media (max-width: 1200px){
.wrap { padding: 0 10px;}
	
}
@media (max-width: 588px){

}
/*----------------------------------------------------------END-GENERICS*/
/*---------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------INDEX*/
#header {
	height:150px;
	position:fixed;
	width: 100%;
	z-index: 999;
}
#logo{
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(../images/eiv-capital-logo.png);
	background-position: center left;
	height:100%;
	left: 0;
	margin: 0;
	position: absolute;
	width:125px;
	z-index:1;
}
nav.menu{
	display:inline-block;
	float:right; 
	height:76px;
	padding-top:8%;
	text-align: right;
	text-transform: uppercase;
	width:80%;
}
nav.movil{ display: none;}

ul.topnav {
	font-size:13px;
	font-family: 'Open Sans', sans-serif;
    list-style-type: none;
    margin-right:5px;
    padding:0;
	width:100%;
	
}
ul.topnav li { display: inline-block; width:auto;  }

ul.topnav li a {
    display: block;
    color: white;
	opacity: .7;
    text-align: center;
    padding: 10px 16px;
    text-decoration: none;
}

ul.topnav li a:hover:not(.active) {
    background: rgba(210, 172, 103, .4); 
	color:white;
	opacity: 1;
}

@media (max-width: 1200px){
	#header {position:absolute;}
	nav.movil{ display:inherit;}
	nav.menu{display: none;}
}
@media (max-width: 588px){
	#logo{width:90px;}
}
/*---------------------------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------INICIO*/
#inicio{
	position: relative;
}
#inicio.page{
/*	background: url(../images/back.jpg) no-repeat top ;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size: cover;
	background-color: #02234d;*/
	height:100%;
	width:100%;
}
#inicio #slider {
	width: 100%;
	height:100vh;
	display: block;
	overflow: hidden;
	background: #282828;
	text-align: center;
}

#inicio #slider .slide{
	height:100vh;
	outline: none;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

#inicio .slick-prev, #inicio .slick-next {  visibility: hidden;
	color: transparent;
	border: none;
	cursor: pointer;
	padding: 0;
	z-index: 20;
	outline: none;
	position: absolute;
	-webkit-appearance: none;
	background-size: contain;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
}
.overlay{background:rgba(0, 0, 0, .3);position:absolute;top:0;left:0;width:100%;height:100%;z-index:10;pointer-events:auto;}
.overlay-txt{
	bottom: 0;
	top: 0;
    left: 7%;
	margin: auto;
	position: absolute;
	height: 100px;
	width:auto;
}
.overlay-sub-txt,.overlay-tit-push,.overlay-tit-push2{
	background:rgba(210, 172, 103, .8);
	padding: 3px 20px 5px 20px;
}
.overlay-tit-push{
	padding:0 20px 0 20px;
	/*width: 80%;*/
}
.overlay-push{ padding-left: 20px;}

.slide-project-inf{ 
	position: absolute;
	min-height:100px; margin: auto;  bottom: 0;
    right:10%;
	padding:30px;
	text-align: right;
	width:50%;
	z-index: 55;
}



.sections{
	height:auto; 
	position: relative;
	padding:0 0 0 0;
	text-align:left;
	width:100%;
}
.space{height: 150px;}
.space2{height:20%;}

.back-nosotros{ left: 0; right: 0; margin: auto; width: 100%; text-align: right; height: 500px; z-index: -1; position: absolute;}
.col-left, .col-right{width: 50%;}
.col-left{padding: 0 10% 0 0;}

.overlay-tit-push2{
	padding:0 0 0 10px;
	width: 80%;
}
.overlay-push2{ padding-left: 10px;}

.push-back{background-color:#0e0d13; padding: 15px 15px 0 10px}



.content-serv-col, .content-project-col{
	padding: 15% 0;
	text-align: center;
	width: 100%;
}
.content-project-col{padding:0;}

.serv-col{
	display: inline-block;
	margin: 0 10px;
	text-align: left;
	width: 31%;
}
.metadata { 
  margin:0 auto;
  padding:3% 0;
  text-align: left;
  width:100%;
}
.fn,.title{width:100%;
  display:block;
}
.bco-ngo{
filter: grayscale(100%);
 
-webkit-filter: grayscale(100%);
 
transition:filter 0.3s;
 
-webkit-transition:-webkit-filter 1s;
}
.bco-ngo:hover{
	filter: grayscale(0);
 
-webkit-filter: grayscale(0);
}

.project-col{
	display: inline-block;
	margin: 0 5px;
	width: 49%;
}


@media (max-width: 1200px){
.overlay-txt{ left:0;width: auto;}

.space{height: 350px;}
.back-nosotros{ top:17%;}
.col-left, .col-right{width: 100%;}
.col-left{padding: 0 0 0 0;}


.space2{height:10%;}
.serv-col{margin: 0 5px;width: 31%;}
	
.project-col{width: 45%;}
	
}
@media (max-width: 588px){
.overlay-txt{
	bottom: 0;
	text-align:left;
	height: 100px;
	width: 100%;
}
.overlay-sub-txt{ display: none;}
	
.overlay-tit-push{
	padding:5px 10px;
	margin: 0 auto;
	width: 100%;
}
.overlay-push{ padding-left:10px;}

.space{height: 210px;}
.back-nosotros{ top:15%;}
	

.serv-col{display: block; margin: 0;width: 100%;}
	
.project-col{display: block; margin: 0; width:100%;}
}
/*----------------------------------------------------------ENDINICIO*/
/*---------------------------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------FOOTER*/
footer{
	padding:90px 0 100px 0;
}
.foo-col{
	display: inline-block;
	width: 33.3%;
}
.logo-back{  left: 0; right: 0; bottom: 50px; margin: auto; position: absolute; height: 40px; width:90px;}
.content-social{right: 0; bottom: 0; margin: auto; position: absolute;}
#social li{ float: right; width:30px;height:30px;display:inline-block;margin-right:6px;background-size:contain;background-repeat:no-repeat;background-position:center center;}
#fb{background-image:url(../images/ico-face.jpg);}
#ig{background-image:url(../images/ico-insta.jpg);}
#em{background-image:url(../images/ico-linkedin.jpg);}
@media (max-width: 1200px){	
}
@media (max-width: 588px){
.foo-col{
	display: inline-block;
	width:50%;
}
.logo-back{  bottom:100px;width:70px;}
}
/*---------------------------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------ENDFOOTER*/
/*---------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------CONTACT-FORM*/
#content-form,.col-right-contact{
	display: inline-block;
	margin: 0 auto;
	padding: 0 0 0 10px;
	width: 50%;
}
.col-right-contact{
	padding: 0;
}
.textfield{
	background: rgba(255,255,255, 0.8);
	color:#231f20;
	/*border: 1px solid #162f3d; */ 	
	font-size:11px;
	font-family: 'PT Sans', sans-serif; 
	font-style: normal;
	height:40px;
	padding:0 0 0 8px;
	letter-spacing:1px;
	width:95%;
	-webkit-appearance: none;
	
	-o-transition:color .2s ease-out, background .1s ease-out;
    -ms-transition:color .2s ease-out, background .1s ease-out;
    -moz-transition:color .2s ease-out, background .1s ease-out;
    -webkit-transition:color .2s ease-out, background .1s ease-out;
    transition:color .2s ease-out, background .1s ease-out;
	
	display:block;
	margin:0 0 5px 0;
}
.textfield:focus{background:white; /*border: 1px solid  #0d74d3;*/}

.textfield2{ display:inline-block; margin:0 1% 0 0; width:48%;}

label{ display:block; color:white; font-size: 14px; padding: 5px 0 5px 0;  }
option { color:#363636;} 
textarea{
	background: rgba(255,255,255, 0.8);
	color:#231f20;
	/*border: 1px solid #162f3d; */	
	border: 0;
	font-size:11px;
	font-family: 'PT Sans', sans-serif; 
	font-style: normal;
	height:100px;
	padding:5px 0 0 8px;
	letter-spacing:1px;
	width:95%;	
	-webkit-appearance: none;	
	-o-transition:color .2s ease-out, background .1s ease-out;
    -ms-transition:color .2s ease-out, background .1s ease-out;
    -moz-transition:color .2s ease-out, background .1s ease-out;
    -webkit-transition:color .2s ease-out, background .1s ease-out;
    transition:color .2s ease-out, background .1s ease-out;	
	display: block;
	margin:0 0 0 0;
}
textarea:focus{background:white; /*border: 1px solid  #0d74d3;*/}

#buttoncontenedor{margin: 30px 0 20px 0; text-align:right; width:97%;}
.button-c {
	background:#e7e7e2;
	color: #0e0d13;
	font-family: 'PT Sans', sans-serif;
	border:0;
	cursor:pointer;
	float: none;
	height:50px;
	line-height:50px;
	max-width:60%;
	width: 400px;
	margin:10px 0;
	padding:0;
	-o-transition:color .2s ease-out, background .1s ease-out;
    -ms-transition:color .2s ease-out, background .1s ease-out;
    -moz-transition:color .2s ease-out, background .1s ease-out;
    -webkit-transition:color .2s ease-out, background .1s ease-out;
    transition:color .2s ease-out, background .1s ease-out;
	text-align:center;
}
.button-c:hover {background-color: #d2ac67; color: white;}


@media (max-width: 1200px){
#content-form{
	margin: 0 auto;
	width:100%;
}
.col-right-contact{width: 100%}
	
#buttoncontenedor{text-align:center; width:100%;}	
}
@media (max-width: 588px){
 
}
/*----------------------------------------------------------END-CONTACT-FORM*/
/*---------------------------------------------------------------------------------------------------------------------------------------------*/