@charset "utf-8";
*{outline:none !important}
html{height:100%;}
body{
	font-family: 'Quicksand', sans-serif;
	font-size:16px;	
	color:rgb(109,109,112);
	min-width:320px;
	margin:auto;
	background:#fff;
	line-height: 1.42857143;
}
#header{
	margin:auto; 
	width:100%; 
	z-index:10;
	left: 0;
	top: 0;
	position: fixed;
	background: rgba(255,255,255,0.85);
	-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;
}
#header .container{position:relative; max-width: 1240px; width: 100%; padding: 40px 15px; margin: auto; text-align: center; -webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;}
.container{line-height:normal;}
#logo{ text-align: center; width: auto; display: inline-block;}
#logo a{display: block;}
#logo img{display: block; width: 100%; height: auto;max-width: 528px;}


/*Footer*/
#footer{
	text-align:center;
	background: rgb(142,180,67);
	font-size: 12px;
	position: relative;
	font-family: 'Quicksand', sans-serif;
}
#footer .container{color:#fff; padding:30px 15px;  margin:auto; position:relative; text-align: left;
	min-height: 106px;
}

#footer figure {
    display: block;
	max-width: 529px;
	width: 100%;
	margin: auto;
}
#footer strong {
    color: #e25739;
}
#footer .h3 {
    color: #fff;
    margin: 0 0 10px;
	font-weight: normal;
	font-style: italic;
	text-transform: uppercase;
	font-size: 20px;
}
#footer a {
    color: #e25739;
}
#footer form {
    margin-top: 30px;
}
#footer .form-control {
    background-color: #eee;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    height: 50px;
	text-transform: uppercase
}
#footer .btn,
#areaForm .btn{
	background-color: #e25739;
	border-radius: 0;
	border: solid 1px #e25739;
	text-transform: uppercase;
	min-width: 200px;
	padding: 14px;
}
#footer .btn:hover,
#areaForm .btn:hover{	
	background-color: #fff;
	color: #e25739
}
@media (min-width:768px) {
	.fixed #header .container {
		padding: 15px 15px;
	}
	.fixed #logo img {
		max-width: 200px;
	}
}


/*==================     ToTop     ======================*/
a.toTop {
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 37px;
  color: #fff;
  border-radius: 50%;
  position: fixed;
  background:rgba(0, 0, 0, 0.8);
  border:solid 1px rgba(20, 55, 101, 0.8);
  right: 40px;
  bottom: 50px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  cursor:pointer;
  z-index: 20; opacity:.75 }
a.toTop:hover,
a.toTop:active {color: rgba(20, 55, 101, 0.8);
    text-decoration: none; opacity:1; background:#fff}
a#toTop
a#toTop .fa{color:#FFF !important;}

a.toTop:hover:after{
	-webkit-transform:scale(1.3);
	-moz-transform:scale(1.3);
	-ms-transform:scale(1.3);
	transform:scale(1.3);
	opacity:0;
}
.mobile .toTop,
.tablet .toTop {display: none !important; }


/*Alerta*/
#overlay{cursor:wait;opacity:.5;background:#FFF; position:fixed; left:0; top:0; width:100%; height:100%; z-index:8000;display:none}
#cnt-alert{position:fixed; top:50%; margin-top:-70px; width:100%; height:1px; text-align:center; z-index:8001}
.alert {
	display:inline-block;
	padding: 19px 15px;
	color: #fefefe;
	position: relative;
	font: 14px/20px Museo300Regular, Helvetica, Arial, sans-serif;
	margin-bottom:10px
}
.alert .msg { padding: 0 20px 0 40px;}
.alert p { margin: 0;}
.alert .toggle-alert {
	position: absolute;
	top: 7px;
	right: 10px;
	display: block;
	text-indent: -10000px;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	-webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(255, 255, 255, 0.1);
	-moz-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(255, 255, 255, 0.1);
	box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(255, 255, 255, 0.1);
	background: rgba(0, 0, 0, 0.08) url(../images/alert.png) no-repeat 6px 6px;
}
.info-box {		background: #2fa9f6 url(../images/info.png) no-repeat 14px 14px;}
.success-box {	background: #7EB62E url(../images/success.png) no-repeat 14px 14px;}
.error-box {
	background: #f64b2f url(../images/error.png) no-repeat 14px 14px;	
}
.alert{
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.notice-box {	background: #f6ca2f url(../images/notice.png) no-repeat 14px 14px;}
.download-box {	background: #a555ca url(../images/download.png) no-repeat 14px 14px;}

.has-error input,
.has-error textarea{border-bottom-color:#FF4C4F !important}

figure.responsive img{display: block; width: 100%; height: auto}

/* PARALLAX SECTION
-------------------------------------------------------------- */
.parallax-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-color: #fff;
  padding: 0;
}

/* PARALLAX SECTION END
-------------------------------------------------------------- */
#wrap{
	overflow: hidden
}

.inlineb{
	display: inline-block;
}
.inlineb .td{
	display: table-cell;
	height: 660px;
	vertical-align: middle;
	font-family: 'Quicksand', sans-serif;
	font-size: 50px;
	color: #FFF;
	text-align: center;
	width: 950px;
	text-shadow: 0 0px 4px #666;
}
.inlineb .td strong{
	font-weight: 700
}

#bannerTop{
	background-image: url(../images/parallax.jpg?);
	padding-top: 218px;
	padding-bottom: 100px;
	text-align: center;
}
.sombraBanner{
	background: url(../images/sombraParallax.png) center no-repeat;
	background-size: cover
}


/*Contacto*/
.titContacto{
	color: #a9ca54;
	font-size: 35px;
	font-family: "Lato", serif;
	text-align: center;
	text-transform: uppercase;
	padding: 35px 0;
}
#div-contacto{
	padding: 45px 0;
	font-size: 20px;
	color: rgb(109,109,112);
}
#div-contacto strong{
	display: block;
	padding: 0 0 15px;
	font-size: 20px;
	color: #414141;
}
#div-contacto div[class*="col-"] input[type="text"],
#div-contacto div[class*="col-"] textarea,
#div-contacto div[class*="col-"] select{
	display: block; border: solid 1px #999999;
	padding: 10px 15px;
	width: 100%;
	height: 44px;
	font-family: 'Quicksand', sans-serif;
	font-size: 16px;
	color: rgb(109,109,112);
	
}
#div-contacto div[class*="col-"] textarea{height: 162px}
#div-contacto div[class*="col-"] input[type="submit"],
#div-contacto div[class*="col-"] input[type="reset"]{
	display: inline-block;
	background: rgb(17,104,56);
	border:solid 1px rgb(17,104,56);
	color: #fff;
	font-size: 16px;
	width: 170px;
	height: 56px;
	line-height: 54px;
	margin: auto;
	text-transform: uppercase;
	font-family: 'Asap', sans-serif; 
	border-radius: 8px;
	font-weight: 600;
}
#div-contacto div[class*="col-"] input[type="submit"]:hover,
#div-contacto div[class*="col-"] input[type="reset"]:hover{
	background: #fff;
	color:  rgb(17,104,56);
}
.uppercase{
	text-transform: uppercase;
}

