/*! 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: url(../img/fle-carrusel.png) no-repeat 100% transparent;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:auto;bottom:auto; top:50%; right:auto; left:96%; transform:translateY(-50%);padding:0; display:flex; flex-direction:column; row-gap:10px;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:transparent; border:2px solid #f5dadf;opacity:1;cursor:pointer}.flickity-page-dots .dot.is-selected{background: #f5dadf;}
.links-footer a{ margin-bottom: 20px;}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #f5dadf;
}

/*RESERVAS LATERAL*/
.form-lateral{
    position: fixed;
    right: -400px;
    height: 100%;
    z-index: 99999999999;
    max-width: 400px;
    background: #1d252d;
    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{
    zoom: 0 !important;
    overscroll-behavior: auto !important;
    overflow: auto !important;
    overflow-x: hidden !important;
    position: relative !important;
    background: #1d252d ;
}
body.bg-white{
    background: #ffffff;
}
.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;
}


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Montserrat';
    -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: #1d252d ;
    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: relative;
    width: 100%;
    padding: 10px;
    background: #1d252d ;
}
.aviso-covid p {
    margin-bottom: 0;
    text-align: center;
    color: #ffffff;
    font-size: .95em;
}
.aviso-covid p a {
    color: #fff;
    margin-left: 10px;
    text-decoration: underline;
}
.row {
    margin: 0;
}
.row-formReservas .container-fluid, .row-reservas-hab .container-fluid {
    padding: 0;
}
.book-a-room, .proximamente{
    color: #f5dadf;
    text-decoration: none;
    position: fixed;
    right: 50px;
    top: 20px;
    font-size: 18px;
    transition: all .5s ease;
    pointer-events: auto;
    opacity: 1;
    transition: all 0.5s ease;
    font-size: 30px;
    border-right: 8px solid #f5dadf;
    border-bottom: 8px solid #f5dadf;
    line-height: 20px;
    transition: all 0.5s ease;
}
#mainNav.navbar.scrolled .book-a-room, #mainNav.navbar.scrolled .proximamente{
    top: -125px;
}
section.mt-70{
    padding-top: 70px;
    background: #ffffff;
}
section.mt-70 .accordion{
    margin-bottom: 0px;
    padding-bottom: 70px;
}
.proximamente  span, .book-a-room span{
    background: #f5dadf;
    font-family: 'Abril Fatface';
    color:#1d252d;
    border:2px solid #1d252d;
    border-top:none;
    border-left:none;
    padding:10px 10px;
    display:block;
}
body.bg-dark{
    background: #1d252d;
}
.book-a-room:active, .book-a-room:focus, .book-a-room:hover {
    text-decoration: none;
    opacity: 0.3;
}
.book-a-room br {
    display: none;
}
.container.big {
    max-width: 1300px;
}
.logo {
    max-width: 230px;
    width: 100%;
    margin-top: 20px;
    transition: all .5s ease;
}
#mainNav .navbar-brand {
    position: fixed;
    left: 50px;
    top: 0px;
    pointer-events: auto;
    z-index: 10;
    transition: all 0.5s ease;
    z-index:999;
}
#mainNav.navbar.scrolled .navbar-brand{
    top: -100px;
}
@media(max-width:991px){
    #mainNav .navbar-brand{
        left: 20px;
    }
}
.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;
}
.bg-pink{
    background: #f5dadf;
}
.row.row-detalle-habitacion {
    padding: 50px 0 70px 0;
    font-size: 24px;
    align-items: center;
}
.row.row-habitaciones {
    display: flex;
    align-items: center;
}
.row-banner.container-fluid{
    padding:0px;
    position: relative;
}

.row-banner.container-fluid img.bg-banner{
    width: 100%;
}

.row-banner.container-fluid img.logo-banner{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    max-width: 40vw;
}


.big-text {
    font-size: 50px;
    line-height: 55px;
    font-family: 'Abril Fatface';
    color: #f5dadf;
    margin-bottom: 30px;
    font-weight: normal;
}
.ubicacion-madrid .col-lg-4{
    padding: 50px 0px 30px 0px;
}
.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;
}

.row-intro .texto p{
    font-size: 20px;
    line-height: 24px;
    color: #f5dadf;
}
.row-intro .texto p:last-of-type{
    margin-bottom: 0px;
}
.row-intro p strong{
    font-weight: 900;
}
#mainNav {
    min-height: 56px;
    background-color: transparent;
    transition: all .5s ease;
    background-color: rgba(0,0,0,.3);
    background: linear-gradient(0deg,rgba(0,0,0,0) 0,rgba(0,0,0,.7) 100%);
}
#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;
    padding-bottom: 10px;
    transition: all 0.5s ease;
    background:#1d252d !important;
    border:4px solid #f5dadf;
    z-index:99999999999;
}
footer{
    border:4px solid #f5dadf;
}


#mainNav.navbar.scrolled{
    top:-100px;
}
#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;
    padding-top: 0px;
}
#mainNav .nav-link {
    -webkit-transition: none;
    transition: none;
    padding: 2rem .5rem;
    color: #698c2b;
    position: relative;
}
.nav-menu {
    height: 80px;
}
.navbar .idiomas{
    font-size: 18px;
    font-weight: bold;
    position: fixed;
    z-index: 2;
    top: 35px;
    right: 230px;
    color: #f5dadf;
    transition: all 0.5s ease;
    pointer-events: all;
    transition: all 0.5s ease;
}
#mainNav.navbar.scrolled .idiomas{
    top:-135px;
}
.navbar .nav-menu .idiomas{
    position: relative;
    top: auto;
    right: auto;
}
@media(max-width:991px){
    .navbar .idiomas{
        right: 180px;
    }
}

.navbar .bt-idioma.active::before, .navbar .bt-idioma:hover::before{
    content: none;
}
.navbar .idiomas .bt-idioma{
    font-size: 18px;
    text-decoration: none;
    color: #f5dadf;
    margin: 0px 5px;
    opacity: 0.4;
    transition: all 0.5s ease;
}
.navbar .idiomas .bt-idioma.active, .navbar .idiomas .bt-idioma:hover{
    opacity: 1;
}
.nav-menu.open {
    z-index: 9;
    position: fixed;
    background: #000000;
    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: 50%;
    left: 50%;
    transform: translate(-50%, -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: center;
    max-width: 100%;
    min-width: 0px;
}
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-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;
    z-index: 1;
}
.burger {
    position: fixed;
    top: 15px;
    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: #fff;
    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: #fff;
    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;
    background-color: #fafafa;
}
.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%;
    max-height: 80vh;
    object-fit: cover;
    min-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: 'Abril Fatface'}
.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: 47px;
     font-family: 'Abril Fatface';
}
.row-detalle-habitacion p{
    font-size: 20px;
}
.row-detalle-habitacion .caracteristicas p{
    font-size: 16px;
}
.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: 100px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 800px;
}
.menu-slide.hotel {
    max-width: 1200px;
}
.menu-slide li, .menu-slide li a, .menu-slide li p {
    padding: 0;
    line-height: 30px;
    font-size: 30px;
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, .3);
    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 {
    position: absolute;
    width: 100%;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}
.menu-slide li.ciudad a {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
}
.formReservas {
    transition: all .5s ease;
    display: flex;
    background: #1d252d ;
    justify-content: space-between;
    padding: 30px 50px 10px 50px;
    align-items: center;
    max-width: 1300px;
    margin: auto;
    margin-top: -70px;
}
.row-gallery {
    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: 100vh;
    overflow: hidden;
}
.formReservas input {
    font-family: 'Abril Fatface';
    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: 'Abril Fatface'}
.map-hotel {
    filter: grayscale(1);
}
.bg-video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    pointer-events: none;
    z-index: 0;
    left:0px;
}
@media(max-width:768px){
    .bg-video{
        left:-350px;
    }
}
.row-ubicacion.container-fluid {
    padding: 0;
}
.home {
    margin-top: 0;
}
.container-slider{
    position: relative;
}
.fixedtotop .row-menu-hotel {
    position: fixed;
    background: #fff;
    width: 100%;
    padding-top: 130px;
    top: 75px;
    z-index: 9;
    border-bottom: 1px solid #eaeaea;
    pointer-events: auto;
    margin: 0;
}
.fixedtotop .row-menu-hotel .menu-slide {
    border-bottom: 1px solid #eaeaea;
    max-width: 100%;
    padding: 0 20%;
    top: -115px;
    height: 45px;
}
.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: #1d252d ;
}
.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: #1d252d ;
}
.fixedtotop .row-formReservas {
    position: fixed;
    background: #fff;
    width: 100%;
    padding-top: 130px;
    top: 75px;
    z-index: 9;
    border-bottom: 1px solid #eaeaea;
    pointer-events: none;
    margin: 0;
}
.fixedtotop .row-formReservas .menu-slide {
    border-bottom: 1px solid #eaeaea;
    max-width: 100%;
    padding: 0 20%;
    top: -115px;
    height: 45px;
    justify-content: center;
}
.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: #1d252d ;
}
.fixedtotop .formReservas {
    padding: 10px 50px 12px 50px;
    transition: all .5s ease;
    pointer-events: none;
    margin-top: -75px;
}
.fixedtotop #mainNav.sticky-header {
    box-shadow: none;
    padding-bottom:0px;
}
.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;
}
.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: 'Abril Fatface'}
.container-table {
    display: block;
    width: 100%;
    position: relative;
    overflow: auto;
}
.container-table table {
    min-width: 800px;
}
main{
    border:4px solid #f5dadf;
}
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;
    text-decoration: none;
    color: #000000;
}
.accordion .card-header .card-title span {
    font-family: 'Abril Fatface';
    font-weight: 700;
    color: #000000;
}
.accordion .card-header .card-title span.num {
    min-width: 150px;
    display: inline-block;
    font-family: 'Abril Fatface';
    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;
    height: 40px;
    right: -50px !important;
    width:40px;
    transform: rotate(180deg);
    margin-top:-20px;
}
.flickity-prev-next-button.next:hover {
    background: 0 0;
    background: url(../img/fle-carrusel.png) no-repeat 100% transparent;
    height: 40px;
    right: -50px !important;
    width:40px;
    transform: rotate(180deg);
    margin-top:-20px;
}
.flickity-prev-next-button.previous {
    background: 0 0;
    background: url(../img/fle-carrusel.png) no-repeat 100% transparent;
    height: 40px;
    width:40px;
    left: -50px !important;
}
.flickity-prev-next-button.previous:hover {
    background: 0 0;
    background: url(../img/fle-carrusel.png) no-repeat 100% transparent;
    height: 40px;
    width:40px;
    left: -50px !important;
}
.slider-habitaciones.slider-general .flickity-button {
    display: block!important;
}
body.covid .texto-destacado {
    margin-top: 100px;
}
.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;
}



