/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
    position: relative
}
.flickity-enabled:focus {
    outline: 0
}
.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%
}
.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%
}
.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing
}
.flickity-button {
    position: absolute;
    background: hsla(0, 0%, 100%, .75);
    border: none;
    color: #333
}
.flickity-button:hover {
    background: #fff;
    cursor: pointer
}
.flickity-button:focus {
    outline: 0;
    box-shadow: 0 0 0 5px #19f
}
.flickity-button:active {
    opacity: .6
}
.flickity-button:disabled {
    opacity: .3;
    cursor: auto;
    pointer-events: none
}
.flickity-button-icon {
    fill: currentColor
}
.flickity-prev-next-button {
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    transform: translateY(-50%)
}
.flickity-prev-next-button.previous {
    left: 10px
}
.flickity-prev-next-button.next {
    right: 10px
}
.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px
}
.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px
}
.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%
}
.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1
}
.flickity-rtl .flickity-page-dots {
    direction: rtl
}
.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: .25;
    cursor: pointer
}
.flickity-page-dots .dot.is-selected {
    opacity: 1
}
.links-footer a {
    margin-bottom: 20px;
}
/*RESERVAS LATERAL*/

.form-lateral {
    position: fixed;
    right: -400px;
    height: 100%;
    z-index: 9999;
    max-width: 400px;
    background: #dfc9a2;
    width: 100%;
    box-shadow: -5px 0px 5px 0px rgba(0, 0, 0, 0.18);
    transition: all 0.5s ease;
    top: 0px;
}
.form-lateral.visible {
    right: 0px;
}
.mi-be-square {
    display: inline-block;
    max-width: 100%;
    /* width: 313px; */

    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
}
.bt-cerrar-lateral {
    position: absolute;
    right: 10px;
    top: 10px;
    background: transparent;
    border: none;
}
.bt-cerrar-lateral img {
    filter: brightness(0) invert(1);
    max-width: 20px;
}
body {
}
.menu-slide li a::before {
    content: "";
    height: 2px;
    width: 0;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .5s ease;
}
select,
input,
a,
button,
a.burguer {
    outline: none !important;
    box-shadow: none !important
}
[data-mirai-engine='mirai_be'] .mi-be .mi-dropdown .mi-dropdown-placeholder,
[data-mirai-engine='mirai_be'] .mi-be input[type=text]::-webkit-input-placeholder {
    color: #ffffff !important;
}
body [data-mirai-engine=mirai_be] {
    padding: 15px 0px;
}
@font-face {
    font-family: 'Circular Std Book';
    src: url(../fonts/CircularStd-Book.woff) format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}
@font-face {
    font-family: Wulkan;
    src: url(../fonts/Wulkandisplay-Medium.woff) format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Wulkan;
    -webkit-font-smoothing: antialiased
}
body,
html {
    margin: 0;
    padding: 0;
    font-size: 18px;
    width: 100%;
    max-width: 100%;
    min-height: 100%;
    overflow-x: hidden;
    color: #333;
    background: #fff;
    box-sizing: border-box
}
main {
    overflow: hidden
}
.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0!important;
    z-index: 999;
    opacity: 0;
    border-radius: 0;
    transform: translateY(100%);
    transition: all .5s ease-out;
    color: #ecf0f1;
    background: #212327
}
.links-contacto a.bt-telefono {
    display: none
}
.cookiealert.show {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1s
}
.cookiealert a {
    text-decoration: underline
}
.cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline
}
.aviso-covid {
    position: fixed;
    width: 100%;
    z-index: 99;
    padding: 10px;
    background: #fff
}
.aviso-covid p {
    margin-bottom: 0;
    text-align: center;
    color: #000;
    font-family: 'Circular Std Book';
    font-size: .95em
}
.aviso-covid p a {
    background: #333;
    color: #fff;
    padding: 5px 15px;
    margin-left: 20px;
    text-decoration: none!important;
    font-family: 'Circular Std Book'
}
.row {
    margin: 0
}
.row-formReservas .container-fluid,
.row-reservas-hab .container-fluid {
    padding: 0
}
.book-a-room,
.proximamente {
    color: #333;
    font-family: 'Circular Std Book';
    text-decoration: none;
    position: fixed;
    right: 50px;
    top: 30px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 27px;
    transition: all .5s ease;
    pointer-events: auto
}
.book-a-room:active,
.book-a-room:focus,
.book-a-room:hover {
    text-decoration: none;
    color: #333
}
.book-a-room br {
    display: none
}
.container.big {
    max-width: 1300px
}
.logo {
    max-width: 400px;
    width: 100%;
    margin-top: 20px;
    transition: all .5s ease
}
#mainNav .navbar-brand {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    pointer-events: auto
}

.page-prox .contenido {
    max-width: 755px;
    display: table;
    margin: auto;
    margin-top: 0;
    font-size: 25px;
    font-weight: 500;
    color: #333;
    margin-top: 220px
}
.firma {
    margin-top: 40px
}
.mobile {
    display: none
}
.desktop {
    display: inline-block
}
.row.row-bienvenida,
.row.row-habitaciones,
.row.row-intro {
    padding: 70px 0;
    font-size: 26px;
    align-items: center
}
.row.row-bienvenida {
    max-width: 800px;
    display: table;
    margin: auto
}
.row.row-bienvenida p {
    font-size: 30px
}
.row.row-bienvenida p.firma {
    font-size: 26px
}
.row.row-intro {
    padding: 100px 0
}
.row.row-detalle-habitacion {
    padding: 50px 0 0px 0;
    font-size: 24px;
    align-items: center
}
.row.row-habitaciones {
    display: flex;
    align-items: center
}
.big-text {
    font-size: 45px;
    font-weight: 700
}
.row.row-bienvenida.info-covid {
    max-width: 100%;
    padding: 30px 0 50px 0
}
.row.row-bienvenida.info-covid p {
    font-size: 25px
}
.row.row-bienvenida.info-covid ul,
.row.row-bienvenida.info-covid ul li {
    list-style: circle
}
.row.row-bienvenida.info-covid ul li {
    margin-left: 20px
}
.row.row-bienvenida.info-covid ul {
    margin-bottom: 30px
}

#mainNav {
    min-height: 56px;
    background-color: rgba(255, 255, 255, .4);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .9) 100%);
    transition: all .5s ease
}
#mainNav.prox {
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .1)
}
#mainNav.prox .logo {
    max-width: 115px
}
#mainNav.navbar {
    position: fixed;
    width: 100%;
    z-index: 99;
    pointer-events: none;
    top: 0
}
#mainNav .navbar-toggler:focus {
    outline: 0
}
#mainNav .navbar-brand {
    color: #161616;
    font-weight: 700;
    padding: .9rem 0
}
#mainNav .navbar-nav .nav-item {
    position: relative
}
#mainNav .navbar-nav .nav-item:hover {
    outline: 0
}
#mainNav .navbar-nav .nav-item:active,
#mainNav .navbar-nav .nav-item:focus {
    outline: 0;
    background-color: transparent
}
#mainNav .nav-link:after {
    position: absolute;
    content: "";
    width: 0;
    height: 4px;
    bottom: 0;
    background: #698c2b;
    left: 50%;
    transform: translateX(-50%);
    transition: all .5s ease
}
#mainNav .nav-link:hover:after {
    width: 100%
}
#mainNav .nav-link.dropdown-toggle:after,
#mainNav .nav-link.dropdown-toggle:hover:after {
    content: none
}
#mainNav {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none
}
#mainNav .navbar-brand {
    padding: .5rem 0
}
#mainNav .nav-link {
    -webkit-transition: none;
    transition: none;
    padding: 2rem .5rem;
    color: #698c2b;
    position: relative
}
.nav-menu {
    height: 80px
}
.nav-menu.open {
    z-index: 9;
    position: fixed;
    background: #dac8a6;
    width: 100%;
    height: 100%;
    top: 0;
    transition: all .4s ease;
    pointer-events: auto;
    left: 0
}
.menu-list {
    font-family: 'Open Sans', Helvetica;
    font-size: 30px;
    display: none;
    position: absolute;
    top: 200px;
    left: 50%;
    transform: translateX(-50%) scale(1.6);
    min-width: 500px
}
.list-open {
    display: flex;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .64s ease;
    -webkit-transition-delay: .34s;
    -moz-transition-delay: .34s;
    -o-transition-delay: .34s;
    transition-delay: .34s;
    align-items: flex-start
}
ul,
ul li {
    margin: 0;
    padding: 0;
    list-style: none
}
.menu-list li {
    padding: 0 10px;
    background: 0 0;
    color: #fff;
    line-height: 35px
}
.menu-list li.legales {
    position: absolute;
    width: 350px;
    font-size: 10px;
    margin-top: 30px
}
.menu-list li.legales a {
    font-size: 10px
}
.menu-list li.legales a:hover:after {
    content: none
}
.menu-list li.legales a:hover {
    text-decoration: underline
}
.menu-list .second-col {
    text-align: center
}
.logo-menu {
    max-width: 100px;
    margin-top: 50px
}
.menu-list .idiomas {
    color: #fff;
    font-size: 25px
}
.menu-list li p {
    margin-bottom: 0;
    font-size: 25px
}
.menu-list li a {
    color: #fff;
    position: relative;
    font-size: 25px
}
.bt-idioma {
    color: #fff;
    position: relative;
    font-family: 'Circular Std Book';
    font-size: .8em
}
.bt-idioma::before,
.menu-list li a::before {
    content: "";
    height: 2px;
    width: 0;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .5s ease
}
.bt-idioma:hover,
.menu-list li a:active,
.menu-list li a:focus,
.menu-list li a:hover {
    color: #fff;
    text-decoration: none
}
.bt-idioma.active::before,
.bt-idioma:hover::before,
.menu-list li a:active::before,
.menu-list li a:focus::before,
.menu-list li a:hover::before {
    content: "";
    height: 2px;
    width: 100%;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0
}
.menu-list li ul.ciudades {
    margin-left: 20px;
    margin-bottom: 10px
}
.menu-list li ul.ciudades li a {
    font-size: .5em;
    padding: 0;
    line-height: 22px
}
.menu-list li ul.ciudades li {
    line-height: 22px
}
.flickity-button {
    display: none
}
.row-instagram.container-fluid {
    padding: 0 30px
}
#burger-wrap {
    position: fixed;
    top: 0;
    left: 15px;
    margin: 0;
    padding: 0;
    width: 60px;
    height: 80px;
    pointer-events: auto
}
.burger {
    position: fixed;
    top: 10px;
    overflow: hidden;
    cursor: pointer;
    margin: 0;
    padding: 0;
    width: 60px;
    height: 80px;
    border-radius: 50%;
    border: none;
    -webkit-transition: all .5s ease;
    transition: all .3s;
    background-color: transparent;
    pointer-events: auto
}

