
/* ========================================================================== 
GENERAL STYLES
========================================================================== */

html, body{
width:100%; 
height:100%; 
text-rendering: optimizeLegibility !important;
-webkit-font-smoothing: antialiased !important;
margin: 0;
font-family: 'Roboto';
}

a, a:active, a:hover {outline: none; text-decoration:none; }
area, area:active, area:hover {outline:none;}
img { border: 0; -ms-interpolation-mode: bicubic;}
svg:not(:root) { overflow: hidden; }
::selection {  background: #38bfec; }
::-moz-selection {  background: #38bfec; }

.wp1, .wp2, .wp3, .wp4, .wp5{ opacity: 0; }
.delay-05s { animation-delay: 0.5s; -webkit-animation-delay: 0.5s; }
.delay-1s { animation-delay: 1s; -webkit-animation-delay: 1s; }

.goColor { color: #087ae1 !important; }
.goWhite { color: #fff !important; }
.goBlack { color: #000 !important; }

#wrapper{position:absolute; height:100%; width: 100%;}

h1{ 
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1em;
    margin-bottom: 50px;
    font-weight: 100;
}

h2{font-size: .9em;}

/* ========================================================================== 
HEADER
========================================================================== */

#header{ width: 100%; height: 130px; position: absolute; z-index:999;}

#logo-adank{
	height: 70px;
	width: 200px;
	margin-top: 20px;
	margin-left: 2%;
	float: left;
	background-image: url(http://www.adankconsultores.com/img/adank-logo-white.png);
	background-position: center;
	background-size: 90%; background-repeat: no-repeat;
}

#menu{ margin-top: 30px; margin-right: 2%; float:right; }
#menu ul{ list-style: none; }

#menu ul li{
	float: left; 
	margin: 0 20px;
	color: white;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 2px;
	font-size: 14px;
}

#menu ul li a{color: white;}


/* ========================================================================== 
INTRO
========================================================================== */

#intro{
    width: 100%;
	height: 80%;
	display:block;
	background-color: #000;
	overflow: hidden;
	background-image: url(http://www.adankconsultores.com/img/bg-intro.jpg);
	background-position: center;
	background-size: cover;
	position: relative;
	background-attachment: fixed;
}

#intro-text-big{    
	font-size: 3.2em;
    color: white;
    font-weight: 900;
    width: 60%;
    top: 35%;
    left: 5%;
    position: relative;
    text-transform: uppercase;
	letter-spacing: -1px;
}
#intro-text-big span{background-color: rgba(51,191,236,.9); }

#intro-text-small{
	font-size: 1.75em;
    color: white;
    font-weight: 200;
    width: 50%;
    top: 38%;
    left: 5%;
    position: relative;
	letter-spacing: -.5px;
}

#down-arrow{
	position: absolute; bottom: 30px; width: 50px; height: 50px; left: 50%; margin-left: -25px; 
	background-image: url(http://www.adankconsultores.com/img/down-arrow.png); background-position: center; background-size: 90%; background-repeat: no-repeat;
	border: 2px solid white;
    border-radius: 100%; cursor:pointer;
}

/* ========================================================================== 
PROPOSAL
========================================================================== */

#proposal{
    width: 100%;
	padding: 100px 0 100px 0;
	display:block;
	overflow: hidden;
	background-color: white;
	position: relative;
}

#proposal-text-big{    
	font-size: 2.6em;
    color: #38bfec;
    font-weight: 900;
    width: 60%;
	margin:auto;
	letter-spacing: -1px;
	text-align:center;
}

#proposal-text-small{
	font-size: 1.5em;
    color: #42526E;
    font-weight: 200;
    width: 70%;
	margin:auto;
	margin-top: 20px;
	letter-spacing: -.5px;
	text-align:center;
}

#proposal-form-container{
	width: 70%; height: 70px; margin:auto; margin-top: 30px;  position: relative; top: 22%;
}

.inputProposal {
	background-color: transparent; 
	color:#42526E; 
	font-size:15px; 
	height:60px;
	border: 1px solid #EBEBEB; 
	outline: none; 
	width: 30%;
	margin-right:1%;
	text-indent: 10px;
	font-weight: 400;
	box-sizing: border-box;
	border-radius: 6px !important;
	 -webkit-appearance: none;
	float:left;
}

