/* 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 */
/* FOOTER */
footer {
    position: relative;
    z-index: 20;
    top: -140px;
    height: auto;
    margin-bottom: -140px;
}

/****************** Footer ************************/
/**************************************************/
.footer {
    background-color: #f5f5f5;
    color: #707070;
    border-top: solid #b7b7b7 1px;
    z-index: 9000;
}

    .footer .card {
        border: 0;
        border-bottom: solid 1px #b7b7b7;
    }

    .footer .card-header {
        background-color: transparent;
        display: flex;
        justify-content: space-between;
    }

        .footer .card-header :after {
            content: '-';
            align-self: center;
            font-size: 24px;
        }

        .footer .card-header .collapsed :after {
            content: '+';
            align-self: center;
            font-size: 24px;
        }

        .footer .card-header .btn-link {
            color: #707070;
        }

    .footer #social a {
        color: #707070;
    }

    .footer .links a {
        color: #707070;
    }

    .footer .list-group {
        background-color: #f5f5f5;
    }

        .footer .list-group .links .list-group-item a {
            color: #707070;
        }

        .footer .list-group .list-group-item {
            background-color: #f5f5f5;
            border: 0;
        }

    .footer .separator div hr {
        border-color: #b7b7b7;
    }

.footer-link .nav-link {
    padding: 0px;
}

.footer-link ul {
    font-size: 14px;
    font-weight: 300;
    padding: 25px;
}

    .footer-link ul li {
        margin-bottom: 20px;
    }

.footer-link a,
.footer-link a:visited {
    color: #ffffff;
    line-height: 18px;
}

    .footer-link a:hover {
        opacity: 0.7;
    }

#accordionFooter > .card:first-of-type {
    border-bottom: solid 1px #b7b7b7;
    border-top: solid 1px #b7b7b7;
    border-radius: 0;
}

#accordionFooter > .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: solid 1px #b7b7b7;
}

#accordionFooter > .card:last-of-type {
    border-bottom: solid 1px #b7b7b7;
    border-radius: 0;
}

.links.withpipes a {
    border-right: solid #b7b7b7 2px;
    padding-right: 5px;
}

    .links.withpipes a:nth-last-child(1) {
        border-right: none;
        margin-right: 0;
    }

.infoaziendali p {
    color: #707070;
}

.infoaziendali a {
    color: white;
    line-height: 0.5em;
}

.infoaziendali p a {
    color: #707070;
    line-height: 0.5em;
}

.img-callcenter.lazyloaded {
    background: url("https://cdn.ideeperviaggiare.it/media/site/images/img_footer_assistenza.webp") center center no-repeat;
    height: 100%;
    min-height: 550px;
    position: relative;
    z-index: 10;
}

    .img-callcenter p {
        color: white;
    }

.social-icon {
    display: inline-block;
    padding: 0;
    cursor: pointer;
    background: #33A5F5;
    width: 48px;
    height: 48px;
    border-radius: 20px;
    float: left;
    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-icon i {
        font-size: 1.25rem;
        line-height: 47px;
    }

    .social-icon:hover {
        background: #ffffff;
        color: #33A5F5 !important;
    }

.nav-copyright {
    width: 70%;
}

    .nav-copyright a,
    .nav-copyright a:visited {
        color: #ffffff;
        font-weight: 300;
        line-height: 18px;
        padding: 0;
    }

        .nav-copyright a:hover {
            opacity: 0.7;
        }

.hidden-icon {
    display: block;
    width: 18px;
    height: 18px;
}

.dropdown-footer {
    border-color: #33A5F5;
    background: #0067B0;
}

    .dropdown-footer .dropdown-divider {
        border-color: #005998;
    }

    .dropdown-footer a,
    .dropdown-footer a:visited {
        font-size: 14px;
        font-weight: 300;
    }

        .dropdown-footer a:hover {
            color: #ffffff !important;
            background: #005998;
            opacity: 1;
        }

@media (max-width: 576px) {
    footer {
        top: -80px;
        margin-bottom: -80px;
    }

    .footer-link ul {
        padding: 0;
    }

    .footer-link a,
    .footer-link a:visited {
        line-height: 12px;
    }

    .dropdown-footer a {
        line-height: 21px;
    }

    .dropdown-footer {
        margin-top: 5px;
    }
}

@media (max-width: 992px) {
    .footer-link .hidden-icon,
    .footer-link ul i {
        display: none;
    }
}

@media (min-width: 991px) and (max-width: 1365px) {
    footer {
        margin-right: 15px;
    }
}

/****************** End Footer ********************/
/**************************************************/
/* ---------------------------------------------------
    RIGHT SIDEBAR STYLE
----------------------------------------------------- */
#rightsidebar {
    width: 500px;
    position: fixed;
    top: 0;
    right: -150%;
    /* 
  z-index: 999; */
    background: #fafafa;
    transition: all 0.8s;
    /*overflow-y: auto;*/
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    /*overflow-x: hidden;*/
    box-shadow: -5px 0px 50px 3px black;
    z-index: 999!important;
}

    #rightsidebar .sidebar-body {
        height: 84%;
    }

@media (max-width: 992px) {
    #rightsidebar .sidebar-body {
        height: 70%;
    }
}

#rightsidebar.filtri {
    width: 500px;
}

@media (max-width: 992px) {
    #rightsidebar {
        width: 100% !important;
    }

        #rightsidebar.filtri {
            width: 100%;
        }
}

.rightsidebartab {
    left: -500px;
    position: relative;
    /*overflow-x: hidden;
    overflow-y: auto;*/
    top: 0;
    height: 0;
    /*overflow-y: hidden;*/
    transition: left 0.8s, height 0.5s;
}

    .rightsidebartab.active {
        left: 0;
        top: 0;
        height: 100%;
    }

.filtri .card-header {
    background-color: #F4EDE5;
    border: none;
}

.filtri .btn-link {
    color: black;
}

#rightsidebar .icona {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    vertical-align: middle;
    /*background-color: rgba(12, 84, 164, 0.25);*/
    text-align: center;
    line-height: 50px;
}

#rightsidebar.active {
    right: 0;
}

#rightsidebar .sidebar-header {
    padding: 5px;
    color: #fff;
    background: #33A5F5;
}

    #rightsidebar .sidebar-header h3 {
        margin-bottom: 0;
        font-weight: bold;
    }

#rightsidebar .sidebar-subheader {
    padding: 5px;
    color: #fff;
    background-color: rgba(21, 98, 152, 0.9);
}

#rightsidebar .sidebar-header h3 {
    font-size: 18px;
}

/* ---------------------------------------------------
    END RIGHT SIDEBAR STYLE
----------------------------------------------------- */
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100vh;
    /*   z-index: 999; */
    background: #fafafa;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

    #sidebar.active {
        left: 0;
    }

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #fafafa;
    color: black;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    transition: all 0.3s;
}

    #dismiss:hover {
        background: #fff;
        color: #7386D5;
    }

