﻿body {
    color: #000000;
    position: relative;
    font-family: Poppins;
    font-size: 16px;
}

    body.side-right {
        overflow: hidden;
    }
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

a, p, h1, h2, H3 {
    color: #013751;
}

    a:hover {
        text-decoration: none;
    }

.centrado {
    text-align: center;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/
.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}


@font-face {
    font-family: Poppins;
    src: url('../fonts/Poppins/poppins-semibold.eot');
    src: url('../fonts/Poppins/poppins-semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins/poppins-semibold.woff2') format('woff2'), url('../fonts/Poppins/poppins-semibold.woff') format('woff'), url('../fonts/Poppins/poppins-semibold.ttf') format('truetype'), url('../fonts/Poppins/poppins-semibold.svg#poppinssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

.btn-verde {
    background: #18c906;
    color: #fff;
    border-radius: 8px;
    padding: 8px 10px;
}

.btn-orange {
    background: rgb(244,132,22);
    background: linear-gradient(90deg, rgba(244,132,22,1) 2%, rgba(242,119,0,1) 48%, rgba(222,110,0,1) 100%);
    color: #fff;
    border-radius: 8px;
    padding: 8px 10px;
}

.btn-red {
    background-color: #d40530;
    color: #fff;
    box-shadow: 0px 4px 0px 0px #6c0628;
    border-radius: 8px;
    padding: 8px 10px;
}

nav.navbar.bootsnav {
    z-index: 999;
}

.logo-mobile {
    background: #fff;
    border-right: 1px solid;
    padding: 10px;
    display: block;
    text-align: center;
    min-height: 90px;
}

header .navbar-brand .logo {
    width: 100%;
    margin: 0 auto;
    moz-transition: all 1s;
    transition: all 1s;
    webkit-transition: all 1s;
}

.navbar-nav > li {
    padding: 25px 15px;
}

nav.navbar.bootsnav ul.nav > li > a {
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 400;
    padding: 10px 15px;
    color: #013751;
    cursor: pointer;
}

    nav.navbar.bootsnav ul.nav > li > a:after {
        clear: both;
        display: block;
        content: "";
        position: relative;
        width: 0;
        left: 50%;
        height: 3px;
        background: #0095d4;
        -moz-transition: width 0.2s, left 0.2s;
        -o-transition: width 0.2s, left 0.2s;
        -webkit-transition: width 0.2s, left 0.2s;
        transition: width 0.2s, left 0.2s;
        border-radius: 6px;
    }

    nav.navbar.bootsnav ul.nav > li > a:hover:after, nav.navbar.bootsnav ul.nav > li > a:focus:after {
        width: 100%;
        left: 0;
    }

nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: none;
}

.submenu {
    color: #000;
    left: 0 !important;
}

.submenu li a {
    text-align: left !important;
    text-transform: uppercase;
    font-family: Poppins;
    font-size: 13px;
    font-weight: 400;
    color: #000 !important;
}

.submenu li a:hover {
    color: #000 !important;
}

@media screen and (max-width: 992px) {
    .submenu {
        color: #fff !important;
        ;
    }

        .submenu li a {
            color: #fff !important;
            ;
        }

        .submenu li a:hover {
            color: #fff !important;
        }
}


nav.navbar.bootsnav ul.nav > li > a.btn-verde {
    background: rgb(66,211,51);
    background: linear-gradient(90deg, rgba(66,211,51,1) 2%, rgba(21,188,4,1) 48%, rgba(17,159,3,1) 100%);
    color: #fff;
    border-radius: 8px;
}

header nav.navbar.bootsnav ul.nav > li > a.btn-verde:hover {
    background: #14517d;
}

nav.navbar.bootsnav ul.nav > li > a.btn-verde:after {
    content: none;
}

nav.navbar.bootsnav ul.nav > li > a.btn-orange {
    background: rgb(244,132,22);
    background: linear-gradient(90deg, rgba(244,132,22,1) 2%, rgba(242,119,0,1) 48%, rgba(222,110,0,1) 100%);
    color: #fff;
    border-radius: 8px;
}

header nav.navbar.bootsnav ul.nav > li > a.btn-orange:hover {
    background: #14517d;
}

nav.navbar.bootsnav ul.nav > li > a.btn-orange:after {
    content: none;
}
/*HOME*/
@-moz-keyframes spinner {
    to {transform: rotate(360deg);}
}

@-webkit-keyframes spinner {
    to {transform: rotate(360deg);}
}

@keyframes spinner {
    to {transform: rotate(360deg);}
}

.alert {
    padding: 15px !important;
    margin-bottom: 20px !important;
    border: 1px solid transparent !important;
    border-radius: 8px !important;
}

.alert-danger {
    color: #0095d4 !important;
    font-family: Poppins !important;
    font-size: 18px !important;
    background-color: #fff !important;
    border-color: #013751 !important;
}

.alert-dangertext !important {
    font-size: 18px !important;
    font-family: Poppins !important;
    font-size: 16px !important;
}


.spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-top-color: #333;
    animation: spinner .6s linear infinite;
}

.loading {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 0;
}

    .loading li {
        height: 0;
        /*position: absolute;*/
        top: 50%;
        left: 0;
        width: 0;
        margin: 3px;
        display: inline-block;
        height: 10px;
        width: 10px;
        border: 3px solid #2b8ccd;
        border-radius: 100%;
        -webkit-transform: transformZ(0);
        transform: transformZ(0);
        -webkit-animation: LOADING 2s infinite;
        animation: LOADING 2s infinite;
    }

    .loading ul {
        position: relative;
        padding: 0;
    }

    .loading li:nth-child(1n) {
        left: -20px;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
    }

    .loading li:nth-child(2n) {
        left: 0;
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

    .loading li:nth-child(3n) {
        left: 20px;
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
    }

@-webkit-keyframes LOADING {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        background: #2b8ccd;
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        background: white;
    }

    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        background: #2b8ccd;
    }
}

@keyframes LOADING {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        background: #2b8ccd;
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        background: white;
    }

    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        background: #2b8ccd;
    }
}

.home .loginSlider {
    background: url(images/home/destinos-home.jpg) no-repeat;
    background-size: 100% 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
    padding: 60px;
    min-height: 521px;
}

.contentAccess h2 {
    font-family: Poppins;
    font-size: 18px;
    color: #013751;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 40px;
}

.contentAccess label {
    font-family: 'Poppins';
    font-size: 12px;
    color: #636060;
}

    .contentAccess label.error {
        color: #d4203d;
        background-color: #FFBABA;
        margin: 10px 0;
        padding: 10px;
        border-radius: 3px 3px 3px 3px;
    }

        .contentAccess label.error:before {
            font-family: 'FontAwesome';
            color: red;
            position: relative;
            left: -5px;
            content: "\f071";
        }


.contentAccess input {
    border: 1px solid #92c9ef;
    height: 35px;
    width: 210px;
    margin-right: 20px;
}

    .contentAccess input.error {
        border-color: #dc3545;
    }

    .contentAccess input[type="submit"] {
        border: none;
        height: 35px;
        background: #bababa;
        border-radius: 8px;
        width: 60px;
        color: #fff;
        font-size: 22px;
        font-weight: bold;
        margin-right: 0;
    }

        .contentAccess input[type="submit"]:hover {
            background: #0095D4;
        }