.burger span {
    display: block;
    position: absolute;
    top: 30px;
    left: 16px;
    right: 16px;
    height: 3px;
    background: #333;
    border-radius: 15px;
    -webkit-transition: background .3s .3s;
    transition: background .3s .3s;
    -o-transition: background 0s 0s;
    -webkit-transition-delay: .4s, 0s;
    transition-delay: .4s, 0s
}
.open .burger span {
    background: 0 0 transparent;
    transform: rotate(90deg);
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;
    -o-transition: all 0s ease;
    -webkit-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s
}
.burger span::after,
.burger span::before {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #333;
    content: "";
    border-radius: 5px;
    -webkit-transition-duration: .3s, .3s;
    transition-duration: .3s, .3s;
    -webkit-transition-delay: .4s, 0s;
    transition-delay: .4s, 0s
}
.burger span::before {
    top: -8px;
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform
}
.burger span::after {
    bottom: -8px;
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform
}
.open .burger span::after,
.open .burger span::before {
    -webkit-transition-delay: 0s, .4s;
    transition-delay: 0s, .4s;
}
.open .burger span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}
.open .burger span::after {
    bottom: 1px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.padding50 {
    padding: 0 50px
}
.row-ubicacion iframe {
    filter: grayscale(1)
}
.slider-home {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}
.slider-home,
.slider-home .item {
    list-style: none;
    margin: 0;
    padding: 0
}
.slider-home .item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    overflow: hidden
}
.slider-hotel {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}
.slider-hotel,
.slider-hotel .item {
    list-style: none;
    margin: 0;
    padding: 0
}
.slider-hotel .item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.row-detalle-habitacion .slider-general .item img,
.row-habitaciones .slider-general .item,
.row-habitaciones .slider-general .item img,
.row.row-detalle-habitacion .slider-general .item {
    width: 100%
}
.madrid #slideHotel1 {
    background: url(../img/madrid/slider-hotel-1.jpg) no-repeat center;
    background-size: cover
}
.madrid #slideHotel2 {
    background: url(../img/madrid/slider-hotel-2.jpg) no-repeat center;
    background-size: cover
}
.madrid #slideHotel3 {
    background: url(../img/madrid/slider-hotel-3.jpg) no-repeat center;
    background-size: cover
}
.lisboa #slideHotel1 {
    background: url(../img/lisboa/slider-hotel-1.jpg) no-repeat center;
    background-size: cover
}
.lisboa #slideHotel2 {
    background: url(../img/lisboa/slider-hotel-2.jpg) no-repeat center;
    background-size: cover
}
.lisboa #slideHotel3 {
    background: url(../img/lisboa/slider-hotel-3.jpg) no-repeat center;
    background-size: cover
}
.malaga #slideHotel1 {
    background: url(../img/malaga/slider-hotel-1.jpg) no-repeat center;
    background-size: cover
}
.malaga #slideHotel2 {
    background: url(../img/malaga/slider-hotel-2.jpg) no-repeat center;
    background-size: cover
}
.malaga #slideHotel3 {
    background: url(../img/malaga/slider-hotel-3.jpg) no-repeat center;
    background-size: cover
}
.slider-habitaciones.madrid #slideHotel1 {
    background: url(../img/madrid/slide-superior.jpg) no-repeat center;
    background-size: cover
}
.slider-habitaciones.madrid #slideHotel2 {
    background: url(../img/madrid/slide-doble.jpg) no-repeat center;
    background-size: cover
}
.slider-habitaciones.madrid #slideHotel3 {
    background: url(../img/madrid/slide-individual.jpg) no-repeat center;
    background-size: cover
}
.slider-habitaciones.madrid #slideHotel4 {
    background: url(../img/madrid/slide-economy.jpg) no-repeat center;
    background-size: cover
}
.slider-habitaciones.lisboa #slideHotel1 {
    background: url(../img/lisboa/slide-superior.jpg) no-repeat center;
    background-size: cover
}
.slider-habitaciones.lisboa #slideHotel2 {
    background: url(../img/lisboa/slide-doble.jpg) no-repeat center;
    background-size: cover
}
.slider-habitaciones.lisboa #slideHotel3 {
    background: url(../img/lisboa/slide-individual.jpg) no-repeat center;
    background-size: cover
}
.slider-habitaciones.malaga #slideHotel1 {
    background: url(../img/malaga/slide-superior.jpg) no-repeat center;
    background-size: cover
}
.slider-habitaciones.malaga #slideHotel2 {
    background: url(../img/malaga/slide-doble.jpg) no-repeat center;
    background-size: cover
}
.slider-habitaciones.malaga #slideHotel3 {
    background: url(../img/malaga/slide-individual.jpg) no-repeat center;
    background-size: cover
}
.slider-general .item .texto {
    position: absolute;
    z-index: 9;
    color: #fff;
    bottom: 10px;
    left: 10px
}
.slider-general .item .texto.right {
    right: 20px;
    left: auto;
    text-align: right
}
.slider-general .item .texto span {
    display: block
}
.slider-general .item .texto span.nombre {
    font-size: 14px;
    font-family: 'Circular Std Book'
}
.slider-general .item .texto span.firma {
    font-size: 14px;
    margin-top: 0
}
.titulo-seccion {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px
}
.row-detalle-habitacion .titulo-seccion {
    font-size: 38px;
}
.titulo-seccion span {
    display: none
}
.row-formReservas {
    position: relative
}
.scrollpoint {
    position: absolute;
    top: 0;
    z-index: 99;
    height: 30px;
    width: 30px;
    top: -250px
}
.scrollpoint2 {
    position: absolute;
    top: 0;
    z-index: 99;
    height: 30px;
    width: 30px
}
.menu-slide {
    transition: all .5s ease;
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 95%
}
.menu-slide.hotel {
    max-width: 1200px
}
.menu-slide li,
.menu-slide li a,
.menu-slide li p {
    font-family: 'Circular Std Book';
    padding: 0;
    line-height: 30px;
    font-size: 30px;
    color: #fff;
    text-shadow: 0 0 20px rgba(0, 0, 0, 1);
    font-weight: 400;
    position: relative;
    transition: all .5s ease;
    text-align: center
}
.menu-slide li p {
    font-size: 50px
}
.menu-slide li a::before {
    content: "";
    height: 2px;
    width: 0;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .5s ease
}
.menu-slide li a:hover::before {
    content: "";
    height: 2px;
    width: 100%;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .5s ease
}
.menu-slide li a:active,
.menu-slide li a:focus,
.menu-slide li a:hover {
    text-decoration: none
}
.row-formReservas {
    margin-top: -70px
}
.menu-slide li.ciudad a {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 1px
}
.menu-slide li.ciudad a .barrio{
    font-size: 0.5em;
    text-transform: uppercase;
    font-family: 'Circular Std Book';
    margin-top: -10px;
}