#sidebar .sidebar-header {
    padding: 20px;
    background: #fafafa;
    color: #156298;
}

    #sidebar .sidebar-header h3 {
        font-size: 18px;
    }

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

    #sidebar ul li a:hover {
        color: #7386D5;
        background: #fff;
    }

#sidebar ul li.active > div.row > a,
#sidebar ul li > ul li > .row > a.active,
#sidebar a[aria-expanded="true"] {
    color: #fff;
    background: #156298;
}

#sidebarTabDestinazioni .list-group-item {
    color: black;
    font-weight: normal;
}

    #sidebarTabDestinazioni .list-group-item a {
        color: black;
        font-weight: normal;
    }

    #sidebarTabDestinazioni .list-group-item.selezionato {
        color: #0067B0;
        font-weight: normal;
    }

        #sidebarTabDestinazioni .list-group-item.selezionato a {
            color: #0067B0;
            font-weight: normal;
        }

/* ---------------------------------------------------
    END SIDEBAR STYLE
----------------------------------------------------- */
.sidebar-filters {
    width: 500px;
    position: fixed;
    top: 0px;
    /*right: 0px;*/
    /*   z-index: 9999; */
    background: #ffffff;
    overflow-y: hidden;
    overflow-x: hidden;
    height: 100%;
    box-shadow: -7px 0px 61px 0px rgba(0, 103, 176, 0.6);
    right: -150%;
    transition: all 0.8s;
}

    .sidebar-filters .active {
        right: 0;
        top: 0;
        height: 100%;
    }

    .sidebar-filters .row {
        flex-wrap: inherit;
    }

.sidebar-footer {
    position: sticky;
    bottom: 0;
    /*   z-index: 10000; */
}

.sidebar-header {
    position: sticky;
    top: 0;
    /*   z-index: 10000; */
    padding: 30px;
    color: #fff;
    background: #33A5F5;
}

@media (min-width: 320px) and (max-width: 575px) {
    .sidebar-header {
        padding: 20px;
    }

    .sidebar-filters,
    .sidebar-header {
        width: 100%;
    }

        .sidebar-filters h5,
        .sidebar-filters h6,
        .sidebar-filters .ml-3 {
            margin-left: 0px !important;
        }

        .sidebar-filters .row.px-3 {
            padding-left: 0px !important;
            padding-right: 0px !important;
        }
}

@media (max-width: 991px) {
    .sidebar-filters .row {
        flex-wrap: inherit;
    }

    .sidebar-filters .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .sidebar-filters .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .sidebar-filters .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
    border-top-color: #33A5F5 !important;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
    background-color: #33A5F5 !important;
}

.irs--round .irs-bar {
    background-color: #33A5F5 !important;
}

.irs--round .irs-handle {
    border: 4px solid #33A5F5 !important;
}

/* Modal */
.modal {
    /*   z-index: 1050; */
}

    .modal .close {
        opacity: 1;
    }

.modal-backdrop {
    /*     z-index: 1040; */
}

    .modal-backdrop.show {
        opacity: 0.4;
    }

.modal-header,
.modal-content {
    border: none;
    border-radius: 0px;
}

/* BUTTONS */
.btn-blue {
    background: #0067b0;
    color: #ffffff !important;
    text-transform: uppercase;
    font-weight: 700 !important;
    border: none !important;
    padding: 10px 30px;
    border-radius: 90px;
    font-family: "Poppins", sans-serif;
}

    .btn-blue:hover,
    .btn-blue:focus {
        color: #ffffff !important;
        background: #33a5f5 !important;
        border: none !important;
        box-shadow: none !important;
    }

a.btn-info,
.btn-white,
.btn-info {
    background: #ffffff;
    border-radius: 90px;
    color: #0067b0;
    text-transform: uppercase;
    font-weight: 700 !important;
    font-family: "Poppins", sans-serif;
    border: 0px;
    padding: 10px 30px;
}

    a.btn-info:hover,
    .btn-white:hover,
    .btn-info:hover {
        background: #0067b0;
        color: white;
    }

.btn-info {
    border: 1px solid #33a5f5 !important;
}

    .btn-info:hover {
        border: 1px solid #0067b0 !important;
    }

.button-filter,
.button-filter a {
    color: #ffffff !important;
    border-color: #33a5f5 !important;
    background: #33a5f5 !important;
}

/* Button rotondo */
.btn-rotondo {
    height: 50px;
    width: 50px;
    background-color: white;
    border-radius: 100%;
    border: none;
    cursor: pointer;
    color: #0067b0;
}

    .btn-rotondo.blue-ipv {
        background-color: #0067B0;
        color: white !important;
    }

    .btn-rotondo:hover {
        background-color: #33a5f5;
        color: white;
    }

    .btn-rotondo.azzurro {
        background-color: #33A5F5;
        color: white;
    }

        .btn-rotondo.azzurro:hover {
            background-color: #0067B0;
            color: white;
        }

.btn30 {
    width: 30px;
    height: 30px;
    padding: 0;
}

.daybyday .btn30 i {
    font-size: 12px;
}

/* /Button rotondo */
.btn-azzera {
    font-size: 12px;
    padding: 5px 20px;
    border: solid 2px white !important;
    background-color: transparent;
}

    .btn-azzera:hover {
        border: solid 2px #0067B0 !important;
        background-color: #0067B0 !important;
    }

.btn-header {
    text-transform: none;
    font-weight: 700 !important;
    font-family: "Ubuntu", sans-serif;
    padding: 5px 20px !important;
}