.contentAccess form {
    align-items: initial;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.modal-body {
    background: #fff;
}

.modal-header, .modal-footer {
    background: #0c3950;
}

.modal-title {
    text-align: center;
    color: #fff;
    font-family: Poppins;
}

.modal-header .close {
    color: #fff;
    opacity: 1;
}

.btn-pass {
    font-family: Poppins;
    font-size: 14px;
    color: #fff;
    background: #0095d4;
    border-radius: 4px;
    padding: 5px 10px;
    width: 260px;
    text-align: center;
    margin: 0px auto;
}

.btn-registra {
    font-family: Poppins;
    font-size: 16px;
    color: #fff;
    /* border: 1px solid #4153f8; */
    /* border-radius: 8px; */
    width: 320px;
    text-align: center;
    align-items: center;
    margin: 20px auto;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .btn-registra div {
        color: #013751;
    }

    .btn-registra .btn-green-degradate {
        background: rgb(66,211,51);
        background: linear-gradient(90deg, rgba(66,211,51,1) 2%, rgba(21,188,4,1) 48%, rgba(17,159,3,1) 100%);
        padding: 8px 15px;
        border-radius: 4px;
        width: 150px;
        cursor: pointer;
        color: #fff;
    }

        .btn-registra .btn-green-degradate:hover {
            background: rgb(244,132,22);
            background: linear-gradient(90deg, rgba(244,132,22,1) 2%, rgba(242,119,0,1) 48%, rgba(222,110,0,1) 100%);
        }

.advantage {
    background: #e5e9eb;
    padding: 20px 50px;
    border-radius: 8px;
    max-width: 518px;
    margin: 0 auto;
}

    .advantage p {
        text-align: center;
        font-family: Poppins;
        font-size: 16px;
        color: #636060;
    }

    .advantage ul {
        padding: 0;
    }

        .advantage ul li {
            list-style: none;
            font-family: Poppins;
            font-size: 14px;
            color: #636060;
        }

.navtrvel {
   /* max-width: 700px;*/
    text-align: center;
    margin-top: 30px;
}

    .navtrvel h1 {
        color: #fff;
        text-shadow: 1px -1px 4px #000, 6px -2px 11px #000;
    }

.viewnavTravel {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

    .viewnavTravel a {
        color: #000;
        /*border: 1px solid #000;*/
        border-radius: 20px;
        padding: 10px;
        text-align: center;
        width: 250px;
        background: rgba(255, 255, 255, 0.85);

        display: block;
    }

        .viewnavTravel a:hover {
            color: #fff;
            background: #0095D4;
        }
/*.home .loginSlider .sliderHome {
    width: 100%;
}

    .home .loginSlider .sliderHome img {
        width: 100%;
    }*/

.content-info-home .blue-bg-home {
    background: #14517d;
    padding: 10px 0px;
}

    .content-info-home .blue-bg-home .border-white {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }

    .content-info-home .blue-bg-home h3 {
        text-align: center;
        font-family: Poppins;
        font-size: 18px;
        color: #ffde00;
    }

    .content-info-home .blue-bg-home p {
        color: white;
        text-align: center;
        margin-bottom: 30px;
    }

    .content-info-home .blue-bg-home ul {
        padding: 0;
        margin-bottom: 20px;
    }

        .content-info-home .blue-bg-home ul li {
            color: #fff;
            font-family: Poppins;
        }

            .content-info-home .blue-bg-home ul li span {
                color: #ffde00;
            }


.alert {
    padding: 15px !important;
    margin-bottom: 20px !important;
    border: 1px solid transparent !important;
    border-radius: 8px !important;
}

.alert-danger {
    color: #0095d4 !important;
    font-family: Poppins !important;
    font-size: 18px !important;
    background-color: #fff !important;
    border-color: #013751 !important;
}

.alert-danger2 {
    color: #000 !important;
    font-family: Poppins !important;
    font-size: 14px !important;
    background-color: #fff !important;
    border-color: #013751 !important;
}

.alert-danger3 {
    color: #000 !important;
    font-family: Poppins !important;
    font-size: 12px !important;
    background-color: #fff !important;
    border-color: #013751 !important;
}


.alert-dangertext !important {
    font-size: 18px !important;
    font-family: Poppins !important;
    font-size: 16px !important;
}




.home .zoomarine-travel .perche-box {
    padding: 20px 0px 50px 0px;
    border-bottom: 1px solid #537fa0;
}

.home .zoomarine-travel h4 {
    font-family: Poppins;
    color: #1c6293;
    font-size: 22px;
    text-align: center;
    margin-top: 30px;
}

    .home .zoomarine-travel h4 strong {
        font-size: 24px;
        color: #c73d4c;
    }

.home .zoomarine-travel .perche-box {
    align-items: flex-end;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
}

    .home .zoomarine-travel .perche-box .item-perche {
        width: 25%;
        text-align: center;
    }

        .home .zoomarine-travel .perche-box .item-perche h4 {
            font-family: Poppins;
            font-size: 18px;
            color: #f46d00;
            margin-top: 20px;
        }

.home .noRegistration {
    margin-top: 40px;
}

    .home .noRegistration h3 {
        font-family: Poppins;
        color: #1c6293;
        font-size: 18px;
    }

    .home .noRegistration a {
        background: #fddc00;
        font-family: Poppins;
        font-size: 18px;
        border-radius: 8px;
        border: 1px solid #646464;
        box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
        display: block;
        text-align: center;
        padding: 10px;
        margin-top: 30px;
        margin-bottom: 30px;
        cursor: pointer;
    }

.home .destinazioni h3 {
    position: relative;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    color: #1c6293;
    margin-bottom: 30px;
}

    .home .destinazioni h3:before {
        content: "";
        display: block;
        border-top: solid 1px #1c6293;
        width: 100%;
        height: 1px;
        position: absolute;
        top: 50%;
        z-index: 1;
    }

    .home .destinazioni h3 span {
        background: #fff;
        padding: 0 20px;
        position: relative;
        z-index: 5;
    }

.home .destinazioni p {
    text-align: center;
    margin-top: 15px;
    font-size: 18px;
}

.destinations .box-destinations {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

    .destinations .box-destinations .item-destinations {
        width: 49%;
        margin-bottom: 40px;
    }

        .destinations .box-destinations .item-destinations h3 {
            color: #000000;
            font-family: Poppins;
            font-weight: 700;
            font-size: 22px;
            text-align: center;
        }

        .destinations .box-destinations .item-destinations p {
            text-align: center;
        }

        .destinations .box-destinations .item-destinations a {
            background: rgb(66,211,51);
            background: linear-gradient(90deg, rgba(66,211,51,1) 2%, rgba(21,188,4,1) 48%, rgba(17,159,3,1) 100%);
            padding: 8px 15px;
            border-radius: 4px;
            width: 160px;
            cursor: pointer;
            color: #fff;
            display: block;
            margin: 0 auto;
        }

            .destinations .box-destinations .item-destinations a:hover {
                background: rgb(244,132,22);
                background: linear-gradient(90deg, rgba(244,132,22,1) 2%, rgba(242,119,0,1) 48%, rgba(222,110,0,1) 100%);
            }

footer {
    margin-top: 50px;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
}

    footer .white-bg {
        background: #e8f3fb;
        position: absolute;
        height: 275px;
        left: 0px;
        width: 37%;
    }

.logo-footer {
    width: 25%;
    background: #e8f3fb;
    padding: 20px 20px;
    text-align: right;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: nowrap;
    flex-flow: column;
}

    .logo-footer p {
        width: 160px;
        margin-top: 10px;
    }

.menu-footer {
    width: 75%;
    background: #14517d;
    padding: 35px 20px;
}

.list-menu-footer {
    width: 82%;
}

.sections-footer {
    width: 100%;
}

.contacto-footer {
}

.menu-footer ul {
    padding: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

    .menu-footer ul li {
        list-style: none;
    }

        .menu-footer ul li a {
            color: #fff;
            font-family: 'Poppins';
            font-size: 14px;
        }



.menu-footer .contacto-footer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    width: 40%;
    padding-left: 30px;
}

    .menu-footer .contacto-footer a {
        color: #fff;
    }

.menu-footer .info-footer {
    margin-top: 30px;
    clear: both;
}

    .menu-footer .info-footer .contact-agent {
        padding: 8px 10px;
        border-radius: 8px;
        border: 1px solid #fff;
    }


    .homeApertura .mobile-viewApertura {
        padding: 9px 5px;
        color: #0a32ee;
        font-family: 'Fredoka One';
        width: 100%;
        display: block;
        text-align: center;
        margin-left: 0;
        font-size: 16px;
        background: #f5f5f5;
    }

        .homeApertura .mobile-viewApertura i {
            text-align: right;
            display: inline-block;
            margin-left: 10%;
            font-size: 28px;
            vertical-align: middle;
        }

    .homeApertura .videoApertura p {
        font-size: 12px;
    }

    .homeApertura .videoApertura iframe {
        height: 200px;
    }

 .homeApertura .videoApertura {
        margin-bottom: 30px;
    }

.loginAccess {
    color: rgb(255, 255, 255);
    display: block;
    background: linear-gradient(90deg, rgb(66, 211, 51) 2%, rgb(21, 188, 4) 48%, rgb(17, 159, 3) 100%);
    padding: 8px 15px;
    border-radius: 4px;
    border: none;
}

    .loginAccess:hover {
        background: rgb(244,132,22);
        background: linear-gradient(90deg, rgba(244,132,22,1) 2%, rgba(242,119,0,1) 48%, rgba(222,110,0,1) 100%);
    }
.sw-main .step-content {
    display:none;
}

/*INIZIO*/
.Inizio h1 {
    font-family: Poppins;
    font-size: 29px;
    color: #fff;
    background: #0c3850;
    padding: 20px 0px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 40px;
}

    .Inizio h1 span {
        color: #fffc00;
    }

.SearAll {
    background: #0c3950;
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 30px;
}

.search-bar {
    display: flex;
    flex-basis: 50%;
    align-items: center;
    border-radius: 5px;
    /*box-shadow: 0px 0px 30px 0px rgba(210, 82, 127, 0.5);*/
}

.search-icon {
    color: #fff;
    width: 20px;
    height: 20px;
    border: solid 1px currentColor;
    border-radius: 100%;
    transform: rotate(-45deg);
}

    .search-icon:before {
        content: '';
        position: absolute;
        top: 20px;
        left: 8px;
        height: 10px;
        width: 1px;
        background-color: currentColor;
    }

.search-bar input {
    height: 40px;
    flex-basis: 100%;
    padding: 0 10px;
    border-radius: 5px 0 0 5px;
    outline: none;
    border: none;
    box-shadow: none;
}

.search-btn {
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 0 5px 5px 0;
    background: linear-gradient(135deg, #0490f1, #1267a2);
    transition: all 0.5s ease-out;
}

    .search-btn:hover {
        opacity: 0.9;
    }

.EsclusivoTitle {
    border-bottom: 2px solid #0c3950;
    margin-bottom: 20px;
}

.esclusivoContent p {
    text-align: center;
    margin-bottom: 0;
}

.EsclusivoTitle h2 {
    color: #0c3950;
    font-family: Poppins;
    font-size: 22px;
    text-align: center;
}

.PacchettiDisponibili {
    border-bottom: 2px solid #60039c;
}

    .PacchettiDisponibili h2 {
        color: #60039c;
        font-family: Poppins;
        font-size: 22px;
        text-align: center;
    }

.ListPachettiInizio {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.itemPachettoInizio {
    padding: 1em 0;
}

    .itemPachettoInizio .title {
        color: #1a1a1a;
        text-align: center;
        margin-bottom: 10px;
    }

    .itemPachettoInizio .content {
        position: relative;
        margin: auto;
        overflow: hidden;
        /* border: 2px solid #0c3950; */
        border-radius: 10px;
        /* background: #0c3950; */
        box-shadow: 0px 1px 6px -2px rgba(12, 57, 80, 0.75);
    }

    .itemPachettoInizio .content-overlay {
        background: rgba(12, 57, 80, 0.72);
        position: absolute;
        height: 99%;
        width: 100%;
        left: 0;
        border-radius: 4px;
        top: 0;
        bottom: 0;
        right: 0;
        opacity: 0;
        -webkit-transition: all 0.4s ease-in-out 0s;
        -moz-transition: all 0.4s ease-in-out 0s;
        transition: all 0.4s ease-in-out 0s;
    }

    .itemPachettoInizio:hover .content-overlay {
        opacity: 1;
    }

    .itemPachettoInizio .content-image {
        width: 100%;
    }

    .itemPachettoInizio .content-details {
        position: absolute;
        text-align: center;
        padding-left: 1em;
        padding-right: 1em;
        width: 100%;
        top: 50%;
        left: 50%;
        opacity: 0;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
    }

    .itemPachettoInizio .content:hover .content-details {
        top: 50%;
        left: 50%;
        opacity: 1;
    }

    .itemPachettoInizio .content-details h3 {
        color: #fff;
        font-weight: 500;
        letter-spacing: 0.15em;
        margin-bottom: 0.5em;
        text-transform: uppercase;
    }

    .itemPachettoInizio .fadeIn-top {
        top: 20%;
    }

.DestinosInizio {
    position: relative;
    margin-bottom: 20px;
}

.DestinosInizioText {
    border-bottom: 2px solid #0082d7;
    margin-bottom: 40px;
}

.destinations .DestinosInizioText {
    border: none;
}

.DestinosInizioText h2 {
    color: #0082d7;
    font-family: Poppins;
    font-size: 22px;
    text-align: center;
}

.DestinosInizioText h1 {
    background: #013751;
    width: 100%;
    padding: 20px;
    text-align: center;
    color: #fff;
    font-family: Poppins;
    font-size: 30px;
    margin-top: 0px;
}

.DestinosInizio img {
    width: 100%;
}

.DestinosInizio .viewDestino {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    top: 0;
}

    .DestinosInizio .viewDestino h3 {
        color: #fff;
        font-family: Poppins;
        font-weight: 700;
        font-size: 45px;
        text-align: center;
        text-shadow: 0px 0px 0px #000, 0px -4px 18px #000;
    }

    .DestinosInizio .viewDestino span {
        display: block;
        color: #fff;
        font-family: Poppins;
        margin-bottom: 19px;
        border-radius: 8px;
        padding: 10px;
        box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
        background: rgb(66,211,51);
        background: linear-gradient(90deg, rgba(66,211,51,1) 2%, rgba(21,188,4,1) 48%, rgba(17,159,3,1) 100%);
    }

.DestinosInizio .content-overlay {
    background: rgba(12, 57, 80, 0.72);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    border-radius: 4px;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.DestinosInizio:hover .content-overlay {
    opacity: 1;
}

.DestinosInizio:hover span {
    background: rgb(244,132,22);
    background: linear-gradient(90deg, rgba(244,132,22,1) 2%, rgba(242,119,0,1) 48%, rgba(222,110,0,1) 100%);
}

.dtravller {
    margin: 30px 0px;
}

.packages .Pack h1 {
    background: #013751;
    width: 100%;
    padding: 20px;
    text-align: center;
    color: #fff;
    font-family: Poppins;
    font-size: 30px;
    margin-top: 0px;
}

.packages .Pack {
    margin-bottom: 30px;
}

.packages .ListPack {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

    .packages .ListPack .item-pack {
        width: 49%;
        box-shadow: 0px 1px 6px -2px rgba(12, 57, 80, 0.75);
        margin-bottom: 30px;
        padding: 10px;
    }

        .packages .ListPack .item-pack .imagen-pack {
            position: relative;
        }

.packApartire {
    background: rgba(0, 0, 0, 0.64);
    margin: 0px;
    color: #fff;
    padding: 7px;
    font-size: 18px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    bottom: 0;
    width: 100%;
}

.packages .ListPack .item-pack .imagen-pack h3 strong {
    font-size: 32px;
    text-align: right;
    color: #fff701;
    font-weight: 400;
    font-family: Poppins;
}

.packages .ListPack .item-pack .imagen-pack .url-pack-imagen {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    cursor: pointer;
    display: flex;
    align-items: flex-end;
}

.imagen-pack:hover .packApartire {
    background: rgba(12, 57, 80, 0.90);
}

.packages .ListPack .item-pack h2 {
    font-size: 28px;
    margin: 0px;
}

.contentPack {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: inherit;
    min-height: 269px;
}

.packages .btn-pack {
    width: 100%;
    align-items: flex-end;
    text-align: center;
    display: block;
    color: #fff;
    font-family: Poppins;
    padding: 10px;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
    background: rgb(66,211,51);
    background: linear-gradient(90deg, rgba(66,211,51,1) 2%, rgba(21,188,4,1) 48%, rgba(17,159,3,1) 100%);
}

    .packages .btn-pack:hover {
        background: rgb(244,132,22);
        background: linear-gradient(90deg, rgba(244,132,22,1) 2%, rgba(242,119,0,1) 48%, rgba(222,110,0,1) 100%);
    }


/*nivoslider**/
.theme-default .nivoSlider {
    position: relative;
    background: url(../src/slider/loader.gif) 50% 50% no-repeat #fff;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 1px 5px 0 #4a4a4a;
    -moz-box-shadow: 0 1px 5px 0 #4a4a4a;
    box-shadow: 0 1px 5px 0 #4a4a4a;
}

    .theme-default .nivoSlider img {
        position: absolute;
        top: 0;
        left: 0;
        display: none;
    }

    .theme-default .nivoSlider a {
        border: 0;
        display: block;
    }

.theme-default .nivo-controlNav {
    text-align: center;
    padding: 20px 0;
}

    .theme-default .nivo-controlNav a {
        display: inline-block;
        width: 22px;
        height: 22px;
        background: url(bullets.png) no-repeat;
        text-indent: -9999px;
        border: 0;
        margin: 0 2px;
    }

        .theme-default .nivo-controlNav a.active {
            background-position: 0 -22px;
        }

.theme-default .nivo-directionNav a {
    display: block;
    width: 55px;
    height: 50px;
    background: url(images/bullets/bullets.png) no-repeat;
    text-indent: -9999px;
    border: 0;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.theme-default:hover .nivo-directionNav a {
    opacity: 1;
}

.theme-default a.nivo-nextNav {
    background-position: -55px 0;
    right: 2%;
}

.theme-default a.nivo-prevNav {
    left: 2%;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}

    .theme-default .nivo-caption a {
        color: #fff;
        border-bottom: 1px dotted #fff;
    }

        .theme-default .nivo-caption a:hover {
            color: #fff;
        }

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
    width: 100%;
}

    .theme-default .nivo-controlNav.nivo-thumbs-enabled a {
        width: auto;
        height: auto;
        background: 0 0;
        margin-bottom: 5px;
    }

    .theme-default .nivo-controlNav.nivo-thumbs-enabled img {
        display: block;
        width: 120px;
        height: auto;
    }

.nivoSlider {
    position: relative;
    width: 100%;
    height: auto;
}

    .nivoSlider img {
        position: absolute;
        top: 0;
        left: 0;
        max-width: none;
    }

.nivo-main-image {
    display: block !important;
    position: relative !important;
    width: 100% !important;
}

.nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
    display: none;
    background: #fff;
    filter: alpha(opacity=0);
    opacity: 0;
}

.nivo-box,
.nivo-slice {
    z-index: 5;
    position: absolute;
}

    .nivo-box,
    .nivo-box img,
    .nivo-slice {
        display: block;
    }

.nivo-slice {
    height: 100%;
    top: 0;
}

.nivo-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000;
    color: #fff;
    width: 100%;
    z-index: 8;
    padding: 5px 10px;
    opacity: .8;
    display: none;
    filter: alpha(opacity=8);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .nivo-caption p {
        padding: 5px;
        margin: 0;
    }

    .nivo-caption a {
        display: inline !important;
    }

.nivo-html-caption {
    display: none;
}

.nivo-directionNav a {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 9;
    cursor: pointer;
}

.caption-1,
.caption-2,
.nivo-controlNav {
    display: none;
    z-index: 0;
    position: absolute;
}

.nivo-prevNav {
    left: 0;
}

.nivo-nextNav {
    right: 0;
}

.nivo-controlNav {
    bottom: 0%;
    right: 50%;
}

    .nivo-controlNav img {
        width: 120px;
        margin: 5px;
    }

    .nivo-controlNav a {
        width: 13px;
        height: 13px;
        display: inline-block;
        margin: 0 6px;
        opacity: .8 !important;
        background: #666;
        background: rgba(255, 255, 255, 0.75);
        text-indent: -9999px;
        cursor: pointer;
        opacity: .3;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        border-radius: 20px;
    }

    .nivo-controlNav .active {
        background: #000;
        background: rgb(1, 55, 81);
        text-indent: -9999px;
    }

    .nivo-controlNav a:hover {
        opacity: 1;
    }

    .nivo-controlNav a.active {
        font-weight: 700;
        opacity: 1;
    }

.btn-blue {
    background-color: #0094d3;
    color: #fff;
    margin-top: 2.625rem;
    box-shadow: 0px 4px 0px 0px #01658f;
    border-radius: 5px;
    padding: 4px;
    border: 0;
    font-weight: bold;
    font-size: 1.375rem;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    outline: none;
    text-align: center;
}

    .btn-blue:hover {
        box-shadow: 0px 3px 0px 0px #01658f;
        cursor: pointer;
        top: 1px;
        position: relative;
    }

    .btn-blue:active {
        box-shadow: 0px 0px 0px 0px #01658f;
        cursor: pointer;
        top: 4px;
        position: relative;
    }

    .btn-blue:hover {
        color: #ffff04;
    }

/*shoppingCart*/
.buyShopping h1 {
    color: #0095D4;
    padding: 20px 10px;
    font-family: Poppins;
    font-size: 30px;
    margin: 0;
    text-align: center;
}

.buyShopping #toptitle {
    text-align: center;
    color: #0095d4;
    font-family: Poppins;
    display: block;
    margin-top: 10px;
    text-transform: uppercase;
}

.buyShopping .sw-theme-dots > ul.step-anchor {
    text-align: center;
}

.sw-theme-dots > ul.step-anchor {
    margin-bottom: 30px;
    border-bottom: 1px solid #c5c5c5 !important;
}

.buyShopping #smartwizard ul {
    list-style-type: none;
}

.buyShopping #smartwizard .nav-tabs > li {
    display: inline-block;
    float: none;
    list-style: none;
}

.sw-theme-dots > ul.step-anchor:before {
    content: none;
}

.sw-theme-dots > ul.step-anchor > li > a:before {
    content: none;
}

.sw-theme-dots > ul.step-anchor > li > a:after {
    background: #c5c5c5;
}

.sw-theme-dots > ul.step-anchor > li.active > a:after {
    background: #0098ff;
}

.sw-theme-dots > ul.step-anchor > li.active > a {
    color: #0098ff;
}

#smartwizard > .btn-toolbar {
    display: none;
}

.sw-btn-group-extra {
    display: none;
}

.sw-main .sw-container {
    margin: 0 auto;
}

.buyShopping h2 {
    font-family: Poppins;
    font-size: 32px;
    margin-top: 0;
}

.buyShopping h3 {
    font-size: 32px;
    font-family: Poppins;
}

    .buyShopping h3 strong {
        color: #0095D4;
        font-weight: 700;
        font-family: Poppins;
    }

.buyShopping .priceBiglietto div {
    margin-bottom: 10px;
}

    .buyShopping .priceBiglietto div:first-child {
        /*border-bottom: 1px solid #c5c5c5;*/
    }

    .buyShopping .priceBiglietto div p {
        margin-bottom: 0;
        /*font-size: 11px;*/
    }

.buyShopping .priceBiglietto b {
    font-family: Poppins;
    font-size: 28px;
    display: block;
}

.buyShopping .sendCode {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .buyShopping .sendCode input {
        width: 70%;
    }

    .buyShopping .sendCode div {
        color: #fff;
        padding: 10px;
        height: 40px;
        background: #0098ff;
        width: 20%;
        border-radius: 4px;
        border: 0;
        text-align: center;
        cursor: pointer;
    }

        .buyShopping .sendCode div i {
            margin-top: 0px;
        }

.buyShopping .form-control {
    background: #e6e6e6;
    height: 40px;
}

.buyShopping .ColorSchedules {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-size: 12px;
}

.buyShopping select {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    padding: 10px;
    background: transparent !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    overflow: hidden;
    border: none;
}
.ColorSchedules span.vertical_align_middle {
    margin-bottom: 5px;
}
#addons_menus .custom-select ,#addons_extras .custom-select{
    width: 200px;
}



.calendarShop2 .colorSchedule {
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

    .calendarShop2 .colorSchedule > div {
        width: 15%;
        padding: 0px 10px;
    }


.colorSchedule {
    margin-top: 40px;
}

    .colorSchedule > div {
        display: table;
        margin-bottom: 15px;
    }

    .colorSchedule span {
        display: block;
        font-family: 'Poppins';
        font-size: 14px;
    }

    .colorSchedule .cell {
        display: table-cell;
        vertical-align: middle;
    }

        .colorSchedule .cell + .cell {
            padding-left: 5px;
        }

        .colorSchedule .cell span:first-child {
            border-bottom: 1px solid #9da6ad;
        }

    .colorSchedule .prezzi {
        font-family: 'Poppins';
        font-size: 14px;
        color: #0a32ee;
    }


/*#region DATEPICKER */
    .bootstrap-datetimepicker-widget.custom .custom_date .schedule {
        padding: 2px;
        color: white;
        font-weight: bold;
        font-size: 10px;
    }

    .bootstrap-datetimepicker-widget table td.day {
        height: 15px;
        line-height: 15px;
    }

    .bootstrap-datetimepicker-widget.custom {
        min-width: 270px !important;
    }

        .bootstrap-datetimepicker-widget.custom td {
            border: 1px solid #fff !important;
            min-width: 30px;
            height: 34px;
        }

        .bootstrap-datetimepicker-widget.custom .day,
        .bootstrap-datetimepicker-widget.custom .custom_date {
            padding: 0px;
        }


            .bootstrap-datetimepicker-widget.custom .day:not(.disabled) {
                /*color: black;*/
                font-style: inherit;
                font-weight: bold;
                font-size: 12px;
            }

            .bootstrap-datetimepicker-widget.custom .custom_date,
            .bootstrap-datetimepicker-widget.custom .custom_date .schedule {
                line-height: normal !important;
                border-radius: 15px;
            }

                .bootstrap-datetimepicker-widget.custom  .schedule {
                        /* padding: 2px; */
                        cursor: default;
                        color: white;
                        font-weight: bold;
                        font-size: 11px;
                }
                    .bootstrap-datetimepicker-widget.custom .schedule i {
                              display: block;
                                background: white;
                                color: black;
                                font-style: inherit;
                                font-size: 12px;
                    }
.bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
    /*display:none;*/
}
    .bootstrap-datetimepicker-widget .day.range:not(.range-start):not(.range-end):not(.disabled) {
        color: #000;
        background-color: #fedebc;
        border-color: #fedebc;
        border-radius: 0;
    }

    .bootstrap-datetimepicker-widget .day.range:not(.active).range-start,
    .bootstrap-datetimepicker-widget .day.range:not(.active).range-end {
        /*background-color: #999;*/
        position: relative;
    }

    .bootstrap-datetimepicker-widget .day.range.range-start {
        color: #fff;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }    

    .bootstrap-datetimepicker-widget .day.range.range-end {
        color: #fff;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    
    .day.range.range-start .custom_date,
    .day.range.range-end .custom_date {
    }

    .day.range.range-start .custom_date:before {
        content: "";
        z-index: -1;
        position: absolute;
        top: 0;
        left: 0;
        width: 81%;
        height: 100%;
        background-color: #f0ad4e !important;
    }
    .day.range.range-start .custom_date:after {
        content: "";
        z-index: -1;
        position: absolute;
        top: 0;
        right: 0;
        width: 0;
        height: 0;
        border-left: 7px solid #f0ad4e !important;
        border-top: 8px solid transparent;
        border-bottom: 12px solid transparent;
        background: #fedebc;
    }

    .day.range.range-end .custom_date:before {
        content: "";
        z-index: -1;
        position: absolute;
        top: 0;
        right: 0;
        width: 81%;
        height: 100%;
        background-color: #f0ad4e !important;
    }
    .day.range.range-end .custom_date:after {
        content: "";
        z-index: -1;
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        border-right: 7px solid #f0ad4e !important;
        border-top: 8px solid transparent;
        border-bottom: 12px solid transparent;
        background: #fedebc;
    }
/*#endregion */

.buyShopping .custom-select {
    background-color: #e6e6e6;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.buyShopping .has-error .custom-select {
    background-color: #e6e6e6;
    border: 1px solid #a94442;
}

.buyShopping .custom-select:after {
    content: "\f107";
    font-family: "FontAwesome";
    font-weight: bold;
    position: absolute;
    display: block;
    background: #0096d5;
    color: #FFF;
    padding: 8px 8px;
    top: 0px;
    right: 0px;
    height: 100%;
    z-index: 1;
}

    .buyShopping .has-error .custom-select:after {
        background-color: #f2dede;
        color: #a94442;
        border-left: 1px solid #a94442;
    }

.buyShopping .sw-btn-group {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
    float: none;
}

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
    margin-left: 0px;
}

.buyShopping .sw-theme-dots .sw-toolbar {
    padding-left: 0;
    padding-right: 0;
    margin: 20px 0px;
}

button.btn.btn-secondary.disabled.sw-btn-prev {
    border-radius: 4px !important;
}

button.btn.btn-secondary.sw-btn-next {
    border-radius: 4px !important;
}

.btn-gris {
    background-color: #8a8a8a;
    color: #fff;
    box-shadow: 0px 4px 0px 0px #606060 !important;
    border-radius: 5px !important;
    padding: 4px;
    border: 0;
    margin-right: 5px;
    font-weight: bold;
    font-size: 1.375rem;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    outline: none;
    height: 40px;
    width: 110px !important;
    text-align: center;
}

    .btn-gris:hover {
        box-shadow: 0px 3px 0px 0px #606060;
        top: 1px;
        position: relative;
    }

    .btn-gris:active {
        box-shadow: 0px 0px 0px 0px #606060;
        cursor: pointer;
        top: 4px;
        position: relative;
    }

    .btn-gris:hover {
        color: #fff;
    }

.btn-green {
    background-color: #28a718;
    color: #fff;
    height: 40px;
    width: 110px !important;
    box-shadow: 0px 4px 0px 0px #0c6c01;
    border-radius: 5px !important;
    padding: 5px;
    border: 0;
    font-weight: 400;
    font-size: 1.375rem;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    outline: none;
}

    .btn-green:hover:hover {
        box-shadow: 0px 3px 0px 0px #0c6c01;
        top: 1px;
        position: relative;
    }

    .btn-green:active {
        box-shadow: 0px 0px 0px 0px #0c6c01;
        cursor: pointer;
        top: 4px;
        position: relative;
    }

    .btn-green:hover {
        color: #ffff04;
    }

.btn-bluezoom {
    background-color: #113f5b;
    color: #fff;
    box-shadow: 0px 4px 0px 0px #021d2c;
    border-radius: 5px;
    padding: 4px;
    border: 0;
    text-align: center;
    font-weight: bold;
    font-size: 1.375rem;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    outline: none;
}

    .btn-bluezoom:hover:hover {
        box-shadow: 0px 3px 0px 0px #021d2c;
        cursor: pointer;
        top: 1px;
        position: relative;
    }

    .btn-bluezoom:active {
        box-shadow: 0px 0px 0px 0px #021d2c;
        cursor: pointer;
        top: 4px;
        position: relative;
    }

    .btn-bluezoom:hover {
        color: #ffff04;
    }

.btn-yellow {
    background-color: #ffd700;
    box-shadow: 0px 4px 0px 0px #d2ac14;
    border-radius: 2px;
    border: 0;
    text-align: center;
    font-weight: bold;
    font-size: 1.375rem;
    letter-spacing: 0.28px;
    outline: none;
    color: #0c3850 !important;
    margin-top: 10px;
    height: 35px;
    padding: .8rem 1.5rem !important;
}

    .btn-yellow:hover:hover {
        box-shadow: 0px 3px 0px 0px #d2ac14;
        cursor: pointer;
        top: 1px;
        position: relative;
    }

    .btn-yellow:active {
        box-shadow: 0px 0px 0px 0px #d2ac14;
        cursor: pointer;
        top: 4px;
        position: relative;
    }

    .btn-yellow:hover {
        color: #ffff04;
    }


.btn-green, .btn-gris, .btn-red, .btn-bluezoom, .btn-yellow, .btn-orange, .btn-verde {
    font-family: Poppins;
    font-size: 14px;
    color: #fff;
    padding: .55rem 1.5rem;
    font-weight: 400;
    width: 100%;
    display: inline-block;
}

.navettaAdd {
    margin-top: 20px;
}

    .navettaAdd p {
        font-size: 13px;
    }

    .navettaAdd .vn-click {
        border-radius: 4px;
        border: 1px solid #000000;
        padding: 8px;
        width: 100%;
        cursor: pointer;
        text-align: center;
    }

        .navettaAdd .vn-click:hover {
            background: #0095d4;
            color: #fff;
        }

.vn-info {
    background: #f5f5f5;
    padding: 10px;
    margin: 20px 0px;
    display: none;
}

    .vn-info img {
        border-radius: 8px;
        margin-bottom: 10px;
    }

    .vn-info .custom-select {
        background: #fff;
    }
.transinput {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
    .transinput input {
        width: 20px;
        height: 20px !important;
    }
.Totale {
    text-align: right;
}

    .Totale p b {
        font-family: Poppins;
        font-size: 32px;
        color: #000000;
        vertical-align: baseline;
    }

.boxBuy {
    border-radius: 4px;
    box-shadow: 1px 1px 8px -1px rgba(12, 57, 80, 0.75);
    position: relative;
    margin-bottom: 30px;
    padding: 10px;
    background: linear-gradient(to right, rgba(63, 148, 206, 0.36) 50%, transparent 50%);
    background-position: right bottom;
    transition: all 1s ease;
    background-size: 200% 100%;
}

    .boxBuy h4 {
        font-family: Poppins;
        color: #093246;
    }

    .boxBuy.CheckedToCart{
        background-position: left bottom;
    }

/*.buyShopping .boxBuy .custom-select {
    width: 200px;
}*/

.boxBuy .TextPromoShop {
    text-align: right;
}

    .boxBuy .TextPromoShop s {
        color: #797979;
    }

    .boxBuy .TextPromoShop h5 {
        color: #0097fe;
        font-size: 18px;
        margin-top: 0px;
    }

.boxBuy p {
    font-size: 13px;
}

.float-right {
    float: right;
}

.fa {
    font-size: .8em;
    /*line-height: 22px !important;*/
}

.dropPrice {
    display: block;
    border-radius: 4px;
    border: 1px solid #c9c9c9;
}

    .dropPrice label {
        cursor: pointer;
        color: #013751;
    }

    .dropPrice label, .dropPrice ul li {
        display: block;
        background: #ECF0F1;
        padding: 10px;
    }

        .dropPrice label:hover {
            background: #0c3950;
            color: white;
        }
/*.dropPrice label:hover, .dropPrice ul li:hover {
  background: #0c3950;
  color: white;
}*/
.textListShop {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .textListShop span {
        display: block;
    }

    .textListShop .o {
        cursor: pointer;
        font-size: 22px;
    }

.dropPrice label {
    color: #013751;
    /*border-left: 4px solid #1ABC9C;*/
    border-radius: 4px;
    position: relative;
    z-index: 2;
    margin: 0;
}

.dateTicket {
    background: #e6e6e6;
    padding: 10px;
    text-align: center;
    margin-bottom: 10px;
}

    .dateTicket span {
        background: #fff;
        color: #013751;
        text-align: center;
        padding: 10px;
        display: block;
        font-size: 13px;
        display: inline-block;
    }

.dropPrice input {
    display: none;
}

.dropPrice .animateShopIn {
    padding: 0;
    margin-bottom: 0;
}

.dropPrice input ~ ul {
    position: relative;
    visibility: hidden;
    opacity: 0;
    top: -20px;
    z-index: 1;
}

.dropPrice input:checked + label {
    /*background: #1ABC9C;*/
    text-decoration: underline;
}

.dropPrice input:checked ~ ul {
    visibility: visible;
    display: block;
    opacity: 1;
    top: 0;
    margin: 0;
    padding: 0;
    border-radius: 4px;
}

.dropPrice .listSubPrice {
    text-align: right;
}

    /*.dropPrice .listSubPrice span {
        display: block;
    }*/
    small.item_products span {
    display: block;
    font-size: 12px;
    text-align: left;
    text-transform: initial;
    position: relative;
    padding-left: 15px;
}
        small.item_products span:before {
                content: "\f00c";
                font-family: FontAwesome;
                font-style: normal;
                font-weight: normal;
                text-decoration: inherit;
            /*--adjust as necessary--*/
                color: #000;
                font-size: 10px;
                padding-right: 0.5em;
                position: absolute;
                top: 0px;
                left: 0;
        }


.dropPrice small {
    background: #fff;
    padding: 10px;
    color: #013751;
    text-align: center;
    display: block;
}

.dropPrice ul li .fa {
    color: #013751;
}

.dropPrice ul li:hover .fa {
    color: #d4203d;
}


.animate {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    /* Chrome and Safari */
    -moz-backface-visibility: hidden;
    /* Firefox */
    -ms-backface-visibility: hidden;
    /* Internet Explorer */
    display: none;
}

.i-accordion .panel-heading,
.d-accordion .panel-heading,
.accordion-2a .panel-heading,
.accordion-2b .panel-heading,
.accordion-3 .panel-heading {
    cursor: pointer;
}

    .d-accordion .panel-heading.collapsed .fa-chevron-up:before {
        content: '\f078';
    }

.forma_pagmento {
    font-family: Poppins;
    font-size: 22px;
    color: #013751;
    text-decoration: underline;
}

.forma_pagmento_text {
    margin-bottom: 30px;
}

    .forma_pagmento_text span {
        display: block;
        color: #1fa101;
        font-weight: 700;
    }

.panel-default > .panel-heading {
    height: 60px;
    display: flex;
    align-items: center;
}

.panel-title {
    width: 100%;
    color: #013751;
    font-family: Poppins;
}

    .panel-title .fa-credit-card, .panel-title .fa-usd, .panel-title .fa-user {
        margin-right: 10px;
        font-size: 24px;
    }

.panel .panel-heading:not(.collapsed) {
    background: #013751;
}

    .panel .panel-heading:not(.collapsed) h4 {
        color: #fff;
    }

.FormUser {
    margin-top: 20px;
}

    .FormUser h5 {
        font-family: Poppins;
        font-size: 22px;
        text-decoration: underline;
    }

.FormUser-info {
    background: #e6e6e6;
    padding: 10px;
    border-radius: 8px;
}

    .FormUser-info label {
        color: #013751;
    }

    .FormUser-info .form-control {
        background: #fff;
        height: 30px;
    }

    .FormUser-info input[type="checkbox"] {
        display: inline-block;
        height: 15px;
        width: 16px;
        margin-top: 25px;
    }

.FormUser #CodeUser {
    text-transform: uppercase;
}

.formFac {
    display: none;
    border-top: 1px solid #c5c5c5;
    padding-top: 20px;
}

.HotelRooms {
    padding: 10px;
    background: #e6e6e6;
}

.hotelDataRooms {
    margin-top: 40px;
    margin-bottom: 40px;
}

.HotelRooms h3 {
    font-family: Poppins;
    font-size: 22px;
    color: #013751;
    text-align: center;
    margin-top: 30px;
}

.HotelRooms .form-control {
    height: 40px;
}

.HotelRooms .custom-select {
    background: #fff !important;
}

    .HotelRooms .custom-select:after {
        padding: 9px 8px;
    }

.hotelsBox {
    display: none;
}

    .hotelsBox .hotelsItems {
        position: relative;
        border: 1px solid #c5c5c5;
        border-radius: 4px;
        padding: 10px;
    }

        .hotelsBox .hotelsItems h4 {
            font-family: Poppins;
            font-size: 18px;
            color: #013751;
        }

        .hotelsBox .hotelsItems .addressHotel {
            display: flex;
            align-items: center;
            justify-content: space-between;
            border-bottom: 1px solid #ccc;
            padding-bottom: 10px;
            margin-bottom: 10px;
        }

            .hotelsBox .hotelsItems .addressHotel span {
                display: inline-block;
            }

        .hotelsBox .hotelsItems .listSummary {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
        }

            .hotelsBox .hotelsItems .listSummary .itemSummary {
                padding: 5px 10px;
            }

.hotelsItems {
    margin-bottom: 20px;
}

    .hotelsItems .tab-content > .tab-pane {
        display: none !important;
    }

    .hotelsItems .tab-content > .active {
        display: block !important;
    }

    .hotelsItems .nav-pills > li > a {
        border: 1px solid #c5c5c5;
        font-size: 12px;
    }

    .hotelsItems .tab-content {
        margin-top: 10px;
    }

    .hotelsItems .infoPrice {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .hotelsItems .iteminfoPrice .PriceHotel h3 {
        margin-top: 0px;
        background: #013751;
        border-radius: 8px;
        color: #fff;
        font-family: Poppins;
        text-align: center;
        padding: 8px;
        font-size: 22px;
        margin-bottom: 0px;
    }

    .hotelsItems .iteminfoPrice .PriceHotel {
        border: 1px solid #c5c5c5;
        padding: 10px;
        border-radius: 4px;
    }

    .hotelsItems .iteminfoPrice .TextPromoShop {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 10px;
    }

        .hotelsItems .iteminfoPrice .TextPromoShop s {
            display: block;
            color: #badbf1;
            font-size: 22px;
        }

        .hotelsItems .iteminfoPrice .TextPromoShop h5 {
            font-size: 24px;
            color: #0095D4;
            margin: 0px;
        }

    .hotelsItems input[type="checkbox"] {
        width: 20px;
        height: 20px;
        position: absolute;
        right: 10px;
        z-index: 1;
    }



/**MEDIAQUERYS*/


@media screen and (min-width: 992px) {
    .shrink .navbar-brand > .logo {
        width: 90%;
        moz-transition: all 1s;
        transition: all 1s;
        webkit-transition: all 1s;
    }

    .shrink .topHeader {
        moz-transition: all 3s;
        transition: all 3s;
        webkit-transition: all 3s;
        display: none;
    }

    .home .loginSlider .sliderHome img {
        min-height: 520px;
    }
}

@media only screen and (max-width : 1355px) {
    .list-menu-footer {
        width: 90%;
    }
}

@media only screen and (max-width : 1200px) {
    nav.navbar.bootsnav ul.nav > li > a {
        font-size: 12px;
    }

    nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
        padding: 8px 15px;
    }

    .menu-footer ul li a, .menu-footer .contacto-footer a {
        font-size: 12px;
    }

    .home .loginSlider .contentAccess form {
        display: block;
        text-align: center;
    }

    .home .loginSlider .contentAccess input {
        margin: 0 auto;
    }

        .home .loginSlider .contentAccess input[type="submit"] {
            margin-bottom: 10px;
        }

    .home .loginSlider .contentAccess {
        padding: 10px;
    }

    .home .advantage {
        padding: 10px;
    }

    .navbar-nav > li {
        padding: 25px 10px;
    }
}

@media only screen and (max-width : 992px) {
    header .navbar-brand {
        padding: 0px 10px;
    }

        header .navbar-brand .logo {
            width: 80%;
        }

    header .navbar .container {
        width: 100%;
        padding: 0;
    }

    nav.navbar.bootsnav ul.nav > li > a {
        color: #fff;
        border-bottom: solid 1px #0095d4;
    }

        nav.navbar.bootsnav ul.nav > li > a i {
            font-size: 22px;
            margin-right: 8px;
        }

        nav.navbar.bootsnav ul.nav > li > a:after {
            background: none;
        }

        nav.navbar.bootsnav ul.nav > li > a:hover {
            background: #0095d4;
            color: #fff;
        }

    nav.navbar.bootsnav .navbar-nav > li {
        border-bottom: solid 1px #7894a2;
    }

    nav.navbar.bootsnav.no-full .navbar-collapse {
        max-height: 480px;
    }

    nav.navbar.bootsnav.navbar-mobile .navbar-collapse.in {
        background: #013751;
    }

    nav.navbar.bootsnav .navbar-nav {
        margin: 0px 0px;
        padding: 0px;
        background: #013751;
    }

    nav.navbar.bootsnav ul.nav > li > a.btn-orange {
        border-radius: 0;
    }

    .navbar-collapse {
        padding: 0;
    }

    header nav.navbar.bootsnav ul.nav > li > a {
        border: none;
    }

    header .navbar-right ul li a i {
        font-size: 20px;
        margin-right: 10px;
    }

    footer {
        display: block;
    }

        footer .logo-footer, footer .menu-footer {
            width: 100%;
        }

    .logo-footer {
        display: block;
    }

        .logo-footer img {
            margin: 5px auto;
        }

        .logo-footer p {
            width: 100%;
            text-align: center;
        }

    .list-menu-footer {
        width: 100%;
    }

    .home .loginSlider {
        display: block;
    }

    header .navbar-nav > li {
        padding: 0;
    }

    .DestinosInizio .viewDestino h3 {
        font-size: 20px;
    }

    nav.navbar.bootsnav.navbar-mobile ul.nav {
        padding-left: 0px;
    }

    .btn-green, .btn-gris, .btn-red, .btn-bluezoom, .btn-yellow, .btn-orange, .btn-verde {
        font-size: 13px;
        margin-bottom: 20px;
    }

    nav.navbar.bootsnav ul.nav > li > a.btn-verde {
        border-radius: 0px;
    }
    .packages .ListPack .item-pack {
        width:100%;
    }
    .buyShopping .boxBuy .custom-select {
    width: 100%;
}

}

@media only screen and (max-width : 767px) {
   /* .home .loginSlider {
        background: url(images/home/destinos-home_xs.jpg) no-repeat;
        background-size: cover;
    }*/

    .dropdown-menu {
        left: -93px;
        min-width: 120px;
    }

    header .navbar .container {
        width: 100%;
        margin: 0;
    }

    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin: 0;
    }

    nav.navbar.bootsnav .navbar-nav {
        padding: 0;
    }

    nav.navbar.bootsnav.navbar-mobile ul.nav {
        margin-left: 0px;
    }

    .sections-footer {
        width: 100%;
        float: none;
    }

        .sections-footer ul, .menu-footer .contacto-footer, .menu-footer ul {
            display: block;
            text-align: center;
            width: 100%;
            padding: 0;
        }

            .menu-footer ul li a, .menu-footer .contacto-footer a {
                font-size: 18px;
                display: block;
                margin-bottom: 20px;
            }

    .btn-verde {
        width: 200px;
        margin: 0 auto;
    }

    .btn-registra div {
        width: 100%;
        margin-bottom: 20px;
    }

    .btn-registra .btn-green-degradate {
        width: 150px;
        margin: 10px auto;
    }

    .menu-footer .info-footer .contact-agent {
        width: 275px;
        margin: 10px auto;
    }

    .Inizio .ListPachettiInizio {
        justify-content: center;
    }

    .DestinosInizio .viewDestino h3 {
        font-size: 32px;
    }

    .sw-theme-dots > ul.step-anchor > li > a:after {
        top: 0px;
        left: 0px;
    }

    .sw-theme-dots > ul.step-anchor > li {
        margin-left: -10px;
    }

    .sw-main .sw-container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .ListPachettiInizio {
        align-items: center;
        justify-content: center;
    }

    .hotelsItems input[type="checkbox"] {
        margin-bottom: 10px;
        float: right;
        position: relative;
    }

    .imagen-secured {
        margin: 20px auto;
    }

    .navtrvel h1 {
        font-size: 22px;
    }

    .viewnavTravel {
        flex-wrap: wrap;
    }

        .viewnavTravel a {
            margin-bottom: 15px;
        }

    .destinations .box-destinations .item-destinations {
        width: 100%;
    }

    .loginAccess {
        width: 160px;
        margin: 0 auto;
    } 
    .registerAccess {
        width: 160px;
        margin: 0 auto;
    }
    .packages .ListPack {
    justify-content:center;
    }
        .packages .ListPack .item-pack {
            width:60%;
        }
}

.formPago {
    margin: 20px 0px;
}

    .formPago .bg-pago {
        background: #eaeaea;
        padding: 30px;
        text-align: initial;
        border-radius: 8px;
    }

        .formPago .bg-pago h3 {
            font-family: Poppins;
            font-size: 24px;
            color: #459cde;
        }

            .formPago .bg-pago h3 span {
                color: #013751;
            }

        .formPago .bg-pago .creditPago {
            margin-top: 30px;
        }

        .formPago .bg-pago #CCcontainer {
            width: 100%;
            margin: 0px;
        }

        .formPago .bg-pago #CCFieldset {
            margin: 0px;
            width: 100%;
            padding: 0;
            background: none;
        }

            .formPago .bg-pago #CCFieldset h5 {
                color: gray;
                font-family: Poppins;
                font-size: 14px;
                text-align: initial;
            }

        .formPago .bg-pago #CCField, .formPago .bg-pago #CCVField, .formPago .bg-pago #NameField, .formPago .bg-pago #EmailField, .formPago .bg-pago #ExpDate {
            line-height: inherit;
        }

        .formPago .bg-pago input {
            width: 100%;
            max-width: 100%;
        }

        .formPago .bg-pago #CCVField input {
            width: 100%;
        }

        .formPago .bg-pago #EXPMM, .formPago .bg-pago #EXPYY {
            width: 116px;
        }

        .formPago .bg-pago input[type="submit"] {
            background: none;
            height: auto;
            padding: 10px;
        }

        .formPago .bg-pago .btn-green {
            background-color: #28a718 !important;
            margin-bottom: 10px;
            font-family: Poppins;
            margin-top: 15px;
        }

        .formPago .bg-pago .btn-red {
            margin-top: 15px;
            margin-bottom: 10px;
            padding: 10px;
        }
        /*Destination Eduardo Arronte Anguiano*/