p.titulo-seccion a {
     color: #333333 !important;
     text-decoration:  none !important;
}

.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%}
.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: "@Room00 Group7_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: "@Room00 Group7_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;
}
.formContacto {
    color: #21343F;
}
.formContacto h3 {
    font-size: 47px;
    text-align: center;
    margin-bottom: 30px;
}
.formContacto input, .formContacto input:active, .formContacto input:focus, .formContacto input:hover {
    color: #21343F;
    border: none;
    outline: 0;
    background: 0 0;
    border-bottom: 1px solid #21343F;
    border-radius: 0;
    box-shadow: none;
    margin-top: -10px;
}
.formContacto .all-form {
    display: flex;
    flex-wrap: wrap;
}
.formContacto input {
    font-family: 'Montserrat';
    font-size: 16px;
    color: #21343F;
}
.formContacto .form-group {
    width: 100%;
    margin-top: 20px;
}
.formContacto .form-group.medium {
    width: 50%}
.formContacto .form-group input {
    max-width: 95%}
.formContacto .form-group.medium input {
    max-width: 90%}
.formContacto label {
    font-family: 'Montserrat';
    display:none
}
.formContacto .custom-checkbox label{
    display: inline-block;
}
.formContacto .custom-checkbox label {
    font-size: 12px;
    padding-top: 5px;
}
.formContacto .custom-checkbox label a {
    font-family: 'Montserrat';
    color: #21343F;
    text-decoration: none;
    font-size: 12px;
}
.formContacto button {
    font-family: "Abril Fatface";
    text-transform: uppercase;
    color: #21343F;
    font-size: 18px;
    padding: 5px 15px;
    border:1px solid #21343F;
    display: inline-block;
    text-decoration: none;
    position: relative;
    margin-top: 30px;
    background: #ffffff;
    z-index: 1;
    border-right: 8px solid #21343F;
    border-bottom: 8px solid #21343F;
    appearance: none;
}
.formContacto button:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #ffffff transparent transparent;
    top: -12px;
    left: 100%;
}
.formContacto button:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #ffffff;
    bottom: -20px;
    left: -1px;
}




.custom-control-input:checked~.custom-control-label::before {
    border: #afc9b8;
    background: #afc9b8;
    box-shadow: none;
}

.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: 'Abril Fatface';
    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: #1d252d ;
    text-align: center;
    font-size: 33px;
    margin-top: 180px;
    padding: 50px 0;
    font-weight: 500;
    margin-bottom: 70px;

}
.texto-destacado p {
    margin-bottom: 0;
    font-family: 'Abril Fatface';
    font-size: 45px;
    color: #f5dadf;
}
.tipo-habitaciones {
    display: flex;
    justify-content: center;
     align-items: center;
    padding-top: 30px;
}
.tipo-habitaciones.centered {
    align-items: center;
}
.tipo-habitaciones a {
    padding: 0 20px;
    font-family: 'Montserrat';
    color: #333;
     line-height: 22px;
    text-align: center;
    font-size: 20px;
    text-decoration: none;
}
.tipo-habitaciones span {
    font-family: 'Montserrat';
}

.gal {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
.gal img {
    width: 100%;
    padding: 7px 0;
}
@media (max-width:500px) {
    .gal {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}
}.caracteristicas {
    padding: 20px 0;
}
.caracteristicas p {
    display: flex;
    justify-content: flex-start;
}
.caracteristicas p span {
    font-size: 18px;
    font-family: 'Abril Fatface';
    color: #333;
    text-transform: uppercase;
}
.caracteristicas p span.imagen {
    width: 70px;
    text-align: center;
    position: relative;
    top: 3px;
}
.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: #fff;
    background: rgb(42, 52, 64,0.8);
    font-family: 'Abril Fatface';
    font-size: 14px;
    padding: 15px 0;
}
.cookiealert-container, .cookiealert-container a {
    line-height: 18px;
}
.cookiealert.show {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1s;
}
.cookiealert-container {
    padding: 0 100px;
}
.cookiealert a {
    text-decoration: underline;
    color: #fff;
}
.cookiealert button {
    background: 0 0;
    color: #fff;
    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;
    filter: brightness(0) invert(1);
}
.visibleMobilePeke {
    display: none;
}
.visibleDesktopPeke {
    display: block;
}
footer a, footer p {
    color: #f5dadf;
    margin-bottom: 0px;
}
.copyright p{
    font-size: 12px;
}
footer {
    background: rgba(223, 201, 162, .4);
    color: #333;
    font-family: 'Abril Fatface';
    padding: 50px 0px;
}
footer .ciudades{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.links-footer, footer .enlaces {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
footer .enlaces {
    align-items: center;
}
.links-footer a, .links-footer p {
    font-family: 'Abril Fatface';
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    text-align: left;
    text-transform: uppercase;
}
.links-footer a:last-of-type, .links-footer p:last-of-type{
    margin-bottom: 0px;
}
.links-footer a:hover{
    text-decoration: underline;
}
.links-footer-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;;
}
.row-blue .ciudades{
    padding-left: 30px;
    border-left: 1px solid #ffffff;
}
.row-blue .enlaces{
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}
.idiomas-header{
    display:flex;
    flex-direction:column;
    position:relative;
}
.idiomas-header.opened:after{
    content:"";
    background:#1d252d !important;
    top:0px;
    width:50px;
    height:100px;
    right:-8px;;
    position:absolute;
    z-index:-1;
}
.links-footer-2 a, .links-footer-2 p {
    font-family: 'Abril Fatface';
    color: #ffffff;
    font-size: 13px;
    padding-right: 5px;
    font-family: 'Montserrat';
    margin-bottom: 5px;
}
.links-footer-2 p:last-of-type {
    padding-right: 0px;
}
footer .idiomas {
    color: #ffffff;
}
footer .idiomas a.bt-idioma {
    color: #ffffff;
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
    opacity: 0.8;
}
footer .logo{
    max-width: 266px;
    width: 100%;
    display: inline-block;
    padding-right: 20px;
}
footer .logo img{
    max-width: 100%;
}
footer .idiomas a.bt-idioma.active {
    opacity: 1;
    text-decoration: underline;
}
footer .idiomas .bt-idioma::before {
    background: #333;
}
footer .idiomas {
    margin-top: 15px;
}
footer .legales {
    margin-top: 20px;
}

footer .texto-registro {
    max-width: 270px;
    float: right;
}
.formSuscribe {
    margin-top: 10px;
}
nav .bt-idioma{
    display:none;
    position:absolute;
    top:30px;
    opacity:1;
}
nav .bt-idioma.es{
    display:none;
    position:absolute;
    top:60px;
    opacity:1;
}
nav .bt-idioma.active{
    display:block;
    position:relative;
    top:0px;
}
.formSuscribe .all-form {
    display: flex;
    flex-wrap: wrap;
}

.textopeke {
    font-size: 13px;
}
footer .textopeke a {
    text-decoration: underline;
}

.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: #21343F!important;
}
::-moz-placeholder {
    color: #21343F!important;
}
:-ms-input-placeholder {
    color: #21343F!important;
}
:-moz-placeholder {
    color: #21343F!important;
}
.formSuscribe input::-webkit-input-placeholder {
    color: #f5dadf!important;
}
.formSuscribe input::-moz-placeholder {
    color: #f5dadf!important;
}
.formSuscribe input:-ms-input-placeholder {
    color: #f5dadf!important;
}
.formSuscribe input:-moz-placeholder {
    color: #f5dadf!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;
}
.formContacto.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;
    }

    .menu-slide {
        max-width: 530px;
    }
    .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;
    }

    .row-menu-hotel .container-fluid {
        padding: 0;
    }
    .instagram-image {
        width: 33%}
    .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;
    }
    .ubicacion-madrid .col-lg-8{
        padding: 0px;
    }
    .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) {
    .fixedtotop .row-formReservas {
    top: 80px;
    }
    [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: 100%;
    }
    .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;
    }
    .formContacto.single-contacto {
        margin-top: 100px;
    }
    .row.row-habitaciones, .row.row-intro {
        padding: 0 15px 70px 15px;
    }

    .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: #1d252d ;
    }
    .container-slider span {
        font-size: 18px;
        margin-top: 15px;
        display: block;
    }
    .row-suscripcion .container{
        max-width: 100%;
    }

    .contenido-ubicacion .col2 {
        display: none;
    }
    .padding50 {
        padding: 30px 10px;
    }

    .logo{
        max-width: 180px;
    }
    .cookiealert-container {
        padding: 0 50px;
    }
    .cookiealert .acceptcookies {
        right: 0;
    }
    .formReservas .form-group:nth-child(5) {
        display: none;
    }
    .white-menu .book-a-room, .white-menu .proximamente {
        top: 22px;
    }
    .white-menu .burger {
        top: 9px;
    }
    .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-bottom: 50px;
    }
    .texto-destacado p{
        font-size: 35px;
    }
    .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:600px) {
    .container-slider.home {
    background: url(../videos/img-video-home.jpeg) 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 {
     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: 'Abril Fatface';
    font-size: 14px;
}
.row-formReservas.home .menu-slide {
    bottom: 0;
}
.home .formReservas {
    margin-top: 0;
}
.formContacto .form-group input, .formContacto .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: 50px 30px;
}
}@media(max-width:480px) {

    .row-intro .texto p{
        font-size: 15px;
    }

    #burger-wrap {
        left: 5px;
    }

    .logo-menu{
        margin-top: 0px;
        min-width: 120px;
        margin-left: -60px;
    }
    footer .container-fluid {
        padding: 0;
    }


    .menu-list .idiomas {
        position: absolute;
        left: 0;
        margin-left: -60px;
        top: 150px;
    }
    .menu-list .nav-menu .idiomas {
        position: relative;
        left: 0;
        margin-left: auto;
        top: auto;
    }
    .list-open {
        margin-bottom: 70px;
        padding-bottom: 20px;
        flex-direction: column;
    }
    .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: 100px;
    }

}
@media(max-width:420px) {
    .book-a-room {
    font-size: 18px;
    }
    footer {
        padding: 50px 0;
    }
    .list-open{
        padding-left: 50px;
        padding-top: 120px;
    }
}
@media(max-height:480px) {
    .list-open {
        padding: 250px 0 100px 0;

    }
    video {
        height: auto!important;
        width: 120%!important;
        right: 0;
    }
}
.formContacto button {
    position: relative;
    text-decoration: none;
    text-align: center;
}
.row-ubicacion img{transform:translateX(-50%);left:50%; position:relative;}
.formContacto button span{
    position: relative;
    text-decoration: none;
    display: inline-block;
    font-family: 'Abril Fatface';
}


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: 'Abril Fatface';
}
footer .legales a span{
    position: relative;
}
footer .links-footer a:hover, footer .legales a:hover{
    text-decoration: none;
}

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: 'Abril Fatface';
}