.formReservas {
    transition: all .5s ease;
    display: flex;
    background: #dfc9a2;
    justify-content: space-between;
    padding: 30px 50px 10px 50px;
    align-items: center;
    max-width: 1300px;
    margin: auto;
    margin-top: -70px
}
.row-gallery {
    max-width: 1330px;
    display: table;
    margin: auto;
    margin-top: 50px
}
.formReservas input,
.formReservas input:active,
.formReservas input:focus,
.formReservas input:hover {
    color: #fff;
    border: none;
    outline: 0;
    background: 0 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    max-width: 160px;
    font-size: 18px;
    box-shadow: none;
    margin-top: -10px
}
.container-slider {
    position: relative;
    height: 93vh;
    overflow: hidden
}
.formReservas input {
    font-family: 'Circular Std Book';
    color: #fff
}
.formReservas input.peke {
    max-width: 100px
}
.formReservas input.big {
    max-width: 195px
}
.formReservas button {
    background: #fff;
    text-transform: uppercase;
    color: #333;
    border: none;
    padding: 13px 20px;
    font-family: 'Circular Std Book'
}
.map-hotel {
    filter: grayscale(1)
}
.bg-video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}
.row-ubicacion.container-fluid {
    padding: 0
}
.home {
    margin-top: 0
}
.container-slider.home {
    background: url(../videos/img-video-home.jpg) no-repeat center;
    background-size: cover
}
.container-slider.madrid {
    background: url(../videos/madrid.jpg) no-repeat center;
    background-size: cover
}
.container-slider.lisboa {
    background: url(../videos/lisboa.jpg) no-repeat center;
    background-size: cover
}
.container-slider.malaga {
    background: url(../videos/malaga.jpg) no-repeat center;
    background-size: cover
}
.fixedtotop .row-menu-hotel {
    position: fixed;
    width: 100%;
    padding-top: 130px;
    top: 75px;
    z-index: 9;
    pointer-events: auto;
    margin: 0
}
.fixedtotop .row-menu-hotel .menu-slide {
    border-bottom: 1px solid #eaeaea;
    max-width: 100%;
    padding: 0 20%;
    top: -125px;
    height: 55px;
    background: #ffffff;
    padding-top: 10px;
}
.fixedtotop .row-menu-hotel .menu-slide li {
    padding: 0 30px
}
.fixedtotop .row-menu-hotel .menu-slide a,
.fixedtotop .row-menu-hotel .menu-slide p {
    color: #333;
    text-shadow: none;
    transition: all .5s ease;
    font-weight: 400
}
.fixedtotop .row-menu-hotel .menu-slide p {
    font-size: 27px
}
.fixedtotop .row-menu-hotel .menu-slide a {
    font-size: 20px;
    pointer-events: auto
}
.fixedtotop .row-menu-hotel .container-fluid {
    padding: 0;
    margin: 0
}
.fixedtotop .row-menu-hotel .container-fluid .col-lg-12 {
    background: #dfc9a2
}
.fixedtotop .row-reservas-hab {
    position: fixed;
    background: #fff;
    width: 100%;
    padding-top: 130px;
    top: 90px;
    z-index: 9;
    border-bottom: 1px solid #eaeaea;
    pointer-events: none
}
.fixedtotop .row-reservas-hab .menu-slide {
    border-bottom: 1px solid #eaeaea;
    max-width: 100%;
    padding: 0 20%;
    top: -115px;
    height: 40px
}
.fixedtotop .row-reservas-hab .menu-slide li {
    padding: 0 30px
}
.fixedtotop .row-reservas-hab .menu-slide a,
.fixedtotop .row-reservas-hab .menu-slide p {
    color: #333;
    text-shadow: none;
    transition: all .5s ease;
    font-weight: 400
}
.fixedtotop .row-reservas-hab .menu-slide p {
    font-size: 27px
}
.fixedtotop .row-reservas-hab .menu-slide a {
    font-size: 23px;
    pointer-events: auto
}
.fixedtotop .row-reservas-hab .container-fluid .col-lg-12 {
    background: #dfc9a2
}
.fixedtotop .row-formReservas {
    position: fixed;
    width: 100%;
    padding-top: 130px;
    top: 5px;
    z-index: 9;
    pointer-events: none;
    margin: 0
}
.fixedtotop .row-formReservas .menu-slide {
    border-bottom: 1px solid #eaeaea;
    max-width: 100%;
    padding: 0 20%;
    top: -55px;
    height: 52px;
    justify-content: center;
    background: #ffffff;
}
.fixedtotop .row-formReservas .menu-slide li {
    padding: 0 30px
}
.fixedtotop .row-formReservas .menu-slide a,
.fixedtotop .row-formReservas .menu-slide p {
    color: #333;
    text-shadow: none;
    transition: all .5s ease;
    font-weight: 400
}
.fixedtotop .row-formReservas .menu-slide p {
    font-size: 27px
}
.fixedtotop .row-formReservas .menu-slide a {
    font-size: 20px;
    pointer-events: auto
}
.fixedtotop .row-formReservas .container-fluid .col-lg-12 {
    background: #dfc9a2
}
.fixedtotop .formReservas {
    padding: 10px 50px 12px 50px;
    transition: all .5s ease;
    pointer-events: none;
    margin-top: -75px
}
.fixedtotop #mainNav.sticky-header {
    box-shadow: none;
    border-bottom: 1px solid #eaeaea
}
.fixedtotop .formReservas input,
.fixedtotop .formReservas input:active,
.fixedtotop .formReservas input:focus,
.fixedtotop .formReservas input:hover {
    pointer-events: auto
}
.fixedtotop .formReservas button {
    pointer-events: auto
}
.fixedtotop .formReservas .form-group {
    margin-bottom: 0
}
.fixedtotop .row-reservas-hab {
    position: fixed;
    width: 100%;
    padding-top: 130px;
    top: 75px;
    z-index: 9
}
.fixedtotop .menu-habitaciones {
    position: fixed;
    z-index: 9;
    width: 100%;
    top: 45px;
    padding-top: 4px;
    left: 0;
    background: #fff;
    min-width: 100%
}
.fixedtotop .tipo-habitaciones {
    padding-top: 35px
}
.fotos.fixedtotop .tipo-habitaciones {
    padding-top: 50px;
    padding-bottom:15px;
}
.tipo-habitaciones .city {
    font-size: 27px;
    line-height: 22px
}
.tipo-habitaciones .tipo-habitaciones .city.big {
    font-size: 40px;
    padding-top: 0
}
.tipo-habitaciones .city.peke {
    font-size: 25px;
    padding-top: 0
}
.fixedtotop .tipo-habitaciones .city.big {
    font-size: 30px;
    padding-top: 0
}
.fixedtotop .tipo-habitaciones .city.peke {
    font-size: 20px;
    padding-top: 0
}
.fixedtotop .tipo-habitaciones .city.middle {
    margin-top: 0
}
.fixedtotop .tipo-habitaciones .city {
    padding-top: 15px
}
.fixedtotop .tipo-habitaciones a {
    padding-top: 15px
}
video {
    display: block;
    width: 100%;
    height: auto;
    top: 0;
    right: 0
}
.texto-covid p {
    font-family: 'Circular Std Book'
}
.container-table {
    display: block;
    width: 100%;
    position: relative;
    overflow: auto
}
.container-table table {
    min-width: 800px
}
body.page-privacy,
body.page-privacy main {
    background: #f1e9da
}
body.page-privacy .texto-destacado {
    background: #f1e9da
}
.accordion .card-header,
.accordion>.card {
    background: 0 0;
    border: none
}
.accordion .card-body {
    padding-left: 170px;
    padding-right: 50px;
    font-size: 22px
}
.accordion {
    margin-bottom: 50px
}
.accordion .card-header {
    position: relative;
    display: flex;
    justify-content: flex-start
}
.accordion .card-header .card-title {
    margin-bottom: 0;
    font-size: 25px
}
.accordion .card-header .card-title span {
    font-family: 'Circular Std Book';
    font-weight: 700
}
.accordion .card-header .card-title span.num {
    min-width: 150px;
    display: inline-block;
    font-family: 'Circular Std Book';
    font-weight: 700
}
.accordion .card-header:after {
    content: "-";
    position: absolute;
    right: 10px;
    top: -13px;
    font-size: 50px;
    font-weight: 700
}
.accordion .card-header.collapsed:after {
    content: "+";
    position: absolute;
    right: 10px;
    top: -13px;
    font-size: 50px;
    font-weight: 700
}
.carousel-indicators {
    bottom: -50px
}
.carousel-indicators li {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #9b9b9b;
    margin: 0 5px;
    border: none
}
.carousel-indicators li.active {
    background: #333;
    width: 7px;
    height: 7px
}
.row-habitaciones .carousel.slide {
    margin-bottom: 50px
}
.flickity-button {
    outline: 0;
    border-radius: 0;
    top: auto;
    bottom: 200px
}
.flickity-prev-next-button.next svg,
.flickity-prev-next-button.previous svg {
    display: none
}
.flickity-prev-next-button.next {
    background: 0 0;
    background: url(../img/fle-carrusel.png) no-repeat 100% transparent;
    width: 145px;
    height: 40px;
    right: 50px
}
.flickity-prev-next-button.previous {
    background: 0 0;
    transform: rotate(180deg);
    background: url(../img/fle-carrusel.png) no-repeat 100% transparent;
    width: 145px;
    height: 40px;
    left: 50px
}
.slider-habitaciones.slider-general .flickity-button {
    display: block!important
}
body.covid .texto-destacado {
    margin-top: 108px;
}
.slider-habitaciones.slider-general .flickity-prev-next-button.next,
.slider-habitaciones.slider-general .flickity-prev-next-button.previous {
    top: 22px;
    filter: brightness(0);
    transform: scale(.6);
    opacity: .7
}
.slider-habitaciones.slider-general .flickity-prev-next-button.previous {
    transform: scale(.6) rotate(180deg)
}
.slider-habitaciones.slider-general .flickity-viewport {
    overflow: visible;
    overflow-x: hidden
}
.slider-habitaciones.slider-general .padding50 {
    top: 120vh;
    margin-left: 20px
}
.slider-general .flickity-button {
    display: none
}
.flickity-page-dots .dot {
    width: 5px;
    height: 5px
}
#mainNav.sticky-header {
    background: #fff;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .1)
}
body.covid #mainNav.sticky-header {
    top: 0
}
#mainNav.sticky-header .logo {
    margin-top: 0;
    max-width: 85px;
    width: 100%;
    padding: 0;
    margin: 5px 0
}
p.titulo-seccion a {
    color: #333333 !important;
    text-decoration: none !important;
}
#mainNav.sticky-header .navbar-brand {
    padding: 0
}
body.covid #mainNav.sticky-header .navbar-brand {
    top: 0
}
.row-hoteles {
    padding: 0 30px
}
.row-hoteles .col-lg-3 {
    padding: 0;
    overflow: hidden;
    position: relative
}
.row-hoteles .col-lg-3 img {
    width: 100%;
    transition: all .5s ease
}
.row-hoteles .col-lg-3.rayas .texto {
    color: #fff;
    transition: all .5s ease;
    font-size: 50px;
    text-shadow: 0 0 5px rgba(0, 0, 0, .5);
    font-weight: 900;
    z-index: 8;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%
}
.menu-list li ul.ciudades li .barrio{
    display: block;
    font-size: 0.5em;
    font-family: 'Circular Std Book';
    margin-top: -10px;
    text-transform: uppercase;
}
.menu-slide.hotel li a .barrio, .menu-slide.hotel li p .barrio{
    display: block;
    font-size: 0.35em;
    font-family: 'Circular Std Book';
    margin-top: 5px;
    text-transform: uppercase;
}
.tipo-habitaciones .city .barrio{
    display: block;
    font-size: 0.35em;
    font-family: 'Circular Std Book';
    margin-top: -5px;
    text-transform: uppercase;
}
.fixedtotop .menu-slide.hotel li a .barrio,.fixedtotop  .menu-slide.hotel li p .barrio{
    margin-top: -10px;
}
.row-hoteles .col-lg-3.rayas .texto .barrio{
    display: block;
    font-size: 0.5em;
    font-family: 'Circular Std Book';
    text-align: center;
    margin-top: -15px;
}
.row-hoteles .col-lg-3.rayas img {
    position: absolute;
    min-width: 800px;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%
}
.row-hoteles .col-lg-3.rayas:hover a img {
    transform: scale(1.05);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    min-width: 1000px
}
.row-hoteles .col-lg-3.rayas:hover a .texto {
    font-size: 55px;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%
}
.row-hoteles .col-lg-3.rayas:hover {
    z-index: 8
}
#instagram-feed {
    height: 100%
}
.instagram_gallery {
    display: flex;
    flex-wrap: wrap
}
.instagram-image {
    position: relative;
    display: inline-block;
    width: 25%
}
.instagram-image img {
    min-width: 100%
}
.instagram-image::before {
    position: absolute;
    content: "@room007_select_hotels";
    width: 90%;
    height: 90%;
    color: #333;
    padding-top: 50px;
    background: url(../img/ico-instagram.png) no-repeat center 40% #fff;
    opacity: 0;
    font-size: 22px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    transition: all .5s ease;
    display: flex;
    justify-content: center;
    align-items: center
}
.fixedtotop .menu-slide li a:hover::before {
    background: #333333;
}
.instagram-image:hover::before {
    position: absolute;
    content: "@room007_select_hotels";
    width: 90%;
    height: 90%;
    color: #333;
    padding-top: 50px;
    background: url(../img/ico-instagram.png) no-repeat center 40% #fff;
    opacity: 1;
    font-size: 22px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    transition: all .5s ease;
    display: flex;
    justify-content: center;
    align-items: center
}
input {
    box-shadow: none!important
}
.formContatoo {
    color: #fff;
    background: #afc9b8;
    padding: 50px 0 10px 0;
    margin: 50px 0
}
.formContatoo h3 {
    font-size: 47px;
    text-align: left;
    margin-bottom: 30px
}
.formContatoo input,
.formContatoo input:active,
.formContatoo input:focus,
.formContatoo input:hover {
    color: #fff;
    border: none;
    outline: 0;
    background: 0 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    font-size: 18px;
    box-shadow: none;
    margin-top: -10px
}
.formContatoo .all-form {
    display: flex;
    flex-wrap: wrap
}
.formContatoo input {
    font-family: 'Circular Std Book';
    color: #fff
}
.formContatoo .form-group {
    width: 100%;
    margin-top: 20px
}
.formContatoo .form-group.medium {
    width: 50%
}
.formContatoo .form-group input {
    max-width: 95%
}
.formContatoo .form-group.medium input {
    max-width: 90%
}
.formContatoo label {
    font-family: 'Circular Std Book'
}
.formContatoo .custom-checkbox label {
    font-size: 12px;
    padding-top: 5px
}
.formContatoo .custom-checkbox label a {
    font-family: 'Circular Std Book';
    color: #fff;
    text-decoration: none
}
.formContatoo button {
    background: #fff;
    text-decoration: underline;
    text-transform: uppercase;
    border: none;
    font-size: 23px;
    padding: 20px 0 50px 0;
    font-family: 'Circular Std Book';
    width: 100%;
    color: #afc9b8;
    margin-top: 10px;
    border-radius: 0
}
.custom-control-input:checked~.custom-control-label::before {
    border: #afc9b8;
    background: #afc9b8;
    box-shadow: none
}
.formContatoo button:active,
.formContatoo button:focus,
.formContatoo button:hover {
    text-decoration: none;
    color: #afc9b8
}
.links-contacto {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center
}
.textoDesktop {
    display: block;
}
.textoMobile {
    display: none;
}
.links-contacto a {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-family: 'Circular Std Book';
    color: #fff;
    margin-top: 15px;
    margin-bottom: 20px
}
.links-contacto a img {
    margin-bottom: 15px;
    max-width: 65px
}
.row-destacado-hotel {
    background: url(../img/bg-destacado.jpg) no-repeat center;
    background-size: cover;
    padding: 50px 0
}
.row-destacado-hotel p {
    color: #fff;
    font-size: 33px;
    text-align: center
}
.contenido-ubicacion {
    display: flex
}
.contenido-ubicacion .col1 {
    width: 70%;
    background: #333;
    color: #fff;
    padding: 50px
}
.contenido-ubicacion .col2 {
    width: 25%;
    background: #fff;
    color: #333;
    padding: 20px;
    background: url(../img/bg-ubicacion.png) no-repeat top right
}
.row-ubicacion {
    margin-bottom: 50px
}
.row-ubicacion .bt-info-ciudad {
    position: absolute;
    bottom: 20px;
    color: #333;
    font-size: 40px;
    text-decoration: none
}
.row-ubicacion .bt-info-ciudad span {
    display: block;
    position: relative;
    top: 20px
}
.texto-destacado {
    background: #f6efec;
    text-align: center;
    font-size: 33px;
    margin-top: 180px;
    padding: 50px 0;
    font-weight: 500;
    margin-bottom: 50px
}
.texto-destacado p {
    margin-bottom: 0
}
.tipo-habitaciones {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 30px
}
.tipo-habitaciones.centered {
    align-items: flex-start
}
.tipo-habitaciones a {
    padding: 0 20px;
    font-family: 'Circular Std Book';
    color: #333;
    line-height: 22px;
    text-align: center;
    font-size: 20px;
    text-decoration: none
}
.tipo-habitaciones span {
    font-family: 'Circular Std Book';
}
.bt-disponibilidad,
.bt-disponibilidad span {
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Circular Std Book';
    color: #333
}
.bt-disponibilidad span {
    padding-right: 20px;
    position: relative;
    top: 2px
}
.gal {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 15px;
    row-gap: 15px;
}
.gal img {
    width: 100%;
}
@media (max-width: 768px) {
    .gal {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 500px) {
    .gal {
        grid-template-columns: repeat(1, 1fr);
    }
}
.caracteristicas {
    padding: 20px 0
}
.caracteristicas p {
    display: flex;
    justify-content: flex-start
}
.caracteristicas p span {
    font-size: 14px;
    font-family: 'Circular Std Book';
    color: #333
}
.caracteristicas p span.imagen {
    width: 70px;
    text-align: center
}
.caracteristicas p img {
    margin-right: 20px;
    max-height: 45px
}
.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0!important;
    z-index: 85;
    opacity: 0;
    border-radius: 0;
    transform: translateY(100%);
    transition: all .5s ease-out;
    color: #333;
    background: #fff;
    font-family: 'Circular Std Book';
    font-size: 14px;
    padding: 15px 0
}
.cookiealert-container,
.cookiealert-container a {
    font-family: 'Circular Std Book';
    line-height: 18px
}
.cookiealert.show {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1s
}
.cookiealert-container {
    padding: 0 100px
}
.cookiealert a {
    text-decoration: underline;
    color: #333
}
.cookiealert button {
    background: 0 0;
    color: #333;
    position: absolute;
    top: 0;
    right: 20px;
    box-shadow: none;
    border: none;
    outline: 0;
    font-size: 30px
}
.cookiealert button:active,
.cookiealert button:focus,
.cookiealert button:hover {
    background: #333;
    outline: 0;
    box-shadow: none;
    color: #fff
}
.cookiealert button:active img,
.cookiealert button:focus img,
.cookiealert button:hover img {
    filter: brightness(0) invert(1)
}
.cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline
}
.cookiealert button img {
    margin-top: -8px;
    transition: all .5s ease
}
.visibleMobilePeke {
    display: none
}
.visibleDesktopPeke {
    display: block
}
footer a,
footer p {
    font-family: 'Circular Std Book';
    color: #333
}
.links-footer {
    display: flex;
    flex-wrap: wrap
}
.links-footer a,
.links-footer p {
    width: 25%;
    font-family: 'Circular Std Book';
    color: #333
}
.links-footer-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}
.links-footer-2 a,
.links-footer-2 p {
    font-family: 'Circular Std Book';
    color: #333;
    font-size: 13px
}
footer .idiomas a.bt-idioma {
    color: #333
}
footer .idiomas .bt-idioma::before {
    background: #333
}
footer .idiomas {
    margin-top: 15px
}
footer .legales {
    margin-top: 20px
}
footer .legales a {
    width: 33%;
    font-family: inherit;
    color: #333;
    font-size: 13px;
    font-weight: 700
}
footer .texto-registro {
    max-width: 270px;
    float: right
}
.formSuscribe {
    margin-top: 10px
}
.formSuscribe input,
.formSuscribe input:active,
.formSuscribe input:focus,
.formSuscribe input:hover {
    color: #333;
    border: none;
    outline: 0;
    background: 0 0;
    border-bottom: 1px solid #333;
    border-radius: 0;
    font-size: 18px;
    box-shadow: none;
    margin-top: -10px
}
.formSuscribe .all-form {
    display: flex;
    flex-wrap: wrap
}
.formSuscribe input {
    font-family: 'Circular Std Book';
    color: #333
}
.textopeke {
    font-size: 13px
}
footer .textopeke a {
    text-decoration: underline
}
.formSuscribe .submit-news,
.formSuscribe .submit-news:active,
.formSuscribe .submit-news:focus,
.formSuscribe .submit-news:hover {
    position: absolute;
    width: 35px;
    height: 11px;
    top: 20px;
    right: 20px;
    background: 0 0;
    border: 0;
    background: url(../img/fle-news.png) no-repeat 100%
}
.menu-slide li.ciudad a span {
    display: none
}
.nav-menu.open {
    overflow-x: hidden
}
.fixedtotop [data-mirai-engine=mirai_be] {
    pointer-events: auto
}
::-webkit-input-placeholder {
    color: #fff!important
}
::-moz-placeholder {
    color: #fff!important
}
:-ms-input-placeholder {
    color: #fff!important
}
:-moz-placeholder {
    color: #fff!important
}
.formSuscribe input::-webkit-input-placeholder {
    color: #333!important
}
.formSuscribe input::-moz-placeholder {
    color: #333!important
}
.formSuscribe input:-ms-input-placeholder {
    color: #333!important
}
.formSuscribe input:-moz-placeholder {
    color: #333!important
}
.slider-home.slider-general .texto {
    padding-left: 20px
}
.table thead td,
.table thead th {
    font-weight: 700;
    border: none
}
.allmenu {
    float: right
}
.mobile {
    display: none
}
.desktop {
    display: block
}
.visibleDesktop {
    display: block
}
.visibleMobile {
    display: none
}
.container-slider .descripcion {
    display: none
}
.row-ubicacion a.link-mapa {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block
}
.slider-general .item .texto {
    display: none
}
.row-detalle-habitacion .slider-general.visibleMobile {
    margin-bottom: 50px
}
.formContatoo.single-contacto {
    margin-top: 200px
}
@media (max-width: 1260px) {
    .menu-slide.hotel {
        max-width: 1280px
    }
}
@media(max-width:1120px) {
    .fixedtotop .row-reservas-hab {
        top: 95px;
    }
    .fotos.fixedtotop .row-reservas-hab {
        top: 75px;
    }
    video {
        width: auto!important;
        height: 100%!important
    }
}
@media(max-width:1024px) {
    #mainNav.navbar {
        max-width: 100%
    }
}
@media(max-width:991px) {
    body [data-mirai-engine=mirai_be] {
        padding: 0px 0px 10px 0px;
    }
    .fixedtotop .row-reservas-hab {
        top: 95px;
    }
    .row-hoteles .col-lg-3 {
        width: 33%;
    }
    .padding50 {
        padding: 30px 50px;
    }
    .tipo-habitaciones a {
        line-height: 22px
    }
    .row-ubicacion a.link-mapa {
        min-height: 300px;
    }
    .row-ubicacion a.link-mapa img {
        position: absolute;
        width: auto;
        height: 140%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .book-a-room {
        text-align: center;
        right: 20px
    }
    .book-a-room br {
        display: block
    }
    .menu-list .col-lg-6 {
        width: 50%
    }
    .menu-list .second-col {
        max-width: 135px
    }
    .sticky-header .book-a-room,
    .sticky-header .proximamente {
        font-size: 18px;
        line-height: 22px;
        top: 33px
    }
    .formReservas .form-group:nth-child(1),
    .formReservas .form-group:nth-child(4) {
        display: none
    }
    .row-formReservas .container-fluid {
        padding: 0
    }
    footer .texto-registro {
        float: left;
        margin-top: 50px;
        max-width: 100%
    }
    .container-hoteles.container-fluid,
    .row-hoteles {
        padding: 0
    }
    .row-hoteles .col-lg-3.rayas img {
        position: absolute;
        height: auto;
    }
    .mobile {
        display: block
    }
    .desktop {
        display: none
    }
    .menu-slide.hotel {
        display: none
    }
    .flickity-button {
        display: none
    }
    .container {
        max-width: 90%;
    }
    .row-menu-hotel .container-fluid {
        padding: 0
    }
    .instagram-image {
        width: 50%
    }
    .visibleDesktop {
        display: none
    }
    .visibleMobile {
        display: block
    }
    .container.big.menu-habitaciones.visibleDesktop {
        display: block
    }
    .visibleMobile .slider-home .descripcion p {
        margin-bottom: 0
    }
    .formReservas {
        margin-top: 0
    }
    .row.row-intro .col-lg-6 {
        width: 50%;
    }
    .container-slider.hab-slider {
        position: relative;
        height: 170vh
    }
    .slider-habitaciones.slider-general .padding50 {
        top: 72vh
    }
    .slider-habitaciones.slider-general .item {
        background-size: 100vh!important;
        background-position: top center!important
    }
    .row.row-detalle-habitacion {
        padding: 50px 0 20px 0
    }
}
@media(max-width:820px) {
    .fixedtotop .row-reservas-hab {
        top: 75px;
    }
    .fixedtotop .row-reservas-hab.single {
        top: 10px;
    }
    .textoDesktop {
        display: none;
    }
    .textoMobile {
        display: block;
    }
}
@media(max-width:767px) {
    [data-mirai-engine='mirai_be'] .mi-be .mi-dropdown .mi-dropdown-placeholder, [data-mirai-engine='mirai_be'] .mi-be input[type=text]::-webkit-input-placeholder {
        color: #ffffff !important;
    }
    .row.row-intro .col-lg-6 {
        width: 50%;
    }
    .container {
        max-width: 90%;
    }
    .row-detalle-habitacion .contenido p.titulo-seccion {
        font-size: 35px
    }
    .row-detalle-habitacion .contenido p {
        font-size: 22px
    }
    .accordion .card-header .card-title span.num {
        min-width: 50px
    }
    .accordion .card-body {
        padding-left: 20px;
        padding-right: 30px
    }
    .formContatoo.single-contacto {
        margin-top: 100px
    }
    .row.row-habitaciones,
    .row.row-intro {
        padding: 0 15px 70px 15px
    }
    .container-slider.home {
        background: url(../videos/img-video-home-mobile.jpg) no-repeat center;
        background-size: cover
    }
    .container-slider .descripcion {
        background: #fff;
        position: absolute;
        width: 100%;
        font-size: 22px;
        text-align: center;
        line-height: 15px;
        padding: 20px;
        margin-top: 80px;
        display: block
    }
    body [data-mirai-engine=mirai_be] {
        padding: 10px 0
    }
    .mi-be.mi-be-mobile .mi-be-book-btn.mi-be-book-btn-trigger {
        font-size: 20px
    }
    .visibleDesktopPeke {
        display: none
    }
    .visibleMobilePeke {
        display: block
    }
    .contenido-ubicacion .col1 {
        width: 100%;
        padding: 20px;
        background: url(../img/bg-ubicacion-w.png) no-repeat 90% 0 #333;
        padding: 50px 10%
    }
    .row-ubicacion .titulo-seccion {
        font-size: 34px;
        padding-left: 30px;
        padding-bottom: 80px;
        background: url(../img/fle-ubicacion-w.png) no-repeat 0 10px
    }
    .row-ubicacion .titulo-seccion span {
        display: block;
        font-size: 40px
    }
    .container-slider a {
        font-size: 18px;
        color: #dfc9a2
    }
    .container-slider span {
        font-size: 18px;
        margin-top: 15px;
        display: block
    }
    .contenido-ubicacion .col2 {
        display: none
    }
    .padding50 {
        padding: 30px 10px
    }
    video {
        right: -100px
    }
    .book-a-room {
        font-size: 22px;
        line-height: 22px
    }
    .logo {
        max-width: 90px;
        width: 100%;
        margin-top: 0
    }
    .cookiealert-container {
        padding: 0 50px
    }
    .cookiealert .acceptcookies {
        right: 0
    }
    .formReservas .form-group:nth-child(5) {
        display: none
    }
    .white-menu #mainNav {
        background: #fff;
        box-shadow: none
    }
    .white-menu #mainNav .logo {
        margin-top: 0;
        max-width: 85px;
        padding: 0;
        margin: 5px 0
    }
    .white-menu #mainNav .navbar-brand {
        padding: 0
    }
    .row.row-detalle-habitacion {
        padding: 0
    }
    #economy .padding50 {
        display: block
    }
    .flickity-page-dots .dot {
        margin: 0 5px
    }
    .texto-destacado {
        margin-top: 100px;
        font-size: 24px;
        line-height: 35px;
        padding: 20px 0;
        margin-bottom: 0
    }
    body.covid .texto-destacado {
        margin-top: 150px;
    }
    .container-slider .slider-general .descripcion {
        margin-top: 0
    }
    .row.row-intro {
        padding: 70px 0
    }
    .row-instagram.container-fluid,
    .row-instagram.container-fluid .col-lg-12 {
        padding: 0
    }
    .instagram_gallery {
        transform: scale(1.02)
    }
    .page-habitaciones .row-reservas-hab {
        position: absolute;
        bottom: -50px;
        width: 100%;
        z-index: 9
    }
    .page-habitaciones .row-reservas-hab .formReservas {
        padding: 20px 0 0 0
    }
}
@media(max-width:720px) {
    .row-hoteles .col-lg-3 {
        width: 100%;
    }
    .row.row-intro .col-lg-6 {
        width: 100%;
    }
    .row-hoteles .col-lg-3.rayas {
        position: relative;
        height: 70vh;
    }
}
@media(max-width:960px) {
    .container-slider.home {
        background: url(../videos/img-video-home-mobile.jpg) no-repeat center;
        background-size: cover
    }
    .container-slider.madrid {
        background: url(../videos/img-video-madrid-mobile.jpg) no-repeat center;
        background-size: cover
    }
    .container-slider.lisboa {
        background: url(../videos/img-video-lisboa-mobile.jpg) no-repeat center;
        background-size: cover
    }
    .container-slider.malaga {
        background: url(../videos/img-video-malaga-mobile.jpg) no-repeat center;
        background-size: cover
    }
    .container.big.menu-habitaciones.visibleDesktop {
        display: none
    }
    .links-footer a {
        max-width: 33%;
        width: 100%;
        margin-bottom: 15px;
    }
    .links-footer p {
        width: 100%;
        max-width: 100%;
    }
    .proximamente {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        top: 150px
    }
    .formReservas .form-group:nth-child(2),
    .formReservas .form-group:nth-child(3) {
        display: none
    }
    .formReservas .form-group:nth-child(6) {
        display: table;
        margin: auto;
        margin-bottom: 20px
    }
    .row-formReservas .col-lg-12:nth-child(1) {
        background: #fff
    }
    .menu-slide {
        display: block;
        background: #fff;
        position: relative
    }
    .menu-slide li {
        box-shadow: none;
        color: #333
    }
    .menu-slide li.ciudad a {
        text-shadow: none;
        display: block;
        color: #333;
        position: relative;
        padding: 30px 0 20px 0
    }
    .menu-slide li.ciudad a:after {
        position: absolute;
        content: "";
        width: 30px;
        top: 37px;
        right: 15px;
        height: 53px;
        background: url(../img/fle-bt-ciudad.png) no-repeat;
        background-size: 100%
    }
    .menu-slide li.ciudad {
        border-top: 1px solid #333
    }
    .menu-slide li.ciudad:nth-child(1) {
        border-top: 1px solid #fff
    }
    .menu-slide li.ciudad a span {
        display: block;
        font-family: 'Circular Std Book';
        font-size: 14px
    }
    .row-formReservas.home .menu-slide {
        bottom: 0
    }
    .home .formReservas {
        margin-top: 0
    }
    .formContatoo .form-group input,
    .formContatoo .form-group.medium {
        width: 100%;
        max-width: 100%
    }
    .instagram-image {
        width: 50%
    }
    .row-reservas-hab .container-fluid,
    .row-reservas-hab .container-fluid .col-lg-12 {
        padding: 0
    }
    .visibleMobile .formReservas {
        margin-top: 0
    }
    .menu-slide {
        max-width: 100%
    }
    footer {
        padding: 0px;
    }
}
@media(max-width:480px) {
    .logo-menu {
        position: absolute;
        top: -245px;
        left: 0;
        margin-left: -25%;
        margin-top: 60px;
        max-width: 80px
    }
    .book-a-room {
        right: 15px;
        top: 35px
    }
    #burger-wrap {
        left: 5px
    }

    footer .container-fluid {
        padding: 0
    }
    body.covid #mainNav.sticky-header .book-a-room {
        right: 15px;
        top: 32px
    }
    .allmenu {
        position: relative;
        left: 50%;
        transform: translateX(-50%) scale(.95);
        top: 20px
    }
    .menu-list .idiomas {
        position: absolute;
        left: 0;
        margin-left: -60px;
        top: -30px
    }
    .list-open {
        margin-bottom: 70px;
        padding-bottom: 20px
    }
    .slider-habitaciones.slider-general .flickity-prev-next-button.previous {
        left: -10px
    }
    .slider-habitaciones.slider-general .flickity-prev-next-button.next {
        right: -10px
    }
    .menu-list li.legales {
        margin-top: 80px
    }
    body.covid #mainNav.sticky-header .burger {
        top: 10px
    }
}
@media(max-width:420px) {
    .book-a-room {
        font-size: 18px
    }
    .logo-menu {
        margin-top: 80px;
        max-width: 60px;
    }
}
@media(max-height:480px) {
    .list-open {
        padding: 250px 0 100px 0
    }
    video {
        height: auto!important;
        width: 120%!important;
        right: 0
    }
}
.formContatoo button {
    position: relative;
    text-decoration: none;
    text-align: center;
}
.row-ubicacion img {
    transform: translateX(-50%);
    left: 50%;
    position: relative;
}
.formContatoo button span {
    position: relative;
    text-decoration: none;
    display: inline-block;
    font-family: 'Circular Std Book';
}
.formContatoo button span::before {
    content: "";
    height: 2px;
    width: 0%;
    background: #afc9b8;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .5s ease;
}
.formContatoo button span:hover::before {
    content: "";
    height: 2px;
    width: 100%;
    background: #afc9b8;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .5s ease;
}
.book-a-room span,
.proximamente span {
    font-family: 'Circular Std Book';
}
footer .links-footer a span::before,
footer .legales a span::before {
    content: "";
    height: 1px;
    width: 0%;
    background: #333333;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .5s ease;
}
footer .links-footer a span {
    position: relative;
    font-family: 'Circular Std Book';
}
footer .legales a span {
    position: relative;
}
footer .links-footer a:hover,
footer .legales a:hover {
    text-decoration: none;
}
.book-a-room span,
.proximamente span {
    font-family: 'Circular Std Book';
}
footer .links-footer a:hover span::before,
footer .legales a:hover span::before {
    content: "";
    height: 1px;
    width: 100%;
    background: #333333;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .5s ease;
}
.textopeke a::before {
    content: "";
    height: 1px;
    width: 0%;
    background: #333333;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .5s ease;
}
.textopeke a {
    position: relative;
    font-family: 'Circular Std Book';
}
.textopeke a:hover,
.textopeke a {
    text-decoration: none !important;
    color: #333333;
}
.textopeke a:hover::before {
    content: "";
    height: 1px;
    width: 100%;
    background: #333333;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .5s ease;
}
/* MIRAI ENCINGE */
/* end fonts */

