.helpers{
	font-size: 16px;
	font-weight: 600;
	color: #fff;
}

.confian{
	margin-bottom: 50px;
	margin-top: 50px;
}

.direccion{
	color: #fff;
}

.footer-main h3{
	color: #fff;
}

.footer-widget .footer-top .footer-box {
    padding: 10px 0px 20px;
    min-height: 0px;

}

.copyright-info a{
	color: #fff;
}

.copyright-info a :hover{
	color: #fc6a2a;
}

#cotiza-form-2{
	display: none;
}

.listaInterna{
	padding-left: 50px;
	padding-bottom: 50px;
}

.listaExterna li{
	font-weight: bold;
}

.listaExterna .listaInterna li{
	font-weight: 400;
}

.cobertura{
	background-color: #f3f3f3;
	padding: 30px;
	color: #000;
	text-align: center;
	HEIGHT: 220PX;
	margin-top:30px;
}

.cobertura:hover{
	background-color: #2154cf;
	color: #fff !important;
	transition: all 0.35s;
	-ms-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.help i{
	color: #fff;
	font-size: 28px;
	margin-bottom: 20px;
	padding: 20px;
	background: rgba(0, 0, 0, 0.3);
	text-align: center;
	width: 65px;
	height: 65px;
	line-height: 65px;
	border-radius: 100%;
}

.help h2{
	margin-top: 20px;
}

.unaLinea{
	padding-top: 50px;
}

.oficinas{
	font-size: 30px;
}

#form-response{
	/*display: none;*/
}

#form-response h2{
	color: #fff ;
	font-size: 17px ;
	line-height: 1.5;
}

.contacto #form-response h2{
	color: #000;
}

	#cotizacion-form-response h2 {
		font-size: 18px;
		line-height: 1.3;
		margin-top: 20px;
	}



@media only screen and (max-width: 767px) {
	.hidsm {
		display: none;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px){
	.top-info li .info-wrapper p {
		font-size: 14px;
	}

	.top-info li .info-wrapper p.info-subtitle {
		font-size: 12px;
	}

	.top-info .info-wrapper {
		margin-right: 15px;
	}
}

@media only screen and (min-width: 1040px) and (max-width: 1330px){
	.header.nav-down .logo {
		margin-left: 70px;
	}
}

@media only screen and (min-width: 1331px){
	.header.nav-down .logo {
		margin-left: 90px;
	}
}

@media only screen and (max-width: 991px){
	.banner-heading {
		padding: 0;
	}
	.banner-title {
		padding-top: 0px;
	}
}