.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: #1d252d ;
    /* primary button bg */
    --text-color__over-corporative-color: #fff;
    /* primary button color */
    --corporative-text-color: #1d252d ;
    /* 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: 'Montserrat';}

body.bookingstep, body.mi-chain_results {
    margin: 0;
    font-family: Open Sans, Arial;
}

[data-mirai-engine='mirai_be'] {
    background: rgba(29,37,45, 0.6);
    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: #f5dadf;
    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: #cbaeb3 ;
    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: #f5dadf ;
    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: #cbaeb3;
}

/* ENGINE BOOKING BUTTON */
.mi-be .mi-be-book-btn {
    padding: 5px 20px;
    background:  #f5dadf;
    text-transform: uppercase;
    color: #333333;
    transition: all 0.2s linear;
}

.mi-be .mi-be-book-btn:hover {

}

.mim-modal-open .mi-be-square {
    transform: none;
}

/* ------------- 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: #1d252d ;
}

/* 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: #1d252d  !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: #1d252d  !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: #1d252d ;
}

/* LOADING booking proccess (principal color) */
.mi-rs.loading .mi-loading .mi-loading-scope .mi-loading-icon div {
    border-color: #1d252d  transparent #1d252d  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;
	color:#FFF;
}

.mirai-engine {
    margin-top: -70px;
}

.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("logoRoom00 Group7Select.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: #1d252d ;
    border: 1px solid #1d252d ;

}
.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;
}
.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;
}

.container-destinos{
    position: fixed;
    top: 26px;
    left: 170px;
    pointer-events: all;
    transition: all 0.5s ease;

}
#mainNav.navbar.scrolled .container-destinos{
    top: -126px;
}
@media(max-width:991px){
    .container-destinos{
        left: 125px;
    }
}

.container-destinos a{
    display: flex;
    color: #f5dadf;
    font-size: 25px;
    font-weight: normal;
    text-decoration: none;
    position: relative;
    z-index: 1;
    font-family: 'Abril Fatface';
    white-space: nowrap;
}
.container-destinos a.bt-destino img{
    transform: rotate(0deg);
    transition: all 0.5s ease;
    transform: rotate(0deg);
    max-width: 24px;
    margin-left: 15px;
    padding-top: 5px;
}
.container-destinos .destinos a{
    width: 100%;
    display: inline-block;
    z-index: 1;
    position: relative;
    height:auto;
}
.container-destinos .destinos a img{
    width: 100%;
    max-width: 170px;
    max-height: 170px;
    overflow: hidden;
    min-width: 170px;
    min-height: 170px;
    object-fit: cover;
}
.container-destinos .destino-container , .container-destinos .destino-container a{
    position:relative;
}
.promotions{
    width:100%;
    top:95px;
    position:fixed;
    z-index:99;
    background:#f5dadf;
    font-size:15px;
    font-weight:600;
    color:#1d252d;
    max-height:23px;
    z-index:999999;
}
.container-destinos .destino-container a{
    margin-bottom:10px;
    opacity:1;
    transition:all 0.5s ease;
}
.container-destinos .destino-container a:hover{
    opacity:0.6;
}
.container-destinos .destino-container a img{
    position: relative;
    z-index: 1;
}
.container-destinos .destino-container a span{
    position: relative;
    z-index: 3;
}

.container-destinos .destinos a img{
    min-width: 100%;
    transform: scale(1);
    transition: all 0.5s ease;
    object-fit: cover;
    display:none;
}
.container-destinos .destinos a:hover img{
    min-width: 100%;
    transform: scale(1.1);
}
.container-destinos .destinos a span{
    display:flex;
    column-gap:20px;
    align-items:center;
    font-size: 24px;
    font-weight: normal;
    font-weight:500;
}
.container-destinos .destinos a p{
    margin:0px;
    color:#1d252d;
    padding:0px 5px;
    background:#f5dadf;

}
.container-destinos a.bt-destino.selected img{
    transform: rotate(180deg);
    padding-top: 0px;
    padding-bottom: 5px;
}
.idiomas.mobile{
    padding-top:10px;
}
.idiomas.mobile .telefono-header{
    display:flex;
    column-gap:10px;
    margin-left:5px;
    font-family: 'Montserrat';
}
.container-destinos .destinos{
    display: flex;
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s ease;
    position: fixed;
    top: 100px;
    left: -100%;
    width: 100%;
    max-width:340px;
    padding: 60px 40px;
    column-gap: 15px;
    flex-wrap: wrap;
    flex-direction:column;
    min-height:calc(100vh - 100px);
    max-height:calc(100vh - 100px);
    background:#1d252d;
    overflow-y:auto;
    flex-wrap:nowrap;
}
.container-destinos .destinos .idiomas-header{
    flex-direction:row;
    flex-wrap:nowrap;
    margin:20px 0px;
}
.container-destinos .destinos .idiomas-header .bt-idioma{
    font-family:Montserrat;
    top:0px;
}
nav{
    min-height: 0px;
    transition: all 0.5s ease;
}

.container-destinos .destinos.visible{
    opacity: 1;
    pointer-events: all;
    left: 0px;
    border-left:4px solid #f5dadf;
}

.container-fluid.row-banner-destinos{
    padding: 0px;
    position: relative;
}
.row-banner-destinos .banner-destino{
    display: flex;
    position: relative;
    overflow: hidden;
}
.row-banner-destinos .banner-destino:last-of-type{
    margin-bottom: 0px;
}
.row-banner-destinos .banner-destino .ciudad{
    width: 100%;
    height: 100%;
    max-width: 340px;
    max-height: 340px;
    min-width: 340px;
    min-height: 340px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1d252d ;
    z-index: 2;
    cursor: pointer;
    box-shadow: 20px 0px 15px 0px rgb(0 0 0 / 50%);
}
.row-banner-destinos .banner-destino .ciudad p{
    margin: 0px;
    font-size: 48px;
    color: #f5dadf;
    font-family: 'Abril Fatface';
    padding: 0px 30px;
    line-height: 50px;
    text-align: center;
}
.row-banner-destinos .banner-destino .secciones{
    width: 100%;
    height: 100%;
    max-width: 390px;
    max-height: 340px;
    min-width: 390px;
    min-height: 340px;
    padding-left: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(29,37,45,0.5) ;
    backdrop-filter: blur(10px);
    position: absolute;
    z-index: 1;
    top: 0px;
    left: -50px;
    transition: all 0.5s ease;
    box-shadow: 20px 0px 15px 0px rgb(0 0 0 / 50%);
}
.row-banner-destinos .banner-destino .secciones.visible{
    left: 340px;

}
.row-banner-destinos .banner-destino .secciones a{
    position:relative;
}
.row-banner-destinos .banner-destino .secciones a:after{
    content: "";
    position: absolute;
    bottom: 0px;
    width:0px;
    transition: all 0.5s ease;

}
.row-banner-destinos .banner-destino.reverse {
    box-shadow: -20px 0px 15px 0px rgb(0 0 0 / 50%);
 }
.row-banner-destinos .banner-destino.reverse .secciones{
   left: auto;
   right: -50px;
   box-shadow: -20px 0px 15px 0px rgb(0 0 0 / 50%);
   padding-left: 0px;
   padding: 0px 25px;
}
.row-banner-destinos .banner-destino.reverse .secciones.visible{
    right: 340px;

}

