/* dfebf3 */
@import url("https://fonts.googleapis.com/css?family=Ubuntu|Ubuntu+Condensed&display=swap");
@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Satisfy&display=swap");
/* Colore di sfondo principale */
.mesebarraprezzo {
    min-width: 6rem;
}

    .mesebarraprezzo .barraprezzo {
        margin-top: 1rem;
        height: 2rem;
        align-items: center;
        border-bottom-width: 2px;
        border-bottom-style: solid;
        border-bottom-color: #EDF4F9;
        width: 100%;
    }

        .mesebarraprezzo .barraprezzo div {
            width: 30px;
            background-color: #EDF4F9;
            border-top-right-radius: 5px;
            border-top-left-radius: 5px;
        }

            .mesebarraprezzo .barraprezzo div.selected {
                background-color: #0067B0;
            }

        .mesebarraprezzo .barraprezzo .h-25 {
            height: 25%;
        }

        .mesebarraprezzo .barraprezzo .h-50 {
            height: 50%;
        }

        .mesebarraprezzo .barraprezzo .h-75 {
            height: 75%;
        }

        .mesebarraprezzo .barraprezzo .h-100 {
            height: 95%;
        }

    .mesebarraprezzo .meseprezzo {
        margin-top: 0.3rem;
        justify-content: center;
        height: 2.5rem;
    }

        .mesebarraprezzo .meseprezzo p {
            line-height: 15px;
            font-size: 14px;
            margin: 0;
            padding: 0;
            font-family: "Poppins", sans-serif;
            color: #404040;
            white-space: nowrap;
        }

            .mesebarraprezzo .meseprezzo p:nth-last-child(1) {
                font-size: 12px;
            }

        .mesebarraprezzo .meseprezzo.selected p {
            font-weight: 900;
            color: #0067B0;
        }

            .mesebarraprezzo .meseprezzo.selected p.price {
                color: white;
                background-color: #0067B0;
                padding: 5px 8px;
                font-size: 14px;
                border-radius: 15px;
                font-weight: 700;
            }

