@font-face {
    font-family: "cochin";
    src: url("../img/fuentes/cochin-italic.otf");
}

@font-face {
    font-family: "gotham-bold";
    src: url("../img/fuentes/Gotham-Bold.otf");
}

@font-face {
    font-family: "gotham-book";
    src: url("../img/fuentes/Gotham-Book.otf");
}

body {
    min-height: 100vh;
    font-family: "gotham-book", "gotham-bold", "cochin", sans-serif, "Open Sans";
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    /**
  	Main
  **/
}

.txt-white {
    color: white !important;
}

body #modalLogin form .col-auto {
    justify-content: flex-end;
    align-items: center;
}

    body #modalLogin form .col-auto > div:first-of-type .form-check-label {
        margin: 0;
        font-size: 12px;
    }

    body #modalLogin form .col-auto > div:last-of-type {
        margin-left: 15px;
    }

body header > div {
    padding-bottom: 15px;
}

body header .top-navbar .translate-button {
    background: transparent;
    border: 0;
    cursor: pointer;
}

body header .top-navbar .buttons-cols {
    margin-top: 10px;
}

    body header .top-navbar .buttons-cols div {
        padding: 0;
    }

        body header .top-navbar .buttons-cols div a {
            font-size: 12px;
        }

        body header .top-navbar .buttons-cols div:first-of-type {
            padding-right: 5px;
            padding-left: 10px;
        }

        body header .top-navbar .buttons-cols div:last-of-type {
            padding-left: 5px;
            padding-right: 10px;
        }

body header .navbar-header .navbar,
body header .navbar-header .fixed-top {
    background-color: white;
    padding: 0;
}

@media (max-width: 990px) {
    body header .navbar-header .navbar .navbar-brand,
    body header .navbar-header .fixed-top .navbar-brand {
        max-width: 50%;
    }
}

body header .navbar-header .navbar .navbar-brand img,
body header .navbar-header .fixed-top .navbar-brand img {
    max-width: 100%;
    max-height: 80px;
}

body header .navbar-header .navbar .justify-content-end,
body header .navbar-header .fixed-top .justify-content-end {
    text-transform: uppercase;
}

body header .navbar-header .navbar .navbar-toggler,
body header .navbar-header .fixed-top .navbar-toggler {
    border-color: rgba(0, 0, 0, 0.1);
}

body header .navbar-header .navbar .navbar-collapse ul li,
body header .navbar-header .fixed-top .navbar-collapse ul li {
    padding-right: 15px;
}

    body header .navbar-header .navbar .navbar-collapse ul li a,
    body header .navbar-header .fixed-top .navbar-collapse ul li a {
        font-size: 12px;
    }

@media (min-width: 992px) {
    body header .navbar-header .navbar,
    body header .navbar-header .fixed-top {
        border-right: 1px solid #80807f;
    }
}

@media (max-width: 576px) {
    body header .navbar-header .navbar {
        padding-left: 10px;
        padding-right: 10px;
    }
}

body header .bottom {
    align-self: flex-end;
}

body main {
    flex: 1 0 auto;
    /* .genesis-tour {
    display  : flex;
    flex-wrap: wrap;
    max-width: 80%;

    @media (max-width: 990px) {
      max-width: 90%;
    }

    margin-bottom: 3rem;

    > div {
      margin: auto;
    }

    .tour-video {
      z-index   : 50;
      max-width : 50%;
      max-height: 450px;

      @media (max-width: 990px) {
        max-width: 100%;
        width    : 100%;

        img {
          max-height: 250px;
        }
      }
    }

    .tour-section {
      font-weight  : 100 !important;
      border       : 1px solid #80807f !important;
      padding      : 5%;
      padding-left : 15%;
      padding-right: 5%;
      padding-top  : 10%;
      width        : 100%;
      max-width    : 50%;
      min-height   : 450px;
      word-break   : break-word !important;

      @media (min-width: 991px) {
        margin-left: -15%;
      }

      @media (max-width: 990px) {
        max-width: 100%;
        width    : 100%;
        padding  : 10%;
      }
    }
  } */
}

    body main > div {
        padding-top: 100px;
        padding-bottom: 100px;
    }

        body main > div.modal, body main > div.principal-container, body main > div.benefits, body main > div.vacation-experiences, body main > div.slide-gallery {
            padding-top: 0;
            padding-bottom: 0;
        }

    body main img {
        max-width: 100% !important;
    }

    body main .principal-container {
        position: relative;
    }

        body main .principal-container .carousel-caption {
            position: absolute;
            bottom: 10%;
            left: 0;
            right: 0;
            transform: translate(0, 50%);
        }

            body main .principal-container .carousel-caption h1 {
                font-size: 30px;
            }

            body main .principal-container .carousel-caption span {
                position: absolute;
                left: 0;
                right: 0;
                transform: translate(0%, 50%);
            }

                body main .principal-container .carousel-caption span a i {
                    padding: 15px;
                    border-radius: 100%;
                    border: 1px solid;
                    width: 60px;
                    height: 60px;
                    color: white !important;
                    transform: scale(1);
                    transition: 0.3s;
                    font-size: 35px;
                }

                body main .principal-container .carousel-caption span a:hover i {
                    transform: scale(1.3);
                }

