@charset "UTF-8";

/*======================================================================*
*
* Desarrollo Web
* https://Central Hoteles
* Central Hoteles Creative
* Copyright 2020 Central Hoteles
*
*======================================================================*/
/*======================================================================*
Nucleo // Central Hoteles
*======================================================================*/
@media (min-width: 320px) {
    .noPadding {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .noMargin {
        margin-left: 0;
        margin-right: 0;
    }

    .habitaciones-owl a {
        /*20220221*/
        color: white;
    }
}

.blackimg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(1, 6, 17, 0.1);
    z-index: 10;
}

@media (min-width: 320px) {
    .btnCH {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 10px 0;
        position: relative;
        float: left;
    }
}

@media (min-width: 320px) {
    .btnCH a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: auto;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-family: 'ChronicleDisplay-XLight';
        font-size: 18px;
        text-decoration: none;
        position: relative;
        color: #010611;
    }

    .DescriptionGral p {
        /*20220221*/
        float: left;
        position: relative;
        width: 100%;
        color: black;
        text-align: center;
    }

    .ttlFooter {
        /*20220221*/
        font-size: 22px;
        font-weight: 500;
    }
}

@media (min-width: 768px) {
    .btnCH a {
        font-size: 18px;
    }
}

@media (min-width: 320px) {
    .btnCH a .icon_btnCH {
        width: 22px;
        margin: 0 10px;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

    .btnCH a .icon_btnCH img {
        width: 100%;
    }
}

@media (min-width: 320px) {
    .btnCH a::after {
        content: '';
        height: 1px;
        width: 0;
        position: absolute;
        left: 50%;
        bottom: -4px;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        background: #010611;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        left: 1;
    }
}

@media (min-width: 320px) {
    .btnCH a:hover .icon_btnCH {
        margin-left: 20px;
    }

    .btnCH a:hover::after {
        width: 100%;
    }
}

@media (min-width: 320px) {
    .btn-vermas {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 30px 0;
        position: relative;
        float: left;
    }
}

@media (min-width: 768px) {
    .btn-vermas {
        margin: 35px 0;
    }
}

@media (min-width: 320px) {
    .btn-vermas a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: auto;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-family: 'Poppins-Regular';
        font-size: 14px;
        text-decoration: none;
        position: relative;
        color: #010611;
    }
}

@media (min-width: 768px) {
    .btn-vermas a {
        font-size: 18px;
    }
}

@media (min-width: 320px) {
    .btn-vermas a .icon_btnCH {
        width: 22px;
        margin: 0 10px;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

    .btn-vermas a .icon_btnCH img {
        width: 100%;
    }
}

@media (min-width: 320px) {
    .btn-vermas a::after {
        content: '';
        height: 1px;
        width: 0;
        position: absolute;
        left: 50%;
        bottom: -4px;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        background: #010611;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        left: 1;
    }
}

@media (min-width: 320px) {
    .btn-vermas a:hover .icon_btnCH {
        margin-left: 20px;
    }

    .btn-vermas a:hover::after {
        width: 100%;
    }
}

@media (min-width: 320px) {
    .btnCH-simple {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 15px 0;
        /*background-color: rgba(198, 198, 198, 0.5);*/
        position: relative;
        float: left;
    }
}

@media (min-width: 768px) {
    .btnCH-simple {
        margin: 20px 0;
        padding: 0;
        /*background-color: transparent;*/
    }
}

@media (min-width: 320px) {
    .btnCH-simple a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: auto;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-family: 'ChronicleDisplay-XLight';
        font-size: 16px;
        text-decoration: none;
        position: relative;
        /*color: #000;*/
        color: #7d8796;
        padding: 0;
        /*background: #7d8796;*/
        border-radius: 5px;
        transition: all .3s ease;
    }

    .btnCH-simple a .icon_btnCH {
        width: 22px;
        margin: 0 10px;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        display:none;
    }

    .btnCH-simple a .icon_btnCH img {
        width: 100%;
    }
    
    .btnCH-simple a:hover{
        color: #000; /*#7d8796;*/
        /*background: #fff;*/
        text-decoration: underline;
    }
    
    .btnCH-simple a:hover .icon_btnCH {
        margin-left: 20px;
    }
    
    /*
    .btnCH-simple a:hover {
        text-decoration: underline;
    } */
}

@media (min-width: 768px) {
    .btnCH-simple a {
        font-size: 20px;
    }
}

/*
@media (min-width: 992px) {
    .btnCH-simple a {
        color: #000;
    }
}
*/

@media (min-width: 320px) {
    .btnReservar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        float: left;
        margin-top: 5px;
        margin-bottom: 20px;
    }
}

@media (min-width: 320px) {
    .btnReservar a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-family: 'ChronicleDisplay-XLight';
        font-size: 18px;
        letter-spacing: .5px;
        text-decoration: none;
        color: #fff;
        padding: 15px 0;
        width: 100%;
        background: #7d8796;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        text-align: center;
        min-width: 250px;
    }

    .btnReservar a .icon_btnRsv {
        width: 25px;
        margin-left: 10px;
    }

    .btnReservar a .icon_btnRsv img {
        width: 100%;
    }

    .btnReservar a:hover {
        background: #010611;
    }
}

@media (min-width: 768px) {
    .btnReservar a {
        border-radius: 5px;
        font-size: 20px;
        width: auto;
        padding: 15px 50px;
    }
}