.submitProposal {
	background-color: #38bfec;  
	color: white; 
	font-size:15px; 
	height:60px;
	outline: none; 
	width: 37%;
	font-weight: 600;
	box-sizing: border-box;
	border-radius: 6px !important;
	border:none;
	-webkit-appearance: none;
	float:left;
	text-transform: uppercase;
	letter-spacing: 2px;
	cursor:pointer;
	transition: ease all .3s;
	-webkit-transition: ease all .3s;
}

.submitProposal:hover {
	background-color: #087ae1;  
}
::-webkit-input-placeholder  { color:#999; } /* Webkit */
:-moz-placeholder { color:#999; }  /* Firefox <= 18 */
::-moz-placeholder { color:#999; }  /* Firefox >= 19 */
:-ms-input-placeholder {  color: #999; } /* Internet Explorer */


/* ========================================================================== 
ABOUT US
========================================================================== */


#services{
    width: 100%;
	display:block;
	background-color: #000;
	overflow: hidden;
	background-image: url(http://www.adankconsultores.com/img/bg-certif.jpg);
	background-position: center;
	background-size: cover;
	position: relative;
}

#services-title{
	font-size: 1em;
    color: white;
    font-weight: 200;
	margin-top: 80px;
	margin-bottom: 90px;
    margin-left: 5%;
	letter-spacing: 2px;
}

#services-text-big{    
	font-size: 2em;
    color: white;
    font-weight: 900;
    width: 60%;
    margin-top: 10px;
	letter-spacing: -1px;
}

#services-text-small{
	font-size: 1.5em;
    color: white;
    font-weight: 200;
    width: 70%;
    margin-top: 20px;
	letter-spacing: -.5px;
	border-left: 2px solid #38bfec;
    padding-left: 20px;
}


/* ========================================================================== 
SERVICES
========================================================================== */


#certifications{
	color: white;
	box-sizing: border-box;
	display: inline-block;
	width: 100%;
	padding: 0 5% 2% 5%;
}