.destination_mainsection h1 {
    background: #0c3850;
    color: #fff;
    padding: 20px 10px;
    font-family: Poppins;
    font-size: 24px;
    margin: 0;
    text-align: center;
}

.destination_mainsection #toptitle {
    text-align: center;
    color: #0098ff;
    font-family: Poppins;
    display: block;
    margin-top: 10px;
    font-size: 18px;
    text-transform: uppercase;
}

.destination_mainsection .sw-theme-dots > ul.step-anchor {
    text-align: center;
}

.destination_mainsection #smartwizard .nav-tabs > li {
    display: inline-block;
    float: none;
    list-style: none;
}

.destination_mainsection #smartwizard ul {
    list-style-type: none;
}

.image_form {
    background-image: url(../../Content/images/hotels/banner_solo_hotel_1.jpg);
    margin-top: -30px;
    background-size: 100% 100%;
    height: 220px;
}

    .image_form h2 {
        color: #0c3850;
        font-family: Poppins;
        font-size: 30px;
        text-align: center;
        padding-top: 28px;
    }

    .image_form h3 {
        color: #156896;
        font-family: Poppins;
        font-size: 18px;
        text-align: center;
        margin-top: 0px;
    }

.image_inputs {
    margin-bottom: 25px;
}

.image_form .container_inputs {
    background-color: rgba(0,152,255,0.6);
    height: 80px;
}

