@import 'https://fonts.googleapis.com/css?family=Montserrat';
@import 'https://fonts.googleapis.com/css?family=Muli';
body{
	font-family: 'Muli', sans-serif;
	background-color: white;
}
h1,h2,h3,h4{
	font-family: 'Montserrat', sans-serif;
	letter-spacing: -1px;
	font-weight: bold;
}
p.top, h4, h3, h2, label{
	color: #004071;
}
p.top{
	font-size: 12pt;
	font-weight: bold;
}
label{
	padding-top: 8px
}

input[type=text], input[type=tel], input[type=email], textarea{
	width: 100%;
	padding:5px;
	margin-bottom: 5px;
	border-radius: 0px;
	border:1px solid #d1d1d1;
}
.radio label{
	font-weight: bold;
}
header img{
	max-width: 100%;
}
.container{
	padding-right: 0px;
	padding-left: 0px;
}

.row {
    margin-right: 100px;
    margin-left: 100px;
}

.back{
	background-color: #F70404;
}

.foot1{
	background-color:#d3d2d2;
}

.foot1 label{
	margin-top: 20px;
}

.foot1 h3{
	margin-top: 0px;
	margin-bottom: 20px;
}

.foot2{
	background-color:#004071;
}
.black{
	color: black;
	font-weight: normal;
}
.white{
	color: white;
}
h3.white{
	margin-bottom: 50px;
}
.back section{
	padding-bottom: 80px;
}
.small{
	font-size: 12px;
}
.pad{
	margin-top: -100px;
}
hr{
	border-top: 1px solid #000;
}
input[type=submit]{
	background: url(../img/boton-enviar.png);
	width: 190px;
	height: 46px;
	border: 0px;
	outline: none;
}

ul, p{
	letter-spacing: -0.5px;
}

.half-padding{
	margin-right: 12px !important;
	margin-left: 12px !important;
}

.no-padding{
	margin-right: 25px !important;
	margin-left: 25px !important;
}
.space20{
	clear: both;
	margin-top: 20px;
}

.space50{
	clear: both;
	margin-top: 50px;
}


/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	body{
		background-color: #f0f0f0;
		text-align: center;
	}
	.container{
		padding-right: 15px;
		padding-left: 15px;
	}
	.row {
	    margin-right: -15px;
	    margin-left: -15px;
	}
	.no-padding{
	margin-right: 15px !important;
	margin-left: 15px !important;
	}

	.text-left,
	.text-right{
		text-align: center!important;
	}

	.center{
		text-align: center!important;
	}
	.foot1 label{
		margin-top: 20px;
		text-align: center;
	}

	.foot1 h3{
		margin-top: 0px;
		margin-bottom: 20px;
	}
	h3.white{
		margin-bottom: 10px;
	}
	.pad{
		margin-top: 0px;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}