/* Right sidebar rating*/
.btnRating {
    width: 50px;
    height: 50px;
    border-radius: 3px;
    border: solid black 1px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #fcfcfc;
    background: linear-gradient(to bottom, #fcfcfc 0%, #dad8d8 100%);
    background: -webkit-linear-gradient(to bottom, #fcfcfc 0%, #dad8d8 100%);
}

/* END Right sidebar rating*/
.btn-tag {
    background-color: #dfebf3;
    margin: 0 0.5rem;
    padding: 0.3rem 1.3rem;
    border-radius: 90px;
}

    .btn-tag i {
        color: #0067B0;
        margin-left: 0.5rem;
    }

nav {
    padding: 0;
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
}

.navbar {
    padding: 0 0;
    border: none;
    border-radius: 0;
    /*margin-bottom: 40px;*/
    /*box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);*/
}

    .navbar.navbar-light {
        padding-left: 1em;
        padding-right: 1em;
    }

    .navbar .navbar-brand {
        max-width: 60%;
        max-height: 85px;
    }

        .navbar .navbar-brand img {
            height: 60px;
            max-width: 85%;
            max-height: 85%;
            object-fit: contain;
        }

@media (max-width: 425px) {
    .navbar .navbar-brand {
        width: 80%;
    }

        .navbar .navbar-brand img {
            max-width: 100%;
        }
}

@media (min-width: 426px) and (max-width: 992px) {
    .navbar .navbar-brand {
        padding-top: 1rem;
        padding-bottom: 1rem;
        margin-bottom: 0 !important;
        margin-top: 0 !important;
        margin-right: 0px;
        width: 80%;
    }

        .navbar .navbar-brand img {
            max-width: 50%;
            max-height: 80%;
        }
}

.nav-tabs,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border: none !important;
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.nav-tabs .nav-link {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
    padding: 15px 20px 10px 20px;
    margin-right: 10px;
}

.nav-tabs .nav-link {
    border: 2px solid;
    border-color: #edf4f9 #edf4f9 #edf4f9;
}

    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
        border-color: #dfebf3 #dfebf3 #dfebf3;
    }

.navbar-header .nav-link,
.navbar-header .dropdown-item {
    color: #404040 !important;
    font-weight: 300;
}

    .navbar-header .nav-link:hover {
        color: #33A5F5 !important;
    }

.navbar-header .dropdown-item {
    font-size: 14px;
}

@media (max-width: 992px) {
    .navbar-header {
        font-size: 13px !important;
    }

        .navbar-header .dropdown-menu {
            border-radius: 0rem;
        }
}

.navbar-light .navbar-toggler {
    color: transparent !important;
    border: none !important;
}

a.nav-link.btn-blue,
a:hover.nav-link.btn-blue {
    color: #ffffff !important;
}

a:hover.nav-link .fa-user {
    color: #33A5F5 !important;
}

.nav-copyright {
    width: 70%;
}

    .nav-copyright a,
    .nav-copyright a:visited {
        color: #ffffff;
        font-weight: 300;
        line-height: 18px;
        padding: 0;
    }

        .nav-copyright a:hover {
            opacity: 0.7;
        }

@media (max-width: 992px) {
    .nav-copyright {
        width: 100% !important;
    }
}

@media (max-width: 991px) {
    .navbar-nav .dropdown-menu {
        margin-right: 10px;
    }

    .navbar-collapse ul {
        border-top: 1px solid #C1DEF8;
        padding-top: 15px;
        margin-top: 5px;
        padding-left: 10px;
    }

    .nav-copyright {
        width: 100% !important;
    }
}

.line-through {
    text-decoration: line-through;
}

.fit-content {
    width: fit-content;
}

.margin-section {
    padding-top: 1.5rem !important;
    padding-bottom: 3rem !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

@media (min-width: 992px) {
    .margin-section {
        padding-top: 3.5rem !important;
        padding-bottom: 5rem !important;
    }
}

@media (min-width: 992px) {
    .margin-section h4 {
        padding-bottom: 3.5rem !important;
    }
}

.line-height-10 {
    line-height: 10px;
}

.line-height-18 {
    line-height: 18px;
}

.line-height-21 {
    line-height: 21px;
}

.line-height-24 {
    line-height: 24px;
}

.line-height-32 {
    line-height: 32px;
}

.line-height-38 {
    line-height: 38px;
}

@media (min-width: 992px) {
    .line-height-lg-10 {
        line-height: 10px;
    }

    .line-height-lg-18 {
        line-height: 18px;
    }

    .line-height-lg-21 {
        line-height: 21px;
    }

    .line-height-lg-24 {
        line-height: 24px;
    }

    .line-height-lg-32 {
        line-height: 32px;
    }

    .line-height-lg-38 {
        line-height: 38px;
    }
}

.px-10 {
    padding-left: 10%;
    padding-right: 10%;
}

.px-n10 {
    margin-left: -10%;
    margin-right: -10%;
}

@media (min-width: 992px) {
    .px-lg-10 {
        padding-left: 10% !important;
        padding-right: 10% !important;
    }

    .px-lg-n10 {
        margin-left: -10% !important;
        margin-right: -10% !important;
    }
}

@media (max-width: 992px) {
    .px-10 {
        padding-left: inherit !important;
        padding-right: inherit !important;
    }
}

/* DIMENSIONI FONT */
.f-10 {
    font-size: 10px !important;
}

.f-12 {
    font-size: 12px !important;
}

.f-14 {
    font-size: 14px !important;
}

.f-16 {
    font-size: 16px !important;
}

.f-18 {
    font-size: 18px !important;
}

.f-21 {
    font-size: 21px !important;
}

.f-22 {
    font-size: 22px !important;
}

.f-24 {
    font-size: 24px !important;
}

.f-28 {
    font-size: 28px !important;
}

.f-32 {
    font-size: 32px !important;
}

.f-36 {
    font-size: 36px !important;
}

.f-42 {
    font-size: 42px !important;
}

.f-48 {
    font-size: 48px !important;
}

.f-52 {
    font-size: 52px !important;
}

.f-60 {
    font-size: 60px !important;
}

.f-72 {
    font-size: 72px !important;
}

.f-75 {
    font-size: 75px !important;
}

@media (min-width: 992px) {
    .f-lg-10 {
        font-size: 10px !important;
    }
}

@media (min-width: 992px) {
    .f-lg-12 {
        font-size: 12px !important;
    }
}

@media (min-width: 992px) {
    .f-lg-14 {
        font-size: 14px !important;
    }
}

@media (min-width: 992px) {
    .f-lg-16 {
        font-size: 16px !important;
    }
}

@media (min-width: 992px) {
    .f-lg-18 {
        font-size: 18px !important;
    }
}

@media (min-width: 992px) {
    .f-lg-21 {
        font-size: 21px !important;
    }
}

@media (min-width: 992px) {
    .f-lg-22 {
        font-size: 22px !important;
    }
}

@media (min-width: 992px) {
    .f-lg-24 {
        font-size: 24px !important;
    }
}

@media (min-width: 992px) {
    .f-lg-28 {
        font-size: 28px !important;
    }
}

@media (min-width: 992px) {
    .f-lg-32 {
        font-size: 32px !important;
    }
}

@media (min-width: 992px) {
    .f-lg-36 {
        font-size: 36px !important;
    }
}

@media (min-width: 992px) {
    .f-lg-42 {
        font-size: 42px !important;
    }
}

@media (min-width: 992px) {
    .f-lg-48 {
        font-size: 48px !important;
    }
}

@media (min-width: 992px) {
    .f-lg-52 {
        font-size: 52px !important;
    }
}

@media (min-width: 992px) {
    .f-lg-60 {
        font-size: 60px !important;
    }
}

@media (min-width: 992px) {
    .f-lg-72 {
        font-size: 72px !important;
    }
}

@media (min-width: 992px) {
    .f-lg-75 {
        font-size: 75px !important;
    }
}

/* COLORI PRIMARI */
/* RIGA DI SEPARAZIONE */
/* SPARISCE SOPRA I 992px */
@media (max-width: 992px) {
    .divider-content {
        /*margin-bottom: 0;*/
        display: none;
    }
}

.image-rounded {
    border-radius: 15px;
    margin-bottom: 20px;
    margin-top: 20px;
    object-fit: cover;
    max-height: 250px;
    width: 95%;
}

.image-rounded-600 {
    border-radius: 15px;
    margin-bottom: 20px;
    margin-top: 20px;
    object-fit: cover;
    max-height: 600px;
    width: 100%;
}

@media (max-width:768px) {
    .image-rounded-600 {
        border-radius: 0;
        margin-bottom: 15px;
        margin-top: 15px;
        object-fit: cover;
        max-height: 450px;
        width: 100%;
    }
}

.color-collection-perseo {
    color: #6F4AD5;
}

.bgcolor-collection-perseo {
    background-color: #6F4AD5;
}

.color-collection-vega {
    color: #33A5F5;
}

.bgcolor-collection-vega {
    background-color: #33A5F5;
}

.color-collection-orione {
    color: #FFB534;
}

.bgcolor-collection-orione {
    background-color: #FFB534;
}

.color-collection-idra {
    color: #0067B0;
}

.bgcolor-collection-idra {
    background-color: #0067B0;
}

.color-collection-calipso {
    color: #FF516F;
}

.bgcolor-collection-calipso {
    background-color: #FF516F;
}

.color-collection-pegaso {
    color: #11D2B8;
}

.bgcolor-collection-pegaso {
    background-color: #11D2B8;
}

.color-collection-pleiadi {
    color: #11ABD2;
}

.bgcolor-collection-pleiadi {
    background-color: #11ABD2;
}

.color-collection-cassiopea {
    color: #9270F1;
}

.bgcolor-collection-cassiopea {
    background-color: #9270F1;
}

.color-collection-andromeda {
    color: #FF9100;
}

.bgcolor-collection-andromeda {
    background-color: #FF9100;
}

.collezione {
    border-radius: 15px;
    text-align: center;
    height: 320px;
    min-height: 100%;
    padding-top: 105px;
    margin-bottom: 20px;
    background-color: black;
    cursor: pointer;
}

    .collezione.perseo {
        background-color: #6F4AD5;
        background-image: url("https://cdn.ideeperviaggiare.it/media/site/svg/IMC/bg-perseo.svg");
        background-repeat: no-repeat;
        background-position: center;
    }

    .collezione.vega {
        background-color: #33A5F5;
        background-image: url("https://cdn.ideeperviaggiare.it/media/site/svg/IMC/bg-vega.svg");
        background-repeat: no-repeat;
        background-position: center;
    }

    .collezione.orione {
        background-color: #FFB534;
        background-image: url("https://cdn.ideeperviaggiare.it/media/site/svg/IMC/bg-orione.svg");
        background-repeat: no-repeat;
        background-position: center;
    }

    .collezione.idra {
        background-color: #0067B0;
        background-image: url("https://cdn.ideeperviaggiare.it/media/site/svg/IMC/bg-idra.svg");
        background-repeat: no-repeat;
        background-position: center;
    }

    .collezione.calipso {
        background-color: #FF516F;
        background-image: url("https://cdn.ideeperviaggiare.it/media/site/svg/IMC/bg-calipso.svg");
        background-repeat: no-repeat;
        background-position: center;
    }

    .collezione.pegaso {
        background-color: #11D2B8;
        background-image: url("https://cdn.ideeperviaggiare.it/media/site/svg/IMC/bg-pegaso.svg");
        background-repeat: no-repeat;
        background-position: center;
    }

    .collezione.pleiadi {
        background-color: #11ABD2;
        background-image: url("https://cdn.ideeperviaggiare.it/media/site/svg/IMC/bg-pleiadi.svg");
        background-repeat: no-repeat;
        background-position: center;
    }

    .collezione.cassiopea {
        background-color: #9270F1;
        background-image: url("https://cdn.ideeperviaggiare.it/media/site/svg/IMC/bg-cassiopea.svg");
        background-repeat: no-repeat;
        background-position: center;
    }

    .collezione.andromeda {
        background-color: #FF9100;
        background-image: url("https://cdn.ideeperviaggiare.it/media/site/svg/IMC/bg-andromeda.svg");
        background-repeat: no-repeat;
        background-position: center;
    }

    .collezione.oceanoindiano {
        content: "";
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        opacity: 0.75;
        background-image: linear-gradient(rgba(10, 10, 10, 0.5), rgba(255, 255, 255, 0)), url("https://cdn.ideeperviaggiare.it/media/site/images/IMC/bg-oceanoindiano.jpg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .collezione.africa {
        content: "";
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        opacity: 0.75;
        background-image: linear-gradient(rgba(10, 10, 10, 0.5), rgba(255, 255, 255, 0)), url("https://cdn.ideeperviaggiare.it/media/site/images/IMC/bg-africa.jpg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .collezione.mediooriente {
        content: "";
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        opacity: 0.75;
        background-image: linear-gradient(rgba(10, 10, 10, 0.5), rgba(255, 255, 255, 0)), url("https://cdn.ideeperviaggiare.it/media/site/images/IMC/bg-mediooriente.jpg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .collezione.oriente {
        content: "";
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        opacity: 0.75;
        background-image: linear-gradient(rgba(10, 10, 10, 0.5), rgba(255, 255, 255, 0)), url("https://cdn.ideeperviaggiare.it/media/site/images/IMC/bg-oriente.jpg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .collezione.oceania {
        content: "";
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        opacity: 0.75;
        background-image: linear-gradient(rgba(10, 10, 10, 0.5), rgba(255, 255, 255, 0)), url("https://cdn.ideeperviaggiare.it/media/site/images/IMC/bg-oceania.jpg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .collezione.pacifico {
        content: "";
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        opacity: 0.75;
        background-image: linear-gradient(rgba(10, 10, 10, 0.5), rgba(255, 255, 255, 0)), url("https://cdn.ideeperviaggiare.it/media/site/images/IMC/bg-pacifico.jpg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .collezione.nordamerica {
        content: "";
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        opacity: 0.75;
        background-image: linear-gradient(rgba(10, 10, 10, 0.5), rgba(255, 255, 255, 0)), url("https://cdn.ideeperviaggiare.it/media/site/images/IMC/bg-nordamerica.jpg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .collezione.caraibi {
        content: "";
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        opacity: 0.75;
        background-image: linear-gradient(rgba(10, 10, 10, 0.5), rgba(255, 255, 255, 0)), url("https://cdn.ideeperviaggiare.it/media/site/images/IMC/bg-caraibi.jpg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .collezione.sudamerica {
        content: "";
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        opacity: 0.75;
        background-image: linear-gradient(rgba(10, 10, 10, 0.5), rgba(255, 255, 255, 0)), url("https://cdn.ideeperviaggiare.it/media/site/images/IMC/bg-sudamerica.jpg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .collezione.destinazione {
        padding-top: unset;
    }

        .collezione.destinazione h4 {
            clear: both;
            width: 100%;
            color: #fff;
            opacity: 1;
            font-size: 32px;
            font-weight: normal;
            font-family: "Poppins", sans-serif;
            letter-spacing: normal;
            margin: 0;
            padding: 0 20px;
        }

    .collezione h4 {
        clear: both;
        width: 100%;
        color: #fff;
        letter-spacing: 8px;
        font-size: 1.3rem;
        font-weight: 300;
        margin-bottom: 8px;
    }

    .collezione h3 {
        width: 100%;
        color: #fff;
        font-family: "Satisfy", sans-serif;
        font-size: 2.6rem;
        margin-bottom: 20px;
    }

    .collezione .prezzo {
        color: #0067B0;
        font-size: 21px;
        background-color: #fff;
        border-radius: 15px;
        width: auto;
        display: inline-block;
        padding-right: 15px;
        padding-left: 15px;
        font-family: "Poppins", sans-serif;
        font-weight: 800;
    }

.header-collection {
    margin: 1rem;
    border-radius: 15px;
}

    .header-collection.area-geografica {
        height: 300px;
        position: relative;
    }

        .header-collection.area-geografica .slide-titolo-ipv {
            height: 100%;
            width: 100%;
            position: relative;
        }

            .header-collection.area-geografica .slide-titolo-ipv > h1 {
                position: absolute;
                bottom: 0;
                margin-left: auto;
                margin-right: auto;
                background-color: rgba(0, 0, 0, 0.3);
                padding: 20px 40px;
                border-top-left-radius: 15px;
                border-top-right-radius: 15px;
            }

            .header-collection.area-geografica .slide-titolo-ipv img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

    .header-collection.bg-perseo {
        height: 200px;
        background-color: #6F4AD5;
        background-image: url("https://cdn.ideeperviaggiare.it/media/site/svg/IMC/bg-perseo.svg");
        background-repeat: no-repeat;
        background-position: center right;
        background-size: cover;
    }

    .header-collection.bg-vega {
        height: 200px;
        background-color: #33A5F5;
        background-image: url("https://cdn.ideeperviaggiare.it/media/site/svg/IMC/bg-vega.svg");
        background-repeat: no-repeat;
        background-position: center right;
        background-size: cover;
    }

    .header-collection.bg-orione {
        height: 200px;
        background-color: #FFB534;
        background-image: url("https://cdn.ideeperviaggiare.it/media/site/svg/IMC/bg-orione.svg");
        background-repeat: no-repeat;
        background-position: center right;
        background-size: cover;
    }

    .header-collection.bg-idra {
        height: 200px;
        background-color: #0067B0;
        background-image: url("https://cdn.ideeperviaggiare.it/media/site/svg/IMC/bg-idra.svg");
        background-repeat: no-repeat;
        background-position: center right;
        background-size: cover;
    }

    .header-collection.bg-calipso {
        height: 200px;
        background-color: #FF516F;
        background-image: url("https://cdn.ideeperviaggiare.it/media/site/svg/IMC/bg-calipso.svg");
        background-repeat: no-repeat;
        background-position: center right;
        background-size: cover;
    }

    .header-collection.bg-pegaso {
        height: 200px;
        background-color: #11D2B8;
        background-image: url("https://cdn.ideeperviaggiare.it/media/site/svg/IMC/bg-pegaso.svg");
        background-repeat: no-repeat;
        background-position: center right;
        background-size: cover;
    }

    .header-collection.bg-pleiadi {
        height: 200px;
        background-color: #11ABD2;
        background-image: url("https://cdn.ideeperviaggiare.it/media/site/svg/IMC/bg-pleiadi.svg");
        background-repeat: no-repeat;
        background-position: center right;
        background-size: cover;
    }

    .header-collection.bg-cassiopea {
        height: 200px;
        background-color: #9270F1;
        background-image: url("https://cdn.ideeperviaggiare.it/media/site/svg/IMC/bg-cassiopea.svg");
        background-repeat: no-repeat;
        background-position: center right;
        background-size: cover;
    }

    .header-collection.bg-andromeda {
        height: 200px;
        background-color: #FF9100;
        background-image: url("https://cdn.ideeperviaggiare.it/media/site/svg/IMC/bg-andromeda.svg");
        background-repeat: no-repeat;
        background-position: center right;
        background-size: cover;
    }

    .header-collection img {
        height: 200px;
        border-radius: 15px;
    }

    .header-collection .slide-titolo-ipv {
        height: 100%;
        display: flex;
        flex-direction: column;
        top: 0;
        align-items: center;
        justify-content: center;
    }

        .header-collection .slide-titolo-ipv > h1 {
            line-height: 3rem;
            letter-spacing: 10px;
        }

            .header-collection .slide-titolo-ipv > h1 > span {
                letter-spacing: 0px;
            }

.btn-cercaperprezzo {
    border-top-left-radius: 17px;
    border-bottom-left-radius: 17px;
    font-size: 1.1rem;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #fff;
    color: #0067B0;
}

    .btn-cercaperprezzo.selected {
        background-color: #0067B0;
        color: #fff;
    }

.btn-cercaperdestinazione {
    border-top-right-radius: 17px;
    border-bottom-right-radius: 17px;
    font-size: 1.1rem;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #fff;
    color: #404040;
}

    .btn-cercaperdestinazione.selected {
        background-color: #0067B0;
        color: #fff;
    }

.card.offerta.altra.ideemoon{
    height:400px;
}
.card.offerta.altra.ideemoon .open-more {
    position: inherit;
    color: black;
}

.card.offerta.altra.ideemoon .image-container {
    height: 50%;
}

    .card.offerta.altra.ideemoon .image-container > img {
        width: 100%;
        height: 100%;
    }

.card.offerta.altra.ideemoon > .card-img-overlay {
    display: flex;
    flex-direction: row;
    height: 50%;
}

    .card.offerta.altra.ideemoon > .card-img-overlay > img {
        width: 70%;
        opacity: 50%;
        align-self: center;
        margin-left: auto;
        margin-right: auto;
    }

.card.offerta.altra.ideemoon > .card-body .bg-perseo {
    background-color: #6F4AD5;
    text-align: left;
    width: fit-content;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

    .card.offerta.altra.ideemoon > .card-body .bg-perseo > p {
        width: fit-content;
        padding: 0;
        margin: 0;
        margin-right: 1rem;
        line-height: 20px;
    }

.card.offerta.altra.ideemoon > .card-body .bg-vega {
    background-color: #33A5F5;
    text-align: left;
    width: fit-content;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

    .card.offerta.altra.ideemoon > .card-body .bg-vega > p {
        width: fit-content;
        padding: 0;
        margin: 0;
        margin-right: 1rem;
        line-height: 20px;
    }

.card.offerta.altra.ideemoon > .card-body .bg-orione {
    background-color: #FFB534;
    text-align: left;
    width: fit-content;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

    .card.offerta.altra.ideemoon > .card-body .bg-orione > p {
        width: fit-content;
        padding: 0;
        margin: 0;
        margin-right: 1rem;
        line-height: 20px;
    }

.card.offerta.altra.ideemoon > .card-body .bg-idra {
    background-color: #0067B0;
    text-align: left;
    width: fit-content;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

    .card.offerta.altra.ideemoon > .card-body .bg-idra > p {
        width: fit-content;
        padding: 0;
        margin: 0;
        margin-right: 1rem;
        line-height: 20px;
    }

.card.offerta.altra.ideemoon > .card-body .bg-calipso {
    background-color: #FF516F;
    text-align: left;
    width: fit-content;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

    .card.offerta.altra.ideemoon > .card-body .bg-calipso > p {
        width: fit-content;
        padding: 0;
        margin: 0;
        margin-right: 1rem;
        line-height: 20px;
    }

.card.offerta.altra.ideemoon > .card-body .bg-pegaso {
    background-color: #11D2B8;
    text-align: left;
    width: fit-content;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

    .card.offerta.altra.ideemoon > .card-body .bg-pegaso > p {
        width: fit-content;
        padding: 0;
        margin: 0;
        margin-right: 1rem;
        line-height: 20px;
    }

.card.offerta.altra.ideemoon > .card-body .bg-pleiadi {
    background-color: #11ABD2;
    text-align: left;
    width: fit-content;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

    .card.offerta.altra.ideemoon > .card-body .bg-pleiadi > p {
        width: fit-content;
        padding: 0;
        margin: 0;
        margin-right: 1rem;
        line-height: 20px;
    }

.card.offerta.altra.ideemoon > .card-body .bg-cassiopea {
    background-color: #9270F1;
    text-align: left;
    width: fit-content;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

    .card.offerta.altra.ideemoon > .card-body .bg-cassiopea > p {
        width: fit-content;
        padding: 0;
        margin: 0;
        margin-right: 1rem;
        line-height: 20px;
    }

.card.offerta.altra.ideemoon > .card-body .bg-andromeda {
    background-color: #FF9100;
    text-align: left;
    width: fit-content;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

    .card.offerta.altra.ideemoon > .card-body .bg-andromeda > p {
        width: fit-content;
        padding: 0;
        margin: 0;
        margin-right: 1rem;
        line-height: 20px;
    }

.popover .popover-body .perseo h5 {
    color: #6F4AD5;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 18px;
}

.popover .popover-body .perseo p {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 0;
}

    .popover .popover-body .perseo p.nomeservizio {
        text-transform: uppercase;
    }

.popover .popover-body .perseo h6 {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
}

.popover .popover-body .vega h5 {
    color: #33A5F5;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 18px;
}

.popover .popover-body .vega p {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 0;
}

    .popover .popover-body .vega p.nomeservizio {
        text-transform: uppercase;
    }

.popover .popover-body .vega h6 {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
}

.popover .popover-body .orione h5 {
    color: #FFB534;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 18px;
}

.popover .popover-body .orione p {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 0;
}

    .popover .popover-body .orione p.nomeservizio {
        text-transform: uppercase;
    }

.popover .popover-body .orione h6 {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
}

.popover .popover-body .idra h5 {
    color: #0067B0;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 18px;
}

.popover .popover-body .idra p {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 0;
}

    .popover .popover-body .idra p.nomeservizio {
        text-transform: uppercase;
    }

.popover .popover-body .idra h6 {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
}

.popover .popover-body .calipso h5 {
    color: #FF516F;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 18px;
}

.popover .popover-body .calipso p {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 0;
}

    .popover .popover-body .calipso p.nomeservizio {
        text-transform: uppercase;
    }

.popover .popover-body .calipso h6 {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
}

.popover .popover-body .pegaso h5 {
    color: #11D2B8;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 18px;
}

.popover .popover-body .pegaso p {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 0;
}

    .popover .popover-body .pegaso p.nomeservizio {
        text-transform: uppercase;
    }

.popover .popover-body .pegaso h6 {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
}

.popover .popover-body .pleiadi h5 {
    color: #11ABD2;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 18px;
}

.popover .popover-body .pleiadi p {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 0;
}

    .popover .popover-body .pleiadi p.nomeservizio {
        text-transform: uppercase;
    }

.popover .popover-body .pleiadi h6 {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
}

.popover .popover-body .cassiopea h5 {
    color: #9270F1;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 18px;
}

.popover .popover-body .cassiopea p {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 0;
}

    .popover .popover-body .cassiopea p.nomeservizio {
        text-transform: uppercase;
    }

.popover .popover-body .cassiopea h6 {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
}

.popover .popover-body .andromeda h5 {
    color: #FF9100;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 18px;
}

.popover .popover-body .andromeda p {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 0;
}

    .popover .popover-body .andromeda p.nomeservizio {
        text-transform: uppercase;
    }

.popover .popover-body .andromeda h6 {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
}

#a {
    display: none;
}

.can-toggle {
    position: relative;
}

    .can-toggle *,
    .can-toggle *:before,
    .can-toggle *:after {
        box-sizing: border-box;
    }

    .can-toggle input[type="checkbox"] {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
    }

        .can-toggle input[type="checkbox"][disabled] ~ label {
            pointer-events: none;
        }

            .can-toggle input[type="checkbox"][disabled] ~ label .can-toggle__switch {
                opacity: 0.4;
            }

        .can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:before {
            content: attr(data-unchecked);
            left: 0;
        }

        .can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
            content: attr(data-checked);
        }

    .can-toggle label {
        user-select: none;
        position: relative;
        display: flex;
        align-items: center;
    }

        .can-toggle label .can-toggle__label-text {
            flex: 1;
            padding-left: 32px;
        }

        .can-toggle label .can-toggle__switch {
            position: relative;
        }

            .can-toggle label .can-toggle__switch:before {
                content: attr(data-checked);
                position: absolute;
                top: 0;
                text-transform: uppercase;
                text-align: center;
            }

            .can-toggle label .can-toggle__switch:after {
                content: attr(data-unchecked);
                position: absolute;
                z-index: 5;
                text-transform: uppercase;
                text-align: center;
                background: white;
                transform: translate3d(0, 0, 0);
            }

    .can-toggle input[type="checkbox"][disabled] ~ label {
        color: rgba(0, 103, 176, 0.5);
    }

    .can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch,
    .can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch {
        background-color: #0067B0;
    }

        .can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch:after,
        .can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
            color: #00497d;
        }

    .can-toggle input[type="checkbox"]:hover ~ label {
        color: #005897;
    }

    .can-toggle input[type="checkbox"]:checked ~ label:hover {
        color: #005ea1;
    }

    .can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch {
        background-color: #0076ca;
    }

        .can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
            color: #005897;
        }

    .can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch, .can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch {
        background-color: #0067B0;
    }

        .can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
            color: #00497d;
        }

    .can-toggle label .can-toggle__label-text {
        flex: 1;
    }

    .can-toggle label .can-toggle__switch {
        transition: background-color 0.3s cubic-bezier(0, 1, 0.5, 1);
        background: #0076ca;
    }

        .can-toggle label .can-toggle__switch:before {
            color: rgba(255, 255, 255, 0.5);
        }

        .can-toggle label .can-toggle__switch:after {
            transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1);
            color: #0067B0;
        }

    .can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch:after,
    .can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
    }

    .can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
        transform: translate3d(65px, 0, 0);
    }

    .can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
    }

    .can-toggle label {
        font-size: 14px;
    }

        .can-toggle label .can-toggle__switch {
            height: 36px;
            flex: 0 0 134px;
            border-radius: 4px;
        }

            .can-toggle label .can-toggle__switch:before {
                left: 67px;
                font-size: 12px;
                line-height: 36px;
                width: 67px;
                padding: 0 12px;
            }

            .can-toggle label .can-toggle__switch:after {
                top: 2px;
                left: 2px;
                border-radius: 2px;
                width: 65px;
                line-height: 32px;
                font-size: 12px;
            }

            .can-toggle label .can-toggle__switch:hover:after {
                box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
            }

    .can-toggle.can-toggle--size-small input[type="checkbox"]:focus ~ label .can-toggle__switch:after,
    .can-toggle.can-toggle--size-small input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    }

    .can-toggle.can-toggle--size-small input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
        transform: translate3d(44px, 0, 0);
    }

    .can-toggle.can-toggle--size-small input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle.can-toggle--size-small input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    }

    .can-toggle.can-toggle--size-small label {
        font-size: 13px;
    }

        .can-toggle.can-toggle--size-small label .can-toggle__switch {
            height: 28px;
            flex: 0 0 90px;
            border-radius: 2px;
        }

            .can-toggle.can-toggle--size-small label .can-toggle__switch:before {
                left: 45px;
                font-size: 10px;
                line-height: 28px;
                width: 45px;
                padding: 0 12px;
            }

            .can-toggle.can-toggle--size-small label .can-toggle__switch:after {
                top: 1px;
                left: 1px;
                border-radius: 1px;
                width: 44px;
                line-height: 26px;
                font-size: 10px;
            }

            .can-toggle.can-toggle--size-small label .can-toggle__switch:hover:after {
                box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
            }

    .can-toggle.can-toggle--size-large input[type="checkbox"]:focus ~ label .can-toggle__switch:after,
    .can-toggle.can-toggle--size-large input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    }

    .can-toggle.can-toggle--size-large input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
        transform: translate3d(78px, 0, 0);
    }

    .can-toggle.can-toggle--size-large input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle.can-toggle--size-large input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    }

    .can-toggle.can-toggle--size-large label {
        font-size: 14px;
    }

        .can-toggle.can-toggle--size-large label .can-toggle__switch {
            height: 50px;
            flex: 0 0 160px;
            border-radius: 4px;
        }

            .can-toggle.can-toggle--size-large label .can-toggle__switch:before {
                left: 80px;
                font-size: 14px;
                line-height: 50px;
                width: 80px;
                padding: 0 12px;
            }

            .can-toggle.can-toggle--size-large label .can-toggle__switch:after {
                top: 2px;
                left: 2px;
                border-radius: 2px;
                width: 78px;
                line-height: 46px;
                font-size: 14px;
            }

            .can-toggle.can-toggle--size-large label .can-toggle__switch:hover:after {
                box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
            }

    .can-toggle.demo-rebrand-1 input[type="checkbox"][disabled] ~ label {
        color: rgba(181, 62, 116, 0.5);
    }

    .can-toggle.demo-rebrand-1 input[type="checkbox"]:focus ~ label .can-toggle__switch,
    .can-toggle.demo-rebrand-1 input[type="checkbox"]:hover ~ label .can-toggle__switch {
        background-color: #b53e74;
    }

        .can-toggle.demo-rebrand-1 input[type="checkbox"]:focus ~ label .can-toggle__switch:after,
        .can-toggle.demo-rebrand-1 input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
            color: #8f315c;
        }

    .can-toggle.demo-rebrand-1 input[type="checkbox"]:hover ~ label {
        color: #a23768;
    }

    .can-toggle.demo-rebrand-1 input[type="checkbox"]:checked ~ label:hover {
        color: #39916a;
    }

    .can-toggle.demo-rebrand-1 input[type="checkbox"]:checked ~ label .can-toggle__switch {
        background-color: #44ae7f;
    }

        .can-toggle.demo-rebrand-1 input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
            color: #368a65;
        }

    .can-toggle.demo-rebrand-1 input[type="checkbox"]:checked:focus ~ label .can-toggle__switch, .can-toggle.demo-rebrand-1 input[type="checkbox"]:checked:hover ~ label .can-toggle__switch {
        background-color: #3d9c72;
    }

        .can-toggle.demo-rebrand-1 input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-1 input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
            color: #2f7757;
        }

    .can-toggle.demo-rebrand-1 label .can-toggle__label-text {
        flex: 1;
    }

    .can-toggle.demo-rebrand-1 label .can-toggle__switch {
        transition: background-color 0.3s ease-in-out;
        background: #c14b81;
    }

        .can-toggle.demo-rebrand-1 label .can-toggle__switch:before {
            color: rgba(255, 255, 255, 0.6);
        }

        .can-toggle.demo-rebrand-1 label .can-toggle__switch:after {
            transition: transform 0.3s ease-in-out;
            color: #b53e74;
        }

    .can-toggle.demo-rebrand-2 input[type="checkbox"][disabled] ~ label {
        color: rgba(68, 68, 68, 0.5);
    }

    .can-toggle.demo-rebrand-2 input[type="checkbox"]:focus ~ label .can-toggle__switch,
    .can-toggle.demo-rebrand-2 input[type="checkbox"]:hover ~ label .can-toggle__switch {
        background-color: #444;
    }

        .can-toggle.demo-rebrand-2 input[type="checkbox"]:focus ~ label .can-toggle__switch:after,
        .can-toggle.demo-rebrand-2 input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
            color: #2b2b2b;
        }

    .can-toggle.demo-rebrand-2 input[type="checkbox"]:hover ~ label {
        color: #373737;
    }

    .can-toggle.demo-rebrand-2 input[type="checkbox"]:checked ~ label:hover {
        color: #62b125;
    }

    .can-toggle.demo-rebrand-2 input[type="checkbox"]:checked ~ label .can-toggle__switch {
        background-color: #75d32d;
    }

        .can-toggle.demo-rebrand-2 input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
            color: #5da924;
        }

    .can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:focus ~ label .can-toggle__switch, .can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:hover ~ label .can-toggle__switch {
        background-color: #69be28;
    }

        .can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
            color: #52941f;
        }

    .can-toggle.demo-rebrand-2 label .can-toggle__label-text {
        flex: 1;
    }

    .can-toggle.demo-rebrand-2 label .can-toggle__switch {
        transition: background-color 0.3s cubic-bezier(0.86, 0, 0.07, 1);
        background: #515151;
    }

        .can-toggle.demo-rebrand-2 label .can-toggle__switch:before {
            color: rgba(255, 255, 255, 0.7);
        }

        .can-toggle.demo-rebrand-2 label .can-toggle__switch:after {
            transition: transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
            color: #444;
        }

    .can-toggle.demo-rebrand-2 input[type="checkbox"]:focus ~ label .can-toggle__switch:after,
    .can-toggle.demo-rebrand-2 input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    }

    .can-toggle.demo-rebrand-2 input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
        transform: translate3d(58px, 0, 0);
    }

    .can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    }

    .can-toggle.demo-rebrand-2 label {
        font-size: 13px;
    }

        .can-toggle.demo-rebrand-2 label .can-toggle__switch {
            height: 60px;
            flex: 0 0 120px;
            border-radius: 60px;
        }

            .can-toggle.demo-rebrand-2 label .can-toggle__switch:before {
                left: 60px;
                font-size: 13px;
                line-height: 60px;
                width: 60px;
                padding: 0 12px;
            }

            .can-toggle.demo-rebrand-2 label .can-toggle__switch:after {
                top: 2px;
                left: 2px;
                border-radius: 30px;
                width: 58px;
                line-height: 56px;
                font-size: 13px;
            }

            .can-toggle.demo-rebrand-2 label .can-toggle__switch:hover:after {
                box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
            }