.inputs_image_label {
    font-family: 'Hikuro Pro';
    color: white;
    font-size: 15px;
    display: block;
    margin-top: 2px;
    margin-bottom: 1px;
}

.inputs_image {
    margin-top: 5px;
}

    .inputs_image .input-group-addon .fa {
        font-size: 1.2em;
        color: whitesmoke;
    }

    .inputs_image .input-group-addon {
        background-color: #0c3850;
        border: unset;
    }

#input_camare_div #camare_input {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 4px;
    background: none;
    border:none;
}
#input_arrivo_div #Arrivo_input{
    border: none;
}
#input_partenza_div #partenza_div {
    border: none;
}
.select_hotel {
    margin-top: 10px;
    padding-bottom: 30px;
    /*border-bottom: 1px solid #ECECEC;
    margin-bottom: 20px;*/
}
.hotel_label {
    font-family: 'Hikuro Pro';
    color: #0c3850;
    font-size: 15px;
    text-align: left;
    margin: 0px;
    padding-top: 5px;
}
.div_button_hotel{
    margin-top: 10px;
}

.div_inputs_hotel {
    background-color: #ECECEC;
}
.div_inputs_hotel > .form-control{
    height: 28px;
}
.destination_maindiv {
    overflow: auto;
}
.cameras_container_divmain{
    padding-top: 8px;
    padding-bottom: 25px;
}
.container_cameras {
    background-color: #ECECEC;
    overflow: auto;
    padding-left: 0px;
}
.label_cameras{
    margin-top: 5px;
}
.label_camera_div{
    padding-left: 0px;
}
.label_cameras_title{
    text-align: left;
    padding-top: 5px;
    text-transform: uppercase;
}
.line_selecthotel {
    border-bottom: 1px solid #ECECEC;
    margin-bottom: 20px;
}
#input_camare_div {
    width: 100%;
    background-color: white;
    border-radius: 4px;
}
.select_hotel_input {
    width: 100% !important;
    padding: 5px;
    font-size: 16px;
    line-height: 1;
    border: 0;
    border-radius: 3px !important;
    height: 34px;
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right #fff;
    background-position-x: 95%;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin-bottom: 15px;
}
.select_sgelihotel {
    width: 100% !important;
    padding: 5px;
    font-size: 16px;
    line-height: 1;
    border: 0;
    border-radius: 3px !important;
    height: 34px;
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right #fff;
    background-position-x: 99%;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin-bottom: 15px;
}
#input_camare_div::after {
    content: "\f107";
    font-family: "FontAwesome";
    font-weight: 900;
    font-size: 25px;
    color: #fdfdfd;
    position: absolute;
    display: block;
    background: #0c3850;
    padding: 1px 11px;
    top: 0px;
    right: 0px;
    height: 100%;
    z-index: 1;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