.each-certification{ float:left; width: 25%;  min-height: 270px; cursor:pointer;}
.certification-image{ background-color: #fff; width: 95%; height: 250px; margin:auto; background-size: cover;background-position: top center; background-repeat:no-repeat; transition: ease all .3s; -webkit-transition: ease all .3s; box-sizing: border-box;}

.certification-image:hover{padding-left: 7px; }


.certif-1{background-image: url(http://www.adankconsultores.com/img/bg-certif-bici.jpg);}
.certif-2{background-image: url(http://www.adankconsultores.com/img/bg-certif-acero.jpg);}
.certif-3{background-image: url(http://www.adankconsultores.com/img/bg-certif-cnc.jpg);}
.certif-4{background-image: url(http://www.adankconsultores.com/img/bg-certif-electrica.jpg);}
.certif-5{background-image: url(http://www.adankconsultores.com/img/bg-certif-pilas.jpg);}
.certif-6{background-image: url(http://www.adankconsultores.com/img/bg-certif-anmat.jpg);}
.certif-7{background-image: url(http://www.adankconsultores.com/img/bg-certif-gas.jpg);}
.certif-8{background-image: url(http://www.adankconsultores.com/img/bg-certif-juguetes.jpg);}
.certif-9{background-image: url(http://www.adankconsultores.com/img/bg-certif-tintas.jpg);}
.certif-10{background-image: url(http://www.adankconsultores.com/img/bg-certif-eficiencia.jpg);}

.certification-image a{text-align:left; color: #38bfec; margin-left: 20px; font-size: .9em; border: 1px solid;
    padding: 5px 10px;
    border-radius: 4px; transition: ease all .3s; -webkit-transition: ease all .3s;}


.certification-image a:hover{color: white; background-color: #38bfec; }

.certification-name{
    padding-left: 20px;
    text-align: left;
    font-size: 1.3em;
    font-weight: 700;
    width: 80%;
    color: #38bfec;
    padding-top: 10px;
    position: relative;
}

#other-services{
	background-color: #fff; 
	color: #42526E;
	padding: 5%;
	box-sizing: border-box;
	display: inline-block;
	width: 100%;
}

.each-service{  display: none; background-color: #F4F5F7; width: 70%; margin:auto; padding: 20px 5% 50px 5%; margin-top: -75px;}
.service-image{ width: 120px; height: 120px; border-radius: 100%; margin:auto; display:none;}
.service-name{  font-size: 1.5em; font-weight: 700; margin-top: 15px; margin-bottom: 25px; color: rgb(56, 191, 236); border-left: 2px solid;
    padding-left: 15px;}
.service-detail{ font-size: 1.2em; font-weight: 100; margin-top: 15px; }



.service-menu{width: 20%; float:left;}
.service-menu ul{list-style:none; margin: 0; padding: 0;}
.service-menu ul li{    
	font-size: 1.2em;
	margin-bottom: 15px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 15px;
	font-weight:bold;
	cursor:pointer !important;
}
.services-container{width: 80%; float:left;}


/* ========================================================================== 
CONTACT
========================================================================== */


#contact{
	width: 100%;
	display: table;
	height: 400px;
	position:relative;
	margin-top: 30px;
}

#contact-text-big{    
	font-size: 2em;
    color:  #42526E;
    font-weight: 900;
    margin-top: 10px;
	letter-spacing: -1px;
	width: 60%;
    margin-left: 5%;
}

#contact-text-small{
	font-size: 1.5em;
    color:  #42526E;
    font-weight: 200;
    margin-top: 20px;
	letter-spacing: -.5px;
	margin-left: 5%;
	border-left: 2px solid #38bfec;
    padding-left: 20px;
}

.half{width: 50%; float:left; display:inline-block; margin-top: 50px; position: relative}

#contact-details-container{ height: 500px; text-align:left; padding: 0 2%; box-sizing:border-box; color: #42526E;}

#logo-adank-b{
	height: 70px;
	width: 200px;
	background-image: url(http://www.adankconsultores.com/img/adank-logo-cyan.png);
	background-position: center;
	background-size: 90%; background-repeat: no-repeat;
}


#contact-details-container a {color: #42526E;}
#contact-details-container a:hover {color: #38bfec;}

#contact-details-container img{
	height: 50px;
    vertical-align: middle;
    margin-right: 10px;
}


#contact-form-container{ height: 500px;}

#formContact{ width: 80%; height: 80%;  float: right;}

.inputContact{
	background-color: transparent; 
	color:#42526E; 
	font-size:15px; 
	height:60px;
	border: 1px solid #EBEBEB; 
	outline: none; 
	width: 90%;
	margin-bottom: 10px;
	text-indent: 10px;
	font-weight: 400;
	box-sizing: border-box;
	border-radius: 6px !important;
}

.inputBig{
	margin-bottom: 10px;
	text-indent: 10px;
	padding-top: 10px;
	background-color: transparent; 
	color:#000; 
	font-size:15px; 
	height: 110px; 
	border: 1px solid #EBEBEB; 
	outline: none; 
	width: 90%;
	overflow:hidden;
	resize: none;
	font-weight: 400;
	border-radius: 6px !important;
	box-sizing: border-box;
}


.submitContact {
	background-color: #38bfec;  
	color: white; 
	font-size:15px; 
	height:60px;
	outline: none; 
	width: 90%;
	font-weight: 600;
	box-sizing: border-box;
	border-radius: 6px !important;
	border:none;
	text-transform: uppercase;
	letter-spacing: 2px;
	cursor:pointer;
	transition: ease all .3s;
	-webkit-transition: ease all .3s;
}

.submitContact:hover {
	background-color: #087ae1;  
}


#footer{
	width: 100%; background-color: #42526E; position:relative; bottom: 0px; color: white; height: 45px; padding: 30px 5%; padding-bottom: 80px; box-sizing: border-box;
}


/* ========================================================================== 
FORMULARIO
========================================================================== */


form label.error {
	font-weight: 700;
    font-size: 12px;
    color: #c11a29;
    text-transform: uppercase;
    position: relative;
    float: right;
    top: -48px;
    right: 80px;
    height: 0px;
}

#formProposal label.error{
	float: left;
    top: 25px;
    right: 100px;
}


#form-success, #form-error, #proposal-success, #proposal-error {
    display:none;
}

#form-success span, #form-error span, #proposal-success span,  #proposal-error span {
    display: block;
    position: absolute;
    width: 40%;
	left: 30%;
    margin-top: 30px;
    font-size: 25px;
    color: #42526E;
    text-align: center;
    z-index: 999;
}

