#contenedorCarruselArticulos .owl-carousel{
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap:32px;
}

.contenedorTituloModuloInteresa{
    display: flex;
    justify-content: center;
    align-items: center;
}
.contenedorTituloModuloInteresa .title-carousel {
    color: #2C2C2C;
    text-align: center;
	font-family: "IberPangeaText-Regular",sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}

.contenedorInfoTarjeta{
    display: flex;
    flex-direction: row;
	font-family: "IberPangeaText-Regular",sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}
.contenedorInfoTarjeta .contenedorFechaTarjeta,
.contenedorInfoTarjeta .minutosVersionLarga,
.contenedorInfoTarjeta .contenedorDescripcionArticuloInteresa{
    color: #707070;
}
.contenedorFechaTarjeta{
    width: 50%;
}

.contenedorMinutosLecturaTarjeta{
    width: 50%;
    text-align: right;
}

.parteGrisTarjeta {
    background-color: #D8CFC7;
    width: 14px;
    border-radius: 16px 0px 0px 16px;
}

.itemArticulos{
    width: 391px;
    height: 222px;
    display: flex;
    padding: 16px 24px 24px 12px;
    flex-direction: column;
    gap: 24px;
    border: solid 1px #D8CFC7;
    border-radius: 0px 16px 16px 0px;
    position: relative;
}

.contenedorTituloArticuloInteresa{
    height: 48px;
    margin-bottom: 10px;
    color: #2C2C2C;
	font-family: "IberPangeaText-Regular",sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.contenedorDescripcionArticuloInteresa{
    height: auto;
    color:#707070;
    font-family: 'Lato';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.botonLeerMas{
    color: #2F6852;
    text-align: center;
	font-family: "IberPangeaText-Regular",sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-decoration: underline !important;
}
.botonLeerMas:hover{
    opacity: .6
}

.contenedorTarjetaConParteGris{
    display: flex;
    flex-direction: row;
}
.contenedorTarjetaConParteGris:hover .itemArticulos{
    border: 1px solid #00A443;
}
.contenedorTarjetaConParteGris:hover .parteGrisTarjeta {
    background-color: #00A443;
}

.minutosVersionLarga{
    display: none;
}

#contenedorCarruselArticulos .contenedor-boton {
	margin: 24px auto 0px;
	display: flex;
}

#contenedorCarruselArticulos .btn.contratalo {
	text-transform: none;
	color: #ffffff;
	font-size: 19px;
	margin: 0;
	background-color: #2F6852;
	border-color: #2F6852;
	height: 56px;
	margin-right: auto;
	margin-left: auto;
	min-width: 200px;
	max-width: 328px;
}

#contenedorCarruselArticulos .btn.contratalo:active,
#contenedorCarruselArticulos .btn.contratalo:hover,
#contenedorCarruselArticulos .btn.contratalo:focus {
	background: #2f6852ab !important;
	border: 1px solid #2f6852ab !important;
}

@media (min-width:1920px) {
    #contenedorCarruselArticulos .contenedor-boton {
		display: none;
	}
    .contenedorTituloModuloInteresa .title-carousel {
        font-size: 32px;
        font-weight: 600;
        line-height: 40px;
    }
}

@media (min-width:1200px) and (max-width:1919px){
    .minutosVersionLarga{
        display: block;
    }

    .minutosVersionCorta{
        display: none;
    }

    .itemArticulos{
        width: 304px;
    }

    #contenedorCarruselArticulos .owl-carousel{
        gap:24px;
    }

    #contenedorCarruselArticulos .contenedor-boton {
		display: none;
	}
    .contenedorTituloModuloInteresa .title-carousel {
        font-size: 32px;
        font-weight: 600;
        line-height: 40px;
    }
}

@media (min-width:992px) and (max-width:1199px){

    #contenedorCarruselArticulos .owl-carousel{
        gap:24px;
    }

    .contenedorFechaTarjeta{    
        width: 82%;
    }
    
    .contenedorMinutosLecturaTarjeta{
        width: 18%;
    }

    #contenedorCarruselArticulos .contenedor-boton {
		display: none;
	}

    .contenedorTituloModuloInteresa .title-carousel {
        font-size: 32px;
        font-weight: 600;
        line-height: 40px;
    }

    #contenedorCarruselArticulos .owl-dots {
		display: none;
	}

    .contenedorTarjetaConParteGris{
        margin-left: 40px;
    }
}

@media (min-width:576px) and (max-width:991px){

    .minutosVersionLarga{
        display: block;
    }

    .minutosVersionCorta{
        display: none;
    }

    .contenedorTarjetaConParteGris{
        margin-left: 40px;
    }

    .itemArticulos{
        width: 314px;
    }

    #contenedorCarruselArticulos .owl-carousel{
        flex-direction: column;
        gap:12px;
        justify-content: initial;
        align-items: initial;
    }

    #contenedorCarruselArticulos .contenedor-boton {
		display: none;
	}

    #contenedorCarruselArticulos .owl-dots {
		display: none;
	}
}

@media (max-width:575px){

    .contenedorTarjetaConParteGris{
        margin-left: 10px;
    }

    .itemArticulos{
        width: 314px;
    }

    #contenedorCarruselArticulos .owl-carousel{
        flex-direction: column;
        gap:12px;
        justify-content: initial;
        align-items: initial;
    }
}