.img-header {
    background: url("https://cdn.ideeperviaggiare.it/media/2021/05/messico-puerto-aventuras-barcelo-maya-beach-resort-1920x1280-322991.jpg") center center no-repeat;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 991px) {
    .img-header {
        height: 475px;
        object-fit: cover;
        text-align: center;
    }
}

.img-header .layer {
    background: linear-gradient(to bottom, #156298, transparent);
    opacity: 0.90;
    width: 100%;
    height: 100%;
    text-align: center;
}

    .img-header .layer div {
        padding-top: 100px;
        margin-right: auto;
        margin-left: auto;
        /*           padding-right: auto;
          padding-left: auto; */
        align-content: center;
        align-items: center;
    }

@media (max-width: 991px) {
    .img-header .layer div {
        padding-top: 30px;
    }
}

.img-header .layer div div {
    font-size: 18px !important;
    text-align: center;
    border-radius: 15px;
    background: #33A5F5;
    padding: 15px 10px;
    width: 47%;
}

@media (max-width: 991px) {
    .img-header .layer div div {
        width: 90%;
        font-size: 16px;
    }
}

.img-header .layer div div p {
    font-size: 18px;
    color: white;
    margin-bottom: 0;
}

.img-header p {
    color: white;
}

.img-header .logo-imc {
    width: 26%;
}

.height5-divider {
    border-top: 5px solid #edf4f9;
}

.details-imc img {
    width: 190px;
    height: 190px;
    border-radius: 190px;
    object-fit: cover;
}

.banner-collezione1 .logo-imc,
.banner-collezione2 .logo-imc {
    width: 55%;
}

.banner-collezione1,
.banner-collezione2 {
    background: url("https://cdn.ideeperviaggiare.it/media/2021/01/coppia-spiaggia-un-uomo-prende-braccio-una-donna-1920x1281-183456.jpg") no-repeat center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: auto;
}

.banner-collezione2 {
    background: url("https://cdn.ideeperviaggiare.it/media/site/images/IMC/fenicotteri.jpg") no-repeat center;
    background-size: cover;
}

    .banner-collezione1 .layer,
    .banner-collezione2 .layer {
        background-color: rgba(56, 56, 56, 0.3);
        width: 100%;
        height: 100%;
        border-radius: 15px;
        padding-top: 145px;
    }

.btn-rotondo-imc {
    width: 42px;
    height: 42px;
}

    .btn-rotondo-imc i {
        margin-top: 12px;
    }

    .btn-rotondo-imc:hover {
        background-color: #33a5f5 !important;
    }

@media (min-width: 1024px) and (max-width: 1365px) {
    .details-imc img {
        width: 135px;
        height: 135px;
    }

    .collezione {
        height: 240px;
        padding-top: 75px;
    }

    .banner-collezione1 .layer,
    .banner-collezione2 .layer {
        padding-top: 100px;
    }

        .banner-collezione1 .layer h5,
        .banner-collezione2 .layer h5 {
            font-size: 24px !important;
        }

    .focus h3 {
        font-size: 24px !important;
    }

    .collezione.destinazione h4 {
        font-size: 26px;
    }
}

@media (min-width: 320px) and (max-width: 1023px) {
    .img-header .logo-imc {
        width: 35%;
    }

    .focus h3 {
        margin-top: 40px;
    }

    .details-imc .col-md-12 {
        margin: 0 auto;
        text-align: center;
    }

    .details-imc p {
        padding: 10px 20px;
    }

    .details-imc h5 {
        margin-top: 20px;
    }

    .logo-imc {
        margin-top: 60px !important;
    }

    .boxinfo-imc {
        margin-top: 40px;
    }

    .containercollezione {
        padding: 20px 35px !important;
    }

    .collezione.destinazione h4 {
        font-size: 28px;
        line-height: 28px;
    }

    .header-collection .slide-titolo-ipv > h1 > span {
        font-size: 32px;
    }

    .header-collection .slide-titolo-ipv > h1 {
        line-height: 1.5rem;
    }

    .header-collection {
        height: 120px !important;
    }

    .banner-imc img {
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .banner-imc {
        padding: 30px 30px 40px 30px;
    }

    .header-collection.area-geografica .slide-titolo-ipv > h1 {
        bottom: 0px;
/*        padding: 28px 40px;*/
        padding: 5px 10px;
        border-radius: 15px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .img-header {
        height: 550px;
    }

        .img-header .logo-imc {
            width: 75%;
            margin-bottom: 20px;
        }

        .img-header .layer div {
            padding-top: 0px;
        }

        .img-header .f-16 {
            line-height: 21px;
            margin-top: 10px;
        }

        .img-header .f-28 {
            line-height: 32px;
            margin-bottom: 20px;
        }

        .img-header p {
            padding-top: 0;
        }

    .bell-info {
        margin-top: 40px;
    }

    .focus-imc p {
        padding: 0 20px;
    }

    .focus-imc div .mb-5 {
        margin: 0 !important;
    }

    .details-imc h5 {
        font-size: 21px !important;
        line-height: 28px;
    }

    .collezione {
        height: 170px;
        padding-top: 40px;
    }

    .banner-collezione2 {
        display: none;
    }

    .header-collection.area-geografica .slide-titolo-ipv > h1 {
        letter-spacing: 3px;
        border-radius: 7px;
    }
}

/*# sourceMappingURL=ideemoon-collection.css.map */
