.banners-section
{
	background:url(../../img/fondobanners.png) no-repeat bottom center;
	background-size:cover;
}

.banners-section .col-xl-4 img:first-child
{
	margin-bottom:23px;
}

.bannercontent
{
	position:absolute;
	top:0px;
	right:0px;
	padding:15px 0px;
	padding-top:25px;
	width:50%;
	text-align:right;
}

.bannertitulo
{
	font-size:33px;
	line-height:33px;
	color:#fff;
}

.bannerprecio
{
	color:#E20066;
	font-size:42px;
	line-height:42px;
}

.bannerprecio span
{
	font-size:23px;
	line-height:23px;
	vertical-align:top;
}

.bannerboton
{
	font-size:10px;
	line-height:11px;
	color:#fff;
	background:#E20066;
	display:inline-block;
	padding:5px 10px;
}

.bannerboton:hover
{
	color:#fff !important;
}

.banner1
{
	margin-bottom:23px;
	height: auto;
    overflow: hidden;
}
.banner1 img
{
	height: auto;
    max-width: 100%;
}

.banners-section img
{
	max-width:100% !important;
}

@media (min-width: 580px)
{
	.bannertitulo
	{
		font-size:53px;
		line-height:53px;
	}

	.bannerprecio
	{
		font-size:72px;
		line-height:72px;
	}

	.bannerprecio span
	{
		font-size:33px;
		line-height:40px;
	}
	.bannercontent
	{
		width:370px;
	}
	.banner1
	{
		height: auto;
	}
	.banner1 img
	{
		height: auto;
		max-width: 100%;
	}
}

@media (min-width: 1200px)
{
	.banner1
	{
		margin-bottom:0px;
	}
	
}

@media (min-width: 992px)
{
	.bannertitulo
	{
		font-size:100px;
		line-height:80px;
	}
	.bannerprecio
	{
		font-size:132px;
		line-height:130px;
	}
	.bannerprecio span
	{
		font-size:72px;
		line-height:86px;
	}
	.bannerboton
	{
		font-size:23px;
		line-height:27px;
	}
	.bannercontent
	{
		width:650px;
	}
	
	

}
.titulobanner div {
    position: relative;
    background: #fff;
    padding: 0px 20px;
    font-family: 'Roboto Condensed', cursive;
}
.titulobanner:before {
    content: '';
    position: absolute;
    width: 130%;
    left: -15%;
    top: 50%;
    height: 2px;
    background: #BF930D;
}
.titulobanner {
    font-size: 33px;
    line-height: 34px;
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 58px;
}
@media (min-width: 992px) {
    .titulobanner {
        font-size: 42px;
        line-height: 44px;
    }
}
.card.banner {
	min-height:280px;
}
.banner>.card-img-overlay {
	top:auto;
}
.mascara {
    position: relative; /* Necesario para que el pseudo-elemento ::before esté posicionado respecto a .mascara */
}

.mascara::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100px; /* Ajusta este valor según el tamaño deseado del lado corto */
    height: 100px; /* Ajusta este valor según el tamaño deseado del lado corto */
    background: white;
    clip-path: polygon(0 0, 100% 0, 0 100%);
	z-index: 10;
	margin-top: -1px;
}