@font-face {
    font-family: 'dinlight';
    src: url('../fonts/dinlight-webfont.woff2') format('woff2'),
         url('../fonts/dinlight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'DIN-Regular';
	font-style: normal;
	font-weight: normal;
	src: local('DIN-Regular'), url('../fonts/DINR____.woff') format('woff');
}

/* general */
.btn:hover, .btn:focus, .btn:active:focus, button, button:hover, button:active:focus, button:focus{
	outline:none;
	-webkit-box-shadow: none;
    box-shadow: none;
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.img-block{
	width:100%;
	height:auto;
	display:block;	
}

.img-background{
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover !important;	
}

.img-container{
	margin-bottom:20px;	
}

.pad-content{
	padding:55px 0;	
}
.pad-content-top{
	padding-top:0;	
}
.pad-content-bottom{
	padding-bottom:0;
}

.table-content{
	display: table;
    width: 100%;
    height: 100%;
}
.table-wrapper{
	vertical-align: middle;
    display: table-cell;
    width: 100%;
}

.absolute{
	position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.the-content img {
    max-width: 100%;
    height: auto;
}

.square {
	width: 100%;
}

.square:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.btn-nada{
	padding:0;
	background-color:transparent;
	border:none;	
}

body{
	color:#213d7d;
	font-size:16px;
	font-weight:normal;
	font-family: 'dinlight';
}

/* top */
header, footer {
    background-color: #082865;
    padding: 15px 0;
	display:block;
}

#site-title, .site-title{
	margin: 0;
    padding: 18px 0;
}
#site-title{
    float: left;
}

#site-title img {
    width: 210px;
    height: auto;
}

.header-right {
    float: right;
    color: #fff;
}

.header-right ul{
	margin:0;
}
.header-right ul li{
	vertical-align: top;
    padding: 0;
}

.header-phone{
	padding-top: 15px;
    padding-left: 40px;
    background: url(../img/header-phone.png) left bottom no-repeat;
    font-size: 15px;
    text-align: right;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.header-phone p{
	margin-bottom: 10px;
    line-height: 24px;
}

.header-phone span{
	display: block;
    color: #0096f5;
    font-size: 34px;
    font-family: 'DIN-Regular';
    line-height: 22px;
}

/* LANDING --------------------------------------- */
.bg-sand{
	background-image:url(../img/bg-sand.jpg);
	overflow:hidden;
}

#gallo-resp{
	display:none;	
}

#renueva {
    max-width: 560px;
    margin: 40px auto;
    padding: 0 15px;
}

.gobold-title{
	margin: 0 auto;
    padding: 0 15px;
    margin-bottom: 85px;
}

.list-bullets{
	margin: 0 auto;
    margin-bottom: 15px;
    width: 440px;
}
.list-bullets li{
	background-color: #36619a;
    padding: 5px 15px;
    position: relative;
    margin-top: 5px;
}
.list-bullets li:first-child{
	background-color:#3480b7;
	margin-top:0;
}
.list-bullets li:last-child{
	background-color:#213d7d;
}

.list-bullets li:after{
	content: "";
    width: 0;
    height: 0;
    border-top: 29px solid transparent;
    border-right: 29px solid #36619a;
    border-bottom: 29px solid transparent;
    position: absolute;
    right: 100%;
    top: 0;
}
.list-bullets li:before{
	content: "";
    width: 0;
    height: 0;
    border-top: 29px solid transparent;
    border-left: 29px solid #36619a;
    border-bottom: 29px solid transparent;
    position: absolute;
    left: 100%;
    top: 0;
}

.list-bullets li:first-child:after{
	border-right-color:#3480b7;
}
.list-bullets li:last-child:after{
	border-right-color:#213d7d;
}
.list-bullets li:first-child:before{
	border-left-color:#3480b7;
}
.list-bullets li:last-child:before{
	border-left-color:#213d7d;
}

