﻿@charset "UTF-8";
/* 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 */
@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");

.datepicker td, .datepicker th {
    width: 2.5rem !important;
    height: 2.5rem !important;
    font-size: 0.85rem !important;
    font-family: poppins !important;
}

.datepicker {
    margin-bottom: 3rem !important;
}

.disabled {
    color: #d6d6d6 !important;
}


footer {
    position: relative;
    z-index: 20;
    top: -140px;
    height: auto;
    margin-bottom: -140px;
}

    footer li, .header li {
        font-size: 14px !important;
        line-height: 21px !important;
    }

    footer li {
        color: #ffffff !important;
    }
/****************** 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: 585px;
    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;
    }

.tiktok-icon {
    background: url(https://cdn.ideeperviaggiare.it/media/site/svg/tiktok/tiktok_white.svg) 3px 0 no-repeat #33A5F5 !important;
    object-fit: cover;
    width: 48px !important;
    height: 48px !important;
}

    .tiktok-icon:hover {
        background: url(https://cdn.ideeperviaggiare.it/media/site/svg/tiktok/tiktok_cyan.svg) 3px 0 no-repeat #ffffff !important;
    }

.twitter-icon {
    background: url(https://cdn.ideeperviaggiare.it/media/site/svg/twitter-x/twitter_white.svg) 3px 0 no-repeat #33A5F5 !important;
    object-fit: cover;
    width: 48px !important;
    height: 48px !important;
}

    .twitter-icon:hover {
        background: url(https://cdn.ideeperviaggiare.it/media/site/svg/twitter-x/twitter_cyan.svg) 3px 0 no-repeat #ffffff !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;*/
    /*overflow-x: hidden;*/
    box-shadow: -6px 5px 23px 5px rgba(0, 89, 152, 0.25);
    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;
        font-size: 18px;
    }

#rightsidebar .sidebar-subheader {
    padding: 5px;
    color: #fff;
    background-color: rgba(21, 98, 152, 0.9);
}

/* ---------------------------------------------------
    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;
}

    #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%;
    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;
}

.why-us .btn-link {
    color: #404040;
    font-weight: 600;
}

    .why-us .btn-link:hover, .why-us .btn-link:focus {
        text-decoration: none;
    }

.why-us .card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #EDF4F9;
    border-bottom: 1px solid #C1DEF8;
    border-radius: 10px;
}

.why-us .card {
    border: 1px solid #C1DEF8;
    border-radius: 10px;
    margin-bottom: 15px;
}



/* 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 {
            /*          max-width: 85%;
            max-height: 85%;*/
            object-fit: contain;
            width: 260px;
        }

@media (max-width: 425px) {
    .navbar .navbar-brand {
        width: 80%;
    }

        .navbar .navbar-brand img {
            max-width: 100%;
        }
}

@media (min-width: 426px) and (max-width: 767px) {
    .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: 80%;
            max-height: 80%;
        }
}

@media (min-width: 768px) 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;
    }
}

.searchbar {
    position: absolute;
    top: 35px;
    overflow-y: visible;
    width: 86%;
}

@media (min-width: 992px) {
    .searchbar {
        top: 50px;
        width: 83%;
    }

    .safe-badge {
        position: absolute;
        bottom: 20%;
        right: 25px;
    }
}

@media (max-width: 991px) {
    .safe-badge {
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
        bottom: 40px;
    }
}


.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;
}

.line-height-46 {
    line-height: 46px;
}

.line-height-66 {
    line-height: 66px;
}


@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;
    }

    .line-height-lg-46 {
        line-height: 46px;
    }

    .line-height-lg-66 {
        line-height: 66px;
    }
}

.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;
    }
}


/* SAFE LOADING BAR*/

.wrap-loading {
    position: relative;
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
    box-sizing: border-box;
    background: #fff;
}


.Loading {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 10px;
    background: #edf4f9;
    /*    box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);*/
    border-radius: 4px;
    overflow: hidden;
}

    .Loading:after {
        content: '';
        position: absolute;
        left: 0;
        width: 0;
        height: 100%;
        border-radius: 4px;
        /*        box-shadow: 0 0 5px rgba(0, 0, 0, .2);*/
        animation: load 5s forwards;
    }

@keyframes load {
    0% {
        width: 0;
        background: #11abd2;
    }

    25% {
        width: 40%;
        background: #ACDAFA;
    }

    50% {
        width: 60%;
        background: #9270f1;
    }

    75% {
        width: 75%;
        background: #ffb534;
    }

    100% {
        width: 100%;
        background: #11d2b8;
    }
}

@keyframes pulse {
    0% {
        background: #11abd2;
    }

    25% {
        background: #ACDAFA;
    }

    50% {
        background: #9270f1;
    }

    75% {
        background: #ffb534;
    }

    100% {
        background: #11d2b8;
    }
}


/* COLORI PRIMARI */
/* RIGA DI SEPARAZIONE */
/* SPARISCE SOPRA I 992px */
@media (max-width: 992px) {
    .divider-content {
        /*margin-bottom: 0;*/
        display: none;
    }
}

/* ALTRI living */
/* .card-box-stampa-altri {
    border-radius: 15px;
    background: #ffffff;
    border:1px solid #C2DEF8;
    display: inline-block;
    height: 320px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(194,215,230,0.6);
	-moz-box-shadow: 0px 0px 15px 0px rgba(194,215,230,0.6);
	box-shadow: 0px 0px 15px 0px rgba(194,215,230,0.6);

} */
section.altriarticoli .owl-dots {
    margin-top: 0 !important;
}

@media (max-width: 992px) {
    section.altriarticoli {
        margin-left: 15px;
        margin-right: 15px;
    }
}

.card .altriarticoli {
    border-radius: 15px;
    height: 500px;
    border: none;
    margin: 15px;
}

    .card .altriarticoli > .image-container {
        background-color: black;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        border: none;
    }

        .card .altriarticoli > .image-container > img {
            border-top-left-radius: 15px;
            border-top-right-radius: 15px;
            height: 230px;
        }

    .card .altriarticoli > .card-body h4 {
        font-size: 18px;
        padding-bottom: 0 !important;
    }

    .card .altriarticoli > .card-body p {
        line-height: 24px;
        color: #7b7b7b;
    }

    .card .altriarticoli > .card-footer {
        background-color: white !important;
        border-radius: 0 0 15px 15px;
        border-top: none;
    }

.owl-carousel-destinazioni .item {
    height: 400px;
    width: 400px;
    border-radius: 15px;
}

@media (max-width: 992px) {
    .owl-carousel-destinazioni .item {
        height: 290px;
        width: 290px;
        margin: 0;
        padding: 0;
    }
}

.owl-carousel-destinazioni .item .card {
    border-radius: 15px;
}

    .owl-carousel-destinazioni .item .card.destinazione {
        border-radius: 15px;
    }

        .owl-carousel-destinazioni .item .card.destinazione .btn-rotondo:hover {
            background-color: #0067B0;
            color: white;
        }

            .owl-carousel-destinazioni .item .card.destinazione .btn-rotondo:hover i {
                color: white !important;
            }

        .owl-carousel-destinazioni .item .card.destinazione div > p {
            color: white !important;
        }

        .owl-carousel-destinazioni .item .card.destinazione .image-container {
            border-radius: 15px;
            height: 400px;
            background-color: black;
        }

@media (max-width: 992px) {
    .owl-carousel-destinazioni .item .card.destinazione .image-container {
        height: 290px;
    }
}

.owl-carousel-destinazioni .item .card.destinazione .image-container > img {
    border-radius: 15px;
    height: 400px;
    object-fit: cover;
    opacity: .7;
}

@media (max-width: 992px) {
    .owl-carousel-destinazioni .item .card.destinazione .image-container > img {
        height: 290px;
    }
}

.owl-carousel-destinazioni .item .card.destinazione .card-img-overlay {
    color: white;
    text-align: center;
    width: fit-content;
    height: fit-content;
    margin: auto;
}

@media (max-width: 992px) {
    .owl-carousel-destinazioni .item .card.destinazione .card-img-overlay {
        max-width: 290px;
    }
}

.owl-carousel-destinazioni .item .card.destinazione .card-img-overlay img {
    width: 64px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 992px) {
    .owl-carousel-destinazioni .item .card.destinazione .card-img-overlay img {
        width: 42px;
    }
}

.owl-carousel-destinazioni .item .card.destinazione .card-img-overlay h5.card-title {
    color: white;
}

.owl-carousel-destinazioni .item .card.destinazione .card-img-overlay h4.destinazione {
    font-size: 21px;
    color: white;
}

.owl-carousel-destinazioni .item .card.destinazione .card-img-overlay > div > div {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 80px;
    width: 100px;
    align-items: center;
    justify-content: center;
    margin-left: 2px;
    margin-right: 2px;
}

    .owl-carousel-destinazioni .item .card.destinazione .card-img-overlay > div > div i {
        vertical-align: middle;
    }

.owl-carousel-destinazioni button.owl-next {
    font-size: 60px !important;
    color: #0067B0 !important;
    margin-left: 30px !important;
}

.owl-carousel-destinazioni button.owl-prev {
    font-size: 60px !important;
    color: #0067B0 !important;
    margin-right: 30px !important;
}

.owl-carousel-destinazioni .owl-nav [class*=owl-]:hover {
    background-color: transparent !important;
    color: #00497d !important;
}

@media (min-width: 992px) {
    .owl-carousel-destinazioni h4.destinazione {
        font-size: 32px !important;
    }
}

.boxpromo {
    padding: 0.3rem;
    border-radius: 7px;
    margin-bottom: 1rem;
    margin-left: auto;
    width: fit-content;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-items: center;
    justify-content: center;
    font-family: "Poppins", sans-serif;
}

    .boxpromo.rounded-card {
        border-radius: 15px;
    }

@media (max-width: 992px) {
    .boxpromo {
        margin-right: auto;
        margin-bottom: 0;
    }
}

.boxpromo.hotel {
    border: dotted #00BEA4 2px;
}

    .boxpromo.hotel i {
        color: #00BEA4;
    }

    .boxpromo.hotel .roundpromo {
        background: url("https://cdn.ideeperviaggiare.it/media/site/svg/green-badge.svg") center center no-repeat;
        background-size: 100%;
    }

.boxpromo.tour {
    border: dotted #FF9100 2px;
}

    .boxpromo.tour i {
        color: #FF9100;
    }

    .boxpromo.tour .roundpromo {
        background: url("https://cdn.ideeperviaggiare.it/media/site/svg/orange-badge.svg") center center no-repeat;
        background-size: 100%;
    }

.boxpromo.combinata {
    border: dotted #6F4AD5 2px;
}

    .boxpromo.combinata i {
        color: #6F4AD5;
    }

    .boxpromo.combinata .roundpromo {
        background: url("https://cdn.ideeperviaggiare.it/media/site/svg/violet-badge.svg") center center no-repeat;
        background-size: 100%;
    }

.boxpromo .roundpromo {
    color: white;
    align-self: center;
    margin-left: 2rem;
    background-size: 50%;
    width: 12rem;
    height: 10rem;
    display: flex;
    flex-direction: column;
}

@media (max-width: 992px) {
    .boxpromo .roundpromo {
        height: 12rem;
    }
}

.boxpromo .roundpromo img {
    color: white;
}

.boxpromo .roundpromo p {
    margin-top: auto;
    margin-bottom: auto;
    color: white;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-size: 1.3em;
}

    .boxpromo .roundpromo p span {
        font-size: 1.4em;
    }

.boxpromo .descrizionepromo {
    margin-top: 1rem;
}

    .boxpromo .descrizionepromo > p {
        color: #404040;
    }

    .boxpromo .descrizionepromo p.f-21 {
        line-height: 28px;
    }

    .boxpromo .descrizionepromo p.f-16 {
        line-height: 21px;
    }

.boxpromo div > h5 {
    text-transform: uppercase;
    font-size: larger;
}

.boxpromo div > p {
    line-height: 1.1;
}

    .boxpromo div > p > span {
        font-weight: bold;
    }

.boxpromo div > ul {
    list-style-type: disc;
}

@media (max-width: 992px) {
    .boxpromo div > ul li {
        text-indent: 0px;
    }
}

.boxpromo div > ul li p {
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 21px;
    text-align: left;
}

.boxpromo .dettaglio {
    display: flex;
    flex-direction: row;
}

.boxpromo h5 {
    font-weight: 900;
    font-size: 12px;
}

.boxpromo p {
    font-size: 14px;
}

.boxpromo i {
    margin-right: 0.6rem;
    margin-bottom: 0;
}

.barrapromozione {
    background-color: #0067B0;
    color: white;
    border-radius: 15px;
    padding: 2rem;
}

    .barrapromozione p {
        color: white;
    }

        .barrapromozione p:nth-child(1) {
            font-size: 24px;
            font-weight: bold;
            font-family: "Poppins", sans-serif;
        }

            .barrapromozione p:nth-child(1) span:nth-child(1) {
                font-size: 14px;
                font-weight: normal;
                text-decoration: line-through;
                padding-right: 0.3rem;
            }

            .barrapromozione p:nth-child(1) span:nth-child(2) {
                font-size: 32px;
            }

/* dfebf3 */
/* Colore di sfondo principale */
.menuinterno a {
    background-color: #edf4f9;
    padding: 10px 20px;
    border-radius: 20px;
    margin: 6px;
    line-height: 24px;
}

@media (max-width: 992px) {
    .menuinterno a {
        line-height: 46px;
    }
}

.menuinterno a:hover {
    background-color: #0067B0;
    color: white;
    text-decoration: none;
}

.img-staff {
    justify-content: space-between;
    margin: 0 auto;
}

.img-staff-container {
    width: 145px;
    height: 145px;
    border-radius: 15px;
    background-color: white;
    position: relative;
    overflow-y: hidden;
    border: none;
    transition-timing-function: ease-in;
    transition: background-color 2s;
    margin: 7px;
    display: inline-block;
}

@media (max-width: 991px) {
    .img-staff-container {
        width: 250px;
        height: 250px;
    }
}

@media (min-width: 1365px) {
    .img-staff-container {
        width: 200px;
        height: 200px;
    }
}

.img-staff-container img {
    border-radius: 15px;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    opacity: 1;
    transition-timing-function: ease-in;
    transition: opacity 2s, bottom 1s;
}

    .img-staff-container img.palma {
        width: 80%;
        margin: 0 auto;
        text-align: center;
        top: 10%;
        left: 10%;
        height: 80%;
        justify-content: center;
        position: absolute;
    }

.img-staff-container p {
    display: block;
    position: absolute;
    bottom: -50px;
    opacity: 0;
    z-index: 20;
    transition: all 1s;
    width: 100%;
    text-align: center;
    font-weight: 500;
}

.img-staff-container:hover {
    background-color: black;
}

    .img-staff-container:hover img {
        opacity: 0.5;
    }

    .img-staff-container:hover p {
        opacity: 1;
        bottom: 0;
        color: white;
        width: 100%;
    }

.border-dotted {
    border: 2px dotted #0067B0;
    border-radius: 15px;
}

    .border-dotted p {
        font-style: italic;
        color: #7b7b7b;
        padding: 30px 15px;
    }

        .border-dotted p strong {
            font-weight: 800;
        }

    .border-dotted > ul {
        list-style: none;
    }

        .border-dotted > ul li {
            font-size: 18px;
            line-height: 30px;
            color: #7b7b7b;
        }

@media (max-width: 767px) {
    .border-dotted > ul li {
        margin-left: -35px;
        margin-right: -35px;
    }
}

.border-dotted > ul li::before {
    content: "\2022";
    /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #0067B0;
    /* Change the color */
    font-weight: bold;
    /* If you want it to be bold */
    display: inline-block;
    /* Needed to add space between the bullet and the text */
    width: 1em;
    /* Also needed for space (tweak if needed) */
    margin-left: -1em;
    /* Also needed for space (tweak if needed) */
    font-size: 28px;
}

.info-box-menu {
    justify-content: space-between;
    text-align: center;
    margin-bottom: 0px;
    justify-content: center;
    padding-left: 100px !important;
    padding-right: 100px !important;
}

