@font-face {
    font-family: 'robotoblack';
    src: url('../fonts/roboto-black-webfont.woff2') format('woff2'),
         url('../fonts/roboto-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'robotobold';
    src: url('../fonts/roboto-bold-webfont.woff2') format('woff2'),
         url('../fonts/roboto-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotolight';
    src: url('../fonts/roboto-light-webfont.woff2') format('woff2'),
         url('../fonts/roboto-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('../fonts/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
input:-ms-input-placeholder {
   color:#fff;
   font-size: 12px;
    letter-spacing: .5px;
}

input::-webkit-input-placeholder {
   color:#fff;
   font-size: 12px;
    letter-spacing: .5px;
}

input:-moz-placeholder {
   color:#fff;
   font-size: 12px;
    letter-spacing: .5px;
}

/* firefox 19+ */
input::-moz-placeholder {
   color:#fff;
   font-size: 12px;
    letter-spacing: .5px;
}
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }

* html .clearfix { height: 1%; }
.clearfix { display: block; }
*:focus{
	outline: 0;
}
*{
	padding: 0;
	margin: 0;
}
a:focus, a:hover {
    color: #b6a882;
    text-decoration: none;
}
.fontBold{
    font-family: 'robotobold';
}
.fontBlack{
    font-family: 'robotoblack';
}
.fontregular{
    font-family: 'robotoregular';
}
.fontLight{
    font-family: 'robotolight';
}
.white{
	color:#fff;
}
body{
    font-family: 'robotolight';
	font-size: 16px;
	background: #f8f6f2;
}
section#header{
	background: url('../img/bg.jpg') no-repeat;
    height: 541px;
    background-size: cover;	
	padding: 47px 0;
}
.logo{
	width: 73px;
	margin: 0 auto;
	margin-bottom: 47px;
}
.brown{
	color:#b6a882;
}
h1{
	margin: 0;
	letter-spacing: 1px;
	text-align: center;
	font-size: 50px;
	color:#FFF;
	line-height: 48px;
}
h1 span{
	display: block;
	color:#b6a882;
}
h2{
	 letter-spacing: .5px;
	margin: 0;
	color:#FFF;
	font-size: 22px;
	text-align: center;
	margin-top: 25px;
}
#formulario{
	width: 398px;
    max-width: 100%;
	position: relative;
	padding:20px;
	background-color: rgba(0,0,0,.85);
	margin:0 auto;
    margin-top: 27px;
    z-index: 4;
    opacity: 0;
    padding-top: 18px;
}
.loading{
	text-align: center;
	display: none;
}
#formulario p{
	color:#FFF;
	text-align: center;
}
#formulario input{
	background: url('../img/envelope.png') no-repeat;
	background-position: 20px center;
	background-color:#7f7f7f;
	border: 0;
	height: 51px;
	padding-left: 50px;
    float: left;
    width: 85%;
    font-size: 14px;
	color:#FFF;

}
.emailBox{
	 margin-top: 22px;
}
#formulario a{
	display: block;
	background:url('../img/btnNl.png') no-repeat;
	float: left;
	width: 51px;
	height: 51px;
}
section#content{
    padding: 35px 0;
}
section#content h3{
opacity: 0;
}
h3{
	margin: 0;
	font-size: 28px;
	text-align: center;
    margin-bottom: 35px;
}
.block1,.block2,.block3{
opacity: 0;
}
.block2,.block3{
	margin-top: 37px;
}
.block1 div:first-child,.block2 div:first-child,.block3 div:first-child{
	text-align: center;
}
.block1 .title,.block2 .title,.block3 .title{
	font-size: 18px;
    line-height: 22px;
    margin-top: 3px;
}
.block1 .text,.block2 .text,.block3 .text{
	font-size: 15px;
}
a.link{
	letter-spacing: 1px;
	font-size: 14px;
}
#footer{
background:#333333;
padding: 43px 0;
}
#footer p.white{
	font-size: 14px;
	color:#cccccc;
	text-align: right;
}
#overlay{
	width: 100%;
    height: 100%;
    display: none;
    position: fixed;
	top: 0;
	left: 0;
	background:rgba(0,0,0,.5);
}
.nowrap{
	white-space: nowrap;
}
.error{
	display: none;
	color:#FFF;
    width: 100%;
    float: left;
    font-size: 14px;
}
#mobile{
	display: none;
	padding: 15px 0;
	width: 100%;
	position: fixed;
	height: 110px;
	bottom: 0;
	background:rgba(0,0,0,.8);
}
#mobile .arrowUp{
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}
#mobile .arrowUp img{
cursor: pointer;
}
.textOverlay{
	color:#fff;
	width: 100%;
	text-align: center;
}
#formularioBottom{
	width: 398px;
    max-width: 100%;
	position: relative;
	padding:20px;
	margin:0 auto;
    z-index: 2;
    padding-top: 0px;
}
#formularioBottom p{
	color:#FFF;
	text-align: center;
}
#formularioBottom input{
	background: url('../img/envelope.png') no-repeat;
	background-position: 20px center;
	background-color:#7f7f7f;
	border: 0;
	height: 51px;
	padding-left: 50px;
    float: left;
    width: 85%;
    font-size: 14px;
	color:#FFF;

}
#formularioBottom a{
	display: block;
	background:url('../img/btnNl.png') no-repeat;
	float: left;
	width: 51px;
	height: 51px;
}
.rotate{
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}
.ctaBtn{
	width: 90px;
	height: 140px;
	position: fixed;
	right: 0;
	top: 15%;
	text-align: center;
	z-index: 10;
	background: #000;
	display: none;
	cursor: pointer;
}
.ctaBtn img{
	margin: 20px;
}
.ctaBtn .bottom{
	background: #b6a882;
	text-align: center;
	font-size: 12px;
	color: #FFF;
	padding:12px;
}
.container{
	padding: 0
}
.row {
margin-left: 0;
margin-right: 0;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
	padding-left: 0;
	padding-right: 0;
}
.block img{
	margin: 0 auto;
}
@media (min-width: 1200px){
	.container {
	    width: 910px;
	}
}

@media (max-width: 991px){
	#footer{
		padding-bottom: 120px;
	}
	.text,
	.title{
		width: 600px;
		text-align: center;
		max-width: 90%;
		margin: 0 auto;
		margin-top: 15px;
	}
	.title{
		margin-top: 20px;

	}
	.block1,.block2,.block3{
		text-align: center;

	}
	a.link{
		    margin-top: 15px;
    display: block;
	}
	.block1 .title, .block2 .title, .block3 .title{
		margin-top: 20px;
	}
	#footer p.white{
		    text-align: center;
    margin-top: 20px;
	}
	#footer div{
		text-align: center;
	}

}
@media (max-width: 509px){

	h1{
	    font-size: 28px;
	    line-height: 31px;
	}
	section#header{
		    height: 552px;
	}
	#formulario input{
	    width: 83%;
	}
	section#header{
		background-position: -690px 0;
	}
	.text{
		display: none;
	}
	#content .brown{
		display: block;
	}
}
@media (max-width: 390px){

#formulario input {
    width: 78%;
}
#formularioBottom input {
    width: 78%;
}
}
@media (max-width: 340px){
#formulario{
padding: 20px 10px;
}
#formularioBottom{
padding: 0px 10px 30px 10px;
}
}
/*animations*/
.fadeInLeft1 {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.fadeInLeft2 {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-delay: .5s; /* Safari 4.0 - 8.0 */
    animation-delay: .5s;
}
.fadeInLeft3 {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-delay: 1s; /* Safari 4.0 - 8.0 */
    animation-delay: 1s;
}