@media (min-width: 320px) {
    .buy-tour-ch a {
        width: 100%;
        position: relative;
        float: left;
        padding: 30px;
        text-align: center;
        color: #fff;
        background: #7d8796;
        font-family: 'Poppins-Light';
        text-decoration: none;
        letter-spacing: 1px;
        font-size: 14px;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

    .buy-tour-ch a:hover {
        background: rgba(125, 135, 150, 0.8);
    }
}

@media (min-width: 768px) {
    .buy-tour-ch a {
        font-size: 16px;
    }
}

@media (min-width: 320px) {
    .TitleAbout {
        font-family: 'ChronicleDisplay-XLight';
        font-size: 22px;
        width: 100%;
        text-align: center;
        padding: 0 15px;
        color: #010611;
        letter-spacing: .5px;
        margin-bottom: 10px;
    }
}

@media (min-width: 768px) {
    .TitleAbout {
        margin-bottom: 20px;
        font-size: 24px;
        padding: 0;
    }
}

@media (min-width: 992px) {
    .TitleAbout {
        font-size: 32px;
    }
}

@media (min-width: 320px) {

    .DescriptionGral,
    .DescriptionSlideHts {
        font-family: 'ChronicleDisplay-XLight';
        font-size: 14px;
        line-height: 18px;
        padding: 0 15px;
        width: 100%;
        text-align: center;
        color: #000;
        letter-spacing: .5px;
    }
}

@media (min-width: 768px) {

    .DescriptionGral,
    .DescriptionSlideHts {
        font-size: 20px;
        line-height: 26px;
        padding: 0;
    }
}

@media (min-width: 992px) {

    .DescriptionGral,
    .DescriptionSlideHts {
        font-size: 18px;
        line-height: 26px;
        color: #010611;
    }
}

@media (min-width: 1024px) {

    .DescriptionGral,
    .DescriptionSlideHts {
        color: #fff;
    }
}

@media (min-width: 320px) {
    .txtHeigtCenter {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (min-width: 320px) {
    .DescriptionMny {
        font-family: 'ChronicleDisplay-XLight';
        font-size: 22px;
        line-height: 28px;
        width: 100%;
        text-align: center;
        padding: 0 15px;
        color: #010611;
        letter-spacing: .5px;
        margin: 15px 0;
    }

    .DescriptionMny span {
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    .DescriptionMny {
        font-size: 28px;
        line-height: 34px;
        margin-top: 15px;
        margin: 7px 0;
    }
}

@media (min-width: 992px) {
    .DescriptionMny {
        font-size: 20px;
        margin: 7px 0;
        line-height: 26px;
    }
}

@media (min-width: 320px) {
    .top-title-ch {
        width: 100%;
        position: relative;
    }
}

@media (min-width: 768px) {
    .top-title-ch {
        width: 80%;
        margin: auto;
        margin-bottom: 20px;
    }
}

@media (min-width: 992px) {
    .top-title-ch {
        margin: 0px auto 0px;
        width: 70%;
    }
}

@media (min-width: 320px) {
    .top-title-ch h1, .top-title-ch h2 {
        font-family: 'ChronicleDisplay-XLight';
        font-size: 14px;
        width: 100%;
        text-align: center;
        color: #010611;
        letter-spacing: .5px;
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) {
    .top-title-ch h1, .top-title-ch h4 {
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    .top-title-ch h1, .top-title-ch h4 {
        font-size: 20px;
    }
}

@media (min-width: 320px) {
    .top-title-ch h4 {
        font-family: 'Poppins-Regular';
        font-size: 16px;
        line-height: 22px;
        width: 100%;
        text-align: center;
        color: #010611;
        letter-spacing: .5px;
    }
}

@media (min-width: 768px) {
    .top-title-ch h2 {
        font-size: 24px;
        line-height: 30px;
    }
}

@media (min-width: 992px) {
    .top-title-ch h2 {
        font-size: 30px;
        line-height: 36px;
    }
}

@media (min-width: 320px) {
    .top-title-ch .separador {
        width: 100px;
        margin: 30px auto;
        height: 1px;
        background: #010611;
    }
}

@media (min-width: 320px) {
    .TitleSlideHts {
        font-family: 'ChronicleDisplay-XLight';
        font-size: 22px;
        width: 100%;
        text-align: center;
        padding: 15px 0 15px;
        color: #000;
        letter-spacing: .5px;
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) {
    .TitleSlideHts {
        font-size: 24px;
        padding: 0;
    }
}

@media (min-width: 992px) {
    .TitleSlideHts {
        font-size: 32px;
        color: #fff;
    }
}

@media (min-width: 320px) {
    .reserv-ch .dropdown-menu {
        background-color: #fff;
        border-radius: 0;
        min-width: 100px;
        left: -5px;
        top: 2px;
        padding: 0 !important;
    }
}

@media (min-width: 768px) {
    .reserv-ch .dropdown-menu {
        min-width: 32px !important;
        left: 1px !important;
        width: 100%;
    }
}

@media (min-width: 320px) {

    /*.reserv-ch .dropdown-item*/
    .reserv-ch .lang-change {
        color: #010611 !important;
        padding: 3px !important;
        font-family: 'Poppins-Regular';
        font-size: 12px;
        position: relative;
        z-index: 300;
        background: #fff;
        text-align: center;
        width: 100px;
        height: 33px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
}

@media (min-width: 768px) {

    /* .reserv-ch .dropdown-item */
    .reserv-ch .lang-change {
        width: 34px;
        float: right;
    }
}

/*.reserv-ch .dropdown-item:hover */
.reserv-ch .lang-change:hover {
    background-color: #010611 !important;
    color: #fff !important;
    text-decoration: none;
}

.reserv-ch .dropdown-divider {
    margin: 0 !important;
    border-top: 1px solid rgba(1, 6, 17, 0.1) !important;
}

.reserv-ch .dropup .dropdown-toggle::after {
    display: none !important;
}

@media (min-width: 320px) {
    .btn-idiom-reserv {
        width: 100px;
        position: relative;
        float: left;
    }
}

@media (min-width: 768px) {
    .btn-idiom-reserv {
        width: 34px;
        float: right;
        height: 34px;
    }
}

@media (min-width: 320px) {
    .btn-idiom-reserv button.btn-idioma {
        width: 100%;
        font-family: 'Poppins-Regular';
        border-radius: 0 !important;
        background-color: #fff !important;
        font-size: 12px;
        height: 65px;
        color: #010611 !important;
    }
}

@media (min-width: 768px) {
    .btn-idiom-reserv button.btn-idioma {
        height: 34px;
        padding: 3px !important;
    }
}

.btn-idiom-reserv button.btn-idioma:hover {
    background-color: #010611 !important;
    color: #fff !important;
}

@media (min-width: 320px) {
    .title-reserv-fixed {
        position: relative;
        float: left;
        width: calc(100% - 100px);
        color: #fff;
        font-family: 'Poppins-Regular';
        font-size: 12px;
        transition: all .3s ease;
    }

    .title-reserv-fixed:hover {
        background: #000;
    }
    
    .roiback-container {
        position: relative;
        width: 34px;
        float: left;
        display: inline-block;
        height: 100%;
        background: #fff;
    }
    
    .roiback-widget{
        position: relative;
        float: left;
        width: 100%;
        border-top:1px solid rgba(0,0,0,0.3);
        border-bottom:1px solid rgba(0,0,0,0.3);
    }
    
    .roi-search-engine {
        width: 100%;
    }
    
    /*.roi-search-engine__form{
        justify-content: space-between;
    }*/
    
    .roi-search-engine__form--shadow{
        box-shadow: none;
    }
    
    .roiback-mobile {
        position: absolute;
        top: 10px;
        width: 40px;
        height: 40px;
        background: #fff;
        right: 180px;
        border: 1px solid rgba(0,0,0,0.7);
        display: flex;
        align-items: center;
        justify-content: center;
    }

}

@media (min-width: 768px) {
    .title-reserv-fixed {
        width: calc(100% - 68px);
        /*width: calc(100% - 34px);
        top: -34px;
        left: -99px;
        */
    }
}

@media (min-width: 992px){
    .roiback-widget{
        margin-top:70px;
    }
}

@media (min-width: 1200px){
    .roiback-widget{
        margin:0;
    }
}

    
@media (min-width: 320px) {
    .title-reserv-fixed a {
        height: 65px;
        width: 100%;
        outline: none;
        padding: 22px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        background: transparent;
        color: #fff;
        line-height: 1.2;
        font-size: 11px;
        letter-spacing: .5px;
        text-decoration: none;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        text-transform: uppercase;
    }
}

@media (min-width: 768px) {
    .title-reserv-fixed a {
        width: 100px;
        padding: 6px;
        height: 34px;
    }
}

@media (min-width: 1366px) {

    .reserv-ch .lang-change,
    .title-reserv-fixed {
        font-size: 11px;
    }
}

@media (min-width: 1600px) {

    .reserv-ch .lang-change,
    .title-reserv-fixed {
        font-size: 12px;
    }

    .title-reserv-fixed a {
        font-size: 12px;
    }
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0) !important;
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0) !important;
}

.btn-secondary.focus, .btn-secondary:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0) !important;
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0) !important;
}

@media (min-width: 320px) {
    .marginElements {
        margin: 20px auto;
    }
}

@media (min-width: 768px) {
    .marginElements {
        margin: 15px auto;
    }
}

@media (min-width: 992px) {
    .marginElements {
        margin: 15px auto;
    }
}

@media (min-width: 320px) {
    .marginElementsTop {
        margin: 0 0 30px 0;
    }
}

@media (min-width: 768px) {
    .marginElementsTop {
        margin: 0 0 40px 0;
    }
}

@media (min-width: 992px) {
    .marginElementsTop {
        margin: 0 0 50px 0;
    }
}

@media (min-width: 320px) {
    .marginElementsFooter {
        margin: 30px 0;
    }
}

@media (min-width: 768px) {
    .marginElementsFooter {
        margin: 40px 0;
    }
}

@media (min-width: 992px) {
    .marginElementsFooter {
        margin: 50px 0;
    }
}

@media (min-width: 320px) {
    .marginElementsMidle {
        margin: 20px auto;
        padding: 0 !important;
    }
}

@media (min-width: 768px) {
    .marginElementsMidle {
        margin: 25px auto;
        padding: 0 40px !important;
    }
}

@media (min-width: 992px) {
    .marginElementsMidle {
        margin: 30px auto;
        padding: 0 !important;
    }
}

/*======================================================================*
Secciones Generales Central Hoteles // Central Hoteles
*======================================================================*/
@media (min-width: 320px) {
    .contactHeaderCH ul {
        list-style: none;
        margin: 0;
        padding: 0;
        height: 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        justify-content: space-around;
    }

    .contactHeaderCH ul li {
        display: inline-block;
        color: #fff;
        font-size: 12px;
        font-family: 'Poppins-Light';
        height: 100%;
        letter-spacing: -3.4px;
    }

    .icon-brand-ch {
        width: 60px;
        height: 60px;
        visibility: hidden;
        opacity: 0;
    }

    .icon-brand-ch img {
        width: 100%;
    }

    .navigationCH-mobile {
        float: left;
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 999;
        -webkit-box-shadow: 0px 0px 25px -3px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 0px 25px -3px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 0px 25px -3px rgba(0, 0, 0, 0.75);
    }

    .fixed-mobile {
        position: fixed !important;
        animation: fixedmbile .4s linear;
        -moz-animation: fixedmbile .4s linear;
        -webkit-animation: fixedmbile .4s linear;
        -ms-animation: fixedmbile .4s linear;
        -o-animation: fixedmbile .4s linear;
        padding: 0 0.5rem !important;
    }

    @-webkit-keyframes fixedmbile {
        0% {
            margin-top: -100px;
        }

        100% {
            margin-top: 0;
        }
    }

    @keyframes fixedmbile {
        0% {
            margin-top: -100px;
        }

        100% {
            margin-top: 0;
        }
    }

    .height-dinamic-body {
        padding-top: 81px;
    }

    .icon-brand-show {
        opacity: 1 !important;
        visibility: visible !important;
    }

    .icon-home-corporativo {
        position: absolute;
        top: 81px;
        z-index: 100;
        padding: 20px 0;
        width: 100%;
        left: 0;
    }

    .icon-home-corporativo .container-icon-home-corporativo {
        width: 100px;
        display: block;
        margin: auto;
    }

    .icon-home-corporativo .container-icon-home-corporativo a {
        width: 100%;
        display: block;
    }

    .icon-home-corporativo .container-icon-home-corporativo a img {
        width: 100%;
    }

    .icon-home-corporativo-hidden {
        display: none;
    }

    .icon-corp-inner-menuMobile {
        width: 100%;
        padding: 10px 0;
    }

    .icon-corp-inner-menuMobile a {
        width: 100px;
        display: block;
        margin: auto;
    }

    .icon-corp-inner-menuMobile a img {
        width: 100%;
    }

    .navigationCH-mobile a.navbar-brand {
        position: absolute;
        left: 50%;
        top: 0;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        padding: 3px;
    }

    .navigationCH-mobile .navbar-collapse,
    .navigationCH-mobile .navbar-nav .dropdown-menu {
        text-align: center;
    }

    .navigationCH-mobile ul.navbar-nav {
        padding: 20px 0;
    }

    .navigationCH-mobile .nav-link,
    .navigationCH-mobile .dropdown-item {
        padding: 0.8rem;
    }

    .telMobile {
        position: relative;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 14px;
        font-family: 'Poppins-Light';
        letter-spacing: .6px;
        color: #010611;
        display: none;
    }

    .telMobile span {
        display: none;
    }

    .icon-top {
        width: 25px;
        height: 65px;
        margin-right: 7px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .icon-top img {
        width: 100%;
    }

    .contenedor-scroll {
        width: 100%;
        overflow-y: scroll;
    }

    .contenedor-scroll a {
        font-size: 14px;
        font-family: 'Poppins-Light';
        letter-spacing: .6px;
    }

    .navbar-collapse.collapse.show .contenedor-scroll {
        overflow-y: scroll;
        max-height: 88vh;
    }

    div#navbarNavDropdown {
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
    }

    .navbar-collapse.collapse.show .contenedor-scroll .navbar-nav {
        max-height: 88vh;
    }

    .contenedor-scroll-open {
        height: 88vh;
        background: red !important;
        overflow-y: scroll;
    }

    .navigationCH-mobile .nav-item.dropdown .dropdown-toggle {
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

    li.nav-item.dropdown.show {
        border: 1px solid #010611;
    }

    .dropdown-menu {
        border: none !important;
    }

    .navbar-light .navbar-nav .nav-link {
        color: #010611;
    }

    .navigationCH-mobile .nav-item.dropdown.show .dropdown-toggle {
        background: rgba(1, 6, 17, 0.9);
        color: #fff;
    }

    .navigationCH-mobile .nav-item.dropdown .dropdown-toggle::after {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

    .navigationCH-mobile .nav-item.dropdown.show .dropdown-toggle::after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #010611 !important;
    }

    /* btn superior hambuerguesa */
    .btn-open-close-ch {
        width: 35px;
        height: 35px;
    }

    .navbar-toggler {
        padding: .3rem;
        line-height: 1;
        background-color: transparent;
        border: none !important;
        outline: none !important;
        border-radius: .25rem;
    }

    /* hambuerguesa animación */
    .btn15 {
        position: relative;
        width: 35px;
        height: 35px;
        top: 0;
        left: 0;
        -webkit-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
        transition-duration: 0.5s;
    }

    .btn15 .icon {
        -webkit-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
        transition-duration: 0.5s;
        position: absolute;
        height: 2px;
        width: 30px;
        top: 47%;
        background-color: #010611;
        border-radius: 4px;
        left: 3px;
    }

    .btn15.open .icon {
        -webkit-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
        transition-duration: 0.5s;
        background: transparent;
    }

    .btn15.open .icon:before {
        -webkit-transform: rotateZ(45deg) scaleX(1.25) translate(6.5px, 6.5px);
        -ms-transform: rotate(45deg) scaleX(1.25) translate(6.5px, 6.5px);
        transform: rotateZ(45deg) scaleX(1.25) translate(6.5px, 6.5px);
    }

    .btn15 .icon:before {
        -webkit-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
        transition-duration: 0.5s;
        position: absolute;
        width: 30px;
        height: 2px;
        background-color: #010611;
        content: "";
        top: -10px;
        left: 0;
        border-radius: 4px;
    }

    .btn15.open .icon:after {
        -webkit-transform: rotateZ(-45deg) scaleX(1.25) translate(6px, -6px);
        -ms-transform: rotate(-45deg) scaleX(1.25) translate(6px, -6px);
        transform: rotateZ(-45deg) scaleX(1.25) translate(6px, -6px);
    }

    .btn15 .icon:after {
        -webkit-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
        transition-duration: 0.5s;
        position: absolute;
        width: 30px;
        height: 2px;
        background-color: #010611;
        content: "";
        top: 10px;
        left: 0;
        border-radius: 4px;
    }

    .btn-hc-mobile {
        float: left;
        position: relative;
        width: 100%;
        height: 50px;
        background: #010611;
        margin: 20px 0 0 0;
    }

    .btn-hc-mobile a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        height: 100%;
        color: #fff;
        text-align: center;
        font-size: 14px;
        font-family: 'Poppins-Light';
        letter-spacing: .6px;
        text-decoration: none;
    }

    .btn-hc-mobile-img {
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }

    .btn-hc-mobile-img img {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .telMobile span {
        display: block;
    }

    .dropdown-menu {
        position: static;
        float: none;
        width: 100%;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

@media (min-width: 992px) {}

@media (min-width: 1024px) {}

@media (min-width: 1200px) {}

@media (min-width: 1366px) {

    .navigationCH-mobile,
    .icon-home-corporativo {
        display: none;
    }

    body {
        padding: 0 !important;
    }
}

@media (min-width: 320px) {
    .headerCH {
        position: relative;
        float: left;
        z-index: 999;
        width: 100%;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

    .navigationCH {
        opacity: 0;
        display: none;
    }

    .headerCHBackground {
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        background-color: rgba(1, 6, 17, 0.85) !important;
    }

    .headerCHBackgroundbkac {
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        /*background-color: rgba(1, 6, 17, 0.95) !important;*/
        background-color: rgba(0, 0, 0, 0.70) !important;
    }

    .nav-custom-ch-left {
        background: #010611;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 45px;
        height: 45px;
    }

    .nav-custom-ch-left::after {
        content: url(../assets/SVG/arrow-left-carrusel.svg);
        width: 50%;
        display: block;
        position: relative;
    }

    .nav-custom-ch-right {
        background: #010611;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 45px;
        height: 45px;
    }

    .nav-custom-ch-right::after {
        content: url(../assets/SVG/arrow-right-carrusel.svg);
        width: 50%;
        display: block;
        position: relative;
    }
}

@media (min-width: 992px) {
    .headerCH {
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        width: 100%;
    }

    @-webkit-keyframes topUpNav {
        0% {
            margin-top: 50px;
        }

        100% {
            margin-top: 0;
        }
    }

    @keyframes topUpNav {
        0% {
            margin-top: 50px;
        }

        100% {
            margin-top: 0;
        }
    }

    /* menu top */
    .innerHeader-Top-CH {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 65px;
    }

    .contactHeaderCH {
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
    }

    .contactHeaderCH ul {
        list-style: none;
        margin: 0;
        padding: 0;
        height: 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .contactHeaderCH ul li {
        display: inline-block;
        color: #fff;
        font-size: 12px;
        font-family: 'Poppins-Light';
        height: 100%;
        letter-spacing: .6px;
    }

    .contactHeaderCH ul li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-decoration: none;
        color: #010611;
        height: 100%;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        padding: 0 10px;
    }

    .contactHeaderCH ul li a:hover {
        /*background: #aaa;*/
        cursor: pointer;
    }

    .justify-left {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .justify-right {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .contactHeaderCH ul li.directionCH {
        display: none;
    }

    .returnHomeCH a {
        background: rgba(1, 6, 17, 0.7);
        text-transform: uppercase;
    }

    .returnHomeCH a .returnIcon {
        width: 30px;
        height: 30px;
        margin-right: 5px;
    }

    .returnHomeCH a .returnIcon img {
        width: 100%;
    }

    .returnHomeCH a:hover {
        background: rgba(1, 6, 17, 0.2) !important;
    }

    .text-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
        padding: 0 10px 0 0;
    }

    .icon-top {
        width: auto;
        height: 24px !important;
        float: left;
        margin-right: 10px;
    }

    .icon-top img {
        height: 100%;
    }

    /* menu down */
    .innerHeader-Down-CH {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: transparent;
        height: 120px;
    }

    .wrapperMenu {
        width: calc(50% - 70px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
    }

    .wrapperMenu .wrapperMenuNav {
        display: block;
    }

    .wrapperMenu .wrapperMenuNav ul {
        list-style: none;
        margin: 0;
        padding: 0;
        height: 100%;
    }

    .wrapperMenu .wrapperMenuNav ul li {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .wrapperMenu .wrapperMenuNav ul li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 35%;
        font-size: 11px;
        text-decoration: none;
        padding: 0px 10px;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        letter-spacing: 0.2px;
        color: #fff;
        font-family: 'Poppins-Light';
    }

    .carrot {
        width: 14px;
        height: 14px;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        margin: 0 0 0 7px;
        padding: 1.5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .carrot img {
        width: 100%;
    }

    .wrapperMenu:first-child {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end;
    }

    .logoWrapperMenu {
        position: relative;
        width: 140px;
        padding: 0px;
        cursor: pointer;
        display: block;
        height: 100%;
    }

    .logoWrapperMenu a {
        display: block;
        width: 100%;
        height: 100%;
        padding: 10px;
    }

    .logoWrapperMenu a img {
        height: 100%;
        margin: auto;
        display: block;
    }

    .submenu {
        position: absolute;
        top: 100%;
        left: 0px;
        width: 100%;
        min-height: 300px;
        padding: 20px 0;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        padding-left: 10px;
        padding-right: 10px;
        background-color: rgba(1, 6, 17, .70);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .li-menu.is-active a {
        background: rgba(1, 6, 17, 0.7);
        border-bottom: 1px dashed #fff;
    }

    .li-menu.section-active a {
        background: rgba(1, 6, 17, 0.7);
    }

    .li-menu.is-active .submenu {
        opacity: 1;
        visibility: visible;
        animation: topUp .4s linear;
        -moz-animation: topUp .4s linear;
        -webkit-animation: topUp .4s linear;
        -ms-animation: topUp .4s linear;
        -o-animation: topUp .4s linear;
    }

    @-webkit-keyframes topUp {
        0% {
            margin-top: 25px;
        }

        100% {
            margin-top: 0;
        }
    }

    @keyframes topUp {
        0% {
            margin-top: 25px;
        }

        100% {
            margin-top: 0;
        }
    }

    .li-menu.is-active .carrot {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .content-submenu {
        position: relative;
    }

    .content-twoelements {
        width: 65%;
        margin: auto;
        display: block;
    }

    button {
        outline: none !important;
    }

    .submenu .owl-dots {
        display: none;
    }

    .submenu .owl-theme .owl-nav {
        margin: 0 !important;
    }

    .submenu button.owl-prev {
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .submenu button.owl-next {
        position: absolute;
        right: -30px;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .item-sumbenu {
        display: block !important;
        padding: 0 5px !important;
        width: 100%;
    }

    .habSubmenu {
        height: 200px;
        width: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        z-index: 1;
        border-radius: 10px;
    }

    .item-sumbenu {
        background: transparent !important;
        border: none !important;
    }

    .pantalla::after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 10;
        top: 50%;
        left: 50%;
        background: rgba(1, 6, 17, 0.2);
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .item-sumbenu h3, .item-sumbenu p, .item-sumbenu span {
        font-family: 'ChronicleDisplay-XLight';
        color: #fff;
        width: 100%;
        margin: 30px 0 0 0;
        padding: 0;
        text-align: center;
        font-weight: lighter;
        font-size: 16px;
        letter-spacing: 1px !important;
    }

    .submenu button.owl-prev {
        left: -30px;
    }
}

@media (min-width: 1024px) {}

@media (min-width: 1200px) {
    .submenu button.owl-prev {
        left: -60px;
    }

    .submenu button.owl-next {
        right: -60px;
    }

    .contactHeaderCH ul li.directionCH {
        display: inline-block;
    }
}

@media (min-width: 1366px) {
    .contactHeaderCH ul {
        justify-content: unset;
    }

    .navigationCH {
        position: relative;
        width: 100%;
        float: left;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        background-color: transparent;
        opacity: 1;
        display: block;
        animation: topUpNav .3s linear;
        -moz-animation: topUpNav .3s linear;
        -webkit-animation: topUpNav .3s linear;
        -ms-animation: topUpNav .3s linear;
        -o-animation: topUpNav .3s linear;
    }
}

@media (min-width: 320px) {
    .headerCarruselCH {
        float: left;
        position: relative;
        width: 100%;
        z-index: 1;
    }

    .cabeceraCarrucel,
    .cabeceraCarrucel .carousel-inner {
        width: 100%;
        height: 100%;
        position: relative;
        height: calc(100vh - 81px);
        max-height: 100vh;
    }

    .cabeceraCarrucel .carousel-item {
        width: 100%;
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 10;
    }

    .cabeceraCarrucel .carousel-item::after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        /*background: rgba(1, 6, 17, 0.25); 20220222*/
        background: -moz-linear-gradient(180deg, rgba(251, 251, 251, 0) 0%, rgba(1, 6, 17, 0.25) 50%, rgba(1, 6, 17, 0.5) 100%);
        background: -webkit-linear-gradient(180deg, rgba(251, 251, 251, 0) 0%, rgba(1, 6, 17, 0.25) 50%, rgba(1, 6, 17, 0.5) 100%);
        background: linear-gradient(180deg, rgba(251, 251, 251, 0) 0%, rgba(1, 6, 17, 0.25) 50%, rgba(1, 6, 17, 0.5) 100%);
        top: 0;
        left: 0;
        z-index: 20;
    }

    .captionCH {
        position: absolute;
        bottom: 50px;
        left: 50%;
        width: 90%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        z-index: 30;
    }

    .captionCH a {
        display: block;
        width: 100%;
        height: 100%;
        color: #fff;
    }

    .captionCH a:hover {
        color: #fff;
    }

    .linkCaptionCH {
        float: left;
        position: relative;
        width: 100%;
    }

    .linkCaptionCH h1, .linkCaptionCH h2 {
        font-family: 'Poppins-Light';
        font-size: 18px;
        width: 100%;
        text-align: center;
        color: #fff;
        letter-spacing: 0.5px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-rendering: optimizeLegibility;
    }

    .linkCaptionCH h4 {
        font-family: 'ChronicleDisplay-XLight';
        font-size: 22px;
        width: 100%;
        text-align: center;
        color: #fff;
        letter-spacing: 0.5px;
        margin: 10px 0;
    }

    .linkCaptionCH .iconLinkCaption {
        width: 35px;
        margin: auto;
        display: block;
    }

    .linkCaptionCH .iconLinkCaption img {
        width: 100%;
    }
}

@media (min-width: 768px) {

    .cabeceraCarrucel,
    .cabeceraCarrucel .carousel-inner {
        /*min-height: 855px;
        height: 855px;*/
        min-height: 455px;
        height: calc(100vh - 315px);
    }

    .captionCH {
        width: 550px;
        bottom: 75px;
    }

    .linkCaptionCH h1, .linkCaptionCH h2 {
        font-size: 22px;
    }

    .linkCaptionCH h4 {
        font-size: 26px;
        letter-spacing: 1px;
    }
}

@media (min-width: 992px) {
    .linkCaptionCH h4 {
        font-size: 28px;
        letter-spacing: 0.5px;
    }
    
    .cabeceraCarrucel,
    .cabeceraCarrucel .carousel-inner {
        min-height: 855px;
        height: 855px;
    }
    
}

@media (min-width: 1200px) {

    .cabeceraCarrucel,
    .cabeceraCarrucel .carousel-inner {
        min-height: 640px;
        height: 100vh;
    }

    .linkCaptionCH {
        float: left;
        position: relative;
        width: 100%;
    }

    .linkCaptionCH h1, .linkCaptionCH h2 {
        font-size: 24px;
    }

    .linkCaptionCH h4 {
        font-size: 32px;
    }
}

@media (min-width: 320px) {
    .headerSolidCH {
        float: left;
        position: relative;
        width: 100%;
        z-index: 1;
    }

    .cabeceraSolid {
        width: 100%;
        height: 100%;
        position: relative;
        height: calc(100vh - 81px);
        max-height: 100vh;
    }

    .cabeceraSolid .cabeceraSolidBackground {
        width: 100%;
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 10;
    }

    .cabeceraSolid .cabeceraSolidBackground::after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        background: rgba(1, 6, 17, 0.5);
        top: 0;
        left: 0;
        z-index: 20;
    }

    .captionSolidCH {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 100;
        width: 100%;
        padding: 0 15px;
    }
}

@media (min-width: 320px) and (min-width: 320px) {
    .captionSolidCH h1 {
        float: left;
        position: relative;
        width: 100%;
        text-align: center;
        color: #fff;
        font-family: 'ChronicleDisplay-XLight';
        font-size: 28px;
        margin: 0;
    }
}

@media (min-width: 320px) and (min-width: 768px) {
    .captionSolidCH h1 {
        font-size: 40px;
    }
}

@media (min-width: 320px) {
    .breadcrubCH {
        float: left;
        position: relative;
        width: 100%;
        display:none;
    }

    .breadcrubCH .breadcrumb-item+.breadcrumb-item::before {
        display: inline-block;
        padding-right: .5rem;
        color: #fff !important;
        content: "|" !important;
        font-size: 24px;
        font-family: 'Poppins-Thin';
    }

    .breadcrubCH .breadcrumb {
        padding: .75rem 1rem;
        margin-bottom: 1rem;
        background-color: transparent !important;
        color: #fff;
        margin: 0;
    }
}

@media (min-width: 320px) and (min-width: 320px) {

    .breadcrubCH .breadcrumb .breadcrumb-item a,
    .breadcrubCH .breadcrumb .breadcrumb-item {
        color: #fff;
        font-family: 'Poppins-Light';
        font-size: 10px;
        text-decoration: none;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (min-width: 320px) and (min-width: 768px) {

    .breadcrubCH .breadcrumb .breadcrumb-item a,
    .breadcrubCH .breadcrumb .breadcrumb-item {
        font-size: 12px;
        letter-spacing: .5px;
    }
}

@media (min-width: 320px) {
    .breadcrubCH .breadcrumb .breadcrumb-item a::after {
        content: '';
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 0;
        height: 1px;
        background: #fff;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

    .breadcrubCH .breadcrumb .breadcrumb-item a:hover::after {
        width: 100%;
    }

    .breadcrubCH .breadcrumb .breadcrumb-item.active {
        font-family: 'Poppins-Medium';
    }
}

@media (min-width: 768px) {
    .cabeceraSolid {
        min-height: 700px;
        height: 700px;
    }
}

@media (min-width: 992px) {
    .cabeceraSolid {
        min-height: 855px;
        height: 855px;
    }
}

@media (min-width: 320px) {
    .about-us-ch {
        float: left;
        position: relative;
        width: 100%;
        margin: 40px 0 20px;
        padding: 20px;
    }

    .card-about-us {
        float: left;
        position: relative;
        width: 100%;
        background: #fff;
        -webkit-box-shadow: 0px 0px 24px -8px rgba(0, 0, 0, 0.6);
        -moz-box-shadow: 0px 0px 24px -8px rgba(0, 0, 0, 0.6);
        box-shadow: 0px 0px 24px -8px rgba(0, 0, 0, 0.6);
    }

    .about-us-image {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        z-index: 1;
        height: 230px;
        width: 100%;
    }

    .about-us-txt {
        float: left;
        position: relative;
        width: 100%;
    }

    .displayAbouttxt {
        padding: 20px 15px;
        float: left;
        position: relative;
        width: 100%;
    }

    .Slide-CH-Habitaciones,
    .Slide-OneItem-CH {
        float: left;
        position: relative;
        width: 100%;
    }

    .inner-Slide-Ch-Habitaciones,
    .inne-Slide-OneItem-CH {
        width: 100%;
    }

    .itemHabitacionSlide,
    .inner-content-OneItem-CH {
        float: left;
        position: relative;
        width: 100%;
        background: #fff;
        -webkit-box-shadow: 0px 0px 32px -4px rgba(0, 0, 0, 0.6);
        -moz-box-shadow: 0px 0px 32px -4px rgba(0, 0, 0, 0.6);
        box-shadow: 0px 0px 32px -4px rgba(0, 0, 0, 0.6);
    }

    .cont-itemHabitacionSlide,
    .content-OneItem-CH {
        padding: 20px;
        float: left;
        position: relative;
        width: 100%;
    }

    .itemSlideDescription,
    .description-OneItem-CH, {
        z-index: 10;
        position: relative;
        width: 100%;
        min-height: 100px;
        background: #00000088;
        padding: 20px 0 0 0;
        float: left;
    }

    .imgSlideBackground,
    .img-OneItem-CH {
        position: relative;
        float: left;
        z-index: 1;
        width: 100%;
        height: 230px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .inner-Slide-Ch-Habitaciones button.owl-next,
    .inne-Slide-OneItem-CH button.owl-next {
        position: absolute;
        right: 0;
        z-index: 30;
        top: 35%;
    }

    .inner-Slide-Ch-Habitaciones button.owl-prev,
    .inne-Slide-OneItem-CH button.owl-prev {
        position: absolute;
        left: 0;
        z-index: 30;
        top: 35%;
    }

    .inner-Slide-Ch-Habitaciones .nav-custom-ch-right,
    .inne-Slide-OneItem-CH .nav-custom-ch-right {
        width: 45px;
        height: 45px;
    }

    .inner-Slide-Ch-Habitaciones .nav-custom-ch-left,
    .inne-Slide-OneItem-CH .nav-custom-ch-left {
        width: 45px;
        height: 45px;
    }

    .inner-Slide-Ch-Habitaciones .owl-theme .owl-nav,
    .inne-Slide-OneItem-CH .owl-theme .owl-nav {
        margin-top: 0;
    }

    .inner-Slide-Ch-Habitaciones .owl-dots,
    .inne-Slide-OneItem-CH .owl-dots {
        display: none;
    }

    .list-CH-Home {
        float: left;
        position: relative;
        width: 100%;
        padding: 50px 0 50px;
    }

    .list-content-ch {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        float: left;
        position: relative;
        width: 100%;
        padding-left: 35px;
        padding-right: 15px;
    }

    .list-content-ch ul {
        margin: auto;
        display: block;
        padding: 0;
    }

    .list-content-ch ul li {
        /*font-family: 'ChronicleDisplay-XLight'; 20220222*/
        font-family: 'Poppins-Regular';
        font-size: 14px;
        line-height: 22px;
        text-align: left;
        color: #000;
        letter-spacing: .5px;
        margin-bottom: 5px;
    }

    .ourHotels-CH {
        float: left;
        position: relative;
        width: 100%;
        margin: 40px 0;
        padding: 40px 0;
        background: #e6e8ed;
    }

    .ht-historicoctral {
        float: left;
        position: relative;
        width: 100%;
        margin-bottom: 15px;
    }

    .ht-historicoctral a {
        width: 100%;
        height: 100%;
        display: block;
    }

    .img-ht-hstctral {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 230px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .logo-hotel {
        position: absolute;
        z-index: 100;
        width: 100px;
    }

    .logo-hotel img {
        width: 100%;
    }

    .slide-userOpinion {
        float: left;
        position: relative;
        width: 100%;
        padding: 10px 0 20px 0;
    }

    .inner-slide-userOpinion {
        float: left;
        position: relative;
        width: 100%;
    }

    .item-slide-userOpinion {
        width: 85%;
        margin: 0 auto 20px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: 100%;
    }

    .userOpinion-avatar {
        width: 100%;
        margin-bottom: 20px;
    }

    .userOpinion-avatar .content-userOpinion-avatar {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        overflow: hidden;
        margin: auto;
    }

    .userOpinion-avatar .content-userOpinion-avatar img {
        width: 100%;
    }

    .itemcenter-user {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .opinionUser-txt {
        font-family: 'ChronicleDisplay-XLight';
        font-size: 16px;
        width: 100%;
        text-align: center;
        color: #010611;
        letter-spacing: .5px;
        margin-bottom: 10px;
    }

    .separador-user {
        width: 100px;
        margin: auto;
        display: block;
        height: 1px;
        background: #010611;
        margin: 10px auto;
    }

    .nameUser-txt {
        font-family: 'Poppins-Regular';
        font-size: 10px;
        width: 100%;
        text-align: center;
        color: #010611;
        letter-spacing: .5px;
        margin-bottom: 20px;
    }

    .slide-userOpinion .carousel-indicators {
        position: absolute;
        bottom: -25px;
    }

    .carousel-indicators li {
        background-color: rgba(1, 6, 17, 0.3);
    }

    .slide-userOpinion .carousel-indicators .active {
        background-color: #010611 !important;
    }

    .sucursales-ch {
        float: left;
        position: relative;
        width: 100%;
    }

    .sucursal-container {
        float: left;
        position: relative;
        width: 100%;
        margin-bottom: 20px;
    }

    .inner-sucuarl-container {
        float: left;
        position: relative;
        width: 100%;
        background-color: #fff;
        -webkit-box-shadow: 0px 0px 19px 12px rgba(1, 6, 17, 0.14);
        -moz-box-shadow: 0px 0px 19px 12px rgba(1, 6, 17, 0.14);
        box-shadow: 0px 0px 19px 12px rgba(1, 6, 17, 0.14);
    }

    .imgSucursal-container {
        width: 100%;
        height: 230px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        z-index: 1;
    }

    .imgSucursal-container .logoSucursal-ch {
        z-index: 30;
        position: absolute;
        width: 100px;
    }

    .imgSucursal-container .logoSucursal-ch img {
        width: 100%;
    }

    .txt-sucursal-container {
        padding: 20px;
        float: left;
        position: relative;
        width: 100%;
    }

    .txt-sucursal-container h3 {
        font-family: 'Poppins-Regular';
        font-size: 14px;
        width: 100%;
        text-align: center;
        color: #010611;
        letter-spacing: .5px;
        margin-bottom: 20px;
    }

    .txt-sucursal-container p {
        font-family: 'ChronicleDisplay-XLight';
        font-size: 16px;
        line-height: 22px;
        width: 100%;
        text-align: center;
        color: #666565;
        letter-spacing: .5px;
    }

    .slide-promo-ch {
        float: left;
        position: relative;
        width: 100%;
        background: #e6e8ed;
        padding: 60px 0 40px 0;
    }

    .cont-slide-ch {
        float: left;
        position: relative;
        width: 100%;
        padding: 0 8px;
    }

    .inner-slide-promo-ch {
        float: left;
        position: relative;
        width: 100%;
        padding: 0;
    }

    .item-slide-promo {
        float: left;
        position: relative;
        width: 100%;
    }

    .img-slide-promo {
        height: 280px;
        width: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .txt-slide-promo {
        background-color: #fff;
        -webkit-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.6);
        -moz-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.6);
        box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.6);
        float: left;
        width: 100%;
        padding: 20px 0 0 0;
    }

    .inner-slide-promo-ch .owl-stage-outer {
        padding: 20px 0;
    }

    .inner-slide-promo-ch .nav-custom-ch-right {
        width: 45px;
        height: 45px;
    }

    .inner-slide-promo-ch .nav-custom-ch-left {
        width: 45px;
        height: 45px;
    }

    .inner-slide-promo-ch button.owl-next {
        position: absolute;
        right: -10px;
        z-index: 30;
        top: 45%;
    }

    .inner-slide-promo-ch button.owl-prev {
        position: absolute;
        left: -10px;
        z-index: 30;
        top: 45%;
    }

    .inner-slide-promo-ch .owl-theme .owl-nav {
        margin-top: 0;
        display: block !important;
    }

    .inner-slide-promo-ch .owl-dots {
        display: none;
    }

    .section-buy-tour {
        float: left;
        position: relative;
        width: 100%;
        margin-top: 20px;
    }

    .price-tour-ch,
    .buy-tour-ch {
        position: relative;
        float: left;
        width: 100%;
    }

    .price-tour-ch {
        background: rgba(102, 101, 101, 0.2);
        font-family: 'Poppins-Regular';
        font-size: 12px;
        color: #010611;
        padding: 7px 30px;
    }

    .price-tour-ch p {
        padding: 0;
        margin: 0;
        width: 100%;
        text-align: center;
    }

    .price-tour-ch h3 {
        font-size: 24px;
        padding: 0;
        margin: 0;
        width: 100%;
        text-align: center;
    }
}

@media (min-width: 768px) {
    .price-tour-ch {
        font-size: 13px;
    }

    .price-tour-ch h3 {
        font-size: 28px;
    }

    .card-about-us {
        -webkit-box-shadow: 0px 0px 24px -8px rgba(0, 0, 0, 0);
        -moz-box-shadow: 0px 0px 24px -8px rgba(0, 0, 0, 0);
        box-shadow: 0px 0px 24px -8px rgba(0, 0, 0, 0);
    }

    .inner-slide-promo-ch .nav-custom-ch-right {
        width: 60px;
        height: 60px;
    }

    .inner-slide-promo-ch .nav-custom-ch-left {
        width: 60px;
        height: 60px;
    }

    .inner-slide-promo-ch button.owl-next {
        top: 50%;
    }

    .inner-slide-promo-ch button.owl-prev {
        top: 50%;
    }

    .txt-slide-promo {
        -webkit-box-shadow: 0px 0px 23px -10px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 0px 23px -10px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 0px 23px -10px rgba(0, 0, 0, 0.75);
    }

    .cont-slide-ch {
        padding: 0;
    }

    .slide-promo-ch {
        padding: 10px 0 80px 0;
    }

    .txt-slide-promo {
        padding: 30px;
    }

    .img-slide-promo {
        height: 445px;
    }

    .txt-sucursal-container {
        padding: 30px;
    }

    .txt-sucursal-container h3 {
        font-size: 20px;
    }

    .txt-sucursal-container p {
        font-size: 20px;
        line-height: 28px;
    }

    .imgSucursal-container {
        height: 350px;
    }

    .imgSucursal-container .logoSucursal-ch {
        width: 165px;
    }

    .sucursal-container {
        padding: 15px;
        margin-bottom: 0;
    }

    .separador-user {
        margin: 20px auto;
    }

    .nameUser-txt {
        font-size: 12px;
    }

    .opinionUser-txt {
        font-size: 22px;
    }

    .userOpinion-avatar .content-userOpinion-avatar {
        width: 140px;
        height: 140px;
    }

    .logo-hotel {
        width: 165px;
    }

    .img-ht-hstctral {
        height: 380px;
    }
    
     /*
    .ourHotels-CH {
        padding: 100px 0;
    }

    .list-content-ch ul li {
        font-size: 20px;
        line-height: 28px;
    }    20220222*/
    .inner-Slide-Ch-Habitaciones button.owl-next,
    .inne-Slide-OneItem-CH button.owl-next {
        top: 45%;
    }

    .inner-Slide-Ch-Habitaciones button.owl-prev,
    .inne-Slide-OneItem-CH button.owl-prev {
        top: 45%;
    }

    .inner-Slide-Ch-Habitaciones .nav-custom-ch-right,
    .inne-Slide-OneItem-CH .nav-custom-ch-right {
        width: 60px;
        height: 60px;
    }

    .inner-Slide-Ch-Habitaciones .nav-custom-ch-left,
    .inne-Slide-OneItem-CH .nav-custom-ch-left {
        width: 60px;
        height: 60px;
    }

    .itemSlideDescription,
    .description-OneItem-CH {
        padding: 40px 10%;
    }

    .imgSlideBackground,
    .img-OneItem-CH {
        height: 450px;
    }

    .displayAbouttxt {
        padding: 0;
        display: block;
        width: 80%;
    }

    .slide-userOpinion .carousel-indicators {
        bottom: -45px;
    }

    .about-us-image {
        height: 550px;
    }

    .about-us-txt {
        height: 550px;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .cont-itemHabitacionSlide,
    .content-OneItem-CH {
        padding: 40px;
    }
}

@media (min-width: 992px) {
    .price-tour-ch {
        color: #fff;
    }

    .price-tour-ch,
    .buy-tour-ch {
        width: 50%;
    }

    .txt-sucursal-container {
        padding: 40px;
    }

    .opinionUser-txt {
        font-size: 28px;
    }

    .logo-hotel {
        width: 180px;
    }

    .ht-historicoctral {
        margin-bottom: 0;
    }

    /*.img-ht-hstctral {
        height: 550px;
    }*/

    .inner-Slide-Ch-Habitaciones button.owl-prev,
    .inne-Slide-OneItem-CH button.owl-prev {
        left: -30px;
    }

    .displayAbouttxt {
        width: 90%;
    }

    .about-us-image {
        height: 720px;
    }

    .about-us-txt {
        height: 720px;
    }

    .about-us-ch {
        margin: 80px 0 40px;
        padding: 0;
    }

    .itemSlideDescription,
    .description-OneItem-CH {
        position: absolute;
        bottom: auto;
        right: 20px;
        top: 50%;
        z-index: 9;
        background: #00000088;
        -webkit-transform: translate(-20px, -50%);
        -ms-transform: translate(-20px, -50%);
        transform: translate(-20px, -50%);
        width: 50%;
        padding: 40px 50px;
        -webkit-box-shadow: 0px 0px 52px -20px rgba(0, 0, 0, 0.7);
        -moz-box-shadow: 0px 0px 52px -20px rgba(0, 0, 0, 0.7);
        box-shadow: 0px 0px 52px -20px rgba(0, 0, 0, 0.7);
    }

    .imgSlideBackground,
    .img-OneItem-CH {
        width: 85%;
        height: 760;
    }

    .itemHabitacionSlide,
    .inner-content-OneItem-CH {
        padding: 0;
        -webkit-box-shadow: 0px 0px 52px -20px rgba(0, 0, 0, 0);
        -moz-box-shadow: 0px 0px 52px -20px rgba(0, 0, 0, 0);
        box-shadow: 0px 0px 52px -20px rgba(0, 0, 0, 0);
    }

    .cont-itemHabitacionSlide,
    .content-OneItem-CH {
        padding: 0;
    }
}

@media (min-width: 1200px) {
    .slide-userOpinion .carousel-indicators {
        bottom: -25px;
    }

    .displayAbouttxt {
        padding: 40px;
        width: 80%;
    }
}

@media (min-width: 320px) {
    .container-gral-ch {
        float: left;
        position: relative;
        width: 100%;
        //padding-top: 350px;
    }
}

@media (min-width: 320px) {
    .bloqueTitlePage-ch {
        position: relative;
        width: 100%;
    }
}

@media (min-width: 1400px) {
    .bloqueTitlePage-ch {
        width: 100%;
    }
}

@media (min-width: 320px) {
    .titlePage-ch {
        width: 100%;
        text-align: center;
        font-size: 18px;
        color: #010611;
        font-family: 'ChronicleDisplay-XLight';
        margin: 0 0 10px 0;
    }
}

@media (min-width: 768px) {
    .titlePage-ch {
        font-size: 28px;
        margin: 0 0 20px 0;
    }
}

@media (min-width: 1400px) {
    .titlePage-ch {
        font-size: 36px;
        margin: 0 0 40px 0;
    }
}

@media (min-width: 320px) {
    .descriptionPage-ch {
        width: 100%;
        display: block;
        margin: 0 auto 50px;
        text-align: center;
        font-size: 20px;
        color: #5d6477;
        font-family: 'ChronicleDisplay-XLight';
    }
}

@media (min-width: 768px) {
    .descriptionPage-ch {
        font-size: 32px;
        width: 90%;
    }
}

@media (min-width: 1400px) {
    .descriptionPage-ch {
        font-size: 35px;
    }
}

@media (min-width: 320px) {
    .cont-itemFull {
        padding: 20px 0;
        float: left;
        position: relative;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .cont-itemFull {
        padding: 40px;
    }
}

@media (min-width: 992px) {
    .cont-itemFull {
        padding: 35px 0;
    }
}

@media (min-width: 320px) {
    .inner-itemFull {
        float: left;
        position: relative;
        width: 100%;
        background: #fff;
        -webkit-box-shadow: 0px 0px 32px -4px rgba(0, 0, 0, 0.6);
        -moz-box-shadow: 0px 0px 32px -4px rgba(0, 0, 0, 0.6);
        box-shadow: 0px 0px 32px -4px rgba(0, 0, 0, 0.6);
    }
}

@media (min-width: 992px) {
    .inner-itemFull {
        background: transparent;
        padding: 0;
        -webkit-box-shadow: 0px 0px 52px -20px rgba(0, 0, 0, 0);
        -moz-box-shadow: 0px 0px 52px -20px rgba(0, 0, 0, 0);
        box-shadow: 0px 0px 52px -20px rgba(0, 0, 0, 0);
    }
}

@media (min-width: 320px) {
    .background-itemFull {
        position: relative;
        float: left;
        z-index: 1;
        width: 100%;
        height: 230px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    .background-itemFull {
        height: 350px;
    }
}

@media (min-width: 992px) {
    .background-itemFull {
        width: 90%;
        height: 750px;
    }
}

@media (min-width: 1400px) {
    .background-itemFull {
        width: 85%;
    }
}

@media (min-width: 320px) {

    .dift {}

    .itemSlideDescription p {
        font-family: 'ChronicleDisplay-XLight';
        font-size: 14px;
        line-height: 18px;
        padding: 0 15px;
        width: 100%;
        text-align: center;
        color: #666565;
        letter-spacing: .5px;
    }
}

@media (min-width: 992px) {
    .itemSlideDescription p {
        color: #fff;
    }

    .dift {
        width: 27% !important;
        padding: 25px 30px;
        background-color: rgba(255, 255, 255, .6);
    }
}

@media (min-width: 320px) {
    .cont-itemMedium {
        padding: 20px 0;
        float: left;
        position: relative;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .cont-itemMedium {
        padding: 40px;
    }
}

@media (min-width: 992px) {
    .cont-itemMedium {
        padding: 35px 0;
    }
}

@media (min-width: 320px) {
    .inner-itemMedium {
        float: left;
        position: relative;
        width: 100%;
        background: #fff;
        -webkit-box-shadow: 0px 0px 32px -4px rgba(0, 0, 0, 0.6);
        -moz-box-shadow: 0px 0px 32px -4px rgba(0, 0, 0, 0.6);
        box-shadow: 0px 0px 32px -4px rgba(0, 0, 0, 0.6);
    }
}

@media (min-width: 992px) {
    .inner-itemMedium {
        padding: 0;
        -webkit-box-shadow: 0px 0px 52px -20px rgba(0, 0, 0, 0);
        -moz-box-shadow: 0px 0px 52px -20px rgba(0, 0, 0, 0);
        box-shadow: 0px 0px 52px -20px rgba(0, 0, 0, 0);
    }
}

@media (min-width: 320px) {
    .background-itemMedium {
        position: relative;
        float: left;
        z-index: 1;
        width: 100%;
        height: 230px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    .background-itemMedium {
        height: 450px;
    }
}

@media (min-width: 992px) {
    .background-itemMedium {
        width: 60%;
        height: 750px;
        float: right;
    }
}

@media (min-width: 320px) {
    .description-itemMedium {
        z-index: 10;
        position: relative;
        width: 100%;
        min-height: 100px;
        background: #fff;
        padding: 20px 20px 0px 20px;
        float: left;
        text-align:center;
    }
    
}

@media (min-width: 768px) {
    .description-itemMedium {
        padding: 40px 10%;
    }
}

@media (min-width: 992px) {
    .description-itemMedium {
        position: absolute;
        bottom: auto;
        left: 0;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        width: 50%;
        padding: 40px 50px;
        -webkit-box-shadow: 0px 0px 52px -20px rgba(0, 0, 0, 0.7);
        -moz-box-shadow: 0px 0px 52px -20px rgba(0, 0, 0, 0.7);
        box-shadow: 0px 0px 52px -20px rgba(0, 0, 0, 0.7);
    }
}

@media (min-width: 320px) {
    .paginationPage-ch {
        float: left;
        position: relative;
        width: 100%;
        padding: 40px 0;
    }

    .paginationPage-ch .page-link {
        margin: 0 !important;
        padding: .6rem 0.8rem;
        color: #010611 !important;
        background-color: #fff;
        border: 1px solid transparent !important;
    }

    .paginationPage-ch .page-item.active .page-link {
        z-index: 1;
        color: #010611 !important;
        background-color: transparent !important;
        border-color: #010611 !important;
    }

    .paginationPage-ch .page-link:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0) !important;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0) !important;
    }
}

@media (min-width: 320px) {
    .container-complemento-ch {
        float: left;
        position: relative;
        width: 100%;
        background: #e6e8ed;
        padding: 35px 0;
    }
}

@media (min-width: 992px) {
    .container-complemento-ch {
        padding: 70px 0;
        margin: 0 0 40px 0;
    }
}

.container-complemento-ch .inner-complemento-ch {
    float: left;
    position: relative;
    width: 100%;
}

@media (min-width: 320px) {
    .title-contComplemento-ch {
        float: left;
        position: relative;
        width: 100%;
    }

    #navbarNavDropdown .dropdown-item {
        white-space: break-spaces;
    }
}

@media (min-width: 320px) {
    .title-contComplemento-ch p {
        font-size: 14px;
        color: #010611;
        width: 100%;
        text-align: center;
        font-family: 'Poppins-Light';
    }
}

@media (min-width: 768px) {
    .title-contComplemento-ch p {
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    .title-contComplemento-ch p {
        font-size: 20px;
    }
}

@media (min-width: 320px) {
    .title-contComplemento-ch h3 {
        display: block;
        margin: auto;
        font-size: 20px;
        color: #010611;
        width: 100%;
        text-align: center;
        font-family: 'ChronicleDisplay-XLight';
    }
}

@media (min-width: 768px) {
    .title-contComplemento-ch h3 {
        font-size: 32px;
        width: 80%;
    }
}

@media (min-width: 992px) {
    .title-contComplemento-ch h3 {
        font-size: 40px;
    }
}

@media (min-width: 320px) {
    .title-contComplemento-ch .separadorComplemento {
        display: block;
        margin: auto;
        width: 10%;
        height: 1px;
        background: #010611;
        margin: 20px auto 0;
    }
}

@media (min-width: 992px) {
    .title-contComplemento-ch .separadorComplemento {
        margin: 30px auto 0;
        width: 100px;
    }
}

@media (min-width: 320px) {
    .itemBlog-ch {
        float: left;
        position: relative;
        width: 100%;
    }

    .itemBlogImage {
        height: 150px;
        width: 100%;
        float: left;
        position: relative;
        z-index: 1;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .contItemInfoBlog {
        float: left;
        position: relative;
        width: 100%;
        margin-bottom: 30px;
    }

    .itemInfoBlog {
        width: 100%;
        position: relative;
        float: left;
        z-index: 10;
        background: #fff;
        -webkit-box-shadow: 0px 0px 52px -20px rgba(0, 0, 0, 0.7);
        box-shadow: 0px 0px 52px -20px rgba(0, 0, 0, 0.7);
    }

    .dateBlog {
        font-size: 10px;
        font-family: 'Poppins-Light';
        width: 100%;
        position: relative;
        text-align: center;
        color: #010611;
        margin: 15px 0;
        padding: 0 15px;
    }

    .titleBlog {
        font-size: 14px;
        font-family: 'ChronicleDisplay-XLight';
        width: 100%;
        position: relative;
        text-align: center;
        color: #010611;
        margin-bottom: 15px;
        padding: 15px;
        float: left;
    }

    .titleBlog:hover {
        text-decoration: none !important;
        color: #010611;
    }

    .descriptionBlog {
        font-size: 14px;
        font-family: 'ChronicleDisplay-XLight';
        width: 100%;
        position: relative;
        text-align: center;
        color: #666565;
        padding: 0 15px;
    }

    .Blog-Pagination {
        padding: 40px 0;
    }
}

@media (min-width: 768px) {
    .itemBlogImage {
        height: 200px;
    }

    .contItemInfoBlog {
        margin-bottom: 50px;
    }

    .itemInfoBlog {
        width: 90%;
        margin: auto;
        left: 5%;
        margin-top: -12%;
        padding: 15px;
    }

    .dateBlog {
        font-size: 12px;
        margin-bottom: 20px;
    }

    .titleBlog {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .descriptionBlog {
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    .Blog-Pagination {
        padding: 0 0 40px 0;
    }

    .itemBlogImage {
        height: 200px;
    }

    .contItemInfoBlog {
        margin-bottom: 50px;
    }

    .itemInfoBlog {
        width: 80%;
        left: 10%;
        padding: 20px 15px;
    }

    .dateBlog {
        font-size: 16px;
        margin-bottom: 0;
    }

    .titleBlog {
        font-size: 14px;
        margin-bottom: 0;
    }

    .descriptionBlog {
        font-size: 20px;
    }
}

@media (min-width: 1400px) {
    .itemBlogImage {
        height: 200px;
    }

    .itemInfoBlog {
        width: 70%;
        left: 15%;
        padding: 15px;
    }
}

@media (min-width: 320px) {
    .topShTemplate {
        position: relative;
        float: left;
        width: 100%;
    }
}

@media (min-width: 1400px) {
    .topShTemplate {
        left: 10%;
        width: 80%;
    }
}

.titleSharedTemplate-CH {
    float: left;
    position: relative;
    width: 100%;
}

@media (min-width: 320px) {
    .titleShTemplate-ch {
        font-family: 'ChronicleDisplay-XLight';
        width: 100%;
        text-align: center;
        color: #010611;
        font-size: 22px;
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) {
    .titleShTemplate-ch {
        font-size: 32px;
        margin-bottom: 25px;
    }
}

@media (min-width: 992px) {
    .titleShTemplate-ch {
        font-size: 36px;
        margin-bottom: 25px;
        text-align: center;
    }
}

@media (min-width: 1400px) {
    .titleShTemplate-ch {
        font-size: 40px;
        margin-bottom: 40px;
    }
}

@media (min-width: 320px) {
    .descriptionShTemplate-ch, .descriptionShTemplate-ch p {
        font-family: 'ChronicleDisplay-XLight';
        width: 100%;
        text-align: center;
        color: #858f9e;
        font-size: 20px;
    }
}

@media (min-width: 768px) {
    .descriptionShTemplate-ch {
        font-size: 34px;
    }
}

@media (min-width: 992px) {
    .descriptionShTemplate-ch {
        font-size: 38px;
    }
}

@media (min-width: 1400px) {
    .descriptionShTemplate-ch {
        font-size: 55px;
    }
}

@media (min-width: 320px) {
    .RsrShTemplate {
        float: left;
        position: relative;
        width: 100%;
    }

    .RsrShTemplate a:hover {
        color: #fff;
        background-color: #010611;
        text-decoration: none;
        transition: all .3s ease;
    }
}

@media (min-width: 320px) {
    .RsrShTemplate a {
        background-color: #858f9e;
        padding: 15px;
        display: block;
        margin: auto;
        width: 100%;
        border-radius: 5px;
        text-align: center;
        font-family: 'ChronicleDisplay-XLight';
        font-size: 18px;
        color: #fff;
        letter-spacing: 1px;
        text-decoration: none;
        -webkit-box-shadow: 0px 0px 52px -20px rgba(0, 0, 0, 0.7);
        box-shadow: 0px 0px 52px -20px rgba(0, 0, 0, 0.7);
        transition: all .3s ease;
    }
}

@media (min-width: 768px) {
    .RsrShTemplate a {
        width: 360px;
        font-size: 22px;
    }
}

@media (min-width: 992px) {
    .RsrShTemplate a {
        width: 360px;
        font-size: 28px;
    }
}

@media (min-width: 320px) {
    .topShTemplate .RsrShTemplate a {
        margin: 30px auto 0;
    }
}

@media (min-width: 768px) {
    .topShTemplate .RsrShTemplate a {
        margin: 40px auto 0;
    }
}

@media (min-width: 1400px) {
    .topShTemplate .RsrShTemplate a {
        margin: 60px auto 0;
    }
}

@media (min-width: 320px) {
    .galeriaTemplate-CH {
        float: left;
        position: relative;
        width: 100%;
        padding: 20px 0 20px 0;
        background-color: #e6e8ed;
    }
}

@media (min-width: 768px) {
    .galeriaTemplate-CH {
        padding: 35px 0;
    }
}

@media (min-width: 992px) {
    .galeriaTemplate-CH {
        padding: 55px 0;
    }
}

.innerGaleriaResponsiveTemplate-CH {
    float: left;
    position: relative;
    width: 100%;
}

@media (min-width: 320px) {
    .innerGaleriaResponsiveTemplate-CH .carousel-item {
        height: auto;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media (min-width: 320px) {
    .innerGaleriaResponsiveTemplate-CH .carousel-indicators {
        right: auto;
        bottom: 0;
        left: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 0 10px 0;
        position: relative;
        width: 100%;
        float: left;
    }
}

@media (min-width: 768px) {
    .innerGaleriaResponsiveTemplate-CH .carousel-indicators {
        max-width: 50%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 0;
    }
}

@media (min-width: 320px) {
    .innerGaleriaResponsiveTemplate-CH .carousel-indicators li {
        width: 8px;
        height: 8px;
        margin-right: 5px;
        background-color: rgba(133, 143, 158, 0.3);
    }
}

@media (min-width: 768px) {
    .innerGaleriaResponsiveTemplate-CH .carousel-indicators li {
        width: 14px;
        height: 14px;
    }
}

.innerGaleriaResponsiveTemplate-CH .carousel-indicators .active {
    background-color: #858f9e !important;
}

.pictureRepsonsive {
    width: 100%;
}

.pictureRepsonsive img {
    width: 100%;
}

.innerGaleriaTemplate-CH {
    float: left;
    position: relative;
    width: 100%;
}

@media (min-width: 320px) {
    .innerGaleriaTemplate-CH .carousel-item {
        height: 360px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    .innerGaleriaTemplate-CH .carousel-item {
        height: 450px;
    }
}

@media (min-width: 992px) {
    .innerGaleriaTemplate-CH .carousel-item {
        height: 600px;
    }
}

@media (min-width: 1400px) {
    .innerGaleriaTemplate-CH .carousel-item {
        height: 700px;
    }
}

@media (min-width: 320px) {
    .innerGaleriaTemplate-CH .carousel-indicators {
        right: auto;
        bottom: 0;
        left: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 0 10px 0;
        position: relative;
        width: 100%;
        float: left;
    }
}

@media (min-width: 768px) {
    .innerGaleriaTemplate-CH .carousel-indicators {
        max-width: 50%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 0;
    }
}

@media (min-width: 320px) {
    .innerGaleriaTemplate-CH .carousel-indicators li {
        width: 8px;
        height: 8px;
        margin-right: 5px;
        background-color: rgba(133, 143, 158, 0.3);
    }
}

@media (min-width: 768px) {
    .innerGaleriaTemplate-CH .carousel-indicators li {
        width: 14px;
        height: 14px;
    }
}

.innerGaleriaTemplate-CH .carousel-indicators .active {
    background-color: #858f9e !important;
}

@media (min-width: 320px) {
    .BulletsNavegation-galeria {
        float: left;
        position: relative;
        width: 100%;
        padding: 10px 0;
    }
}

@media (min-width: 768px) {
    .BulletsNavegation-galeria {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (min-width: 320px) {
    .navegationGaleria {
        position: relative;
        width: 100%;
        float: right;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (min-width: 768px) {
    .navegationGaleria {
        width: 50%;
        max-width: 50%;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.navegationGaleria .carousel-control-next, .navegationGaleria .carousel-control-prev {
    position: relative;
    top: auto;
    width: auto;
    margin: 0 10px;
    float: left;
    bottom: 0;
}

.navegationGaleria .carousel-control-next .sr-only, .navegationGaleria .carousel-control-prev .sr-only {
    position: relative;
    width: auto;
    float: left;
    height: auto;
    color: black;
    padding: 0;
    overflow: visible;
    clip: auto;
    white-space: initial;
    border: 0;
    font-family: 'ChronicleDisplay-XLight';
    color: #858f9e;
    font-size: 18px;
}

.sepGal {
    width: 1px;
    height: 25px;
    position: relative;
    float: left;
    background-color: rgba(133, 143, 158, 0.5);
}

@media (min-width: 320px) {
    .bloqueTxtTemplate {
        position: relative;
        float: left;
        width: 100%;
        font-family: 'ChronicleDisplay-XLight';
        font-size: 16px;
        line-height: 22px;
        color: #010611;
        text-align: center;
    }
}

@media (min-width: 768px) {
    .bloqueTxtTemplate {
        font-size: 22px;
        line-height: 30px;
        width: 90%;
        left: 5%;
    }
}

@media (min-width: 992px) {
    .bloqueTxtTemplate {
        font-size: 28px;
        line-height: 38px;
        width: 85%;
        left: 7.5%;
    }

    .bloqueTxtTemplate.Alterno {
        font-size: 20px;
        line-height: 26px;
    }
}

@media (min-width: 1400px) {
    .bloqueTxtTemplate {
        width: 70%;
        left: 15%;
    }
}

@media (min-width: 320px) {
    .cont-itemFullHab {
        float: left;
        position: relative;
        width: 100%;
    }
}

@media (min-width: 320px) {

    .contfeatures-ch,
    .titleFeatures-ch {
        float: left;
        position: relative;
        width: 100%;
    }
}

.contfeatures-ch {
    border: 1px solid #858f9e;
}

@media (min-width: 320px) {
    .titleFeatures-ch {
        background: #858f9e;
        color: #fff;
        padding: 24px 0;
        font-family: 'ChronicleDisplay-XLight';
    }
}

@media (min-width: 768px) {
    .titleFeatures-ch {
        padding: 22px 0;
    }
}

@media (min-width: 992px) {
    .titleFeatures-ch {
        padding: 30px 0;
    }
}

@media (min-width: 320px) {
    .titleFeatures-ch h4 {
        width: 100%;
        text-align: center;
        margin: 0;
        font-size: 16px;
        letter-spacing: 1.5px;
    }
}

@media (min-width: 768px) {
    .titleFeatures-ch h4 {
        font-size: 22px;
        letter-spacing: 1px;
    }
}

@media (min-width: 992px) {
    .titleFeatures-ch h4 {
        font-size: 28px;
    }
}

@media (min-width: 320px) {
    .innerFeatures-ch {
        float: left;
        position: relative;
        width: 100%;
        padding: 10px;
    }
}

@media (min-width: 768px) {
    .innerFeatures-ch {
        padding: 20px;
    }
}

@media (min-width: 992px) {
    .innerFeatures-ch {
        padding: 40px 60px;
    }
}

.Features-ch {
    float: left;
    position: relative;
    width: 100%;
}

.Features-ch .card {
    border: 0 !important;
    margin: 0 0 10px 0 !important;
}

.Features-ch .card-header {
    padding: 0 !important;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.Features-ch .card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

@media (min-width: 320px) {
    .Features-ch .card-body {
        font-family: 'Poppins-Light';
        border: 1px solid #858f9e;
        color: #858f9e;
        background-color: rgba(133, 143, 158, 0.1);
        padding: 10px;
        font-size: 12px;
    }
}

@media (min-width: 768px) {
    .Features-ch .card-body {
        font-size: 14px;
        padding: 1.25rem;
    }
}

@media (min-width: 992px) {
    .Features-ch .card-body {
        font-size: 16px;
        padding: 30px;
    }
}

@media (min-width: 320px) {
    .Features-ch .card-body ul {
        margin: 10px 0;
        padding: 0 0 0 20px;
    }
}

@media (min-width: 768px) {
    .Features-ch .card-body ul {
        padding: 0 0 0 30px;
    }
}

@media (min-width: 320px) {
    .btnFeature {
        padding: .75rem .75rem .75rem 1.8rem;
        width: 100%;
        display: block;
        text-align: left;
        text-decoration: none;
        outline: none;
        border: none;
        font-family: 'Poppins-Light';
        border: 1px solid #858f9e;
        color: #858f9e;
        background-color: #fff;
        font-size: 14px;
        letter-spacing: .2px;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

    .btnFeature:hover {
        border: 1px solid #858f9e;
        color: #fff;
        background-color: #858f9e;
        text-decoration: none;
    }

    .btnFeature:hover .carrotDown {
        fill: #fff;
    }

    .btnFeature:focus {
        text-decoration: none;
        border-color: initial;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

@media (min-width: 768px) {
    .btnFeature {
        padding: .75rem 1.25rem;
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    .btnFeature {
        font-size: 18px;
    }
}

.carrotDown {
    fill: #858f9e;
    width: 100%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.btnFeatures[aria-expanded="true"] {
    color: #fff;
    background-color: #858f9e;
    border: 1px solid #858f9e;
}

.btnFeatures[aria-expanded="true"] .carrotDown {
    fill: #fff;
}

@media (min-width: 320px) {
    .contCarrot {
        position: absolute;
        left: 10px;
        width: 10px;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@media (min-width: 768px) {
    .contCarrot {
        position: relative;
        margin-right: 10px;
        float: left;
        width: 12px;
        left: auto;
    }
}

.contCarrot svg {
    width: 100%;
}

.btnFeatures[aria-expanded="false"] .contCarrot {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

@media (min-width: 320px) {
    .slide-template-items {
        float: left;
        position: relative;
        width: 100%;
        background: #e6e8ed;
        padding: 60px 0 40px 0;
    }

    .cont-slideTemplateItems {
        float: left;
        position: relative;
        width: 100%;
        padding: 0 8px;
    }

    .inner-slideTemplateItems {
        float: left;
        position: relative;
        width: 100%;
        padding: 0;
    }

    .item-slideTemplate {
        float: left;
        position: relative;
        width: 100%;
        padding: 15px;
    }

    .img-slideTemplate {
        height: 280px;
        width: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .txt-slideTemplate {
        background-color: #fff;
        -webkit-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.6);
        -moz-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.6);
        box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.6);
        float: left;
        width: 100%;
        padding: 10px;
    }
}

@media (min-width: 320px) and (min-width: 320px) {
    .inner-slideTemplateItems .owl-stage-outer {
        padding: 0;
    }
}

@media (min-width: 320px) and (min-width: 768px) {
    .inner-slideTemplateItems .owl-stage-outer {
        padding: 20px 0;
    }
}

@media (min-width: 320px) {
    .inner-slideTemplateItems .nav-custom-ch-right {
        width: 45px;
        height: 45px;
    }

    .inner-slideTemplateItems .nav-custom-ch-left {
        width: 45px;
        height: 45px;
    }
}

@media (min-width: 320px) and (min-width: 320px) {
    .inner-slideTemplateItems button.owl-next {
        position: absolute;
        right: -10px;
        z-index: 30;
        top: 39.6%;
    }
}

@media (min-width: 320px) and (min-width: 768px) {
    .inner-slideTemplateItems button.owl-next {
        top: 45%;
    }
}

@media (min-width: 320px) and (min-width: 320px) {
    .inner-slideTemplateItems button.owl-prev {
        position: absolute;
        left: -10px;
        z-index: 30;
        top: 39.6%;
    }
}

@media (min-width: 320px) and (min-width: 768px) {
    .inner-slideTemplateItems button.owl-prev {
        top: 45%;
    }
}

@media (min-width: 320px) {
    .inner-slideTemplateItems .owl-theme .owl-nav {
        margin-top: 0;
        display: block !important;
    }

    .inner-slideTemplateItems .owl-dots {
        display: none;
    }

    .btn-slideTemplate,
    .inf-slideTemplate {
        float: left;
        position: relative;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .inner-slideTemplateItems .nav-custom-ch-right {
        width: 60px;
        height: 60px;
    }

    .inner-slideTemplateItems .nav-custom-ch-left {
        width: 60px;
        height: 60px;
    }

    .inner-slideTemplateItems button.owl-next {
        top: 50%;
        right: -25px;
    }

    .inner-slideTemplateItems button.owl-prev {
        top: 50%;
        left: -25px;
    }

    .txt-slideTemplate {
        -webkit-box-shadow: 0px 0px 23px -10px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 0px 23px -10px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 0px 23px -10px rgba(0, 0, 0, 0.75);
    }

    .cont-slideTemplateItems {
        padding: 0 20px;
    }

    .txt-slideTemplate {
        padding: 30px;
    }

    .img-slideTemplate {
        height: 400px;
    }
}

@media (min-width: 992px) {
    .cont-slideTemplateItems {
        padding: 50px 0;
    }

    .img-slideTemplate {
        height: 445px;
    }
}

@media (min-width: 320px) {
    .title-slideTemplate {
        font-family: 'ChronicleDisplay-XLight';
        font-size: 22px;
        width: 100%;
        text-align: center;
        color: #010611;
        margin-bottom: 20px;
        padding: 0 15px;
    }
}

@media (min-width: 768px) {
    .title-slideTemplate {
        font-size: 26px;
        margin-bottom: 20px;
        padding: 0;
    }
}

@media (min-width: 992px) {
    .title-slideTemplate {
        font-size: 30px;
    }
}

@media (min-width: 320px) {
    .description-slideTemplate {
        font-family: 'ChronicleDisplay-XLight';
        font-size: 14px;
        line-height: 20px;
        padding: 0 15px;
        width: 100%;
        text-align: center;
        color: #858f9e;
        margin-bottom: 25px;
    }
}

@media (min-width: 768px) {
    .description-slideTemplate {
        font-size: 18px;
        line-height: 26px;
        padding: 0;
    }
}

@media (min-width: 320px) {
    .btnCH-simpleTemplate {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 15px 0;
        background-color: rgba(198, 198, 198, 0.5);
        position: relative;
        float: left;
    }
}

@media (min-width: 768px) {
    .btnCH-simpleTemplate {
        margin: 20px 0;
        padding: 0;
        background-color: transparent;
    }
}

@media (min-width: 1200px) {
    .btnCH-simpleTemplate {
        width: 50%;
        float: left;
    }
}

@media (min-width: 320px) {
    .btnCH-simpleTemplate a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: auto;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-family: 'ChronicleDisplay-XLight';
        font-size: 16px;
        text-decoration: none;
        position: relative;
        color: #010611;
    }

    .btnCH-simpleTemplate a .icon_btnCH {
        width: 22px;
        margin: 0 10px;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

    .btnCH-simpleTemplate a .icon_btnCH img {
        width: 100%;
    }

    .btnCH-simpleTemplate a:hover .icon_btnCH {
        margin-left: 20px;
    }
}

@media (min-width: 768px) {
    .btnCH-simpleTemplate a {
        font-size: 20px;
    }
}

@media (min-width: 320px) {
    .btnReservarTemplate {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        float: left;
        margin-top: 5px;
    }
}

@media (min-width: 1200px) {
    .btnReservarTemplate {
        width: 50%;
        float: right;
    }
}

@media (min-width: 320px) {
    .btnReservarTemplate a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-family: 'ChronicleDisplay-XLight';
        font-size: 18px;
        letter-spacing: .5px;
        text-decoration: none;
        color: #fff;
        padding: 15px 0;
        width: 100%;
        background: #7d8796;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        text-align: center;
        min-width: 250px;
    }

    .btnReservarTemplate a .icon_btnRsv {
        width: 25px;
        margin-left: 10px;
    }

    .btnReservarTemplate a .icon_btnRsv img {
        width: 100%;
    }

    .btnReservarTemplate a:hover {
        background: #010611;
    }
}

@media (min-width: 768px) {
    .btnReservarTemplate a {
        border-radius: 5px;
        font-size: 20px;
        width: auto;
        padding: 15px 50px;
    }
}

@media (min-width: 992px) {
    .btnReservarTemplate a {
        width: 100%;
        padding: 15px 0;
    }
}

@media (min-width: 320px) {
    .menuItemCarrusel-ch {
        float: left;
        position: relative;
        width: 100%;
        margin-bottom: 40px;
    }

    .menuItemCarrusel-ch .owl-dots {
        display: none;
    }

    .menuItemCarrusel-ch .owl-nav {
        margin: 0;
    }

    .menuItemCarrusel-ch button.owl-prev {
        position: absolute;
        left: -10px;
        top: 50%;
    }

    .menuItemCarrusel-ch button.owl-next {
        position: absolute;
        right: -10px;
        top: 50%;
    }

    .menuItem-ch {
        float: left;
        position: relative;
        width: 100%;
        padding: 15px;
    }

    .innerMenuItem-ch {
        float: left;
        position: relative;
        width: 100%;
        background: #fff;
        -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.25);
    }

    .menuItem-back-ch {
        float: left;
        position: relative;
        width: 100%;
        height: 280px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .infMenuItem-ch {
        float: left;
        position: relative;
        width: 100%;
        padding: 15px 10px;
    }

    .infMenuItem-ch h3 {
        width: 100%;
        text-align: center;
        font-size: 18px;
        color: #010611;
        font-family: 'Poppins-Light';
    }

    .infMenuItem-ch p {
        width: 100%;
        text-align: center;
        font-size: 14px;
        color: #010611;
        font-family: 'ChronicleDisplay-XLight';
        margin: 0;
    }

    .accesMenuItem-ch {
        float: left;
        position: relative;
        width: 100%;
    }

    .accesMenuItem-ch a {
        display: block;
        text-align: center;
        font-family: 'Poppins-Light';
        font-size: 14px;
        color: #fff;
        background: #010611;
        width: 100%;
        padding: 15px;
        text-decoration: none;
    }

    .tituloCard {
        width: 100%;
        text-align: center;
        font-size: 18px;
        color: #858f9e;
        font-family: 'ChronicleDisplay-XLight';
    }
}

@media (min-width: 768px) {
    .menuItem-back-ch {
        height: 350px;
    }

    .infMenuItem-ch {
        padding: 15px;
    }

    .infMenuItem-ch h3 {
        font-size: 20px;
    }

    .infMenuItem-ch p {
        font-size: 14px;
    }

    .tituloCard {
        font-size: 24px;
    }
}

@media (min-width: 992px) {
    .menuItem-back-ch {
        height: 445px;
    }

    .tituloCard {
        font-size: 34px;
    }
}

@media (min-width: 320px) {
    .FeaturesWhite-ch {
        float: left;
        position: relative;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .FeaturesWhite-ch {
        padding: 0 50px;
    }
}

@media (min-width: 992px) {
    .FeaturesWhite-ch {
        padding: 0 150px;
    }
}

.titleFeaturesWhite-ch {
    float: left;
    position: relative;
    width: 100%;
    margin: 30px 0;
}

@media (min-width: 320px) {
    .titleFeaturesWhite-ch h3 {
        font-size: 22px;
        text-align: center;
        font-family: 'ChronicleDisplay-XLight';
        width: 100%;
    }
}

@media (min-width: 768px) {
    .titleFeaturesWhite-ch h3 {
        font-size: 26px;
    }
}

@media (min-width: 992px) {
    .titleFeaturesWhite-ch h3 {
        font-size: 30px;
    }
}

@media (min-width: 320px) {
    .containerContactForm {
        float: left;
        position: relative;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .containerContactForm {
        padding: 0 50px;
    }
}

@media (min-width: 1200px) {
    .containerContactForm {
        padding: 0 150px;
        margin-bottom: 50px;
    }
}

@media (min-width: 320px) {
    .containerContactForm .nav-tabs {
        border-bottom: none;
        margin-bottom: 20px;
    }
}

@media (min-width: 992px) {
    .containerContactForm .nav-tabs {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (min-width: 320px) {
    .containerContactForm .nav-tabs li {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .containerContactForm .nav-tabs li {
        width: auto;
    }
}

@media (min-width: 320px) {
    .containerContactForm .nav-tabs .nav-link {
        color: #010611;
        background-color: #fff;
        border-bottom: 1px solid transparent;
        font-family: 'ChronicleDisplay-XLight';
        font-size: 16px;
        text-align: center;
        margin: 5px 0;
        border-radius: 0;
        border: 1px solid rgba(1, 6, 17, 0.2);
        padding: 10px;
    }
}

@media (min-width: 992px) {
    .containerContactForm .nav-tabs .nav-link {
        padding: 10px 55px;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
        margin: 0;
    }
}

.containerContactForm .nav-tabs .nav-item.show .nav-link, .containerContactForm .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #010611;
    border-color: transparent !important;
}

@media (min-width: 320px) {
    .containerContactForm .navbar-header {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (min-width: 992px) {
    .containerContactForm .navbar-header {
        display: none;
    }
}

.containerContactForm .navbar-header button {
    width: 100%;
    outline: none;
    background: transparent;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 0;
}

.containerContactForm .navbar-header button .iconOpenContact {
    position: relative;
    float: left;
    width: 25px;
    height: 25px;
}

.containerContactForm .navbar-header button .iconOpenContact img {
    width: 100%;
    vertical-align: top;
}

.containerContactForm .navbar-header button p {
    margin: 0 0 0 20px;
    font-family: 'Poppins-Light';
    font-size: 16px;
    color: #010611;
}

.inner-contactForm,
.inner-contactForm form {
    float: left;
    position: relative;
    width: 100%;
}

.inner-contactForm {
    border: 1px solid rgba(1, 6, 17, 0.2);
}

.inner-contactForm form {
    padding: 15px;
}

.contInputContactForm {
    float: left;
    position: relative;
    width: 100%;
}

@media (min-width: 320px) {
    .contInputContactForm input {
        height: 45px;
        width: 100%;
        border-radius: 5px;
        border: 1px solid rgba(1, 6, 17, 0.2);
        font-family: 'ChronicleDisplay-XLight';
        font-size: 14px;
        color: #010611;
        padding: 0 15px;
        outline: none;
        margin-bottom: 15px;
    }

    .contInputContactForm input::-webkit-input-placeholder {
        font-family: 'ChronicleDisplay-XLight';
        font-size: 14px;
        color: #010611;
    }

    .contInputContactForm input:-ms-input-placeholder {
        font-family: 'ChronicleDisplay-XLight';
        font-size: 14px;
        color: #010611;
    }

    .contInputContactForm input::-ms-input-placeholder {
        font-family: 'ChronicleDisplay-XLight';
        font-size: 14px;
        color: #010611;
    }

    .contInputContactForm input::placeholder {
        font-family: 'ChronicleDisplay-XLight';
        font-size: 14px;
        color: #010611;
    }
}

@media (min-width: 768px) {
    .contInputContactForm input {
        height: 50px;
        font-size: 16px;
    }

    .contInputContactForm input::-webkit-input-placeholder {
        font-size: 16px;
    }

    .contInputContactForm input:-ms-input-placeholder {
        font-size: 16px;
    }

    .contInputContactForm input::-ms-input-placeholder {
        font-size: 16px;
    }

    .contInputContactForm input::placeholder {
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    .contInputContactForm input {
        height: 65px;
        font-size: 18px;
    }

    .contInputContactForm input::-webkit-input-placeholder {
        font-size: 18px;
    }

    .contInputContactForm input:-ms-input-placeholder {
        font-size: 18px;
    }

    .contInputContactForm input::-ms-input-placeholder {
        font-size: 18px;
    }

    .contInputContactForm input::placeholder {
        font-size: 18px;
    }
}

@media (min-width: 320px) {
    .contInputContactForm textarea {
        min-height: 180px;
        max-height: 180px;
        height: 180px;
        width: 100%;
        border-radius: 5px;
        border: 1px solid rgba(1, 6, 17, 0.2);
        font-family: 'ChronicleDisplay-XLight';
        font-size: 14px;
        color: #010611;
        padding: 15px;
        outline: none;
    }

    .contInputContactForm textarea::-webkit-input-placeholder {
        font-family: 'ChronicleDisplay-XLight';
        font-size: 14px;
        color: #010611;
    }

    .contInputContactForm textarea:-ms-input-placeholder {
        font-family: 'ChronicleDisplay-XLight';
        font-size: 14px;
        color: #010611;
    }

    .contInputContactForm textarea::-ms-input-placeholder {
        font-family: 'ChronicleDisplay-XLight';
        font-size: 14px;
        color: #010611;
    }

    .contInputContactForm textarea::placeholder {
        font-family: 'ChronicleDisplay-XLight';
        font-size: 14px;
        color: #010611;
    }
}

@media (min-width: 768px) {
    .contInputContactForm textarea {
        min-height: 200px;
        max-height: 200px;
        height: 200px;
        padding: 15px;
    }
}

@media (min-width: 992px) {
    .contInputContactForm textarea {
        font-size: 18px;
        min-height: 230px;
        max-height: 230px;
        height: 230px;
        padding: 15px;
    }

    .contInputContactForm textarea::-webkit-input-placeholder {
        font-size: 18px;
    }

    .contInputContactForm textarea:-ms-input-placeholder {
        font-size: 18px;
    }

    .contInputContactForm textarea::-ms-input-placeholder {
        font-size: 18px;
    }

    .contInputContactForm textarea::placeholder {
        font-size: 18px;
    }
}

@media (min-width: 320px) {
    .contInputContactForm button {
        width: 100%;
        margin: 20px auto;
        border-radius: 5px;
        display: block;
        padding: 10px;
        font-family: 'ChronicleDisplay-XLight';
        font-size: 14px;
        text-align: center;
        color: #fff;
        border: none;
        background-color: #010611;
    }

    .contInputContactForm button:hover {
        background: #252a33;
    }
}

@media (min-width: 992px) {
    .contInputContactForm button {
        width: 350px;
    }
}

@media (min-width: 992px) {
    .contInputContactForm button {
        font-size: 18px;
    }
}

@media (min-width: 320px) {
    .centrar-texto {
        text-align: center;
    }

    .izq-texto {
        text-align: left;
    }

    .mayus {
        text-transform: uppercase;
        font-size: 1.5rem;
    }

    .navContactForm {
        padding: 0 !important;
    }

    .txtContact-info,
    .contLinkContact-ch {
        float: left;
        position: relative;
        width: 100%;
    }
}

@media (min-width: 320px) and (min-width: 320px) {
    .contLinkContact-ch {
        margin-bottom: 20px;
    }
}

@media (min-width: 320px) and (min-width: 768px) {
    .contLinkContact-ch {
        margin-bottom: 10px;
    }
}

@media (min-width: 320px) {
    .contLinkContact-ch {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (min-width: 320px) and (min-width: 320px) {
    .linkContact-ch {
        font-family: 'ChronicleDisplay-XLight';
        font-size: 16px;
        text-align: center;
        text-decoration: none;
        display: block;
        color: #858f9e;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

    .linkContact-ch:hover {
        text-decoration: none;
        color: #010611;
    }
}

@media (min-width: 320px) and (min-width: 768px) {
    .linkContact-ch {
        font-size: 18px;
    }
}

@media (min-width: 320px) and (min-width: 992px) {
    .linkContact-ch {
        font-size: 22px;
    }
}

@media (min-width: 320px) {
    .iconContact-ch {
        width: 20px;
        height: 20px;
        position: relative;
        float: left;
        margin-right: 10px;
    }

    .iconContact-ch img {
        width: 100%;
        vertical-align: baseline;
    }
}

@media (min-width: 320px) and (min-width: 320px) {
    .linkUbication-ch {
        font-family: 'ChronicleDisplay-XLight';
        font-size: 16px;
        text-align: center;
        text-decoration: none;
        margin: 0;
        display: block;
        color: #858f9e;
    }
}

@media (min-width: 320px) and (min-width: 768px) {
    .linkUbication-ch {
        font-size: 18px;
    }
}

@media (min-width: 320px) and (min-width: 992px) {
    .linkUbication-ch {
        font-size: 22px;
    }
}

@media (min-width: 768px) {
    .navbar-header {
        display: none;
    }

    .navbar-default {
        border: 0px;
    }
}

@media (min-width: 992px) {
    .collapseCHContact {
        height: auto !important;
        display: block !important;
    }
}

@media (min-width: 320px) {
    .titleContactPhone-ch {
        font-family: 'ChronicleDisplay-XLight';
        font-size: 16px;
        text-align: center;
        margin-bottom: 5px;
        float: left;
        position: relative;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .titleContactPhone-ch {
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    .titleContactPhone-ch {
        font-size: 22px;
    }
}

@media (min-width: 320px) {
    .titleContact-ch {
        font-family: 'ChronicleDisplay-XLight';
        font-size: 16px;
        text-align: center;
        float: left;
        position: relative;
        width: 100%;
        margin: 0 0 20px 0;
    }
}

@media (min-width: 768px) {
    .titleContact-ch {
        font-size: 18px;
        margin: 10px 0 20px 0;
    }
}

@media (min-width: 992px) {
    .titleContact-ch {
        font-size: 22px;
    }
}

@media (min-width: 320px) {
    .containerContactForm .nav-tabs {
        display: none;
    }
}

@media (min-width: 992px) {
    .containerContactForm .nav-tabs {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 100%;
    }
}

.ctcForm-select {
    float: left;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

@media (min-width: 320px) {
    .ctcForm-select .navTabsSct {
        margin: auto;
        display: block;
        font-family: 'ChronicleDisplay-XLight';
        font-size: 14px;
        padding: 10px;
        border: 1px solid black;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .ctcForm-select .navTabsSct {
        width: 300px;
        height: 45px;
    }
}

@media (min-width: 992px) {
    .ctcForm-select .navTabsSct {
        display: none;
    }
}

@media (min-width: 320px) {
    .sucursalesBackground-ch {
        background-color: #e6e8ed;
        padding: 40px 0;
    }

    .slideGaleryBox-ch {
        float: left;
        position: relative;
        width: 100%;
    }

    .contSlideGaleryBox-ch {
        float: left;
        position: relative;
        width: 100%;
        background: #fff;
        -webkit-box-shadow: 0px 0px 16px -5px rgba(0, 0, 0, 0.61);
        -moz-box-shadow: 0px 0px 16px -5px rgba(0, 0, 0, 0.61);
        box-shadow: 0px 0px 16px -5px rgba(0, 0, 0, 0.61);
        margin-bottom: 30px;
    }

    .contTabGalery {
        padding: 10px 0;
        float: left;
        position: relative;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .contTabGalery {
        padding: 30px 0;
    }

    .contSlideGaleryBox-ch {
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) {
    .contSlideGaleryBox-ch {
        margin-bottom: 40px;
    }
}

@media (min-width: 320px) {
    .thumbnailSlideGalery {
        float: left;
        position: relative;
        width: 100%;
        z-index: 1;
        height: 240px;
    }

    .thumbnailSlideGalery .carousel {
        height: 100%;
    }

    .thumbnailSlideGalery .carousel .carousel-inner {
        height: 100%;
    }

    .thumbnailSlideGalery .carousel .carousel-inner .carousel-item {
        height: 100%;
    }

    .thumbnailSlideGalery .carousel .carousel-control-next, .thumbnailSlideGalery .carousel .carousel-control-prev {
        z-index: 20;
    }

    .thumbnailSlideGalery .carousel-indicators {
        z-index: 60;
    }

    .thumbnailSlideGalery .carousel-indicators li {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.7);
    }

    .thumbnailSlideGalery .carousel-indicators .active {
        background-color: #010611;
    }

    .thumbnailSlideGalery .iconZoomGalery {
        width: 30px;
        height: 30px;
        color: red;
        position: absolute;
        top: 55%;
        left: 50%;
        -webkit-transform: translate(-55%, -50%);
        -ms-transform: translate(-55%, -50%);
        transform: translate(-55%, -50%);
        z-index: 30;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        opacity: 0;
        cursor: pointer;
    }

    .thumbnailSlideGalery .iconZoomGalery img {
        width: 100%;
    }

    .thumbnailSlideGalery:hover .iconZoomGalery {
        opacity: 1;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .thumbnailSlideImage {
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        z-index: 1;
    }

    .thumbnailSlideImage ::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(1, 6, 17, 0);
        top: 0;
        left: 0;
        z-index: 3;
        -webkit-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }

    .thumbnailSlideGalery:hover .thumbnailSlideImage::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(1, 6, 17, 0.3);
        top: 0;
        left: 0;
        z-index: 3;
        -webkit-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
        cursor: zoom-in;
    }
}

@media (min-width: 768px) {
    .thumbnailSlideGalery {
        height: 650px;
    }
}

@media (min-width: 992px) {
    .thumbnailSlideGalery {
        height: 400px;
    }
}

@media (min-width: 320px) {
    .itemSlideDescription {
        /*20220221*/
        float: left;
        position: relative;
        width: 100%;
    }

    .descriptionSlideGalery {
        float: left;
        position: relative;
        width: 100%;
        min-height: 50px;
        padding: 30px 15px;
    }

    .descriptionSlideGalery h4 {
        font-family: 'Poppins-Light';
        font-size: 14px;
        color: #010611;
        width: 100%;
        text-align: center;
    }

    .descriptionSlideGalery h1 {
        font-family: 'ChronicleDisplay-XLight';
        font-size: 22px;
        color: #010611;
        width: 100%;
        text-align: center;
    }

    .descriptionSlideGalery p {
        font-family: 'Poppins-Light';
        font-size: 14px;
        color: #858f9e;
        width: 100%;
        text-align: center;
        margin: 0;
    }
}

@media (min-width: 768px) {
    .descriptionSlideGalery {
        padding: 30px;
    }

    .descriptionSlideGalery h4 {
        font-size: 16px;
    }

    .descriptionSlideGalery h1 {
        font-size: 24px;
    }

    .descriptionSlideGalery p {
        font-size: 12px;
    }
}

@media (min-width: 992px) {
    .descriptionSlideGalery h4 {
        font-size: 18px;
    }

    .descriptionSlideGalery p {
        font-size: 16px;
    }

    .itemSlideDescription {
        /*20220221*/
        float: left;
        position: absolute;
        width: 33%;
    }
}

@media (min-width: 1400px) {
    .descriptionSlideGalery h1 {
        font-size: 32px;
    }
}

@media (min-width: 320px) {
    .slideGaleryBox-ch .modal-dialog {
        max-width: 95%;
        margin: 1.75rem auto;
    }
}

@media (min-width: 768px) {
    .slideGaleryBox-ch .modal-dialog {
        max-width: 90%;
    }
}

@media (min-width: 1200px) {
    .slideGaleryBox-ch .modal-dialog {
        max-width: 65%;
    }
}

@media (min-width: 320px) {
    .slideGaleryPopUp {
        float: left;
        position: relative;
        width: 100%;
        height: 300px;
    }

    .slideGaleryPopUp .carousel {
        height: 100%;
    }

    .slideGaleryPopUp .carousel .carousel-inner {
        height: 100%;
    }

    .slideGaleryPopUp .carousel .carousel-inner .carousel-item {
        height: 100%;
    }
}

@media (min-width: 768px) {
    .slideGaleryPopUp {
        height: 45vh;
    }
}

@media (min-width: 1200px) {
    .slideGaleryPopUp {
        height: 65vh;
    }
}

@media (min-width: 1400px) {
    .slideGaleryPopUp {
        height: 70vh;
    }
}

@media (min-width: 320px) {
    .thumbnailSlideImage {
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        z-index: 1;
    }

    .namePopUpGalery {
        font-family: 'ChronicleDisplay-XLight';
        color: #010611;
        font-size: 14px;
        margin: 0;
    }

    .namePopUpGalery span {
        font-family: 'Poppins-Light';
        font-size: 8px;
        color: #858f9e;
        margin-left: 10px;
    }
}

@media (min-width: 768px) {
    .namePopUpGalery {
        font-size: 20px;
    }

    .namePopUpGalery span {
        font-size: 12px;
    }
}

@media (min-width: 992px) {
    .namePopUpGalery {
        font-size: 22px;
    }
}

@media (min-width: 1400px) {
    .namePopUpGalery {
        font-size: 25px;
    }

    .namePopUpGalery span {
        font-size: 14px;
    }
}

@media (min-width: 320px) {
    .cardGral-ch {
        float: left;
        position: relative;
        width: 100%;
    }

    .thumbnailCardImage {
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        z-index: 1;
    }

    .thumbnailCardImage ::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(1, 6, 17, 0.2);
        top: 0;
        left: 0;
        z-index: 3;
        -webkit-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }

    .descriptionCardGral,
    .titleBloqueCard,
    .listBloqueCard,
    .btnExtendCardInfo,
    .BuyCardInfo-ch,
    .paddDescriptionGral {
        float: left;
        position: relative;
        width: 100%;
    }
    .BuyCardInfo-ch{
        position: relative;
        display: flex;
        justify-content: center;
        margin-bottom: 35px;
    }
    .btnExtendCardInfo{
        display: flex;
        flex-direction: column;
        justify-content:center;
        align-items:center;
    }
    .btnExtendCardInfo a:hover {
        text-decoration: underline;
        text-decoration-line: underline;
        -webkit-text-decoration-line: underline;
    }

    .paddDescriptionGral {
        padding: 15px;
        padding-bottom: 5px;
    }

    .titleBloqueCard {
        width: 100%;
    }

    .titleBloqueCard h3 {
        font-size: 12px;
        font-family: 'Poppins-Regular';
        color: #010611;
        width: 100%;
    }

    .titleBloqueCard h1 {
        font-size: 22px;
        font-family: 'ChronicleDisplay-XLight';
        color: #010611;
        width: 100%;
        margin: 10px 0;
    }

    .titleBloqueCard p {
        font-size: 14px;
        font-family: 'ChronicleDisplay-XLight';
        color: #858f9e;
        width: 100%;
    }

    .listBloqueCard ul {
        display: block;
        margin: 0;
        padding-left: 20px;
    }

    .listBloqueCard ul li {
        font-size: 14px;
        font-family: 'ChronicleDisplay-XLight';
        color: #858f9e;
        width: 100%;
    }

    .btnExtendCardInfo a {
        display: block;
        padding: 20px 0 10px 0;
        font-size: 18px;
        font-family: 'ChronicleDisplay-XLight';
        color: #010611;
        text-decoration: none;
        float: left;
        position: relative;
        width: auto;
        z-index: 999999;
    }

    .btnExtendCardInfo a .iconCardBtn {
        width: 20px;
        height: 20px;
        position: relative;
        margin-right: 10px;
        float: left;
    }

    .btnExtendCardInfo a .iconCardBtn img {
        width: 100%;
    }

    .buyCardInfo-txt {
        position: relative;
        width: 100%;
        float: left;
        padding: 15px;
        background-color: rgba(230, 232, 237, 0.7);
    }

    .ctxt-ch {
        width: 100%;
        text-align: center;
        font-family: 'Poppins-Light';
        font-size: 12px;
        color: #010611;
        margin: 0;
    }

    .cprice-ch {
        width: 100%;
        text-align: center;
        font-family: 'Poppins-Light';
        font-size: 28px;
        color: #010611;
        margin: 0;
    }

    .buyCardBtn-action {
        position: relative;
        float: left;
        width: 100%;
    }

    .buyCardBtn-action a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        height: 100%;
        padding: 30px 15px;
        font-size: 18px;
        text-align: center;
        font-family: 'Poppins-Light';
        text-decoration: none;
        letter-spacing: .5px;
        color: #fff;
        background: #858f9e;
        transition: ease all .3s;
    }

    .buyCardBtn-action a:hover {
        background: #010611;
        transition: ease all .3s;
    }
}

@media (min-width: 768px) {
    .paddDescriptionGral {
        padding: 25px;
        padding-bottom: 10px;
    }

    .titleBloqueCard h3 {
        font-size: 14px;
    }

    .titleBloqueCard h1 {
        font-size: 28px;
        margin: 15px 0;
    }

    .titleBloqueCard p {
        font-size: 18px;
    }

    .listBloqueCard ul li {
        font-size: 18px;
    }

    .buyCardBtn-action {
        width: 50%;
    }

    .buyCardBtn-action a {
        width: auto;
        border-radius: 5px;
        padding: 15px 50px;
    }

    .buyCardInfo-txt {
        width: 50%;
        min-height: 125px;
        padding: 15px 20px 15px 40px;
    }

    .btnExtendCardInfo a {
        font-size: 20px;
    }

    .ctxt-ch {
        font-size: 14px;
        text-align: left;
    }

    .cprice-ch {
        font-size: 26px;
        text-align: left;
    }
}

@media (min-width: 992px) {
    .paddDescriptionGral {
        padding: 35px;
        padding-bottom: 15px;
    }
}

@media (min-width: 320px) {
    .footer-CH {
        float: left;
        position: relative;
        width: 100%;
        padding-bottom: 65px;
    }

    .footer-corp-logo {
        width: 100%;
        margin-bottom: 30px;
    }

    .footer-corp-logo a {
        display: block;
        width: 105px;
        height: 105px;
        margin: auto;
    }

    .footer-corp-logo a img {
        width: 100%;
    }

    .footer-1-3, .footer-2-3, .footer-3-3 {
        float: left;
        position: relative;
        width: 100%;
        margin: 20px 0;
    }

    .inner-footer,
    .footer-newsletter {
        width: 100%;
        display: block;
    }

    .content-newsletter {
        float: left;
        position: relative;
        width: 100%;
    }

    .content-newsletter input {
        width: 100%;
        outline: none;
        border: none;
        height: 60px;
        background: #eae8e8;
        z-index: 20;
        position: relative;
        padding: 5px 20px;
        font-family: 'ChronicleDisplay-XLight';
        font-size: 16px;
        text-align: center;
        color: #010611;
        letter-spacing: .5px;
    }

    .content-newsletter input::-webkit-input-placeholder {
        font-family: 'ChronicleDisplay-XLight';
        font-size: 16px;
        color: #010611;
        letter-spacing: .5px;
        text-align: center;
    }

    .content-newsletter input:-ms-input-placeholder {
        font-family: 'ChronicleDisplay-XLight';
        font-size: 16px;
        color: #010611;
        letter-spacing: .5px;
        text-align: center;
    }

    .content-newsletter input::-ms-input-placeholder {
        font-family: 'ChronicleDisplay-XLight';
        font-size: 16px;
        color: #010611;
        letter-spacing: .5px;
        text-align: center;
    }

    .content-newsletter input::placeholder {
        font-family: 'ChronicleDisplay-XLight';
        font-size: 16px;
        color: #010611;
        letter-spacing: .5px;
        text-align: center;
    }

    .content-newsletter button {
        position: relative;
        height: 60px;
        width: 100%;
        z-index: 30;
        background: #010611;
        font-family: 'ChronicleDisplay-XLight';
        font-size: 12px;
        text-align: center;
        color: #fff;
        letter-spacing: .5px;
    }

    .title-suscribe {
        width: 100%;
    }
}

@media (min-width: 320px) and (min-width: 320px) {
    .title-suscribe p {
        width: auto;
        font-family: 'ChronicleDisplay-XLight';
        font-size: 16px;
        text-align: center;
        color: #010611;
        letter-spacing: .5px;
    }
}

@media (min-width: 320px) and (min-width: 768px) {
    .title-suscribe p {
        font-size: 20px;
    }
}

@media (min-width: 320px) and (min-width: 992px) {
    .title-suscribe p {
        font-size: 16px;
    }
}

@media (min-width: 320px) {
    .footer-2-3 ul {
        width: 100%;
        margin: 0;
        padding: 0;
        list-style: none;
        text-align: center;
    }

    .footer-2-3 ul li {
        width: auto;
        font-family: 'Poppins-Light';
        font-size: 16px;
        text-align: left;
        color: #010611;
        letter-spacing: .5px;
        display: block;
        margin: 5px 5px 10px 5px;
        padding-left: 10px;
    }

    .footer-2-3 ul li a {
        color: #010611;
        text-decoration: none;
    }

    .txt-congrats {
        position: relative;
        float: left;
        width: 100%;
        height: 100%;
        padding: 10px;
        font-family: 'ChronicleDisplay-XLight';
        font-size: 14px;
        text-align: center;
        color: #010611;
        letter-spacing: .5px;
    }

    .copy-footer-ch {
        float: left;
        position: relative;
        width: 100%;
        margin: 20px 0 0 0;
    }

    .copy-footer-ch ul {
        list-style: none;
        margin: 0;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        float: left;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0;
    }

    .copy-footer-ch ul li {
        width: auto;
        display: inline-block;
        font-family: 'Poppins-Light';
        font-size: 16px;
        text-align: center;
        color: #010611;
        letter-spacing: .5px;
        margin-bottom: 10px;
    }

    .copy-footer-ch ul li:first-child {
        margin-bottom: 20px;
    }

    .copy-footer-ch ul li a {
        display: block;
        color: #010611;
        text-decoration: none;
    }

    .copy-footer-ch ul .icon-top-footer {
        width: 25px;
        float: left;
        margin: 0 15px;
    }

    .copy-footer-ch ul .icon-top-footer img {
        width: 100%;
    }

    .copy-footer-ch .copyinfo-footer-ch {
        float: left;
        position: relative;
        width: 100%;
        margin: 10px 0;
    }

    .copy-footer-ch .copyinfo-footer-ch p {
        width: 100%;
        text-align: center;
        font-family: 'Poppins-Light';
        font-size: 16px;
        color: #010611;
        letter-spacing: .5px;
    }

    .footer-1-3.footerHeight {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .cont-slide-congrats {
        float: left;
        position: relative;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .content-newsletter input {
        padding-right: 150px;
        text-align: left;
    }

    .content-newsletter input::-webkit-input-placeholder {
        text-align: left;
    }

    .content-newsletter input:-ms-input-placeholder {
        text-align: left;
    }

    .content-newsletter input::-ms-input-placeholder {
        text-align: left;
    }

    .content-newsletter input::placeholder {
        text-align: left;
    }

    .footer-corp-logo {
        margin-bottom: 0;
    }

    .txt-congrats {
        float: right;
        width: 70%;
        padding: 0 20px;
        font-size: 16px;
    }

    .footer-2-3 ul li {
        display: inline-block;
        margin: 0 5px;
    }

    .content-newsletter button {
        position: absolute;
        right: 0;
        top: 0;
        width: 150px;
    }

    .footer-CH {
        padding: 0 70px;
    }
}

@media (min-width: 992px) {
    .footer-1-3.footerHeight {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .footer-1-3, .footer-2-3, .footer-3-3 {
        margin: 40px 0;
    }

    .copy-footer-ch {
        margin: 0;
        padding-bottom: 0;
    }

    .copy-footer-ch ul {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .copy-footer-ch ul li {
        margin: 0;
    }

    .copy-footer-ch ul li:first-child {
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .footer-2-3 ul li {
        display: block;
        margin: 5px 0 7px 0;
    }

    .footer-CH {
        padding: 0 0 70px;
    }
}

/*======================================================================*
Variables // Central Hoteles
*======================================================================*/
/*======================================================================*
Mixings // Central Hoteles
*======================================================================*/
/*======================================================================*
Ajustes Container // Central Hoteles
*======================================================================*/
@media (min-width: 320px) {
    .container, .innerHeader-Top-CH, .content-submenu {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 576px) {
    .container, .innerHeader-Top-CH, .content-submenu {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container, .innerHeader-Top-CH, .content-submenu {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container, .innerHeader-Top-CH, .content-submenu {
        max-width: 980px;
    }
}

@media (min-width: 1200px) {
    .container, .innerHeader-Top-CH, .content-submenu {
        max-width: 1160px;
    }
}

@media (min-width: 1450px) {
    .container, .innerHeader-Top-CH, .content-submenu {
        max-width: 1400px;
    }
}

/*======================================================================*
Termina CSS Central Hoteles
*======================================================================*/
.datepicker-dropdown {
    position: absolute !important;
    float: left !important;
    width: auto;
    min-width: 10rem !important;
    padding: 20px !important;
    border: 1px solid rgba(0, 0, 0, .15) !important;
    background-color: #fff !important;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.25);
}

/*======================================================================*
Nuevos - Newsletter
*======================================================================*/
/*div#mc_embed_signup_scroll h2 {
    color: #010611;
    font-family: 'Poppins-Regular';
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
}*/
.indicates-required {
    font-family: 'ChronicleDisplay-XLight';
    font-size: 16px;
    line-height: 19px;
    color: #010611;
    margin-bottom: 15px;
}

.mc-field-group label {
    font-family: 'ChronicleDisplay-XLight';
    font-size: 16px;
    line-height: 19px;
    color: #010611;
    margin-bottom: 15px;
    margin-top: 20px;
}

span.asterisk {
    color: red;
    font-family: 'ChronicleDisplay-XLight';
    font-size: 16px;
    line-height: 19px;
    display: none;
}

/*======================================================================*
Termina Nuevos - Newsletter
*======================================================================*/
/*======================================================================*
Menú Reservas
*======================================================================*/
.menureservas_CH form .label {
    font-family: 'ChronicleDisplay-XLight';
    font-size: 16px;
    line-height: 19px;
    color: #010611;
    margin-bottom: 15px;
    margin-top: 15px;
}

.menureservas_CH input {
    height: 45px;
    border: 1px solid #01061188;
    outline: none;
    border-radius: 5px;
    font-family: 'ChronicleDisplay-XLight';
    font-size: 16px;
    line-height: 19px;
    color: #010611;
    letter-spacing: 1px;
    width: 100%;
}

.menureservas_CH select {
    height: 45px;
    border: 1px solid #01061188;
    outline: none;
    border-radius: 5px;
    font-family: 'ChronicleDisplay-XLight';
    font-size: 16px;
    line-height: 19px;
    color: #010611;
    letter-spacing: 1px;
}

.menureservas_CH #button {
    background-color: #7d8796;
    border: none;
    height: 45px;
    float: left;
    color: #fff;
    border-radius: 5px;
    width: 100%;
    margin-top: 10px;
    -webkit-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
}

.menureservas_CH #button:hover {
    background-color: rgba(125, 135, 150, 0.8);
    cursor: pointer;
    -webkit-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
}

.menureservas_CH #selHotel {
    height: 35px;
    border: 1px solid #01061188;
    outline: none;
    border-radius: 5px;
    font-family: 'ChronicleDisplay-XLight';
    font-size: 16px;
    line-height: 19px;
    color: #010611;
    letter-spacing: 1px;
    width: 100%;
}

.ttlmenureservas {
    float: left;
    position: relative;
    width: 100%;
}

.ttlmenureservas h2 {
    color: #010611;
    font-family: 'Poppins-Regular';
    font-size: 22px;
    line-height: 26px;
    text-align: center;
}

.btncerrarmenureservacion {
    float: left;
    position: absolute;
    width: auto;
    top: 15px;
    right: 20px;
}

.btncerrarmenureservacion a {
    color: #010611;
    font-family: 'Poppins-Regular';
    font-size: 9px;
    line-height: 16px;
    letter-spacing: 1.5px;
}

/*======================================================================*
Termina Menú Reservas
*======================================================================*/
@media (min-width: 320px) {
    .menureservas_CH {
        float: right;
        width: 320px;
        height: 100vh;
        background-color: #fff;
        top: 0;
        right: 0;
        box-shadow: 0px 3px 25px #00000038;
        overflow: auto;
        padding: 80px 30px;
    }

    input#mc-embedded-subscribe {
        background-color: #7d8796;
        border: none;
        height: 45px;
        float: left;
        color: #fff;
        width: 119px;
        border-radius: 5px;
        margin-top: 15px;
        margin-left: 0;
        width: 100%;
    }

    input#mce-EMAIL {
        height: 45px;
        border: 1px solid #01061188;
        outline: none;
        border-radius: 5px;
        font-family: 'ChronicleDisplay-XLight';
        font-size: 16px;
        line-height: 19px;
        color: #010611;
        letter-spacing: 1px;
        width: 100%;
    }

    input#mce-FNAME {
        height: 45px;
        border: 1px solid #01061188;
        outline: none;
        border-radius: 5px;
        font-family: 'ChronicleDisplay-XLight';
        font-size: 16px;
        line-height: 19px;
        color: #010611;
        letter-spacing: 1px;
        width: 100%;
    }

    .mc-field-group {
        float: left;
        position: relative;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .mc-field-group {
        width: 50%;
    }

    .menureservas_CH {
        width: 450px;
    }

    input#mce-EMAIL {
        width: 95%;
    }
}

@media (min-width: 992px) {
    .mc-field-group {
        width: 100%;
    }

    input#mc-embedded-subscribe {
        margin-left: 0;
        width: 100%;
    }

    input#mce-FNAME {
        width: 100%;
    }
}

@media (min-width: 1024px) {
    input#mce-EMAIL {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .footer-corp-logo.logo-footer-left {
        width: 30%;
    }

    .footer-2-3 .logo-footer-right {
        width: 70%;
    }

    .logoAndLinks {
        float: left;
        position: relative;
        display: flex;
        text-align: center;
        padding: 35px 0 0;
        width: 100%;
    }
}

.allmenureservas_CH {
    float: left;
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    height: 100vh;
    background-color: #bbbbbb50;
    z-index: 1040;
}

.ttlhotel {
    text-align: center;
    font-weight: 600;
    letter-spacing: 5px;
    font-style: italic;
    font-size: 20px !important;
    margin-top: 50px !important;
    color: #7d8796 !important;
}

.menureservas_CH form {
    float: left;
    position: relative;
    width: 100%;
}

form .tendina select {
    width: 100%;
    float: left;
    position: relative;
    padding-left: 15px;
}

.inner-footer .indicates-required {
    display: none;
}

/* CH */
@media (min-width: 320px) {
    .bloqueTxtTemplate_alt {
        font-family: 'ChronicleDisplay-XLight';
        color: #858f9e;
        font-size: 16px;
        width: 100%;
    }

    .bloqueTxtTemplate_alt a {
        color: #000;
        text-decoration: none;
    }

    .icon-top-whtpp {
        margin-left: 15px;
        display: none;
    }

    .icon-top-whtpp .icon-top {
        margin: 0;
    }

    .action__mobile {
        position: relative;
        float: left;
        width: auto;
        display: flex;
        justify-content: space-between;
    }
}

@media (min-width: 768px) {
    .icon-top-whtpp {
        margin-left: 25px;
    }
}

@media (min-width: 992px) {
    .bloqueTxtTemplate_alt {
        font-size: 18px;
    }

    .bloqueTxtTemplate_alt.marginElements {
        width: 80% !important;
    }

    .action__mobile {
        display: none;
    }

    .icon-top-whtpp {
        margin-right: 10px;
        margin-left: auto;
    }
}

/*======================================================================*
*
*  Ajustes Nov 2021
*
*======================================================================*/
@media (min-width: 320px) {
    .cookies__wrrpr {
        position: fixed;
        right: 0;
        width: 100%;
        z-index: 1024;
        background-color: #fff;
        -webkit-box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.28);
        -moz-box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.28);
        box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.28);
        opacity: 1;
        transition: all 2s ease;
    }

    .opencookies {
        animation: fixcookies 1s linear;
        -moz-animation: fixcookies 1s linear;
        -webkit-animation: fixcookies 1s linear;
        -ms-animation: fixcookies 1s linear;
        -o-animation: fixcookies 1s linear;
        bottom: 65px;
    }

    .cookies__wrrpr__inner {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
        /*flex-direction: column-reverse;*/
    }

    .cookies__wrrpr__info {
        display: inline-block;
        width: auto;
        font-family: 'ChronicleDisplay-XLight';
        font-size: 14px;
        color: #010611;
        letter-spacing: .5px;
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }

    .cookies__wrrpr__info p {
        margin: 0;
    }

    .cookies__wrrpr__info p a {
        font-weight: bold;
        color: #1f396e;
    }

    .cookies__wrrpr__close {
        display: inline-block;
        width: 100%;
    }

    .cookies__wrrpr__close a {
        display: inline-block;
        padding: 15px 10px;
        text-align: center;
        border: 1px solid #010611;
        font-family: 'ChronicleDisplay-XLight';
        font-size: 14px;
        color: #010611;
        width: 100%;
        letter-spacing: .5px;
        text-decoration: none;
        transition: all .3s ease;
    }

    .cookies__wrrpr__close a:hover {
        background: #010611;
        color: #fff;
    }

    @-webkit-keyframes fixcookies {
        0% {
            bottom: -100%;
        }

        100% {
            bottom: 0;
        }
    }

    @keyframes fixcookies {
        0% {
            bottom: -100%;
        }

        100% {
            bottom: 0;
        }
    }

    .closeCookies {
        animation: closeCookies 1s linear;
        -moz-animation: closeCookies 1s linear;
        -webkit-animation: closeCookies 1s linear;
        -ms-animation: closeCookies 1s linear;
        -o-animation: closeCookies 1s linear;
        opacity: 0;
    }

    @-webkit-keyframes closeCookies {
        0% {
            bottom: 0;
        }

        100% {
            bottom: -100%;
        }
    }

    @keyframes closeCookies {
        0% {
            bottom: 0;
        }

        100% {
            bottom: -100%;
        }
    }
}

@media (min-width: 768px) {
    .cookies__wrrpr__info {
        width: calc(100% - 145px);
        margin: 0;
        text-align: center;
        font-size: 16px;
        padding:0 15px;
    }

    .cookies__wrrpr__close {
        width: 130px;
    }

    .cookies__wrrpr__close a {
        padding: 10px;
        font-size: 16px;
    }
}

/* Links mobile */
@media (min-width: 320px) {
    .link__destacados {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 5px;
    }

    .link__principal {
        display: inline-block;
        font-family: 'ChronicleDisplay-XLight';
        font-size: 14px;
        color: #010611;
    }

    .link__principal a {
        color: #010611;
        text-decoration: none;
    }

    nav.fixed-mobile>.link__destacados {
        padding: 10px 5px;
    }

    .icon-home-corporativo {
        top: 100px;
    }
}

/* Redes sociales mobile */
@media (min-width: 320px) {
    .redes__sociales__mobile {
        width: 100%;
        display: flex;
        justify-content: center;
        padding: 20px 5px;
    }

    .redes__sociales__mobile a {
        display: flex;
        justify-content: center;
        width: 25px;
        height: 25px;
        margin-right: 15px
    }

    .icon-redes-desktop {
        display: inline-block;
        width: 30px;
        height: 100%;
        padding: 5px;
        margin-right: 5px;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .rd-desktop {
        display: flex;
        justify-content: center;
        width: 100%;
        padding: 0 !important;
    }

    .redes__sociales__mobile a:last-of-type {
        margin: 0;
    }

    .redes__sociales__mobile a img {
        display: block;
        height: 100%;
        max-width: 100%;
    }

    .rd-desktop img {
        width: 100%;
        max-width: 100%;
    }

    .navbar-collapse {
        position: relative;
        z-index: 999;
    }

    .disabledLogo .navbar-brand {
        display: none;
    }

    .navigationCH-mobile ul.navbar-nav {
        padding: 20px 0 0 0;
    }

    .btn-hc-mobile {
        padding: 10px;
        height: auto;
    }
}

@media (min-width: 768px) {

    .navbar-collapse.collapse.show .contenedor-scroll .navbar-nav,
    .navigationCH-mobile ul.navbar-nav {
        padding: 20px 30%;
    }
}

@media (min-width: 992px) {

    .navbar-collapse.collapse.show .contenedor-scroll .navbar-nav,
    .navigationCH-mobile ul.navbar-nav {
        padding: 20px 0 0 0;
    }
}

@media (min-width: 1366px) {
    .container, .innerHeader-Top-CH, .content-submenu {
        max-width: 1300px;
    }
    /* 16/08/2023 */
    .cabeceraCarrucel,
    .cabeceraCarrucel .carousel-inner {
        /*min-height: 750px;
        height: 100vh;*/
        min-height: 450px;
        height: calc(100vh - 110px);
    }
}

@media (min-width: 1600px) {
    .container, .innerHeader-Top-CH, .content-submenu {
        max-width: 1500px;
    }
}

/*ESTILOS BOTON BACK TO TOP 01/12/2021*/
@media (min-width: 320px) {
    #backToTop {
        display: none !important;
    }
}

@media (min-width: 992px) {
    #backToTop {
        display: block !important;
    }
}

#backToTop {
    display: inline-block;
    background-color: #7d8796;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 110px;
    left: 30px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 10000;
    background-image: url(/assets/SVG/carrot-down.svg);
    transform: rotate(180deg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
}

#backToTop:hover {
    cursor: pointer;
    background-color: #333;
}

#backToTop:active {
    background-color: #555;
}

#backToTop.show {
    opacity: 1;
    visibility: visible;
}

/* Styles for the content section */
.content {
    width: 77%;
    margin: 50px auto;
    font-family: 'Merriweather', serif;
    font-size: 17px;
    color: #6c767a;
    line-height: 1.9;
}

@media (min-width: 500px) {
    .content {
        width: 43%;
    }

}

.content h1 {
    margin-bottom: -10px;
    color: #03a9f4;
    line-height: 1.5;
}

.content h3 {
    font-style: italic;
    color: #96a2a7;
}

@media (min-width: 320px) {
    .returnHome {
        width: 100%;
        position: relative;
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }

    .returnHome a {
        display: inline-flex;
        align-items: center;
        padding: 15px 20px;
        border: 1px solid #FFF;
        letter-spacing: 1.2px;
        color: #fff;
        font-family: 'Poppins-Light';
        text-decoration: none;
        font-size: 14px;
    }

    .icon__return__home {
        width: 20px;
        height: 20px;
        display: block;
        margin-right: 15px;
    }

    .icon__return__home svg {
        display: block;
        width: 100%;
    }

    h1.ttl404 {
        font-size: 24px;
        font-family: 'Poppins-Regular';
        letter-spacing: 1px;
        position: relative;
        width: 100%;
        margin: 0 0 10px 0;
    }

    h2.sub404 {
        position: relative;
        width: 100%;
        color: #fff;
        text-align: center;
        font-family: 'Poppins-Light';
        margin: 0;
        font-size: 16px;
        letter-spacing: .5px;
    }

    .congrats {
        position: relative;
        float: left;
        width: 100%;
        min-height: 150px;
        background-position: center;
        background-repeat: no-repeat;
        -webkit-background-size: 145px auto;
        -moz-background-size: 145px auto;
        -o-background-size: 145px auto;
        background-size: 145px auto;
    }

    .txt-congrats p {
        margin: 0;
        text-align: left;
    }

    .txt-congrats p a {
        font-family: 'ChronicleDisplay-XLight';
        font-size: 14px;
        color: #7d8796;
        text-decoration: underline;
        transition: all .3s ease;
    }

    .txt-congrats p a:hover {
        color: #010611;
    }

    .txt-congrats-align {
        position: relative;
        float: left;
        width: 100%;
    }

    .DescriptionGral-wrapper {
        font-family: 'ChronicleDisplay-XLight';
        font-size: 14px;
        line-height: 18px;
        padding: 0 15px;
        width: 100%;
        text-align: center;
        color: #666565;
        letter-spacing: .5px;
    }

    li.returnHomeCH {
        margin-right: 10px;
    }

    .icon__carousel__insignias {
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .icon__carousel__insignias img {
        width: 100%;
        display: block;
    }

    .footer-3-3 .carousel-control-prev {
        left: 0;
        bottom: auto;
        width: auto;
        top: 40%;
        transform: translate(0, -50%);
    }

    .footer-3-3 .carousel-control-next {
        right: 0;
        left: auto;
        bottom: auto;
        width: auto;
        top: 40%;
        transform: translate(0, -50%);
    }
}

@media (min-width: 768px) {
    .DescriptionGral-wrapper {
        font-size: 20px;
        line-height: 26px;
        padding: 0;
    }

    .txt-congrats p a {
        font-size: 16px;
    }

    h1.ttl404 {
        font-size: 30px;
        margin: 0 0 10px 0;
        padding: 0 15%;
    }

    h2.sub404 {
        font-size: 18px;
        padding: 0 15%;
    }

    .congrats {
        float: left;
        width: 30%;
    }

    .txt-congrats-align {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .footer-3-3 .carousel-control-prev {
        left: -30px;
        top: 50%;
    }

    .footer-3-3 .carousel-control-next {
        right: -30px;
        top: 50%;
    }
}

@media (min-width: 992px) {
    .footer-3-3 {
        padding: 0 35px;
    }

    .DescriptionGral-wrapper {
        font-size: 18px;
        line-height: 26px;
    }
}

@media (min-width: 1200px) {
    h1.ttl404 {
        padding: 0 25%;
    }

    h2.sub404 {
        padding: 0 25%;
    }

    .congrats {
        -webkit-background-size: 110px auto;
        -moz-background-size: 110px auto;
        -o-background-size: 110px auto;
        background-size: 110px auto;
    }
}

@media (min-width: 1600px) {
    h1.ttl404 {
        font-size: 34px;
    }

    h2.sub404 {
        font-size: 22px;
    }

    .congrats {
        -webkit-background-size: 140px auto;
        -moz-background-size: 140px auto;
        -o-background-size: 140px auto;
        background-size: 140px auto;
    }
}

#Cont_Loading {
    position: fixed;
    text-align: center;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999999;
    background-color: #000000;
    opacity: 0.7;
}

/*Nuevos*/
@media (min-width: 320px) {
    .bloque_izquierda {
        float: left;
        position: relative;
        width: 100%;
        display: inline-block;
    }
}

@media (min-width: 992px) {
    .bloque_izquierda {
        width: calc(100% - 350px);
        padding-right: 15px;
    }
}

@media (min-width: 1200px) {
    .bloque_izquierda {
        padding-right: 50px;
    }
}

@media (min-width: 320px) {
    .btnasideactive {
        float: left;
        position: fixed;
        right: 30px;
        bottom: 100px;
        z-index: 14;
        border-radius: 50%;
        background: #010611;
        color: #fff !important;
        display: block;
    }

    .bloque_derecha {
        width: 85%;
        position: fixed;
        z-index: 1024;
        top: 0;
        right: -110%;
        height: 100vh;
        background: #fff;
        -webkit-box-shadow: -8px 0px 22px -13px rgb(0 0 0 / 42%);
        box-shadow: -8px 0px 22px -13px rgb(0 0 0 / 42%);
        overflow-y: scroll;
        padding-left: 15px;
        padding-right: 15px;
    }

    .closeasidemenu {
        float: left;
        position: relative;
        width: 100%;
        text-align: right;
        margin: 15px 0;
        padding: 20px 10px;
        border-radius: 40px;
        color: #010611 !important;
        z-index: 3;
        font-family: 'Poppins-Regular';
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 1.5px;
        display: block;
    }
}

@media (min-width: 768px) {
    .bloque_derecha {
        width: 380px;
    }
}

@media (min-width: 992px) {
    .btnasideactive {
        display: none;
    }

    .closeasidemenu {
        display: none;
    }

    .bloque_derecha {
        position: relative;
        width: 350px;
        right: 0 !important;
        float: right;
        display: inline-block;
        overflow: unset;
        z-index: auto;
        height: auto;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding-left: 0;
        padding-right: 0;
    }
}

.inside_articulo_destacado {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 50;
    padding: 15px;
}

.imgarticulo_destacado {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 300px;
    margin-bottom: 30px;
}

.articulodestacado {
    position: relative;
    width: 100%;
    padding-bottom: 20px;
}

.ttlarticulo {
    position: relative;
    width: 100%;
}

.ttlarticulo h2 {
    color: #010611;
    font-family: 'ChronicleDisplay-XLight';
    font-size: 28px;
}

.inside_articulo_destacado a {
    font-family: 'ChronicleDisplay-XLight';
    font-size: 28px;
    color: #fff;
    text-decoration: none;
}

.listaetiquetas {
    float: left;
    position: relative;
    width: 100%;
}

.listaetiquetas ul li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 15px;
}

.listaetiquetas ul {
    padding: 0;
}

.listaetiquetas ul li a {
    color: #010611;
    font-family: 'Poppins-Light';
    border: 1px solid #010611;
    padding: 2px 5px;
    text-decoration: none;
}

.listaetiquetas ul li a:hover {
    background-color: #010611;
    color: #fff;
}

p.dateBlog_2 {
    float: left;
    position: relative;
    width: 100%;
    text-align: center;
    color: #010611;
    font-family: 'Poppins-Light';
    font-size: 13px;
}

.listaetiquetas a.active {
    color: #fff;
    background-color: #010611;
}

.imgarticulo_destacado::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(1, 6, 17, 0.5);
    z-index: 10;
}

.mapContainer {
    float: left;
    position: relative;
    width: 100%;
    margin-bottom: 50px;
    padding-bottom: 15px;
    padding-top: 20px;
    box-shadow: 0px 4px 23px -5px rgb(0 0 0 / 53%);
    -webkit-box-shadow: 0px 4px 23px -5px rgb(0 0 0 / 53%);
    -moz-box-shadow: 0px 4px 23px -5px rgba(0, 0, 0, 0.53);
}

div#map {
    height: 450px;
}

.gm-style-iw-d {
    overflow: hidden !important;
    padding: 10px !important;
}

.gm-style-iw.gm-style-iw-c {
    background: #00000088 !important;
}

p.info-map-name {
    color: #fff;
    font-family: 'ChronicleDisplay-XLight';
    font-size: 15px;
    text-align: center;
}

img.iconMap {
    width: 21px;
}

.linkMaps .btn-link {
    float: left;
    position: relative;
    width: 100%;
    color: #fff;
    font-size: 12px;
    text-align: left;
    margin-bottom: 6px;
}

.linkMaps {
    padding-bottom: 13px;
}

.gm-style-iw.gm-style-iw-c {
    width: 170px !important;
    padding-left: 0;
}

.buy-tour-ch {
    margin-bottom: 20px;
}

.selectedPromos .DescriptionGral {
    color: #010611;
}

.selectedPromos .btnCH-simple a {
    color: #010611;
    background-color:transparent;
}

header.headerCH.blackMenu {
    background-color: rgba(1, 6, 17, 0.95) !important;
}

.headerCHBackgroundbkac .innerHeader-Down-CH {
    height: 70px;
    transition: all 2s ease;
}

.headerCHBackgroundbkac .reserv-ch {
    top: 18px;
}

.bannerfoot_flex.fixedLower {
    float: left;
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
    z-index: 4;
    background-color: #fff !important;
    left: 0;
    overflow: hidden;
}

.bannerfoot_flex.dynamicF {
    float: left;
    position: fixed;
    width: 100%;
    height: 65px;
    z-index: 4;
    background-color: rgba(0, 0, 0, 0.70) !important;
    left: 0;
    bottom: 0;
}

@media (min-width: 320px) {
    .onlyMobile {
        display: block !important;
    }

    .onlyDesktop {
        display: none !important;
    }

    .fixedLower .bannerfoot_flex.fixedLower {
        position: relative;
        bottom: -30px;
    }

    .icon-top.white, .icon.top.black {
        padding-top: 19px !important;
    }
}

/*
@media (min-width: 768px) {
    .cookies__wrrpr__inner {
        flex-direction: row-reverse;
    }
}
*/

@media (min-width: 992px) {
    .icon-top.white, .icon.top.black {
        padding-top: 0 !important;
    }

    .cookies__wrrpr {
        width: 33%;
    }

    .cookies__wrrpr__info {
        padding-left: 15px;
    }
}

@media (min-width: 1024px) {}

@media (min-width: 1200px) {}

@media (min-width: 1366px) {
    .fixedLower .bannerfoot_flex.fixedLower {
        position: relative;
        bottom: -100px;
    }

    .onlyMobile {
        display: none !important;
    }

    .onlyDesktop {
        display: block !important;
    }
}

.changesize .cookies__wrrpr__inner {
    padding: 10px !important;
}

.changesize .cookies__wrrpr__info {
    font-size: 14px !important;
}

.changesize .cookies__wrrpr__close a {
    padding: 8px !important;
    font-size: 14px !important;
}

.btnreserv_mobile a {
    display: block;
    outline: none;
    padding: 6px 15px;
    text-align: center;
    border: 1px solid #010611;
    background: transparent !important;
    color: #010611;
    font-family: 'ChronicleDisplay-Light';
    font-size: 13px;
    letter-spacing: .5px;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-transform: uppercase;
    position: absolute;
    top: 14px;
    right: 15px;
}

.headerCHBackgroundbkac .btnreserv_mobile a {
    top: 6px;
}

.blackcolor a {
    color: #010611 !important;
}

.blackcolor {
    color: #010611 !important;
}

.marginleft {
    margin-left: 5% !important;
}

.marginleft_2 {
    margin-left: 15px !important;
}

.hidden {
    display: none !important;
}

.footer-CH.fixedLower {
    padding: 0 !important;
    margin: 0 0 100px !important;
}

.fixedLower #cookies-container {
    bottom: 0;
}

.dynamicF {
    padding-bottom: 60px;
}

.fixedLower .white {
    display: none;
}

.dynamicF .white {
    display: block;
}

.fixedLower .black {
    display: flex;
}

.dynamicF .black {
    display: none;
}

.dynamicF .fixedFooter {
    display: none;
}

.fixedLower .dynamicFooter {
    display: none;
}

.dynamicF .dynamicFooter {
    display: block;
}

.fixedLower .fixedFooter {
    display: block;
    margin-top: 20px;
}

.copyinfo-footer-ch p {
    width: 100%;
    text-align: center;
    font-family: 'Poppins-Light';
    font-size: 16px;
    color: #010611;
    letter-spacing: .5px;
}

.fixedLower .contactHeaderCH ul li a {
    color: #010611;
}

.dynamicF .contactHeaderCH ul li a {
    color: #fff;
}

.topGaleria {
    padding-top: 200px;
}

@media (min-width: 320px) {
    .tituloGeneral {
        font-family: 'ChronicleDisplay-XLight';
        font-size: 14px;
        width: 100%;
        text-align: center;
        color: #010611;
        letter-spacing: .5px;
        margin-bottom: 20px;
    }

    .textoGeneral {
        font-family: 'Poppins-Regular';
        font-size: 16px;
        line-height: 22px;
        width: 100%;
        text-align: center;
        color: #010611;
        letter-spacing: .5px;
    }

    .itemHabitacionSlide a {
        color: #fff;
    }
}

@media (min-width: 992px) {
    .tituloGeneral {
        font-size: 30px;
        line-height: 36px;
    }
}

.margtxt {
    margin-bottom: 50px !important;
}

.specialMarginTop {
    padding-top: 40px;
}

@media (min-width: 320px) {
    .item__galeria__page {
        width: 50%;
        margin-bottom: 15px;
        padding: 5px;
        text-align: center;
    }
}

@media (min-width: 768px) {
    .item__galeria__page {
        width: 33%;
        margin-bottom: 15px;
        padding: 5px;
        text-align: center;
    }
}

@media (min-width: 1280px) {
    .item__galeria__page {
        width: 25%;
    }
}
}

.bloque__sm__galeria__wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#wrrprCategoriasFiltro {
    float: left;
    position: relative;
    width: 100%;
    text-align: center;
    padding: 0 0 20px;
}

.gallery-item a {
    cursor: zoom-in;
}

#wrrprCategoriasFiltro .button {
    padding: 10px 20px;
    outline: none;
    border: 1px solid rgba(26, 41, 65, 0.1);
    background: transparent;
    font-family: 'Poppins-Regular';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    letter-spacing: 2px;
    font-size: 16px;
    color: #1A2941;
    border-radius: 3px 3px 0 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-right: 3px;
    cursor: pointer;
}

#wrrprCategoriasFiltro button.button.is-checked {
    background: rgba(1, 6, 17, 0.95);
    color: white;
}

div#galeriaAzul {
    float: left;
    position: relative;
    width: 100%;
}

@media (min-width: 320px) {
    .reserv-ch {
        position: fixed;
        z-index: 900;
        width: 100%;
        height: 65px;
        left: 0;
        -webkit-transition: all 2s ease;
        -o-transition: all 2s ease;
        transition: all 2s ease;
        bottom: -70px;
        background: #fff;
        bottom: 0;
    }

    .title-reserv-fixed a.dropdown-item {
        height: auto;
        white-space: break-spaces;
        width: 100%;
        color: #000;
        background: #fff;
        border-bottom: 1px solid #000;
        transition: all .3s ease;
    }

    .title-reserv-fixed a.dropdown-item:hover {
        background: #000;
        color: #fff;
    }

    .title-reserv-fixed a.dropdown-item:last-of-type {
        border: 0;
    }

    .title-reserv-fixed .dropdown-menu {
        background: transparent;
        top: -1px;
    }

    .title-reserv-fixed .dropdown-toggle {
        height: 34px;
        border-radius: 0;
        padding: 0 13px;
        background: transparent;
        color: #fff;
        /*font-family: 'ChronicleDisplay-Light';*/
        font-size: 11px;
        line-height: 1.2;
        border: 0;
    }

    .show>.btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #000;
        border-color: #000;
        width: 100%;
    }

    .btn-reserva-hoteles {
        display: block;
        position: absolute;
        right: 15px;
        top: 10px;
        width: 130px;
    }

    .btn-reserva-hoteles .dropdown-toggle {
        height: 40px;
        padding: 0 15px;
        background: transparent;
        color: #000;
        width: 100%;
        border-radius: 0;
        font-size: 13px;
    }

    .btn-reserva-hoteles .dropdown-item {
        white-space: break-spaces;
        font-size: 15px;
        text-align: center;
        width: 130px;
    }

    .btn-reserva-hoteles .dropdown-menu.show {
        min-width: 130px;
    }
}

@media (min-width: 768px) {
    .reserv-ch {
        width: auto;
        height: 34px;
        z-index: 1024;
        left: auto;
        bottom: auto !important;
        top: 43px;
        right: 15px;
        background: transparent;
        border: 1px solid #fff;
    }

    .btn-reserva-hoteles .dropdown-item {
        background: #fff;
        color: #000;
    }
}

@media (min-width: 992px) {
    .btn-telefono-fijo {
        display: none;
    }
}

@media (min-width: 1366px) {
    .btn-telefono-fijo {
        position: fixed;
        z-index: 900;
        max-width: 200px;
        min-width: 130px;
        top: 43px;
        max-height: 34px;
        transition: all 2s ease;
        display: block;
    }

    .btn-telefono-fijo.animation-top {
        top: 18px;
        transition: all 2s ease;
    }

    .telefono-fijo-inner {
        width: 100%;
        color: #fff;
        /* font-family: 'ChronicleDisplay-Light'; */
        font-size: 11px;
        letter-spacing: 0;
        border: 1px solid #fff;
        text-decoration: none;
        position: relative;
        float: left;
        height: 34px;
    }

    .telefono-fijo-inner:hover {
        color: #fff;
    }

    .icono-telefono-fijo {
        width: 34px;
        height: 34px;
        position: relative;
        float: left;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #fff;
        top: -1px;
    }

    .icono-telefono-fijo img,
    .icono-telefono-fijo svg {
        display: block;
        width: 50%;
    }

    .txt-telefono-fijo {
        width: calc(100% - 34px);
        position: relative;
        float: right;
        padding: 0 10px;
        transition: all .5s ease;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .txt-telefono-fijo:hover {
        background: #000;
    }

    .txt-telefono-fijo p {
        margin: 0;
        line-height: 1;
        white-space: nowrap;
    }
}

@media (min-width: 1600px) {
    .telefono-fijo-inner {
        font-size: 13px;
    }

    .title-reserv-fixed .dropdown-toggle {
        font-size: 13px;
    }

    .icono-telefono-fijo img,
    .icono-telefono-fijo svg {
        width: 65%;
    }
}

.reserv-ch-visible {
    bottom: 0;
}

.fixed-mobile>.btn-reserva-hoteles {
    top: 2px;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* Ajuste Bg Transparencia
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * */

@media (min-width: 992px){

    .cont-itemFull .description-itemFull,
    .cont-itemMedium .description-itemMedium{
        background:rgba(255,255,255,0.6)!important;
    }

}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* 29/11/23 - CH
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
@media (min-width: 320px){

    .description-itemFull .DescriptionSlideHts {
        color: black;
    }

    .description-itemFull {
        z-index: 10;
        position: relative;
        width: 100%;
        min-height: 100px;
        background: #fff;
        padding: 20px 20px 0;
        float: left;
    }

}

@media (min-width: 768px) {
    .description-itemFull {
        padding: 40px 10%;
    }

    .dift {}
}

@media (min-width: 992px) {

    .description-itemFull {
        position: absolute;
        bottom: auto;
        right: 0;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        width: 60%;
        padding: 40px 50px;
        -webkit-box-shadow: 0px 0px 52px -20px rgba(0, 0, 0, 0.7);
        -moz-box-shadow: 0px 0px 52px -20px rgba(0, 0, 0, 0.7);
        box-shadow: 0px 0px 52px -20px rgba(0, 0, 0, 0.7);
    }

}

@media (min-width: 1400px) {
    .description-itemFull {
        width: 33%;
    }

    .dift {}
}


@media (min-width: 320px) {
    .exclamationMarkLeft {
        float: left;
        position: relative;
        width: 100%;
        margin-bottom: 20px;
        padding: 0 20px;
    }
}

@media (min-width: 768px) {
    .exclamationMarkLeft {
        padding: 0;
    }
}

@media (min-width: 320px) {
    .exclamationMarkLeft svg {
        width: 30px;
        float: left;
    }
}

@media (min-width: 768px) {
    .exclamationMarkLeft svg {
        width: 40px;
    }
}


@media (min-width: 320px) {
    .exclamationMarkRight {
        float: left;
        position: relative;
        width: 100%;
        padding: 0 20px;
        margin-bottom: 15px;
    }
}

@media (min-width: 768px) {
    .exclamationMarkRight {
        padding: 0;
        margin: 0;
    }
}

@media (min-width: 320px) {
    .exclamationMarkRight svg {
        width: 30px;
        float: right;
    }
}

@media (min-width: 768px) {
    .exclamationMarkRight svg {
        width: 40px;
    }
}

.exclamationMarkIcon {
    fill: #858f9e;
}
*/

@media (min-width: 320px){

    .description-itemFull .DescriptionSlideHts {
        /*20220221*/
        /*color: black;*/
        color:#fff;
    }

    .description-itemFull {
        z-index: 10;
        position: relative;
        width: 100%;
        min-height: 100px;
        background: #00000088;
        padding: 20px 20px 0;
        float: left;
        text-align:center;
    }

    .description-itemFull address,
    .description-itemFull dl,
    .description-itemFull ol,
    .description-itemFull p,
    .description-itemFull pre,
    .description-itemFull ul{
        color: #fff;
    }
    
    .description-itemFull p{
        color:#000;
    }

    .description-itemFull.white{
        background: #fff;
    }

    .description-itemFull.white address,
    .description-itemFull.white dl,
    .description-itemFull.white ol,
    .description-itemFull.white p,
    .description-itemFull.white pre,
    .description-itemFull.white ul{
        color: #212529;
    }

    .exclamationMarkIcon {
        fill: white;
    }

    .description-itemFull.white .exclamationMarkIcon{
        fill: #858f9e;
    }


}

@media (min-width: 768px) {
    .description-itemFull {
        padding: 40px 10%;
    }

    .dift {}
}

@media (min-width: 992px) {

    .description-itemFull {
        position: absolute;
        bottom: auto;
        right: 0;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        width: 60%;
        padding: 40px 50px;
        -webkit-box-shadow: 0px 0px 52px -20px rgba(0, 0, 0, 0.7);
        -moz-box-shadow: 0px 0px 52px -20px rgba(0, 0, 0, 0.7);
        box-shadow: 0px 0px 52px -20px rgba(0, 0, 0, 0.7);
    }

}

@media (min-width: 1400px) {
    .description-itemFull {
        width: 33%;
    }

    .dift {}
}


@media (min-width: 320px) {
    .exclamationMarkLeft {
        float: left;
        position: relative;
        width: 100%;
        margin-bottom: 20px;
        padding: 0 20px;
    }
}

@media (min-width: 768px) {
    .exclamationMarkLeft {
        padding: 0;
    }
}

@media (min-width: 320px) {
    .exclamationMarkLeft svg {
        width: 30px;
        float: left;
    }
}

@media (min-width: 768px) {
    .exclamationMarkLeft svg {
        width: 40px;
    }
}


@media (min-width: 320px) {
    .exclamationMarkRight {
        float: left;
        position: relative;
        width: 100%;
        padding: 0 20px;
        margin-bottom: 15px;
    }
}

@media (min-width: 768px) {
    .exclamationMarkRight {
        padding: 0;
        margin: 0;
    }
}

@media (min-width: 320px) {
    .exclamationMarkRight svg {
        width: 30px;
        float: right;
    }
}

@media (min-width: 768px) {
    .exclamationMarkRight svg {
        width: 40px;
    }
}

/*======================================================================*
    LP Promociones
*======================================================================*/
.promotion a,.promotion h1,.promotion h2,.promotion h3,.promotion h4,.promotion h5,.promotion h6,.promotion p,.promotion span {
    font-family:"Helvetica Neue",Arial,Roboto,"Segoe UI",Poppins-Light,-apple-system,BlinkMacSystemFont,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"
}
.promotion {
    position:relative;
    min-height:100vh;
    width:100%;
    padding-top:217px;
    padding-bottom:50px;
    float:left
}
.promotion::after {
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:50;
    background:rgba(0,0,0,.69)
}
.promotion-inner {
    z-index:100;
    width:100%;
    position:relative;
    margin-top:30px;
    margin-bottom:30px;
    background-color:#fff;
    padding:50px 15px;
    float:left
}
.promotion-info {
    width:100%;
    display:flex;
    flex-direction:column;
    flex-wrap:wrap;
    position:relative;
    gap:30px
}
.promotion-info-carousel {
    width:100%;
    position:relative;
    order:1
}
.promotion-info-carousel .carousel .carousel-indicators {
    justify-content:center;
    margin:0
}
.promotion-info-carousel .carousel .carousel-indicators li {
    width:8px;
    height:8px;
    border-radius:50%;
    background-color:#7d8796
}
.promotion-info-carousel .carousel .carousel-indicators .active {
    background-color:#000
}
.promotion-info-carousel .carousel .carousel-inner .carousel-item img {
    height:360px;
    object-fit:cover;
    object-position:center;
    border-radius:30px;
    overflow:hidden
}
.promotion-info-txt {
    width:100%;
    position:relative;
    margin-bottom:25px;
    padding-bottom:25px;
    order:2
}
.superindice-txt,.titulo-txt {
    margin-bottom:20px;
    text-transform:uppercase
}
.superindice-txt {
    color:#3b3b3b
}
.superindice-txt h4 {
    font-size:20px
}
.titulo-txt {
    color:#3a3a3a
}
.titulo-txt h2 {
    font-size:30px;
    font-weight:700
}
.titulo-txt h2 span {
    font-weight:600;
    font-style:italic
}
.list-check {
    margin-bottom:40px;
    color:#383838
}
.item-list-wrapper {
    position:relative;
    width:100%;
    display:inline-flex;
    align-items:center
}
.list-check .icon-check {
    width:20px;
    height:20px;
    position:relative;
    margin-right:10px
}
.list-check .icon-check svg {
    display:block;
    width:100%;
    height:100%;
    max-height:20px
}
.list-check ul {
    position:relative;
    width:100%;
    margin:20px 0 0;
    list-style:none;
    padding:0
}
.list-check ul li {
    position:relative;
    width:100%;
    margin-bottom:10px
}
.list-check .item-list-check {
    width:calc(100% - 30px)
}
.list-check ul li .item-list-check p {
    font-size:16px;
    text-transform:uppercase;
    margin-bottom:0;
    font-weight:500
}
.code-txt {
    font-weight:700;
    font-size:16px;
    color:#333
}
.code-txt p {
    font-weight:700;
    margin-bottom:8px
}
.descripcion-txt {
    font-size:16px;
    color:#3a3a3a
}
.descripcion-txt p {
    margin:0 0 6px
}
.notes-txt {
    font-style:italic;
    font-size:16px;
    margin-top:35px;
    color:#3d3d3d
}
.promotion-check {
    min-height:50px;
    margin-top:50px;
    padding-top:25px
}
@media (min-width:768px) {
    .promotion-inner {
        padding:70px 25px
    }
    .promotion-info {
        flex-direction:row;
        align-self:stretch;
        height:100%
    }
    .superindice-txt,.titulo-txt {
        margin-bottom:25px
    }
    .titulo-txt h2 {
        font-size:30px
    }
    .notes-txt {
        font-size:14px
    }
    .promotion-info-carousel {
        width:100%;
        order:2;
        height:100%;
        max-height:425px;
        right:0;
        top:0;
        display:flex;
        flex-grow:1
    }
    .promotion-info-carousel .carousel {
        display:flex;
        width:100%;
        flex-direction:column;
        flex-wrap:wrap
    }
    .promotion-info-carousel .carousel .carousel-inner,.promotion-info-carousel .carousel .carousel-inner .carousel-item {
        height:100%
    }
    .promotion-info-carousel .carousel .carousel-inner .carousel-item img {
        height:100%;
        border-radius:60px
    }
    .promotion-info-txt {
        width:100%;
        margin-bottom:0;
        padding-bottom:0
    }
    .list-check {
        margin-bottom:35px
    }
    .list-check ul {
        display:flex;
        gap:10px;
        flex-wrap:wrap;
        flex-direction:row
    }
    .list-check ul li {
        display:inline-block;
        width:100%;
        margin-bottom:0
    }
    .promotion-check {
        margin-top:70px
    }
    .list-check .icon-check {
        width:15px
    }
    .list-check .icon-check svg {
        max-height:15px
    }
}
@media (min-width:992px) {
    .promotion {
        padding-top:180px
    }
    .promotion-info {
        gap:30px
    }
    .superindice-txt,.titulo-txt {
        margin-bottom:30px
    }
    .titulo-txt h2 {
        font-size:34px
    }
    .notes-txt {
        font-size:15px
    }
    .list-check .icon-check {
        margin-right:6px
    }
    .list-check ul li .item-list-check p {
        font-size:14px
    }
}
@media (min-width:1200px) {
    .promotion {
        padding-bottom:70px
    }
    .promotion-inner {
        padding:100px 70px
    }
    .promotion-info-carousel {
        width:42%;
        position:absolute;
        max-height:100%
    }
    .promotion-info-carousel .carousel .carousel-indicators {
        justify-content:flex-end;
        bottom:-25px
    }
    .promotion-info-txt {
        width:55%;
        order:1
    }
    .titulo-txt {
        margin-bottom:30px
    }
    .titulo-txt h2 {
        font-size:30px
    }
    .notes-txt {
        font-size:15px;
        margin-top:35px
    }
}
@media (min-width:1400px) {
    .promotion-info-carousel {
        width:41.4%
    }
}
/*======================================================================*
    Inicia Bloque Landing Page Promo Septiembre
*======================================================================*/
  .styleBase, .september-package .september-package-inner .pack-info-wrapper .packages-wrapper .item-package .price-package, .september-package .september-package-inner .pack-info-wrapper .packages-wrapper .item-package .description-package ul li, .september-package .september-package-inner .pack-info-wrapper .packages-wrapper .item-package, .september-package .september-package-inner .pack-info-wrapper .info-contact .item-contact a, .september-package .september-package-inner .pack-info-wrapper .pack-info-inner {
    width: 100%;
    position: relative;
  }
  
  .september-package {
    position: relative;
    min-height: 100vh;
    width: 100%;
    /* padding-top: 217px; */
    /*  padding-top: 140px; */
    padding-bottom: 50px;
    float: left;
    /* background-color: $black; */
    font-family: "Helvetica Neue", Arial, Roboto, "Segoe UI", "Poppins-Light", -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }
  @media (min-width: 992px) {
    .september-package {
      /* padding-top: 180px; */
    }
  }
  @media (min-width: 1200px) {
    .september-package {
      /* padding-bottom: 70px;
      padding-top: 70px; */
    }
  }
  @media (min-width: 1400px) {
    .september-package {
      /* padding-top: 100px; */
    }
  }
  @media (min-width: 1600px) {
    .september-package {
      /* padding-top: 120px; */
    }
  }
  .september-package .september-package-inner {
    z-index: 100;
    width: 100%;
    position: relative;
    /* margin-top: 30px; */
    margin-bottom: 30px;
    /* background-color: #D0C7B8; */
    background-color: #D7CEC1;
    padding: 50px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 20px;
  }
  @media (min-width: 768px) {
    .september-package .september-package-inner {
      padding: 70px 25px;
      min-height: calc(100vh - 270px);
    }
  }
  @media (min-width: 1200px) {
    .september-package .september-package-inner {
      padding: 50px 70px;
      /* margin-top: 60px; */
      min-height: calc(100vh - 140px);
    }
  }
  @media (min-width: 1400px) {
    .september-package .september-package-inner {
      min-height: calc(100vh - 200px);
    }
  }
  @media (min-width: 1600px) {
    .september-package .september-package-inner {
      min-height: calc(100vh - 220px);
    }
  }
  .september-package .september-package-inner .tab-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .september-package .september-package-inner .nav-pills {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5px;
  }
  .september-package .september-package-inner .nav-pills .nav-link {
    position: relative;
    background-color: #010611;
    color: #e6e8ed;
    border-radius: 0;
    text-align: center;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    padding: 20px 15px;
  }
  .september-package .september-package-inner .nav-pills .nav-link .icon--home {
    width: 40px;
    margin: 0 auto;
  }
  .september-package .september-package-inner .nav-pills .nav-link .icon--home svg {
    width: 100%;
    height: 20px;
    -o-object-fit: contain;
       object-fit: contain;
    fill: #FFF;
  }
  .september-package .september-package-inner .nav-pills .nav-link::after {
    -webkit-transition: height ease-in 0.3s;
    transition: height ease-in 0.3s;
    content: "";
    position: absolute;
    margin: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #fff;
  }
  .september-package .september-package-inner .nav-pills .nav-link:hover {
    color: #010611;
    z-index: 1;
  }
  .september-package .september-package-inner .nav-pills .nav-link:hover::after {
    height: 100%;
    border-radius: 0;
    color: #010611;
    z-index: -10;
  }
  .september-package .september-package-inner .nav-pills .nav-link.active,
  .september-package .september-package-inner .nav-pills .show > .nav-link {
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    /* background-color: $light-brown; */
  }
  @media (min-width: 320px) {
    .september-package .september-package-inner .nav-item {
      min-width: 47.6%;
    }
  }
  @media (min-width: 768px) {
    .september-package .september-package-inner .nav-item {
      min-width: auto;
    }
    .september-package .september-package-inner .nav-pills .nav-link {
      padding: 15px;
    }
    .september-package .september-package-inner .nav-item:first-child {
      position: relative;
      margin-right: 10px;
    }
    .september-package .september-package-inner .nav-item:first-child .nav-link {
      min-width: auto;
    }
    .september-package .september-package-inner .nav-item:first-child::before {
      content: "";
      position: absolute;
      width: 1px;
      height: 100%;
      bottom: 0;
      right: -8px;
      z-index: 50;
      background-color: #010611;
    }
  }
  @media (min-width: 992px) {
    .september-package .september-package-inner .nav-item {
      min-width: auto;
    }
    .september-package .september-package-inner .nav-pills .nav-link {
      min-width: 190px;
    }
  }
  .september-package .september-package-inner .pack-info-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
    min-height: 465px;
  }
  .september-package .september-package-inner .pack-info-wrapper .video-pack {
    width: 350px;
  }
  .september-package .september-package-inner .pack-info-wrapper .video-pack video {
    width: 100%;
  }
  @media (min-width: 768px) {
    .september-package .september-package-inner .pack-info-wrapper .video-pack {
      width: 370px;
    }
  }
  .september-package .september-package-inner .pack-info-wrapper .reel-ig {
    width: 350px;
  }
  .september-package .september-package-inner .pack-info-wrapper .reel-ig video {
    width: 100%;
  }
  @media (min-width: 768px) {
    .september-package .september-package-inner .pack-info-wrapper .reel-ig {
      width: 280px;
    }
  }
  @media (min-width: 992px) {
    .september-package .september-package-inner .pack-info-wrapper .reel-ig {
      width: 385px;
    }
  }
  @media (min-width: 1200px) {
    .september-package .september-package-inner .pack-info-wrapper .reel-ig {
      width: 250px;
    }
  }
  @media (min-width: 1600px) {
    .september-package .september-package-inner .pack-info-wrapper .reel-ig {
      width: 300px;
    }
  }
  .september-package .september-package-inner .pack-info-wrapper .video-pack {
    position: relative;
  }
  .september-package .september-package-inner .pack-info-wrapper .video-pack::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
  }
  .september-package .september-package-inner .pack-info-wrapper .img-pack {
    width: 370px;
  }
  .september-package .september-package-inner .pack-info-wrapper .img-pack img {
    width: 100%;
  }
  .september-package .september-package-inner .pack-info-wrapper .info-contact .item-contact {
    margin-bottom: 20px;
  }
  .september-package .september-package-inner .pack-info-wrapper .info-contact .item-contact a {
    text-decoration: none;
    color: #010611;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #010611;
    border-radius: 5px 5px 0px 0px;
    border: 1px solid #010611;
  }
  .september-package .september-package-inner .pack-info-wrapper .info-contact .item-contact a .icon {
    position: relative;
    width: 100%;
    background-color: #010611;
    border-radius: 5px;
    z-index: 2;
    /* padding: 5px; */
    padding: 15px 5px;
  }
  .september-package .september-package-inner .pack-info-wrapper .info-contact .item-contact a .icon svg {
    width: 100%;
    height: 25px;
    -o-object-fit: contain;
       object-fit: contain;
    fill: #FFF;
    position: relative;
    vertical-align: text-bottom;
  }
  .september-package .september-package-inner .pack-info-wrapper .info-contact .item-contact a .link-txt {
    width: 100%;
    background-color: #FFF;
    /* padding: 5px; */
    padding: 15px 5px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center;
  }
  @media (min-width: 768px) {
    .september-package .september-package-inner .pack-info-wrapper .info-contact .item-contact a .link-txt::after {
      content: "";
      position: absolute;
      width: 20px;
      height: 20px;
      background-color: #FFF;
      left: 20px;
      bottom: 0;
      z-index: 1;
      border: none;
    }
  }
  .september-package .september-package-inner .pack-info-wrapper .info-contact .item-contact a .link-txt span {
    padding: 0px 15px;
    overflow-wrap: anywhere;
  }
  @media (min-width: 768px) {
    .september-package .september-package-inner .pack-info-wrapper .info-contact .item-contact a {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      border-radius: 10px 0px 0px 10px;
    }
    .september-package .september-package-inner .pack-info-wrapper .info-contact .item-contact a .icon {
      /* width: 40px; */
      width: 60px;
      border-radius: 10px;
      padding: 14px;
    }
    .september-package .september-package-inner .pack-info-wrapper .info-contact .item-contact a .icon svg {
      height: 20px;
    }
    .september-package .september-package-inner .pack-info-wrapper .info-contact .item-contact a .link-txt {
      border-radius: 10px 0px 0px;
      padding: 14px;
    }
    .september-package .september-package-inner .pack-info-wrapper .info-contact .item-contact a .link-txt::after {
      left: 40px;
    }
  }
  .september-package .september-package-inner .pack-info-wrapper .packages-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px 0;
  }
  .september-package .september-package-inner .pack-info-wrapper .packages-wrapper .item-package {
    padding: 15px 0;
  }
  .september-package .september-package-inner .pack-info-wrapper .packages-wrapper .item-package::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    z-index: 50;
    background-color: #010611;
  }
  @media (min-width: 768px) {
    .september-package .september-package-inner .pack-info-wrapper .packages-wrapper .item-package {
      width: 50%;
      padding: 0 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
    .september-package .september-package-inner .pack-info-wrapper .packages-wrapper .item-package::before {
      content: none;
    }
    .september-package .september-package-inner .pack-info-wrapper .packages-wrapper .item-package .description-package {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
    }
    .september-package .september-package-inner .pack-info-wrapper .packages-wrapper .item-package .description-package::before {
      content: "";
      position: absolute;
      width: 5px;
      height: 100%;
      bottom: 0;
      left: -30px;
      z-index: 50;
      background-color: #010611;
    }
  }
  .september-package .september-package-inner .pack-info-wrapper .packages-wrapper .item-package .titulo-package {
    color: #28231D;
  }
  .september-package .september-package-inner .pack-info-wrapper .packages-wrapper .item-package .titulo-package h6 {
    font-size: 16px;
    font-weight: bold;
  }
  .september-package .september-package-inner .pack-info-wrapper .packages-wrapper .item-package .description-package {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    color: #2D2920;
    font-size: 16px;
    letter-spacing: 0px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    /*  &::before{
         content: "";
         position: absolute;
         width: 5px;
         height: 100%;
         bottom: 0;
         left: -30px;
         z-index: 50;
         background-color: $black;
     }  */
  }
  .september-package .september-package-inner .pack-info-wrapper .packages-wrapper .item-package .description-package p {
    margin: 1rem 0px;
  }
  .september-package .september-package-inner .pack-info-wrapper .packages-wrapper .item-package .description-package h1, .september-package .september-package-inner .pack-info-wrapper .packages-wrapper .item-package .description-package h2, .september-package .september-package-inner .pack-info-wrapper .packages-wrapper .item-package .description-package h3 {
    font-size: 20px;
    letter-spacing: 0px;
    margin: 1rem 0px;
    font-weight: bold;
  }
  .september-package .september-package-inner .pack-info-wrapper .packages-wrapper .item-package .description-package h4, .september-package .september-package-inner .pack-info-wrapper .packages-wrapper .item-package .description-package h5, .september-package .september-package-inner .pack-info-wrapper .packages-wrapper .item-package .description-package h6 {
    font-size: 18px;
    letter-spacing: 0px;
    margin: 1rem 0px;
    font-weight: bold;
  }
  .september-package .september-package-inner .pack-info-wrapper .packages-wrapper .item-package .description-package a {
    color: #5d6477;
    text-decoration: none;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .september-package .september-package-inner .pack-info-wrapper .packages-wrapper .item-package .description-package a:hover {
    color: #2D2920;
  }
  .september-package .september-package-inner .pack-info-wrapper .packages-wrapper .item-package .description-package ul {
    margin: 1rem 0px;
    list-style: square;
    list-style: none;
    padding-left: 0;
  }
  .september-package .september-package-inner .pack-info-wrapper .packages-wrapper .item-package .description-package ul li {
    padding-left: 15px;
  }
  .september-package .september-package-inner .pack-info-wrapper .packages-wrapper .item-package .description-package ul li::before {
    content: "";
    position: absolute;
    background: #2B2414;
    left: 0;
    top: 9px;
    width:4px;
    height:4px;
    border-radius:15px
  }
  .september-package .september-package-inner .pack-info-wrapper .packages-wrapper .item-package .description-package ul li::marker {
    color: #010611;
  }
  @media (min-width: 992px) {
    .september-package .september-package-inner .pack-info-wrapper .packages-wrapper .item-package .description-package {
      width: 80%;
    }
  }
  @media (min-width: 1200px) {
    .september-package .september-package-inner .pack-info-wrapper .packages-wrapper .item-package .description-package {
      width: 72%;
    }
  }
  .september-package .september-package-inner .pack-info-wrapper .packages-wrapper .item-package .price-package {
    font-size: 16px;
    letter-spacing: 0px;
    color: #2F271A;
  }
  .september-package .september-package-inner .pack-info-wrapper .packages-wrapper .item-package .price-package p {
    margin-bottom: 0px;
  }
  @media (min-width: 768px) {
    .september-package .september-package-inner .pack-info-wrapper .packages-wrapper .item-package:nth-child(odd) {
      text-align: right;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
    }
    .september-package .september-package-inner .pack-info-wrapper .packages-wrapper .item-package:nth-child(odd) .description-package ul {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
    }
    .september-package .september-package-inner .pack-info-wrapper .packages-wrapper .item-package:nth-child(odd) .description-package::before {
      content: none;
    }
  }
  .september-package .september-package-inner .pack-info-wrapper .clarifications {
    text-align: center;
    font-style: italic;
    font-size: 16px;
    margin-top: 50px;
    color: #2B241C;
  }
  .september-package .september-package-inner .pack-info-wrapper .clarifications ul {
    list-style: none;
    padding-left: 0;
    text-align: center;
  }
/*======================================================================*
    Termina Bloque Landing Page Promo Septiembre
*======================================================================*/

/* -------------------------- Carrusel Nuevo -------------------------*/
.carousel-central-block{
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 20px;
    float:left;
}
.carousel-central-block .container{
    margin: 0;
}
.carousel-central{
    position: relative;
    float: left;
    width: 100%;
    height: 250px;
    margin: 40px 0;
    padding: 0;
}
.carousel-central .item-container{
    position: relative;
    width: 100%;
}
.carousel-central .item-container-content{
    position: relative;
    width: 100%;
    height: 100%;
}

.carousel-central .item-img{
    width: 100%;
    height: 250px;
}
.carousel-central .item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.carousel-central .item-text{
    position: absolute;
    left: 15px;
    bottom: 15px;
    right: 15px;
    background-color: #ffffff;
    border-radius: 20px;
    z-index: 1;
    overflow: hidden;
}
.carousel-central .item-text::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    right: 100%;
    background-color: #F3F0E2;
    transition: right .2s ease;
}
.carousel-central .item-text:hover::before{
    right: 0;
}

.item-description{
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
}
.item-description p{
    font-family: 'ChronicleDisplay-XLight';
    text-align: center;
    padding: 10px;
    color: #fff;
    position: relative; /* Cambiar a posición relativa */
    z-index: 1;
}
.carousel-central a{
    text-decoration: none;
    color: #000000;
}
.carousel-central .item-text p{
    font-family: 'ChronicleDisplay-XLight';
    font-size: 16px;
    line-height: 20px;
    margin: 12px 16px;
    font-weight: bold;
}

.carousel-central .owl-nav{
    width: calc(100% - 160px);
    margin: 0 40px;
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}
.carousel-central:hover .owl-nav{
    opacity: 1;
}
.carousel-central .owl-nav .owl-prev, .carousel-central .owl-nav .owl-next{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff !important;
}

.carousel-central .owl-nav span{
    vertical-align: middle;
    font-size: 30px;
    font-weight: 100;
    color: rgb(39, 39, 39);
}
.carousel-central .owl-nav span:hover{
    font-size: 30px;
    font-weight: 100;
    color: rgb(0, 0, 0);
}

.carousel-central .owl-dots{
    position: absolute;
    bottom: -40px;
}

@media (min-width: 1200px){
    .carousel-central-block{
        padding: 0;
    }
    .carousel-central-block .container{
        width: 100%;
        margin: auto;
    }
    .carousel-central{
        height: 300px;
    }
    .item-description{
        width: 100%;
        height: 300px;
    }
    .carousel-central .item-img{
        width: 100%;
        height: 300px;
    }
}

@media (min-width: 1600px){
    .carousel-central-block{
        padding: 0 30px;
    }
    .carousel-central-block .container{
        min-width: 100%;
    }
    .carousel-central{
        height: 430px;
    }
    .item-description{
        width: 100%;
        height: 430px;
    }
    .carousel-central .item-img{
        width: 100%;
        height: 430px;
    }
    .carousel-central .item-img{
        width: 100%;
        height: 430px;
    }
}




/* ======================================================================*
    Calendario de Eventos
*====================================================================== */

.our-events {
  padding: 100px 0;
}
@media (min-width: 768px) {
  .our-events {
    padding: 120px 0;
  }
}
.our-events .title-block {
  position: relative;
  width: 100%;
  text-align: center;
}
.our-events .title-block h2 {
  font-family: "ChronicleDisplay-XLight";
  font-size: 30px;
  line-height: 1.2;
  color: #010611;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}
.our-events .title-block h5 {
  font-family: "Poppins-Regular";
  font-size: 16px;
  line-height: 1.2;
  color: #010611;
  letter-spacing: 0.5px;
}
.our-events .title-block .separator-title {
  display: inline-block;
  border-bottom: 2px solid black;
  width: 115px;
}
.our-events .filterMobile {
  position: relative;
  display: block;
  margin: 30px auto 0;
}
@media (min-width: 390px) {
  .our-events .filterMobile {
    margin: 50px auto 0;
  }
}
.our-events .filterMobile a {
  width: 100%;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
  font-family: "Poppins-Regular";
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 1.2px;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #010611;
  color: #010611;
  padding: 0 20px;
  height: 55px;
  border-radius: 10px;
}
.our-events .filterMobile a .icon {
  width: 24px;
  height: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.our-events .filterMobile a .icon svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.our-events .filterMobile a.active .icon svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (min-width: 992px) {
  .our-events .filterMobile {
    display: none;
  }
}
.our-events .container-options-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  /*  display: none; */
  overflow: hidden;
  -webkit-transition: height 0.5s ease, opacity 0.5s ease;
  transition: height 0.5s ease, opacity 0.5s ease;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 390) {
  .our-events .container-options-search {
    gap: 25px;
  }
}
@media (min-width: 768px) {
  .our-events .container-options-search {
    gap: 35px;
  }
}
@media (min-width: 992px) {
  .our-events .container-options-search {
    margin-top: 80px;
    /* display: flex;
    position: relative; */
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}
.our-events .container-options-search.open {
  /* display: flex;
  transition: all ease-in-out 20s;
  position: relative; */
}
@media (max-width: 992px) {
  .our-events .container-options-search.open {
    height: auto;
    opacity: 1;
    visibility: visible;
    margin: 30px 0 50px;
  }
}
.our-events .container-options-search .flatpickr label {
  font-family: "Poppins-Regular";
  font-size: 16px;
  letter-spacing: 0.28px;
  color: #010611;
  margin-bottom: 8px;
}
@media (min-width: 390px) {
  .our-events .container-options-search .flatpickr label {
    margin-bottom: 12px;
  }
}
.our-events .container-options-search .flatpickr input {
  color: #010611;
  font-family: "Poppins-Regular";
  font-size: 16px;
  letter-spacing: 0.28px;
  background-color: #FFF;
  /* padding: 14px 20px; */
  padding: 0px 20px;
  height: 55px;
  outline: none;
  position: relative;
  width: 100%;
  border-radius: 6px;
  border: 1px solid #666565;
}
@media (min-width: 768px) {
  .our-events .container-options-search .flatpickr input {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .our-events .container-options-search .flatpickr input {
    /* padding: 25px 20px; */
    height: 60px;
  }
}
.our-events .container-options-search .flatpickr .iconPick {
  border: 1px solid;
  width: 80px;
  /* height: calc(100% - 36px); */
  height: 55px;
  background-color: #e6e8ed;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" stroke="%23666565"><circle cx="12" cy="12" r="10" stroke="%23666565" stroke-width="1.5"></circle><path d="M12 8V12L14.5 14.5" stroke="%23666565" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px;
  border-radius: 6px;
  border-left: 1px solid #666565;
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
@media (min-width: 992px) {
  .our-events .container-options-search .flatpickr .iconPick {
    height: 60px;
  }
}
.our-events .container-options-search .flatpickr:hover .iconPick {
  opacity: 0.8;
}
.our-events .container-options-search button {
  font-family: "Poppins-Regular";
  font-size: 16px;
  line-height: 1.2px;
  /* height: calc(100% - 36px); */
  text-align: center;
  color: #FFF;
  letter-spacing: 0.5px;
  border-radius: 10px;
  background-color: #010611;
  border: 1px solid #858f9e;
  /* padding: 16px 20px; */
  padding: 0 20px;
  height: 55px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.our-events .container-options-search button:hover {
  background-color: #FFF;
  border: 1px solid #010611;
  color: #010611;
}
@media (min-width: 992px) {
  .our-events .container-options-search button {
    /* padding: 25px 20px; */
    height: 60px;
  }
}
.our-events .container-options-search .flatpickr,
.our-events .container-options-search button {
  position: relative;
  width: 100%;
  display: inline-block;
}
@media (min-width: 768px) {
  .our-events .container-options-search .flatpickr,
  .our-events .container-options-search button {
    width: calc((100% - 35px) / 2);
  }
}
@media (min-width: 992px) {
  .our-events .container-options-search .flatpickr,
  .our-events .container-options-search button {
    width: calc((100% - 70px) / 3);
  }
}
.our-events .container-targets {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px 0;
}
@media (min-width: 768px) {
  .our-events .container-targets {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 50px 35px;
  }
}
@media (min-width: 992px) {
  .our-events .container-targets {
    margin-top: 80px;
  }
}
.our-events .container-targets .target {
  width: 100%;
}
@media (min-width: 768px) {
  .our-events .container-targets .target {
    width: calc((100% - 35px) / 2);
  }
}
@media (min-width: 992px) {
  .our-events .container-targets .target {
    width: calc((100% - 70px) / 3);
  }
}
.our-events .container-targets .target-image {
  width: 100%;
  height: 240px;
  position: relative;
}
.our-events .container-targets .target-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.our-events .container-targets .target-info {
  width: 100%;
  padding: 20px;
}
@media (min-width: 768px) {
  .our-events .container-targets .target-info {
    padding: 22px;
  }
}
.our-events .container-targets .target-info .title a {
  display: inline;
}
.our-events .container-targets .target-info .title a h3 {
  display: inline;
  font-size: 30px;
  font-family: "ChronicleDisplay-XLight";
  color: #010611;
  margin-right: 15px;
  line-height: 1.4;
}
.our-events .container-targets .target-info .title a .icon-link {
  width: 20px;
  height: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.our-events .container-targets .target-info .title a .icon-link svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.our-events .container-targets .target-info .title a:hover {
  text-decoration: underline;
  color: #010611;
}
.our-events .container-targets .target-info .description {
  margin: 20px 0;
}
.our-events .container-targets .target-info .description p {
  font-family: "Poppins-Regular";
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #666565;
  line-height: 1.5;
  margin: 0px;
}
.our-events .container-targets .target-info .info-event-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.our-events .container-targets .target-info .info-event-wrap .icon-event {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: flex-start;
      -ms-flex-pack: flex-start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 15px;
}
.our-events .container-targets .target-info .info-event-wrap .icon-event.date-event {
  color: #010611;
  font-weight: 600;
}
.our-events .container-targets .target-info .info-event-wrap .icon-event.location-event {
  color: #666565;
}
.our-events .container-targets .target-info .info-event-wrap .icon-event .icon {
  width: 30px;
  height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.our-events .container-targets .target-info .info-event-wrap .icon-event .icon svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.our-events .container-targets .target-info .info-event-wrap .icon-event span {
  font-family: "Poppins-Regular";
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  position:relative;
  width:calc(100% - 40px);
  letter-spacing: 0.5px;
}
.our-events .container-targets .target-btn {
  width: 100%;
  position: relative;
  margin-top: 10px;
}
.our-events .container-targets .target-btn a {
  width: 100%;
  display: inline-block;
  font-family: "ChronicleDisplay-XLight";
  font-size: 20px;
  letter-spacing: 0.5px;
  text-decoration: none;
  color: #858f9e;
  border-radius: 10px;
  border: 1px solid #858f9e;
  padding: 35px 20px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.our-events .container-targets .target-btn a:hover {
  background-color: #858f9e;
  color: #FFF;
}

/*PAGINADOR*/
.btnChevron, .pagination_events .pagination .next, .pagination_events .pagination .prev {
  border-color: #010611;
  background-color: #FFFFFF;
}
.btnChevron .icon_pagination, .pagination_events .pagination .next .icon_pagination, .pagination_events .pagination .prev .icon_pagination {
  width: 12px;
  height: 12px;
  position: relative;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btnChevron .icon_pagination svg, .pagination_events .pagination .next .icon_pagination svg, .pagination_events .pagination .prev .icon_pagination svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
}

.pagination_events {
  position: relative;
  margin-top: 55px;
}
@media (min-width: 768px) {
  .pagination_events {
    margin-top: 80px;
  }
}
.pagination_events .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.pagination_events .pagination li {
  display: inline-block;
  margin: 0 5px;
}
.pagination_events .pagination li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 35px;
  height: 35px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  color: #FFFFFF;
  background-color: rgba(189, 189, 189, 0.6196078431);
  border: 1px solid rgba(189, 189, 189, 0.0509803922);
  border-radius: 50%;
  overflow: hidden;
}
.pagination_events .pagination li a svg .st0 {
  fill: #010611;
}
.pagination_events .pagination li a.active {
  background-color: #010611;
  color: #FFFFFF;
  border: 1px solid #010611;
}
.pagination_events .pagination li a:hover:not(.active) {
  background-color: #666565;
  border: 1px solid #666565;
  color: #FFF;
}
.pagination_events .pagination li a:hover svg .st0 {
  fill: #FFF;
}
.pagination_events .pagination .prev svg {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
      -ms-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.pagination_events .pagination .next svg {
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}


/*======================================================================*
    Inicia Cambio Promoción (Switch Cambio)
*======================================================================*/

@media (min-width: 768px) { 
    .promotion--reverse .promotion-info{
        flex-direction: row-reverse;
    }
    .promotion--reverse .promotion-info-carousel{
        right: auto;
        left:0;
    }
}

@media (min-width: 1200px) { 
    .promotion--reverse .promotion-info-carousel .carousel .carousel-indicators{
        justify-content: flex-start;
    }
}

/*======================================================================*
    CTA
*======================================================================*/

.ctaBookNow{
    display: flex;
    width: 100%;
    justify-content: center;
    position: relative;
    float: left;
    margin-top: 40px;
}

.ctaBookNow a{
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'ChronicleDisplay-XLight';
    font-size: 18px;
    letter-spacing: .5px;
    text-decoration: none;
    color: #fff;
    padding: 15px 0;
    width: 100%;
    background-color: #7d8796;
    transition: all .3s ease;
    text-align: center;
    min-width: 250px;
    border-radius: 5px;
    gap: 10px;
}
.ctaBookNow a .icon{
    width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    svg{
        width: 100%;
        
    }
}
.ctaBookNow a:hover{
    background-color: #010611;
}

@media (min-width: 768px){
    .ctaBookNow a{
        font-size: 20px;
        width: auto;
        padding: 15px 50px;
    } 
}
@media (min-width: 1200px){
    .ctaBookNow{
        margin-top: 50px;
    } 
}

/*======================================================================*
    _whatsapp
*======================================================================*/
.whatsapp-action {
  position: fixed;
  bottom: 30px;
  left: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #00DD33;
  z-index: 1000;
}
@media (min-width: 768px) {
  .whatsapp-action {
    bottom: 40px;
    right: 40px;
  }
}
.whatsapp-action a {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #fff;
  font-size: 40px;
}
.whatsapp-action a img, .whatsapp-action a svg {
  height: 50%;
  display: block;
}
.whatsapp-action.pulse-whats {
  -webkit-animation: pulse-animation-whatsapp 2s infinite;
          animation: pulse-animation-whatsapp 2s infinite;
}

@-webkit-keyframes pulse-animation-whatsapp {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 221, 51, 0.8);
            box-shadow: 0 0 0 0px rgba(0, 221, 51, 0.8);
  }
  100% {
    -webkit-box-shadow: 0 0 0 5px rgba(0, 221, 51, 0);
            box-shadow: 0 0 0 5px rgba(0, 221, 51, 0);
  }
}

@keyframes pulse-animation-whatsapp {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 221, 51, 0.8);
            box-shadow: 0 0 0 0px rgba(0, 221, 51, 0.8);
  }
  100% {
    -webkit-box-shadow: 0 0 0 5px rgba(0, 221, 51, 0);
            box-shadow: 0 0 0 5px rgba(0, 221, 51, 0);
  }
}
/*======================================================================*
    _whatsapp termina
*======================================================================*/



/*======================================================================*
*
*
*   Start: Landing Page Viajes
*
*
*======================================================================*/

.lndngpg-hero-banner {
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 1;
}
@media (min-width: 768px) {
  .lndngpg-hero-banner {
    height: 80vh;
  }
}
@media (min-width: 1200px) {
  .lndngpg-hero-banner {
    height: calc(100vh - 108px);
  }
}
.lndngpg-hero-banner-inner {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 220px;
  z-index: 10;
}
@media (min-width: 768px) {
  .lndngpg-hero-banner-inner {
    padding-top: 120px;
  }
}
.lndngpg-hero-banner-inner.background-fixed {
  background-attachment: fixed;
}
.lndngpg-hero-banner-inner::after {
  content: "";
  position: absolute;
  z-index: 15;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.lndngpg-hero-banner-information {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 10px 20px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 20;
}
@media (min-width: 768px) {
  .lndngpg-hero-banner-information {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 20px;
  }
}
.lndngpg-hero-banner-container {
  position: relative;
  width: 100%;
}
.lndngpg-hero-banner-ttl {
  position: relative;
  width: 100%;
  margin: auto;
  text-align: center;
}
@media (min-width: 992px) {
  .lndngpg-hero-banner-ttl {
    max-width: 80%;
  }
}
.lndngpg-hero-banner-ttl h1,
.lndngpg-hero-banner-ttl h2,
.lndngpg-hero-banner-ttl h3,
.lndngpg-hero-banner-ttl h4,
.lndngpg-hero-banner-ttl h5 {
  margin: 0;
  color: #fff;
  font-family: "ChronicleDisplay-Semi";
  font-size: 32px;
  line-height: 1.1 !important;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media (min-width: 768px) {
  .lndngpg-hero-banner-ttl h1,
  .lndngpg-hero-banner-ttl h2,
  .lndngpg-hero-banner-ttl h3,
  .lndngpg-hero-banner-ttl h4,
  .lndngpg-hero-banner-ttl h5 {
    font-size: 38px;
    line-height: 1.2 !important;
  }
}
@media (min-width: 992px) {
  .lndngpg-hero-banner-ttl h1,
  .lndngpg-hero-banner-ttl h2,
  .lndngpg-hero-banner-ttl h3,
  .lndngpg-hero-banner-ttl h4,
  .lndngpg-hero-banner-ttl h5 {
    font-size: 42px;
    line-height: 1.4 !important;
  }
}
.lndngpg-hero-banner-content {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 30px auto 0;
  font-family: "Poppins-Regular";
  font-size: 18px;
  color: #fff;
}
@media (min-width: 768px) {
  .lndngpg-hero-banner-content {
    margin: 40px auto 0;
  }
}
@media (min-width: 992px) {
  .lndngpg-hero-banner-content {
    margin: 80px auto 0;
  }
}
@media (min-width: 992px) {
  .lndngpg-hero-banner-content {
    max-width: 80%;
  }
}
.lndngpg-hero-banner-content p {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  letter-spacing: 0.5px;
}
.lndngpg-hero-banner-content p:last-of-type {
  margin: 0;
}

.lndngpg-booking {
  position: relative;
  width: 100%;
  min-height: 108px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(128, 128, 128, 0.2);
}
.lndngpg-booking-inner {
  position: relative;
  width: 100%;
}
@media (min-width: 1200px) {
  .lndngpg-booking-inner {
    max-width: 1200px;
  }
}

.lndngpg-information {
  position: relative;
  width: 100%;
  margin: 65px 0;
}
.lndngpg-information-ttl {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .lndngpg-information-ttl {
    padding: 0 10%;
    margin-bottom: 60px;
  }
}
.lndngpg-information-ttl h2,
.lndngpg-information-ttl h3,
.lndngpg-information-ttl h4,
.lndngpg-information-ttl h5,
.lndngpg-information-ttl h6 {
  margin: 0;
  color: #000;
  font-family: "ChronicleDisplay-Semi";
  font-size: 32px;
  line-height: 1.1 !important;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.lndngpg-information-ttl h2 span,
.lndngpg-information-ttl h3 span,
.lndngpg-information-ttl h4 span,
.lndngpg-information-ttl h5 span,
.lndngpg-information-ttl h6 span {
  color: darkgoldenrod;
  font-family: "ChronicleDisplay-Bold";
  position: relative;
}
.lndngpg-information-ttl h2 span::after,
.lndngpg-information-ttl h3 span::after,
.lndngpg-information-ttl h4 span::after,
.lndngpg-information-ttl h5 span::after,
.lndngpg-information-ttl h6 span::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: darkgoldenrod;
}
@media (min-width: 768px) {
  .lndngpg-information-ttl h2,
  .lndngpg-information-ttl h3,
  .lndngpg-information-ttl h4,
  .lndngpg-information-ttl h5,
  .lndngpg-information-ttl h6 {
    font-size: 38px;
    line-height: 1.2 !important;
  }
}
@media (min-width: 992px) {
  .lndngpg-information-ttl h2,
  .lndngpg-information-ttl h3,
  .lndngpg-information-ttl h4,
  .lndngpg-information-ttl h5,
  .lndngpg-information-ttl h6 {
    font-size: 42px;
    line-height: 1.4 !important;
  }
}
.lndngpg-information-inner {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .lndngpg-information-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.lndngpg-information-left {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .lndngpg-information-left {
    width: 50%;
    padding-right: 30px;
    margin: 0;
  }
}
.lndngpg-information-left-description {
  position: relative;
  width: 100%;
  font-family: "Poppins-Regular";
  font-size: 18px;
  color: #000;
  text-align: justify;
}
.lndngpg-information-left-description p {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  line-height: 1.6 !important;
}
.lndngpg-information-left-description p:last-of-type {
  margin: 0;
}
.lndngpg-information-left-list {
  position: relative;
  width: 100%;
  margin-top: 35px;
}
@media (min-width: 768px) {
  .lndngpg-information-left-list {
    margin-top: 25px;
  }
}
.lndngpg-information-left-list h2, .lndngpg-information-left-list h3, .lndngpg-information-left-list h4, .lndngpg-information-left-list h5, .lndngpg-information-left-list h6 {
  font-family: "Poppins-Medium";
  font-size: 20px;
  color: #000;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-align: center;
}
.lndngpg-information-left-list ul {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 35px 0 0;
  list-style: none;
}
@media (min-width: 992px) {
  .lndngpg-information-left-list ul {
    margin: 25px 0 0;
  }
}
.lndngpg-information-left-list ul li {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.lndngpg-information-left-list ul li:last-of-type {
  margin: 0;
}
.lndngpg-information-left-list ul li .count-item {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
}
.lndngpg-information-left-list ul li .count-item span {
  display: inline-block;
  font-family: "Poppins-Medium";
  font-size: 18px;
  color: #fff;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.lndngpg-information-left-list ul li p {
  position: relative;
  width: calc(100% - 60px);
  font-family: "Poppins-Medium";
  font-size: 18px;
  color: #000;
  margin: 0;
}
.lndngpg-information-left-btn {
  position: relative;
  width: 100%;
  margin-top: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .lndngpg-information-left-btn {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .lndngpg-information-left-btn {
    margin-top: 30px;
    text-align: left;
  }
}
.lndngpg-information-left-btn a {
  font-family: "Poppins-Medium";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 18px;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  display: inline-block;
  text-align: center;
  padding: 15px 20px;
  border-radius: 10px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 10px 20px 0;
}
.lndngpg-information-left-btn a.lighting {
  color: #fff;
  background-color: #000;
}
.lndngpg-information-left-btn a:hover {
  color: #fff;
  background-color: #000;
}
.lndngpg-information-left-btn a:last-of-type {
  margin: 0;
}
.lndngpg-information-right {
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .lndngpg-information-right {
    width: 50%;
    padding-left: 30px;
  }
}
.lndngpg-information-right-img {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  border-radius: 4px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .lndngpg-information-right-img {
    margin-bottom: 20px;
  }
}
.lndngpg-information-right-img img {
  width: 100%;
  display: block;
}
.lndngpg-information-right-btn {
  position: relative;
  width: 100%;
  text-align: center;
}
.lndngpg-information-right-btn a {
  font-family: "Poppins-Medium";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 18px;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  display: inline-block;
  text-align: center;
  padding: 15px 20px;
  border-radius: 10px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 10px 20px 0;
}
.lndngpg-information-right-btn a.lighting {
  color: #fff;
  background-color: #000;
}
.lndngpg-information-right-btn a:hover {
  color: #fff;
  background-color: #000;
}
.lndngpg-information-right-btn a:last-of-type {
  margin: 0;
}

.lndngpg-hoteles {
  position: relative;
  width: 100%;
  background-color: #FAFAFA;
  padding: 50px 15px;
  /* Tablet */
  /* Desktop */
  /* Imagen */
  /* Contenido */
  /* Partes internas */
  /* Botón fijo abajo */
}
@media (min-width: 768px) {
  .lndngpg-hoteles {
    padding: 70px 20px;
  }
}
@media (min-width: 992px) {
  .lndngpg-hoteles {
    padding: 100px 20px;
  }
}
.lndngpg-hoteles .cards-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 768px) {
  .lndngpg-hoteles .cards-wrapper {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1084px) {
  .lndngpg-hoteles .cards-wrapper {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
.lndngpg-hoteles .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
.lndngpg-hoteles .card-img {
  height: 300px;
  overflow: hidden;
}
.lndngpg-hoteles .card-img-tag {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 8px 20px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 18px;
  font-family: "Poppins-Medium";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50px;
  z-index: 10;
  letter-spacing: 1px;
}
.lndngpg-hoteles .card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
}
.lndngpg-hoteles .card-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
}
.lndngpg-hoteles .card-title {
  text-align: center;
  margin-bottom: 10px;
}
.lndngpg-hoteles .card-title h2, .lndngpg-hoteles .card-title h3, .lndngpg-hoteles .card-title h4, .lndngpg-hoteles .card-title h5, .lndngpg-hoteles .card-title h6 {
  font-family: "Poppins-Medium";
  color: #000;
  font-size: 22px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.lndngpg-hoteles .card-text {
  margin-bottom: 15px;
  color: rgba(0, 0, 0, 0.7);
  font-family: "Poppins-Regular";
  font-size: 16px;
  letter-spacing: 0.3px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.lndngpg-hoteles .card-list {
  margin-bottom: 15px;
}
.lndngpg-hoteles .card-list ul {
  padding-left: 20px;
}
.lndngpg-hoteles .card-list ul li {
  color: #000;
  font-family: "Poppins-Regular";
  font-size: 16px;
  letter-spacing: 0.3px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.lndngpg-hoteles .card-footer {
  margin-top: auto;
  /* empuja el botón al fondo */
  text-align: center;
}
.lndngpg-hoteles .card-footer .btn {
  display: block;
  padding: 10px 20px;
  border: 1px solid #000;
  color: #fff;
  background: #000;
  border-radius: 6px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Poppins-Regular";
  font-size: 16px;
  letter-spacing: 0.3px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.lndngpg-hoteles .card-footer .btn:hover {
  background: #fff;
  color: #000;
}

.lndngpg-header {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}
.lndngpg-header .lndngpg-ttl {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.lndngpg-header .lndngpg-ttl h2,
.lndngpg-header .lndngpg-ttl h3,
.lndngpg-header .lndngpg-ttl h4,
.lndngpg-header .lndngpg-ttl h5,
.lndngpg-header .lndngpg-ttl h6 {
  margin: 0;
  color: #000;
  font-family: "ChronicleDisplay-Semi";
  font-size: 32px;
  line-height: 1.1 !important;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media (min-width: 768px) {
  .lndngpg-header .lndngpg-ttl h2,
  .lndngpg-header .lndngpg-ttl h3,
  .lndngpg-header .lndngpg-ttl h4,
  .lndngpg-header .lndngpg-ttl h5,
  .lndngpg-header .lndngpg-ttl h6 {
    font-size: 38px;
    line-height: 1.2 !important;
  }
}
@media (min-width: 992px) {
  .lndngpg-header .lndngpg-ttl h2,
  .lndngpg-header .lndngpg-ttl h3,
  .lndngpg-header .lndngpg-ttl h4,
  .lndngpg-header .lndngpg-ttl h5,
  .lndngpg-header .lndngpg-ttl h6 {
    font-size: 42px;
    line-height: 1.4 !important;
  }
}
.lndngpg-header .lndngpg-description {
  position: relative;
  width: 100%;
  font-family: "Poppins-Regular";
  font-size: 18px;
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
}
.lndngpg-header .lndngpg-description p {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  line-height: 1.6 !important;
}
.lndngpg-header .lndngpg-description p:last-of-type {
  margin: 0;
}

.lndngpg-acordeones {
  position: relative;
  width: 100%;
  margin: 40px 0;
  /* Rota el ícono cuando está expandido */
}
@media (min-width: 768px) {
  .lndngpg-acordeones {
    margin: 70px 0;
  }
}
.lndngpg-acordeones-inner {
  position: relative;
  width: 100%;
}
.lndngpg-acordeones .accordion .btn-link {
  color: #000;
  font-family: "Poppins-Regular";
  font-size: 18px;
  text-decoration: none;
  white-space: normal;
  text-align: justify;
}
.lndngpg-acordeones .accordion .card-body {
  font-family: "Poppins-Regular";
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  letter-spacing: 0.2px;
  color: rgba(0, 0, 0, 0.7);
  padding: 20px;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .lndngpg-acordeones .accordion .card-body {
    padding: 20px 50px;
  }
}
.lndngpg-acordeones .caret-icon {
  width: 20px;
  height: 14px;
  margin-right: 8px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.lndngpg-acordeones .btn[aria-expanded=true] .caret-icon {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}


/*======================================================================*
*
*
*   End: Landing Page Viajes
*
*
*======================================================================*/




