#fasciaOfferte {
    padding: 50px 0 60px;
}

#fasciaOfferte h2 {
    padding-right: 190px;
    margin-bottom: 60px;
}

#fasciaOfferte .offerteContainer {
    position: relative;
    padding-top: 96px;
    margin-top: -96px;
    margin-bottom: 55px;
}

#fasciaOfferte .offerteContainer .offerta {
    width: 280px;
    position: relative;
    border: 1px solid #DEDEDE;
    border-radius: 6px 60px 6px 6px;
}

#fasciaOfferte .offerteContainer .offerta .imgContainer {
    width: 100%;
}

#fasciaOfferte .offerteContainer .offerta .imgContainer img {
    width: 100%;
    height: 147px;
    object-fit: cover;
    border-radius: 6px 60px 0 0;
    margin-bottom: 15px;
}

#fasciaOfferte .offerteContainer .offerta .imgContainer img:hover, #fasciaOfferte .offerteContainer .offerta .imgContainer img:active, #fasciaOfferte .offerteContainer .offerta .imgContainer img:focus {
    opacity: 0.8;
}

#fasciaOfferte .offerteContainer .offerta .etichette {
    position: absolute;
    top: 17px;
    left: 9px;
}

#fasciaOfferte .offerteContainer .offerta .etichetta {
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    margin: 0 0 5px;
    padding: 3px 10px 3px 10px;
    color: #DBDBDB;
    background-color: #333333;
    border-radius: 2px;
    text-transform: uppercase;
}

#fasciaOfferte .offerteContainer .offerta .testo {
    padding: 0 10px 22px;
}

#fasciaOfferte .offerteContainer .offerta .testo .hotel {
    padding-left: 18px;
    font-weight: 700;
    font-size: 15px;
    line-height: 19px;
    color: #9B9B9B;
    background-repeat: no-repeat;
    background-size: 11px auto;
    background-position: left center;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxMSAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuMzg5MDggMS42MTA3OUM3LjI0MTM2IC0wLjUzNjkzMSAzLjc1ODk0IC0wLjUzNjkzMSAxLjYxMDkyIDEuNjEwNzlDLTAuMzI0Mzk0IDMuNTQ2MTEgLTAuNTQyMjUzIDcuMTkwMSAxLjEwMDE2IDkuMzc5ODhMNS41IDE1LjczNDFMOS44OTk4NCA5LjM3OTg4QzExLjU0MjMgNy4xOTAxIDExLjMyNDQgMy41NDYxMSA5LjM4OTA4IDEuNjEwNzlaTTUuNTUzNTYgNy4yNjE4MUM0LjU1MDggNy4yNjE4MSAzLjczODA3IDYuNDQ5MDcgMy43MzgwNyA1LjQ0NjMyQzMuNzM4MDcgNC40NDM1NiA0LjU1MDggMy42MzA4MyA1LjU1MzU2IDMuNjMwODNDNi41NTYzMSAzLjYzMDgzIDcuMzY5MDUgNC40NDM1NiA3LjM2OTA1IDUuNDQ2MzJDNy4zNjkwNSA2LjQ0OTA3IDYuNTU2MzEgNy4yNjE4MSA1LjU1MzU2IDcuMjYxODFaIiBmaWxsPSIjOUI5QjlCIi8+Cjwvc3ZnPg==");
    margin-bottom: 5px;
}

#fasciaOfferte .offerteContainer .offerta .testo .nome {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #333333;
    margin-bottom: 7px;
}

#fasciaOfferte .offerteContainer .offerta .testo .validita {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #A13F21;
    margin-bottom: 25px;
}

#fasciaOfferte .offerteContainer .nav {
    position: absolute;
    top: 0;
    left: 1020px;
}

#fasciaOfferte .offerteContainer .nav svg {
    cursor: pointer;
}

#fasciaOfferte .offerteContainer .nav svg.swiperOffertePrev {
    margin-right: 10px;
}

#fasciaOfferte .offerteContainer .nav svg.swiperOffertePrev:hover circle, #fasciaOfferte .offerteContainer .nav svg.swiperOffertePrev:hover path, #fasciaOfferte .offerteContainer .nav svg.swiperOffertePrev:active circle, #fasciaOfferte .offerteContainer .nav svg.swiperOffertePrev:active path, #fasciaOfferte .offerteContainer .nav svg.swiperOffertePrev:focus circle, #fasciaOfferte .offerteContainer .nav svg.swiperOffertePrev:focus path {
    stroke: #005694;
}

#fasciaOfferte .offerteContainer .nav svg.swiperOfferteNext:hover circle, #fasciaOfferte .offerteContainer .nav svg.swiperOfferteNext:hover path, #fasciaOfferte .offerteContainer .nav svg.swiperOfferteNext:active circle, #fasciaOfferte .offerteContainer .nav svg.swiperOfferteNext:active path, #fasciaOfferte .offerteContainer .nav svg.swiperOfferteNext:focus circle, #fasciaOfferte .offerteContainer .nav svg.swiperOfferteNext:focus path {
    stroke: #BEBEBE;
}

@media screen and (max-width: 1260px) {
    #fasciaOfferte .offerteContainer .nav {
        left: calc(100% - 50px - 90px);
    }
}

@media screen and (max-width: 767px) {
    #fasciaOfferte {
        padding: 45px 0 55px;
    }

    #fasciaOfferte h2 {
        padding-right: 112px;
        margin-bottom: 27px;
    }

    #fasciaOfferte .offerteContainer {
        padding-top: 74px;
        margin-top: -74px;
        margin-bottom: 27px;
    }

    #fasciaOfferte .offerteContainer .nav {
        left: calc(100% - 20px - 72px);
    }

    #fasciaOfferte .offerteContainer .nav svg {
        width: 33px;
        height: 33px;
    }

    #fasciaOfferte .offerteContainer .nav svg.swiperOffertePrev {
        margin-right: 6px;
    }
}

/*# sourceMappingURL=fascia-offerte.css.map */