.mi-be-datepicker-select .DateRangePicker_picker,
.mi-be .mi-dropdown .mi-dropdown-layout {
    z-index: 600;
}
/* VARIABLES MOBILE */

:root {
    --corporative-color: #DFC9A2;
    /* primary button bg */

    --text-color__over-corporative-color: #fff;
    /* primary button color */

    --corporative-text-color: #DFC9A2;
    /* links color */

    --border-radius: 0px;
}
/* Contola el Width de los campos con estas reglas */
/* Chain selector */

[data-mirai-engine='mirai_be'] .mi-be .mi-be-chain-select .mi-be-chain-field label {
    width: 150px;
}
/* Date picker */

[data-mirai-engine='mirai_be'] .mi-be-datepicker-select .DateRangePickerInput .DateInput {
    width: 90px;
}
/* Multiroom */

[data-mirai-engine='mirai_be'] .mi-be .mi-be-multiroom-select .mi-be-multiroom-field label {
    width: 140px;
}
/* Promo Code */

[data-mirai-engine='mirai_be'] .mi-be .mi-be-promo-field label input {}
/* Chain selector - Dropdown */

[data-mirai-engine='mirai_be'] .mi-be .mi-be-chain-select .mi-be-chain-dropdown {
    width: 250px;
}
/* -------------------------------------------------------------------- */
/* engine container */