@media (min-width: 576px) {
    body main .principal-container .carousel-caption h1 {
        font-size: 45px;
    }
}

@media (min-width: 990px) {
    body main .principal-container .carousel-caption h1 {
        font-size: 70px;
    }
}

body main .video-tour .container {
    position: relative;
}

    body main .video-tour .container .tour-container {
        font-weight: 100 !important;
        border: 1px solid #80807f !important;
        padding: 5%;
        width: 100%;
        min-height: 450px;
        word-break: break-word !important;
    }

    body main .video-tour .container .tour-container1 {
        font-weight: 100 !important;
        border: 1px solid #80807f !important;
        padding: 5%;
        width: 100%;
        min-height: 450px;
        word-break: break-word !important;
    }

    body main .video-tour .container .tour-container2 {
        font-weight: 100 !important;
        border: 1px solid #80807f !important;
        padding: 5%;
        padding-left: 15%;
        padding-right: 5%;
        padding-top: 6%;
        width: 100%;
        min-height: 450px;
        word-break: break-word !important;
    }

}

body main .video-tour .container .tour-container h5 {
    text-transform: uppercase;
}

body main .video-tour .container .tour-container1 h5 {
    text-transform: uppercase;
}

body main .video-tour .container .tour-container2 h5 {
    text-transform: uppercase;
}

@media (min-width: 991px) {
    body main .video-tour .container .tour-container {
        margin-left: auto;
        max-width: 80%;
    }

    body main .video-tour .container .tour-container1 {
        max-width: 80%;
    }

    body main .video-tour .container .tour-container2 {
        margin-left: auto;
        max-width: 60%;
    }

    body main .video-tour .container .tour-container .tour-video {
        position: absolute;
        width: 23%;
        left: 1%;
        top: 15%;
    }

    body main .video-tour .container .tour-container1 .tour-video {
        position: absolute;
        width: 43%;
        right: 1%;
        top: 15%;
    }

    body main .video-tour .container .tour-container2 .tour-video {
        position: absolute;
        width: 50%;
        left: 1%;
        top: 15%;
    }
}

@media (max-width: 990px) {
    body main .video-tour .container .tour-container {
        max-width: 100%;
        width: 100%;
        padding: 10%;
    }

    body main .video-tour .container .tour-container1 {
        max-width: 100%;
        width: 100%;
        padding: 10%;
    }

    body main .video-tour .container .tour-container2 {
        max-width: 100%;
        width: 100%;
        padding: 10%;
    }
}



body main .contact-info a {
    word-break: break-all;
}