/*End Destination*/

.infogenrali h1 {
    font-family: Poppins;
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.infogenrali #accordion .panel-title a {
    padding: 1% 1%;
    background: transparent;
    color: #021d2c;
    border-bottom: 1px solid #a1b5bf;
    font-family: Poppins;
    font-size: 18px;
    text-transform: inherit;
}

    .infogenrali #accordion .panel-title a:before, .infogenrali #accordion .panel-title a.collapsed:before {
        right: 2%;
        top: 18px;
    }

.infogenrali #accordion .panel-body {
    border: none;
}

.infogenrali #accordion .panel-heading a:not(.collapsed) {
    color: white;
    background-color: #013751;
    transition: all 0.2s ease-in;
    text-decoration: inherit;
}

.infogenrali #accordion .panel-heading .accordion-toggle.collapsed::before {
    color: #444;
    transition: all 0.2s ease-in;
}

.infogenrali #accordion .panel-heading .accordion-toggle::before {
    color: white;
}

.infogenrali #accordion {
    margin-bottom: 100px;
}

.infogenrali .panel-group .panel-body p {
    font-family: Poppins;
    font-size: 18px;
    color: #666666;
}

.infogenrali .panel-group .panel-body ul li {
    font-family: Poppins;
    font-size: 18px;
    color: #666666;
    list-style: none;
}

