<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.extras-inicio{
    background-size: cover;
    background-repeat: no-repeat;
}
.extras-inicio .extras-inicio-bg{
    display: flex;
    align-items: flex-end;
    background: rgb(0,0,0);
}
.extras-inicio p{
    color: #c0c4cd;
}

.extras-aviso{
    background-color: #222222;
}

.extras-aviso .col{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.extras-aviso .col p{
    color: #c0c4cd;
    font-weight: 900;
}

.extras-aviso p{
    color: #999999;
    letter-spacing: .03rem!important;
}

.extras-inicio-bg{
    width: 100%;
    height: 100%;
}

.row-lista .col p{
    color: #c0c4cd;
    font-weight: 900;
    margin-bottom: 1rem;
    font-size: 18px!important;
}

@media(min-width:992px){
    .extras-inicio{
        height: 75vh;
    }
    .extras-inicio p{
        width: 50rem;
    }
    .extras-inicio .extras-inicio-bg{
        background: linear-gradient(0deg, rgba(0,0,0,0.8492647058823529) 0%, rgba(0,0,0,0.5019257703081232) 60%, rgba(0,0,0,0.8464635854341737) 100%);
    }
}

@media(min-width:576px) and (max-width:991px){
    .extras-inicio{
        height: 55vh;
    }
    .extras-aviso .col{
        gap: 2rem;
    }
        .extras-inicio .extras-inicio-bg{
        background: linear-gradient(0deg, rgba(0,0,0,0.9473039215686274) 0%, rgba(0,0,0,0.4963235294117647) 100%);
    }
}

@media(max-width:575px){
    .extras-inicio{
        height: 65vh;
    }
    .extras-aviso .col{
        gap: 1rem;
    }
        .extras-inicio .extras-inicio-bg{
        background: linear-gradient(0deg, rgba(0,0,0,0.9473039215686274) 0%, rgba(0,0,0,0.4963235294117647) 100%);
    }
}
.carousel-control-prev, .carousel-control-next{
    border: none;
    background: none;
    cursor: pointer;
}
.d-flex-column-center{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.storyline{
    position: relative;
    display: flex;
    justify-content: center;
}
.storyline .storyline-punto{
    width: 12px;
    height: 12px;
    background-color: #1A1A1A;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
}

.storyline .storyline-linea{
    width: 1.5px;
    height: 100%;
    background-color: #C1C1C1;

}

@media (min-width: 1200px){
    .container.contenedor-storyline{
        max-width: 720px;
    }
}

.contenedor-storyline p{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    /* margin-bottom: 3rem; */
    margin-top: 1rem;
    padding: 1.5rem 2rem;
    background-color: #fff;
    border-radius: 0.5rem;
}

.contenedor-storyline .storyline-titulo{
    color: #666666;
}

.clientes-seccion img{
    height: 4rem;
    margin: 1rem 0;
}

.rec2023.subtitulo.width-left{
    max-width: 760px;
}</pre></body></html>