@media (max-width: 992px) {
    .info-box-menu {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}

.info-box-menu .info-box-menu-item {
    width: 150px;
    text-align: center;
    justify-content: center;
    margin-left: 20px;
    margin-right: 20px;
}

@media (max-width: 991px) {
    .info-box-menu .info-box-menu-item {
        margin-bottom: 50px;
    }
}

.info-box-menu .info-box-menu-item .info-box-menu-text {
    font-size: 16pt;
    font-weight: 700;
    font-family: 'Poppins', serif;
    margin-bottom: 10px;
    line-height: 25px;
}

.info-box-menu .info-box-menu-item .info-box-menu-img {
    width: 8em;
    height: 8em;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
}

.info-img-border-radius {
    height: 320px;
    border-radius: 15px;
    background: url(https://cdn.ideeperviaggiare.it/media/2020/10/coppia-spiaggia--1920x1315-168410.jpg) center center no-repeat;
    background-size: 100%;
    background-position: center;
    margin-bottom: 3rem;
}

@media (max-width: 767px) {
    .info-img-border-radius {
        margin-bottom: 0rem;
        height: 240px;
        border-radius: 0px;
    }
}

.div-quotation {
    background-color: #edf4f9;
    border-radius: 15px;
    width: 100%;
    padding: 30px 50px;
}

@media (max-width: 992px) {
    .div-quotation {
        margin-left: 20px;
        margin-right: 20px;
        padding: 30px 30px;
    }
}

.div-quotation h4 {
    font-family: "Ubuntu";
    font-weight: 300;
    font-size: 24px;
    line-height: 40px;
}

.div-quotation p {
    font-family: "Poppins", sans-serif;
    color: #404040;
    font-weight: 500;
}

.elemento {
    width: 200px;
    height: 200px;
    border-radius: 100px;
    background-position: center;
    margin: 0 auto;
    vertical-align: middle;
    display: flex;
    align-items: center;
}

    .elemento.acqua {
        background-color: #11ABD2;
    }

    .elemento.aria {
        background-color: #9270F1;
    }

    .elemento.fuoco {
        background-color: #FFB534;
    }

    .elemento.terra {
        background-color: #11D2B8;
    }

    .elemento img {
        width: 75%;
        margin: 0 auto;
    }

.icona {
    width: 130px;
    height: 130px;
    border-radius: 45px;
    background-position: center;
    margin: 0 auto;
    vertical-align: middle;
    display: flex;
    align-items: center;
}

    .icona.acqua {
        background-color: #11ABD2;
    }

    .icona.aria {
        background-color: #9270F1;
    }

    .icona.fuoco {
        background-color: #FFB534;
    }

    .icona.terra {
        background-color: #11D2B8;
    }

    .icona img {
        width: 75%;
        margin: 0 auto;
    }

@media (max-width: 768px) {
    .treimmagini {
        align-items: center;
        text-align: center;
    }
}

.treimmagini img {
    width: 100%;
    max-height: 200px;
    height: 200px;
    border-radius: 15px;
    object-fit: cover;
}

@media (max-width: 768px) {
    .treimmagini img {
        width: 80%;
        margin: 0 auto;
        margin-bottom: 15px;
        max-height: 150px;
        height: 150px;
    }
}

h2.nome-icona {
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: 400;
    font-family: "Satisfy", sans-serif;
    font-size: 40px;
}

    h2.nome-icona.acqua {
        color: #11ABD2;
    }

    h2.nome-icona.aria {
        color: #9270F1;
    }

    h2.nome-icona.fuoco {
        color: #FFB534;
    }

    h2.nome-icona.terra {
        color: #11D2B8;
    }

ol.valori {
    padding-left: 0;
    counter-reset: list;
}

    ol.valori > li {
        color: #7b7b7b;
        font-weight: 300;
        font-size: 18px;
        text-indent: 0px;
        list-style-position: inside;
        margin-bottom: 20px;
        list-style: none;
    }

        ol.valori > li .titolo {
            font-family: "Poppins", sans-serif;
            font-size: 21px;
            font-weight: 500;
            color: #404040;
        }

        ol.valori > li::before {
            content: counter(list, decimal) ") ";
            counter-increment: list;
            font-family: "Poppins", sans-serif;
            font-size: 21px;
            font-weight: 500;
            color: #404040;
        }

.number-strip {
    justify-content: space-between;
    margin-bottom: -80px !important;
}

@media (max-width: 991px) {
    .number-strip {
        margin-bottom: 0px !important;
    }
}

@media (max-width: 768px) {
    .number-strip div {
        padding-bottom: 30px;
    }
}

.number-strip h3 {
    font-size: 34px;
    color: #0067B0;
    margin-bottom: 15px;
    padding-top: 10px;
}

.number-strip h4 {
    font-size: 21px;
    font-weight: 400;
}

h3.palma {
    color: #404040;
    font-size: 28px;
    font-weight: 700;
}

.list-style-none ul li {
    list-style-type: none;
    padding: 5px;
}

    .list-style-none ul li a {
        font-size: 18px;
    }

/* FREQUENTLY ASKED QUESTIONS */
.card-faq {
    border: 0px !important;
    margin-bottom: 20px;
}

.card-header-rounded {
    border-radius: 15px !important;
    border: 1px solid #C1DEF8;
    background-color: white;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 25px;
    padding-right: 0px;
    cursor: pointer;
}

    .card-header-rounded h5 {
        color: #404040;
        font-weight: 800;
        font-size: 18px;
    }

    .card-header-rounded.collapsed button:after {
        content: "\f107" !important;
    }

    .card-header-rounded button {
        color: #404040;
        font-weight: 800;
        font-size: 18px;
        display: block;
        text-align: left;
    }

        .card-header-rounded button:hover {
            text-decoration: none;
            color: #404040;
        }

        .card-header-rounded button:after {
            content: "\f106";
            font-family: 'Font Awesome 5 Free';
            font-weight: 600;
            font-size: 30px;
            float: right;
            color: #0067B0;
            background-color: #EDF4F9;
            width: 40px;
            height: 40px;
            margin: 0 auto;
            text-align: center;
            border-radius: 20px;
        }

.card-body-faq {
    color: #7b7b7b;
    font-size: 18px;
}

/* FREQUENTLY ASKED QUESTIONS */
/* Select2 */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #404040;
    font-family: "Poppins", sans-serif;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #C1DEF8;
    border-radius: 7px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 15px;
    padding-right: 20px;
    padding-top: 9px;
}

.select2-container .select2-selection--single {
    height: 48px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px;
    right: 10px;
}

.select2-container--default.select2-container--focus .select2-selection--single, .select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #C1DEF8;
    outline: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    margin: 10px 0 10px 10px;
    width: 98%;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #0067B0;
    font-weight: 500;
}

.select2-container--default .select2-results__group {
    margin-left: 10px;
    font-family: "Poppins", sans-serif;
    padding-bottom: 0px;
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1.5em;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

.select2-search--dropdown .select2-search__field {
    padding: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    margin-right: 15px;
    font-size: 21px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #0067B0 transparent transparent transparent;
    border-style: solid;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #0067B0 transparent;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #edf4f9;
    color: #404040;
}

@media (max-width: 992px) {
    .select2-container--default .select2-search--dropdown .select2-search__field {
        width: 93%;
    }
}

/* CARD HOTEL */

.card-hotel {
    box-shadow: 0 0 15px 0 rgba(194,215,230,.5607843137254902) !important;
    border: none !important;
    border-radius: 15px !important;
}

.img-destination {
    border-radius: 15px !important;
}

.card__footer {
    border-top: 1px solid #EDF4F9;
}

.card-hotel p {
    font-size: 14px !important;
    line-height: 21px;
}






/* FINE CARD HOTEL */

/*EXPO 2020 DUBAI*/
/* dfebf3 */
/* Colore di sfondo principale */
.img-padiglioni-title .bg-title {
    opacity: 80%;
}

.img-padiglioni-title {
    background: url("https://cdn.ideeperviaggiare.it/media/site/images/2_expo_2020_dubai.jpg") center center no-repeat;
    height: 100%;
    min-height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.titolo-vdn {
    margin-top: 12rem;
}

@media (max-width: 991px) {
    .titolo-vdn {
        margin-top: 3.5rem;
    }
}

.section-destinazioni {
    align-items: center;
    padding-left: 150px !important;
    padding-right: 150px !important;
}

@media (max-width: 991px) {
    .section-destinazioni {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

.hm-card-destinazione {
    margin-bottom: 20px;
}

    .hm-card-destinazione .item {
        height: 340px;
        width: 100%;
        border-radius: 15px;
    }

@media (max-width: 992px) {
    .hm-card-destinazione .item {
        height: 350px;
        width: 100%;
        margin: 0;
        padding: 0;
    }
}

.hm-card-destinazione .item .card {
    border-radius: 15px;
}

    .hm-card-destinazione .item .card.destinazione {
        border-radius: 15px;
    }

        .hm-card-destinazione .item .card.destinazione .btn-rotondo {
            width: 45px;
            height: 45px;
            align-items: center;
        }

            .hm-card-destinazione .item .card.destinazione .btn-rotondo:hover {
                background-color: #0067B0;
                color: white;
            }

                .hm-card-destinazione .item .card.destinazione .btn-rotondo:hover i {
                    color: white !important;
                }

                .hm-card-destinazione .item .card.destinazione .btn-rotondo:hover em {
                    color: white !important;
                }

        .hm-card-destinazione .item .card.destinazione div > p {
            color: white !important;
        }

        .hm-card-destinazione .item .card.destinazione .image-container {
            border-radius: 15px;
            height: 340px;
            background-color: black;
        }

@media (max-width: 991px) {
    .hm-card-destinazione .item .card.destinazione .image-container {
        height: 350px;
    }
}

.hm-card-destinazione .item .card.destinazione .image-container > img {
    border-radius: 15px;
    height: 340px;
    width: 100%;
    object-fit: cover;
    opacity: .7;
}

@media (max-width: 991px) {
    .hm-card-destinazione .item .card.destinazione .image-container > img {
        height: 350px;
    }
}

.hm-card-destinazione .item .card.destinazione .card-img-overlay {
    color: white;
    text-align: center;
    width: fit-content;
    height: fit-content;
    margin: auto;
}

@media (max-width: 992px) {
    .hm-card-destinazione .item .card.destinazione .card-img-overlay {
        max-width: 350px;
    }
}

.hm-card-destinazione .item .card.destinazione .card-img-overlay img {
    width: 64px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 992px) {
    .hm-card-destinazione .item .card.destinazione .card-img-overlay img {
        width: 42px;
    }
}

.hm-card-destinazione .item .card.destinazione .card-img-overlay h5.card-title {
    color: white;
}

.hm-card-destinazione .item .card.destinazione .card-img-overlay h3.destinazione {
    font-size: 32px;
    color: white;
}

.hm-card-destinazione .item .card.destinazione .card-img-overlay > div > div {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 80px;
    width: 100px;
    align-items: center;
    justify-content: center;
    margin-left: 2px;
    margin-right: 2px;
}

    .hm-card-destinazione .item .card.destinazione .card-img-overlay > div > div i {
        vertical-align: middle;
    }

.hm-card-destinazione button.owl-next {
    font-size: 60px !important;
    color: #0067B0 !important;
    margin-left: 30px !important;
}

.hm-card-destinazione button.owl-prev {
    font-size: 60px !important;
    color: #0067B0 !important;
    margin-right: 30px !important;
}

.hm-card-destinazione .owl-nav [class*=owl-]:hover {
    background-color: transparent !important;
    color: #00497d !important;
}

.countdown-row {
    padding-top: 15px;
    border-bottom: 2px dotted #33A5F5;
    border-left: 2px dotted #33A5F5;
    border-right: 2px dotted #33A5F5;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding-bottom: 0px;
}

.countdown {
    font-family: "Poppins", sans-serif;
    font-size: 16pt;
    font-weight: 900;
    background-color: #EDF4F9;
    border-radius: 15px;
    color: #404040;
}

    .countdown span {
        padding-right: 10px;
    }

#more {
    display: none;
    width: 100%;
}

    #more.expanded {
        display: block;
    }

#readMore {
    width: 100%;
    color: #0067B0;
    font-weight: 600;
    cursor: pointer;
}

#readLess {
    width: 100%;
    display: none;
    color: #0067B0;
    font-weight: 600;
    cursor: pointer;
}

.expoTemi {
    padding: 10px;
    text-align: center;
}

    .expoTemi h3 {
        font-family: "Poppins", sans-serif;
        font-size: 26px;
        color: white;
        border-radius: 10px;
        width: 100%;
        margin: 0 auto;
        margin-top: 15px;
        padding-top: 6px;
        padding-bottom: 6px;
        font-weight: 700;
    }

        .expoTemi h3.opportunita {
            background-color: #FFB534;
        }

        .expoTemi h3.mobilita {
            background-color: #11ABD2;
        }

        .expoTemi h3.sostenibilita {
            background-color: #11D2B8;
        }

    .expoTemi img {
        height: 200px;
    }

    .expoTemi p {
        font-size: 16px;
    }

.boxPadiglione {
    position: relative;
    text-align: center;
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 15px;
}

    .boxPadiglione.Live {
        background: url("https://cdn.ideeperviaggiare.it/media/2021/06/expo-2020-dubai-padiglione-expo-live-veduta-esterna-800x533-389723.jpg") center center no-repeat;
    }

    .boxPadiglione.Women {
        background: url("https://cdn.ideeperviaggiare.it/media/2018/10/volto-di-donna-araba-con-vestito-locale-800x533-17970.jpg") center center no-repeat;
    }

    .boxPadiglione p {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        font-family: "Poppins", sans-serif;
        font-weight: 600;
        font-size: 32px;
    }

.bannerEventi {
    position: relative;
    width: 100%;
    object-fit: cover;
    background: url("https://cdn.ideeperviaggiare.it/media/2019/12/emirati-dubai-pacchetto-dubai-expo-4-giorni-3-notti-1920x1080-102496.jpg") center center no-repeat;
    min-height: 600px;
    padding-top: 0;
    margin-top: 0;
}

@media (max-width: 991px) {
    .bannerEventi {
        min-height: 350px;
        background: url("https://cdn.ideeperviaggiare.it/media/2019/12/emirati-dubai-pacchetto-dubai-expo-4-giorni-3-notti-800x450-102496.jpg");
    }
}

.bannerEventi .textEventi {
    position: absolute;
    top: 35%;
}

@media (max-width: 991px) {
    .bannerEventi .textEventi {
        position: absolute;
        top: 20%;
    }
}

.caleandarWrapper {
    border: 1px solid #C1DEF8;
    border-radius: 15px;
    float: left;
    margin-top: 30px;
    padding-top: 30px;
    width: 100%;
}

#caleandar {
    width: 100% !important;
}

.rigaContent h3 {
    font-size: 28px;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    padding-bottom: 8px;
}

.rigaContent p {
    font-size: 16px;
}

.rigaContent .txtContent {
    padding-left: 20px;
    padding-right: 10px;
    padding-top: 20px;
}

