.destacado{
    max-width: 400px;
}

.destacado .info a.enlaceDestacado{
	font-weight: 500 !important;
    font-size: 15px;
    position: relative;
    color: #000 !important;
    transition: all 0.3s linear;
    margin-bottom: 30px !important;
    display: block;
    position: relative;
}

.destacado .info a.enlaceDestacado:after {
    content: "";
    background-image: url(/wp-content/uploads/2022/10/Flecha.png);
    position: absolute;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 6px;
    margin-left: 8px;
    right: 0px;
    transition: all 0.3s linear;
}

.destacado .info a.enlaceDestacado:hover:after {
    right: 10px;
    transition: all 0.3s linear;
}

.destacado .imagenDestadado {
    width: 400px;
    height: 300px;
    background-repeat: no-repeat;
    background-size: 110%;
    background-position: center center;
    position: relative;
    display: block;
    transition: all 0.3s linear;
}

.destacado .info a.enlaceDestacado:hover .imagenDestadado {
    background-size: 120%;
    transition: all 0.3s linear;
}

.destacado .imagenDestadado:hover {
    background-size: 120%;
    transition: all 0.3s linear;
}

.destacado .imagenDestadado:hover a.enlaceDestacado:after {
    right: 10px;
    transition: all 0.3s linear;
}

.destacado .info a.enlaceDestacado h4 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.03em;
    color: #1F1F1F;
	transition: all 0.3s linear;
}



.destacado .info a.enlaceDestacado p {
    font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 21px;
letter-spacing: 0.03em;
color: #1F1F1F;
transition: all 0.3s linear;
}