#nuestrosClientes{
	position: relative;
}
#nuestrosClientes .cnt{
	padding: 0 15px;
	position: absolute;
	left: 0;
	bottom: 50px;
	width: 100%;
	background: rgba(255,255,255,0.85);
}
#nuestrosClientes .container{
	position: relative;
	padding-left: 290px;
	width: 100%;
	margin: 0;
}
#nuestrosClientes .lbl{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #116838;
	font-size: 29px;
	font-family: 'Quicksand', sans-serif;
	font-weight: 700
}
#nuestrosClientes figure{
	display: inline-block;
	margin: 5px 25px 5px 0;
}


#div-contacto ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgb(109,109,112);
	opacity: 1;
	text-transform: uppercase;
}
#div-contacto ::-moz-placeholder { /* Firefox 19+ */
  color: rgb(109,109,112);
	opacity: 1;
	text-transform: uppercase;
}
#div-contacto :-ms-input-placeholder { /* IE 10+ */
  color: rgb(109,109,112);
	opacity: 1;
	text-transform: uppercase;
}
#div-contacto :-moz-placeholder { /* Firefox 18- */
  color: rgb(109,109,112);
	opacity: 1;
	text-transform: uppercase;
}
#div-contacto :focus::-webkit-input-placeholder {
    opacity: 0.5;
}
#div-contacto :focus::-moz-placeholder {
    opacity: 0.5;
}
#div-contacto :focus:-ms-input-placeholder {
    opacity: 0.5;
}
#div-contacto :focus:-moz-placeholder {
    opacity: 0.5;
}


@media (max-width:1750px) {
}
@media (max-width:1680px) {
}
@media (max-width:1600px) {
	.inlineb .td {
    	height: 550px;
	}
}
@media (max-width:1440px) {
	
}
@media (max-width:1366px) {
	#logo img,
	#footer img{max-width: 300px;}
	.inlineb .td {
    	height: 450px;
	}
	#bannerTop {
		padding-top: 120px;
		padding-bottom: 150px;
	}
}
@media (max-width:1280px) {
}
@media (max-width:1240px) {
	
}

@media (max-width:1199px) {
	#header .container {
    	padding: 20px 15px;
	}
	#footer .container{
		text-align: center
	}
	#footer figure {
		display: inline-block;
		width: auto;
	}
}
@media (max-width:1099px) {	
}
@media (max-width:991px) {
	#logo img,
	#footer img {
		max-width: 200px;
	}
	#bannerTop {
		padding-top: 94px;
		padding-bottom: 220px;
	}
	.inlineb .td {
		height: 400px;
		font-size: 30px;
	}
    
}
@media (max-width:850px) {	
	#nuestrosClientes .container{
		padding-left: 15px;
	}
	#nuestrosClientes .lbl{
		position: static;
		text-align: center;
		transform: none;
		padding: 15px 0;
	}
	#nuestrosClientes .logos{
		text-align: center
	}
}

@media (min-width:768px) {
	
}
@media (max-width:767px) {	
	#header .container{
		padding: 10px 15px
	}
	.inlineb .td {
		height: 300px;
		font-size: 25px;
	}
	#frmContacto{
		padding-top: 50px;
	}
	.titContacto {
		font-size: 25px;
		padding: 5px 0;
	}
	#bannerTop {
		padding-top: 94px;
		padding-bottom: 280px;
	}
	#nuestrosClientes .lbl{
		font-size: 25px;
	}
}
@media (max-width:680px) {
	
}
@media (max-width:650px) {
	
}
@media (max-width:600px) {	
	.inlineb .td {
		height: 200px;
		font-size: 20px;
	}
	#bannerTop {
		padding-top: 74px;
		padding-bottom: 420px;
	}
	#nuestrosClientes .container {
		max-width: 400px;
		margin: auto;
	}
}
@media (max-width:500px) {
	
}
@media (max-width:480px) {
	#frmContacto div[class*="col-"]{width: 100%;}
}

@media (max-width:420px) {	
	#nuestrosClientes .container {
		max-width: 280px;
		margin: auto;
	}
	#bannerTop {
		padding-top: 74px;
		padding-bottom: 620px;
	}
}
@media (max-width:380px) {
}
@media (max-width:340px) {
}


