@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@500&display=swap');
html, body{
    background-color: #ffffff;
}
.main-menu{width: 100%; height: 100%; opacity: 0; visibility: hidden;}
.nav-open .main-menu {opacity: 1; visibility: visible; background: rgba(0, 0, 0, 0.6); }
.main-menu .nav li a{color:#000; font-size: 5vh; font-weight:600; text-align: center; font-family: 'Poiret One', cursive; text-transform: uppercase;}
.main-menu .nav li{
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-animation-timing-function: cubic-bezier(.45,.005,0,1);
    -moz-animation-timing-function: cubic-bezier(.45,.005,0,1);
    -o-animation-timing-function: cubic-bezier(.45,.005,0,1);
    animation-timing-function: cubic-bezier(.45,.005,0,1);
}
.nav-open .main-menu .nav li{
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform .2s,opacity .2s;
    transition: transform .2s,opacity .2s;
}
.main-menu .nav li.delay-1{-webkit-transition-delay:0.1s; -moz-transition-delay:0.1s; -ms-transition-delay:0.1s; -o-transition-delay:0.1s; transition-delay:0.1s; }
.main-menu .nav li.delay-2{-webkit-transition-delay:0.2s; -moz-transition-delay:0.2s; -ms-transition-delay:0.2s; -o-transition-delay:0.2s; transition-delay:0.2s; }
.main-menu .nav li.delay-3{-webkit-transition-delay:0.3s; -moz-transition-delay:0.3s; -ms-transition-delay:0.3s; -o-transition-delay:0.3s; transition-delay:0.3s; }
.main-menu .nav li.delay-4{-webkit-transition-delay:0.4s; -moz-transition-delay:0.4s; -ms-transition-delay:0.4s; -o-transition-delay:0.4s; transition-delay:0.4s; }
.main-menu .nav li.delay-5{-webkit-transition-delay:0.5s; -moz-transition-delay:0.5s; -ms-transition-delay:0.5s; -o-transition-delay:0.5s; transition-delay:0.5s; }
.main-menu .nav li.delay-6{-webkit-transition-delay:0.6s; -moz-transition-delay:0.6s; -ms-transition-delay:0.6s; -o-transition-delay:0.6s; transition-delay:0.6s; }
.main-menu .nav li.delay-7{-webkit-transition-delay:0.7s; -moz-transition-delay:0.7s; -ms-transition-delay:0.7s; -o-transition-delay:0.7s; transition-delay:0.7s; }
.main-menu .nav li.delay-8{-webkit-transition-delay:0.8s; -moz-transition-delay:0.8s; -ms-transition-delay:0.8s; -o-transition-delay:0.8s; transition-delay:0.8s; }
.main-menu .nav li.delay-9{-webkit-transition-delay:0.9s; -moz-transition-delay:0.9s; -ms-transition-delay:0.9s; -o-transition-delay:0.9s; transition-delay:0.9s; }

main {
    margin-top: 32px;
}
.nav-button{
    position:relative;
    z-index:1111;
    border:solid 1px #f8f8f8;
    height: 127px;
    display: block;
    width: 112px;
    padding:12px;
}
.nav-button #nav-icon3{
    width: 80px;
    height: 100px;
    display:inline-block;
    position:relative;
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    transform:rotate(0deg);
    -webkit-transition:.5s ease-in-out;
    -moz-transition:.5s ease-in-out;
    -o-transition:.5s ease-in-out;
    transition:.5s ease-in-out;
    cursor:pointer;
    background: url("/assets/img/menu1.png") no-repeat;
    background-size: cover;
    background-position: center center;
}
.nav-button #nav-icon3 span{display:block;position:absolute;height:3px;width:100%;background:#FFFFFF;border-radius:9px;opacity:1;left:0;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.25s ease-in-out;-moz-transition:.25s ease-in-out;-o-transition:.25s ease-in-out;transition:.25s ease-in-out}
/*.nav-button #nav-icon3 span:nth-child(1){top:0}
.nav-button #nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3){top:7px}
.nav-button #nav-icon3 span:nth-child(4){top:14px}*/
.centrado ul{
    width: 100%;
    display: table;
    text-align: center;
}
.centrado ul li{
    display: inline-block;
    float: none;
}
.derecha {
    width: 100%;
    display: table;
    text-align: right;
}
.derecha li{
    display: inline-block;
    float: none;
}
.navbar-nav .nav-link, .dropdown-item{
    font-family: 'Poiret One', cursive;
    text-transform: uppercase;
    font-size: 20px;
    color: #000 !important;
    text-align: center;
}
.dropdown-menu {
    left: -100px;
    background: rgba(255,255,255, 0.7);
    border-radius: 0;
}
.navbar{
    /*padding-top: 0;*/
    /*padding-bottom: 0;*/
    padding: 0;
}
.navbar-brand{
    padding-top: 0;
    padding-bottom: 0;
}
.bg-light {
    background-color: #fff !important;
}
.contenedor-img-home{
    position: relative;
}
.contenedor-img-home .logo-slider{
    position: absolute;
    top:35%;
    width: 100%;
}
p{
    font-family: 'Poiret One', cursive;
    font-size: 25px;
}
.columna-texto{
    align-items: center;
    justify-content: center;
}
.nav-open #nav-icon3{
    background: url("/assets/img/menu2.png") no-repeat;
    background-size: cover;
    background-position: center center;
}
.nav-open #nav-icon3 span:nth-child(1){top:9px;width:0;left:50%}
.nav-open #nav-icon3 span:nth-child(2){-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
.nav-open #nav-icon3 span:nth-child(3){-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
.nav-open #nav-icon3 span:nth-child(4){top:9px;width:0;left:50%}