.row-banner-destinos .banner-destino .secciones ul, .row-banner-destinos .banner-destino .secciones ul li{
    padding: 0px;
    margin: 0px;
}
.row-banner-destinos .banner-destino .secciones ul{
    display: flex;
    flex-direction: column;
}
.row-banner-destinos .banner-destino .secciones ul li a{
    text-decoration: none;
    color: #f5dadf;
    font-size: 30px;
    text-transform: uppercase;
    position:relative;
    display: inline-block;
    text-align: center;
}
.row-banner-destinos .banner-destino .secciones ul li a:after{
    content: "";
    width: 0px;
    height: 1px;
    background: #f5dadf;
    position: absolute;
    bottom: 0px;
    left: 0px;
    transition: all 0.5s ease;
}
.row-banner-destinos .banner-destino .secciones ul li a:hover:after{
    width: 100%;
}
@media(max-width:420px){
    .row-banner-destinos .banner-destino .secciones ul li a{
        font-size: 25px;
    }
}
.row-banner-destinos .banner-destino .imagen{
    width: 100%;
    max-height: 340px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.row-banner-destinos .banner-destino .imagen img{
    min-width: 100%;
    max-height: 100%;
    height: 100vh;
    object-fit: cover;
    float: right;
}
.row-banner-destinos .banner-destino .imagen .hotel-name{
    position: absolute;
    color: #ffffff;
    font-size: 23px;
    bottom: 20px;
    right: 30px;
    font-family: 'Abril Fatface';
    text-transform: uppercase;
    margin: 0px;
    line-height: 25px;
}
.row-banner-destinos .banner-destino.reverse .imagen .hotel-name{
    right: auto;
    left: 30px;
}
.row-comidas, .row-suscripcion{
    background: #1d252d ;
}
.row-comidas.imgleft .col-lg-6{
    padding-left: 80px;
}
.row-comidas.imgleft .col-lg-6.texto{
    display: flex;
    justify-content: flex-end;
    padding: 0px;
}
.row-comidas .col-lg-6.texto{
    padding: 0px;
}
@media(max-width:991px){
    .row-comidas.imgleft .col-lg-6.texto{
        display: flex;
        justify-content: flex-start;
        padding: 0px;
        padding-bottom: 50px;
    }
    .row-comidas.imgleft .row.row-intro.nopadding{
        display: flex;
        flex-direction: column-reverse;
        padding-top: 0px;

    }
    .row-comidas.imgleft .col-lg-6{
        padding-left: 0px;
    }
}
.row-suscripcion{
    padding: 100px 0px 100px 0px;
    text-align: center;

}
.row-suscripcion h2{
    font-family: 'Abril Fatface';
    font-size: 50px;
    color: #f5dadf;
}
.row-suscripcion .texto-suscricion{
    display: flex;
    justify-content: center;
}
.row-suscripcion .texto-suscricion p{
    color: #f5dadf;
    border-left: 1px solid #f5dadf;
    padding: 0px;
    padding-left: 10px;
    margin-left: 10px;
    text-transform: uppercase;
    margin-top: 10px;
}
.row-suscripcion .texto-suscricion p:first-of-type{
    border: none;
}
.row-suscripcion form{
    text-align: left;
    margin-top: 50px;
}
.row-suscripcion form .row-campos{
    display: flex;
}
.row-suscripcion form .form-group{
    width: 100%;
}
.row-suscripcion form .row-legal{
    text-align: right;
    color: #fdfdfd;
    margin-top: 20px;
    font-size: 15px;
}
.row-suscripcion form .row-legal label{
    color: #f5dadf;
}
.row-suscripcion form .row-legal input{
    width: 15px;
    height: 15px;
    background: transparent;
    border: 1px solid #f5dadf;
    margin-right: 10px;
    appearance: none;
    position: relative;
    top: 2px;
}
.row-suscripcion form .row-legal input:checked{
    background: #f5dadf;
}
.row-suscripcion form .row-submit{
    max-width: 300px;
}
.row-suscripcion form  label{
    display: none;
}
.row-suscripcion form .row-legal label{
    display: block;
}
.row-suscripcion form input, .row-suscripcion form input:hover, .row-suscripcion form input:active, .row-suscripcion form input:focus{
    border: 3px solid #f5dadf;
    font-size: 20px;
    background: transparent;
    border-radius: 0px;
    color: #f5dadf;
    outline: none;
}
.logo-footer{
    display: flex;
    align-items: center;
}
footer{
    background: #1d252d ;
}
@media(max-width:600px){
    .row-suscripcion form .row-campos{
        flex-direction: column;
    }
    .row-suscripcion form .row-submit{
        max-width: 100%;
    }
    .row-suscripcion .texto-suscricion{
        flex-direction: column;
        margin-top: 35px;
    }
    .row-suscripcion .texto-suscricion p{
        margin-bottom: 0px;
        border: none;
    }
    .row-suscripcion form .row-legal{
        text-align: left;
    }
}


.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:#f5dadf;
}
.row-comidas .row-intro .texto p{
    color:#f5dadf;
}
.row-comidas .row-intro .texto p strong{
    font-family: 'Abril Fatface';
    font-size: 22px;
    font-weight: normal;
}

.row-comidas .slider-general .flickity-button{
    display:block;
}
.row-comidas .slider-general .flickity-page-dots{
    display:none;
}
.row-comidas .slider-general p.titulo{
    color: #f5dadf;
    font-size: 35px;
    line-height: 35px;
    font-family: 'Abril Fatface';
    margin-bottom: 20px;
    font-weight: normal;
}
.row-comidas.two-images p.titulo{
    color: #f5dadf;
    font-size: 35px;
    line-height: 35px;
    font-family: 'Abril Fatface';
    margin-bottom: 20px;
    font-weight: normal;
}
.row-comidas{
    margin-top:50px;
}
.row-comidas.with-slider{
    margin-top:70px;
}
.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 .texto, .row-comidas.with-slider .big-text{
    padding-right:70px;
}
.row-comidas.with-slider .slider-comida{
    position:relative;
}
.row-comidas.with-slider .slider-comida:after{
    content:"";
    width:1px;
    height:100%;
    background:#f5dadf;
    position:absolute;
    top:0px;
    left:-80px;
}
@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;
    }
}
@media(max-width:1020px){
    .row-banner-destinos .banner-destino{
        flex-wrap: wrap;
    }
    .row-banner-destinos .banner-destino.reverse .imagen{
        order: 3;
    }
    .row-banner-destinos .banner-destino .ciudad, .row-banner-destinos .banner-destino .secciones{
        max-width: 50%;
        width: 100%;
    }
    .row-banner-destinos .banner-destino .secciones, .row-banner-destinos .banner-destino.reverse .secciones, .row-banner-destinos .banner-destino .secciones.visible, .row-banner-destinos .banner-destino.reverse .secciones.visible{
        width: 100%;
        right: 0px;
        left: auto;
        padding: 0px;
    }
    .row-banner-destinos .banner-destino .imagen{
        max-width: 100%;
        width: 100%;
    }
    .row-banner-destinos .banner-destino .imagen .hotel-name{
        right: auto;
        left: 30px;
    }
}
@media(max-width:680px){
    .row-banner-destinos .banner-destino .ciudad, .row-banner-destinos .banner-destino .secciones{
        max-width: 100%;
        width: 100%;
        padding:0px;
        text-align: center;
    }
    .row-banner-destinos .banner-destino.reverse .ciudad{
        order: 1;
    }
    .row-banner-destinos .banner-destino .ciudad{
        max-height: 140px;
        min-height: 140px;
    }
    .row-banner-destinos .banner-destino.reverse .secciones{
        order: 2;
    }
    .row-banner-destinos .banner-destino .secciones{
        top: -200px;
    }
    .row-banner-destinos .banner-destino .secciones.visible{
        right: 0px;
        left: 0px;
        top: 140px;
    }
    .row-suscripcion .container{
        max-width: 100%;
    }
}

@media(max-width:340px){
    .row-banner-destinos .banner-destino .ciudad, .row-banner-destinos .banner-destino .secciones{
        min-width: 320px;
    }
}
.row.row-intro.nopadding{
    padding:  0px;
}

@media(max-width:767px){
    .row.row-intro.nopadding{
        padding:0px 0px 80px 0px;
    }
    .row.row-intro.nopadding .texto img{
        max-width: 100%;
        margin-top: 30px;
    }
}

.slider-general{
    max-height: 100vh;
    min-width: 50vw;
}
.btn-shadow{
    font-family: "Abril Fatface";
    color: #f5dadf;
    font-size: 18px;
    padding: 7px 15px 7px 15px;
    border:2px solid #f5dadf;
    display: inline-block;
    text-decoration: none;
    position: relative;
    margin-top: 40px;
    z-index: 1;
    border-right: 8px solid #f5dadf;
    border-bottom: 8px solid #f5dadf;
    transition: all 0.2s ease;
    opacity: 1;
}
.btn-shadow:hover{
    opacity: 0.7;
    color: #f5dadf;
}

.row-embajadores{
    background: rgb(29,37,45);
    padding: 100px 0px 20px 0px;
}


@media(max-width:991px){
    .row-embajadores{
        background: rgb(29,37,45);
        background: linear-gradient(180deg, rgba(29,37,45,1) 0%, rgba(29,37,45,1) 25%, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 100%);
    }
}
.row-embajadores .titulo{
    font-size: 70px;
    position: relative;
    padding: 0px 40px 10px 10px;
    border-right: 8px solid #f5dadf;
    border-bottom: 8px solid #f5dadf;
    font-family: 'Abril Fatface';
    color: #f5dadf;
    display: inline-block;
    margin-bottom: 40px;
}
.row-embajadores .titulo:before{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #1d252d ;
    bottom: -20px;
    left: -1px;

}
.row-embajadores .titulo:after{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #1d252d  transparent transparent;
    top: -12px;
    left: 100%;

}
.row-embajadores .texto{
    font-family: 'Montserrat';
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
    padding-left: 30px;
    margin-bottom: 50px;
}
.row-embajadores .embajador {
    margin-bottom: 0px;
}
.row-embajadores .embajador img{
    width: 100%;
}
.row-embajadores .cargo{
    font-family: 'Montserrat';
    font-size: 18px;
    margin-bottom: 0px;
}

@media(max-width:1400px){
    .row-embajadores .titulo{
        font-size: 60px;
    }
}
@media(max-width:1200px){
    .row-embajadores .titulo{
        font-size: 50px;
    }
}
@media( max-width:991px){
    .row-embajadores .texto{
        padding-left: 0px;
    }
}

