<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#succesCarousel {
    background-color: var(--azul-1);
    padding: 80px 0 100px 0;
    overflow: hidden;
    width: 100%;
    max-width: var(--global-width);
    margin: 0 auto;
}

#succesCarousel h2 {
    font-family: "AvenirNextBold", Arial, sans-serif;
    color: var(--azul-4);
    font-size: clamp(2.1rem, 4.2vw, 3.4rem);
    line-height: 1.2em;
    margin: 0 0 clamp(0.2rem, 1.5vw, 1.2rem) 0;
    text-align: center;
}

#succesCarousel .splide {
    position: relative;
    padding-bottom: 20px;
}

#succesCarousel .splide li {
    overflow: hidden;
}


#succesCarousel .splide .item {
    width: 460px;
    transition: 0.5s all;
    overflow: hidden;
    padding-bottom: 10px;
}

#succesCarousel .splide .item a {
    padding-top: 55.5%;
    width: 100%;
    top: 0;
    z-index: 1000;
    padding-top: 57.0%;
}

#succesCarousel .splide .item.more a {
    background: none;
    justify-content: center;
    align-items: center;
}

#succesCarousel .splide .item.more a h4 {
    color: #fff;
    margin-bottom: 10px;
    font-family: "GothaProReg", sans-serif;
    font-weight: 400;
    font-size: 20px;
}

#succesCarousel .splide .item.more a span {
    display: inline-block;
    padding: 10px;
    background-color: var(--naranja-2);
    color: #fff;
    font-size: 18px;
    line-height: 1.2em;
    font-family: "GothamRndMedium", sans-serif;
    font-weight: 500;
    white-space: nowrap;
    display: inline-block;
    padding: 6px 15px 5px 15px;
    border-radius: 30px;
    transition: all 0.2s;
}

#succesCarousel .splide .item.more a span:hover {
    background-color: var(--naranja-3);
}

#succesCarousel .splide .item:hover {
    background-size: 105% !important;
}

#succesCarousel .splide .item a {
    color: #fff;
    margin: 0;
    display: block;
    top: 0;
    display: flex;
    flex-direction: column;
    z-index: 1;
    position: relative;
}

#succesCarousel .splide .item a h4 {
    font-size: 24px;
    font-family: "AvenirNextBold", Arial, sans-serif;
    color: var(--azul-4);
    font-size: clamp(1.1rem, 1.3vw, 1.5rem);
    line-height: 1.2em;
    transition: all .3s;
    position: relative;
    padding-top: 8px;
    /* margin-bottom: 5px; */
}

#succesCarousel .splide .item a:hover h4 {
    color: #FFF;
}

#succesCarousel .splide .item a h4:before {
    content: "";
    display: block;
    top: 0;
    left: 0;
    right: auto;
    height: 3px;
    width: 100%;
    background: var(--azul-3);
    position: absolute;
}

#succesCarousel .splide .item a h4:after {
    content: "";
    display: block;
    top: 0;
    left: 50%;
    right: 50%;
    height: 3px;
    background: #FFF;
    position: absolute;
    transition: all .3s;
}

#succesCarousel .splide .item a:hover h4:after {
    left: 0%;
    right: 0%;
}

#succesCarousel .splide .item a .type {
    font-size: 18px;
    color: #fff;
    color: var(--gris-2);
    font-size: clamp(1.0rem, 1.2vw, 1.5rem);
    line-height: 1.2em;
    transition: all .3s;
}

#succesCarousel .splide .item a:hover .type {
    color: #fff;
}

#succesCarousel .splide .item a span {
    display: inline-block;
    background-color: var(--gris-5);
    color: #fff;
    font-size: 13px;
    line-height: 1.5em;
    font-family: "GothamRndMedium", sans-serif;
    font-weight: 500;
    padding: 1px 7px 0px 7px;
    margin-bottom: 2px;
    margin-left: -2px;
}

#succesCarousel .splide .item .fade {
    color: #fff;
    display: none;
    position: absolute;
    opacity: 0.4;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

#succesCarousel .splide .item .fade {
    opacity: 0;
}

#succesCarousel .splide .item .fade {
    opacity: 0;
}

#succesCarousel .splide .item picture {
    position: absolute;
    top: 0;
    z-index: 0;
}

#succesCarousel .splide .item picture img {
    width: 100%;
    transition: 0.3s;
}

#succesCarousel .splide .item:hover picture img {
    filter: brightness(1.1)
}

#succesCarousel .splide .splide__pagination {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
    height: 36px;
    bottom: 0;
    padding: 0 57px;
    display: none;
}

#succesCarousel .splide .splide__pagination button {
    width: 40px;
    height: 4px;
    margin: 5px 3px;
    background-color: #fff;
    display: block;
    -webkit-backface-visibility: visible;
    opacity: 0.3;
    transition: all 0.2s;
    flex: 1;
}

#succesCarousel .fadePrev, #succesCarousel .fadeNext {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 14%;
}