@media (max-width: 991px) {
    .rigaContent .txtContent {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.rigaContent img {
    width: 100%;
    border-radius: 15px;
    margin-top: 20px;
}

/*EXPO 2020 DUBAI*/
/*Sezione Francesca*/
/* BASIC */
html {
    overflow-x: hidden;
}

body {
    font-family: "Ubuntu", sans-serif;
    background: #dfebf3;
    outline: none !important;
    color: #404040;
}

html,
body {
    margin: 0 !important;
    overflow-x: hidden;
}

    body .scrollbar-body {
        /*Questa è la classe per dire al body di far sparire la scrollbar quando vengono aperti i filtri*/
        overflow-y: hidden;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    color: #404040;
    margin-bottom: 0px;
    line-height: 1;
}

.ubuntu {
    font-family: "Ubuntu", sans-serif;
}

.poppins {
    font-family: "Poppins", sans-serif;
}

.satisfy {
    font-family: "Satisfy", sans-serif;
}

h1 {
    font-size: 24px;
    font-weight: 700;
}

    h1.satisfy {
        font-size: 7vw;
        letter-spacing: -0.5px;
        margin-bottom: -10px;
        text-align: center;
    }

@media (min-width: 768px) {
    h1.satisfy {
        font-size: 42px;
        font-weight: bold;
        letter-spacing: -1.0px;
    }
}

h1.poppins {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: -0.5px;
    text-align: center;
}

@media (min-width: 768px) {
    h1.poppins {
        font-size: 42px;
        font-weight: bold;
        letter-spacing: -1.0px;
    }
}

h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
}

    h2.satisfy {
        font-size: 8vw;
        line-height: 11vw;
        letter-spacing: -0.5px;
        margin-bottom: -5px;
        margin-top: 30px;
        text-align: center;
    }

@media (min-width: 768px) {
    h2.satisfy {
        font-size: 42px;
        line-height: 42px;
        letter-spacing: -1.3px;
        margin-bottom: 3px;
    }
}

h2.poppins, h1.poppins {
    font-size: 42px;
    line-height: 42px;
    font-weight: 700;
    letter-spacing: -0.5px;
    margin-bottom: 30px;
    text-align: center;
}

@media (max-width: 768px) {
    h2.poppins, h1.poppins {
        font-size: 32px;
        line-height: 32px;
        font-weight: bold;
        letter-spacing: -1.0px;
        margin-bottom: 20px;
    }
}

h3.card-title {
    color: #404040;
    font-weight: 800;
    font-size: 21px;
    line-height: 24px;
    text-align: center;
}

h5 {
    font-size: 18px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: -0.5px;
    margin-bottom: 0 !important;
}

h6 {
    font-size: 16px;
    font-weight: 500;
}

p {
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    color: #7b7b7b;
}

    p.black {
        color: #404040;
    }

        p.black > strong {
            font-weight: bold;
            color: #404040;
        }

    p.ubuntu {
        font-family: "Ubuntu", sans-serif;
    }

    p.ubuntustrong {
        font-weight: bold;
        font-family: "Ubuntu", sans-serif;
    }

@media (max-width: 992px) {
    p {
        color: #404040;
    }
}

li {
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    color: #7b7b7b;
}

@media (max-width: 992px) {
    li {
        color: #404040;
    }
}

.close-warning {
    opacity: 1;
}

.alert {
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 0;
}

    .alert.alert-warning {
        background-color: #FFB534;
        border: none;
        border-radius: 0;
    }

        .alert.alert-warning p {
            color: white !important;
            margin-bottom: 0 !important;
        }

        .alert.alert-warning > div > div {
            height: auto;
            margin-left: 1rem;
        }

        .alert.alert-warning .btn.btn-primary {
            background: #e79200;
            color: #ffffff !important;
            font-weight: 500 !important;
            border: none !important;
            padding: 10px 20px;
            border-radius: 90px;
            font-family: "Poppins", sans-serif;
            font-size: 12px;
        }

            .alert.alert-warning .btn.btn-primary:hover, .alert.alert-warning .btn.btn-primary:focus {
                color: #ffffff !important;
                background: #cd8200 !important;
                border: none !important;
                box-shadow: none !important;
            }

    .alert.alert-danger {
        background-color: #FF516F;
        border: none;
        border-radius: 0;
    }

        .alert.alert-danger p {
            color: white !important;
            margin-bottom: 0 !important;
        }

        .alert.alert-danger > div > div {
            height: auto;
            margin-left: 1rem;
        }

        .alert.alert-danger .btn.btn-primary {
            background: #ff0530;
            color: #ffffff !important;
            font-weight: 500 !important;
            border: none !important;
            padding: 10px 20px;
            border-radius: 90px;
            font-family: "Poppins", sans-serif;
            font-size: 12px;
        }

            .alert.alert-danger .btn.btn-primary:hover, .alert.alert-danger .btn.btn-primary:focus {
                color: #ffffff !important;
                background: #ea0028 !important;
                border: none !important;
                box-shadow: none !important;
            }

    .alert.alert-info {
        background-color: #11ABD2;
        border: none;
        border-radius: 0;
    }

        .alert.alert-info p {
            color: white !important;
            margin-bottom: 0 !important;
        }

        .alert.alert-info > div > div {
            height: auto;
            margin-left: 1rem;
        }

        .alert.alert-info .btn.btn-primary {
            background: #0b718b;
            color: #ffffff !important;
            font-weight: 500 !important;
            border: none !important;
            padding: 10px 20px;
            border-radius: 90px;
            font-family: "Poppins", sans-serif;
            font-size: 12px;
        }

            .alert.alert-info .btn.btn-primary:hover, .alert.alert-info .btn.btn-primary:focus {
                color: #ffffff !important;
                background: #095e74 !important;
                border: none !important;
                box-shadow: none !important;
            }

    .alert.alert-success {
        background-color: #11D2B8;
        border: none;
        border-radius: 0;
    }

        .alert.alert-success p {
            color: white !important;
            margin-bottom: 0 !important;
        }

        .alert.alert-success > div > div {
            height: auto;
            margin-left: 1rem;
        }

        .alert.alert-success .btn.btn-primary {
            background: #0b8b7a;
            color: #ffffff !important;
            font-weight: 500 !important;
            border: none !important;
            padding: 10px 20px;
            border-radius: 90px;
            font-family: "Poppins", sans-serif;
            font-size: 12px;
        }

            .alert.alert-success .btn.btn-primary:hover, .alert.alert-success .btn.btn-primary:focus {
                color: #ffffff !important;
                background: #097465 !important;
                border: none !important;
                box-shadow: none !important;
            }

@media (max-width: 727px) {
    .alert div > p {
        margin-top: 0rem;
        font-size: 14px;
        text-align: left !important;
    }
}

@media (max-width: 727px) {
    .alert {
        padding: 1rem 0 1rem 0 !important;
    }

        .alert a {
            margin-top: 1rem;
        }
}

@media (max-width: 727px) {
    .alert .d-flex {
        display: initial !important;
    }

    .text-alert p {
        padding: 0;
        margin: -25px 0 0 20px !important;
        font-weight: 400;
        max-width: 80%;
        line-height: 21px;
    }

    .alert a {
        margin: 10px 0 0 20px !important;
    }

    .alert .fa-exclamation-circle {
        display: none;
    }
}

hr {
    border-top: 1px solid #edf4f9;
}

.black {
    color: #404040 !important;
}

.grey {
    color: #7b7b7b !important;
}

p.grey {
    color: #7b7b7b !important;
}

@media (max-width: 992px) {
    p.grey {
        color: #404040 !important;
    }
}

.white {
    color: #ffffff !important;
}

.blue-ipv {
    color: #0067B0 !important;
}

.cyan {
    color: #33a5f5 !important;
}

.bg-cyan {
    background-color: #33a5f5;
}

.sky {
    color: #c1def8 !important;
}

.bg-light {
    background: #edf4f9 !important;
}

.bg-light-grey {
    background: #f9f9f9 !important;
}

.bg-blue-ipv {
    background: #0067B0 !important;
}

.bg-red-ipv {
   
    background: #FF0000 !important;
}

.bg-blue-footer {
    background: #005998 !important;
}

/* COLORI CATEGORIE DESTINAZIONI */
.bg-acqua {
    background: #11ABD2;
}

.bg-terra {
    background: #11D2B8;
}

.bg-aria {
    background: #9270F1;
}

.bg-fuoco {
    background: #FFB534;
}

/* COLORI CATEGORIE OFFERTE */
.bg-hotel {
    background: #00BEA4;
}

.bg-tour {
    background: #FF9100;
}

.bg-combinata {
    background: #6F4AD5;
}

/* Colori */
.c-arancione {
    color: #f37b29;
}

.c-marrone {
    color: #967348;
}

.c-gold {
    color: goldenrod;
}

.c-fucsia {
    color: #e30688;
}

.c-verde {
    color: #219145;
}

.c-celeste {
    color: #24abe2;
}

.c-giallo {
    color: #fec113;
}

.c-rosso {
    color: #df232f;
}

.c-viola {
    color: #90288d;
}

.colore-nerochiaro {
    color: #373737;
}

.c-ok {
    color: #4caf50;
}

.colorehotel {
    color: #19671d;
}

.coloretour {
    color: #66150b;
}

.coloreescursione {
    color: goldenrod;
}

.coloredestinazione {
    color: #156298;
}

.coloreipv {
    color: #156298;
}

/* End colori*/
/* BUTTONS INPUTS SELECT */
button:focus,
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
[type="text"].form-control:focus,
[type="password"].form-control:focus,
[type="email"].form-control:focus,
[type="tel"].form-control:focus,
[contenteditable].form-control:focus {
    outline: none !important;
    box-shadow: none !important;
}

input,
select,
textarea {
    height: 48px !important;
    border-color: #c1def8 !important;
    font-size: 16px !important;
    color: #404040 !important;
    border-radius: 0.55rem !important;
    font-weight: 300 !important;
}

textarea {
    height: auto !important;
}

.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.input-group-text {
    background-color: #dfebf3;
    border: 1px solid #c1def8;
    color: #0067b0;
    border-radius: 0.55rem !important;
}

.border-l-none {
    border-left: none !important;
}

.border-r-none {
    border-right: none !important;
}

.border-top {
    border-top: 1px solid #EDF4F9 !important;
}

.border-bottom {
    border-bottom: 1px solid #EDF4F9 !important;
}

.border-right {
    border-right: 1px solid #EDF4F9 !important;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #7b7b7b !important;
    font-weight: 300;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #7b7b7b !important;
    font-weight: 300;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #7b7b7b !important;
    font-weight: 300;
}

.link-search {
    color: #0067b0;
    font-weight: 700;
}

    .link-search:hover {
        color: #33a5f5;
        text-decoration: none;
    }

    .link-search.f-21 {
        font-size: 16px !important;
        margin-top: 4px;
    }

a {
    color: #0067b0;
    text-decoration: none;
    font-weight: 500;
}

    a:hover {
        text-decoration: underline;
    }

        a:hover.dropdown-item {
            background: #edf4f9;
            color: #33a5f5 !important;
        }

.form-check-input,
.input-group-text input {
    height: auto !important;
}

.border-danger {
    border-color: #ff516f !important;
}

.text-danger {
    color: #ff516f !important;
}

select option {
    font-size: 14px;
    font-weight: 300;
}

/* Top-banner & gradient overlay */
.top-banner, .ideemoon-top-banner, .expodubai-top-banner, .nozze-top-banner, .mareinverno-top-banner, .svalentino-top-banner, .USA-top-banner, .marcelletti-top-banner, .QATAR-top-banner, .autunno-top-banner, .itercatalogo-top-banner, .summerspring-top-banner, .esclusive-top-banner, .unconvention-top-banner {
    width: 100%;
    height: 660px;
    background: url("https://cdn.ideeperviaggiare.it/media/site/images/frame-xmas-video.png") no-repeat 50% 50%;
    background-size: cover;
}

    .top-banner h2, .ideemoon-top-banner h2 {
        font-weight: 600;
    }

    .ideemoon-top-banner.lazyloaded {
        background: url("https://cdn.ideeperviaggiare.it/media/site/images/ideemooncollection.webp") no-repeat 50% 50%;
    }

.expodubai-top-banner {
    background: url("https://cdn.ideeperviaggiare.it/media/site/images/expo-2020-dubai.webp") no-repeat 50% 50%;
}



@media (max-width: 768px) {

    .top-banner h2, .expodubai-top-banner h2, .sipuoviaggiare-top-banner h2, .LNBI-top-banner h2, .capodanno-top-banner h2, .nozze-top-banner h2, .mareinverno-top-banner h2, .svalentino-top-banner h2, .USA-top-banner h2, .marcelletti-top-banner h2, .QATAR-top-banner h2, .autunno-top-banner h2, .itercatalogo-top-banner h2, .summerspring-top-banner h2, .capodanno-top-banner h2 {
        line-height: 60px;
    }
    .esclusive-top-banner h2 {
        font-size:42px !important;
        line-height:46px !important;   
    }
    .logo-unc{
        width: 40% !important;
    }
    .ideemoon-top-banner h2, .unconvention-top-banner h2 {
        line-height: 46px !important;
    }
}




.overlay-gradient {
    position: relative;
}

    .overlay-gradient::before, .bannerEventi::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: linear-gradient(to bottom, #156298, transparent);
        display: block;
        opacity: 0.90;
    }

.bannerEventi::before {
    background: linear-gradient(to bottom, #404040, transparent);
    opacity: 0.70;
}

.overlay-content {
    z-index: 99;
    position: relative;
    margin-top: -20px;
}

.bannerEventi .overlay-content {
    padding-top: 14%;
}


/* Pager */
.page-item.disabled .page-link {
    color: #0067B0;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border: 0px;
    border-radius: 7px;
    margin-right: 10px;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #33A5F5;
    border: 0px;
    border-radius: 7px;
    margin-right: 10px;
}

.page-item .page-link {
    margin-right: 10px;
    border: 0px;
    border-radius: 7px;
}

    .page-item .page-link:hover {
        background-color: #dfebf3;
    }

.page-item:last-child .page-link {
    border-radius: 7px;
}

.filters-offers .btn-white {
    border: solid 1px white !important;
}

    .filters-offers .btn-white:hover {
        background: #ffffff !important;
        color: #0067B0 !important;
    }

/* Share icon */
.share-detail-offer a:hover {
    background: #33a5f5;
    color: white !important;
}

/* Search destinazioni */
.search-destinazioni section {
    margin: 0px !important;
    padding-bottom: 0px !important;
}

/* Play button animated */
.animated-btn {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    line-height: 80px;
    display: inline-block;
    text-align: center;
    background: #ffffff;
    position: relative;
    padding: 0;
    border: 0px;
}

    .animated-btn::before,
    .animated-btn::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.8);
        animation: ripple-1 2s infinite ease-in-out;
        z-index: -1;
    }

    .animated-btn::after {
        background: rgba(255, 255, 255, 0.6);
        animation: ripple-2 2s infinite ease-in-out;
        animation-delay: 0.5s;
    }

@keyframes ripple-1 {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes ripple-2 {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.7);
        opacity: 0;
    }
}

.modal-video-ipv .modal-dialog {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
}

.modal-video-ipv .modal-body {
    position: relative;
    padding: 0px;
}

.modal-video-ipv .close {
    position: absolute;
    width: 40px;
    height: 40px;
    right: -40px;
    top: 0;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    background-color: #0067B0 !important;
    opacity: 1;
}