[data-mirai-engine='mirai_be'] .mi-be {
    background: transparent;
    font-size: 16px;
    color: #3D3D3D;
}
.mi-be * {
    font-family: 'Circular Std Book';
}
body.bookingstep,
body.mi-chain_results {
    margin: 0;
    font-family: Open Sans, Arial;
}
[data-mirai-engine='mirai_be'] {
    background: #dfc9a2;
    padding: 30px 0px 30px 0px;
    max-width: 1300px;
    margin: auto;
}
/* input fields (common styles) */

[data-mirai-engine='mirai_be'] .mi-be-chain-field,
[data-mirai-engine='mirai_be'] .DateRangePickerInput,
[data-mirai-engine='mirai_be'] .mi-be-multiroom-field,
[data-mirai-engine='mirai_be'] .mi-be-promo-field {
    padding: 5px;
    background-color: transparent;
    margin-right: 20px;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-weight: 600 !important;
}
/* input elements and button height */

[data-mirai-engine='mirai_be'] .mi-be .mi-dropdown .mi-dropdown-button label,
[data-mirai-engine='mirai_be'] .mi-be .mi-be-datepicker-select .DateRangePickerInput .DateInput .DateInput_input,
[data-mirai-engine='mirai_be'] .mi-be .mi-be-promo-field label input,
[data-mirai-engine='mirai_be'] .mi-be .mi-be-book-btn {
    line-height: 40px;
    /* optional */

    height: 40px;
    /* same than line-height - ie11 fix */
}
/* placeholders */

[data-mirai-engine='mirai_be'] .mi-be .mi-dropdown .mi-dropdown-placeholder,
[data-mirai-engine='mirai_be'] .mi-be input[type=text]::-webkit-input-placeholder {
    color: #fff;
}
[data-mirai-engine='mirai_be'] .mi-be input[type=text]::-moz-placeholder {
    color: #fff;
}
[data-mirai-engine='mirai_be'] .mi-be input[type=text]:-moz-placeholder {
    color: #fff;
}
[data-mirai-engine='mirai_be'] .mi-be input[type=text]:-ms-input-placeholder {
    color: #fff;
}
@media(max-width:991px) {
    [data-mirai-engine='mirai_be'] .mi-be {
        color: #333333;
    }
}
/* ICONS */
/* info icons (date picker, multiroom & promo) */

[data-mirai-engine='mirai_be'] .mi-be .mi-be-datepicker-select .DateRangePickerInput .DateRangePickerInput_calendarIcon,
[data-mirai-engine='mirai_be'] .mi-be .mi-be-multiroom-field span.mi-ico-dropdown,
[data-mirai-engine='mirai_be'] .mi-be .mi-be-promo-field span.mi-ico-code {
    display: none;
    font-size: 16px;
    color: #ffffff;
}
/* date picker arrow */

[data-mirai-engine='mirai_be'] .mi-be-datepicker-select .DateRangePickerInput .DateRangePickerInput_arrow svg {
    fill: #fff;
}
/* dropdowns arrows */

[data-mirai-engine='mirai_be'] .mi-be .mi-dropdown .mi-dropdown-button .mi-ico-arrow-down-dark {
    color: #fff;
    /* same color than date picker arrow */
}
/* DATEPICKER (engine & no dispo) */
/* selected & hover dates */

[data-mirai-engine] .CalendarDay__default:hover,
[data-mirai-engine] [class*="CalendarDay__selected"],
[data-mirai-engine] .CalendarDay__hovered_span,
[data-mirai-engine] .CalendarDay__hovered_span:active,
.mi-be-datepicker-select .DateRangePickerInput .DateInput .DateInput_input__focused,
.mi-be.mi-be-mobile .mi-be-modal .mi-be-modal-main .mi-be-modal-fields input.DateInput_input__focused {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #efeae1;
    color: #555;
}
/* placeholder selected input in datepicker - (same color than "selected & hover
dates") */

.mi-be-datepicker-select .DateRangePickerInput .DateInput .DateInput_input__focused::placeholder {
    color: #555;
}
.mi-be-datepicker-select .DateRangePickerInput .DateInput .DateInput_input__focused::-webkit-input-placeholder {
    color: #555;
}
.mi-be-datepicker-select .DateRangePickerInput .DateInput .DateInput_input__focused:-moz-placeholder {
    color: #555;
}
.mi-be-datepicker-select .DateRangePickerInput .DateInput .DateInput_input__focused:-ms-input-placeholder {
    color: #555;
}
.mi-be.mi-be-mobile .mi-be-modal .mi-be-modal-main .mi-be-modal-fields input[type=text].DateInput_input__focused::placeholder {
    color: #555;
}
.mi-be.mi-be-mobile .mi-be-modal .mi-be-modal-main .mi-be-modal-fields input[type=text].DateInput_input__focused::-webkit-input-placeholder {
    color: #555;
}
.mi-be.mi-be-mobile .mi-be-modal .mi-be-modal-main .mi-be-modal-fields input[type=text].DateInput_input__focused:-moz-placeholder {
    color: #555;
}
.mi-be.mi-be-mobile .mi-be-modal .mi-be-modal-main .mi-be-modal-fields input[type=text].DateInput_input__focused:-ms-input-placeholder {
    color: #555;
}
/* last selected day */

[data-mirai-engine] .CalendarDay__selected_end,
[data-mirai-engine] .CalendarDay__selected_end:hover {
    background-color: #DFC9A2;
    color: #fff;
}
/* ALL ACTION BUTTONS (Book included) - only appearance, none position/display
or padding/margin or font appearance */

.mi-be .mi-be-book-btn,
.mi-rs .mi-rs-cart-btn,
.mi-rs .mi-rs-add-btn,
.mi-rs .mi-na-option-date-btn,
.mi-rs .mi-na-option-hotel-btn,
.mi-rs .mi-cf-form-data-btn,
button.mi-modal-close-btn,
.mi-rs .mi-rs-rate-select-room-btn,
.mi-be.mi-be-mobile .mi-be-modal .mi-be-multiroom-footer .mi-be-multiroom-footer-confirm,
.mi-be.mi-be-mobile .mi-be-modal .mi-be-modal-footer .mi-be-date-picker-confirm {
    background-color: #DFC9A2;
    color: #fff;
    border-radius: 0;
    border: 0;
    -webkit-transition: .3s all;
    transition: .3s all;
    /* don't add more properties use "engine booking button styles" */
}
.mi-be .mi-be-book-btn:hover,
.mi-rs .mi-rs-cart-btn:hover,
.mi-rs .mi-rs-add-btn:hover,
.mi-rs .mi-na-option-date-btn:hover,
.mi-rs .mi-na-option-hotel-btn:hover,
.mi-rs .mi-cf-form-data-btn:hover,
button.mi-modal-close-btn:hover,
.mi-rs .mi-rs-rate-select-room-btn:hover,
.mi-be.mi-be-mobile .mi-be-modal .mi-be-multiroom-footer .mi-be-multiroom-footer-confirm:hover,
.mi-be.mi-be-mobile .mi-be-modal .mi-be-modal-footer .mi-be-date-picker-confirm:hover {
    background-color: #bd9449;
}
/* ENGINE BOOKING BUTTON */

.mi-be .mi-be-book-btn {
    padding: 5px 20px;
    background: #ffffff;
    text-transform: uppercase;
    color: #333333;
    transition: all 0.2s linear;
}
.mi-be .mi-be-book-btn:hover {
    color: #fff;
}
/* ------------- BOOKING PROCESS ------------- */
/* LINKS */
/* general links (same color than web links) */

.mi-rs .mi-rs-room-occupation-btn,
.mi-rs .mi-rs-room-detail-btn,
.mi-rs-rate-see-more-btn,
.mi-rs-suggestion-btn,
.react-tabs [role=tab][aria-selected=true],
.react-tabs [role=tab]:hover,
.mi-rs-modal-occupation-btn:hover .mi-rs-occupation-text-legend span:first-child,
.mi-rs-modal-occupation-btn.selected .mi-rs-occupation-text-legend span:first-child,
.mi-rs-modal-occupation-btn.people:hover,
.mi-rs-modal-occupation-btn.people.selected,
.mi-rs-back-to-room-selection,
.mi-na-view-all-results,
.mi-rs-cart-item-edit-btn,
.mi-be-datepicker-info-panel .mi-be-datepicker-clear-dates button,
.mi-be .mi-be-multiroom-select .mi-be-multiroom-dropdown ul li .mi-be-multiroom-title .mi-be-multiroom-remove,
.mi-be .mi-be-multiroom-select .mi-be-multiroom-dropdown .mi-be-multiroom-footer .mi-be-multiroom-footer-add,
.mi-na-option-hotel > h4,
.mi-rs .mi-cancelation-payment-link,
.mi-rs .mi-privacy-policy-link,
.mi-rs .mi-cf-form-data-link-back,
.mi-rs .mi-cf-error-link-back,
.mi-cf-form-data form .mi-cf-form-data-additionals div[class*="mi-cf-form-data-additionals-"] a,
.mi-rs .mi-rc-btn,
.mi-rc-reservation-address .mi-rc-reservation-address-mail-link,
.mi-rc-reservation-address .mi-rc-reservation-address-web-link,
.mi-rs .mi-rc-reservation-code .mi-rc-reservation-code-expired-link,
.mi-be-modal .mi-be-modal-header button.mi-be-modal-clear-date {
    color: #DFC9A2;
}
/* links hover */

.mi-rs .mi-rs-room-occupation-btn:hover,
.mi-rs .mi-rs-room-detail-btn:hover,
.mi-rs-rate-see-more-btn:hover,
.mi-rs-suggestion-btn:hover,
.mi-rs-back-to-room-selection:hover,
.mi-na-view-all-results:hover,
.mi-rs-cart-item-edit-btn:hover,
.mi-be-datepicker-info-panel .mi-be-datepicker-clear-dates button:hover,
.mi-be .mi-be-multiroom-select .mi-be-multiroom-dropdown ul li .mi-be-multiroom-title .mi-be-multiroom-remove:hover,
.mi-be .mi-be-multiroom-select .mi-be-multiroom-dropdown .mi-be-multiroom-footer .mi-be-multiroom-footer-add:hover,
.mi-na-option-hotel > h4:hover,
.mi-rs .mi-cancelation-payment-link:hover,
.mi-rs .mi-privacy-policy-link:hover,
.mi-rs .mi-cf-form-data-link-back:hover,
.mi-rs .mi-cf-error-link-back:hover,
.mi-cf-form-data form .mi-cf-form-data-additionals div[class*="mi-cf-form-data-additionals-"] a:hover,
.mi-rs .mi-rc-btn:hover,
.mi-rc-reservation-address .mi-rc-reservation-address-mail-link:hover,
.mi-rc-reservation-address .mi-rc-reservation-address-web-link:hover,
.mi-rs .mi-rc-reservation-code .mi-rc-reservation-code-expired-link:hover,
.mi-be-modal .mi-be-modal-header button.mi-be-modal-clear-date:hover {
    color: #bd9449;
}
/* selected & hovered occupation (room selection), selected tab, +/- multiroom
buttons, radio & checkbox */

.mi-rs-modal-occupation-btn:hover,
.mi-rs-modal-occupation-btn.selected,
.react-tabs [role=tab][aria-selected=true],
.mi-be .mi-be-multiroom-select .mi-be-multiroom-dropdown ul li .mi-be-multiroom-option-adult span.react-numeric-input b,
.mi-be .mi-be-multiroom-select .mi-be-multiroom-dropdown ul li .mi-be-multiroom-option-children span.react-numeric-input b,
.mi-radio-container input[type="radio"]:checked + .mi-radio-ico:before,
.mi-checkbox-container input[type="checkbox"]:checked + .mi-checkbox-ico:before,
.mi-be.mi-be-mobile .mi-be-modal .mi-be-multiroom-footer .mi-be-multiroom-footer-add,
.mi-be.mi-be-mobile .mi-be-modal .mi-be-multiroom-footer .mi-be-multiroom-footer-confirm {
    border-color: #DFC9A2 !important;
    /* color links */
}
/* +/- multiroom buttons, checked checkbox */

.mi-be .mi-be-multiroom-select .mi-be-multiroom-dropdown ul li .mi-be-multiroom-option-adult span.react-numeric-input b i,
.mi-be .mi-be-multiroom-select .mi-be-multiroom-dropdown ul li .mi-be-multiroom-option-children span.react-numeric-input b i,
.mi-checkbox-container input[type="checkbox"]:checked + .mi-checkbox-ico:before {
    background-color: #DFC9A2 !important;
    /* color links */
}
/* CORPORATIVE DETAILS (principal color) */
/* line on client form, input focused at client form, selected credit card */

div[data-mirai-engine="mirai_cf"] .mi-rs,
div[data-mirai-engine="mirai_mr"] .mi-rs,
.mi-rs .mi-field-group.focused .mi-input-text,
.mi-rs .mi-field-group.focused .mi-textarea,
.mi-cf-form-data form .mi-cf-form-data-payment .mi-cf-form-data-payment-title img.selected,
.mi-rc-reservation-code,
.mi-rc-reservation-address,
.mi-rc-reservation-data,
.mi-rc-reservation-detail,
.mi-rc-reservation-price,
.mi-rc-reservation-payment,
.mi-rc-reservation-cancellation,
.mi-rc-reservation-privacy {
    border-color: #DFC9A2;
}
/* LOADING booking proccess (principal color) */

.mi-rs.loading .mi-loading .mi-loading-scope .mi-loading-icon div {
    border-color: #DFC9A2 transparent #DFC9A2 transparent;
}
/* ----------------- ENGINE IN SQUARE ----------------- */

.mi-be-square {
    text-align: center;
}
.mi-be-square {
    display: inline-block;
    max-width: 100%;
    /* chain selector needs width, same than data range picker */
    /*width: 313px;*/
}
.mi-be-square .mi-be-mobile {
    display: block;
}
/* fields wrappers */