.list-bullets li h3, .list-bullets li p{
	margin:0;
	font-size:16px;
	color:#fff;
}
.list-bullets li h3{
	text-transform: uppercase;
    font-size: 24px;
    font-family: 'DIN-Regular';
}

a{
	font-family: 'DIN-Regular';	
	color:#213d7d;
}
a:hover{
	color:#3480b7;
}

/* formulario */
.formulario{
	max-width: 330px;
    margin-left: 35px;
}

.form-title{
	background-color: #213d7d;
    padding: 35px 15px;
    padding-left: 110px;
    background-image: url(../img/arroba.svg);
    background-position: left 20px center;
    background-repeat: no-repeat;
    background-size: 70px;
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    font-family: 'DIN-Regular';
    text-align: left;
}

.form-content{
	background-color: #3480b7;
    padding: 5px 25px;
    padding-bottom: 100px;
}

.form-group {
    margin-bottom: 5px;
}

label{
	display: block;
    font-weight: normal;
	color:#fff;
}

.form-control{
    height: 42px;
    padding: 6px 12px;
    font-size: 14px;
    border-color: #fff;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
textarea.form-control{
    height:100px;
	resize:none;
}
.form-control.has-error{
	border-color:red;	
}

#mensaje_error{
	display:none;
}

.help-block {
    color: #fff;
}

.btn {
    padding: 5px 15px;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'DIN-Regular';
}
.btn-primary {
    color: #fff;
    background-color: #213d7d;
    border-color: #fff;
}

#img-repuestos{
    width: 145%;
    float: right;	
}

/* alert */
.alert {
    margin-bottom: 0;
    border: none;
    border-radius: 0;
}

/* delay */
.delay01{
	-webkit-animation-delay: .3s;
	-moz-animation-delay: .3s;
	-o-animation-delay: .3s;
	animation-delay: .3s;
}
.delay02{
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s;
	-o-animation-delay: .6s;
	animation-delay: .6s;
}
.delay03{
	-webkit-animation-delay: .9s;
	-moz-animation-delay: .9s;
	-o-animation-delay: .9s;
	animation-delay: .9s;
}
.delay04{
	-webkit-animation-delay: 1.2s;
	-moz-animation-delay: 1.2s;
	-o-animation-delay: 1.2s;
	animation-delay: 1.2s;
}

/* MEDIA QUERYS -------------------------------------- */
@media (max-width:1200px) {
	.header-phone {
		font-size: 14px;
		padding-top: 20px;
	}
	.header-phone span {
		font-size: 32px;
		line-height: 18px;
	}

	.bg-sand{
		background-repeat:repeat;
		background-size:auto !important;
	}

	.third.col-md-4.col-md-push-4{
		left: 40%;
    	width: 60%;
	}
	.third.col-md-4.col-md-pull-4{
		right: 60%;
   		width: 40%;
	}
	.third-form.col-md-4{
		width: 100%;
	}
	.formulario {
		margin: 0 auto;
	}
}

@media (max-width:992px) {
	.third{
		left: inherit !important;
		right: inherit !important;
    	width: 100% !important;	
	}
	
	#gallo-resp{
		display:block;	
	}
	#gallo{
		display:none;	
	}
	.gallo {
		max-width: 250px;
		margin: 0 auto;
	}
}

@media (max-width:767px) {
	#site-title {
		float: none;
		padding: 20px 0;
		text-align: center;
	}
	.header-right {
		float: none;
		text-align: center;
	}
	
	.header-phone {
		background-size: 20px;
		padding-left: 30px;
	}
	.header-phone p {
		margin-bottom: 5px;
		line-height: 20px;
		font-size: 12px;
	}
	.header-phone span {
		font-size: 27px;
		line-height: 15px;
	}
}

@media (max-width:530px) {
	.list-bullets {
		width: auto;
	}
	.list-bullets li:before, .list-bullets li:after {
		display:none;	
	}
	
	.list-bullets li h3 {
		font-size: 21px;
	}
}