@font-face{
	src: url(../fonts/FugazOne-Regular.ttf);
	font-family: 'FugazOne-Regular';
}
@font-face{
	src: url(../fonts/Sarabun-ExtraBold.ttf);
	font-family: 'Sarabun-ExtraBold';
}
@font-face{
	src: url(../fonts/Sarabun-Bold.ttf);
	font-family: 'Sarabun-Bold';
}
@font-face{
	src: url(../fonts/Sarabun-Regular.ttf);
	font-family: 'Sarabun-Regular';
}
.container-fluid{
	max-width: 1920px;
}
/*header*/
.logo-header{
	width: 280px;
	max-width: 100%;
	margin: 40px 40px 10px auto;
}
/***********/
main{
	background:#F0F0F0 url('../images/main-back.jpg') no-repeat;
	background-position: left top;
	padding: 0 0 60px 0 !important;
}
.slider{
	position: relative;
	background: url('../images/fshdw.png') repeat-x;
	background-size: 6px;
	background-position: left top;
	padding-top: 28px;
}
.slider .cotiza-img{
	position: absolute;
	left: 0;
	bottom: 80px;
	width: 480px;
	max-width: 80%;
	z-index: 10;
}
.carousel-indicators{
	bottom: 60px;
}
.carousel-indicators li{
	background-color: #E3E3E3;
	border: 1px solid #E3E3E3;
	width: 20px;
	height: 20px;
}
.carousel-indicators .active {
	border: 1px solid #FFF;
	background-color: #E3E3E3;
	width: 18px;
	height: 18px;
	padding: 4px;
}
.servicios{
	margin-top: -60px;
	margin-bottom: 80px;
}
.servicios > div{
	padding: 0;
}
.form-aside{
	padding-top: 100px;
}
.form-aside h3{
	font-family: 'FugazOne-Regular';
	text-align: right;
	max-width: 474px;
    font-size: 54px;
	margin: 0 auto;
	margin-bottom: 60px;
}
.form-aside h3 span{
	text-transform: uppercase;
	color: #E70A1E;
}
.form-container{
	background-color: #E70A1E;
	padding-top: 40px;
}
.form-container h4{
	color: #fff;
	text-transform: uppercase;
	font-family: 'Sarabun-ExtraBold';
	font-size: 30px;
}
.form-item{
	margin-top: 20px;
}
.form-control{
	background-color: #E3E3E3;
	border: none;
	border-radius: 0px;	
	height: 40px;
	font-family: 'Sarabun-Regular';
	font-size: 22px;
	color: #979797;
}
.btn-enviar{
	color: #FFF;
	background-color: #1D1D1B;
	border: none;
	font-family: 'Sarabun-Bold';
	font-size: 22px;
	width: 120px;
	height: 40px;
	float: right;
	margin-bottom: 20px;
}

/*Footer*/
footer{
	z-index: -1;
	padding-top: 40px;
	padding-bottom: 60px;
	background: url('../images/fshdw.png') repeat-x;
	background-size: 6px;
	background-position: left top;
}
.logo-footer{
	width: 440px;
	max-width: 100%;
	margin: 0 auto;
}
/****resposive**/
@media(max-width: 766px){
	.servicios img{
		margin: 0 auto;
	}
	.slider .cotiza-img{
		bottom: 0px;
		width: 300px;
	}
	.carousel-indicators{
		display: none;
	}
}
@media(max-width: 500px){
	.slider .cotiza-img{
		display: none;
	}
}