.mi-be-square .mi-be-chain-field,
.mi-be-square .mi-be-datepicker-select,
.mi-be-square .mi-dropdown,
.mi-be-square .mi-be-promo-field,
.mi-be-square .mi-be-book-btn {
    display: block;
}
/* input fields */

.mi-be-square .mi-be .mi-be-chain-field,
.mi-be-square .mi-be .DateRangePickerInput,
.mi-be-square .mi-be .mi-be-multiroom-field,
.mi-be-square .mi-be .mi-be-promo-field {
    margin-right: 0;
    margin-bottom: 5px;
    text-align: left;
    padding: 10px 20px;
}
/* input elements */

.mi-be-square .mi-be .mi-dropdown .mi-dropdown-button label,
.mi-be-square .mi-be .mi-be-datepicker-select .DateRangePickerInput .DateInput .DateInput_input,
.mi-be-square .mi-be .mi-be-promo-field label input,
.mi-be-square .mi-be .mi-be-book-btn {
    line-height: 3em;
    height: 3em;
    /* same than line-height - ie11 fix */
}
/* button */

.mi-be-square .mi-be .mi-be-book-btn {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
/* info icons */

.mi-be-square .mi-be .mi-be-datepicker-select .DateRangePickerInput .DateRangePickerInput_calendarIcon,
.mi-be-square .mi-be .mi-be-multiroom-field span.mi-ico-dropdown,
.mi-be-square .mi-be .mi-be-promo-field span.mi-ico-code {
    font-size: 1.6em;
}
/* icon arrow position */

.mi-be-square .mi-be .mi-dropdown .mi-dropdown-button .mi-ico-arrow-down-dark {
    position: absolute;
    right: 20px;
    /* same than field wrappers horizontal padding */

    top: 50%;
    margin-top: -7px;
    /* negative half font-size */
}
/* input selectors (icon arrow has changed) */

.mi-be-square .mi-be .mi-dropdown .mi-dropdown-button > *:nth-last-child(2) {
    margin-right: 0;
    padding-right: 25px;
    box-sizing: border-box;
    max-width: 100%;
    width: auto;
}
.mirai-engine {
    margin-top: -70px;
    display: none;
}
.fixedtotop .row-formReservas {
    pointer-events: all !important;
}
.mi-be label {
    margin: 0;
}
/* MEDIA QUERIES */
/* Small screens like iPad Portrait */

@media (min-width: 768px) and (max-width: 979px) {
    [data-mirai-engine='mirai_be'] .DateRangePickerInput {
        margin-right: 0;
    }
    [data-mirai-engine='mirai_be'] .mi-be .mi-be-chain-select .mi-be-chain-field label {
        width: 192px;
    }
    [data-mirai-engine='mirai_be'] .mi-be-datepicker-select .DateRangePickerInput .DateInput {
        width: 89.5px;
    }
    [data-mirai-engine='mirai_be'] .mi-be .mi-be-multiroom-select .mi-be-multiroom-field label {
        width: 111px;
    }
    [data-mirai-engine='mirai_be'] .mi-be .mi-be-promo-field label input {
        width: 137px;
    }
    .mi-be .mi-be-book-btn {
        width: 102px;
    }
    [data-mirai-engine='mirai_be'] .mi-be {
        max-width: 600px;
    }
    [data-mirai-engine='mirai_be'] .mi-be .mi-be-book-btn,
    [data-mirai-engine='mirai_be'] .mi-be-multiroom-field,
    [data-mirai-engine='mirai_be'] .mi-be-promo-field {
        margin-top: 10px;
    }
}
/* iphone portrait & landscape - galaxy portrait & lanscape */

@media (max-device-width: 767px) {
    /* motor wrapper - for display */

    div[data-mirai-engine="mirai_be"][data-device="mobile"] {}
    /* trigger button opens modal */

    [data-mirai-engine='mirai_be'] .mi-be.mi-be-mobile .mi-be-book-btn.mi-be-book-btn-trigger {} [data-mirai-engine='mirai_be'] .mi-be.mi-be-mobile {
        font-size: calc(1px + 3.8vw);
        /* 13px - 16px */
    }
    .mi-be.mi-be-mobile .mi-be-chain-field,
    .mi-be.mi-be-mobile .DateRangePickerInput,
    .mi-be.mi-be-mobile .mi-be-multiroom-field,
    .mi-be.mi-be-mobile .mi-be-promo-field {
        border: 1px solid;
    }
    .mirai-engine {
        margin-top: 0;
    }
    .mi-be .mi-be-book-btn {
        background: #ffffff;
        color: #333333;
    }
    [data-mirai-engine='mirai_be'] .mi-be .mi-dropdown .mi-dropdown-button .mi-ico-arrow-down-dark {
        color: #333333;
    }
    [data-mirai-engine='mirai_be'] .mi-be-datepicker-select .DateRangePickerInput .DateRangePickerInput_arrow svg {
        fill: #333333;
    }
    [data-mirai-engine='mirai_be'] .mi-be-chain-field,
    [data-mirai-engine='mirai_be'] .DateRangePickerInput,
    [data-mirai-engine='mirai_be'] .mi-be-multiroom-field,
    [data-mirai-engine='mirai_be'] .mi-be-promo-field {
        color: #333333;
        border-color: #333333;
    }
    [data-mirai-engine='mirai_be'] .mi-be .mi-dropdown .mi-dropdown-placeholder,
    [data-mirai-engine='mirai_be'] .mi-be input[type=text]::-webkit-input-placeholder {
        color: #333333 !Important;
    }
    [data-mirai-engine='mirai_be'] .mi-be .mi-be-mobile .mi-dropdown .mi-dropdown-placeholder,
    [data-mirai-engine='mirai_be'] .mi-be .mi-be-mobile input[type=text]::-webkit-input-placeholder {
        color: #ffffff !Important;
    }
    [data-mirai-engine='mirai_be'] .mi-be input[type=text]::-moz-placeholder {
        color: #333333;
    }
    [data-mirai-engine='mirai_be'] .mi-be input[type=text]:-moz-placeholder {
        color: #333333;
    }
    [data-mirai-engine='mirai_be'] .mi-be input[type=text]:-ms-input-placeholder {
        color: #333333;
    }
    [data-mirai-engine='mirai_be'] .mi-be .mi-be-mobile .mi-be-chain-field,
    [data-mirai-engine='mirai_be'] .DateRangePickerInput,
    [data-mirai-engine='mirai_be'].mi-be .mi-be-mobile .mi-be-multiroom-field,
    [data-mirai-engine='mirai_be'] .mi-be-promo-field {
        color: #ffffff !important;
        border-color: #ffffff !important;
        ;
        border: none !important;
        border-bottom: 1px solid #ffffff !important;
    }
    .mi-be-multiroom-field {
        border-bottom: 1px solid #ffffff !important;
    }
}
.slider-general {
    opacity: 0 !important;
}
.slider-general.visible {
    opacity: 1 !important
}
/* ================================= */
/*Styles for bookingstep*/

.bookingstep #header,
.mi-chain_results #header {} .bookingstep #logo,
.mi-chain_results #logo {
    margin: 0 auto;
    width: 500px;
    padding: 25px 0;
}
.bookingstep #logo a,
.mi-chain_results #logo a {
    display: block;
    margin: 0 auto;
    /*start logo_*/

    background: url("logoroomselect.png") no-repeat 0 0 transparent;
    height: 160px;
    width: 200px;
    /*end logo_*/
}
#m-chain-result-wrapper {
    padding-top: 30px;
}
/*Styles for chain results*/

.hotel-price button {
    background: #DFC9A2;
    border: 1px solid #DFC9A2;
}
.hotel-price button:hover {
    background: #bd9449;
    border: 1px solid #bd9449;
}
.hotel-name a:hover {
    color: #bd9449;
}
/**/
/* Motor fixed */

.fixedtotop [data-mirai-engine='mirai_be'] .mi-be-chain-field,
.fixedtotop [data-mirai-engine='mirai_be'] .DateRangePickerInput,
.fixedtotop [data-mirai-engine='mirai_be'] .mi-be-multiroom-field,
.fixedtotop [data-mirai-engine='mirai_be'] .mi-be-promo-field {
    color: #ffffff;
    border-color: #ffffff;
}
.fixedtotop [data-mirai-engine='mirai_be'] .mi-be .mi-dropdown .mi-dropdown-placeholder,
.fixedtotop [data-mirai-engine='mirai_be'] .mi-be input[type=text]::-webkit-input-placeholder {
    color: #ffffff !Important;
}
.fixedtotop [data-mirai-engine='mirai_be'] .mi-be input[type=text]::-moz-placeholder {
    color: #ffffff;
}
.fixedtotop [data-mirai-engine='mirai_be'] .mi-be input[type=text]:-moz-placeholder {
    color: #ffffff;
}
.fixedtotop [data-mirai-engine='mirai_be'] .mi-be input[type=text]:-ms-input-placeholder {
    color: #ffffff;
}
.fixedtotop [data-mirai-engine='mirai_be'] .mi-be .mi-dropdown .mi-dropdown-button .mi-ico-arrow-down-dark {
    color: #ffffff;
}
.fixedtotop [data-mirai-engine='mirai_be'] .mi-be-datepicker-select .DateRangePickerInput .DateRangePickerInput_arrow svg {
    fill: #ffffff;
}
.fixedtotop [data-mirai-engine='mirai_be'] {
    background: transparent;
    padding: 10px 0;
}
.mi-be-content-modal {
    background: #ffffff !important;
}

.mim-modal-open .mi-be-square {
  transform: none;
}
.row-formReservas [data-mirai-engine='mirai_be'] .mi-be.mi-be-mobile .mi-dropdown .mi-dropdown-placeholder,
.row-formReservas [data-mirai-engine='mirai_be'] .mi-be.mi-be-mobile input[type=text]::-webkit-input-placeholder,
.row-formReservas [data-mirai-engine='mirai_be'] .mi-be.mi-be-mobile .mi-dropdown .mi-dropdown-button label {
    color: #333333 !important
}
.row-formReservas [data-mirai-engine='mirai_be'] .mi-be.mi-be-mobile .mi-be-datepicker-select .DateRangePickerInput .DateRangePickerInput_arrow svg {
    fill: #333333;
}
.row-formReservas [data-mirai-engine='mirai_be'] .mi-be.mi-be-mobile .mi-be-chain-field,
.row-formReservas [data-mirai-engine='mirai_be'] .mi-be.mi-be-mobile .DateRangePickerInput,
.row-formReservas [data-mirai-engine='mirai_be'] .mi-be-multiroom-field,
.row-formReservas [data-mirai-engine='mirai_be'] .mi-be.mi-be-mobile .mi-be-promo-field {
    border-bottom: 1px solid #333333 !important;
}
.row-formReservas [data-mirai-engine='mirai_be'] .mi-be-multiroom-field {
    border-bottom: 1px solid #ffffff !important;
}
.row-formReservas .mi-be.mi-be-mobile .mi-dropdown .mi-dropdown-button .mi-ico-select-dropdown {
    color: #333333 !important;
}
.row-formReservas .mi-be-mobile span[class*="mi-ico-"] {
    color: #333333;
}
@media(max-width:991px) {
    .row-hoteles .col-lg-3 {
        width: 50%;
    }
    .row-hoteles .col-lg-3:nth-child(1) {
        order: 1;
    }
    .row-hoteles .col-lg-3:nth-child(2) {
        order: 2;
    }
    .row-hoteles .col-lg-3:nth-child(3) {
        order: 4;
    }
    .row-hoteles .col-lg-3:nth-child(4) {
        order: 3;
    }
    .row-hoteles .col-lg-3:nth-child(5) {
        order: 6;
    }
    .row-hoteles .col-lg-3:nth-child(6) {
        order: 5;
    }
    .row-hoteles .col-lg-3:nth-child(7) {
        order: 7;
    }
    .row-hoteles .col-lg-3:nth-child(8) {
        order: 8;
    }
    .row-hoteles .col-lg-3:nth-child(9) {
        order: 9;
    }
    .row-hoteles .col-lg-3:nth-child(10) {
        order: 10;
    }
    .row-hoteles .col-lg-3:nth-child(11) {
        order: 12;
    }
    .row-hoteles .col-lg-3:nth-child(12) {
        order: 11;
    }
    .row-hoteles .col-lg-3:nth-child(13) {
        order: 14;
    }
    .row-hoteles .col-lg-3:nth-child(14) {
        order: 13;
    }
    .row-hoteles .col-lg-3:nth-child(15) {
        order: 15;
    }
    .row-hoteles .col-lg-3:nth-child(16) {
        order: 16;
    }
}
@media(max-width:720px) {
    .row-hoteles .col-lg-3 {
        width: 100%;
    }
    .row-hoteles .col-lg-3:nth-child(1) {
        order: 1;
    }
    .row-hoteles .col-lg-3:nth-child(2) {
        order: 2;
    }
    .row-hoteles .col-lg-3:nth-child(3) {
        order: 3;
    }
    .row-hoteles .col-lg-3:nth-child(4) {
        order: 4;
    }
    .row-hoteles .col-lg-3:nth-child(5) {
        order: 6;
    }
    .row-hoteles .col-lg-3:nth-child(6) {
        order: 5;
    }
    .row-hoteles .col-lg-3:nth-child(7) {
        order: 8;
    }
    .row-hoteles .col-lg-3:nth-child(8) {
        order: 7;
    }
    .row-hoteles .col-lg-3:nth-child(9) {
        order: 9;
    }
    .row-hoteles .col-lg-3:nth-child(10) {
        order: 10;
    }
    .row-hoteles .col-lg-3:nth-child(11) {
        order: 11;
    }
    .row-hoteles .col-lg-3:nth-child(12) {
        order: 12;
    }
    .row-hoteles .col-lg-3:nth-child(13) {
        order: 14;
    }
    .row-hoteles .col-lg-3:nth-child(14) {
        order: 13;
    }
    .row-hoteles .col-lg-3:nth-child(15) {
        order: 16;
    }
    .row-hoteles .col-lg-3:nth-child(16) {
        order: 15;
    }
}
/* lightbox promo*/