.row-grid-imagenes .grid-imagenes{display:grid;grid-template-columns:repeat(6,1fr);column-gap:0}.row-grid-imagenes .grid-imagenes .imagen{grid-column:span 1}.row-grid-imagenes .grid-imagenes .imagen img{width:100%;transform:scale(1.05);transition:all .5s ease}.row-grid-imagenes .grid-imagenes .imagen:not(.doble){overflow:hidden}.row-grid-imagenes .grid-imagenes .imagen:not(.doble):hover img{transform:scale(1.1)}.row-grid-imagenes .grid-imagenes .imagen.doble{grid-column:span 2;position:relative;background:#1d252d }.row-grid-imagenes .grid-imagenes .imagen.doble img{filter:brightness(0);max-width:50%;position:absolute;bottom:20px;right:20px}.row-grid-imagenes .grid-imagenes .imagen a img{transform:scale(1);transition:all .5s ease}.row-grid-imagenes .grid-imagenes .imagen a:hover img{transform:scale(1.1)}
.row-grid-imagenes .row-button a span,.section-hoteles-home .row-button a,.section-hoteles-home .row-button a span{background:#1d252d ;font-family: 'Montserrat'; font-weight: bold;font-size: 20px;color:rgb(7, 6, 6)}.row-grid-imagenes .row-button a span,.section-hoteles-home a.bt-hashtag:hover span{color:#ffffff; z-index: 1; position:relative;font-family: 'Montserrat'; font-weight: bold;font-size: 20px;}.bt-hashtag{text-decoration: none;font-family: 'Montserrat'; font-weight: bold;font-size: 20px;background: #1d252d ;}.row-grid-imagenes .row-button{text-decoration:none;position:absolute;top:-30px;left:-60px;transform:rotate(-10deg)}.row-grid-imagenes a.bt-hashtag span{letter-spacing:1px;text-transform:none;font-size:20px;font-family:'Montserrat';font-weight:900;padding:10px 30px 10px 30px; text-decoration: none;}
a.bt-hashtag.black:after{position:absolute;content:"";top:5px;left:8px;background:#000;width:100%;height:40px;z-index:0;background-size:cover}
.row-grid-imagenes .logo-texto{font-size: 3.2vw; font-family: "Abril Fatface"; color: #fad0a7; position: absolute; right: 30px; bottom: 10px;}
@media(max-width:992px){.row-grid-imagenes .grid-imagenes{grid-template-columns:repeat(3,1fr)}.row-grid-imagenes .logo-texto{font-size: 6vw;}}

.row-contacto{
    padding: 70px 0px;
    background: rgb(29,37,45);
    background: linear-gradient(90deg, #1d252d  0%, #1d252d  50%, #ffffff 50%, #ffffff 100%);
}
@media(max-width:991px){
    .row-contacto{
        background: rgb(29,37,45);
        background: linear-gradient(180deg, #1d252d  0%, #1d252d  50%, #ffffff 50%, #ffffff 100%);
    }

}

.row-contacto .row{
    align-items: center;
}
.row-contacto .row .jobs .titulo, .formContacto h3{
    font-family: 'Abril Fatface';
    font-size: 47px;
    line-height: 55px;
    color: #000000;
    text-align: center;
}

.row-contacto .jobs .btn-shadow{
    background:#1d252d ;
    display: table;
    margin: auto;
    margin-top: 40px;
}
.row-contacto .jobs .btn-shadow:after{
    border-color: transparent #1d252d  transparent transparent;
}
.row-contacto .jobs .btn-shadow:before{
    border-color: transparent transparent transparent #1d252d ;
}
.formContacto button{
    width: auto;
    margin-top: 0px;
}
.formContacto input[type="checkbox"]{
    border: 1px solid #21343F;
    margin-top: 0px;
    position: relative;
    appearance: inherit;
}
.formContacto .form-group{
    margin-bottom: 20px;
}

@media(max-width:991px){
    .row-contacto .row .jobs{
        padding-bottom: 50px;
    }
    .row-contacto{
        padding-bottom: 0px;
    }
    .row-contacto .container{
        max-width: 100%;
        padding: 0px;
    }
    .row-contacto .row .jobs{
        background: #1d252d ;
    }
    .row-contacto .row .form{
        background: #ffffff;
        padding: 50px 0px 50px 0px;
    }
}
@media(max-width:600px){
    .formContacto .form-group input[type="checkbox"]{
        width: 16px;
        appearance: auto;
    }
    .formContacto .form-group.medium input{
        max-width: 100%;
    }
}
@media(max-width:480px){
    .row-contacto .row .jobs .titulo, .formContacto h3{
        font-size: 38px;
    }
}
.row-blue{
    background: #1d252d ;
}
footer .idiomas{
    color: #ffffff;
}

footer .js-reserva{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 15px;
    display: inline-block;
    border: 1px solid #ffffff;
    font-family: 'Montserrat';
    width: auto;
    text-decoration: none;
    margin-top: 10px;
}
footer .bt-contacto{
    margin-top: 20px;
    font-size: 18px;
    display: inline-block;
    width: auto;
    text-decoration: none;
}

footer a{
    opacity: 1;
    transition: all 0.5s ease;
}
footer a:hover{
    opacity: 0.5;
    color: #ffffff;
}
footer .container{
    max-width: 1440px;
    padding: 0px 20px;
}
.textoNewsletter{
    font-size: 20px;
    font-family: 'Abril Fatface';
    color: #ffffff;
    text-align: center;
    margin-top: 20px;
}
.row-newsletter{
    padding-left: 70px;
}
.links-footer-2 img{
    filter: brightness(0) invert(1);
    position: relative;
    top: -2px;
    margin-right:5px;
}
.row-newsletter{
    position: relative;
}
.tag-news{
    padding: 2px 10px;
    background: #ffffff;
    color: #1d252d ;
    font-family: 'Abril Fatface';
    font-size: 12px;
    position: absolute;
    transform: rotate(-15deg);
    top: 0px;
    left: 30px;
}
@media(max-width:1120px){
    footer .col-lg-4, footer .col-lg-2, footer .col-lg-3{
        width: 33%;
    }
    footer .col-lg-4{
        width: 100%;
    }
    .tag-news{
        top: 100px;
    }
    footer .row{
        justify-content: center;
    }
    .row-blue .enlaces{
        border-right: none;
    }
    .row-newsletter{
        padding-top: 100px;
    }
}

@media(max-width:600px){
    footer .col-lg-4, footer .col-lg-2, footer .col-lg-3{
        width: 100%;
        padding-bottom: 30px;
        text-align: center;
    }
    footer .logo{
        padding-right: 0px;
    }
    footer .col-lg-2, footer .col-lg-3{
        border-bottom: 1px solid #ffffff;
    }
    footer .row{
        justify-content: center;
    }
    .row-blue .enlaces, .row-blue .ciudades{
        border: none;
        border-bottom: 1px solid #ffffff;
        padding-top: 30px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .row-newsletter{
        padding-top: 50px;
    }
    .tag-news{
        top: 50px;
    }
    .links-footer, footer .enlaces{
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .links-footer a{
        text-align: center;
    }
    .row-embajadores .titulo{
        font-size: 35px;
    }
    .links-footer-2{
        flex-direction: column;
    }
}
.copyright{
    font-family: 'Montserrat';
    padding: 15px 0px 0px 0px;
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background:#000000;
    border-top:4px solid #f5dadf;
}
.copyright .menu-footer{
    display: flex;
    flex-wrap: wrap;
}
.copyright .menu-footer li{
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #f5dadf;
}
.copyright .menu-footer li:first-of-type{
    border: none;
}
.copyright .menu-footer li a{
    font-family: 'Montserrat';
    color: #f5dadf;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    opacity: 1;
    transition: all 0.5s ease;
    font-weight: bold;
    white-space: nowrap;
    margin-bottom: 0px;
    display: inline-block;
}
.copyright .menu-footer li a:hover{
    opacity: 0.5;
}
@media(max-width:991px){
    .copyright .menu-footer{
        flex-direction: column;
        align-items: flex-end;
    }
    .copyright .menu-footer li{
        border: none;
    }
    .copyright .menu-footer li a{
        font-size: 15px;
    }
    footer a, footer p{
        font-size: 14px;
    }
}

@media(max-width:480px){
    .copyright .menu-footer li a{
        font-size: 15px;
    }
}
.flickity-button {
    display: none;
}
.btn-shadow.grey{
    background:#1d252d ;
}
.btn-shadow.grey:after{
    border-color: transparent #1d252d  transparent transparent;
}
.btn-shadow.grey:before{
    border-color: transparent transparent transparent #1d252d ;
}
.row.row-habitaciones.row-intro{
    padding-bottom: 30px;
}
.row-intro .premium-texto{
    padding-left: 50px;
}
.ubicacion-madrid{
    background: #1d252d ;
    background-size: cover;
    padding-bottom: 80px;
}
.ubicacion-madrid .visiblemobile{
    display: none;
}
@media(max-width:767px){
    .ubicacion-madrid{
        background: transparent;
    }
    .ubicacion-madrid .visiblemobile{
        display: block;
        width: 100%;
        margin-top: 50px;
    }
}

#mainNav.bg-dark{
    background: #000000;
    padding-bottom: 22px;
}
#mainNav.bg-dark main{
    background: #ffffff;
}
.page-only-text{
    background: #ffffff;
}
.form-check-input:checked[type=checkbox]{
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.nav-menu.open .container-destinos{
    display: none;
}
#mainNav.bg-dark.sticky-header{
    padding-bottom: 0px;
}

.fixedtotop .tipo-habitaciones.galeria{
    padding-top: 50px;
}

.container-slider.madrid.video-home {
    background: url(../videos/img-video-madrid.jpg) no-repeat center;
    background-size: cover;
}
.container-slider.lisboa.video-home {
    background: url(../videos/img-video-lisboa.jpg) no-repeat center;
    background-size: cover;
}
.container-slider.sanse.video-home {
    background: url(../videos/img-video-sanse.jpg) no-repeat center;
    background-size: cover;
}

.row-intro .row{
    align-items: center;
    padding: 40px 0px;
    color: #041726;
}
.row-intro  .container{
    max-width: 1100px;
}
.row-intro .row .big-text{
    margin-bottom: 15px;
    color: #f5dadf;
}
.row-intro .texto p{
    color: #f5dadf;
}
.row-intro.bg-pink .row .big-text, .row-intro.bg-pink .texto p{
    color: #1d252d ;
}
.row-intro .row strong{
    font-family: 'Abril Fatface';
    font-weight: normal;
    font-size: 22px;
}
.row-embajadores .row{
    align-items: center;
}
.row-embajadores  .texto {
    color:#f5dadf;
}
.row-embajadores  .texto  strong{
    font-family: 'Abril Fatface';
    font-size: 22px;
    font-weight: normal;
}
.title-slider{
    font-size: 130px;
    text-transform: uppercase;
    position:absolute;
    color:#f5dadf;
    font-weight: normal;
    z-index: 1;
    font-family: 'Abril Fatface';
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    padding: 0px 40px;
    text-align: center;
    text-shadow: 3px 3px 3px rgba(0,0,0,0.7);
}
.title-slider.ciudad span{
    font-size: 40px;
    font-family: 'Abril Fatface';
    display: block;
    text-align: center;
    text-transform: none;
    font-weight: normal;
    line-height: 30px;
}
@media(max-width:768px){
    .title-slider{
        font-size: 17vw;
        padding: 0px 20px;
    }
    .title-slider.ciudad span{
        font-size: 35px;
    }
}
@media(max-width:600px){
    .title-slider.ciudad span{
        font-size: 25px;
    }
}

.row, section, .container-fluid, .container {
    position:relative;
    z-index: 2;
}
.formSuscribe .submit-news, .formSuscribe .submit-news:active, .formSuscribe .submit-news:focus, .formSuscribe .submit-news:hover{
    top: auto;
    position:relative;
    left: auto;
    right: auto;
    margin: 0px;
    appearance: none;
    color: #1d252d ;
    background: #f5dadf;
    font-weight: bold;
}

footer{
    border-top: 2px solid #f5dadf;
    padding:20px 0px;
    background: #1d252d ;
    position: relative;
    z-index: 2;
}

footer .row-links{
    display: flex;
    flex-wrap: nowrap;
}
footer .row-links .enlaces{
    display: flex;
    flex-direction:column;
    margin-left: 30px;
    justify-content:center;
    align-items:flex-start;
}
@media(max-width:660px){
    footer .row-links .enlaces{
        align-items:center;
    }
}
footer .row-links .enlaces a{
    color: #f5dadf;
    text-transform: uppercase;
    font-family: 'Montserrat';
    text-decoration: none;
}
footer .row-links .enlaces a:first-of-type{
    border: none;
    padding-left: 0px;
    margin-left: 0px;
}
footer .row-links .enlaces .texto{
    font-size:14px;
}
@media(max-width:660px){
    footer .row-links .enlaces .texto{
        text-align:center;
    }
}
footer .row-links .enlaces .texto a{
    text-transform:none;
    font-size:14px;
}
footer .row-links .enlaces a:hover{
    color: #f5dadf;
}
footer .row-links .social{
    margin-left: auto;
    display:flex;
    flex-wrap:nowrap;
}
footer .row-links .social a{
    margin-left: 20px;
    text-decoration: none;
}
footer .row-links .social a svg{
    max-width: 35px;
}
footer .adorno{
    margin: 20px 0px 30px 0px;
    width: 100%;
    height: 10px;
    border: 2px solid #f5dadf;
    box-shadow:  1px 1px 0px #f5dadf, 2px 2px 0px #f5dadf, 3px 3px 0px #f5dadf, 4px 4px 0px #f5dadf;
}
@media(max-width:720px){
    footer .row-links .social a svg{
        max-width: 25px;
    }
    footer .row-links .social a{
        margin-left: 10px;
    }
    footer .row-links .enlaces a{
        font-size: 17px;
    }
}
@media(max-width:660px){
    footer .row-links .enlaces{
        margin: 20px 0px;
    }
    footer .row-links{
        flex-direction: column;
        align-items: center;
    }
    footer .row-links .social{
        margin-left: inherit;
    }
    .copyright, .copyright .menu-footer{
        flex-direction: column;
        align-items: center;
    }
    .copyright p{
        margin-bottom: 10px;
        font-size: 18px;
        text-align: center;
    }
}
@media(max-width:420px){
    footer .row-links .enlaces{
        flex-direction: column;
        align-items: center;
    }
    footer .row-links .enlaces a{
        border: none;
        padding: 0px;
        margin: 0px;
    }
}
.premium-habitaciones .row.row-intro{
    padding-top: 0px;
}
.premium-habitaciones, .premium-fotos, .banner-destino, .ubicacion-madrid{
    background: #1d252d ;
}
.ubicacion-madrid{
    padding-bottom: 0px;
    position: relative;
    margin-top: -1px;
}
.ubicacion-madrid img{
    width: 100%;
    max-height: 200px;
    object-fit: cover;
    height: 100vh;
}
.ubicacion-madrid .row.row-habitaciones.row-intro{
    padding: 0px;
}

.premium-fotos .container-fluid, .premium-fotos .container-fluid .col-lg-12{
    padding:0px;
}
.premium-fotos h2{
    font-size: 60px;
    font-weight: normal;
    font-family: 'Abril Fatface';
    text-align: center;
    padding: 70px 0px 100px 0px;
    margin: 0px;
    color: #f5dadf;
}
.premium-fotos h2 span{
    display: block;
    font-size: 35px;
    margin-top: 20px;
}
.premium-fotos .slider-general .item img{
    min-height: 0px;
    height: auto;
}
@media(max-width:600px){
    .premium-fotos h2{
        font-size: 40px;
    }
    .premium-fotos h2 span{
        display: block;
        font-size: 25px;
        margin-top: 20px;
    }
    .flickity-page-dots{
        display: none;
    }
}
.rooms-list{
    background: #1d252d ;
}
.rooms-list ul li{
    list-style:none;
    margin: 0px;
    padding: 0px;
}
.rooms-list ul{
    display: flex;
    justify-content: center;
    padding: 50px 0px;
}

.rooms-list ul li{
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #f5dadf;
}

.rooms-list ul li:first-of-type{
    margin-left: 0px;
    padding-left: 0px;
    border-left: none;
}
.rooms-list ul li a{
    position:relative;
    text-decoration:none;
    color: #f5dadf;
}
.rooms-list ul li a:after{
    content: "";
    width: 0px;
    height: 1px;
    background: #f5dadf;
    position: absolute;
    bottom: 0px;
    left: 0px;
    transition: all 0.5s ease;
}
.rooms-list ul li a:hover:after{
    width: 100%;
}


.rooms-list.hotel-menu{
    background: #f5dadf ;
    margin-top: -60px;
}
.rooms-list.hotel-menu ul li{
    list-style:none;
    margin: 0px;
    padding: 0px;
}
.rooms-list.hotel-menu ul{
    display: flex;
    justify-content: center;
    padding: 20px 0px;
}

.rooms-list.hotel-menu ul li{
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #1d252d;
}

.rooms-list.hotel-menu ul li:first-of-type{
    margin-left: 0px;
    padding-left: 0px;
    border-left: none;
}
.rooms-list.hotel-menu ul li a{
    position:relative;
    text-decoration:none;
    color: #1d252d;
    text-transform: uppercase;
    font-weight: bold;
}
.rooms-list.hotel-menu ul li a:after{
    content: "";
    width: 0px;
    height: 1px;
    background: #1d252d;
    position: absolute;
    bottom: 0px;
    left: 0px;
    transition: all 0.5s ease;
}
.rooms-list.hotel-menu ul li a:hover:after{
    width: 100%;
}





.btn-habitaciones{
    font-family: 'Montserrat' !important;
    text-transform: uppercase;
}
.image-habitaciones{
    display: flex;
}
.image-left{
    direction: rtl;
}
.image-habitaciones img{
    min-width: 50vw;
    object-fit: cover;
}
.row.row-habitaciones.row-intro{
    padding-bottom: 0px;
}


.premium-habitaciones  .row-intro{
    padding: 0px;
}
.premium-habitaciones  .row-intro .premium-texto{
    padding: 50px;
}
.premium-habitaciones  .row-intro .texto-right{
    padding-left: 80px;
}




.premium-habitaciones .row-intro .col-lg-6.texto-right{
    padding-left: 80px;
}

@media(max-width:1200px){
    .premium-habitaciones .container{
        max-width: 100%;
        padding: 0px;
    }
    .container, .container-sm{
        padding:0px 30px !important;
        width:100%;
        max-width:100% !important;
    }
}

@media(max-width:1080px){
    .premium-habitaciones .container .col-lg-6{
        max-width:100%;
        width: 100%;
    }
    .premium-habitaciones .row-intro .col-lg-6.texto-right{
        padding-left: 50px;
    }
    .image-left{
        direction: ltr;
    }
    .premium-habitaciones .row.row-intro.noreverse .col-lg-6:nth-child(1) {
        order:2;
    }
    .premium-habitaciones .row.row-intro.noreverse .col-lg-6:nth-child(2) {
        order:1;
    }
}
@media(max-width:991px){
    .ubicacion-madrid .row-intro .col-lg-4{
        padding:50px;
    }
}
@media(max-width:767px){
    .row.row-intro.nopadding .texto img{
        min-width: 100vw;
        position:relative;
        left: 50%;
        transform: translateX(-50%);
    }
    .row-comidas .row.row-intro.nopadding .texto img{
        min-width: 0px;
        position:relative;
        left: 0px;
        transform: none;
    }
    .row-comidas.two-images .col-lg-6:nth-child(2){
        padding-left:0px;
    }
    .row-comidas.two-images .col-lg-6:nth-child(1){
        padding-right:0px;
        border:none;
    }
    .premium-habitaciones .row-intro .col-lg-6.premium-texto{
        padding: 50px 40px;
    }
    .row-comidas .row.row-intro.nopadding .col-lg-6:nth-child(1) {
        padding:0px !important;
    }
}
[data-mirai-engine='mirai_be']{ background: transparent;}
.container-destinos .destino-container:after{
    content: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #f5dadf;
    top: 5px;
    left:5px;
    z-index: 0;
    max-width: 170px;
    max-height: 170px;
}
.container-destinos .destino-container a:before{
    content: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(29,37,45,0.5);
    z-index: 2;
    max-width: 170px;
    max-height: 170px;
}
@media(max-width:700px){
    .container-destinos {
        top: 10px;
        left: 0px;
    }
    .container-destinos .destinos a span{
        font-size:28px;
    }
    .container-destinos .destino-container a{
        margin-bottom:5px;
    }
    .container-destinos {
        top: 10px;
        max-height: 100vh;
        overflow: scroll;
    }
    .container-destinos > a.bt-destino{
        top: 25px;
        left: 115px;
        position: fixed;
        z-index: 999;
    }


}

@media(max-width:560px){
    .container-destinos > a.bt-destino{
        position: fixed;
        left: 50%;
        transform: translateX(-63%);
        top: 10px;
    }
    .book-a-room{
        font-size: 18px;
        top: 15px;
        right: 10px;
    }
    .navbar .idiomas {
        right: auto;
        left: 47%;
        transform: translateX(-50%);
        top: 50px;
    }
    .logo{
        max-width: 60px;
    }
    .rooms-list ul{
        display: flex;
        flex-direction: column;
    }
    .rooms-list.hotel-menu ul li{
        padding: 0px;
        margin: 0px;
        border: none;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #1d252d;
        text-align: center;
    }
    .rooms-list.hotel-menu ul li:last-of-type{
        margin: 0px;
        padding: 0px;
        border: none;
    }
}

@media(max-width:349px){
    .container-destinos a.bt-destino img{
        display: none;
    }
}

.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;
}

.navbar .container-destinos{
    pointer-events: none;
    z-index:99;
}
.navbar.visible .container-destinos{
    pointer-events: auto;

}
.navbar .container-destinos {
    display:flex;
    column-gap:50px;
}
.navbar .container-destinos a{
    pointer-events: auto;
    transition:all 0.5s ease;
}
.navbar .container-destinos a:hover{
    opacity:0.7;
}
html, body{
    overflow: auto !important;
    overflow-x: hidden !important;
}


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

.lightbox-promo {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
    z-index: 99999999999999;
    overflow: auto;
    top:0px;
    left:0px;
}
.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: #1d252d;
    padding: 0px;
    column-gap: 0px;
    overflow: hidden;
    align-items: center;
    position: relative;
}
.lightbox-promo .image-wrapper {
    position: relative;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
}
.lightbox-promo .image-wrapper img {
    position: relative;
    z-index: 1;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
}
.lightbox-promo .texto{
    padding:50px;
}
.lightbox-promo .texto .texto{
    color:#f5dadf;
    padding:0px;
    line-height:30px;
}
.lightbox-promo .img-adorno {
    position: absolute;
}
.lightbox-promo .img-adorno.adorno4 {
    bottom: -50px;
    left: -40px;
    z-index: 0;
}
.lightbox-promo .texto{
    min-width:350px;
    display:block;
}
.lightbox-promo .titulo {
    font-size: 60px !important;
    font-family: 'Abril Fatface';
    font-weight: bold;
    text-align: left;
    color:#ffffff;
    line-height: 60px;

}
.lightbox-promo .titulo span {
    display: block;
    font-size: 50px !important;
    font-family: 'Abril Fatface';
    font-weight: bold;
    color: #f5dadf;
}
.lightbox-promo.fin-2023 .container-promo{
    width:85%;
    max-width:920px;
}
@media(max-width:1110px){
    .lightbox-promo.fin-2023 .container-promo{
        width:100%;
    }
}
@media(max-width:600px){
    .lightbox-promo.fin-2023 .container-promo{
        width:120%;
    }
}
.lightbox-promo p.texto-fin-2023{
    font-size: 20px;
    text-align: left;
    color:#ffffff;
}
.lightbox-promo p.texto-fin-2023.pink{
    opacity:0.7;
    font-size:19px;
}
.lightbox-promo .texto-icono {
    font-size: 25px;
    display: flex;
    column-gap: 20px;
    align-items: center;
    line-height: 25px;
    font-weight: 600;
    margin: 30px 0px;
    text-align: left;
    color: #f5dadf;
}
.lightbox-promo p {
    font-size: 20px;
    text-align: center;
    color:#ffffff;
}
.lightbox-promo p.texto-codigo {
    color: #f5dadf;
    text-align: center;
}
.lightbox-promo .frase2promo{
    margin-top:300px;
    text-transform:uppercase;
    font-size:22px;
    color: #f5dadf;
}
.lightbox-promo .codigo {
    font-size: 40px;
    padding: 10px 50px;
    text-align: center;
    background: #f5dadf;
    font-weight: bold;
    display: table;
    color: #1d252d;
    text-decoration: none !important;
    margin: 20px auto;
    font-family: 'Abril Fatface';
    display:none;
}
.lightbox-promo .boton {
    font-size: 20px;
    padding: 10px 50px;
    text-align: center;
    background: #f5dadf;
    width:100%;
    display:block;
    color: #1d252d;
    text-decoration: none !important;
    margin: 20px auto;
}
.lightbox-promo .texto-icono {
    font-weight:400;
}
.lightbox-promo .texto-icono strong {
    font-weight:bold;
}
.lightbox-promo .texto-icono img {
    max-width: 50px;
}
.lightbox-promo .bt-close-promo {
    position: absolute;
    top: 30px;
    right:30px;
    z-index: 2;
}
.lightbox-promo .bt-close-promo img {
    filter: invert(1);
}
@media(max-width:960px) {
    .lightbox-promo .image-wrapper {
        display: none;
    }
    .lightbox-promo .img-logo-adorno {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }
}
@media(max-width:420px) {
    .lightbox-promo .image-wrapper {
        display: none;
    }
    .lightbox-promo .titulo {
        font-size: 60px;
        line-height: 65px;
    }
    .lightbox-promo .titulo span {
        font-size: 70px;
    }
    .lightbox-promo .texto-icono {
        font-size: 20px;
    }
}

.telefono-header{
    color:#f5dadf;
    text-decoration:none;
    display:inline-block;
    margin-right:20px;
    font-size:15px;
}

.telefono-header:hover{
    text-decoration:underline;
    color:#f5dadf;
}
.telefono-header svg{
    max-width:15px;
    height:auto;
    top:-1px;

}
.navbar .idiomas{
    display:flex;
}
@media(max-width:768px){
    .navbar .idiomas .telefono-header{
        margin-right:0px;
    }
    .navbar .idiomas{
        display:flex;
        margin-top:-15px;
        flex-direction:column;
        align-items:flex-end;
    }
    .telefono-header span{
        display:none;
    }
}
@media(max-width:560px){
    .navbar .idiomas{
       align-items:center;
       margin-top:-8px;
    }
    .idiomas-header{
        margin-top:-5px;
    }
    .container-destinos > a.bt-destino{
        top:3px;
    }
}

/* Fix Mirai booking engine */
.mi-be .mi-be-datepicker-select.mi-be-datapicker-prices div.DateRangePicker_picker {
    justify-content: flex-end;
}

.row-embajadores .container{
    display:flex;
    column-gap:50px;
}
.row-embajadores .container .row:nth-child(1){
    display:flex;
    align-items:flex-start;
    flex-direction:column;
    max-width:370px;
    min-width:370px;
}
.row-embajadores .container .row.imagenes{
    max-width:100%;
    flex-direction:row;
}
.row-embajadores .container .row .col-lg-7, .row-embajadores .container .row .col-lg-5{
    width:100%;
}
.row-embajadores .container .row .titulo{
    font-size:50px;
}
.row-embajadores .container .row .texto{
    padding:0px;
}
.row-embajadores .row.imagenes{
    flex-wrap:nowrap;
}
.row-embajadores  .flickity-button{
    display:block;
}
.row-embajadores  .flickity-page-dots{
    display:none;
}
.slick-slide{
    width:auto !important;
    height:auto !important;
}
.row-embajadores .cargo{
    margin-top:10px;
    color:#f5dadf;
}
.row-embajadores .name{
    margin-top:0px;
    color:#f5dadf;
    font-size: 22px;
    font-weight:700;
    min-height:70px;
}
.row-embajadores {
    margin-bottom:50px;
}
.row-embajadores .row.imagenes {
    padding-left:50px;
    border-left:1px solid #f5dadf;
    display:flex;
    flex-wrap:nowrap;
}
@media(max-width:991px){
    .row-embajadores .col-lg-4{
        width:33.33333333%;
    }
    .row-embajadores .container{
        flex-direction:column;
    }
    .row-embajadores .row.imagenes{
        padding-left:0px;
        border-left:none;
    }
    .row-embajadores{
        background:rgb(29,37,45);
    }
    .row-embajadores .container .row:nth-child(1){
        max-width:100%;
    }
}
@media(max-width:600px){
    .row-embajadores .col-lg-4{
        width:100%;
    }
    .flickity-prev-next-button.next {
        right: -30px !important;
    }
    .flickity-prev-next-button.previous {
        left: -30px !important;
    }
}
.box-habitacion .texto{
    margin:0px !important;
}
.box-habitacion .texto p{
    color:#f5dadf;
    margin:0px;
    font-size:16px;
}
.box-habitacion .big-text{
    font-size:30px;
    line-height:30px;
    margin-bottom:15px;
    margin-top:15px;
}
.box-habitacion .iconos{
    margin-top:20px;

}
.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 .btn-habitaciones{
    margin-top:30px;
}
.box-habitacion .slider-general{
    min-width:0px;
    max-height:100%;
    height:auto;
}
#habitaciones .swiper-slide{
    margin-right:0px;
}
.box-habitacion .slider-general  li{
    height:auto;
    max-width:100%;
    min-width:0px;
    width:100%;
}
.box-habitacion .slider-general  li.dot{
    width: 10px;
    height: 10px;
}
.box-habitacion .slider-general  li img{
    max-width:100%;
}

#habitaciones{
    margin-top:50px;
}
#habitaciones .container{
    max-width:1440px;
}
#habitaciones .swiper-button-next, #habitaciones .swiper-button-prev{
    width:34px;
    height:34px;
    top:120px;
}
#habitaciones{
    padding:0px 20px;
}
#habitaciones .swiper-button-next{
    right:-30px;
}
#habitaciones .swiper-button-prev{
    left:-30px;
}
@media(max-width:1550px){
    #habitaciones .swiper-button-next{
        right:-30px;
    }
    #habitaciones .swiper-button-prev{
        left:-30px;
    }
}
#habitaciones .swiper-button-next:after {
    content:"" !important;
    width:34px;
    height:34px;
    background:url(../img/fle-carrusel.png) no-repeat;
    transform:rotate(180deg);
}
#habitaciones .swiper-button-prev:after {
    content:"" !important;
    width:34px;
    height:34px;
    background:url(../img/fle-carrusel.png) no-repeat;
}
footer .container{
    display:flex;
    justify-content:space-between;
    padding-bottom:70px !important;
}

