<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.tour-item {
    max-width: 350px;
    margin: 0 auto 60px;
    border-radius: 10px;
    overflow: hidden;
}
.tour-item figure::after {
    content: '';
    background: url(../img/iconos/capa.png) no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.tour-item .detalle {
    padding: 30px 20px;
    left: 0;
    bottom: 0;
}
.tour-item .detalle &gt; span {
    font-size: 15px;
    color: var(--colorBlanco);
}
.tour-item .boton {
    margin: 0;
}
.tour-item .boton:hover {
    background-color: #b70000;
}
.tour-item .estrellas i {
    color: #FCBB23;
    font-size: 20px;
}
.tour-item p {
    font-size: 20px;
    color: var(--colorBlanco);
}
.tour-item h5 {
    color: var(--colorBlanco);
}
@media screen and (max-width: 768px){
}</pre></body></html>