.infogenrali .panel-group .panel + .panel {
    margin-top: 0px;
}

.infogenrali #accordion .panel-title a:before, .infogenrali #accordion .panel-title a.collapsed:before {
    font-size: 30px;
}


.contentInfo {
    margin-bottom: 40px;
}

    .contentInfo i {
        font-size: 32px;
        text-align: center;
    }

    .contentInfo h2 {
        font-family: Poppins;
        margin-top: 0;
        font-size: 24px;
        color: #ffba00;
    }

    .contentInfo h3 {
        text-transform: uppercase;
        font-size: 18px;
    }

    .contentInfo a {
        color: #d51f3b;
    }

    .contentInfo ul {
        padding: 0;
    }


/*custom combo rail select */

.rail-select {
    position: relative;
    width: 125px;
}

    .rail-select select {
        background-color: #ebebeb;
        border: solid 1px grey;
        border-radius: 8px;
        font-size: 16px;
        color: gray;
        height: 34px;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
    }

        .rail-select select:focus {
            outline: none;
            box-shadow: none;
            border: solid 1px grey;
        }

    .rail-select .select-side {
        pointer-events: none;
        width: 35px;
        position: absolute;
        top: 0px;
        background-color: #013751;
        height: 100%;
        /*left: 90px;*/
        right: 0;
        border-radius: 0px 8px 8px 0px;
        border-right: solid 1px gray;
        border-top: solid 1px gray;
        border-bottom: solid 1px gray;
    }

        .rail-select .select-side:before {
            border-left: solid 1px lightgrey;
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            height: 100%;
            width: 1px;
            /* or 100px */
        }

        .rail-select .select-side i {
            left: 30%;
            top: 8px;
        }

            .rail-select .select-side i.blue {
                color: #ffffff;
            }


/* calendario gr*/
.strikec {
    background: linear-gradient(to left top, transparent 47.75%, currentColor 49.5%, currentColor 50.5%, transparent 52.25%);
    color: #eeeeee;
    height: 14px;
    font-size: 11px;
}

.headBook {
    background-color: #013751;
    text-align: center;
}


.cellas {
    background-color: #013751;
    width: 52px;
    height: 20px;
    border: 2px solid #a4aab1;
    text-align: center;
    font-size: medium;
    color: white;
}

.cella {
    background-color: #e1e1e1;
    width: 52px;
    height: 60px;
    border: 2px solid #a4aab1;
    text-align: center;
    font-size: medium;
    color: black;
}

.sopra {
    background-color: white;
    color: black;
    font-size: medium;
    height: 24px;
}

.soprag {
    background-color: #e1e1e1;
    color: black;
    font-size: medium;
    height: 24px;
    width: 52px;
}

.sopra:hover {
    cursor: pointer;
    background-color: #eee911;
    color: #000000;
}

.cellash {
    background-color: #006fa2;
    width: 48px;
    height: 20px;
    border: 1px solid black;
    text-align: center;
    font-size: medium;
    color: white;
}

.cellah {
    background-color: white;
    width: 48px;
    height: 38px;
    border: 2px solid black;
    text-align: center;
    font-size: medium;
    color: black;
}

.soprah {
    background-color: #44bd2a;
    /*background-image: linear-gradient(to bottom right, #44bd2a, darkgreen);*/
    width: 48px;
    height: 38px;
    border: 2px solid black;
    text-align: center;
    color: white;
    font-size: medium;
}

    .soprah:hover {
        cursor: pointer;
        background-color: #ff0000;
        color: #000000;
    }




