.featured{
	width: 100%;
	float: left;
	display: flex;
	min-height: 500px;
	align-items: center;
}

.featured .left{
	width: 50%;
	height: 60vh;
	background-position: center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	border-radius: 0px 100px 0px 0px;
}

.featured .right{
	width: 50%;
	float: left;
	padding: 0 90px;
}


.featured .right .section.categoria{
	margin-bottom: 25px;
	color: #9BCBEB;
}

.featured .right .section.categoria i{
	font-size: 18px;
	margin: 0 20px;
}

.featured .right .section.categoria .publico{
	border: 1px solid #9BCBEB;
	border-radius: 4px;
	padding: 2px 8px;
}

.featured .left .section.fechas{
	display: none;
}

.featured .right .section.fechas{
    margin-bottom: 25px;
}

.featured .section.fechas .vsible{
    width: 70px;
    padding: 15px 10px 10px 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    letter-spacing: -0.02em;
    color: #111B51;
    background: #FFFFFF;
    backdrop-filter: blur(2px);
    border-radius: 10px;
    border: 0;
}

.featured .right .section.title{
	margin-bottom: 30px;
	font-size: 32px;
	color: #fff;
	line-height: 130%;
	letter-spacing: -0.02em;
}

.featured .right .section.descripcion{
	margin-bottom: 32px;
	font-size: 16px;
	color: #fff;
	line-height: 130%;
    letter-spacing: -0.02em;
}
.featured .right .section.descripcion a {
	color: #fff;
	text-decoration: underline;
}
.featured .right .section.more a{
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
}

.featured .right .section.more .boton{
    width: auto;
    display: flex;
    float: left;
    padding: 6px 12px;
    background: #F5F5F5 !important;
    backdrop-filter: blur(2px);
    border-radius: 2px;
    align-items: center;
}

.featured .right .section.more .boton i{
	font-size: 60px;
    text-align: center;
    color: #111B51;
    margin: 0 auto;
    float: none;
    display: block;
    width: 20px;
}

.featured .right .section.more .boton a{
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: #111B51;
}



@media (max-width: 1400px) {
	.featured .left {
		height: 70vh;
	}

	.featured .right {
		padding: 0 50px;
	}
}


@media (max-width: 1024px) {
	.featured{
		flex-direction: column;
	}

	.featured .left .section.fechas{
		display: block;
		float: right;
		margin: 25px 20px 0 0;
	}

	.featured .right .section.fechas{
		display: none;
	}

	.featured .left{
		width: 100%;
		border-radius: 0px;
		height: 50vh;
	}

	.featured .right {
		width: 100%;
		padding: 0 40px;
		margin: 30px auto;
	}

	.featured .right .section.title{
		font-weight: 400;
		font-size: 20px;
		line-height: 140%;
		letter-spacing: -0.02em;
		margin-bottom: 16px !important;
	}

	.featured .right .section.categoria .fecha{
		text-transform: uppercase;
	}

	.featured .right .section.descripcion{
		font-weight: 400;
		font-size: 16px;
		line-height: 130%;
		letter-spacing: -0.02em;
		color: #FFFFFF;
		opacity: 0.8;
	}

	.featured .right .section.more a{
		font-size: 14px;
		line-height: 140%;
		letter-spacing: -0.02em;
	}

	.featured .right .section.more a i{
		margin-left: 14px;
	}
}



@media (max-width: 640px) {

	.featured .right {
		padding: 0 20px;
	}

}