footer .copyright .container{
    padding-bottom:0px !important;
}

footer .footer-links{
    display:flex;
    column-gap:50px;
    padding-top:20px;
    width:100%;
    justify-content:flex-end;
}
footer .footer-links .column{
    min-width:120px;
}
footer .footer-links .column h4{
    font-size:13px;
    color:#ffffff;
    font-weight:bold;
}
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:#f5dadf;
    text-decoration:none;
}
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;
}

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


.cookiealert{
    display:none;
}
@media(max-width:1024px){
    footer .container{
        flex-direction:column;
        align-items:flex-start;
        justify-content:center;
    }
    footer .logo{
        max-width:unset;
        width:auto;
    }
    footer .footer-links{
        justify-content:flex-start;
    }
    footer .footer-links .column{

        min-width:0px;
        width:auto;
    }
}
@media(max-width:767px){
    footer .footer-links{
        justify-content:flex-start;
        flex-wrap:wrap
    }
    footer .footer-links .column{
        max-width:40%;
        min-width:0px;
        width:100%;
        margin-bottom:20px;
    }
}
@media(max-width:600px){
   .box-habitacion .btn-shadow{
    font-size:16px;
   }
   footer .footer-links{
    flex-direction:column;
    justify-content:flex-start;
}
footer .footer-links .column{
    margin:20px 0px;
}
}