/* come arrivare */
.arrivare h1 {
    font-family: Poppins;
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.content-arriveri {
    align-items: baseline;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .content-arriveri .item-arriveri {
        width: 50%;
        padding: 15px;
        border-right: 1px solid #e8e8e8;
    }

        .content-arriveri .item-arriveri:last-child {
            border: none;
        }

    .content-arriveri h2 {
        font-family: Poppins;
        font-size: 24px;
        color: #0095d4;
        font-weight: 400;
        text-align: center;
    }

    .content-arriveri h3 {
        font-family: Poppins;
        color: #ef7c00;
        font-size: 15px;
        margin-bottom: 20px;
    }

    .content-arriveri a {
        font-family: Poppins;
        font-size: 15px;
        font-weight: 400;
        margin-bottom: 20px;
        color: #0095d4;
    }

    .content-arriveri h3 span {
        font-size: 15px;
        color: #013751;
        font-style: italic;
    }

    .content-arriveri p {
        font-family: Poppins;
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 20px;
        color: #013751;
    }

.arrivare .imgnavetta {
    background: url("images/home/transnavetta.png") no-repeat;
    background-position: 0px 0px;
    width: 131px;
    height: 161px;
    margin: 0 auto;
}

.arrivare .imgauto {
    background: url("images/home/transauto.png") no-repeat;
    background-position: 0px 0px;
    width: 145px;
    height: 122px;
    margin: 0 auto;
}

.arrivare .imgbus {
    background: url("images/home/transbus.png") no-repeat;
    background-position: 0px 0px;
    width: 161px;
    height: 187px;
    margin: 0 auto;
}

.arrivare .textocome {
    margin-bottom: 40px;
    margin-top: 40px;
}

.arrivare .textocome p {
    font-family: Poppins;
    font-weight: 400;
    color: #7b7b7b;
    text-align: center;
}

.compleanni {
    margin: 40px 0px;
}

    .compleanni h1 {
        font-size: 24px;
        font-family: Poppins;
        color: #0094d3;
    }

    .compleanni p {
        color: #013751;
        font-size: 16px;
        font-family: Poppins;
        margin-bottom: 30px;
    }

    .compleanni h2 {
        font-size: 24px;
        font-family: Poppins;
        color: #d51f3b;
        margin-bottom: 30px;
    }

    .compleanni .complePurple {
        font-family: Poppins;
        font-size: 18px;
        color: #6201bc;
        margin-bottom: 30px;
    }
    .compleanni ul {
        padding:20px 0px;
        margin:0;

    }
        .compleanni ul li {
            list-style:none;
             font-family: Poppins;
             color:#0095d4;
             font-size:18px;
        }

    .compleanni .compleContacti {
        color: #013751;
        font-family: Poppins;
        font-size: 18px;
    }

    .compleanni .btn-blue {
        padding: 8px;
        margin-bottom: 30px;
    }



.calendarShop .colorSchedule {
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

    .calendarShop .colorSchedule > div {
        width: 25%;
        padding: 0px 10px;
    }


.calendarShop2 .colorSchedule {
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

    .calendarShop2 .colorSchedule > div {
        width: 15%;
        padding: 0px 10px;
    }


/* calendars */

div#Calendar {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    div#Calendar div.Months span.Name {
        width: 100px;
        background: none !important;
        color: #00355f;
        text-align: left;
        text-transform: uppercase;
        font-weight: 700;
        box-shadow: none;
    }

    div#Calendar div.Months a,
    div#Calendar div.Months span {
        float: left;
        display: block;
        width: 27px;
        height: 27px;
        font-family: Poppins;
        padding: 3px;
        line-height: 25px;
        box-shadow: 0px 1px 1px -1px rgba(0,0,0,0.75);
        text-align: center;
        margin: 0 0 5px 5px;
        color: #fff;
        border-radius: 5px;
        cursor: pointer;
    }

    div#Calendar div.Months#Intestazione span {
        background-color: #171c42;
    }

    div#Calendar div.Months {
        margin: 0 auto;
        clear: both;
    }

        div#Calendar div.Months span {
            background-color: #ddd;
        }

.secCalendari {
    margin: 30px 0px 50px 0px;
}

    .secCalendari .clicca-calendari {
        font-family: Poppins;
        font-weight: 400;
        font-size: 20px;
        color: #459cde;
    }

    .secCalendari b {
        font-family: Poppins;
        font-weight: 400;
        font-size: 14px;
        color: #0a32ee;
    }

    .secCalendari .horariCalendari {
        margin: 0 0px 20px 0px;
        padding: 0;
    }

        .secCalendari .horariCalendari li {
            list-style: none;
        }

            .secCalendari .horariCalendari li i {
                font-size: 54px;
                line-height: 40px;
            }

            .secCalendari .horariCalendari li span {
                font-family: Poppins;
                font-size: 14px;
                font-weight: 400;
                margin-left: 15px;
            }

    .secCalendari .calendarColor .table-condensed thead tr:nth-child(2n) th {
        font-size: 12px;
    }

    .secCalendari .filtroActivities {
        margin-top: 30px;
    }

        .secCalendari .filtroActivities h3 {
            font-size: 28px;
            color: #013751;
            text-align: center;
            font-family: Poppins;
        }

        .secCalendari .filtroActivities h4 {
            color: #459cde;
            text-align: center;
            font-family: Poppins;
            font-size: 32px;
        }

        .secCalendari .filtroActivities .listado-actividades {
            align-items: flex-start;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-around;
        }

            .secCalendari .filtroActivities .listado-actividades .actividad {
                width: 23%;
            }

                .secCalendari .filtroActivities .listado-actividades .actividad h3 {
                    font-family: Poppins;
                    color: #fff;
                    font-size: 15px;
                    text-align: center;
                    padding: 15px 0px;
                    border-radius: 8px 8px 0px 0px;
                    margin-bottom: 0;
                    background: #013751;
                    text-transform: uppercase;
                }

                .secCalendari .filtroActivities .listado-actividades .actividad .thumb {
                    position: relative;
                    margin-top: 0px;
                    display: block;
                }

                    .secCalendari .filtroActivities .listado-actividades .actividad .thumb:hover {
                        opacity: .8;
                    }

                    .secCalendari .filtroActivities .listado-actividades .actividad .thumb span {
                        color: #fff;
                        font-family: Poppins;
                        position: absolute;
                        bottom: 2%;
                        display: block;
                        right: 5%;
                        font-size: 16px;
                        background: rgba(19, 18, 18, 0.55);
                        padding: 5px;
                        border-radius: 5px;
                    }

                .secCalendari .filtroActivities .listado-actividades .actividad p {
                    justify-content: flex-start;
                    display: flex;
                    flex-wrap: wrap;
                    text-align: center;
                    align-items: center;
                    margin-top: 10px;
                }

                    .secCalendari .filtroActivities .listado-actividades .actividad p span {
                        display: block;
                        text-align: center;
                        font-family: Poppins;
                        font-size: 18px;
                        margin: 0px 5px;
                    }

            .secCalendari .filtroActivities .listado-actividades .slick-prev, .secCalendari .filtroActivities .listado-actividades .slick-prev .slick-next {
                display: none !important;
            }

.contentCalendarMobile {
    position: relative;
}

.navcontrolCalendar {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 7%;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 24px;
}

.prevCalendar {
    opacity: 1;
    left: 10px;
}

.nextCalendar {
    opacity: 1;
    right: 10px;
}

.calendariYear {
    font-family: Poppins;
    font-size: 24px;
    margin: 10px;
}

.calendariEventi h2 {
    font-size: 29px;
    font-family: Poppins;
    text-align: center;
    margin: 0px 0px 20px 0px;
}

.calendariEventi .secEventi {
    background-color: #ecfafd;
    padding: 30px 0px;
}

.CalendarMobile {
    clear: both;
}

    .CalendarMobile .Meses .tituloMeses {
        text-align: center;
        font-family: Poppins;
        font-size: 24px;
        text-transform: uppercase;
        color: #fff;
        background: #043c5a;
    }

    .CalendarMobile .Meses .tituloMeses i {
            color: rgba(232,183,23,1);
        }

    .CalendarMobile .Meses table {
        width: 100%;
        border-collapse: separate;
        border-spacing: 2px;
    }

    .CalendarMobile .Meses table tbody tr th {
            text-align: center;
            background-color: #006fa2;
            color: #fff;
        }

     .CalendarMobile .Meses table tbody tr td {
            text-align: center;
            background: #ddd;
            height: 20px;
            height: 30px;
            font-family: Poppins;
        }

.listSchedulesCalendar {
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 30px 0px;
}

    .listSchedulesCalendar > span {
        margin-bottom: 20px;
        font-family: Poppins;
        color: #013751;
        margin-right: 20px;
        font-size: 18px;
    }


/*=====MEDIAQUERYS=*/
@media only screen and (max-width : 620px) {
    .packages .ListPack .item-pack {
            width:100%;
        }
}
/*Media Query Eduardo Arronte*/

@media screen and (max-width: 1200px) {
    .select_hotel_input {
        background-position-x: 99%;
    }

}

@media screen and (max-width: 768px) {

    .image_form {
        background-image: url(../../Content/images/hotels/banner_solo_hotel_1_XS.jpg);
        height: 440px;
    }
    .image_form .container_inputs {
            height: 325px;
        }
    .inputs_image {
        padding-top: 25px;
    }
    .label_cameras_title{
       padding-left: 15px;
       padding-top: 10px;
    }
    .cameras_container_divmain
    {
        padding-left:15px;
    }
    .select_hotel{
        padding-left: 15px;
        padding-right: 15px;
    }
    .div_button_hotel{
        padding-left: 0px;
        padding-right: 0px;
    }

}
@media (min-width:449px) and (max-width:517px) {
    .image_form .container_inputs {
        height: 292px;
    }
    .inputs_image {
        padding-top: 20px;
    }
}
@media screen and (max-width: 449px){
    .image_form .container_inputs {
        height: 273px;
    }

    .inputs_image {
        padding-top: 10px;
    }
}

    @media only screen and (max-width : 480px) {
        .home .zoomarine-travel .perche-box {
            flex-wrap: wrap;
            justify-content: center;
        }

            .home .zoomarine-travel .perche-box .item-perche {
                width: 100%;
                text-align: center;
            }
    }

    @media only screen and (max-width :380px) {
    }

    @media only screen and (max-width : 320px) {
    }


.Event h1 {
    font-size: 30px;
    font-weight: 400;
    font-family: 'Poppins';
    color: #459cde;
    text-align: center;
    margin-top: 20px;
}

.Event p {
    text-align: center;
    font-family: 'Poppins';
    font-size: 18px;
}