.lightbox-promo {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(5px);
    z-index: 99999999;
    overflow: auto;
}
.spacer100 {
    display: block;
    width: 100%;
    position: relative;
    padding-top: 100px;
}
.lightbox-promo .container-promo {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%) scale(0.75);
    padding: 0px 0px 100px 0px;
}
.lightbox-promo .content-promo {
    display: flex;
    background: #ffffff;
    column-gap: 50px;
    overflow: hidden;
    align-items: center;
    position: relative;
    padding-right: 50px;
}
.lightbox-promo .image-wrapper {
    position: relative;
    max-width: 500px;
    overflow: hidden;
    max-height: 700px;
    width: 100%;
}
.lightbox-promo .image-wrapper img {
    position: relative;
    z-index: 1;
    object-fit: cover;
    min-width: 100%;
    max-width: 600px;
    max-height: 800px;
    object-position: center;
}
.lightbox-promo .titulo {
    font-size: 66px;
    font-family: 'Wulkan';
    font-weight: bold;
    text-align: center;
    line-height: 80px;
}
.lightbox-promo .titulo span {
    display: block;
    font-size: 66px;
    font-family: 'Wulkan';
    font-weight: bold;
    color: #dcc8a3;
    white-space: nowrap;
}
.lightbox-promo .texto-icono {
    font-family: 'Circular Std Book';
    font-size: 25px;
    display: flex;
    column-gap: 20px;
    align-items: center;
    line-height: 25px;
    margin: 30px 0px;
    text-align: left;
}
.lightbox-promo .texto-icono span,
.lightbox-promo .texto-icono strong {
    font-family: 'Circular Std Book';
}
.lightbox-promo p {
    font-size: 20px;
    text-align: center;
    font-family: 'Circular Std Book';
    max-width: 400px;
}
.lightbox-promo p.texto-codigo {
    color: #dcc8a3;
    text-align: center;
    font-family: 'Circular Std Book';
}
.lightbox-promo .codigo {
    font-size: 30px;
    padding: 10px 40px;
    text-align: center;
    background: #dcc8a3;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 5px;
    display: table;
    text-decoration: none !important;
    margin: 20px auto;
}
.lightbox-promo .texto-icono img {
    max-width: 50px;
}
.lightbox-promo .bt-close-promo {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
}
.lightbox-promo .bt-close-promo img {
    filter: invert(1);
}
@media(max-width:800px) {
    .lightbox-promo .image-wrapper {
        display: none;
    }
    .lightbox-promo .content-promo {
        padding: 50px;
    }
    .lightbox-promo .img-logo-adorno {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }
}

.overlay-contacto{
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    overflow: auto;
    background: rgba(29,37,45,0.5);
    backdrop-filter: blur(10px);
    z-index: 999999;
}
.overlay-contacto .box-contacto{
    background: rgba(245, 218, 223, 0.7);
    padding: 50px;
    width: 100%;
    max-width: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color:#1d252d;
    position: relative;
    margin-top: 100px;
    left: 50%;
    transform: translateX(-50%);
}
.overlay-contacto .box-contacto:last-of-type{
    margin-bottom: 200px;
}
.overlay-contacto .box-contacto .titulo{
    font-family: 'Abril Fatface';
    font-size: 32px;
}
.overlay-contacto .box-contacto .texto{
    font-size: 22px;
    font-family: 'Montserrat';
}
.overlay-contacto .box-contacto .texto a{
    text-decoration: underline;
    color:#1d252d;
}

.tfno-reservas{
    margin-top: 100px;
    text-align: center;
    font-size: 22px;
}
.tfno-reservas p, .tfno-reservas a{
    text-align: center;
}
.tfno-reservas a{
    display: block;
    color: black;
}

.row-reservas-hab.visibleMobile{
    display: none !important;
}

/* fixed booking engine */

.mi-be .mi-be-datepicker-select.mi-be-datapicker-prices div.DateRangePicker_picker {
    justify-content: flex-end;
}
.aviso-covid{
    display:none;
}
.img-mail-contacto{
    max-width:100px;
}

.formContatoo .links-contacto a{
    align-items:flex-start;
    margin:0px;
}
.formContatoo .col-lg-3{
    display:flex;
}
.formContatoo .col-lg-3 .links-contacto .box-contacto{
    padding:10px 0px 10px 25px;
    border-left:1px solid white;
}
/* REDISEÑO 2023 */
header{
    position:fixed;
    width:100%;
    background:#ffffff;
    z-index:999;
    height:80px;
    display:flex;
    align-items:center;
}
header .container{
    max-width:100%;
    padding:0px 30px;
    display:flex;
    width:100%;
    justify-content:space-between;
    position:relative;
    align-items:center;
}
header .container .menu-select{
    display:flex;
    column-gap:40px;
}
header .container .menu-select li a{
    display:flex;
    column-gap:15px;
    font-family:'Circular Std Book';
    color:#333333;
    text-transform:uppercase;
    font-size:16px;
}
header .container .menu-select li a:hover{
    text-decoration:none;
    opacity:0.7;
}
header .btn-reserva span{
    font-family:'Circular Std Book';
    color:#333333;
    text-transform:uppercase;
    transition:all 0.5s ease;
    font-size:20px;
}
header .btn-reserva:hover{
    text-decoration:none;
    opacity:0.7;
}
header .container .menu-select li a img{
    filter:brightness(0);
    max-width:20px;
}
header .container .logo-select{
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    height:60px;
}
header .container .logo-select img.logo{
    height:60px;
    width:auto;
    margin:0px;
}
header .burger{
    display:none;
}
header .menu-destinos{
    position:fixed;
    top:108px;
    height:calc(100vh - 108px);
    max-height:calc(100vh - 108px);
    overflow:auto;
    width:100%;
    max-width:300px;
    left:-100%;
    background:#ffffff;
    z-index:0;
    padding: 50px 30px;
    transition:all 0.5s ease;
}
header .menu-destinos.active{
    left:0px;
}
header .menu-destinos ul li a{
    color:#333333;
    font-size:30px;
    position:relative;
    display:flex;
    align-items:center;
    column-gap:15px;

}
header .menu-destinos ul li.sostenibilidad{
    margin-top:50px;
    padding-top:20px;
    border-top:1px solid #333333;

}
header .menu-destinos ul li:nth-child(3) a{
    margin-bottom:20px;
}
header .menu-destinos ul li a span{
    position:absolute;
    bottom:-15px;
    left:0px;
    font-size:18px;
    font-family:'Circular Std Book';
}
header .menu-destinos ul li a span.prox{
    position:relative;
    background:#f29a46;
    font-size:14px;
    padding:0px 5px;
    color:#ffffff;
    font-family:'Circular Std Book';
    bottom:0px;
    left:unset;
}
header .header-links{
    display:flex;
    align-items:center;
    column-gap:20px;
    position:relative;
}
header .idiomas-header{
    display:flex;
    flex-direction:column;
    position:absolute;
    right:100px;
    top:-5px;
}
header .bt-idioma{
    display:none;
    opacity:1;
    font-size:16px;
    color:#333333;
    font-family:'Circular Std Book';
    text-transform:uppercase;
    padding:10px;
    background:#ffffff;
    transition:all 0.5s ease;
}
header .bt-idioma:hover{
    color:#333333;
    opacity:0.7;
}
header .bt-idioma.active{
    display:block;
    position:relative;
    top:0px;
    color:#333333;
    font-family:'Circular Std Book';
    text-transform:uppercase;
    padding:10px;
    background:#ffffff;
}
header .idiomas-header.opened .bt-idioma{
    display:block;
}
.promotions{
    width:100%;
    top:80px;
    position:fixed;
    z-index:99;
    background:#f29a46;
    font-size:15px;
    font-weight:400;
    color:#1d252d;
    max-height:30px;
    display:flex;
    align-items:center;
    padding:3px 0px;

}
.promotions marquee{
    font-family:'Circular Std Book';
}
.telefono-header{
    display:flex;
    column-gap:10px;
    margin-left:5px;
    font-family:'Circular Std Book';
    font-size:14px;
    color:#333333;
    margin-right:60px;
    cursor:pointer;
}
.telefono-header:hover{
    text-decoration:none;
    color:#333333;
}
.telefono-header svg{
    max-width:10px;
    height:auto;
}
.menu-destinos .telefono-header{
    font-size:18px;
    margin-right:0px;
    column-gap:10px !important;
    margin-top:30px;
}
header .idiomas-header.mobile{
    position:relative;
    flex-direction:row;
    display:flex;
    top:unset;
    right:unset;
    margin-top:20px;
    display:none;
}
header .idiomas-header.mobile .bt-idioma{
    font-size:18px;
    padding:10px;
    display:block;
}
@media(max-width:768px){
    header .burger{
        display:block;
    }
    header .container .menu-select{
        display:none;
    }
    header .telefono-header{
        display:none;
    }
    header .idiomas-header{
        display:none;
    }
    header .idiomas-header.mobile{
        display:flex;
    }
}

.section-cards-destinos{
    max-width:1360px;
    margin:50px auto 0px auto;
    overflow:hidden;
    backgroun:red;
}
.section-cards-destinos .swiper-slide{
    width:auto !important;
    margin-right:30px !important;
}
.section-cards-destinos .swiper-slide:last-of-type{
    width:auto !important;
    margin-right:0px !important;
}
.section-cards-destinos  .swiper-button-next, .section-cards-destinos .swiper-button-prev{
    width:34px;
    height:34px;
    z-index:99;
}
.section-cards-destinos {
    padding:0px 40px;
}
.section-cards-destinos  .swiper-button-next{
    right:-30px;
}
.section-cards-destinos  .swiper-button-prev{
    left:-30px;
}

.section-cards-destinos .swiper{
    overflow:visible;
    max-width:100%
}

.section-cards-destinos .swiper-button-next:after {
    content:"" !important;
    width:34px;
    height:34px;
    background:url(../img/fle-bt-ciudad.png) no-repeat;
    background-size:contain;
}
.section-cards-destinos  .swiper-button-prev:after {
    content:"" !important;
    width:34px;
    height:34px;
    background:url(../img/fle-bt-ciudad.png) no-repeat;
    transform:rotate(180deg);
    background-size:contain;
}