body main .vacation-experiences .parallax-effect {
    overflow: hidden;
    background-image: url("../img/imagenes/crop/texturas/textura_amarilla.jpg");
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    height: 50vh;
}

    body main .vacation-experiences .parallax-effect > div {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

        body main .vacation-experiences .parallax-effect > div h1 {
            font-size: 48px;
        }

        body main .vacation-experiences .parallax-effect > div h2 {
            font-size: 25px;
        }

@media (min-width: 768px) {
    body main .vacation-experiences .parallax-effect > div h1 {
        font-size: 70px;
    }

    body main .vacation-experiences .parallax-effect > div h2 {
        font-size: 25px;
    }
}

@media (min-width: 1200px) {
    body main .vacation-experiences .parallax-effect {
        background-position: center;
    }
}

body main .vacation-book .parallax-effect {
    overflow: hidden;
    background-image: url("../img/imagenes/crop/texturas/textura_amarilla.jpg");
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 70px;
    padding-bottom: 70px;
}

@media (min-width: 1200px) {
    body main .vacation-book .parallax-effect {
        background-position: center;
    }
}

body main .benefits .parallax-effect {
    overflow: hidden;
    background-image: url("../img/imagenes/crop/texturas/textura_gris.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    padding: 100px 0;
}

    body main .benefits .parallax-effect .slides-tabs .nav-pills {
        justify-content: center;
    }

        body main .benefits .parallax-effect .slides-tabs .nav-pills .nav-item .nav-link {
            border-radius: 0;
            border: 1px solid #80807f;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
            font-size: 25px;
            letter-spacing: 1px;
        }

            body main .benefits .parallax-effect .slides-tabs .nav-pills .nav-item .nav-link.active {
                color: white !important;
                background-color: #80807f !important;
            }

            body main .benefits .parallax-effect .slides-tabs .nav-pills .nav-item .nav-link:hover {
                background-color: #f8b133;
                color: white !important;
            }

@media (min-width: 576px) {
    body main .benefits .parallax-effect .slides-tabs .nav-pills .nav-item:first-of-type {
        margin-right: 5px;
    }
}

body main .benefits .parallax-effect .slides-tabs .tab-content .tab-pane .slick-slider .panel-thumbnail img {
    margin: 0 auto;
}

@media (min-width: 576px) {
    body main .benefits .parallax-effect .slides-tabs .tab-content .tab-pane .slick-slider .panel-thumbnail {
        padding: 0 40px;
    }
}

body .derechos {
    background-color: #cbcac5;
}

    body .derechos span {
        text-transform: none !important;
    }

        body .derechos span img {
            width: 80px;
            padding-bottom: 5px;
            padding-left: 5px;
        }

        body .derechos span:first-of-type {
            font-weight: bold;
        }

body i,
body label,
body a {
    color: #80807f !important;
}

    body i i:hover,
    body i a:hover,
    body label i:hover,
    body label a:hover,
    body a i:hover,
    body a a:hover {
        color: #a18161 !important;
    }

body .modal-header {
    border-bottom: 0px;
}

body .border-bottom {
    border-bottom: 2px solid #a38465 !important;
}

body .modal-content {
    border-radius: 1px;
}

body .gotham-bold {
    font-family: "gotham-bold";
}

body .gotham-book {
    font-family: "gotham-book";
}

body .cochin {
    font-family: "cochin";
}

body .color-cafe {
    color: #a18161 !important;
}

body .color-gold {
    color: #f8b133 !important;
}

body .color-gray {
    color: #80807f !important;
}

body .p-aling {
    text-align: justify !important;
    text-align-last: center !important;
}

body .chunk {
    min-height: 130px !important;
}

body .mt-5 {
    margin-top: 5rem !important;
}

body .btn {
    border-radius: 1px !important;
    color: white;
    background-color: #f8b133 !important;
    border: #f8b133;
    padding: 10px;
}

    body .btn:hover {
        background-color: #c7902e !important;
        border: #c7902e;
    }

body .btn-gray {
    font-size: 14px;
    font-weight: 100;
    border-radius: 1px !important;
    color: white !important;
    background-color: #80807f !important;
    border: 1px solid #80807f !important;
}

    body .btn-gray:hover {
        background-color: transparent !important;
        color: #80807f !important;
    }

body .btn-gray-outline {
    font-size: 25px;
    font-weight: 100;
    border-radius: 1px !important;
    color: #80807f !important;
    background-color: transparent !important;
    border: 1px solid #80807f !important;
}

    body .btn-gray-outline:hover {
        background-color: #80807f !important;
        border: #c7902e !important;
        color: white !important;
    }

body .hideElement {
    overflow: hidden;
}

    body .hideElement img {
        transform: translate(0%, 0);
    }

body form input,
body form select,
body form textarea {
    border-radius: 1px !important;
    border: 1px solid #a38465 !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    margin-bottom: 15px;
}

body form select {
    height: 50px !important;
}

body a.btn {
    outline: none !important;
}

@media (min-width: 991px) {
    body .borderl {
        border-left: 1px solid #a38465;
    }
}

@media (max-width: 990px) {
    body .borderl {
        padding-left: 0px !important;
    }

    body .hideElement {
        display: none !important;
    }
}

body footer {
    color: #80807f;
    font-family: serif;
    flex-shrink: 0;
    word-break: break-all;
    overflow: hidden;
    background-image: url("../img/imagenes/crop/barra_final.jpg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

    body footer #items2 div a i {
        transition: 0.2s;
        font-size: 30px;
        height: 60px;
        width: 60px;
        margin: 0px 15px;
        line-height: 180%;
        border: 2px solid #80807f;
        border-radius: 100%;
    }

    body footer #items2 div:last-of-type a {
        transition: 0.2s;
    }

        body footer #items2 div:last-of-type a:hover {
            text-decoration: none;
            font-size: 18px;
            color: #a18161 !important;
        }

    body footer #items3 div a {
        transition: 0.2s;
        font-weight: bold;
        font-style: italic;
    }

        body footer #items3 div a:hover {
            text-decoration: none;
            padding-left: 10px;
            color: #a18161 !important;
        }

    body footer .footer-sections {
        padding-top: 15px;
    }

        body footer .footer-sections span {
            text-transform: uppercase;
        }

        body footer .footer-sections > section {
            padding-top: 15px;
            padding-bottom: 15px;
        }