.social-round-icon {
    display: inline-block;
    padding: 0;
    cursor: pointer;
    background: #0067B0;
    color: white;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    text-align: center;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

    .social-round-icon i {
        font-size: 0.9rem;
        line-height: 35px;
    }

    .social-round-icon:hover {
        background: #11ABD2;
        color: #0067B0 !important;
    }

.popover .arrow::before {
    border-top-color: #33A5F5 !important;
}

.popover .arrow::after {
    border-top-color: #33A5F5 !important;
}

.popover-body {
    background-color: #33A5F5;
    color: white;
}

.category-offer {
    border-radius: 7px;
    padding: 0px 10px;
    text-align: center;
}

@media (max-width: 992px) {
    .category-offer {
        margin-top: 0 !important;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-bottom: 1rem !important;
    }
}

@media (max-width: 992px) {
    .divider-content {
        margin-bottom: 0;
    }
}

@media (max-width: 992px) {
    .breadcrumb {
        margin-top: 1rem;
    }
}

.barraprezzosticky {
    border-radius: 15px;
    border: 2px solid #EDF4F9;
    margin: 0 137px;
}

@media (max-width: 992px) {
    .barraprezzosticky {
        margin: 5px 0;
        border: 0;
        border-radius: 0;
    }

        .barraprezzosticky h3 {
            text-align: center;
        }

        .barraprezzosticky h4 {
            text-align: center;
        }
}

.gallery-image img{
    width: 100%;
    border-radius: 15px;
    max-height: 700px;
}

body {
    padding: 0;
    margin: 0;
}

.owl-stage-outer {
    padding: 0px;
}

.owl-stage{
    margin: auto;
}

.owl-carousel-barre-prezzi {
    padding-left: 1rem;
    padding-right: 1rem;
}

    .owl-carousel-barre-prezzi .item {
        cursor: pointer;
    }

@media (max-width: 992px) {
    .owl-carousel-barre-prezzi {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}

.owl-carousel-barre-prezzi .owl-nav {
    margin: 0;
}

.owl-carousel-barre-prezzi .owl-prev {
    position: absolute;
    top: 30%;
    left: 1px;
    color: #0067B0 !important;
}

.owl-carousel-barre-prezzi .owl-next {
    position: absolute;
    top: 30%;
    right: 1px;
    color: #0067B0 !important;
}

.owl-carousel-foto {
    padding-left: 8.33%;
    padding-right: 8.33%;
}

@media (max-width: 992px) {
    .owl-carousel-foto {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.owl-carousel-foto .owl-nav {
    margin: 0;
}

.owl-carousel-foto .owl-prev {
    position: absolute;
    top: 40%;
    left: 30px;
    color: #0067B0 !important;
}

.owl-carousel-foto .owl-next {
    position: absolute;
    top: 40%;
    right: 30px;
    color: #0067B0 !important;
}

.owl-carousel-foto img {
    object-fit: fill;
    height: 195px;
}

    .owl-carousel-foto img.rounded {
        border-radius: 15px !important;
    }

.owl-carousel-esperienze-italia img {
    object-fit: cover;
    width: 100%;
    height: 350px !important;
}

.owl-carousel-esperienze-italia img.rounded {
    border-radius: 15px !important;
}

.boxincluso {
    font-family: "Poppins", sans-serif;
    border-radius: 15px;
    border: 2px solid #EDF4F9;
    margin-top: 20px;
}

    .boxincluso img {
        text-align: center;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 2rem;
        height: 100px;
        object-fit: cover;
    }

    .boxincluso h5,
    .boxincluso p {
        text-align: left;
    }

    .boxincluso h5 {
        font-size: 20px;
    }

    .boxincluso p {
        font-size: 16px;
    }

.boxincluso-horizontal {
    font-family: "Poppins", sans-serif;
    display: flex;
    flex-direction: row;
    align-items: center;
}

    .boxincluso-horizontal div {
        margin-left: 1.5rem;
    }

@media (max-width: 992px) {
    .boxincluso-horizontal {
        flex-direction: column;
        align-items: center;
    }

        .boxincluso-horizontal h5 {
            font-size: 20px;
            text-align: center;
        }

        .boxincluso-horizontal p {
            font-size: 14px;
            text-align: center;
        }

        .boxincluso-horizontal div {
            margin: 0 !important;
        }
}

.boxincluso li:before {
    margin-left: -2.0em !important;
}
.mappadettaglioitinerario {
    height: 295px;
}

.inclusonelsoggiorno p {
    display: inline-block;
    font-size: 16px;
}

@media (max-width: 978px) {
    .inclusonelsoggiorno p {
        margin-bottom: 0.2rem;
    }
}

.inclusonelsoggiorno i {
    color: #0067B0;
    margin-right: 0.5rem;
}

@media (max-width: 991px) {
    .giudizio {
        border-radius: 15px;
        margin-top: 30px;
    }
}

.giudizio img.img-staff {
    width: 150px;
    height: 150px;
}

.cardtitoloservizio {
    background-color: #0067B0;
    padding: 0;
}

    .cardtitoloservizio img {
        margin-top: 1rem;
        max-height: 350px;
        object-fit: cover;
        width: 100%;
        padding: 0;
        margin: 0;
        border-radius: 15px;
    }

    .cardtitoloservizio h3 {
        font-size: 36px;
    }

@media (max-width: 992px) {
    .cardtitoloservizio h3 {
        font-size: 18px;
    }
}

.cardtitoloservizio h4 {
    font-size: 18px;
}

@media (max-width: 992px) {
    .cardtitoloservizio h4 {
        font-size: 14px !important;
        padding-top: 0.5rem !important;
        display: flex;
        flex-direction: column;
        line-height: 1.5;
        margin-bottom: 1rem;
    }
}

@media (max-width: 992px) {
    .btn.btn-rotondo.blue-ipv {
        font-size: 8px;
        width: 24px !important;
        height: 24px !important;
        margin: 0;
        padding: 3px 0 0 0 !important;
    }
}

.labelpromo {
    border-style: dotted;
    border-width: 3px;
    padding: 0.1rem 0.5rem;
    border-radius: 7px;
    margin-bottom: 1rem;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: bolder;
    font-family: "Poppins", sans-serif;
    margin-left: 0.5em;
}

    .labelpromo.combinata {
        border-color: #6F4AD5;
    }

        .labelpromo.combinata i {
            color: #6F4AD5;
        }

.favourites {
    color: #CBCBCB;
    text-align: right;
    justify-content: center;
}

    .favourites.selected {
        color: #FF516F;
    }

@media (min-width: 320px) and (max-width: 767px) {
    .virgo-svg {
        justify-content: center;
        align-items: center;
    }

        .virgo-svg img {
            max-width: 35%;
            margin-top: 10px;
        }

    .daybyday-section h5, .daybyday p {
        text-align: center;
    }

    .daybyday .btn30 {
        margin-right: 10px !important;
        margin-top: 2px !important;
    }

    .daybyday {
        padding: 10px;
    }

        .daybyday .no-js .owl-carousel, .owl-carousel.owl-loaded {
            margin: 0;
            padding: 0;
        }

    .cardtitoloservizio {
        border-radius: 0px !important;
    }


        .cardtitoloservizio h4 {
            margin-bottom: 0px;
        }

    .tabdettagli .nav-tabs .nav-link {
        padding: 15px 15px 10px 20px;
    }

    .ottimascelta-main {
        margin: 0 20px;
    }
}
/*# sourceMappingURL=dettaglioofferta.css.map */