.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:#1d252d;
    border:1px solid #f5dadf;
  }
  .card-destinos:hover .inner {
    transform: rotateY(180deg);
  }

  .card-destinos img {
    width: 100%;
    max-width: 300px;
    height: auro;
    object-fit: cover;
    backface-visibility: hidden;
  }
  .card-destinos .secciones ul{
    display: flex;
    flex-direction: column;
}
.card-destinos .secciones ul li{
    margin-bottom:15px;
}
.card-destinos .secciones ul li a{
    text-decoration: none;
    color: #f5dadf;
    font-size: 25px;
    text-transform: uppercase;
    position:relative;
    display: inline-block;
    text-align: center;
}
.card-destinos .secciones ul li a:after{
    content: "";
    width: 0px;
    height: 1px;
    background: #f5dadf;
    position: absolute;
    bottom: 0px;
    left: 0px;
    transition: all 0.5s ease;
}
.card-destinos .secciones ul li a:hover:after{
    width: 100%;
}
.section-cards-destinos{
    max-width:1360px;
    margin:50px auto 0px auto;
    overflow:hidden;
}
.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-carrusel.png) no-repeat;
    transform:rotate(180deg);
}
.section-cards-destinos  .swiper-button-prev:after {
    content:"" !important;
    width:34px;
    height:34px;
    background:url(../img/fle-carrusel.png) no-repeat;
}
.row-grid-imagenes .container-fluid{
    padding:0px !important;
}
.row-grid-imagenes{
    position:relative;
}
.row-grid-imagenes:after{
    content:"";
    width:100%;
    position:absolute;
    height:50px;
    background:#1d252d;
    left:0px;
    bottom:-25px;
    z-index:999;
}
#habitaciones .row{
    row-gap:50px;
}
@media (max-width: 1200px){
    #habitaciones .container, #habitaciones  .container-sm {
        padding: 0px !important;
    }
}
.container{
    max-width:1440px !important;
}
@media(max-width:480px){
    .row-suscripcion h2{
        font-size:40px;
    }
}
.premium-fotos .container-fluid{
    max-width:1440px;
    padding:0px 40px;
    margin-bottom:30px;
}
.ubicacion-madrid .container{
    padding:0px 40px;
}
@media(max-width:991px){
    .premium-fotos .container-fluid{
        padding:0px 40px;
    }
}
@media(max-width:600px){
    .row-intro .row .big-text{
        font-size:50px;
        line-height:53px;
    }
    .row-comidas .slider-general p.titulo{
        font-size:30px;
        margin-bottom:0px;
    }
}
.titulo-destino-home{
    color: #f5dadf;
    font-size: 35px;
    line-height: 35px;
    font-family: 'Abril Fatface';
    margin-bottom: 20px;
    font-weight: normal;
    margin-bottom:15px;
    max-width:300px;
}
.texto-destino-home{
    font-size: 17px;
    line-height: 20px;
    color: #f5dadf;
    max-width:300px;
    min-height:90px;
}
.swiper-slide .btn-shadow{
    margin-top:0px;
}
.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{
    font-family:'Abril Fatface';
    color:#f5dadf;
    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;
}
@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%;
}
@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{
    font-family:'Abril Fatface';
    color:#f5dadf;
    font-size:70px;
    line-height:80px;
    margin:0px;
    text-align:center;
}


