.banner{
	max-height: 160px;
	height: 60vh;
}
.banner img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner h4{
	font-weight: 100;
}
.banner .te_llamamos{
	width: 200px;
	mix-blend-mode: normal;
}
.ventajas .ventaja{
	margin-bottom: 5rem;
}
.ventajas figure{
	max-width: 120px;
}
.ventajas h4{
	color: #1c1c1b;
	font-weight: 100;
	margin: 0 auto;
}
.informate{
	padding-top: 0;
}
.informate h4{
	font-weight: 100;
	color: #838383;
	max-width: 620px;
    margin: 0 auto 2rem;
}

.informate a{
	color:#be1521;
	font-weight: 400;	
	font-size: 1.4rem;
}
.anunciarte{
	background: #fff no-repeat center / cover;
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.anunciarte h3{
	display: inline-block;
	position: relative;
	font-weight: 100;
	font-size: 2.125rem;
	margin-bottom: 1rem;
}
.anunciarte h3:before{
	content: '';
	position: absolute;
	left: -2.5%;
	width: 105%;
	top: 50%;
	height: 60%;
	background-color: #000;
}
.anunciarte h3 span{
	position: relative;
	z-index: 2;
}
.anunciarte h4{
	font-weight: 100;
	font-size: 1.25rem;
	margin-bottom: 1rem;

}
.anunciarte a{
	font-weight: 500;
	font-size: 1.6rem;
	margin-bottom: 0;
}

@media(max-width: 992px) {
	.banner{min-height: 130px;}
	.banner .te_llamamos{width: 150px;}
	.ventajas figure{max-width: 100px;}
}
@media(max-width: 768px) {
	.banner .te_llamamos{margin: 1rem auto 0;}
	.anunciarte h3:before{display: none;}
}

@media(max-width: 576px) {
	.banner{min-height: 170px;max-height: 220px;}
	.ventajas figure {max-width: 80px;}
	.ventajas .ventaja{margin-bottom: 2rem;}
}