.flex-center{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:100%}
.logo_nav{
    max-width: 95px;
}
.nav-link >.badge{
    font-size: 10px;
    background-color: #ff8f2e;
}
.btn-boutique{
    background: url("/assets/img/book_cocotulum.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    font-family: 'Poiret One', cursive;
    text-transform: uppercase;
    padding: 20px 100px;
    height: 85px;
    color: #fff;
    font-size: 2.5vh;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
.btn-limited{
    background: url("/assets/img/book_cocolimited.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    font-family: 'Poiret One', cursive;
    text-transform: uppercase;
    padding: 20px 100px;
    height: 85px;
    color: #fff;
    font-size: 2.5vh;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
.btn-hacienda{
    background: url("/assets/img/book_hacienda.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    font-family: 'Poiret One', cursive;
    text-transform: uppercase;
    padding: 20px 100px;
    height: 85px;
    color: #fff;
    font-size: 2.5vh;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
.btn-village{
    background: url("/assets/img/book_village.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    font-family: 'Poiret One', cursive;
    text-transform: uppercase;
    padding: 20px 100px;
    height: 85px;
    color: #fff;
    font-size: 2.5vh;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
.btn-boutique:hover, .btn-limited:hover, .btn-hacienda:hover, .btn-village:hover{
    filter: alpha(opacity=50);
    opacity: 0.5;
    color:#fff;
}
.fixed-top.main-menu{
    margin-top:110px;
}
.btn-circulo{
    background: #000;
    color:#fff;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    margin: 15px;
    font-size: 38px;
    padding-top: 0px;
}
.links a{
    color: #000;
}
.bg-black{
    background: #000;
}
.foot-main .logo_nav{
    -webkit-filter: invert(100%); /* Safari */
    filter: invert(100%);
    max-width: 150px;
}
.btn-reservar{
    font-family: 'Poiret One', cursive;
    text-transform: uppercase;
    color: #fff !important;
    font-size: 5vh;
}
.bg-white {
    background-color: transparent !important;
    /*background-color: #edebe6 !important;*/
}
body{
    padding-top:79px;
}
.titulo_icono{
    font-family: 'La Belle Aurore', cursive;
    text-transform: lowercase;
    font-size: 9vh;
}
.titulo_contacto{
    font-family: 'Poiret One', cursive;
    text-transform: uppercase;
    color: #fff !important;
    font-size: 7vh;
}
.flex-center.menu-arriba{
    height: 78%;
}
.menu-abajo{
    height: 15%;
    background: #000;
}
.menu-abajo .logo img{
    -webkit-filter: invert(100%); /* Safari */
    filter: invert(100%);
}
.menu-abajo .btn{
    float: right;
}
.form-contacto label{
    text-align: right;
    color: #fff;
    font-family: 'Poiret One', cursive;
    font-size: 2.7vh;
}
.form-contacto .btn-primary{
    background: #fff;
    color: #000;
    font-family: 'Poiret One', cursive;
    border-radius: 0;
    border-color: #fff;
    font-size: 24px;
}
.form-contacto input,
.form-contacto textarea{
    border-radius: 0;
}
.form-contacto .form-group{
    margin-bottom: 5px;
}
.lang{
    float: right;
    padding-top: 20px;
    font-size: 23px;
    font-family: 'Poiret One', cursive;
}
.lang a{
    color: #000;
    font-family: 'Poiret One', cursive;
    font-size: 23px;
}
.floata{
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 66px;
    right: 53px;
    background-color: #25d366;
    border-radius: 50px;
    text-align: center;
    font-size: 28px;
    box-shadow: 0px 0px 4px #999;
    z-index: 1000;
    line-height: 52px;
    transition: background-color 0.2s linear;
}
.my-floata{
    color: #FFF;
}
.floata:hover{
    background-color: #fff;
}
.floata:hover .my-floata{
    color: #25d366;
}
.boton-covid{
    position: fixed;
    top:35%;
    right: 0;
    background: rgba(0,0,0,.75);
    text-transform: uppercase;
    width: 180px;
    padding: 10px;
    z-index: 1;
    color: #fff;
    font-family: 'Poiret One', cursive !important;
    font-size: 22px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.boton-covid:hover{
    color: #000;
    background: rgba(255,255,255,.75);
    text-decoration: none;
}
.mont{
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
}
nav.menu_scrolled{
    background:rgba(0,0,0,0.6) !important;
    -webkit-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}
.navbar-brand{
    margin-right: 0;
}
.navbar-brand,
.separador {
    color:#000;
    font-family: 'Poiret One', cursive !important;
    font-size: 30px;
}
nav.menu_scrolled .navbar-brand,
nav.menu_scrolled .separador {
    color:#fff !important;
}
nav.menu_scrolled .nav-button #nav-icon3 {
    background: url("/assets/img/menu1b.png") no-repeat;
    background-size: cover;
    background-position: center center;
}
.nav-open nav.menu_scrolled #nav-icon3 {
    background: url("/assets/img/menu2b.png") no-repeat;
    background-size: cover;
    background-position: center center;
}
.menu_scrolled img.icono_location{
    filter: invert(100);
}
.nav-button {
    border-color: transparent;
}
.bold{
    font-weight: 600;
}
p a{
    color: #000;
    line-height: 2;
}
a:hover,
a:hover img,
a:active,
a:active img,
a:focus,
a:focus img{
    opacity: .5;
}
.nav-open .bg-white{
    background-color: rgba(0,0,0,0.6) !important;
}
.nav-open .main-menu .nav li a {
    color: #fff;
}
p.direccion:hover{
    border:1px solid #000;
}
.slick-prev,
.slick-next{
    z-index:1;
}
.slick-next {
    right: 85px;
}
.slick-prev {
    left: -5px;
}
.btn-grande{
    border-radius: 0;
    font-size: 28px;
    margin-top: 20px;
    padding: 15px 25px;
}
.btn-black{
    background-color: #000;
    color:#fff;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    -webkit-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}
.btn-black:hover{
    background-color: #2c2c2c;
    color:#fff;
}
.bg-black p{
    color:#fff;
}
.titulo_seccion{
    color: #000;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: bold;
}
.contenedor-foto-overlay{
    position: relative;
}
.contenedor-foto-overlay .link-overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: rgba(0,0,0,0.3);
    opacity: 0;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
.contenedor-foto-overlay .link-overlay:hover{
    opacity: 0.7;
    text-decoration: none;
}
.contenedor-foto-overlay .link-overlay span{
    color: #fff;
    font-family: 'Poiret One', cursive;
    font-size:40px;
    text-transform: uppercase;
}
.contenedor-foto-overlay .link-overlay span img{
    width: 300px;
}
.slick-prev::before,
.slick-next::before{
    display: none;
}
.navbar-brand a{
    color:#000;
}
.btn-circulo.circulo-blanco{
    background: #fff;
    color: #000;
    padding-left: 4px;
}
.circulo-blanco i{
    color: #000;
}
.boton-flotante{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    /*height: 50px;*/
    text-align: center;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    z-index: 100;
}
/*.boton-flotante{
    display: none;
}*/
.boton-flotante a{
    width: 100%;
    color: #fff;
    line-height: normal;
}
.nombre_room{
    font-family: 'Poiret One', cursive;
    text-align: right;
    font-size: 45px;
    text-transform: uppercase;
}
.texto_descripcion_rooms{
    text-align: right;
}
.big_book_now_btn{
    background-color: #000;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 25px;
    padding: 10px 15px;
}
.big_book_now_btn:hover{
    color: #fff;
    text-decoration: none;
}
#politicas h1 {
    font-size: 30px;
    margin: 20px 0;
    font-weight: 400;
    text-transform: none;
    font-family: 'Roboto', sans-serif !important;
}
#politicas h2 {
    background-color: #000;
    color: #fff;
    font-size: 20px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
    padding: 0 20px;
    margin: 10px 0;
    text-transform: none;
}
#politicas p {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
}
.boton-ws i{
    font-size: 30px !important;
}
.slick-track {
    display: flex;
}
.slick-track .slick-slide {
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center;
}
.navbar-brand a.location_desk:hover{
    text-decoration: none;
}
.direccion a{
    color: #fff;
}
p.direccion{
    border: 1px solid #000;
}
p.direccion:hover{
    border: 1px solid #fff;
}
.contenedor_ta{
    max-width: 200px;
    position: absolute;
    top: 90px;
    right: 0;
}
.segunda_fila_foot h4,
.segunda_fila_foot li,
.fila_bottom a{
    text-align: center;
    margin-left: 0;
    font-family: 'Poiret One', cursive;
    font-size: 16px;
    line-height: 1.6;
}
.segunda_fila_foot li {
    list-style: none;
}
.segunda_fila_foot ul {
    padding-left: 0;
}
.segunda_fila_foot li a, .segunda_fila_foot h4 a, .fila_bottom a{
    color: #000;
    font-weight: normal;
    text-transform: none;
}
.banda_footer, .banda_hero {
    background-color: #e8e5e2;
}
.banda_footer .boton-direccion {
    font-family: 'Poiret One', cursive;
    color: #000;
    font-size: 16px;
    border: 1px solid transparent;
}
.banda_footer .boton-direccion:hover {
    border-color: #000;
}
.banda_footer .boton-direccion a:hover {
    text-decoration: none;
    color:#000;
    opacity: 1;
}
.fila_bottom{
    margin-bottom: 50px;
    text-align: center;
}
.lista_propiedades{
    margin-bottom: 0;
}
/*************2021*****************/
.navbar-nav .nav-link, .dropdown-item{
    font-size: 18px;
}
.img-menu{
    max-width: 60px;
}
.botones_lng{
    display: flex;
    flex-direction: column;
    padding-right: 0;
}
.lng_switch,
.lng_switch a,
.lng_switch_xs a,
.lng_switch_xs{
    text-align: right;
    font-family: 'Poiret One', cursive !important;
    font-size: 22px;
    color: #000;
}
.lng_switch_xs{
    padding-top: 7px;
}
.boton_book_menu{
    float: right;
    background-color: #000;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    /*margin-top: 33px;*/
    margin-left: 10px;
    margin-right: 0;
    padding:5px 10px;
    font-weight: 500;
}
.boton_book_menu:hover{
    color: #fff;
}
.boton_book_menu.experience{
    padding:5px;
    font-size: 14px;
    margin-top: 0px;
}
.d-md-none .boton_book_menu {
    position:fixed;
    right: 70px;
}
.boton_ws_menu{
    color:#000;
    font-size: 23px;
    margin-top:28px;
    margin-right: 10px;
    display: inline-block;
    padding: 6px 4px 0 0;
}
.boton_ws_menu.con_experiencia{
    margin-top: 0;
}
.boton_ws_menu.experience{
    margin-top: 40px;
}
/*************2021*****************/
.grid-imagenes img{
    margin-top:15px;
    margin-bottom: 15px;
    width: 100%;
}
/**
Habitaciones
 */
.rooms_home h3, .rooms_home ul li, .rooms_home a{
    font-family: 'EB Garamond', serif;
}
.rooms_home h3 a, .rooms_home a{
    color:#000 !important;
}
.rooms_home ul li,
.rooms_home a{
    font-size: 20px;
}
.rooms_home h3 a{
    font-size: 25px;
}
.rooms_home ul+a{
    font-weight: bold;
    text-decoration: underline;
}
.rooms_home ul {
    list-style: none; /* Remove default bullets */
    padding-left: 20px;
}
.rooms_home ul li::before{
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #C7B299; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em;
}
.rooms_home .texto_vertical{
    display: flex;
    align-items: center;
    justify-content: center;
}
.rooms_home .texto_vertical>div{
    width:100%;
}
@media (min-width: 1281px) {
    .slider_home{
        max-height: 820px;
    }
    .slider_home img.img-fluid{
        max-height: 820px;
    }
}
@media (min-width: 1025px) and (max-width: 1280px) {
    .slider_home{
        max-height: 720px;
    }
    .slider_home img.img-fluid{
        max-height: 720px;
    }

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

    .boton_ws_menu {
        font-size: 23px;
        margin-top: 10px;
        margin-right: 3px !important;
    }
    .boton_ws_menu.experience {
        margin-top: 20px;
    }
    .boton_book_menu {
        font-size: 18px;
        margin-top: 15px;
        margin-right: 0;
        margin-left: 0;
        padding: 3px 5px;
    }
    .boton_book_menu.experience  {
        font-size: 13px;
        margin-top: 15px;
        margin-right: 0;
        margin-left: 0;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 7px;
        padding-left: 7px;
        font-size: 18px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .botones_lng{
        padding-right: 0;
        padding-left: 0;
    }
    .boton_book_menu.experience {
        font-size: 11px;
        margin-top: 20px;
        margin-left: 0;
        margin-right: 0;
        padding: 3px 7px;
    }
    .boton_book_menu{
        font-size: 16px;
        margin-top: 20px;
        margin-left: 0;
        margin-right: 0;
        padding: 3px;
    }
    .boton_ws_menu {
        font-size: 16px;
        margin-top: 20px;
        margin-right: 3px;
        padding-right: 0;
        display: inline-block;
    }
    .boton_ws_menu.experience {
        font-size: 16px;
        margin-top: 20px;
        margin-right: 3px;
        padding-right: 0;
        display: inline-block;
    }
    .img-menu {
        max-width: 50px;
    }
    .location_desk img{
        max-width: 20px;
        padding-right: 0;
        padding-left: 0;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .navbar-expand-md .navbar-nav .nav-link {

    }
    nav .centrado{
        padding-left: 0;
        padding-right: 0;
    }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .contenedor-img-home .logo-slider{
        top:15%;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        font-size: 16px;
        padding-left: 2px;
        padding-right: 2px;
    }
}
@media (min-width: 767px) and (max-width: 769px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 4px;
        padding-left: 4px;
        font-size: 14px;
    }
    .navbar-brand, .separador {
        font-size: 10px;
    }

}
@media (min-width: 481px) and (max-width: 767px) {
    .slick-next {
        right: 25px;
    }
    .logo_nav {
        max-width: 80px;
    }
    .nav-button {
        height: 50px;
        width: 50px;
        padding: 1px;
        margin-right: 0 !important;
    }
    .nav-button #nav-icon3{
        height: 50px;
        width: 50px;
    }
    body {
        padding-top: 60px;
    }
    .fixed-top.main-menu {
        margin-top: 50px;
    }
    .foot-main .logo_nav {
        max-width: 80px;
    }
    .btn-reservar{
        margin-right: 0 !important;
    }
    .form-contacto label {
        text-align: left;
        font-size: 3vh;
        margin-left: 12px;
    }
    .form-contacto input,
    .form-contacto textarea {
        margin-left: 12px;
    }
    .row-invertido{
        flex-direction: column-reverse;
        margin-top:5vh;
    }
    .row-mobil{
        margin-top:20vh;
    }
    .row-mobil .logo{
        margin-top: 10vh;
    }
    .row-ultima{
        margin-bottom:15vh;
    }
    p{
        /*font-size: 4vh;*/
        font-size: 22px;
    }
    .btn-boutique,
    .btn-limited,
    .btn-hacienda,
    .btn-village{
        font-size: 4vh;
        padding: 30px 10px;
        height: 111px;
        width: 335px;
    }
    .links{
        font-size: 25px;
    }
    p.direccion{
        font-size: 20px;
    }
    .slick-prev img,
    .slick-next img{
        max-width: 50px;
    }
    .boton-flotante{
        display: block;
    }
    .big_book_now_btn{
        display: none;
    }
    .nombre_room{
        text-align: center;
        font-size: 32px;
    }
    .habitacion_localizacion{
        color: #000;
        font-size: 14px;
        line-height: 1;
        font-family: 'Montserrat', sans-serif;
    }
    .logo-mobil{
        max-width: 120px;
    }
    .logo-restaurant{
        max-width: 150px;
    }
    .floata{
        display: none;
    }
    .contenedor-foto-overlay .link-overlay{
        opacity: 1;
    }
    .contenedor_ta{
        top: -19px;
    }
    #CDSWIDCOE img{
        max-width: 50% !important;
        float: right;
    }
    #CDSWIDCOE{
        background-color: transparent;
    }
    .segundo_bloque{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .fila_bottom a{
        font-size: 14px;
    }
    .grid-imagenes img{
        margin-top:5px;
        margin-bottom: 5px;
        width: 100%;
    }
    .no-p-r{
        padding-right: 4px;
    }
    .no-p-l{
        padding-left: 4px;
    }
    .no-padding{
        padding-left: 0;
        padding-right: 0;
    }
}
@media (min-width: 320px) and (max-width: 480px) {
    .logo_nav {
        max-width: 70px;
    }
    .nav-button {
        height: 50px;
        width: 50px;
        padding: 1px;
        margin-right: 0 !important;
    }
    .nav-button #nav-icon3{
        height: 50px;
        width: 50px;
    }
    body {
        padding-top: 60px;
    }
    .fixed-top.main-menu {
        margin-top: 50px;
    }
    .foot-main .logo_nav {
        -webkit-filter: invert(100%);
        filter: invert(100%);
        max-width: 80px;
    }
    .btn-reservar{
        margin-right: 0 !important;
    }
    .titulo_contacto {
        font-size: 5vh;
    }
    .form-contacto label {
        text-align: left;
        font-size: 3vh;
        margin-left: 12px;
    }
    .form-contacto input,
    .form-contacto textarea {
        margin-left: 12px;
    }
    .row-invertido{
        flex-direction: column-reverse;
        margin-top:5vh;
    }
    .row-mobil{
        margin-top:20vh;
    }
    .row-mobil .logo{
        margin-top: 10vh;
    }
    .row-ultima{
        margin-bottom:15vh;
    }
    .flex-center.menu-arriba {
        height: 75%;
    }
    p{
        font-size: 18px;
    }
    .btn-boutique,
    .btn-limited,
    .btn-hacienda,
    .btn-village{
        font-size: 4vh;
        padding: 30px 10px;
        height: 111px;
        width: 335px;
    }
    .links{
        font-size: 3vh;
    }
    .floata{
        bottom: 25px;
        right: 25px;
    }
    .boton-covid{
        top: 46px;
        width: 100%;
        text-align: center;
    }
    #contenedorPagina {
        margin-top: 48px;
    }
    p.direccion{
        font-size: 20px;
    }
    .nav-link {
        padding: 3px 1rem;
    }
    .slick-next {
        right: 25px;
    }
    .slick-prev img,
    .slick-next img{
        max-width: 50px;
    }
    .navbar-brand, .separador {
        font-size: 25px;
    }
    .contenedor-foto-overlay .link-overlay span {
        font-size: 26px;
    }
    .boton-flotante{
        display: block;
    }
    .big_book_now_btn{
        display: none;
    }
    .nombre_room{
        text-align: center;
        font-size: 25px;
    }
    .habitacion_localizacion{
        color: #000;
        font-size: 13px;
        line-height: 1;
        font-family: 'Montserrat', sans-serif;
    }
    .logo-mobil{
        max-width: 100px;
    }
    .logo-restaurant{
        max-width: 120px;
    }
    .floata{
        display: none;
    }
    .boton-menu-zone{
        margin-top: 2px;
        margin-bottom: 2px;
        padding:8px 10px;
        white-space: normal;
        font-size: 15px;
    }
    .logo-seccion{
        max-width: 200px !important;
    }
    .contenedor-foto-overlay .link-overlay{
        opacity: 1;
    }
    .contenedor_ta{
        width: 100%;
        max-width: unset;
        position: initial;
        text-align: center;
    }
    .widCOE2020{
        margin: auto !important;
    }
    .segundo_bloque{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .fila_bottom a{
        font-size: 13px;
    }
    .boton_book_menu{
        float: none;
        font-size: 20px;
        margin-top: 0px;
        margin-left: 3px;
        margin-right: 0px;
        padding:5px 10px;
        font-weight: 500;
    }
    .grid-imagenes img{
        margin-top:3px;
        margin-bottom: 3px;
        width: 100%;
    }
    .no-p-r{
        padding-right: 3px;
    }
    .no-p-l{
        padding-left: 3px;
    }
    .no-padding{
        padding-left: 0;
        padding-right: 0;
    }
    .row-flex.invertido{
        display: flex;
        flex-direction: column-reverse;
    }
    .row-flex{
        margin-top:20px;
    }
    .rooms_home h3 a{
        font-size: 22px;
    }
    .rooms_home ul li{
        font-size: 18px;
    }
}
@-webkit-keyframes featherlightLoader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes featherlightLoader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.featherlight-loading .featherlight-content {
    -webkit-animation: featherlightLoader 1s infinite linear;
    animation: featherlightLoader 1s infinite linear;
    background: transparent;
    border: 8px solid #8f8f8f;
    border-left-color: #fff;
    border-radius: 80px;
    width: 80px;
    height: 80px;
    min-width: 0;
}
.featherlight-loading .featherlight-content > * {
    display: none !important;
}
.featherlight-loading .featherlight-close,
.featherlight-loading .featherlight-inner {
    display: none;
}