#succesCarousel .fadePrev {
    left: 0;
    background: rgb(20,33,51);
    background: -moz-linear-gradient(90deg, rgba(20,33,51,1) 0%, rgba(20,33,51,0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(20,33,51,1) 0%, rgba(20,33,51,0) 100%);
    background: linear-gradient(90deg, rgba(20,33,51,1) 0%, rgba(20,33,51,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#142133",endColorstr="#142133",GradientType=1);
}

#succesCarousel .fadeNext {
    right: 0;
    background: rgb(20,33,51);
    background: -moz-linear-gradient(90deg, rgba(20,33,51,0) 0%, rgba(20,33,51,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(20,33,51,0) 0%, rgba(20,33,51,1) 100%);
    background: linear-gradient(90deg, rgba(20,33,51,0) 0%, rgba(20,33,51,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#142133",endColorstr="#142133",GradientType=1);
}

#succesCarousel .splide .splide__pagination button:hover {
    opacity: 0.8;
}

#succesCarousel .splide .splide__pagination button.is-active {
    opacity: 1;
    background-color: var(--azul-3);
    transform: scale(1);
}

#succesCarousel .splide .splide__arrows {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    pointer-events: none;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    z-index: 1;
    padding-bottom: 50px;
}

#succesCarousel .splide .splide__arrows .splide__arrow {
    display: block;
    width: 160px;
    top: 0;
    height: auto;
    bottom: 0;
    transition: all 0.2s;
    opacity: 1;
    position: absolute;
    pointer-events: all;
}

#succesCarousel .splide .splide__arrows .splide__arrow svg {
    display: none;
}

#succesCarousel .splide .splide__arrows .splide__arrow:hover {
    opacity: 1;
}

#succesCarousel .splide .splide__arrows .splide__arrow.splide__arrow--prev {
    left: 0;
    background: rgb(20,33,51);
    background: -moz-linear-gradient(90deg, rgba(20,33,51,1) 0%, rgba(20,33,51,0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(20,33,51,1) 0%, rgba(20,33,51,0) 100%);
    background: linear-gradient(90deg, rgba(20,33,51,1) 0%, rgba(20,33,51,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#142133",endColorstr="#142133",GradientType=1);
}

#succesCarousel .splide .splide__arrows .splide__arrow.splide__arrow--next {
    background: rgb(20,33,51);
    background: -moz-linear-gradient(90deg, rgba(20,33,51,0) 0%, rgba(20,33,51,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(20,33,51,0) 0%, rgba(20,33,51,1) 100%);
    background: linear-gradient(90deg, rgba(20,33,51,0) 0%, rgba(20,33,51,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#142133",endColorstr="#142133",GradientType=1);
    right: 0;
}

#succesCarousel .splide .splide__arrows .splide__arrow:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: 25% auto;
    background-position-y: 34%;
    background-repeat: no-repeat;
}

#succesCarousel .splide .splide__arrows .splide__arrow.splide__arrow--next:after {
    background-image: url(img/arrow_right.svg);
    background-position-x: right;
    right: 10px;
}

#succesCarousel .splide .splide__arrows .splide__arrow.splide__arrow--prev:after {
    background-image: url(img/arrow_left.svg);
    left: 10px;
}

#succesCarousel .splide .splide__arrow[disabled], #succesCarousel .splide .splide__arrow[disabled]:hover {
    opacity: 0.3;
    background-color: rgba(0, 0, 0, 0);
}

#succesCarousel .more {
    position: relative;
    max-width: 1000px;
    margin: 10px auto 0 auto;
    padding: 0 60px;
    text-align: center;
}

#succesCarousel .more a {
    color: var(--azul-4);
    font-size: clamp(1.1rem, 1.2vw, 1.5rem);
    line-height: 1.2em;
    transition: all .3s;
    color: #FFF;
    background-color: var(--azul-4);
    padding: 6px 15px;
}

#succesCarousel .more a:hover {
    color: #FFF;
    background-color: var(--azul-2);
}

@media screen and (max-width: 800px) {
    #succesCarousel {
        padding: 80px 0;
    }

    #succesCarousel h2 {
        text-align: center;
    }

    #succesCarousel .splide .item {
        width: 600px;
    }

    #succesCarousel .splide .splide__pagination {
        max-width: 600px;
    }
    
    #succesCarousel .splide .splide__arrows .splide__arrow {
        width: 100px;
    }
}

@media screen and (max-width: 650px) {
    #succesCarousel {
        padding: 60px 0;
    }

    #succesCarousel .splide .item {
        width: 450px;
    }

    #succesCarousel .splide .splide__pagination button {
        width: 8px;
        height: 8px;
        margin: 5px 5px;
    }

    #succesCarousel .splide .splide__pagination {
        max-width: 450px;
    }
}

@media screen and (max-width: 500px) {
    #succesCarousel .splide .item {
        width: 350px;
    }

    #succesCarousel .splide .splide__arrows .splide__arrow {
        width: 80px;
    }
}

@media screen and (max-width: 460px) {
    #succesCarousel .splide .splide__pagination {
        padding-left: 10px;
    }
}

@media screen and (max-width: 450px) {
    #succesCarousel .splide .item {
        width: 290px;
    }

    #succesCarousel .splide .splide__arrows .splide__arrow {
        width: 50px;
    }
}

@media screen and (max-width: 350px) {
    #succesCarousel .splide .item {
        width: 250px;
    }

    #succesCarousel .splide .splide__arrows .splide__arrow {
        width: 40px;
    }
}</pre></body></html>