.contactos_cont {
	margin-top:41px;
	margin-bottom:50px;
}
.contactos_outer {
	padding:0 13px;	
}
.paginas_cont {
	background:#ffffff;	
	padding:100px;
}
.contactos_tit{
	color: #2d2d2d;
	font-size: 30px;
	line-height: 30px;
	padding-bottom:30px;
	text-align:left;
	font-weight: 700;
}
.contactos_txt, .contactos_txt a{
	font-weight: 300;
    font-size: 14px;
    color: #5d5d5d;
    line-height: 22px;
    letter-spacing: -0.015em;
}
.contactos_txt * {
	font-weight: 300;
    color: #5d5d5d;
}
.contactos_txt a:hover{
	color: #f12727;
}
.contactos_txt strong {
	font-weight: 700;
}

.inpt_contactos{
	width:100%;
	margin-bottom:10px;
	
	font-size:12px;
	font-weight: 400;
	color:#5d5d5d;
	line-height:38px;
	border:1px solid #cececd;
	background:#ffffff;
	text-align:left;
	padding:0 10px;
	letter-spacing:0.035em;
}

.inpt_contactos.has-error{
	border:1px solid #e10000;
}
textarea.inpt_contactos {
	line-height:normal;
	padding:20px 10px;
}
textarea.fixed,
textarea.inpt_contactos:focus{
	height:140px;
}
.inpt_contactos.hidden{
	display:none;
}

.contactos_submit{
	display:inline-block;
	vertical-align:top;
	
	background:#f5422a;
	border:0px solid #f5422a;
	
	font-weight:700;
	font-size:12px;
	color:#ffffff;
	line-height:30px;
	text-transform:uppercase;
	padding:0 25px;
	margin-top:0;
	cursor:pointer;
	letter-spacing:0.035em;
}
.contactos_submit:hover{
	background:#2d2d2d;
}


.inpt_contactos::-webkit-input-placeholder { opacity:1; color:#5d5d5d;font-weight: 400;}
.inpt_contactos::-moz-placeholder { opacity:1; color:#5d5d5d;font-weight: 400;} /* firefox 19+ */
.inpt_contactos:-ms-input-placeholder { opacity:1; color:#5d5d5d;font-weight: 400;} /* ie */
.inpt_contactos:-moz-placeholder { opacity:1; color:#5d5d5d;font-weight: 400;}

.mapa.contactos iframe {
	height:400px !important;
}

.mapa_cont {
	height:400px; 
	display: table;
	width: 100%;	
}

@media only screen and (max-width: 1280px) {
	.contactos_outer {
		padding: 0;
	}
}

@media only screen and (max-width: 1200px) {
	.paginas_cont {
		padding:70px;
	}
}

@media only screen and (max-width: 1100px) {
	.mapa.contactos iframe {
		height:350px !important;
	}
	.mapa_cont {
		height:350px; 
	}
}

@media only screen and (max-width: 1000px) {
	.paginas_cont {
		padding:50px;
	}
}

@media only screen and (max-width: 900px) {
	.contactos_tit {
		font-size: 25px;
	}
	.contactos_txt, .contactos_txt a {
		font-size: 13px;
	}
	.inpt_contactos {
		font-size: 13px;
	}
	.mapa.contactos iframe {
		height:300px !important;
	}
	.mapa_cont {
		height:300px; 
	}
}

@media only screen and (max-width: 800px) {
	.paginas_cont {
		padding:30px;
	}
	.contactos .container_1280 {
		padding:0;	
	}
}

@media only screen and (max-width: 700px) {
	.contactos_cont .divs_50 {
		display:table;
		width:100%;
	}
	.contactos_cont .divs_50:last-child {
		margin-top:60px;
	}
}