@charset "UTF-8";
/* CSS Document */
.heron {
    width: 100%;
	height: 100vh;
	background: url("../img/hero-bps.webp");
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
    align-items: center;
}
.heron .solicitar-content {
    max-width: 500px;
}
.heron .solicitar-content h1 {
    font-size: 46px;
}
.heron .solicitar-content h1 span{
	color: #001F42;
}
.heron .solicitar-content a.btn-p {
    margin: 30px 0 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
}
.heron .solicitar-content .btn-hero-group {
    max-width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 18px;
}
.heron-bps-m{
	display: none;
}
.abrila .innerIcon {
    padding: 30px 42px 30px 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 85.72%;
    margin-top: -20px;
    margin-left: 0;
    margin-right: 0;
}
.section-te-sirve {
    margin-bottom: 40px;
}

@media (max-width: 1280px) {
	.heron {
		width: 100%;
		height: 100vh;
		background: url("../img/hero-bps-medium.webp");
		background-position: top right;
		background-size: cover;
		background-repeat: no-repeat;
		display: flex;
		align-items: center;
	}
}
@media (max-width: 1080px) {
	.section-te-sirve {
        margin-bottom: 60px;
    }
}
@media (max-width: 1080px) and (orientation: portrait) {
	.heron.bps {
        background: none;
    }
	.heron.bps .solicitar-content {
        width: 90%;
        max-width: 90%;
	}
	.heron {
        height: auto;
        background: none;
    }
	.heron-bps-m{
		display: block;
	}
	.heron .solicitar-content h1 {
		margin: 50px 0 20px;
	}
	.item-destacado-hero .container-p {
        min-height: 60px;
    }
	.abrila .innerIcon {
		width: 100%;
	}
}
@media (max-width: 992px) {
	.heron.bps {
        background: none;
    }
	.heron.bps .solicitar-content {
        width: 100%;
        max-width: 100%;
	}
	.heron {
        height: auto;
        background: none;
    }
	.heron-bps-m{
		display: block;
	}
	.heron.bps {
        height: auto;
    }
	.heron .solicitar-content {
		max-width: 100%;
	}
	.heron .solicitar-content h1 {
		margin: 50px 0 20px;
	}
	.abrila .innerIcon {
		width: 100%;
	}
}
@media (max-width: 680px) {
	h2 {
        font-size: 36px;
    }
	.empresas-item-container.row {
		border-radius: 10px;
	}
	.item-oca-blue .innerIcon {
        border-radius: 10px;
    }
	.box-mobile {
        margin: -15px auto 70px;
    }
}
@media (max-width: 580px) {
	.heron .solicitar-content h1 {
		font-size: 42px;
	}
	h2 {
        font-size: 32px;
	}
	a.btn-p, a.btn-p.btnWhatsapp {
        padding: 8px 18px;
    }
	.atencion {
        margin: 10px 0 0;
    }
	.section-te-sirve {
        padding: 90px 0 50px;
    }
	.section-te-sirve {
        margin-bottom: 0;
    }
	.beneficios {
		margin: 0;
        padding: 0 0 50px;
    }
}
@media (max-width: 540px) {
.abrila p.small {
        margin-top: 10px;
        font-size: 12px;
        max-width: 100%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 480px) {
	.heron .solicitar-content h1 {
		font-size: 34px;
	}
	h2 {
        font-size: 25px;
    }
	p {
        font-size: 16px;
    }
	.heron .solicitar-content h1 {
        margin: 35px 0 20px;
    }
}
@media (max-width: 380px) {
	.heron .solicitar-content h1 {
		font-size: 32px;
	}
	h2 {
        font-size: 22px;
    }
}