.Event #listeventos {
    margin: 30px 0px 30px 0px;
    align-items: inherit;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

    .Event #listeventos .eventos {
        padding: 10px;
        border-radius: 8px;
        background: #fff;
        box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
        width: 30%;
        margin: 10px 10px;
        margin-bottom: 25px;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
    }

        .Event #listeventos .eventos img {
            border-radius: 10px;
        }

        .Event #listeventos .eventos h2 {
            font-family: 'Poppins';
            color: #f4752a;
            font-size: 18px;
            text-align: center;
            min-height: 40px;
        }

        .Event #listeventos .eventos .dateEventi {
            font-family: 'Poppins';
            color: #fff;
            font-size: 16px;
            text-align: center;
            padding: 5px;
            border-radius: 10px;
        }

        .Event #listeventos .eventos:nth-of-type(3n+1) .dateEventi {
            background: #108bc4;
        }

        .Event #listeventos .eventos:nth-of-type(3n+2) .dateEventi {
            background: #92016e;
        }

        .Event #listeventos .eventos:nth-of-type(3n+3) .dateEventi {
            background: #013751;
        }

        .Event #listeventos .eventos:nth-of-type(3n+4) .dateEventi {
            background: #f26c00;
        }

        .Event #listeventos .eventos .dateprice {
            text-align: center;
        }

            .Event #listeventos .eventos .dateprice span {
                font-family: 'Poppins';
                color: #013751;
                font-size: 18px;
                margin: 10px 0px;
                display: block;
            }

        .Event #listeventos .eventos p {
            font-family: 'Poppins';
            font-size: 16px;
            text-align: initial;
            /*overflow: hidden;
            text-overflow: ellipsis;
            position: relative;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            max-height: calc(3 * 1.2 * 1em);*/
            -webkit-box-orient: vertical;
            line-height: 1.2;
        }

        .Event #listeventos .eventos a {
            padding: 8px;
            width: 200px;
            margin: 20px auto;
            text-align: center;
            display: block;
            margin-top: auto;
        }

        .Event #listeventos .eventos:hover {
            box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
            /*margin-top: -5px;*/
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

    .Event #listeventos .eventosPass {
        display: none;
    }

        .Event #listeventos .eventosPass.display {
            display: block;
        }

.Event .maseventos {
    font-family: 'Poppins';
    color: #3f71fe;
    padding: 10px 20px;
    text-align: center;
    border: 1px solid #3f71fe;
    border-radius: 8px;
    width: 150px;
    margin: 40px auto;
    cursor: pointer;
}

    .Event .maseventos:hover {
        background: #013751;
        color: white;
    }

.evento-interna {
    margin-bottom: 50px;
}

    .evento-interna .bg-evento {
        background: #003853;
        padding: 30px 0px;
        margin-bottom: 50px;
    }

        .evento-interna .bg-evento h1 {
            color: #fff;
            font-family: 'Poppins';
            font-size: 32px;
        }

    .evento-interna .coverPage {
        background: #fff;
        padding: 7px;
        margin-top: -70px;
        box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
    }

        .evento-interna .coverPage img {
            width: 100%;
        }

    .evento-interna .contentEvent {
        margin-top: 30px;
    }

    .evento-interna .list-events #loadMore {
        border: 1px solid #b7b2b2;
        padding: 7px;
        text-align: center;
        border-radius: 8px;
        color: #696969;
        display: block;
        cursor: pointer;
    }

        .evento-interna .list-events #loadMore:hover {
            background: rgba(226,86,16,1);
            color: white;
        }

.passEvents {
    display: none;
}

    .passEvents.display {
        display: block;
    }

.totop {
    position: fixed;
    bottom: 10px;
    right: 20px;
}

    .totop a {
        display: none;
    }

.evento-interna .list-events {
    background: #f3f3f3;
    padding: 20px;
}

    .evento-interna .list-events:first-child {
        border-bottom: 1px solid #b7b2b2;
    }

    .evento-interna .list-events h4 {
        font-family: 'Poppins';
        color: #013751;
        font-size: 24px;
        margin-bottom: 30px;
    }

    .evento-interna .list-events ul {
        padding: 0;
    }

        .evento-interna .list-events ul li {
            list-style: none;
            margin-bottom: 20px;
        }

            .evento-interna .list-events ul li a {
                color: #696969;
                font-size: 18px;
                font-family: 'Poppins';
            }

                .evento-interna .list-events ul li a:hover {
                    color: rgba(226,86,16,1);
                }

.evento-interna .eventDate p {
    font-family: 'Poppins';
    font-size: 18px;
}

.evento-interna .promoespecial {
    color: #0095d4;
    font-size: 18px;
    font-family: 'Poppins';
    display: block;
    margin-bottom: 30px;
}

.evento-interna .btn-green {
    padding: 8px;
    display: block;
    text-align: center;
    font-size: 22px;
}

.evento-interna h2 {
    font-size: 24px;
    font-family: 'Poppins';
    margin-bottom: 20px;
}

.evento-interna p {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 20px;
}

.evento-interna ul {
    padding: 0;
}

    .evento-interna ul li {
        list-style: none;
        font-family: 'Poppins';
        font-size: 18px;
        margin-bottom: 20px;
    }

.evento-interna #accordion .panel-heading a:not(.collapsed) {
    color: white;
    background-color: #013751;
    transition: all 0.2s ease-in;
    text-decoration: inherit;
}

.evento-interna #accordion .panel-title a {
    padding: 1% 1%;
    background: transparent;
    color: #021d2c;
    border-bottom: 1px solid #a1b5bf;
    font-family: 'Poppins';
    font-size: 18px;
    text-transform: inherit;
}

.evento-interna #accordion .panel-heading .accordion-toggle.collapsed::before {
    color: #444;
    transition: all 0.2s ease-in;
}

.evento-interna #accordion .panel-heading .accordion-toggle::before {
    color: white;
}

.evento-interna #accordion .panel-title a:before, .evento-interna #accordion .panel-title a.collapsed:before {
    right: 2%;
    top: 18px;
}

.evento-interna .instgram-eventi {
    align-items: inherit;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.evento-interna .items-instagrams {
    width: 30%;
    margin: 10px;
}

.evento-interna .instgram-eventi iframe {
    min-width: initial !important;
    width: 100%;
    border: 1px solid #ccc;
}

.evento-interna #accordion {
    margin: 40px 0px;
}

    .evento-interna #accordion ul li {
        margin-bottom: 0px;
    }


.form-steps {
    display: block;
    width: 100%;
    position: relative;
    margin: 30px 0px 0px 0px;
}

    .form-steps:after {
        content: "";
        display: table;
        clear: both;
    }

.form-steps_item {
    padding: 0;
    position: relative;
    display: block;
    float: left;
    width: 20%;
    text-align: center;
}

.form-steps_item-content {
    display: inline-block;
}

.form-steps_item-active .form-steps_item-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-top: -8px;
}

.form-steps_item-icon {
    background: #9e9e9e;
    color: #8191ab;
    display: block;
    border-radius: 100%;
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin: 0 auto 10px auto;
    position: relative;
    font-size: 13px;
    font-weight: 700;
    z-index: 2;
}

.form-steps_item-text {
    font-size: 18px;
    color: #9e9e9e;
    font-weight: 500;
    font-family: 'Poppins';
}

.form-steps_item-lineshort {
    display: inline-block;
    height: 6px;
    width: 50%;
    background: #9e9e9e;
    float: left;
    position: absolute;
    left: 24%;
    top: 15px;
    z-index: 1;
    border-radius: 10px;
}

.form-steps_item-line {
    display: inline-block;
    height: 6px;
    width: 100%;
    background: #9e9e9e;
    float: left;
    position: absolute;
    left: -50%;
    top: 15px;
    z-index: 1;
}

.form-steps_item-active small {
    display: none;
}

.form-steps_item-active .form-steps_item-icon {
    background: #013751;
    color: #ffffff;
}

.form-steps_item-active .form-steps_item-text {
    color: #013751;
}

.form-steps_item-active .form-steps_item-line {
    background: #013751;
}

.form-steps_item-active .form-steps_item-lineshort {
    background: #013751;
}

.form-steps_item-completed .form-steps_item-text {
    color: #4f5e77;
}

.form-steps_item-completed .form-steps_item-lineshort {
    background: #013751;
}

.form-steps_item-completed .form-steps_item-icon {
    background: #013751;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBkYXRhLW5hbWU9IkxheWVyIDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDkuMTIgNyI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTkuMTIgMS4wNkw4LjA2IDAgMy4xOCA0Ljg4IDEuMDYgMi43NiAwIDMuODIgMy4xOCA3bDUuOTQtNS45NHoiLz48L3N2Zz4=);
    color: transparent;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 35px;
    height: 35px;
    line-height: 35px;
}

.form-steps_item-completed .form-steps_item-line {
    background: #013751;
}

.rail-select3 select {
    background-color: #ffffff !important;
    border: solid 1px grey;
    border-radius: 4px;
    font-size: 16px;
    color: gray;
    height: 34px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.rail-select3 .select-side i.blue {
    color: #ffffff;
}

.rail-select3 .select-side i {
    left: 30%;
    top: 8px;
}

.rail-select3 .select-side:before {
    border-left: solid 1px lightgrey;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 1px;
}

.rail-select3 .select-side {
    pointer-events: none;
    width: 35px;
    position: absolute;
    top: 0px;
    background-color: #0096d5;
    height: 100%;
    left: 115px;
    border-radius: 0px 4px 4px 0px;
    border-right: solid 1px gray;
    border-top: solid 1px gray;
    border-bottom: solid 1px gray;
    z-index: 10;
}

.contentHotelList {
    /* position: sticky; */
    top: -20px;
}

.rail-select3 {
    position: absolute;
    width: 150px;
}

.contentHotelList {
    border: 1px solid #9d9d9e;
    border-radius: 8px;
    background: #fff;
    margin-bottom: 30px;
    padding: 8px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 24px 0 rgba(0,0,0,.5);
}

.contentHotelList .precioHotel {
    width: 100%;
    text-align: center;
    border-radius: 10px;
    clear: both;
    /* padding: 5px; */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    background-color: #c4e3f4;
    padding-bottom: 15px;
}

.contentHotelList .precioHotel .round {
    width: 100%;
    background-color: #013751;
    margin-bottom: 10px;
}

#labelAcquisto {
    letter-spacing: 0;
    padding: 0.25em 0 0.325em;
    display: block;
    margin: 0 auto;
    text-shadow: 0 0 80px rgba(255,255,255,.5);
}

.checkbox label input[type="checkbox"] {
    display: none;
}

#buttonAcquistaHotel {
    animation: wiggle 5s linear infinite;
}

@keyframes wiggle {
    0%, 7% {
        transform: rotateZ(0);
    }

    10% {
        transform: rotateZ(15deg);
    }

    15% {
        transform: rotateZ(-15deg);
    }

    20% {
        transform: rotateZ(10deg);
    }

    25% {
        transform: rotateZ(-10deg);
    }

    30% {
        transform: rotateZ(6deg);
    }

    35% {
        transform: rotateZ(-5deg);
    }

    40%, 100% {
        transform: rotateZ(0);
    }
}

.HotelRerservations {
    background: #013751;
    border-radius: 8px;
    padding: 5px 10px;
    margin-bottom: 20px;
}

.AcquistaHotelNotteFalse {
    background-color: #E35335 !important;
    margin-top: -25px;
    height: 35px !important;
    width: 104% !important;
    margin-left: -2%;
    z-index: 1;
    box-shadow: 0px 4px 0px 0px #630330;
}

.checkbox .cr {
    color: white;
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: 0.25em;
    width: 1.5em;
    height: 1.5em;
    float: left;
    margin-right: 0.5em;
    background-color: #2196F3;
}

.AcquistaHotel {
    background-color: #f3d32e !important;
    margin-top: -23px;
    width: 100% !important;
    z-index: -1;
}

.AcquistaHotelCambioData {
    background-color: #ffbb7c !important;
    margin-top: -45px;
    height: 45px !important;
    width: 104% !important;
    margin-left: -2%;
    z-index: 1;
    box-shadow: 0px 4px 0px 0px darkorange;
}