.titulo-destino-home{
    color: #333333;
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 20px;
    font-weight: bold;
    margin-bottom:15px;
    max-width:300px;
}
.titulo-destino-home span{
    display:block;
    width:100%;
    font-family:'Circular Std Book';
    font-size:18px;
    font-weight:normal;
    margin-top:-5px;
}
.texto-destino-home{
    font-size: 17px;
    line-height: 20px;
    color: #f5dadf;
    max-width:300px;
    min-height:90px;
}
.card-destinos{
    max-width: 300px;
    height: 450px;
    background-color: transparent;
    overflow:hidden;
  }

  .card-destinos .inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);

    transform-style: preserve-3d;
    transition: transform 0.75s;
  }
  .card-destinos .inner * {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  /* Card Covers */
  .card-destinos .cover {
    width: 100%;
    max-width: 300px;
    height: auto;
    background-color: #1d252d;
    overflow: hidden;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    transition: all 0.75s ease-in-out;
  }


  /* Card 2 - Flip 180 */
  .card-destinos .cover2 {
    position: relative;
    width: 100%;
    height: 95%;
    top: -95%;
    transform: rotateY(180deg);
    background:url(../img/bg-rayas.svg) no-repeat;
    border:1px solid #f5dadf;
    background-size:300%;
  }
  .card-destinos:hover .inner {
    transform: rotateY(180deg);
  }

  .card-destinos img {
    width: 100%;
    max-width: 300px;
    height: 428px;
    object-fit: cover;
    backface-visibility: hidden;
  }
  .card-destinos .secciones ul{
    display: flex;
    flex-direction: column;
}
.swiper-scrollbar{
    opacity:0;
}
.card-destinos .secciones ul li{
    margin-bottom:15px;
}
.card-destinos .secciones ul li a{
    text-decoration: none;
    color: #ffffff;
    font-size: 25px;
    text-transform: uppercase;
    position:relative;
    display: inline-block;
    text-align: center;
    font-family:'Circular Std Book';
    text-shadow:0px 0px 10px rgba(0,0,0,1);
}
.card-destinos .secciones ul li a:after{
    content: "";
    width: 0px;
    height: 2px;
    background: #ffffff;
    position: absolute;
    bottom: 0px;
    left: 0px;
    transition: all 0.5s ease;
    box-shadow:0px 0px 10px rgba(0,0,0,1);
}
.card-destinos .secciones ul li a:hover:after{
    width: 100%;
}
footer{
    background:#dbc7a7;
}
footer .container{
    display:flex;
    justify-content:space-between;
    padding:30px 50px 30px 50px;
    max-width:100%;
}
footer .copyright {
    background:#333333;
}
footer .copyright .container{
    padding:10px 50px 10px 50px;
}
@media(max-width:767px){
    footer .container{
        padding:30px 20px 30px 20px;
    }
    footer .copyright .container{
        padding:10px 20px 10px 20px;
    }
}
.logo-footer img{
    min-width:150px;
}
footer .logo{
    margin-top:0px;
}
footer .footer-links{
    display:flex;
    column-gap:50px;
    padding-top:20px;
    width:100%;
    justify-content:flex-end;
    padding-left:30px;
}

footer .footer-links .column h4{
    font-size:13px;
    color:#333333;
    font-weight:bold;
    font-family:'Circular Std Book';
}
footer .footer-links .column li{
    margin-bottom:-7px;
}
footer .footer-links .column a, footer .footer-links .column a.bt-idioma{
    white-space:nowrap;
    font-size:13px;
    color:#ffffff;
    text-decoration:none;
    font-family:'Circular Std Book';
}
footer .footer-links .column a:hover, footer .footer-links .column a.bt-idioma:hover{
    text-decoration:underline;
}
footer .copyright p{
    color:#ffffff;
    font-size:10px;
    margin:0px;
}

footer .logo h4{
    font-size:13px;
    color:#333333;
    font-weight:bold;
    font-family:'Circular Std Book';
}
footer .logo .direccion{
    margin-top:15px;
}
footer .logo a, footer .logo p{
    font-size:13px;
    color:#ffffff;
    text-decoration:none;
    font-family:'Circular Std Book';
}


.cookiealert{
    display:none;
}
footer .footer-links .column:nth-child(3) ul{
    flex-direction:row;
    display:flex;
    column-gap:15px;
}

footer .logo{
    display:flex;
    flex-wrap:nowrap;
    column-gap:20px;
    padding-left:30px;
}
footer .logo .footer-links{
    padding-left:0px;
}
footer .footer-links .column a{
    display:inline-block;
    line-height:15px;
}
@media(max-width:960px){
    footer .container{
        flex-direction:column;
        align-items:flex-start;
        justify-content:center;
    }
    footer .logo{
        width:100%;
        margin-bottom:30px;
        justify-content:space-between;
        max-width:100%;
        flex-wrap:wrap;
    }
    footer .footer-links{
        justify-content:space-between;
        column-gap:30px;
    }
    footer .logo .footer-links{
        width:auto;
    }
    footer .footer-links .column{
        min-width:0px;
        width:auto;
    }
}
@media(max-width:600px){
    footer .footer-links{
        flex-direction:row;
        justify-content:flex-start;
    }
    footer .footer-links .column{
        margin:20px 0px;
    }
}
@media(max-width:480px){
    footer .footer-links{
        flex-direction:row;
        flex-wrap:wrap;
    }
    footer .footer-links .column:nth-child(2), footer .footer-links .column:nth-child(3){
        max-width:40%;
    }
}
.container-slider{
    margin-top:100px;
    height:calc(100vh - 100px);
}

.bg-video{
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
}
.container-slider.video-home .bg-video{
    left:auto;
    right:0px;
    transform:translateY(-50%);
}
@media(max-width:768px){
    .container-slider.video-home .bg-video{
        left:auto;
        right:-100px;
        transform:translateY(-50%);
    }
}
.fixedtotop .row-menu-hotel .menu-slide{
    top:-100px;
}
.row-gallery .gal{
    padding-bottom:50px;
}
.row-gallery .gal img{
    margin-bottom:15px;
}
.fotos.fixedtotop .tipo-habitaciones{
    margin-top:20px;
}

.box-habitacion .iconos{
    margin-top:10px;

}
.box-habitacion .iconos ul{
    display:flex;
    column-gap:10px;
    margin:0px;
    list-style:none;
    flex-wrap:wrap;
    row-gap:10px;
}
.box-habitacion .iconos img{
    max-height:30px;
}
.box-habitacion .contenido{
    margin-top:20px;
}
.box-habitacion .contenido .titulo-seccion{
    margin-bottom:0px;
}
.bt-box-habitacion{
    background:#333333;
    color:#ffffff;
    border:1px solid #333333;
    text-decoration:none;
    text-transform:uppercase;
    font-size:16px;
    border-radius:20px;
    font-family:'Circular Std Book';
    padding:5px 30px;
    transition:all 0.5s ease;
    font-weight:bold;
    margin-top:20px;
    display:inline-block;
}
.bt-box-habitacion:hover{
    background:#ffffff;
    color:#333333;
    border:1px solid #333333;
    text-decoration:none;
}
.slider-general.slider-box-habitacion  .flickity-button{
    display:block;
}
.slider-general.slider-box-habitacion  .flickity-prev-next-button.next{
    background:url(../img/flecha-habitaciones.svg) no-repeat;
    width:35px;
    height:35px;
    transform:rotate(180deg);
    right:5px;
}
.slider-general.slider-box-habitacion  .flickity-prev-next-button.previous  {
    background:url(../img/flecha-habitaciones.svg) no-repeat;
    width:35px;
    height:35px;
    transform:none;
    left:5px;
}
.box-habitacion .flickity-page-dots{
    display:none;
}

.hotel-rooms{
    padding-top:50px;
}
.box-habitacion{
    margin-bottom:50px;
}

.banner-sostenibilidad{
    height:100vh;
    padding:0px;
    background:url(../img/banner-sostenibilidad.jpg) no-repeat;
    background-size:cover;
    display:flex;
    align-items:flex-end;
}

.banner-sostenibilidad .container{
    padding-bottom:70px;
    max-width:100%;
    padding:0px 70px 60px 70px;
}
@media(max-width:1200px){
    .banner-sostenibilidad .container{
        padding:0px 60px 60px 50px !important;
    }
}
.banner-sostenibilidad .container h1{
    color:#ffffff;
    font-size:80px;
    margin:0px;
}
@media(max-width:768px){
    .banner-sostenibilidad .container h1{
        font-size:50px;
    }
}
.banner-sostenibilidad .container p{
    color:#ffffff;
    font-size:42px;
    margin:0px;
    margin-top:-20px;
    font-family: 'Circular Std Book';
}
@media(max-width:768px){
    .banner-sostenibilidad .container p{
        font-size:25px;
    }
}
.iconos-sostenibilidad{
    padding:100px 0px;
}
.iconos-sostenibilidad .container{
    display:flex;
    max-width:1100px !important;
    margin:auto;
    flex-wrap:nowrap;
    justify-content:space-between;
    align-items:center;
    column-gap:50px;
}
.iconos-sostenibilidad .container img{
    max-width:100%;
    filter:brightness(0);
    opacity:0.8;
}
@media(max-width:768px){
    .iconos-sostenibilidad{
        padding:50px 0px;
    }
}
@media(max-width:600px){
    .iconos-sostenibilidad .container{
        column-gap:20px;
    }
}
.destacado-sostenibilidad{
    padding:0px;
    padding-bottom:100px;
}
@media(max-width:768px){
    .destacado-sostenibilidad{
        padding-bottom:50px;
    }
}
.destacado-sostenibilidad .container{
    max-width:1100px !important;
    margin:auto;
}
.destacado-sostenibilidad .container h2{

    color:#333333;
    font-size:70px;
    line-height:80px;
    font-weight:normal;
    margin:0px;
    text-align:center;
}


.destacado-sostenibilidad .container h2 span{
    color:#f29a46;
    font-size:70px;
    line-height:80px;
    margin:0px;
}
@media(max-width:768px){
    .destacado-sostenibilidad .container h2, .destacado-sostenibilidad .container h2 span{
        font-size:50px;
        line-height:60px;
    }
}
@media(max-width:600px){
    .destacado-sostenibilidad .container h2, .destacado-sostenibilidad .container h2 span{
        font-size:40px;
        line-height:40px;
    }
}
.texto-imagen-sostenibilidad{
    padding-bottom:100px;
}
.texto-imagen-sostenibilidad  .container{
    max-width:1100px !important;
    margin:auto;
    display:flex;
    column-gap:40px;
}
@media(max-width:992px){
    .texto-imagen-sostenibilidad  .container{
        flex-direction:column;
        row-gap:50px;
    }
}
.texto-imagen-sostenibilidad  .container .texto, .texto-imagen-sostenibilidad  .container .imagen img{
    width:100%;
}
.texto-imagen-sostenibilidad  .container .texto, .texto-imagen-sostenibilidad  .container .imagen{
    width:100%;
}

.texto-imagen-sostenibilidad  .container .texto p{
    font-size:20px;
    line-height:24px;
    color:#333333;
    font-family: 'Circular Std Book';
}
.texto-imagen-sostenibilidad  .container .texto p strong{
    font-size:20px;
    line-height:24px;
    color:#333333;
    font-family: 'Circular Std Book';
}
@media(max-width:600px){
    .texto-imagen-sostenibilidad  .container .texto p{
        text-align:center;
        font-size:18px;
    }
}
.texto-imagen-sostenibilidad  .container .texto .iconos{
    display:flex;
    justify-content:center;
    column-gap:40px;
    padding-top:30px;
}
.texto-imagen-sostenibilidad  .container .texto .iconos .icono{
    max-width:120px;
    display:flex;
    flex-direction:column;
}
.texto-imagen-sostenibilidad  .container .texto .iconos .icono .imagen img{
    width:auto;
    max-height:83px;
    margin-bottom:15px;
}
.texto-imagen-sostenibilidad  .container .texto .iconos .icono .titulo{
    color:#333333;
    font-size:30px;
    font-weight:bold;
}
.texto-imagen-sostenibilidad  .container .texto .iconos .icono .texto{
    color:#f29a46;
    font-family: 'Circular Std Book';
    font-size:18px;
    text-align:center;
    line-height:18px;
}
.texto-imagen-sostenibilidad  .container .container-imagen .logos{
    margin-top:10px;
    display:flex;
    justify-content:space-between;
    column-gap:30px;
    align-items:center;
    flex-wrap:nowrap;
}
.texto-imagen-sostenibilidad  .container .container-imagen .logos .logo {
    width:auto;
}
.texto-imagen-sostenibilidad  .container .container-imagen .logos .logo img{
    max-height:73px;
    max-width:80px;
}
@media(max-width:600px){
    .texto-imagen-sostenibilidad  .container .container-imagen .logos{
        flex-wrap:wrap;
    }
    .texto-imagen-sostenibilidad  .container .container-imagen .logos .logo{
        max-width:calc(50% - 30px);
        width:100%;
        text-align:center;
    }
}
a{
    cursor:pointer !important;
}
.row-instagram.container-fluid{
    margin-bottom:50px;
}
.flickity-button{
    top:50%;
    bottom:unset;
}
.row-comidas{
    margin-top:80px;
}

.row-comidas img{
    min-width: 50vw;
    max-height: 1080px;
    object-fit: cover;
}
.row-comidas .slider-comida img{
    min-width:0px;
    max-height:unset;
    height:auto;
    width:100%;
}
.row-comidas.two-images img{
    min-width:0px;
    max-height:unset;
    height:auto;
    width:100%;
}
.row-comidas .slider-general{
    min-width:0px;
    max-height:unset;
}
.row-comidas .big-text{
    color:#333333;
}
.row-comidas .row-intro .texto p{
    color:#333333;
    font-family: 'Circular Std Book';
    font-size: 18px;
}
.row-comidas .row-intro .texto p strong{
    font-size: 18px;
    font-weight: normal;
    font-family: 'Circular Std Book';
}

.row-comidas .slider-general .flickity-button{
    display:block;
}
.row-comidas .slider-general .flickity-page-dots{
    display:none;
}
.row-comidas .slider-general p.titulo{
    color: #333333;
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 20px;
    font-weight: normal;
    font-family:Wulkan;
}
.row-comidas.two-images p.titulo{
    color: #333333;
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 20px;
    font-weight: normal;
}

.row-comidas.two-images .btn-shadow{
    margin-top:30px;
    display:inline-block;
    min-width:140px;
    text-align:center;
}
.row-comidas.two-images {
    margin:70px 0px;
}
.row-comidas.two-images .col-lg-6:nth-child(1){
    padding-right:60px;
    border-right: 1px solid #f5dadf;
}
.row-comidas.two-images .col-lg-6:nth-child(2){
    padding-left:60px;
}
.row-comidas.two-images .icono img{
    max-height:40px;
    width:auto;
    margin-top:20px;
}
.row-comidas.two-images .texto{
    margin-top:20px;
}
.row-comidas.with-slider .btn-shadow{
    margin-top:30px;
    display:inline-block;
    min-width:140px;
    text-align:center;
}

.row-comidas.with-slider .slider-comida{
    position:relative;
}
.row-comidas .slider-general .flickity-button{
    display:none;
}
.row-comidas .row.row-intro{
    padding-top:0px;
}
@media(max-width:991px){
    .row-comidas.with-slider .texto, .row-comidas.with-slider .big-text{
        padding-right:0px;
    }
    .row-comidas.with-slider .slider-comida:after{
        content:none;
    }
    .row-comidas.with-slider .row{
        flex-direction:column;
    }
    .row-comidas.with-slider .row .col-lg-6{
        width:100%;
    }
    .row-comidas.with-slider .row .col-lg-6:first-of-type{
        margin-bottom:50px;
    }
    .row-comidas .row.row-intro.nopadding{
        padding-bottom:0px;
    }
    .row-comidas.two-images .row{
        flex-direction:column;
    }
    .row-comidas.two-images .col-lg-6{
        width:100%;
    }
    .row-comidas.two-images .col-lg-6:nth-child(1), .row-comidas.two-images .col-lg-6:nth-child(2){
        padding:0px;
        border:none;
    }
    .row-comidas.two-images .col-lg-6:nth-child(2){
        margin-top:70px;
    }
}
 html{
    scroll-padding-top:200px;
}
.crt-widget.crt-widget-branded .crt-logo{
    color:#ffffff !important;
}
.crt-logo{
    height:0px;
    overflow:hidden;
    display:block;
}
.logo-ue{
    margin-top:10px;
    max-width:200px;
}
.logo-ue img{
    width:100%;
}

.lightbox-promo .titulo{
    text-align:left;
    line-height:70px;
}
.lightbox-promo p.textopopup{
    font-family: 'Wulkan';
    font-size: 40px;
    text-align: left;
    line-height: 45px;
    margin-top: 150px;
}
.container.legales{
    padding-bottom:70px;
}
.container.legales * {
    font-family:'Circular Std Book';
    font-size:15px;
}
.container.legales ol{
    margin:0;
    padding:0;
}
.container.legales table td{
    padding: 0 10px;
}
.container.legales table td *{
    font-size:14px;
}
.container.legales a{
    color:#000000;
    text-decoration:underline;
}
.lightbox-promo{
    display:none;
}