/* STYLE GUIDE */
.img-title {
    background: url("https://cdn.ideeperviaggiare.it/media/site/images/img_viaggi_nozze.png") center center no-repeat;
    height: 100%;
    min-height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bg-title {
    background: #ffffff;
    padding: 20px 60px;
    border-radius: 15px;
}

@media (max-width: 767px) {
    .bg-title {
        background: #ffffff;
        padding: 20px 30px;
        border-radius: 15px;
    }
}

.img-blog-title .bg-title {
    padding: 5px 40px 10px 40px;
}

.img-stampa-title .bg-title {
    padding: 5px 15px 10px 15px;
}

.avatar {
    width: 200px;
    height: 200px;
}

.small-separator {
    background: #c1def8;
    border-radius: 90px;
    height: 7px;
    width: 60px;
    margin: 0 auto;
}

    .small-separator .thin {
        height: 1px;
        width: 100%;
    }

.title-team {
    background: #ffffff;
    margin-top: 90px !important;
}

.img-cataloghi {
    width: 200px;
    height: 200px;
}

.a-page {
    box-sizing: border-box;
    display: block;
    width: 100%;
    overflow-x: hidden;
}

.pageContent {
    box-sizing: border-box;
    display: block;
    margin: 0 auto;
    max-width: none;
    overflow: hidden;
}

    .pageContent header {
        padding-right: 20px;
    }

    .pageContent p {
        padding-right: 20px;
    }

/* HEADER */
.container-edit {
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    /*  overflow: hidden; */
}

.separator {
    height: 1px;
    background: #edf4f9;
    width: 100%;
}

.dropdown-divider {
    border-top: 1px solid #c1def8;
}

.dropdown-menu {
    border: 1px solid #c1def8;
    border-radius: 0.45rem;
}

.divider-header {
    width: 3px;
    height: 20px;
    background: #c1def8;
    border-radius: 90px;
}

.up-header {
    position: absolute;
    top: auto;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: 0 15px;
}

/* SECTION 25 ANNI */
.img-25anni {
    background: url("https://cdn.ideeperviaggiare.it/media/site/images/img_25anni.png") center center no-repeat;
    height: 100%;
    min-height: 480px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* SECTION BANNER FOCUS */
.img-banner-focus.lazyloaded {
    background: url("https://cdn.ideeperviaggiare.it/media/site/images/ideemooncollection.webp") center center no-repeat;
    background-color: grey;
    height: 100%;
    min-height: 650px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-banner-focus p {
    color: white;
}

/* Destinazioni di viaggio Living the world */
@media (min-width: 992px) {
    .slider-palma {
        background-image: url("https://cdn.ideeperviaggiare.it/media/site/svg/bg-palma.svg");
        background-size: 600px 600px;
        background-position-x: -100px;
        background-position-y: 120px;
        background-repeat: no-repeat;
    }
}

/* MIGLIORI OFFERTE */
#blogCarousel.slide {
    background: #edf4f9 !important;
    text-align: left;
}

    #blogCarousel.slide .col-md-4 {
        padding: 0px;
        padding-bottom: 40px;
    }

.blog .carousel-indicators {
    position: absolute !important;
    bottom: 0px;
}

    .blog .carousel-indicators li {
        background: #ffffff;
        border-radius: 50%;
        width: 15px;
        height: 0px;
        border-top: 10px solid transparent !important;
        border-bottom: 5px solid transparent !important;
    }

    .blog .carousel-indicators .active {
        background: #c1def8;
    }

.item-carousel-blog-block {
    outline: medium none;
    padding: 15px;
}

.item-box-blog {
    z-index: 4;
    border-radius: 15px;
    box-shadow: 0px 0px 15px 0px rgba(194, 215, 230, 0.6);
    background: #ffffff;
    padding-bottom: 40px;
    margin: 20px;
}

.item-box-blog-image {
    position: relative;
}

    .item-box-blog-image figure img {
        width: 100%;
        height: auto;
    }

.item-box-blog-body i.fa-ellipsis-h:hover {
    color: #33a5f5 !important;
}

.category-offer {
    font-family: "Poppins", sans-serif;
}

.match-percent {
    font-family: "Poppins", sans-serif;
}

/* PERCHE SCEGLIERE NOI */
.shape {
    background: url("https://cdn.ideeperviaggiare.it/media/site/svg/shape.svg") center top no-repeat;
    width: 250px;
    height: 200px;
}

.boxed {
    border: 1px solid #c1def8;
    border-radius: 15px;
}

/* NEWSLETTER */
/*.bg-newsletter {
    height: 100%;
    min-height: 720px;
    background: url("https://cdn.ideeperviaggiare.it/media/site/images/img_newsletter.webp") center center no-repeat;
    background-size: cover;
}*/

.bg-newsletter.lazyloaded {
    height: 100%;
    min-height: 720px;
    background: url("https://cdn.ideeperviaggiare.it/media/site/images/img_newsletter.webp") center center no-repeat;
    background-size: cover;
}

.form-newsletter {
    padding-top: 1.5rem !important;
    padding: 0;
    height: 100%;
    min-height: 720px;
    text-align: center;
}

    .form-newsletter p {
        margin-left: 20px !important;
        margin-right: 20px !important;
        line-height: 24px;
    }

    .form-newsletter form {
        margin: 0 1.5rem 2rem 1.5rem;
    }

    .form-newsletter .form-group {
        text-align: left;
        margin: 0 0 1.5rem 0;
    }

    .form-newsletter .form-check {
        text-align: left;
    }

@media (max-width: 992px) {
    .form-newsletter form {
        text-align: left;
    }
}

@media (min-width: 992px) {
    .form-newsletter {
        padding: 60px;
        text-align: left;
    }

        .form-newsletter form {
            margin: 0 0 0 0;
        }

        .form-newsletter .form-group {
            margin: 0 0 1.5rem 0;
        }

        .form-newsletter p {
            margin-left: 0 !important;
            margin-right: 0 !important;
        }
}

.check-newsletter {
    height: auto !important;
    background-color: #fff !important;
    border: 1px solid red !important;
}

/* FILTER OFFERS */
.scrollbar {
    height: 100%;
    width: 500px;
    overflow-y: scroll;
}

    .scrollbar::-webkit-scrollbar-track {
        background-color: #dfebf3;
    }

    .scrollbar::-webkit-scrollbar {
        width: 12px;
        background-color: #dfebf3;
    }

    .scrollbar::-webkit-scrollbar-thumb {
        background-color: #c1def8;
    }

.margin-scrollbar {
    margin-bottom: 190px !important;
}

.special .box-filter {
    min-height: 114px;
}

.box-filter {
    background: #ffffff;
    border: 1px solid #c1def8;
    border-radius: 15px;
    transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
    cursor: pointer;
}

    .box-filter a {
        color: #404040 !important;
        display: block;
    }

        .box-filter a:hover, .box-filter:hover {
            text-decoration: none !important;
            border-color: #33a5f5;
        }

.close-filters {
    color: #ffffff;
    transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
}

.active-filter,
.active-filter a,
.active-filter a i {
    color: #0067b0 !important;
    border-color: #33a5f5 !important;
}

    .active-filter a p {
        font-weight: 500 !important;
    }

.disabled-filter,
.disabled-filter a {
    color: #cbcbcb !important;
    border-color: #f2f2f2 !important;
}

    .disabled-filter a i {
        color: #f2f2f2 !important;
    }

.box-filter.disabled-filter,
.box-filter.disabled-filter a {
    cursor: default !important;
}

.box-filter:hover.button-filter {
    border-color: #0067b0 !important;
}

.slidecontainer {
    width: 100%;
    /* Width of the outside container */
}

.box-filter p {
    margin: 10px !important;
}

.collapse-filter {
    width: 100%;
}

    .collapse-filter .box-filter {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 70px;
    }

    .collapse-filter p {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .collapse-filter .box-filter img {
        width: 85%;
    }

/* The slider itself */
.slider-price {
    /* Override default CSS styles */
    appearance: none;
    width: 100%;
    /* Full-width */
    height: 15px;
    border-radius: 5px;
    background: #edf4f9;
    outline: none;
    /* Remove outline */
    opacity: 0.7;
    /* Set transparency (for mouse-over effects on hover) */
    /* 0.2 seconds transition on hover */
    transition: opacity 0.2s;
}

    .slider-price:hover {
        /* Mouse-over effects */
        opacity: 1;
        /* Fully shown on mouse-over */
    }

    /* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
    .slider-price::-webkit-slider-thumb {
        /* Override default look */
        appearance: none;
        width: 25px;
        /* Set a specific slider handle width */
        height: 25px;
        border-radius: 90px;
        background: #33a5f5;
        cursor: pointer;
        /* Cursor on hover */
    }

    .slider-price::-moz-range-thumb {
        width: 25px;
        /* Set a specific slider handle width */
        height: 25px;
        border-radius: 90px;
        background: #33a5f5;
        cursor: pointer;
        /* Cursor on hover */
    }

.slidecontainer input {
    height: 7px !important;
}



.social-icon {
    display: block;
    padding: 0;
    cursor: pointer;
    background: #33A5F5;
    color: #ffffff;
    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;
    }

.hidden-icon {
    display: block;
    width: 18px;
    height: 18px;
}

.logo {
    width: 100%;
}

@media (min-width: 768px) and (max-width: 1365px) {
    .btn-header {
        display: none;
    }
}

@media (min-width: 1365px) {
    .link-header,
    .link-login,
    .link-login-mobile {
        display: none;
    }
}

/* RESPONSIVE */
@media (min-width: 992px) and (max-width: 1365px) {
    .container-edit {
        max-width: 1024px;
    }

    .nav-link-login,
    .link-login-mobile {
        display: none;
    }

    .form-homepage .float-right p {
        font-size: 16px !important;
    }

    .item-box-blog-image h5 {
        font-size: 16px !important;
    }

    p {
        font-size: 18px;
        line-height: 26px;
    }

    h3 {
        font-size: 36px;
    }

    h4 {
        font-size: 21px;
        line-height: 24px;
    }

    .shape {
        margin-left: 0px !important;
    }

    .img-callcenter h3 {
        font-size: 28px !important;
    }

    .img-callcenter h5 {
        font-size: 18px !important;
    }

    .avatar {
        width: 150px;
        height: 150px;
    }

    .team-section h5 {
        font-size: 18px;
    }

    .img-cataloghi {
        width: 150px;
        height: 150px;
    }
}

.copyright p {
    color: white;
}

@media (max-width: 576px) {
    .copyright a,
    .copyright a:visited {
        line-height: 21px;
    }
}

@media (max-width: 991px) {
    .copyright .nav {
        display: inherit;
        text-align: center;
        margin-top: 15px;
    }

    .copyright .text-right {
        text-align: center !important;
    }
}

@media (max-width: 991px) {
    .divider-header,
    .nav-link .fa-user {
        display: none;
    }

    .form-homepage .float-right p {
        font-size: 16px !important;
    }

    .img-callcenter .col-md-12 {
        text-align: center !important;
    }

    .img-callcenter h3 {
        font-size: 26px;
    }

    .img-callcenter .row.pt-5 {
        padding-top: 30px !important;
    }

    .img-primo-piano {
        width: 52% !important;
    }

    .paragraph-section,
    .team-section,
    .catalogs-section {
        text-align: center !important;
    }

        .catalogs-section h4,
        .staff h4,
        .paragraph-section h4 {
            margin-top: 30px;
            font-size: 28px !important;
        }

        .paragraph-section img {
            margin-top: 40px;
        }

    .marcelletti-badge {
        display: inline-block;
        width: auto;
        /*        margin-top: 30px;
*/
    }

        .marcelletti-badge img {
            margin-top: 0px !important;
        }

    .living-nome-area {
        margin-top: 20px !important;
    }
}

@media (max-width: 992px) {
    /*and (max-width: 991px) {*/
    .form-homepage .fa-lightbulb {
        display: none;
    }

    .blog {
        padding-left: 5%;
        padding-right: 5%;
    }

    .item-box-blog {
        margin: 10px;
    }

    .item-box-blog-image h5 {
        font-size: 16px !important;
    }

    p {
        font-size: 18px;
        line-height: 26px;
    }

    .focus p {
        font-size: 18px;
        line-height: 26px;
    }

    h3 {
        font-size: 36px;
    }

    h4 {
        font-size: 18px;
        line-height: 21px;
    }

    .shape {
        margin-left: 0px !important;
        width: 210px;
    }
}

@media (max-width: 991px) {
    .form-homepage .second-search {
        float: none !important;
        display: flex;
        justify-content: center;
    }

    .second-search {
        background: #edf4f9;
        padding-top: 10px;
        border-radius: 7px;
    }

    .logo-astoi2 {
        margin-top: 30px;
    }

    .logo-imc {
        width: 80%;
    }

    .slider-palma .owl-stage {
        margin-left: 15px;
    }

    h3 {
        font-size: 36px;
        text-align: center;
    }

    p {
        text-align: center;
    }

    .bg-newsletter {
        min-height: 320px;
    }

    .boxed {
        text-align: center;
        margin: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

        .boxed .col-md-12 {
            padding-left: 0px !important;
        }

    .shape {
        margin-left: 0px;
        background: url("https://cdn.ideeperviaggiare.it/media/site/svg/shape.svg") 35px 0 no-repeat;
    }

        .shape img {
            margin-left: 70px !important;
            margin-top: 30px !important;
        }

    .why-us .offset-2 {
        margin-left: 0px;
    }

    .focus .col-md-12 {
        margin-bottom: 60px;
    }

    .item-box-blog {
        margin: 45px;
        margin-top: 0px;
    }

    #blogCarousel.slide .col-md-4 {
        padding-bottom: 0px;
    }

    .img-callcenter {
        padding-right: 20px;
        padding-left: 20px;
    }

        .img-callcenter .row.pt-5 {
            padding-top: 10px !important;
        }

    .phone-text {
        font-size: 16px !important;
    }

    .intro-filters {
        flex-wrap: wrap !important;
        text-align: center;
        padding: 30px !important;
    }
}

@media (max-width: 576px) {
    .container,
    .container-md,
    .container-sm,
    .container-header {
        padding: 0;
    }

    .divider-header,
    .nav-link .fa-user {
        display: none;
    }
}

@media (min-width: 576px) {
    .container,
    .container-md,
    .container-sm,
    .container-header {
        padding: 0;
    }
}

@media (min-width: 320px) and (max-width: 575px) {
    .slideshow-pagination {
        top: 420px;
    }
    /*     .bg-title {
        margin-right: 40px;
        margin-left: 40px;
    } */
    .paragraph-section h4 {
        margin-top: 0px !important;
    }
}

/* BASIC */
.card-box-blog-social:hover {
    color: #33a5f5;
}

.box-tag-blog {
    border-radius: 15px;
    border: 1px solid #11abd2;
    margin-bottom: 20px;
    padding-bottom: 25px;
    display: block;
}

    .box-tag-blog p {
        padding-left: 20px;
    }

/* Responsive font */
.font-responsive {
    font-size: 22px;
}

@media (max-width: 992px) {
    .font-responsive {
        font-size: 18px;
    }
}

/* COLORI PRIMARI */
.backgroundipvcolor {
    background-color: #0467aa;
}

.mce-content-body {
    font-size: 16px;
}

/* LAYOUT */
body.boxed-layout {
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 991px) and (max-width: 1365px) {
    body.boxed-layout {
        max-width: 1024px;
        box-shadow: 0 0 9px 3px rgba(0, 0, 56, 0.3);
    }
}

@media (min-width: 1400px) {
    body.boxed-layout {
        box-shadow: 0 0 9px 3px rgba(0, 0, 56, 0.3);
    }
}

/* ---------------------------------------------------------
    Offerte stili
   ---------------------------------------------------------*/
.btn-specializzazioni {
    color: #ffffff;
    background-color: #879c86;
    border-color: #130269;
}

    .btn-specializzazioni:hover,
    .btn-specializzazioni:focus,
    .btn-specializzazioni:active,
    .btn-specializzazioni.active,
    .open .dropdown-toggle.btn-specializzazioni {
        color: #ffffff;
        background-color: #0067b1;
        border-color: #130269;
    }

    .btn-specializzazioni:active,
    .btn-specializzazioni.active,
    .open .dropdown-toggle.btn-specializzazioni {
        background-image: none;
    }

    .btn-specializzazioni.disabled,
    .btn-specializzazioni[disabled],
    fieldset[disabled] .btn-specializzazioni,
    .btn-specializzazioni.disabled:hover,
    .btn-specializzazioni[disabled]:hover,
    fieldset[disabled] .btn-specializzazioni:hover,
    .btn-specializzazioni.disabled:focus,
    .btn-specializzazioni[disabled]:focus,
    fieldset[disabled] .btn-specializzazioni:focus,
    .btn-specializzazioni.disabled:active,
    .btn-specializzazioni[disabled]:active,
    fieldset[disabled] .btn-specializzazioni:active,
    .btn-specializzazioni.disabled.active,
    .btn-specializzazioni[disabled].active,
    fieldset[disabled] .btn-specializzazioni.active {
        background-color: #879c86;
        border-color: #130269;
    }

    .btn-specializzazioni .badge {
        color: #879c86;
        background-color: #ffffff;
    }

/*Fine bottone bootstrap customizzato*/
.categorieEvidenziate {
    background-color: whitesmoke;
}

    .categorieEvidenziate .titoloCategoria {
        font-weight: bold;
    }

    .categorieEvidenziate input[type="radio"]:checked + label:before {
        color: #0012ff;
    }

.categoriaSelezionata,
.categoriaSelezionata .titoloCategoria {
    font-weight: bold;
}

.titoloCategoria {
    margin: 4px;
    color: #555 !important;
    font-size: 13px;
    font-weight: normal;
    cursor: pointer;
}

.titoloPeriodo,
.titoloRating,
.titoloSpecializzazione {
    margin: 4px;
    color: #555 !important;
    font-size: 13px;
    font-weight: normal;
    cursor: pointer;
    white-space: nowrap;
    display: contents;
}

.labelRating {
    display: inline-flex;
}

    .labelRating label {
        margin-left: 5px;
    }

.border-riga-proposta {
    border: 1px solid rgba(1, 65, 111, 0.5);
    position: relative;
}

.ratingHotel {
    display: contents;
}

.rowFiltriSpecializzazione {
    margin-left: -30px !important;
    margin-right: -30px !important;
    padding: 0;
}

.filtriSpecializzazioni {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.qtagselect {
    width: 100%;
    flex-flow: row;
    margin-right: 5px;
}

    .qtagselect ul {
        list-style: none;
    }

    .qtagselect select {
        width: auto;
    }

    .qtagselect > div {
        width: 100%;
    }

.image20anni a {
    position: absolute;
    float: left;
    z-index: 500;
}

.carousel.tour {
    min-height: 550px;
}

    .carousel.tour > .carousel-inner > .carousel-item {
        min-height: 550px;
    }

        .carousel.tour > .carousel-inner > .carousel-item > .card {
            height: 100%;
        }

.carousel.hotel {
    height: 400px;
}

    .carousel.hotel > .carousel-inner > .carousel-item {
        height: 400px;
    }

        .carousel.hotel > .carousel-inner > .carousel-item > .card {
            height: 100%;
        }

.card-img-proposta {
    width: 100%;
    height: 15vw;
    object-fit: cover;
}

.esperienza {
    min-height: 400px;
}

@media (max-width: 1023px) {
    .card-img-proposta {
        width: 100%;
        height: auto;
    }
}

.applicafiltro {
    width: auto;
}

.colore-tour {
    color: #721200;
}

    .colore-tour .titolodestinazione {
        color: #721200;
    }

.colore-combinata {
    color: #833e97;
}

.combinata-tour .titolodestinazione {
    color: #7c4c8a;
}

.colore-hotel {
    color: #1a7a21;
}

    .colore-hotel .titolodestinazione {
        color: #1a7a21;
    }

.rigapermesefooter {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}

.trattamento {
    text-transform: uppercase;
    margin-right: 5px;
    font-size: 15px;
}

.rigapermesefooter .andamentoprezzi {
    align-self: flex-start;
    font-size: 10px;
    margin: 0;
    padding: 0;
    font-weight: 900;
    text-transform: uppercase;
}

    .rigapermesefooter .andamentoprezzi p {
        margin-bottom: 0 !important;
        margin-left: 5px;
    }

.rigapermese_prezzi li.active {
    border-bottom: none;
}

    .rigapermese_prezzi li.active a {
        background-color: #f2f2f2 !important;
    }

        .rigapermese_prezzi li.active a:active {
            background-color: #f2f2f2 !important;
        }

        .rigapermese_prezzi li.active a:hover {
            color: antiquewhite;
        }

.rigapermese_prezzi .horizontal-scrollable-tabs {
    min-height: 50px;
}

    .rigapermese_prezzi .horizontal-scrollable-tabs .arrow-right {
        float: right;
    }

    .rigapermese_prezzi .horizontal-scrollable-tabs .arrow-left {
        float: left;
    }

    /* Customize your arrows here */
    .rigapermese_prezzi .horizontal-scrollable-tabs .scroller {
        font-size: 18px;
        color: #0467aa;
        padding: 10px 10px;
        display: none;
        cursor: pointer;
    }

        .rigapermese_prezzi .horizontal-scrollable-tabs .scroller.disabled {
            color: #f2f2f2;
        }

    .rigapermese_prezzi .horizontal-scrollable-tabs .horizontal-tabs .nav-tabs-horizontal {
        overflow-x: auto;
        overflow-y: hidden;
        display: -webkit-box;
        display: -moz-box;
    }

        /* As it has a mobile focus the scrollbar is removed */
        .rigapermese_prezzi .horizontal-scrollable-tabs .horizontal-tabs .nav-tabs-horizontal::-webkit-scrollbar {
            width: 0 !important;
        }

        /* It's good to add a min-width so that the items have the same width */
        .rigapermese_prezzi .horizontal-scrollable-tabs .horizontal-tabs .nav-tabs-horizontal > li {
            float: none;
            min-width: 50px;
            text-align: center;
        }

.horizontal-tabs {
    height: 50px;
    background-color: #fafafa;
}

.bars {
    height: 50px;
}

    .bars a {
        text-transform: uppercase;
        font-size: 12px;
        line-height: 0.1 !important;
        font-weight: 700;
        padding: 0 !important;
        height: 50px;
    }

.barlink {
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    height: 50px;
}

.special {
    color: red;
}

.barlink > div:nth-child(1) {
    width: 100%;
    height: 40%;
    text-align: center;
    vertical-align: baseline;
}

    .barlink > div:nth-child(1) p {
        text-align: center;
        margin: 0;
        width: 100%;
    }

.barlink > div:nth-last-child(1) {
    align-self: flex-end;
    height: 60%;
    width: 100%;
    display: flex;
    align-content: flex-end;
    flex-direction: row;
}

    .barlink > div:nth-last-child(1) div {
        margin-left: auto;
        margin-right: auto;
        width: 50%;
        /*border: 3px solid green;*/
        /*padding: 10px;*/
        padding-left: 10px;
        padding-right: 10px;
    }

.active.bars {
    background-color: #f2f2f2;
}

.permese-tour .active .bar-0,
.permese-tour .active .bar-1,
.permese-tour .active .bar-2,
.permese-tour .active .bar-3 {
    background-color: #66150b;
}

.permese-combinata .active .bar-0,
.permese-combinata .active .bar-1,
.permese-combinata .active .bar-2,
.permese-combinata .active .bar-3 {
    background-color: #7c4c8a;
}

.permese-hotel .active .bar-0,
.permese-hotel .active .bar-1,
.permese-hotel .active .bar-2,
.permese-hotel .active .bar-3 {
    background-color: #217c2a;
}

.bar-0 {
    height: 10px;
    background-color: #0467aa;
    width: 20px;
    align-self: flex-end;
}

.bar-1 {
    height: 15px;
    background-color: #0467aa;
    width: 20px;
    align-self: flex-end;
}

.bar-2 {
    height: 20px;
    background-color: #0467aa;
    width: 20px;
    align-self: flex-end;
}

.bar-3 {
    height: 25px;
    background-color: #0467aa;
    width: 20px;
    align-self: flex-end;
}

.nomehotel,
.nometour {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.rigatour {
    background-color: #eaeaea;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    padding: 1px;
    padding-left: 5px;
}

    .rigatour .rigatourleft {
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .rigatour .rigatourright {
        width: 50%;
        display: flex;
        flex-direction: column;
    }

.right .imageAllResolution,
.right .highResolution,
.rigatourright .highResolution {
    display: block;
    height: 100%;
}

.right .lowResolution,
.rigatourright .lowResolution {
    display: none;
}

.right .imageAllResolution .image,
.right .highResolution .image,
.rigatourright .highResolution .imagetour {
    float: none;
    margin: 0;
}

.right .lowResolution .image,
.rigatourright .lowResolution .imagetour {
    float: none;
    width: 100% !important;
    background-size: contain;
    background-position-y: 0;
}

.rigatour .nomeservizio {
    color: #0467aa;
    font-size: 110%;
}

.rigatour .titolodestinazione {
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
}

.rigapropostepermese .image {
    position: relative;
    float: right;
    /*width:  100px;*/
    height: 100%;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 5px;
    margin-right: 5px;
}

.rigatour .dettagliooffertaselezionata {
    display: flex;
    flex-direction: column;
    color: #0467aa;
    /*align-items: flex-end;
                justify-content: space-between;*/
}

    .rigatour .dettagliooffertaselezionata div {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

        .rigatour .dettagliooffertaselezionata div div:nth-child(1) {
            font-weight: 900;
            white-space: nowrap;
            align-self: flex-end;
        }

        .rigatour .dettagliooffertaselezionata div div:nth-last-child(1) {
            font-style: oblique;
            text-align: right;
            align-content: flex-end;
        }

    .rigatour .dettagliooffertaselezionata > div:nth-last-child(1) {
        background-color: #0467aa;
        color: white;
        align-items: flex-end;
        justify-content: space-between;
    }

    .rigatour .dettagliooffertaselezionata div:nth-last-child(1) > div {
        align-items: flex-end;
        margin-right: 5px;
    }

.rigapropostepermese {
    /*background-color: rgba(224, 252, 255, 0.39);*/
    display: flex;
    flex-direction: row;
    align-items: stretch;
    padding: 1px;
    padding-left: 5px;
    cursor: pointer;
    color: #0467aa;
}

    .rigapropostepermese .left {
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .rigapropostepermese .right {
        width: 50%;
        display: flex;
        flex-direction: column;
        position: relative;
    }

.rigapermese_prezzi {
    width: 100%;
    background-color: white;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-self: flex-end;
}

.rigapropostepermese .titolodestinazione {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
}

.rigapropostepermese .titolodestinazioneprincipale {
    margin-top: 5px;
    font-size: 25px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #003960;
}

.rigapropostepermese .titolodestinazionesecondaria {
    margin-top: 5px;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 0px;
}

    .rigapropostepermese .titolodestinazionesecondaria .volo {
        font-size: 18px;
    }

    .rigapropostepermese .titolodestinazionesecondaria p {
        width: 40px;
        font-size: 13px;
        font-weight: 400;
        text-transform: uppercase;
        display: inline-block;
        text-align: start;
        line-height: 0;
        margin: 0;
    }

    .rigapropostepermese .titolodestinazionesecondaria span:first-child {
        font-size: 20px;
    }

    .rigapropostepermese .titolodestinazionesecondaria span:last-child,
    .nomeservizio .nomehotel span {
        font-size: 11px;
    }

.nomeservizio_hotel {
    display: flex;
    flex-direction: row;
    flex-grow: 0;
    align-items: baseline;
}

    .nomeservizio_hotel .nomehotel {
        margin-left: 5px;
    }

    .nomeservizio_hotel .rating {
        align-self: center;
    }

        .nomeservizio_hotel .rating span {
            display: flex;
            flex-direction: row;
            letter-spacing: 2px;
            margin-left: 5px;
        }

    .nomeservizio_hotel label,
    .nomeservizio label,
    .trattamentoesperienze {
        color: black;
        font-size: 13px;
        font-weight: bold;
        text-transform: uppercase;
    }

.rigapropostepermese .nomeservizio {
    color: #0467aa;
    font-size: 15px;
    margin-top: 5px;
}

    .rigapropostepermese .nomeservizio .rating {
        color: #0467aa;
        font-size: 16px;
    }

    .rigapropostepermese .nomeservizio div {
        color: black;
        font-size: 14px;
        text-align: justify;
        line-height: 1;
        margin-top: 10px;
        padding-right: 5px;
    }

.rigapropostepermese .elencoStrutture {
    font-size: 90%;
    /*display: flex;
                flex-direction: column;
                line-height: 1.01;*/
    list-style-type: none;
    padding-left: 0px;
}

    .rigapropostepermese .elencoStrutture .rating {
        font-size: 90%;
    }

.rigapropostepermese .imagehotel {
    position: relative;
    float: right;
    /*width:  100px;*/
    height: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

.rigapropostepermese .rating {
    text-wrap: none;
}

.rigapropostepermese .dettagliooffertaselezionata {
    display: flex;
    flex-direction: column;
    color: #0467aa;
    font-size: 22px;
}

    .rigapropostepermese .dettagliooffertaselezionata div {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end;
    }

        .rigapropostepermese .dettagliooffertaselezionata div div:nth-child(1) {
            font-weight: 900;
            white-space: nowrap;
            align-self: flex-end;
        }

        .rigapropostepermese .dettagliooffertaselezionata div div:nth-last-child(1) {
            font-style: oblique;
            text-align: right;
            align-content: flex-end;
        }

    .rigapropostepermese .dettagliooffertaselezionata > div:nth-last-child(1) {
        background-color: #0467aa;
        color: white;
        align-items: center;
        justify-content: space-between;
        margin-left: -5px;
        padding-left: 5px;
    }

.dettagliooffertaselezionata a {
    color: white;
}

.rigapropostepermese .dettagliooffertaselezionata div:nth-last-child(1) > div {
    align-items: center;
    margin-right: 5px;
}

.prezzo {
    font-size: 26px;
    align-items: flex-end;
    font-weight: 900;
}

.dettagliooffertaselezionata .prezzo {
    font-size: 26px;
    align-items: flex-end;
    font-weight: 900;
}

.dettagliooffertaselezionata .prezzogarantivo {
    align-self: baseline;
    font-size: 16px;
    font-style: normal !important;
    font-weight: 100;
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    70% {
        opacity: 0.5;
    }
}

.dettagliooffertaselezionata .tuttoincluso {
    font-size: 13px;
    align-items: baseline;
    font-weight: 500;
    margin-left: 10px;
    /* vertical-align: baseline; */
    align-self: flex-end;
    margin-bottom: 4px;
    text-transform: uppercase;
    line-height: 14px;
}

@media (max-width: 801px) {
    .rigapropostepermese .nomeservizio label {
        display: none;
    }

    .rigapropostepermese .nomeservizio span {
        display: none;
    }

    .rigapermesefooter .andamentoprezzi {
        align-self: center;
        font-size: 10px;
        margin: 0;
        padding: 0;
        font-weight: 900;
        text-transform: uppercase;
    }

    .rowFiltriSpecializzazione {
        margin-left: -40px !important;
        margin-right: -40px !important;
    }
}

@media (min-width: 801px) and (max-width: 1024px) {
    .right .highResolution {
        display: block;
    }

    .right .lowResolution {
        display: none;
    }

    .right .highResolution .image {
        margin: 0;
        background-size: 100% 100%;
    }

    .bg-blue-footer .col-lg-6 {
        padding-left: 30px !important;
    }

    .footer-link ul {
        padding: 0 5px 30px 0 !important;
    }
}

@media (min-width: 451px) and (max-width: 800px) {
    .right .highResolution {
        display: none;
    }

    .right .lowResolution {
        display: block;
        height: 100%;
    }

        .right .lowResolution .image {
            margin: 0;
            background-size: 100% 100%;
        }
}

@media (max-width: 450px) {
    /*.image20anni {
        top: 0;
    }

        .image20anni > a > img {
            width: 90%;
        }*/
    .right .lowResolution .image {
        margin: 0;
    }

    .trattamento {
        display: none !important;
    }

    .dettagliooffertaselezionata .prezzo {
        font-size: 18px;
    }

    .dettagliooffertaselezionata .tuttoincluso {
        font-size: 9px;
        margin-bottom: 4px;
        line-height: 9px;
        /*align-items: baseline;
                font-weight: 500;
                margin-left: 10px;

                align-self: flex-end;

                text-transform: uppercase;
                line-height: 14px;*/
    }

    .rigapropostepermese .dettagliooffertaselezionata div:nth-last-child(1) > div a {
        display: none;
    }

    .removemargin-xs {
        margin-left: -25px !important;
        margin-right: -25px !important;
    }

    .rigapropostepermese .imagehotel {
        /*max-height: 130px;*/
        margin: 0;
    }

    .rigatour .rigatourleft .rigapropostepermese .left {
        width: 60%;
    }

    .rigatour .rigatourright,
    .rigapropostepermese .right {
        width: 50%;
    }

    .rigapropostepermese .titolodestinazione {
        font-size: 130%;
        margin-bottom: 6px;
        margin-top: 2px;
    }

    .right .highResolution,
    .rigatourright .highResolution {
        display: none;
    }

    .right .lowResolution,
    .rigatourright .lowResolution {
        display: block;
        height: 100%;
    }

    .rigatour .nomeservizio,
    .rigapropostepermese .nomeservizio {
        font-size: 114%;
        display: flex;
        flex-direction: column;
        line-height: 1.01;
    }

    .rigatour .dettagliooffertaselezionata div,
    .rigapropostepermese .dettagliooffertaselezionata div {
        font-size: 14px;
    }
}

.nav-tabs-horizontal img {
    height: 30px;
}

.nav-tabs-horizontal {
    border-bottom: 0px;
}

/*li.active {
    border-bottom: 4px solid red;
}

a {
    border: none !important;
}*/
.without_margin {
    margin-left: -15px;
    margin-right: -15px;
    padding-right: 0;
    padding-left: 0;
}

.color-hotel {
    margin: 2%;
    background-color: #f7fafc;
}

.color-tour {
    margin: 2%;
    background-color: #721200;
}

.color-combinata {
    margin: 2%;
    background-color: #833e97;
}

.background-color-tour {
    background-color: rgba(224, 252, 255, 0.39);
}

.background-color-hotel {
    background-color: rgba(224, 252, 255, 0.39);
}

.background-color-combinata {
    background-color: rgba(224, 252, 255, 0.39);
}

.ribbon-wrapper-combinata {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: -1px;
    right: -1px;
    z-index: 99;
}

.raggruppamentoperaeroporto .ribbon-wrapper-combinata {
    top: -14px;
    right: -2px;
}

.ribbon-combinata {
    font-size: 12px;
    font-weight: bold;
    color: white;
    text-align: center;
    text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    padding: 7px 0;
    left: -5px;
    top: 15px;
    width: 120px;
    background-color: #fdfcf7;
    background-image: -o-linear-gradient(top, #e38bfd, #7c4c8a);
    /*color: #6a6340;*/
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}

    .ribbon-combinata:before,
    .ribbon-combinata:after {
        content: "";
        border-top: 3px solid #6e8900;
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        position: absolute;
        bottom: -3px;
    }

    .ribbon-combinata:before {
        left: 0;
    }

    .ribbon-combinata:after {
        right: 0;
    }

.ribbon-wrapper-tour {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: -1px;
    right: -1px;
    z-index: 99;
}

.raggruppamentoperaeroporto .ribbon-wrapper-tour {
    top: -14px;
    right: -2px;
}

.ribbon-tour {
    font-weight: bold;
    font-size: 12px;
    color: white;
    text-align: center;
    text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    padding: 7px 0;
    left: -5px;
    top: 15px;
    width: 120px;
    background-color: #fcf7fa;
    background-image: -o-linear-gradient(top, #dc2d18, #66150b);
    /*color: #6a6340;*/
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}

    .ribbon-tour:before,
    .ribbon-tour:after {
        content: "";
        border-top: 3px solid #6e8900;
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        position: absolute;
        bottom: -3px;
    }

    .ribbon-tour:before {
        left: 0;
    }

    .ribbon-tour:after {
        right: 0;
    }

.ribbon-wrapper-hotel {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: -1px;
    right: -1px;
    z-index: 99;
}

.raggruppamentoperaeroporto .ribbon-wrapper-hotel {
    top: -14px;
    right: -2px;
}

.ribbon-hotel {
    font-weight: bold;
    font-size: 12px;
    color: white;
    text-align: center;
    text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    padding: 7px 0;
    left: -5px;
    top: 15px;
    width: 120px;
    background-color: #f7fafc;
    background-image: -o-linear-gradient(top, #19bb25, #19671d);
    /*color: #6a6340;*/
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}

    .ribbon-hotel:before,
    .ribbon-hotel:after {
        content: "";
        border-top: 3px solid #6e8900;
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        position: absolute;
        bottom: -3px;
    }

    .ribbon-hotel:before {
        left: 0;
    }

    .ribbon-hotel:after {
        right: 0;
    }

.galleria {
    width: 100%;
    height: 415px;
}

.prezzoTop a {
    font-size: 20px !important;
}

h6.destinazione {
    font-size: 15px;
}

/* ---------------------------------------------------------
    Fine Offerte stili
   ---------------------------------------------------------*/
/* ---------------------------------------------------------
    Filtri Offerte stili
   ---------------------------------------------------------*/
#filtroAvanzato {
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
}

@media screen and (max-width: 992px) {
    #filtroAvanzato {
        height: 50vh;
        overflow-y: scroll;
        overflow-x: hidden;
        border: solid thin gray;
        box-shadow: 0px 0px 10px #888888;
        border-radius: 3px;
    }
}

[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

    /* IMAGE STYLES */
    [type="radio"] + img {
        cursor: pointer;
    }

/*Pin vuoto*/
/*.categorieEvidenziate .pin {
        background-image: url('/Images/albero/albero2.png');

    }*/
/* Pin normale*/
/*.pin {
        background-image: url('/Images/albero/albero01.png');

    }*/
/*Pin selezionato raggrupato*/
.pin.raggruppato.selezionato {
    background-image: url("/Images/albero/albero02.png");
}

/*Pin selezionato non raggrupato*/
.pin.selezionato {
    background-image: url("/Images/albero/albero2.png");
}

/*Pin non selezionato raggrupato*/
.pin.raggruppato {
    background-image: url("/Images/albero/albero01.png");
}

/*Pin non selezionato non raggrupato*/
.pin {
    background-image: url("/Images/albero/albero1.png");
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: text-bottom;
}

label {
    margin-top: 3px;
    margin-bottom: 3px;
}

#filtriContent {
    transition: all 0.6s;
}

#filtroCategoria {
    transition: all 0.6s;
}

/*Sezione radio e checkbox custom*/
input[type="checkbox"] {
    display: none;
}

    input[type="radio"] + label,
    input[type="checkbox"] + label {
        cursor: pointer;
    }

        input[type="checkbox"] + label:before {
            font-family: "Font Awesome 5 Free";
            display: inline-block;
            width: 16px;
        }

        input[type="checkbox"] + label:before {
            content: "\f0c8";
        }

        input[type="checkbox"] + label:before {
            letter-spacing: 10px;
        }

    input[type="checkbox"]:checked {
        font-weight: bold;
    }

        input[type="checkbox"]:checked + label .titoloPeriodo,
        input[type="checkbox"]:checked + label .titoloRating {
            font-weight: bold;
            white-space: nowrap;
        }

        input[type="checkbox"]:checked + label:before {
            content: "\f14A";
            color: #0067B0;
        }

        input[type="checkbox"]:checked + label:before {
            letter-spacing: 5px;
        }

input[type="radio"] {
    display: none;
}

    input[type="radio"] + label:before {
        font-family: "Font Awesome 5 Free";
        display: inline-block;
        width: 16px;
        color: #0067B0;
        cursor: pointer;
    }

    input[type="radio"] + label:before {
        content: "\f111";
    }

    input[type="radio"] + label:before {
        letter-spacing: 10px;
    }

    input[type="radio"]:checked + label:before {
        content: "\f058";
        color: #0067B0;
    }

    input[type="radio"]:checked + label:before {
        letter-spacing: 5px;
    }

/* Fine sezione radio e checkbox custom*/
.filtri input[type="checkbox"] {
    display: none;
    white-space: nowrap;
}

    .filtri input[type="checkbox"] + label:before {
        font-family: "Font Awesome 5 Free" !important;
        content: "\f00c";
        margin-right: 5px;
    }

    /* unchecked */
    .filtri input[type="checkbox"] + label:before {
        content: "\f0c8";
        font-weight: 400;
    }

    /* checked */
    .filtri input[type="checkbox"]:checked + label:before {
        font-weight: 900;
        content: "\f14a";
        color: #0012ff;
    }

#frmFiltriCategoria {
    max-height: 45vh;
    overflow-y: auto;
    overflow-x: hidden;
}

/* ---------------------------------------------------------
    Fine Filtri  Offerte stili
   ---------------------------------------------------------*/
/**
    ---------------------------------------------------------
    Widgets
   ---------------------------------------------------------*/
.widget.titolo {
    background-color: #156298;
    color: white;
    text-transform: uppercase;
}

    .widget.titolo.title-65-center {
        max-width: 65%;
        margin-left: auto;
        margin-right: auto;
    }

@media screen and (max-width: 992px) {
    .widget.titolo.title-65-center {
        max-width: 100%;
        width: 100%;
    }
}

.widget.titolo h1 {
    margin-bottom: 0;
    padding-bottom: 4px;
}

    .widget.titolo h1 div:nth-child(1) {
        text-transform: uppercase;
        font-size: larger;
        font-weight: bold;
    }

    .widget.titolo h1 div:nth-child(2) {
        text-transform: lowercase;
        font-size: large;
        font-weight: normal;
    }

/*.widget.titolo h1 span:nth-child(1) {
    font-size: smaller;
}

.widget.titolo h1 span:nth-child(3) {
    font-size: larger;
    font-weight: bold;
}*/
.widget.titolo.acqua {
    background-color: transparent;
    color: #656363;
    text-transform: uppercase;
    /*background-image: url(https://cdn.ideeperviaggiare.it/media/sfondi/bk_acqua.jpg);*/
    border: 1px solid #156298;
    background-image: url(https://cdn.ideeperviaggiare.it/media/sfondi/bk_acqua_img.jpg);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
    border-bottom: none;
}

.widget.titolo.terra {
    background-color: transparent;
    color: #656363;
    text-transform: uppercase;
    /*background-image: url(https://cdn.ideeperviaggiare.it/media/sfondi/bk_terra.jpg);*/
    border: 1px solid #156298;
    background-image: url(https://cdn.ideeperviaggiare.it/media/sfondi/bk_terra_img.jpg);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
    border-bottom: none;
}

.widget.titolo.fuoco {
    background-color: transparent;
    color: #656363;
    text-transform: uppercase;
    /*background-image: url(https://cdn.ideeperviaggiare.it/media/sfondi/bk_fuoco.jpg);*/
    border: 1px solid #156298;
    background-image: url(https://cdn.ideeperviaggiare.it/media/sfondi/bk_fuoco_img.jpg);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
    border-bottom: none;
}

.widget.titolo.aria {
    background-color: transparent;
    color: #656363;
    text-transform: uppercase;
    /*background-image: url(https://cdn.ideeperviaggiare.it/media/sfondi/bk_aria.jpg);*/
    border: 1px solid #156298;
    background-image: url(https://cdn.ideeperviaggiare.it/media/sfondi/bk_aria_img.jpg);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
    border-bottom: none;
}

.withresize {
    height: 40vh;
}

@media (min-width: 720px) {
    .withresize {
        height: 60vh;
    }
}

/*Sezione generico*/
.gradients_generico {
    color: white;
    background-image: url(https://cdn.ideeperviaggiare.it/media/sfondi/bk_generico_img.jpg);
    background-position-y: bottom;
    background-position-x: right;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 3px;
}

    .gradients_generico a {
        color: white;
    }

        .gradients_generico a:hover {
            font-weight: 900;
            color: white;
        }

        .gradients_generico a:nth-child(1) {
            background-color: #bbccfa;
            color: #696969;
        }

        .gradients_generico a:nth-child(2) {
            background-color: #8194c7;
        }

        .gradients_generico a:nth-child(3) {
            background-color: #516496;
        }

        .gradients_generico a:nth-child(4) {
            background-color: #2a3e73;
        }

        .gradients_generico a:nth-child(5) {
            background-color: #10214e;
        }

.living_generico {
    color: white;
    background-color: #0067b1;
    background-size: contain;
    background-image: url(https://cdn.ideeperviaggiare.it/media/sfondi/sfondo_generico.jpg);
    background-position-y: bottom;
    background-position-x: right;
    background-repeat: no-repeat;
    background-size: 100% 200px;
    border-radius: 3px;
    padding: 15px;
    overflow: hidden;
    height: 60vh;
    max-height: 562px;
}

    .living_generico a {
        color: #363636;
    }

        .living_generico a:hover {
            font-weight: 900;
            color: #363636;
        }

        .living_generico a:nth-child(1) {
            background-color: transparent;
            color: white;
            font-weight: normal;
        }

        .living_generico a:nth-child(2) {
            background-color: #8194c7;
        }

        .living_generico a:nth-child(3) {
            background-color: #516496;
        }

        .living_generico a:nth-child(4) {
            background-color: #2a3e73;
        }

        .living_generico a:nth-child(5) {
            background-color: #10214e;
        }

.living_generico-title {
    text-align: center;
    line-height: 0.6;
}

.living_generico:after {
    content: "";
    display: inline-block;
    width: 100%;
}

.living_generico-text {
    font-size: 16px;
    max-height: 60vh;
    overflow: hidden;
    font-style: italic;
    padding-left: 5px;
    padding-right: 5px;
    text-align: justify;
    max-height: 65%;
}

    .living_generico-text p {
        line-height: 20px;
    }

.living_generico-h1 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 35px;
}

.living_generico-subtitle {
    font-size: 16px;
    text-align: center;
    line-height: 0.6;
    padding-bottom: 50px;
}

.living_generico-show_hide_anchor {
    position: absolute;
    padding-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    float: right;
    font-style: italic;
    right: 20px;
}

    .living_generico-show_hide_anchor a {
        color: white;
        font-size: 12px;
        background-color: transparent;
    }

@media (max-width: 991px) {
    .living_generico {
        height: 150px;
    }

    .living_generico-h1 {
        padding-top: 10px;
    }

    .living_generico-subtitle {
        font-size: 12px;
        padding-bottom: 0px;
        padding-bottom: 0px;
    }

    .living_generico-text {
        overflow: initial;
        font-size: 12px;
        max-height: 5em;
    }
}

/*Sezione generico*/
/* ELEMENTI (Aria Acqua Terra Fuoco) */
/*Sezione Acqua*/
.gradients_acqua {
    color: white;
    background-image: url(https://cdn.ideeperviaggiare.it/media/sfondi/bk_acqua_img.jpg);
    background-position-y: bottom;
    background-position-x: right;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 3px;
}

    .gradients_acqua a {
        color: white;
    }

        .gradients_acqua a:hover {
            font-weight: 900;
            color: white;
        }

        .gradients_acqua a:nth-child(1) {
            background-color: #bbccfa;
            color: #696969;
        }

        .gradients_acqua a:nth-child(2) {
            background-color: #8194c7;
        }

        .gradients_acqua a:nth-child(3) {
            background-color: #516496;
        }

        .gradients_acqua a:nth-child(4) {
            background-color: #2a3e73;
        }

        .gradients_acqua a:nth-child(5) {
            background-color: #10214e;
        }

.living_acqua {
    color: #2a3e73;
    background-color: white;
    background-size: contain;
    background-image: url(https://cdn.ideeperviaggiare.it/media/sfondi/sfondo_acqua.jpg);
    background-position-y: bottom;
    background-position-x: right;
    background-repeat: no-repeat;
    background-size: 100% 200px;
    border-radius: 3px;
    border: 1px solid #2a3e73;
    padding: 15px;
    overflow: hidden;
    height: 60vh;
    max-height: 562px;
}

    .living_acqua a {
        color: #363636;
    }

        .living_acqua a:hover {
            font-weight: 900;
            color: #363636;
        }

        .living_acqua a:nth-child(1) {
            background-color: transparent;
            color: white;
            font-weight: normal;
        }

        .living_acqua a:nth-child(2) {
            background-color: #8194c7;
        }

        .living_acqua a:nth-child(3) {
            background-color: #516496;
        }

        .living_acqua a:nth-child(4) {
            background-color: #2a3e73;
        }

        .living_acqua a:nth-child(5) {
            background-color: #10214e;
        }

.living_acqua-title {
    text-align: center;
    line-height: 0.6;
}

.living_acqua:after {
    content: "";
    display: inline-block;
    width: 100%;
}

.living_acqua-text {
    font-size: 16px;
    max-height: 60vh;
    overflow: hidden;
    font-style: italic;
    padding-left: 5px;
    padding-right: 5px;
    text-align: justify;
    max-height: 65%;
}

    .living_acqua-text p {
        line-height: 20px;
    }

.living_acqua-h1 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 35px;
}

.living_acqua-subtitle {
    font-size: 16px;
    text-align: center;
    line-height: 0.6;
    padding-bottom: 50px;
}

.living_acqua-show_hide_anchor {
    position: absolute;
    padding-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    float: right;
    font-style: italic;
    right: 20px;
}

    .living_acqua-show_hide_anchor a {
        color: white;
        font-size: 12px;
        background-color: transparent;
    }

@media (max-width: 991px) {
    .living_acqua {
        height: 150px;
    }

    .living_acqua-h1 {
        padding-top: 10px;
    }

    .living_acqua-subtitle {
        font-size: 12px;
        padding-bottom: 0px;
        padding-bottom: 0px;
    }

    .living_acqua-text {
        overflow: initial;
        font-size: 12px;
        max-height: 5em;
    }
}

/*Sezione Acqua*/
/*Sezione Aria*/
.gradients_aria {
    color: white;
    background-image: url(https://cdn.ideeperviaggiare.it/media/sfondi/bk_aria_img.jpg);
    background-position-y: bottom;
    background-position-x: right;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 3px;
}

    .gradients_aria a {
        color: white;
    }

        .gradients_aria a:hover {
            font-weight: 900;
            color: white;
        }

        .gradients_aria a:nth-child(1) {
            background-color: #d4e7fc;
            color: #696969;
        }

        .gradients_aria a:nth-child(2) {
            background-color: #a6cffc;
        }

        .gradients_aria a:nth-child(3) {
            background-color: #6dabef;
        }

        .gradients_aria a:nth-child(4) {
            background-color: #3a82d1;
        }

        .gradients_aria a:nth-child(5) {
            background-color: #0c54a4;
        }

.living_aria {
    color: #3a82d1;
    background-color: white;
    background-size: contain;
    background-image: url(https://cdn.ideeperviaggiare.it/media/sfondi/sfondo_aria.jpg);
    background-position-y: bottom;
    background-position-x: right;
    background-repeat: no-repeat;
    background-size: 100% 200px;
    border-radius: 3px;
    border: 1px solid #3a82d1;
    padding: 15px;
    overflow: hidden;
    height: 60vh;
    max-height: 562px;
}

    .living_aria a {
        color: #363636;
    }

        .living_aria a:hover {
            font-weight: 900;
            color: #363636;
        }

        .living_aria a:nth-child(1) {
            background-color: transparent;
            color: white;
            font-weight: normal;
        }

        .living_aria a:nth-child(2) {
            background-color: #8194c7;
        }

        .living_aria a:nth-child(3) {
            background-color: #516496;
        }

        .living_aria a:nth-child(4) {
            background-color: #2a3e73;
        }

        .living_aria a:nth-child(5) {
            background-color: #10214e;
        }

.living_aria-title {
    text-align: center;
    line-height: 0.6;
}

.living_aria:after {
    content: "";
    display: inline-block;
    width: 100%;
}

.living_aria-text {
    font-size: 16px;
    max-height: 60vh;
    overflow: hidden;
    font-style: italic;
    padding-left: 5px;
    padding-right: 5px;
    text-align: justify;
    max-height: 65%;
}

    .living_aria-text p {
        line-height: 20px;
    }

.living_aria-h1 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 35px;
}

.living_aria-subtitle {
    font-size: 16px;
    text-align: center;
    line-height: 0.6;
    padding-bottom: 50px;
}

.living_aria-show_hide_anchor {
    position: absolute;
    padding-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    float: right;
    font-style: italic;
    right: 20px;
}

    .living_aria-show_hide_anchor a {
        color: white;
        font-size: 12px;
        background-color: transparent;
    }

@media (max-width: 991px) {
    .living_aria {
        height: 150px;
    }

    .living_aria-h1 {
        padding-top: 10px;
    }

    .living_aria-subtitle {
        font-size: 12px;
        padding-bottom: 0px;
        padding-bottom: 0px;
    }

    .living_aria-text {
        overflow: initial;
        font-size: 12px;
        max-height: 5em;
    }
}

/*Sezione Fuoco*/
.gradients_fuoco {
    color: white;
    background-image: url(https://cdn.ideeperviaggiare.it/media/sfondi/bk_fuoco_img.jpg);
    background-position-y: bottom;
    background-position-x: right;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 3px;
}

    .gradients_fuoco a {
        color: white;
    }

        .gradients_fuoco a:hover {
            font-weight: 900;
            color: white;
        }

        .gradients_fuoco a:nth-child(1) {
            background-color: #e4bebe;
        }

        .gradients_fuoco a:nth-child(2) {
            background-color: #c88888;
        }

        .gradients_fuoco a:nth-child(3) {
            background-color: #a65b5b;
        }

        .gradients_fuoco a:nth-child(4) {
            background-color: #7f3535;
        }

        .gradients_fuoco a:nth-child(5) {
            background-color: #591717;
        }

.living_fuoco {
    color: #7f3535;
    background-color: white;
    background-size: contain;
    background-image: url(https://cdn.ideeperviaggiare.it/media/sfondi/sfondo_fuoco.jpg);
    background-position-y: bottom;
    background-position-x: right;
    background-repeat: no-repeat;
    background-size: 100% 200px;
    border-radius: 3px;
    border: 1px solid #7f3535;
    padding: 15px;
    overflow: hidden;
    height: 60vh;
    max-height: 562px;
}

    .living_fuoco a {
        color: #363636;
    }

        .living_fuoco a:hover {
            font-weight: 900;
            color: #363636;
        }

        .living_fuoco a:nth-child(1) {
            background-color: transparent;
            color: white;
            font-weight: normal;
        }

        .living_fuoco a:nth-child(2) {
            background-color: #8194c7;
        }

        .living_fuoco a:nth-child(3) {
            background-color: #516496;
        }

        .living_fuoco a:nth-child(4) {
            background-color: #2a3e73;
        }

        .living_fuoco a:nth-child(5) {
            background-color: #10214e;
        }

.living_fuoco-title {
    text-align: center;
    line-height: 0.6;
}

.living_fuoco:after {
    content: "";
    display: inline-block;
    width: 100%;
}

.living_fuoco-text {
    font-size: 16px;
    max-height: 60vh;
    overflow: hidden;
    font-style: italic;
    padding-left: 5px;
    padding-right: 5px;
    text-align: justify;
    max-height: 65%;
}

    .living_fuoco-text p {
        line-height: 20px;
    }

.living_fuoco-h1 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 35px;
}

.living_fuoco-subtitle {
    font-size: 16px;
    text-align: center;
    line-height: 0.6;
    padding-bottom: 50px;
}

.living_fuoco-show_hide_anchor {
    position: absolute;
    padding-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    float: right;
    font-style: italic;
    right: 20px;
}

    .living_fuoco-show_hide_anchor a {
        color: white;
        font-size: 12px;
        background-color: transparent;
    }

@media (max-width: 991px) {
    .living_fuoco {
        height: 150px;
    }

    .living_fuoco-h1 {
        padding-top: 10px;
    }

    .living_fuoco-subtitle {
        font-size: 12px;
        padding-bottom: 0px;
        padding-bottom: 0px;
    }

    .living_fuoco-text {
        overflow: initial;
        font-size: 12px;
        max-height: 5em;
    }
}

/*Sezione Terra*/
.gradients_terra {
    color: white;
    background-image: url(https://cdn.ideeperviaggiare.it/media/sfondi/bk_terra_img.jpg);
    background-position-y: bottom;
    background-position-x: right;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 3px;
}

    .gradients_terra a {
        color: white;
    }

        .gradients_terra a:hover {
            font-weight: 900;
            color: white;
        }

        .gradients_terra a:nth-child(1) {
            background-color: #e4debe;
        }

        .gradients_terra a:nth-child(2) {
            background-color: #c8be88;
        }

        .gradients_terra a:nth-child(3) {
            background-color: #a69b5b;
        }

        .gradients_terra a:nth-child(4) {
            background-color: #7f7235;
        }

        .gradients_terra a:nth-child(5) {
            background-color: #594f17;
        }

.living_terra {
    color: #7f7235;
    border: solid #7f7235 1px;
    background-color: white;
    background-size: contain;
    background-image: url(https://cdn.ideeperviaggiare.it/media/sfondi/sfondo_terra.jpg);
    background-position-y: bottom;
    background-position-x: right;
    background-repeat: no-repeat;
    background-size: 100% 200px;
    border-radius: 3px;
    padding: 15px;
    overflow: hidden;
    height: 60vh;
    max-height: 562px;
    margin-bottom: 1.3em;
}

@media (max-width: 992px) {
    .living_terra {
        margin-bottom: 0;
    }
}

.living_terra a {
    color: #363636;
}

    .living_terra a:hover {
        font-weight: 900;
        color: #363636;
    }

    .living_terra a:nth-child(1) {
        background-color: transparent;
        color: white;
        font-weight: normal;
    }

    .living_terra a:nth-child(2) {
        background-color: #8194c7;
    }

    .living_terra a:nth-child(3) {
        background-color: #516496;
    }

    .living_terra a:nth-child(4) {
        background-color: #2a3e73;
    }

    .living_terra a:nth-child(5) {
        background-color: #10214e;
    }

.living_terra-title {
    text-align: center;
    line-height: 0.6;
}

.living_terra:after {
    content: "";
    display: inline-block;
    width: 100%;
}

.living_terra-text {
    font-size: 16px;
    max-height: 60vh;
    overflow: hidden;
    font-style: italic;
    padding-left: 5px;
    padding-right: 5px;
    text-align: justify;
    max-height: 65%;
}

    .living_terra-text p {
        line-height: 20px;
    }

.living_terra-h1 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 35px;
}

.living_terra-subtitle {
    font-size: 16px;
    text-align: center;
    line-height: 0.6;
    padding-bottom: 50px;
}

.living_terra-show_hide_anchor {
    position: absolute;
    padding-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    float: right;
    font-style: italic;
    right: 20px;
}

    .living_terra-show_hide_anchor a {
        color: white;
        font-size: 12px;
        background-color: transparent;
    }

@media (max-width: 991px) {
    .living_terra {
        height: 150px;
    }

    .living_terra-h1 {
        padding-top: 10px;
    }

    .living_terra-subtitle {
        font-size: 12px;
        padding-bottom: 0px;
        padding-bottom: 0px;
    }

    .living_terra-text {
        overflow: initial;
        font-size: 12px;
        max-height: 5em;
    }
}

/**
    ---------------------------------------------------------
    fine Widgets
   ---------------------------------------------------------*/
/* Fine ELEMENTI (Aria Acqua Terra Fuoco)  */
/**
---------------------------------------------------------
Stili di scrittura
---------------------------------------------------------*/
.testo-ipv {
    color: #0467aa;
}

.colore-oro {
    color: darkgoldenrod;
}

.uppercaseprimalettera::first-letter {
    text-transform: uppercase;
}

/**
---------------------------------------------------------
Fine stili di scrittura
---------------------------------------------------------*/
@media (max-width: 991px) {
    .card-columns {
        column-count: 1;
    }
}

/** Stili per immagine all'intenro del contenuto di una card*/
.card-text img {
    width: 25%;
    height: 25%;
    margin: 5px 20px 5px 20px;
}

@media screen and (max-width: 1024px) {
    .card-text img {
        width: 50%;
        height: 50%;
        margin: 5px 20px 5px 20px;
    }
}

@media screen and (max-width: 600px) {
    .card-text img {
        width: 100%;
        height: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
        margin: 0 auto;
    }
}

.card.card-65-center {
    max-width: 65%;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
}

.card.card-85-center {
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
}

.card.card-align-right {
    margin-left: auto;
    margin-right: 0;
}

@media screen and (max-width: 960px) {
    .card.card-65-center {
        max-width: 100%;
        width: 100%;
    }

    .card.card-85-center {
        max-width: 100%;
        width: 100%;
    }
}

/* Stile riepilogo preventivo*/
.riepilogo {
    margin-top: 5px;
    /*border-right-color: black;
    border-right-style: solid;
    border-right-width: 1px;*/
}

    .riepilogo .sottotitolo {
        font-size: 23px;
        color: #47748b;
    }

    .riepilogo .titolo {
        font-size: 23px;
    }

        .riepilogo .titolo span {
            font-size: 20px;
        }

/*End stili riepilogo preventivo*/
/* Timeline */
.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eeeeee;
        /*left: 50%;*/
        margin-left: -1.5px;
    }

    .timeline > li {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            /*width: 46%;*/
            width: calc(100% - 50px);
            width: -webkit-calc(100% - 50px);
            float: left;
            border: 1px solid #d4d4d4;
            border-radius: 2px;
            padding: 20px;
            position: relative;
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
        }

            .timeline > li > .timeline-panel:before {
                position: absolute;
                top: 26px;
                right: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #ccc;
                border-right: 0 solid #ccc;
                border-bottom: 15px solid transparent;
                content: " ";
            }

            .timeline > li > .timeline-panel:after {
                position: absolute;
                top: 27px;
                right: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-left: 14px solid #fff;
                border-right: 0 solid #fff;
                border-bottom: 14px solid transparent;
                content: " ";
            }

        .timeline > li > .timeline-badge {
            color: #fff;
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 16px;
            /*left: 50%;*/
            margin-left: -25px;
            background-color: #999999;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }

        .timeline > li.timeline-inverted > .timeline-panel {
            /*float: right;*/
            left: 50px;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

    .timeline-body > p + p {
        margin-top: 5px;
    }

.timeline .hotel .card .card-body {
    height: 350px;
    overflow-y: auto;
}

.timeline .tour .card .card-body {
    height: 450px;
    overflow-y: auto;
}

.timeline .card-footer {
    height: 65px;
}

@media (max-width: 991px) {
    ul.timeline:before {
        left: 15px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 50px);
        width: -webkit-calc(100% - 50px);
        float: left;
        left: 15px;
    }
    /*ul.timeline > li > .timeline-panel {
        float: right;
    }*/
    ul.timeline > li > .timeline-badge {
        left: -5px;
        margin-left: 0;
        top: 20px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 1em;
    }

    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }

    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
}

.timeline-inverted.esperienza > .timeline-panel > .timeline-body {
    max-height: 400px;
    overflow-y: auto;
}

/* Emd timeline*/
.volodiretto {
    /* background-color: darkgreen; */
    /* color: white; */
    color: darkgreen;
    /* padding: 7px; */
    padding: 2px;
    border-radius: 5px;
    /* box-shadow: 1px 3px 15px 0px #2f4c34; */
    box-shadow: 1px 1px 1px 0px #2f4c34;
    /* transform: rotate(340deg); */
    display: inline-block;
    width: auto;
    /* animation: blinker 3s linear infinite; */
    position: absolute;
    margin-left: 10px;
}

.zoom {
    transition: all 0.25s ease-in-out;
    z-index: 99;
    right: 24px;
}

.pin {
    transform: translateY(0);
    right: 24px;
}

.unpin {
    transform: translateY(180px) translateX(0);
    right: 24px;
}

/* Right sidebar periodi*/
input:checked.chkPeriodo + label + small {
    visibility: hidden;
}

.date {
    width: 50px;
    height: 53px;
    background: #fcfcfc;
    background: linear-gradient(to bottom, #fcfcfc 0%, #dad8d8 100%);
    background: -webkit-linear-gradient(to bottom, #fcfcfc 0%, #dad8d8 100%);
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 5px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 5px;
    /*margin-top: 5px;*/
    margin-left: 4px;
    cursor: pointer;
}

    .date p {
        /*font-family: Helvetica, sans-serif;*/
        font-size: 14px;
        text-align: center;
        color: #9e9e9e;
        margin-top: 5px;
        line-height: 28px;
    }

        .date p span {
            background: #d10000;
            background: linear-gradient(to bottom, #d10000 0%, #7a0909 100%);
            background: -webkit-linear-gradient(to bottom, #d10000 0%, #7a0909 100%);
            font-size: 12px;
            font-weight: bold;
            color: #fff;
            text-transform: uppercase;
            display: block;
            border-top: 3px solid #a13838;
            border-radius: 0 0 10px 10px;
            -moz-border-radius: 0 0 10px 10px;
            -webkit-border-radius: 0 0 5px 5px;
            padding: 6px 0 6px 0;
            line-height: 10px;
        }

@-moz-document url-prefix() {
    .date {
        padding: 16px 0 0 0;
    }

        .date p span {
            padding: 9px 0 3px 0;
        }
}

/* Fine Right sidebar periodi*/
/* Per video youtube RESPONSIVI*/
.iframe-container {
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
    height: 400px;
}

    .iframe-container iframe {
        border: 0;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

@media (max-width: 400px) {
    .iframe-container {
        height: 200px;
    }
}

/*Fine Video Youtube*/
.containerdescrizione {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px;
    background-image: url(https://cdn.ideeperviaggiare.it/media/sfondi/sfondo_generico.jpg);
    background-position-y: bottom;
    background-position-x: right;
    background-repeat: no-repeat;
    background-size: 100% 200px;
    background-color: #0067b1;
    color: white;
    height: 100%;
}

.bartop_descrizione_living {
    margin-top: -7px;
    margin-bottom: 65px;
}

    .bartop_descrizione_living div a {
        font-weight: bold !important;
        text-decoration: underline;
        color: white;
    }

.home-page-text {
    height: 100%;
    text-align: justify;
}

@media (max-width: 991px) {
    .home-page-text {
        max-height: 65px;
    }

    .bartop_descrizione_living {
        margin-top: -7px;
        margin-bottom: 38px;
    }
}

@media (min-width: 992px) and (max-width: 1365px) {
    .home-page-text {
        max-height: 200px;
    }

    .bartop_descrizione_living {
        margin-top: -7px;
        margin-bottom: 38px;
    }
}

.row .col iframe {
    overflow: hidden;
}

/* Migliori offerte */
/*End Migliori offerte*/
/* Immagine nel testo*/
.card.text img.img-fluid {
    object-fit: cover;
    width: 100%;
    height: 100%;
    margin: 0;
}

.immagine-responsiva {
    max-width: 100%;
    height: 60vh;
    max-height: 562px;
}

@media (max-width: 992px) {
    .immagine-responsiva {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
}

/* Fine Immagini*/
/* Widget Card Meteo */
.compass {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.85);
    position: relative;
    font-family: "Dosis";
    color: #555;
    text-shadow: 1px 1px 1px white;
    margin-top: 10px;
}

    .compass:before {
        font-weight: bold;
        position: absolute;
        text-align: center;
        width: 100%;
        content: "N";
        font-size: 14px;
        top: -2px;
    }

    .compass .direction {
        height: 100%;
        width: 100%;
        display: block;
        background: #f2f6f5;
        background: -o-linear-gradient(top, #f2f6f5 0%, #cbd5d6 100%);
        border-radius: 100%;
    }

        .compass .direction p {
            text-align: center;
            margin: 0;
            padding: 0;
            position: absolute;
            top: 50%;
            left: 0;
            width: 100%;
            height: 100%;
            line-height: 80px;
            display: block;
            margin-top: -45px;
            font-size: 28px;
            font-weight: bold;
        }

            .compass .direction p span {
                display: block;
                line-height: normal;
                margin-top: -24px;
                font-size: 11px;
                text-transform: uppercase;
                font-weight: normal;
            }

    .compass .arrow {
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
    }

        .compass .arrow:after {
            content: "";
            width: 0;
            height: 0;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-bottom: 10px solid red;
            position: absolute;
            top: -6px;
            left: 50%;
            margin-left: -5px;
            z-index: 99;
        }

        .compass .arrow.nne {
            transform: rotate(22.5deg);
        }

        .compass .arrow.ne {
            transform: rotate(45deg);
        }

        .compass .arrow.ene {
            transform: rotate(67.5deg);
        }

        .compass .arrow.e {
            transform: rotate(90deg);
        }

        .compass .arrow.ese {
            transform: rotate(112.5deg);
        }

        .compass .arrow.se {
            transform: rotate(135deg);
        }

        .compass .arrow.sse {
            transform: rotate(157.5deg);
        }

        .compass .arrow.s {
            transform: rotate(180deg);
        }

        .compass .arrow.ssw {
            transform: rotate(202.5deg);
        }

        .compass .arrow.sw {
            transform: rotate(-135deg);
        }

        .compass .arrow.wsw {
            transform: rotate(-114.5deg);
        }

        .compass .arrow.w {
            transform: rotate(-90deg);
        }

        .compass .arrow.wnw {
            transform: rotate(-69.5deg);
        }

        .compass .arrow.nw {
            transform: rotate(-45deg);
        }

        .compass .arrow.nnw {
            transform: rotate(-24.5deg);
        }

.meteo {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
    justify-items: flex-start;
    margin-bottom: 25px;
}

    .meteo > div > label {
        font-weight: bold;
        font-size: small;
    }

    .meteo > div > p {
        font-weight: normal;
        font-size: medium;
    }

    .meteo > p {
        text-transform: capitalize;
    }

    .meteo p {
        margin-bottom: 0;
    }

    .meteo label {
        margin: 0;
    }

/* End Widget Card Meteo*/
.badge-ipv {
    background-color: #0067B0;
    color: white;
}

.smallunderline {
    border-bottom: solid 7px #c1def8;
    width: 10%;
    border-radius: 90px;
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
}

.card button.btn-rotondo {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

    .card button.btn-rotondo.shadow {
        box-shadow: #c2d7e68f 0 0 15px 0px !important;
    }

/* Sezione testi e parole */
.firstLetterUpperCase:first-letter {
    text-transform: uppercase;
}

/* /Sezione testi e parole */
hr.light {
    border-top: 1px solid white;
}

hr.lightgrey {
    border-top: 1px solid #EDF4F9;
}

.mappamondo > div + div > div > div {
    width: 200px;
}

.mappamondo h6 {
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
}

@media (max-width: 992px) {
    .mappamondo h6 {
        max-width: 70%;
        text-align: center;
    }

    .mappamondo ul {
        margin-bottom: 2em;
    }
}

.mappamondo ul {
    list-style: disc;
    padding-inline-start: 15px;
}

    .mappamondo ul li.aria {
        color: #9270F1;
        font-size: 28px;
        line-height: 22px;
    }

        .mappamondo ul li.aria a {
            color: #404040;
            font-weight: 300;
            font-size: 16px;
            vertical-align: middle;
        }

    .mappamondo ul li.acqua {
        color: #11ABD2;
        font-size: 28px;
        line-height: 22px;
    }

        .mappamondo ul li.acqua a {
            color: #404040;
            font-weight: 300;
            font-size: 16px;
            vertical-align: middle;
        }

    .mappamondo ul li.terra {
        color: #11D2B8;
        font-size: 28px;
        line-height: 22px;
    }

        .mappamondo ul li.terra a {
            color: #404040;
            font-weight: 300;
            font-size: 16px;
            vertical-align: middle;
        }

    .mappamondo ul li.fuoco {
        color: #FFB534;
        font-size: 28px;
        line-height: 22px;
    }

        .mappamondo ul li.fuoco a {
            color: #404040;
            font-weight: 300;
            font-size: 16px;
            vertical-align: middle;
        }

footer.page-footer {
    margin-left: 0;
    margin-right: 0;
}

.boxinfo {
    background-color: #edf4f9;
    border-radius: 15px;
    min-height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (max-width: 992px) {
    .boxinfo {
        margin-left: 5px;
        margin-right: 5px;
    }
}

.boxinfo p {
    color: #404040;
    height: fit-content;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-left: 2vw !important;
    padding-right: 2vw !important;
    padding-top: 1vw;
    padding-bottom: 1vw;
    line-height: 1;
    font-weight: 500;
    font-size: 22px;
}

@media (max-width: 992px) {
    .boxinfo p {
        font-size: 18px !important;
        padding-left: 30px !important;
        padding-right: 30px !important;
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 26px;
    }
}

section.miglioriofferte .owl-dots {
    margin-top: 0 !important;
}

section.ultimenewsstaff img {
    width: 190px;
    height: 190px;
    border-radius: 190px;
}

@media (max-width: 992px) {
    section.img-callcenter {
        min-height: 860px !important;
    }

        section.img-callcenter p {
            padding: 0 !important;
            margin: 0 !important;
        }

    .logo-footer {
        width: 60%;
    }
}

.tabdettagli {
    font-family: "Poppins", sans-serif;
}

    .tabdettagli ul {
        background-color: white;
    }

        .tabdettagli ul .nav-link.active {
            background-color: #edf4f9 !important;
            color: #0067B0;
            font-weight: bold;
            border-bottom: 3px solid #edf4f9 !important;
        }

            .tabdettagli ul .nav-link.active i {
                color: #0067B0;
                margin-right: 0.4rem;
            }

        .tabdettagli ul .nav-link {
            color: #404040;
            border-bottom-color: #edf4f9 !important;
        }

            .tabdettagli ul .nav-link i {
                color: #0067B0;
                margin-right: 0.4rem;
            }

    .tabdettagli .tab-content p,
    .tabdettagli .tab-content ul {
        font-family: "Ubuntu", sans-serif;
        font-size: 16px;
    }

.ottimascelta .bg-title {
    background-color: transparent;
    color: white;
}

    .ottimascelta .bg-title h3,
    .ottimascelta .bg-title h4,
    .ottimascelta .bg-title p {
        color: white !important;
    }

.ottimascelta .rounded {
    border-radius: 15px !important;
    padding: 15px;
}

.ottimascelta label {
    white-space: nowrap;
}

.ottimascelta .input-group button.btn {
    background-color: #0067B0;
    color: white;
}

.ottimascelta .input-group input[type=number] {
    border-radius: .50rem !important;
    margin: 0 0.3rem 0 0.3rem;
    text-align: center;
    height: 30px !important;
    -moz-appearance: textfield;
}

    .ottimascelta .input-group input[type=number]::-webkit-inner-spin-button {
        -webkit-appearance: none;
    }

.ottimascelta input,
.ottimascelta select {
    border: none !important;
}

.ottimascelta .wrapper-filter {
    background-color: rgba(255, 255, 255, 0.2);
}

@supports (backdrop-filter: none) {
    .ottimascelta .wrapper-filter {
        backdrop-filter: blur(7px);
        background-color: rgba(255, 255, 255, 0.2);
    }

    .ottimascelta .warning {
        display: none;
    }
}

.rounded-15 {
    border-radius: 15px !important;
    padding: 15px;
}

@media (min-width: 992px) {
    .rounded-lg-15 {
        border-radius: 15px !important;
    }
}

.border-acqua {
    border-color: #11ABD2 !important;
}

.h-fit-content {
    height: fit-content !important;
}

@media (max-width: 992px) {
    .image-flex-reverse {
        display: flex;
        flex-direction: column-reverse;
    }
}

.sub-primo-piano-title {
    font-size: 22px;
    font-weight: 700;
    font-family: 'Poppins';
    color: #404040;
    /*    height: 30px;
    min-height: 30px;*/
    padding-bottom: 0.5rem !important;
}

@media (min-width: 992px) {
    .sub-primo-piano-title {
        font-size: 28px;
        font-weight: 700;
        font-family: 'Poppins';
        color: #404040;
        line-height: 30px;
        /*        height: 70px;
        min-height: 70px;*/
        padding-bottom: 0rem !important;
    }
}

.sub-primo-piano-text {
    font-size: 18px;
    line-height: 24px;
    padding-left: 10px;
    padding-right: 10px;
    /*    height: 3rem;
    min-height: 3rem;*/
}

@media (min-width: 992px) {
    .sub-primo-piano-text {
        font-size: 18px;
        line-height: 24px;
        padding-left: 10px;
        padding-right: 10px;
        /*        height: 5.5rem;
        min-height: 5.5rem;*/
    }
}

.login .white-text {
    color: white !important;
}

.border-bottom.cyan {
    border-bottom: solid 1px #C1DEF8 !important;
}

.nav.nav-azzurro.nav-pills > .nav-item a.nav-link {
    font-family: "Poppins", sans-serif !important;
    color: #404040;
}

    .nav.nav-azzurro.nav-pills > .nav-item a.nav-link.active {
        background-color: #EDF4F9;
        color: #0067B0;
        border-radius: 90px;
    }

.nav-pills .azzurro .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: #EDF4F9 !important;
    color: #0067B0 !important;
}
/*# sourceMappingURL=ideeperviaggiare.css.map */


@media (max-width: 991px) {
    .info-page .card {
        border: 0px;
    }
}

.border-15 {
    border-radius: 15px;
}

/* SLIDER */

.swiper-container {
    width: 100%;
    height: 670px;
}

    .swiper-container h1, .swiper-container h5 {
        margin-top: -60px;
    }

@media (max-width: 768px) {
    .swiper-container h1, .swiper-container h5 {
        margin-top: -170px;
    }

    .slideshow-pagination {
        bottom: 9rem !important;
    }
}


.slide-title2 {
    margin-top: -80px;
}

.slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
    background: #fff;
    overflow: hidden;
}

.slide-image {
    position: absolute;
    top: -300px;
    left: -200px;
    width: calc(100% + 400px);
    height: calc(100% + 400px);
}

.slide .slide-title, .slide h1, .slide h2, .slide h3, .slide h5, .slide div, .slide a, .slide h4, .slide p {
    z-index: 100;
}

.slide-title span {
    white-space: pre;
    display: inline-block;
    opacity: 0;
}

.slideshow {
    position: relative;
}

.slideshow-pagination {
    position: absolute;
    bottom: 5rem;
    left: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    transition: .3s opacity;
    z-index: 10;
}

.slideshow-pagination-item {
    display: flex;
    align-items: center;
}

    .slideshow-pagination-item .pagination-number {
        opacity: 0.5;
    }

    .slideshow-pagination-item:hover, .slideshow-pagination-item:focus {
        cursor: pointer;
    }

    .slideshow-pagination-item:last-of-type .pagination-separator {
        width: 0;
    }

    .slideshow-pagination-item.active .pagination-number {
        opacity: 1;
    }

    .slideshow-pagination-item.active .pagination-separator {
        width: 10vw;
    }

.slideshow-navigation-button {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 5rem;
    z-index: 1000;
    transition: all .3s ease;
    color: #FFF;
}

    .slideshow-navigation-button:hover, .slideshow-navigation-button:focus {
        cursor: pointer;
    }

    .slideshow-navigation-button.prev {
        left: 0;
    }

    .slideshow-navigation-button.next {
        right: 0;
    }

.pagination-number {
    font-size: 1.8rem;
    color: #FFF;
    font-family: 'Oswald', sans-serif;
    padding: 0 0.5rem;
}

.pagination-separator {
    display: none;
    position: relative;
    width: 40px;
    height: 2px;
    background: rgba(255, 255, 255, 0.25);
    transition: all .3s ease;
}

@media (min-width: 45em) {
    .pagination-separator {
        display: block;
    }
}

.pagination-separator-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    transform-origin: 0 0;
}

/*.image-gradient.lazyloaded {
    background: linear-gradient(to bottom, #156298, transparent), url("https://cdn.ideeperviaggiare.it/media/site/images/expo-2020-dubai.webp");
}*/
.image-gradient.lazyloaded {
    background: linear-gradient(to bottom, #156298, transparent), url("https://cdn.ideeperviaggiare.it/media/2022/04/dubai-2020-expo-1920x1080-443205.jpg");
}

/*.image-gradient-2.lazyloaded {
    background: linear-gradient(to bottom, #156298, transparent), url("https://cdn.ideeperviaggiare.it/media/site/images/si-puo-viaggiare.jpg");
}*/
.image-gradient-2.lazyloaded {
    background: linear-gradient(to bottom, #156298, transparent), url("https://cdn.ideeperviaggiare.it/media/site/images/si-puo-viaggiare.jpg");
}

/*.image-gradient-3.lazyloaded {
    background: linear-gradient(to bottom, #156298, transparent), url("https://cdn.ideeperviaggiare.it/media/2021/09/campaniacampania-1920x1281-418959.jpg");
}*/

/*.image-gradient-3.lazyloaded {
    background: linear-gradient(to bottom, #156298, transparent), url("https://cdn.ideeperviaggiare.it/media/site/images/slide-italia-3.jpg");
}*/
.image-gradient-3.lazyloaded {
    background: linear-gradient(to bottom, #156298, transparent), url("https://cdn.ideeperviaggiare.it/media/2021/06/italia-amalfi-amalfi-barca-1920x1280-387276.jpg");
}

/*.image-gradient-4.lazyloaded {
    background: linear-gradient(to bottom, #156298, transparent), url("https://cdn.ideeperviaggiare.it/Media/Site/images/webp/spumante-spiaggia-1920x1282-453636.webp");
}*/
.image-gradient-4.lazyloaded {
    background: linear-gradient(to bottom, #156298, transparent), url("https://cdn.ideeperviaggiare.it/Media/Site/images/webp/spumante-spiaggia-1920x1282-453636.webp");
}
/*.image-gradient-5.lazyloaded {
    background: linear-gradient(to bottom, #156298, transparent), url("https://cdn.ideeperviaggiare.it/Media/Site/images/webp/spumante-spiaggia-1920x1394-453604.webp");
}*/
/*.image-gradient-5.lazyloaded {
    background: linear-gradient(to bottom, #156298, transparent), url("https://cdn.ideeperviaggiare.it/media/2023/06/capodanno-spiaggia-1920x1280-478650.jpg");
}
*/
.image-gradient-5 {
    background: no-repeat;
    background-size: cover;
}

    .image-gradient-5.lazyloaded {
        background-image: linear-gradient(to bottom right, #156298, transparent), url("https://cdn.ideeperviaggiare.it/media/2024/05/spiaggia-isola-pemba-tanzania-1920x1079-496927.jpg") !important;
        background-position: center center !important;
    }

.image-gradient-6.lazyloaded {
    background: linear-gradient(to bottom, #156298, transparent), url("https://cdn.ideeperviaggiare.it/media/2021/05/messico-playa-carmen-royal-hideaway-playacar-1920x1281-327155.jpg");
}

.image-gradient-7.lazyloaded {
    background: linear-gradient(to bottom, #156298, transparent), url("https://cdn.ideeperviaggiare.it/media/2022/09/maldiveemerald-faarufushi-resort-spa-1920x1280-458913.jpg") top center;
}

.image-gradient-8.lazyloaded {
    background: linear-gradient(to bottom, #156298, transparent), url("https://cdn.ideeperviaggiare.it/media/2022/01/isola-a-forma-cuore-1920x1080-434974.jpg") center center;
}

.image-gradient-9.lazyloaded {
    background: linear-gradient(to bottom, #156298, transparent), url("https://cdn.ideeperviaggiare.it/media/2021/01/stati-uniti-dallas-stati-uniti-dallas-1920x1080-182274.jpg") center center;
}

.image-gradient-10 {
    background: no-repeat;
    background-size: cover;
}

    .image-gradient-10.lazyloaded {
        background-image: linear-gradient(to bottom right, #156298, transparent), url("https://cdn.ideeperviaggiare.it/media/2022/04/bolivia-1366x768-446136.jpg") !important;
        background-position: top center !important;
    }

.image-gradient-11.lazyloaded {
    background: linear-gradient(to bottom, #156298, transparent), url("https://cdn.ideeperviaggiare.it/media/2018/09/qatar-doha-corniche-al-mattino-presto-1920x1290-9975.jpg") top center;
}

.image-gradient-12.lazyloaded {
    background: linear-gradient(to bottom, #156298, transparent), url("https://cdn.ideeperviaggiare.it/Media/Site/images/webp/mare-ragazza-amaca-tramonto-1920x1307-455221.webp");
}

.image-gradient-13.lazyloaded {
    background: linear-gradient(to bottom, #156298, transparent), url("https://cdn.ideeperviaggiare.it/Media/Site/images/webp/copertina-iter2.webp");
}

.image-gradient-14.lazyloaded {
    background: linear-gradient(to bottom, #156298, transparent), url("https://cdn.ideeperviaggiare.it/media/2023/03/donna-spiaggia-1920x1280-471543.jpg") center center;
}

.image-gradient-15.lazyloaded {
    background: linear-gradient(to bottom, #156298, transparent), url("https://cdn.ideeperviaggiare.it/media/2018/09/paesaggio-marino-paradiso-tropicale-con-isola-di-palme-tahaa-polinesia-francese--1920x1280-10791.jpg") center center;
}

.image-gradient-16.lazyloaded {
    background: linear-gradient(to bottom, #156298, transparent), url("https://cdn.ideeperviaggiare.it/media/2023/04/ferrari-formula-1-1920x1080-472555.jpg") center center;
}

.image-grazient-17 {
    background: no-repeat;
    background-size: cover;
}

.image-gradient-17.lazyloaded {
    background-image: linear-gradient(to bottom right, #156298, transparent), url("https://cdn.ideeperviaggiare.it/media/2023/07/vista-aerea-muraglia-cinese-1366x911-480819.jpg") !important;
    background-position: center center !important;
}

.image-gradient-18 {
    background: no-repeat;
    background-size: cover;
}

    .image-gradient-18.lazyloaded {
        background-image: linear-gradient(to bottom right, #156298, transparent), url("https://cdn.ideeperviaggiare.it/media/2023/09/maldivesun-siyam-iru-veli-1366x910-485465.jpg") !important;
        background-position: center center !important;
    }

.image-gradient-19 {
    background: no-repeat;
    background-size: cover;
}

    .image-gradient-19.lazyloaded {
        background-image: linear-gradient(to bottom, #156298, transparent), url("https://cdn.ideeperviaggiare.it/media/2023/10/vista-una-spiaggia-tropicale-1366x911-485898.jpg") !important;
        background-position: center center !important;
    }

.image-gradient-20 {
    background: no-repeat;
    background-size: cover;
}

    .image-gradient-20.lazyloaded {
        background-image: linear-gradient(to bottom right, #156298, transparent), url("https://cdn.ideeperviaggiare.it/media/2018/09/castello-di-himeji-e-pieno-di-fiori-di-ciliegio-con-sfondo-di-montagna-fuji-in-giappone-1366x778-12212.jpg") !important;
        background-position: center center !important;
    }

.image-gradient-21 {
    background: no-repeat;
    background-size: cover;
}

    .image-gradient-21.lazyloaded {
        background-image: linear-gradient(to bottom right, #156298, transparent), url("https://cdn.ideeperviaggiare.it/media/2024/01/oceano-blu-e-montagna-morne-a-mauritius-1366x911-490573.jpg") !important;
        background-position: center center !important;
    }

.image-gradient-22 {
    background: no-repeat;
    background-size: cover;
}

    .image-gradient-22.lazyloaded {
        background-image: linear-gradient(to bottom right, #156298, transparent), url("https://cdn.ideeperviaggiare.it/media/site/images/bg_unc2025.jpg") !important;
        background-position: center 100px !important;
    }

.image-gradient-23 {
    background: no-repeat;
    background-size: cover;
}

    .image-gradient-23.lazyloaded {
        background-image: linear-gradient(to bottom right, #156298, transparent), url("https://cdn.ideeperviaggiare.it/media/2024/07/banner-homepage-sampdoria-5-1920x1089-501984.jpg") !important;
        background-position: top center !important;
    }

.image-gradient-24 {
    background: no-repeat;
    background-size: cover;
}

    .image-gradient-24.lazyloaded {
        background-image: linear-gradient(to bottom right, #156298, transparent), url("https://cdn.ideeperviaggiare.it/media/sliders/header-tap-homepage.jpg") !important;
        background-position: top center !important;
    }

.image-gradient-25 {
    background: no-repeat;
    background-size: cover;
}

    .image-gradient-25.lazyloaded {
        background-image: linear-gradient(to bottom right, #156298, transparent), url("https://cdn.ideeperviaggiare.it/media/2024/08/giapponegiappone-1920x1281-504653.jpg") !important;
        background-position: top center !important;
    }

.image-gradient-26 {
    background: no-repeat;
    background-size: cover;
}

    .image-gradient-26.lazyloaded {
        background-image: linear-gradient(to bottom right, #156298, transparent), url("https://cdn.ideeperviaggiare.it/media/2024/12/lily-beach-1920x1080-511713.jpg") !important;
        background-position: top center !important;
    }

.image-gradient-27 {
    background: no-repeat;
    background-size: cover;
}

    .image-gradient-27.lazyloaded {
        background-image: linear-gradient(to bottom right, #156298, transparent), url("https://cdn.ideeperviaggiare.it/media/site/jaime/header.jpg") !important;
        background-position: top center !important;
    }











/* SLIDER */


@media (min-width:667px) and (max-width:992px) {
    .section-height {
        height: 365px;
    }
}

@media (max-width:666px) {
    .section-height {
        height: 265px;
    }
}

@media (min-width:993px) {
    .section-height {
        height: 765px;
    }
}

.marcelletti-badge, .marcelletti-badge2 {
    border-radius: 7px;
    border: 1px solid #33A5F5;
    background: #ffffff;
    /*width: 135px;*/
    padding: 1px 10px 2px 10px;
}

.marcelletti-badge2 {
    border: none;
    background: #ffffff;
    width: 80px;
    padding: 7px 10px 10px 10px;
    position: absolute;
    top: 15px;
    right: 15px;
}

.marcelletti-badge img {
    height: 13px;
}

.marcelletti-badge2 img {
    height: 28px;
}

.disabled-radio {
    color: #d6d6d6 !important;
}

.ipv-sublime {
    width: 42px;
    height: 42px;
    background-color: #C1DEF8;
    transform: scale(2);
    -webkit-mask: url("../Svg/icona-sublime.svg") no-repeat center;
    mask: url("../Svg/icona-sublime.svg") no-repeat center;
    transition: all 1s;
}

.ipv-experientia {
    width: 42px;
    height: 42px;
    background-color: #C1DEF8;
    transform: scale(2);
    -webkit-mask: url("../Svg/icona-experientia.svg") no-repeat center;
    mask: url("../Svg/icona-experientia.svg") no-repeat center;
    transition: all 1s;
}


.disabled > .ipv-sublime {
    background-color: #CBCBCB !important;
}

.disabled > .ipv-experientia {
    background-color: #CBCBCB !important;
}


.selected > .ipv-sublime {
    background-color: #0067B0 !important;
}

.selected > .ipv-experientia {
    background-color: #0067B0 !important;
}

.m-0 {
    margin: 0.01px !important;
}