.destacado-sostenibilidad .container h2 span{
    font-family:'Abril Fatface';
    color:#ffffff;
    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:#ffffff;
}
@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:100%;
    max-height:83px;
    margin-bottom:15px;
}
.texto-imagen-sostenibilidad  .container .texto .iconos .icono .titulo{
    font-family:'Abril Fatface';
    color:#ffffff;
    font-size:25px;
}
.texto-imagen-sostenibilidad  .container .texto .iconos .icono .texto{
    color:#F8E2E5;
    font-size:15px;
    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;
    width:100%;
    max-width:100px;
    filter:brightness(0) invert(1);
}
@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;
    }
}
.burgerbutton {
    width: 40px;
    height: 30px;
    cursor: pointer;
    pointer-events:auto;
    position:fixed;
    z-index:999;
    top:25px;
    left:20px;
    display:none;
  }
  .burgerbutton.visible {
    display:block;
  }
  .burgerbutton span {
    width: 100%;
    transition: 0.5s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 2px;
    background: #F8E2E5;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    transform: rotate(0);
  }
  .burgerbutton span:nth-child(1) {
    top: 0;
  }
  .burgerbutton span:nth-child(2) {
    top: 44%;
    width: 60%;
  }
  .burgerbutton span:nth-child(3) {
    bottom: 0;
  }
  .burgerbutton.active span:nth-child(1) {
    top: 18px;
    transform: rotate(-45deg);
  }
  .burgerbutton.active span:nth-child(2) {
    width: 0%;
  }
  .burgerbutton.active span:nth-child(3) {
    bottom: 18px;
    transform: rotate(45deg);
  }
  .tit-destinos{
    color: #f5dadf;
    font-family: 'Abril Fatface';
    font-size:40px;
    margin:0px;
    display:none
  }
  .idiomas.mobile{
        display:none;
    }
  @media(max-width:860px){
    .tit-destinos{
        display:block;
    }
    .tit-destinos.with-line{
        margin-top:20px;
        padding-top:20px;
        border-top:1px solid #f5dadf;
    }
    .bt-sostenibilidad.mobile{
        color: #f5dadf;
        font-family: 'Abril Fatface';
        font-size: 35px;
        margin: 0px;
    }
    .container-destinos .bt-destino, .container-destinos .bt-sostenibilidad, .navbar .idiomas{
        display:none;
    }
    .navbar .idiomas.mobile{
        display:flex;
    }
    .burgerbutton{
        display:block;
    }
    #mainNav .navbar-brand{
        left:47%;
        transform:translateX(-50%);
    }
    .book-a-room{
        border:none;
        top:20px;
        right:15px;
    }
    #mainNav.navbar{
        height:80px;
    }
    .promotions{
        top:75px;
    }
    .burgerbutton.active span:nth-child(1){
        top:12px;
    }
    .banner-sostenibilidad .container{
        padding:0px 30px 30px 30px !important;
    }
    .container-destinos .destinos{
        padding: 20px 40px;
    }
  }

  .swiper-button-next, .swiper-button-prev{
    margin-top:-120px !important;
  }

  .section-cards-destinos .swiper{
    padding-bottom:130px;
  }
  .row-comidas.with-slider{
    margin-top:-30px;
  }
  .es-widget-header-container-template{
    display:none !important;
  }
  .destinos .destino-container a{
    pointer-events:none;
  }

  .destinos .destino-container:nth-child(2) a{
    pointer-events:all;
  }
  .destinos .destino-container:nth-child(3) a{
    pointer-events:all;
  }
  .destinos .destino-container:nth-child(4) a{
    pointer-events:all;
  }
  .destinos .destino-container:nth-child(5) a{
    pointer-events:all;
  }
  .nolink{
    pointer-events:none;
  }
  table tr td{
    padding: 10px;
    border:1px solid;
  }
  .lightbox-promo{
    display:none;
  }
  .marquee {
  display: inline-block;
  font-family:'Circular Std Book';
  white-space: nowrap;
  padding-left: 100%; /* empieza fuera a la derecha */
  animation: scroll-left 30s linear infinite;
}
@media(max-width:767px){
    .marquee{
        animation: scroll-left 15s linear infinite;
    }
}
/* Animación continua */
@keyframes scroll-left {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}