@media (min-width: 576px) {
    body footer .footer-sections > section {
        padding-left: 0;
        padding-right: 0;
    }
}

body footer .footer-sections .first-footer-section {
    margin: 0px auto;
    padding-top: 25px;
}

    body footer .footer-sections .first-footer-section .collapse-sections {
        justify-content: space-between;
    }

        body footer .footer-sections .first-footer-section .collapse-sections > div.newsletter-container .form-group .form-control {
            margin-top: 20px;
            margin-bottom: 20px;
        }

        body footer .footer-sections .first-footer-section .collapse-sections > div .website-links {
            display: flex;
            justify-content: center;
        }

            body footer .footer-sections .first-footer-section .collapse-sections > div .website-links > div {
                display: inline-block;
                text-align: center;
            }

@media (min-width: 1200px) {
    body footer .footer-sections .first-footer-section .collapse-sections > div .website-links > div {
        padding-right: 30px;
    }
}

@media (min-width: 991px) {
    body footer .footer-sections .first-footer-section .collapse-sections > div .website-links {
        justify-content: flex-end;
    }
}

@media (min-width: 991px) {
    body footer .footer-sections .first-footer-section .collapse-sections {
        display: flex;
        flex-wrap: wrap;
    }

        body footer .footer-sections .first-footer-section .collapse-sections > div {
            padding: 0 10px;
        }

            body footer .footer-sections .first-footer-section .collapse-sections > div h4 {
                margin-bottom: 15px;
            }
}

body footer .footer-sections a:hover {
    text-decoration: underline;
}

    body footer .footer-sections a:hover i:hover {
        transition: 0.2s;
        transform: scale(1.1);
    }

body footer .collapsed-item {
    min-width: 25%;
}

@media (max-width: 990px) {
    body footer .collapsed-item {
        text-align: center;
        min-width: auto;
    }
}

body .collapse-element-title {
    display: block;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid;
}

    body .collapse-element-title:after {
        display: block;
        position: absolute;
        top: 15px;
        right: 10px;
        width: 10px;
        height: 10px;
        border: 2px solid #a38465;
        border-top: none;
        border-left: none;
        transition: 0.2s;
        transform: rotate(-135deg);
        content: "";
    }

    body .collapse-element-title.collapsed:after {
        top: 10px;
        transform: rotate(45deg);
        transition: 0.2s;
    }

body ul li {
    margin-bottom: 10px;
}

body .collapse-element-title {
    cursor: pointer;
}

body .visible-xs {
    display: none !important;
}

body .visible-lg {
    display: block !important;
}

body .collapse.show {
    display: block !important;
}

@media (max-width: 990px) {
    body #items.in,
    body #items.collapsing {
        display: block !important;
    }

    body #items2.in,
    body #items2.collapsing {
        display: block !important;
    }

    body #items3.in,
    body #items3.collapsing {
        display: block !important;
    }

    body .hidden-xs {
        display: none !important;
    }

    body .visible-xs {
        display: block !important;
    }

    body .visible-lg {
        display: none !important;
    }

    body .item-description {
        padding-top: 15px;
    }
}

@media (min-width: 991px) {
    body #crownDesc.collapse {
        display: block !important;
        height: auto !important;
    }
}

/*# sourceMappingURL=style.css.map */



.covid-info {
    text-align: center;
}

    .covid-info p {
        background: #65b2e4;
        color: #000000;
        padding: 10px 0;
        display: block;
        font-size: 18px;
    }

        .covid-info p a {
            color: white;
        }

.btn-modal-covid {
    font-weight: bold;
}

    .btn-modal-covid:hover {
        color: white !important;
        cursor: pointer;
        cursor: hand
    }

body #covidmodal .modal-lg .modal-content,
body #vistaEncantada .modal-lg .modal-content {
    padding-left: 0;
    padding-right: 0;
}

    body #covidmodal .modal-lg .modal-content .modal-header,
    body #vistaEncantada .modal-lg .modal-content .modal-header {
        padding: 0;
    }

        body #covidmodal .modal-lg .modal-content .modal-header button,
        body #vistaEncantada .modal-lg .modal-content .modal-header button {
            position: absolute;
            top: 1%;
            right: 2%;
            color: #ffffff;
            font-size: 40px;
        }

    body #covidmodal .modal-lg .modal-content .modal-body .img-logo,
    body #vistaEncantada .modal-lg .modal-content .modal-body .img-logo {
        margin-top: 15px;
        margin-bottom: 15px;
    }

body #covidmodal div p,
body #covidmodal div li {
    text-align: justify;
    font-size: 12px;
    color: #2b2b2b;
}

body #vistaEncantada .modal-lg .modal-content .modal-body .row div p {
    text-align: justify;
    font-size: 12px;
    color: #998675;
}

    body #covidmodal .modal-lg .modal-content .modal-body .row div p a,
    body #vistaEncantada .modal-lg .modal-content .modal-body .row div p a {
        color: #534741;
        font-family: "gothambold";
    }

        body #covidmodal .modal-lg .modal-content .modal-body .row div p a:hover,
        body #vistaEncantada .modal-lg .modal-content .modal-body .row div p a:hover {
            padding-left: 10px;
            color: #007d9e;
        }

body #covidmodal .modal-lg .modal-content .modal-body .final-button a,
body #vistaEncantada .modal-lg .modal-content .modal-body .final-button a {
    padding: 10px;
}

@media (min-width: 768px) {
    body #covidmodal .modal-lg .modal-content,
    body #vistaEncantada .modal-lg .modal-content {
        padding-left: 0;
        padding-right: 0;
    }

        body #covidmodal .modal-lg .modal-content .modal-body,
        body #vistaEncantada .modal-lg .modal-content .modal-body {
            padding-left: 60px;
            padding-right: 60px;
        }
}

.loading {
    font-size: 40px;
    color: #c7902e !important;
    top: 45%;
    right: 45%;
    position: absolute;
    float: left;
}

#slideOverlay {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 999
}

.slideOverlayHide {
    z-index: -100;
}

.slideOverlayBG {
    z-index: 99;
    cursor: wait;
    background: rgba(0, 0, 0, 0.5);
}

.panel-title {
    background-color: #f8b133 !important;
    color: #fff !important;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left:10px;
}

#card-container {
    border: 1px solid #a38465;
    padding-left: 15px;
    margin-bottom: 5px;
}

#card-list {
    color: #80807f !important;
}

    #card-list span {
        color: #80807f !important;
        font-weight: bold !important;
    }

    #card-list li {
        margin-right: 15px !important;
    }

.embed-responsive-21by9::before {
    padding-top: 0px !important;
}
