/*-----------------------------------------------------------------------------------

    Nombre Proyecto: Mar Senses Hotels & Homes
    URL: https://www.marsenses.com/
    Author: Hotetec

-----------------------------------------------------------------------------------*/
/**Definicion de variables**/
:root {
    --color-corpo:#4CAEA9;
    --blue-ctas:#003384;
    --font-titles: 'Cormorant Garamond', serif;
    --font-txt:'Montserrat', sans-serif;
}

/**Edit mode **/
.panel-title {
    font-size: 16px !important;
    coloR: black !important;
}
.editMode body#section.fichaHotel .gridSystemWrapper.moreInfo360.dNone {
    display: block !important;
}
/**Generic**/
::selection {
    background: var(--color-corpo);
    color: white;
}
a:hover, a:active, a:focus, a:visited {
    text-decoration: none;
    color: var(--color-corpo);
}
.overflowHidden {
    overflow: hidden !important;
}
#home #wrapper-2, #section #wrapper-2, #newsOverview #wrapper-2, #news #wrapper-2, #contactPage #wrapper-2, #searchPage #wrapper-2 {
    padding: 0;
    border:0px;
}
#home #wrapper-2, #section #wrapper-2, #newsOverview #wrapper-2, #news #wrapper-2, #contactPage #wrapper-2, #searchPage #wrapper-2 {
    background: white !important;
}
.dNone{
    display: none !important;
}
#stage {
    margin-bottom: -6px;
}
#main .text, #main .text-section {
    overflow: visible;
}
.center {
    text-align: center !important;
}
.left {
    text-align:left !important;
}
.right {
    text-align:right;
}
.width80 {
    width: 80% !important;
}
.width14 {
    max-width: 1250px;
}
.mauto {
    margin: 0 auto;
}
a:hover, a:active, a:focus, a:visited {
    text-decoration: none;
}
.intro {
    padding:80px 0 80px;
}
#section .intro {
    padding: 40px 0 80px;
}
.intro-mBtm {
    padding: 60px 0 0 !important;
}
#home #wrapper-2, #section #wrapper-2, #newsOverview #wrapper-2, #news #wrapper-2, #contactPage #wrapper-2, #searchPage #wrapper-2 {
    background: #fbfafa;
}
/** Paddings y margins **/
.paddTop20 {
    padding-top: 20px;
}
.paddT10 {
	padding-top:10px;
}
.mTop90 {
	margin-top: 10vh !important;
}
.paddBtm {
    padding-bottom: 13vh;
}
.paddTopBt {
    padding:12rem 0 5rem !important;
}
.paddTopBt-equal {
    padding: 6rem 0 6rem !important;
}
.paddTop {
    padding:12rem 0 0rem !important;
}
.paddZero {
    padding:0px !important;
}
.mBT30 {
    margin-bottom:30px !important;
}
.mTop20 {
	margin-top:20px;
}
.margT40 {
	margin-top:40px;
}
.margT90  {
	margin-top:90px;	
}
.paddTop40 {
	 padding-top: 40px !important;
}
.paddTop90 {
	 padding-top: 90px;
}
.paddBT160 {
    padding-bottom: 160px;
}
.paddT30 {
    padding-top:30px;
}
.paddBT30 {
    padding-bottom:30px;
}
.paddBT10  {
    padding-bottom:10px;
}
.paddT60 {
    padding-top:60px;
}
.paddT120 {
    padding-top:80px;
}
.paddB60 {
    padding-bottom:60px;
}
.mTop2vh {
    margin-top: 2vh !important;
}
.mTop5vh {
    margin-top: 5vh !important;
}
.paddBT60 {
	 padding-bottom:60px;
}
.paddBT120 {
    padding-bottom: 120px;
}
.paddBtm14 {
    padding-bottom: 14vh !important;
}
/**Container**/
.width-container {
    padding: 0 100px;
    max-width: 1585px;
}
.width-container-99 {
    width: 95%;
}
.align-center {
    margin: 0 auto;
}
.padding-container {
    padding-top: 4.5em;
    padding-bottom: 4.5em;
}
/**Header**/
.httheader .headerWrapper.absoluteHeader {
    background:transparent;
}
.container-header {
    margin-left: 15px;
    margin-right: 15px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)) !important;
    font-family: var(--font-txt) ;
}

.container-header .left-header {
    position: absolute;
    top: 15px;
    z-index: 1;
    left: 40px;
    color: white;
    font-weight: 300;
}

.container-header .wrapper-header {
    padding-top: 65px;
    padding-bottom: 70px;
    margin: 0 auto;
    padding: 0;
    width: 1140px;
}
.container-header .right-header {
    position: absolute;
    top: -78px;
    right: 40px;
    color: white;
}
.gridSystemWrapper.wrapper-header .logo {
    width: 300px;
    margin: 0 auto;
    text-align: center;
}
.gridSystemWrapper.wrapper-header .logo {
    width: 300px;
    margin: 0 auto;
    text-align: center;
}
.gridSystemWrapper.wrapper-header .logo img {
    height: auto;
    max-width: 200px;
    margin-top: 20px;
}
.gridSystemWrapper.user-acces .col-md-3:last-child {
    padding: 0 3px;
}
.gridSystemWrapper.user-acces .col-md-3 {
    padding: 0px 14px;
    width: auto;
}
/**Video Home**/
.video-home video {
    width: 100%;
    object-fit: fill;
    height: 101vh;
}

/**Accesos usuario**/
.personLogin-content .caret {
    display: none;
}
@media(min-width:767px) {
    span.glyphicon.glyphicon-user, span.glyphicon.glyphicon-shopping-cart {
        display: none;
    }
    .personLogin-wrapper .person-login-text, span.mybooking-content-text {
        display:none;
    }
}
.checkin img {
    max-width: 16px;
    height: auto;
    margin-toP: 4px;
}
a.mainTag.iDeviceCustomLink span.language-text:before {
    content: url(/dms/multiHotel-MarSenses/ic-idiomas/ic-idiomas.png);
    position: relative;
    top: 8px;
    left: 7%;
    height: 24px;
    padding: 3px;
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    display: inline-block;
    vertical-align: middle;
    transition: .5s;
    background-size: 100% 200%;
}
.personLogin-content:before {
    content: url(/dms/multiHotel-MarSenses/ic-myuser/ic-myuser.png);
    position: relative;
    top: 15px;
    left: 44%;
    height: auto;
    padding: 5px;
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    display: inline-block;
    transition: .5s;
}

.mybooking-content:before {
    content: url('/dms/multiHotel-MarSenses/ic-mybooking/ic-mybooking.png');
    position: relative;
    top: 13px;
    left: 15%;
    height: 28px;
    padding: 5px;
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    display: inline-block;
    vertical-align: middle;
    transition: .5s;
    background-size: 100% 200%;
}
span.hotel-login-text.hotel-login-text-not-logged {
    margin-right: 10px;
    float: left;
    font-size: 15px;
    font-weight: 400;
    color: white;
    font-family: var(--font-txt);
}
.hotelLogin-content {
    margin-top: 2px;
}
.hero-mobile {
    margin-top: -10px;
}
/**Idiomas**/
.httheader ul#hTtLangMenu li a span.language-text {
    margin-right: 10px;
    float: left;
    font-size: 15px;
    font-weight: 400;
    color: white;
    font-family: var(--font-txt);
}

.httheader ul#hTtLangMenu {
    background: none;
    margin-top: -1px;
    border: 0px;
}

.call-center i.fa-caret-down {
    font-size: 11px !important;
    margin-left: -8px;
}

.call-center i.fa {
    margin-top: 5px;
    font-size: 19px;
    margin-right: 13px;
}

.httheader ul li.hTt-menu-has-holizontal ul.hTt-menu-vertical {
    border: 1px solid rgb(143 143 143 / 50%);
    box-shadow: 0px 3px 20px 0px rgba(50, 50, 50, 0.75);
    background: white;
}

.httheader ul#hTtLangMenu li ul li {
    border-bottom: 1px solid rgb(204 204 204 / 43%);
}

.httheader ul li.hTt-menu-has-holizontal ul.hTt-menu-vertical.group-languages-texts {
    box-shadow: 0 2rem 5rem -1rem rgba(0,0,0,.3);
    background-color: #fff;
    border: .1rem solid #ccc;
    border-radius: .4rem;
    top: 100%;
    padding: 4px 2px;
    transition: .3s ease;
    left: 9px !important;
    top: 27px !important;
}

.httheader ul#hTtLangMenu li ul li a {
    padding: 7px 13px;
    position: relative;
    transition: .5s all;
}

.httheader ul#hTtLangMenu li ul li a:hover {
    background: rgb(97 171 168 / 13%);
}

a.mainTag.iDeviceCustomLink:after {
    position: absolute;
    content: "\f107";
    font-family: fontawesome;
    color: white;
    font-weight: 9;
    font-size: 11px;
    background-color: transparent;
    top: 4px;
    z-index: 0;
    right: 4px;
    transition: all .3s;
}
.httheader ul#hTtLangMenu:hover .iDeviceCustomLink:after {
    transform: rotate(-180deg);
}
.httheader ul#hTtLangMenu li ul li a span.language-text {
    color: #333;
}
/**End idiomas **/
/**Hero**/
figure.hero-home {
    position: relative;
    height: 100vh;
    margin: 0px !important;
}

figure.hero-home img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
figure.hero-home:before {
    content: "";
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent);
    opacity: .85;
}
.hero-home .caption {
    font-family: var(--font-titles);
    position: absolute;
    text-align:left;
    top: 50%;
    left: 20%;
    transform: translate(-50%, -50%);
}
.caption p span {
    font-family: var(--font-titles);
    color: white;
    font-size: 5rem;
    font-weight: 100;
    display: block;
    line-height: 1em;
    text-transform: none;
    letter-spacing: 2px;
}

.caption p {
    font-family: var(--font-txt);
    coloR: white;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 300;
    line-height: 34px;
    letter-spacing: 0.09em;
}

}
/**h1 | h2 | h3 | p **/
.title-box h2, h2.title, .intro-txt p.title {
    font-weight: 100;
    font-family: var(--font-titles) !important;
    font-style: normal;
    font-size: 3.75rem !important;
    color: var(--color-corpo) !important;
    letter-spacing: 0.03em;
    background: none !important;
}
.section-blog h3 {
    font-weight: 100;
    font-family: var(--font-titles);
    font-style: normal;
    font-size: 3.75rem;
    color: var(--color-corpo);
    letter-spacing: 0.03em;
    margin-bottom: 4vh;
}
.text-section p {
    font-family: var(--font-txt);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .035em;
    line-height: 166.6666666667%;
}
.xs-intro p  {
    margin: 0 auto;
    font-family: var(--font-txt);
    width: 60%;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .035em;
    line-height: 166.6666666667%;
}
.intro-txt h1 {
    margin-bottom: 8vh;
}
.logo-detail {
    position: absolute;
    top: 18%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}
.logo-detail:hover img {
    filter: blur(5px);
}

.logo-detail img {
    transition: .9s all;
}
.intro-txt h1 {
    padding: 10px 10px 10px 15px;
    font-weight: 100 !important;
    font-family: var(--font-titles);
    font-style: normal;
    font-size: 3.75rem;
    color: var(--color-corpo);
    letter-spacing: 0.03em;
}
.xl-intro p {
    margin: 0 auto;
    font-family: var(--font-titles);
    font-size: 28px;
    width: 60%;
    line-height: 36px;
    font-weight: 100;
}  
.intro-txt {
    position: relative;
}
.bg-iso:before {
    content: "";
    background: url(/dms/multiHotel-MarSenses/isotipo-mar-senses/isotipo-mar-senses.png) no-repeat;
    position: absolute;
    height: 250px;
    width: 100%;
    z-index: -1;
    left:auto;
    top: -20%;
    background-position: center top;
    display: flex;
}
/**Ventajas**/
.swiper-container.ventajas-slide {
    position: relative;
    background-color: #E2F0EF;
    margin-top: -7px;
    padding: 28px;
}
.swiper-container.ventajas-slide .swiper-wrapper .swiper-slide {
    min-width: 200px;
    padding: 10px 0;
    text-align: center;
    width: fit-content;
}
.swiper-container.ventajas-slide .fade-element {
    width: 90%;
    margin: 0 auto;
}

.swiper-container.ventajas-slide  p {
    font-family: var(--font-txt);
    color: var(--color-corpo);
    text-align: left;
    margin: 0 !important;
}
.swiper-container.ventajas-slide  img.icon-more {
    max-width: 30px
}
.swiper-container.ventajas-slide .desc-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 5px auto;
    width: 100%;
}
.swiper-container.ventajas-slide  .block-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    margin: 0 10px
}
.ventajas-slide .swiper-button-next:after, .ventajas-slide .swiper-container-rtl .swiper-button-prev:after,
.ventajas-slide .swiper-button-prev:after, .ventajas-slide .swiper-container-rtl .swiper-button-next:after{
    font-size: 20px;
    color: #4daba7;
}
.swiper-container.ventajas-slide .swiper-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.swiper-container.ventajas-slide   .block-item p {
    font-size: 14px;
    margin-left: 10px !important;
    letter-spacing: .02em;
    line-height: 122.2222222222%;
    font-weight: 500;
}
.swiper-container.ventajas-slide .block-item.item1 {
    animation: slide-in-bottom 1s;
}
.swiper-container.ventajas-slide .block-item.item2 {
    animation: slide-in-bottom 2s;
}
.swiper-container.ventajas-slide .block-item.item3 {
    animation: slide-in-bottom 3s;
}
.swiper-container.ventajas-slide .block-item.item4 {
    animation: slide-in-bottom 4s;
}

/**Botones**/
.btn-corpo::before {
    content: '';
    display: block;
    width: 90px;
    max-width: 30px;
    height: 2px;
    background-color:  var(--color-corpo);
    margin-right: 30px;
    transition: max-width 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.btn-corpo:hover::before {
    max-width: 60px;
}
.btn-corpo:hover::after {
    left: 60px;
}
.btn-corpo::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 2px solid;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    color:  var(--color-corpo);
    transition: left 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.btn-corpo {
    display: inline-flex;
    position: relative;
    align-items: center;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: .05em;
    text-transform:uppercase;
    text-decoration: none;
    font-weight:500;
    color: var(--color-corpo);
    font-family: var(--font-txt);
}
.btn-corpo.light {
    color: white !important;
}
.btn-corpo.light::before {
    background: white;
}

.btn-corpo.light::after {
    color: white;
}

@media (min-width: 767px) {
    .swiperDestinos .swiper-button-prev, .swiperDestinos .swiper-button-next {
        display: none;
    }
}
@media only screen  and (max-width : 480px) {
    .block-item:first-child p.item-txt-des {
        left: 68px;
    }
    .box-hotel figure img {
        height: 200px;
    }
    .logo-foo img {
        height: auto;
        max-width: 150px !important;
    }
    .block-item:first-child .item-txt-des:before {
        left:14%
    }
    .block-item:last-child .item-txt-des:before {
        left:auto;
        right: 4%;
    }
    .block-item:last-child p.item-txt-des {
        right: -50px !important;
        left: auto;
    }
}
@media (max-width: 767px) {
    .gridSystemWrapper.box-flex > .hTt-container-fluid > .row {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        width: auto;
    }
    .accordionFAQS a {
        font-size: 15px;
        line-height: 23px;
    }
    ul.normalLi li {
        padding-left:0px;
    }
    .accordionFAQS .panel-group .panel-heading+.panel-collapse>.panel-body {
        padding:0 !important;
    }
    .accordionFAQS .panel-heading a:before {
        content: '\f078';
        position: absolute;
        top: 78%;
        font-size: 12px;
        left: 50%;
        text-align: right;
        font-family: FontAwesome;
        transition: all .3s;
    }

    .containerIconsVentajasFAQ {
        padding: 0;
    }
    #site-info #site-info-box #nav-split-up:before {
        background-size: cover;
        opacity: 0.6 !important;
    }
    .gridSystemWrapper.box-flex > .hTt-container-fluid > .row > .col-sm-12:last-child {
        order: -1;
    }
    /*.personLogin-wrapper-mobile .glyphicon.glyphicon-user {
        content: url('/dms/multiHotel-MarSenses/ic-myuser/ic-myuser.png');
    }
    header .navbar-default .navbar-toggle .glyphicon-shopping-cart {
     content:url('/dms/multiHotel-MarSenses/ic-mybooking/ic-mybooking.png');
    }*/
    #logo a img, #logo-mobile a img {
        filter: brightness(0) invert(1);
    }
    #site-info .wrapper {
        padding: 0;
    }
    #wrapper.horizontal header .navbarMobile, #wrapper.boxed header .navbarMobile {
        padding: 10px 0 10px 0 !important;
        position: absolute;
        width: 100%;
        z-index: 1;
        background: linear-gradient(rgba(0,0,0,0.8), rgb(0 0 0 / 30%), rgba(0,0,0,0)) !important;
    }
    header .navbar-default .navbar-toggle .icon-bar:last-child {
        width: 20px;
    }
    header .navbar-default .navbar-toggle .icon-bar {
        background-color: white;
        display: block;
        width: 31px;
        height: 3px;
        border-radius: 3px;
    }
    .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 7px;
    }
    .caption p span {
        font-family: var(--font-titles);
        color: white;
        font-size: 3rem;
    }
    .hero-home .caption {
        left: 50% !important;
        width: 100% !important;
    }
    .caption p,  .caption p span  {
        text-align:center;
    }
    .bs-navbar-side-menu {

        background: var(--color-corpo);
    }
    .bs-navbar-side-menu .side-menu li a {
         padding: 10px 12px;
        color: white;
        font-family: var(--font-txt);
        font-size: 16px;
        letter-spacing: .035em;
        background: none !important;
        border-top: 1px solid rgb(255 255 255 / 38%);
    }
    .bs-navbar-side-menu #hTtLangMenu li a {
        background-color: transparent !important;
        font-size: 16px !important;
        letter-spacing: .035em;
        font-family: var(--font-txt);
        color: white !important;
    }
    .bs-navbar-side-menu #hTtLangMenu li.hTt-menu-item {
        margin: 9px 0;
    }
    a.mainTag.iDeviceCustomLink:after {
        top:20px;
    }
    .bs-navbar-side-menu #hTtLangMenu li ul {
        background-color: #fff !important;
        width: auto;
        right: 3px;
    }
    .bs-navbar-side-menu #hTtLangMenu li ul li a {
        background: none !important;
        color:var(--color-corpo) !important;
        text-align: center !important;
        font-size: 15px !important;
    }
    .swiper-container.experiencesSlider {
        margin-bottom: 9vh;
    }
    
    .xl-intro p {
        padding: 0;
        font-size: 21px;
        width: 100%;
        line-height: 27px;
    }
    .box-destino p {
        font-size: 14px !important;
    }
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: 0;
    }
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: 0px;
        right: auto;
    }
    .box-destino {
        height: 500px;
    }
    .swiper-container.swiperMain.swiperDestinos {
        padding-bottom: 6vh;
    }
    .intro-txt h1, .title-box h2, h2.title,
    .homepage-section-bg-hotel h3, .homepage-section-bg-hotel h2 {
        font-size:3rem !important;
    }
    .xs-intro.paddT60 {
        margin-top: 6vh !important;
    }
    .xs-intro p {
        width: 100%;
    }
    .cols2-flex > div > .section-title {
        transform: none;
    }
    .box-hotel h3 {
        font-size: 25px !important;
    }
    .box-hotel .box-white {
        padding: 1rem;
    }
    .logo-detail img {
        max-width: 200px;
        height: auto;
    }
    .paddTopBt {
        padding: 4rem 0 4rem !important;
    }
    .width-container {
        max-width: 90%;
    }
    .gridSystemWrapper.homepage-section-bg-hotel .hTt-container-fluid {
        background-position: bottom;
        background-attachment: inherit;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .gridSystemWrapper.homepage-section-bg-hotel p {
        text-align:center !important;
    }
    .cols2-flex > div {
        width: 100%;
        display: block;
        flex-direction: row;
        flex-basis: 100%;
        flex: auto;
    }
    .gridSystemWrapper.bg-villa .logo-detail {
        transform: translate(-50%, -100%);
    }
    .gridSystemWrapper.bg-villa  .logo-detail img {
        max-width: 150px;
        height: auto;
    }
    .logo-detail {
        transform: translate(-50%, -37%);
    }
    .section-content {
        padding-top: 2rem !important;
    }
    .cols2-flex > div:nth-child(2) {
        margin-left: 0px;
    }
    .cols2-flex > div > .section-title {

        font-size: 2.5rem !important;
        margin-top: 3vh;
    }
    .width-container14 {
        max-width: 90%;
        margin: auto;
        padding: 3em 0;
    }
    .align-btn {
        text-align: center !important;
    }
    .accordion-menu-footer.footer-mobile {
        padding-top: 0vh !important;

    }
    .section-blog h3, .section-blog p {
        text-align: center !important;
    }
    .section-blog .paddTopBt {
        padding: 4rem 0 0 !important;
    }
    .box-destino h3, .section-blog h3 {
        font-size:3rem !important;
    }
    .width-container {
        padding: 3rem 0  0 0!important;
    }
    .padd-banner p {
        width: 100% !important;
    }
    .gridSystemWrapper.homepage-section-bg-hotel.paddTop.banner-offer.animBottom.animationBottom {
        padding-top: 14vh !important;
    }
    
    .title-expe h3 {
        font-size: 2.8rem;
    }
    .swiper-container.experiencesSlider {
        padding-top: 90px !important;
    }
}
/**Scrollbar swiper**/
.swiper-container-horizontal>.swiper-scrollbar {
    bottom: 0;
}
.swiper-scrollbar-drag {
    background: rgb(59 102 167);
}

/**Banner**/
.padd-banner {
    position: relative;
    text-align: center;
    padding-bottom: 7rem;
}
.padd-banner p {
    text-align: center;
    width: 40%;
    margin: 0 auto;
    margin-top: 36px;
}
.padd-banner p.subtitle {font-weight: 100;
    font-family: var(--font-titles);
    font-style: normal;
    font-size: 2.75rem;
    color: white !important;
    letter-spacing: 0.03em;
    z-index: 1;
    text-shadow: 0 0 8px rgb(0 44 71/40%);
}
.gridSystemWrapper.homepage-section-bg-hotel p {
    color: white;
    font-weight:400;
}
.banner-offer .logo-detail {
    top: 24%;
}
/**Cols flex blog + rooms**/
.img-col-50 {
    margin: 0 auto;
    position: relative;
    /*max-width: 80%;*/
}
.img-col-50 img {
    object-fit: cover;
    height: 100%;
    transition: all 0.5s;
}
.gridSystemWrapper.grid-flex > .hTt-container-fluid > .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: auto;
    align-items: center;
    justify-content: center;
}
.inner-info-rooms {
    width: calc(100% + 80px);
    margin-right: -31%;
    background: white;
    padding: 4rem;
    float: right;
}
.gridSystemWrapper.grid-flex > .hTt-container-fluid > .row .col-md-6:first-child {
    z-index: 2;
    align-self: flex-end;
    width: 30%;
}
.gridSystemWrapper.grid-flex > .hTt-container-fluid > .row .col-md-6:nth-child(2) {
    width: 70%;
}

.gridSystemWrapper.grid-flex > .hTt-container-fluid > .row .col-md-6:nth-child(2) .img-col-50 {
    height: 500px;
}
/** Footer **/
#site-info {
    margin-top:-2vh;
}
.inner-footer.second-level.padding-container {
    padding-bottom: 1em;
}
#site-info #site-info-box #nav-split-down {
    display: none;
}
#site-info #site-info-box #nav-split-up {
    background: #003384;
}
#site-info #site-info-box #nav-split-up:before {
    content: "";
    background-image: url(/dms/multiHotel-MarSenses/isotipo-footer-marsenses/isotipo-footer-marsenses.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.75;
}
.inner-footer.second-level {
    border-top: 1px solid rgb(255 255 255 / 16%);
}
img.logo-htt-foo {
    max-width: 75px;
    height: auto;
}
.logo-foo img {
    height: auto;
    max-width: 220px;
    margin-bottom:2vh
}
#site-info li a:hover, #site-info li a:active, #site-info li a:focus {
    text-decoration: none;
}
.inner-footer p.title {
    font-family: var(--font-titles);
    font-size: 30px;
}
.inner-footer p.address {
    font-size: 15px;
}
ul.li-foo {
    background: none;
    padding: 0;
}
ul.li-foo li {
    border-bottom: 0px;
    font-size: 16px !important;
    text-align: left;
    padding-top: 3px;
    background: none;
}
ul.li-foo a img {
    max-width: 20px;
    display: inherit;
    height: auto;
    position: relative;
    margin-right: 7px !important;
    margin: 0 !important;
}
ul.li-foo li a span {
    margin-top: 12px;
    display: inline-block;
}
ul.li-foo li a {
    font-size: 14px;
    font-family: var(--font-txt) !important;
    transition: all 0.3s ease-in-out 0s;
}
ul.li-foo li a:hover {
    margin-left: 15px;
    color: var(--color-corpo) !important;
}
ul.li-foo li a:hover span {
    color:white !important;
}
p.txtCopy.right {
    text-align: right;
    font-size: 14px;
}
#site-info a {
    font-size: 14px;
}
/** Up to top **/
.cms-btn-up-mov span.glyphicon {
    font-size: 12px;
    color: #ffffff;
    top: 1px;
}

.cms-btn-up-mov:hover {
    background: var(--color-corpo);
}

.cms-btn-up-mov {
    width: 50px;
    height: 33px;
    opacity: 0.8;
    position: fixed;
    bottom: 0;
    right: 20px;
    display: none;
    background: #265196;
    border-radius: 4px 4px 0 0 !important;
    border: 0px;
    border-radius: 0;
    text-align: center;
    padding: 10px;
    z-index: 1000;
    transition: .5s all;
}



/**Social Media icons **/
ul.media_list {
    float: left;
    padding: 0;
    text-align: left !important;
    background: none;
    margin: 15px 0 !important;
}

ul.media_list li {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    transition: 0.5s;
    border-bottom: 0px;
}

ul.media_list li:before {
    display: none;
}

ul.media_list li a {
    color: white !important;
    background: none;
}

ul.media_list li .fa {
    font-size: 23px;
    color: white;
    line-height: 19px;
    display: block;
    transition: 0.5s;
    text-align: left;
}

ul.media_list li:hover .fa {
    color: var(--color-corpo);
    transform: rotate(360deg);
    transition: all 0.3s ease-in-out 0s;
}

ul.media_list li:hover {
    background: none !important;
}

ul.media_list li {
    border-radius: 0 !important;
    background: none;
    text-align: left !important;
}

/**End Social Media icons **/
/**Animations**/
.slide-in-fwd-center {
	-webkit-animation: slide-in-fwd-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-fwd-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.scaleinTop {
	-webkit-animation: scale-in-ver-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: scale-in-ver-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.focus-in-expand {
	-webkit-animation: focus-in-expand 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: focus-in-expand 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@-webkit-keyframes focus-in-expand {
    0% {
      letter-spacing: -0.5em;
      -webkit-filter: blur(12px);
              filter: blur(12px);
      opacity: 0;
    }
    100% {
      -webkit-filter: blur(0px);
              filter: blur(0px);
      opacity: 1;
    }
  }
  @keyframes focus-in-expand {
    0% {
      letter-spacing: -0.5em;
      -webkit-filter: blur(12px);
              filter: blur(12px);
      opacity: 0;
    }
    100% {
      -webkit-filter: blur(0px);
              filter: blur(0px);
      opacity: 1;
    }
  }
  
@-webkit-keyframes scale-in-ver-top {
    0% {
      -webkit-transform: scaleY(0);
              transform: scaleY(0);
      -webkit-transform-origin: 100% 0%;
              transform-origin: 100% 0%;
      opacity: 1;
    }
    100% {
      -webkit-transform: scaleY(1);
              transform: scaleY(1);
      -webkit-transform-origin: 100% 0%;
              transform-origin: 100% 0%;
      opacity: 1;
    }
  }
  @keyframes scale-in-ver-top {
    0% {
      -webkit-transform: scaleY(0);
              transform: scaleY(0);
      -webkit-transform-origin: 100% 0%;
              transform-origin: 100% 0%;
      opacity: 1;
    }
    100% {
      -webkit-transform: scaleY(1);
              transform: scaleY(1);
      -webkit-transform-origin: 100% 0%;
              transform-origin: 100% 0%;
      opacity: 1;
    }
  }
  
@-webkit-keyframes slide-in-fwd-center {
    0% {
      -webkit-transform: translateZ(-1400px);
              transform: translateZ(-1400px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateZ(0);
              transform: translateZ(0);
      opacity: 1;
    }
  }
  @keyframes slide-in-fwd-center {
    0% {
      -webkit-transform: translateZ(-1400px);
              transform: translateZ(-1400px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateZ(0);
              transform: translateZ(0);
      opacity: 1;
    }
  }
.animationLeft{
    animation:fadeinleft 1s forwards;
}
@keyframes fadeinleft{
    from{
        transform:translateX(-1000px);
    }
    to{
        transform: translateX(0);
    }
}
.animationBottom{
    animation:fadeinbottom 2s forwards;
}
@keyframes fadeinbottom{
    from{
        transform:translateY(400px);
    }
    to{
        transform: translateY(0);
    }
}
.animationTop{
    animation:fadeintop 2s forwards;
}
@keyframes fadeintop{
    from{
        transform:translateY(-400px);
    }
    to{
        transform: translateY(0);
    }
}
.animationRight{
    animation:fadeinright 1s forwards;
}
@keyframes fadeinright{
    from{
        transform:translateX(1000px);
    }
    to{
        transform: translateX(0);
    }
}
.roll-in-blurred-left {
	-webkit-animation: roll-in-blurred-left 0.65s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
	        animation: roll-in-blurred-left 0.65s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
}
@-webkit-keyframes roll-in-blurred-left {
    0% {
      -webkit-transform: translateX(-1000px) rotate(-720deg);
              transform: translateX(-1000px) rotate(-720deg);
      -webkit-filter: blur(50px);
              filter: blur(50px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0) rotate(0deg);
              transform: translateX(0) rotate(0deg);
      -webkit-filter: blur(0);
              filter: blur(0);
      opacity: 1;
    }
  }
  @keyframes roll-in-blurred-left {
    0% {
      -webkit-transform: translateX(-1000px) rotate(-720deg);
              transform: translateX(-1000px) rotate(-720deg);
      -webkit-filter: blur(50px);
              filter: blur(50px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0) rotate(0deg);
              transform: translateX(0) rotate(0deg);
      -webkit-filter: blur(0);
              filter: blur(0);
      opacity: 1;
    }
  }
  
.animationOpac{
    animation:animopac 1s forwards;
}
@keyframes animopac{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}
.animationGrow{
    animation:animgrow 1s forwards;
}
@keyframes animgrow{
    from{
        transform: scale(.1);
    }
    to{
        transform: scale(1);
    }
}
.slide-in-blurred-top {
	-webkit-animation: slide-in-blurred-top 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
	        animation: slide-in-blurred-top 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
}
@-webkit-keyframes slide-in-blurred-top {
    0% {
      -webkit-transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
              transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
      -webkit-transform-origin: 50% 0%;
              transform-origin: 50% 0%;
      -webkit-filter: blur(40px);
              filter: blur(40px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0) scaleY(1) scaleX(1);
              transform: translateY(0) scaleY(1) scaleX(1);
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
      -webkit-filter: blur(0);
              filter: blur(0);
      opacity: 1;
    }
  }
  @keyframes slide-in-blurred-top {
    0% {
      -webkit-transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
              transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
      -webkit-transform-origin: 50% 0%;
              transform-origin: 50% 0%;
      -webkit-filter: blur(40px);
              filter: blur(40px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0) scaleY(1) scaleX(1);
              transform: translateY(0) scaleY(1) scaleX(1);
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
      -webkit-filter: blur(0);
              filter: blur(0);
      opacity: 1;
    }
  }
  
.scale-in-center {
	-webkit-animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@-webkit-keyframes scale-in-center {
    0% {
      -webkit-transform: scale(0);
              transform: scale(0);
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 1;
    }
  }
  @keyframes scale-in-center {
    0% {
      -webkit-transform: scale(0);
              transform: scale(0);
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 1;
    }
  }
/**Navegación principal**/
  ul.menu-horizontal {
    background: none;
    color: white;
    display: flex;
}
ul.menu-horizontal li a {
    color: white;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .035em;
}
ul.menu-horizontal li a:hover {
    color: var(--color-corpo);
    text-shadow: 0 0 8px rgb(0 0 0 / 40%);
}
ul.menu-horizontal li {
    background: none;
    border-bottom: 0px;
    margin-left: 23px;
    padding-top: 0;
}
ul.menu-horizontal li:first-child {
    margin-left:0px;
}
.container-menu {
    display: flex;
    align-items: flex-end;
    margin-top:9px;
}
/**Menu burger**/
#site-menu li, #site-menu p {
    padding: 10px;
    margin: 0px;
    color: #000000;
    text-decoration: none;
    text-transform: none;
    list-style: none;
    display: none;
    text-align: right;
    transition: all .5s;
    font-size: calc(20px + (20 - 18) * ((100vw - 300px) / (1600 - 300)));
}

#site-menu p:hover {
    display: block;
    color: var (--color-corpo);
    transition: all .5s;
  font-weight:bold;
}

/* hides toggle handler */
[type="checkbox"]:checked, [type="checkbox"]:not(:checked) {
    display: none;
}

/* menu button & animation */
.menu-button {
  position: relative;
  left: 0px;
  top:-2px;
  z-index: 100;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  transition: 0.5s ease-in-out;
}
.menu-button:hover .line:nth-child(2) {
    width: 30%;
}
.menu-button .line {
    position: relative;
    left: 25%;
    width: 50%;
    height: 3px;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.5s ease;
}

.menu-button .line:nth-child(1) {
    top: 35%;
}

.menu-button .line:nth-child(2) {
    top: 45%;
}

.menu-button .line:nth-child(3) {
    top: 55%;
}

/* animate background of lines */
.menu-button:hover .line::after {
    transform: translateX(0);
}

.menu-button .line::after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: rgba(255, 255, 255,1);
    transform: translateX(100%);
    transition: all 0.25s ease;
}

#menu-toggle:checked + .menu-button .line::after {
    background: var(--color-corpo);
}

#menu-toggle:checked + .menu-button  { 
    transform: rotate(180deg);
    transition: transform .2s ease;
}

#menu-toggle:checked + #menu-button .line:nth-child(1){
    transform: translateY(5px) rotate(45deg);/*45deg*/
}


#menu-toggle:checked + #menu-button .line:nth-child(2) {
    transform: scaleX(0);
    opacity:0;
}

#menu-toggle:checked + #menu-button .line:nth-child(3) {
    transform: translateY(-11px) rotate(-45deg);/* -45deg*/
}


/* animate menu in */

#menu-toggle:checked + #menu-button + #site-menu {
    animation: menu-open 2s ease both  !important;
}

#menu-toggle:checked + #menu-button + #site-menu ul > li, #site-menu p {
    display: block;
    animation: menu-txt-open 2.5s ease both ;
}


#site-menu {
    position: absolute;
    z-index: 2;
    width: 0px;
    margin-top: 0;
    height: 100vh;
    left:0px;
    top: -15px;
    left: -17px;
    margin: 0px;
    padding: 0px;
    background-color: var(--color-corpo);
    animation: menu-closed .3s both;
    transition: .2s;
}

#site-menu-titles{
    position: absolute;
    top: 10%;
    left: auto;
    right: 33%;
    width: auto;
    padding: 0;
    background: none;
}
.logo-menu {
    margin-bottom: 7vh;
}
.logo-menu img {
    margin-top: -5%;
    position: relative;
    max-width: 200px;
    height: auto;
}
ul#site-menu-titles li .logo-menu a:hover {
    margin-left: 0px !important;
}
ul#site-menu-titles li {
    border-bottom: 0;
    background: none;
}
li.drop-down.open, li.father.itemMenu.item5 {
    margin-bottom: 15px !important;
}
ul#site-menu-titles li a:hover {
    font-weight: 900;
   /* margin-right: 10px;*/
}
ul#site-menu-titles li a {
    font-family: var(--font-titles);
    color: white;
    font-size: 3rem;
    transition: .5s all;
}
ul#site-menu-titles li.hoteles p a, ul#site-menu-titles li.level-horizontal p a {
    font-size: 20px;
}
ul#site-menu-titles li.hoteles p {
    line-height: 27px;
}
ul#site-menu-titles li.level-horizontal p a {
    margin-left: 20px;
}

ul#site-menu-titles li.level-horizontal p a:first-child {
    margin-left: 0;
}
@keyframes menu-open {
    100% {
        width: 100vw;
        height: 100vh;
    }
}
@keyframes menu-closed {
    0% {
       width: 100vw;
       height: 100vh;
    }
}
@keyframes menu-txt-open {
    0%, 70% {
       opacity:0;
    }
    100% {
        opacity:1;
    }
}
/**Submenu hoteles desktop**/
ul.drop-down-1 {
    background: none;
    float: none;
}
.drop-down {
    padding:20px;
    position: relative;
}
ul.drop-down-1 li a {
    font-size: 20px !important;
    margin-right: -11px !important;
}
ul.drop-down-1 li a:hover {
    margin-right: 10px !important;
}
ul.drop-down-1 li a {
    font-weight: 100 !important;
}
.drop-down.open::after{
    position: absolute;
    content: "\f107";
    font-family: fontawesome;
    color: white;
    font-weight: 9;
    font-size: 18px;
    background-color: transparent;
    top: 11px;
    z-index: 0;
    right: -8px;
    transition: all .3s;
}
#menu-toggle:checked + #menu-button + #site-menu ul.drop-down-1 > li {
    animation: menu-txt-open 0s ease both;
}
.drop-down.close {
    float:none;
}
.drop-down.close::after{
    position: absolute;
    content: "\f107";
    font-family: fontawesome;
    color: white;
    font-weight: 9;
    font-size: 20px;
    background-color: transparent;
    top: 11px;
    z-index: 0;
    right:-8px;
    transition: all .3s;
    transform:rotate(-180deg);
    background-color:transparent;
  }
  /**Imagenes menu principal desktop**/
  ul.menu-images {
    position: relative;
    top: 0;
    right: 0;
    width: 30%;
    padding: 0;
    margin: 0px !important;
    float: right;
    background: none;
}
.imageMenu img {
    transition: .5s all;
    filter: brightness(0.8);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

ul li.imageMenu.defaultImageMenu, ul li.imageMenu.hotelesImageMenuActive, ul li.imageMenu.villaImageMenuActive, ul li.imageMenu.experienciasImageMenuActive, ul li.imageMenu.destinosImageMenuActive, ul li.imageMenu.careImageMenuActive, ul li.imageMenu.blogImageMenuActive {
    opacity: 1;
    height: 100vh;

}
ul li.imageMenu {
    top: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
    height: auto;
    left: auto;
    padding: 0px;
    opacity: 0;
    transition: all 0.3s;
    width: 100%;
    padding: 0px !important;
    background: none !important;
}
/**Submenu Horizontal**/
.drop-down-father:hover>.drop-down-menu {
    backdrop-filter: blur(8px);
    display: block;
    padding: 0;
    background: rgb(255 255 255 / 84%);
  }
  li.drop-down-father a.item-child:after {
    position: absolute;
    content: "\f107";
    font-family: fontawesome;
    color: white;
    font-weight: 9;
    font-size: 10px;
    background-color: transparent;
    top: -1px;
    z-index: 0;
    right: -11px;
    transition: all .3s;
}
li.drop-down-father a.item-child:hover.item-child:after {
    transform: rotate(-180deg);
}
.drop-down-menu.expe {
    min-width:250px;
}
  .drop-down-father {
      position:relative;
  }
  .drop-down-menu {display:none;position:absolute;background: aliceblue;display: none;min-width: 400px;overflow: hidden;padding: 10px 0;left: 0;top:14px;left: -5px;padding: 0;border-radius: 0 0 3px 3px;}
  .drop-down-menu li a {
      background: none;
      border-radius: 2px;
      float: left;
      margin: 0px !important;
      font-size: 15px;
      margin: 1%;
      padding: 9px 28px;
      text-align: center;
      transition: background-position 0.2s ease;
      width: 100%;
      border-bottom: 1px solid rgb(236, 236, 234);
      font-size: 15px;
      font-weight: 400;
      letter-spacing: .6px;
  }
  .drop-down-menu ul li a {
      margin-left: 0px !important;
  }
  .drop-down-menu li {
      margin-left: 0px !important;
      padding-left: 0px !important;
      text-align: left !important;
  }
  .drop-down-menu li a {
    font-weight: 400 !important;
    transition: .5s all;
    text-align: left;
    font-family: var(--font-txt);
    text-transform: none !important;
    color: var(--color-corpo) !important;
    font-size: 14px !important;
    padding: 12px 21px;
  }
  .drop-down-menu li a:hover {
    background: var(--color-corpo) !important;
    color: white !important;
    opacity: 1 !important;
  }
  ul.menu-horizontal li a img {
    max-width: 20px;
    margin-right: 7px;
  }
  ul.drop-down-menu.expe li a img{
    max-width: 18px;
    height: auto;
    margin-right: 6px;
    transition: all 0.3s ease-in-out 0s;
  }
  ul.menu-horizontal li a:hover img {
    filter: brightness(0) invert(1);
  }
  ul.drop-down-menu.expe li a:hover img  {
    filter: brightness(0) invert(1);
    transform: rotate(360deg);
  }
  body.menu-open{
    overflow-y:hidden !important;
  }
/**Medias**/
@media (min-width: 992px) and (max-width: 1366px) {

    body#section .caption p.txt-big {
        font-size: 3rem;
    }
}
@media (min-width: 768px) and (max-width: 1366px) {
    .hero-section {
        height: 80vh;
    }
}
@media (min-width: 1199px) and (max-width: 1440px) {
    ul.menu-horizontal li a {
     font-size: 14px;
    }
    .padd-inner.cols-padd {
        padding: 1em;
    }
    .inner-info-rooms {
        margin-right: -46%;
        background: white;
        padding: 2rem;
    }
    .item-image .content-wrapper-hover {
        padding: 0 5px;
    }
    .item-image .content-wrapper-hover .content-text-hover {
        width: auto;
    }
    .width-container {
        max-width: 90%;
        padding: 0;
    }
    .gridSystemWrapper.inner-footer.width-container.align-center.padding-container.animOpac.animationOpac {
        padding: 4.5em !important; 
    }
    .gridSystemWrapper.wrapper-header .logo img {
        height: auto;
        max-width: 170px;
    }
    #site-menu li, #site-menu p {
        padding: 8px;
    }
    .icons-hotels ul li img {
        max-width: 20px;
    }
    .gridSystemWrapper.inner-footer.width-container.align-center.padding-container.animOpac.animationOpac {
        padding: 2em 0 !important;
    }
    .fade-element {
        width: 100%;
    }
   /* .width-container {
        padding:0 50px !important;
    }*/
    ul.menu-horizontal li {
        padding-left: 6px;
    }
    .box-destino h3 {
        font-size: 3.25rem;
    }
    .img-col-50 {
        max-width: 100%;
    }
    .logo-detail img {
        max-width: 150px;
    }
    .box-destino p {
        font-size: 15px;
    }
    .box-destino .caption {
        left: 5%;
        height: unset;
        width: 90%;
        position: absolute;
        bottom: 8%;
    }
    #site-menu {
        top: 0;
    }
    .cols2-flex > div:nth-child(2) {
        margin-left: 4vh;
    }
    .section-content p {
        font-size: 15px;
    }
    .section-content {
        padding-top: 4rem;
    }
    .title-expe h3 {
        font-size:3rem;
    }
    .container-header .left-header {
        top: 0;
    }
    .description-offers .desc-items .block-item p {
        font-size: 12px;
    }
    ul#site-menu-titles li a {
        font-size: 2.6rem;
    }
    .caption p span {
        font-size: 4rem;
    }
    .logo-menu img {
        margin-top: -9%;
        max-width: 140px;
    }
}

@media (max-width: 1199px) {
    .description-offers {
        padding:4px;
    }
    .padd-inner.cols-padd {
        padding: 1em;
    }
    .swiperPremios .logo-pre img {
        max-width: 150px !important;
    }
    ul.li-foo li a span {
        display: inline-block;
    }
    .width-container {
        padding: 0 40px;
    }
    .padding-container {
        padding-top: 2.5em;
        padding-bottom: 2.5em;
    }
    #site-menu {
        top: -5px;
        left: 0;
    }
    .section-content p {
        font-size: 15px;
    }
    .section-content {
        padding-top: 3rem;
    }
    .width-container14 {
        max-width: 90%;
        margin: auto;
        padding: 5em 0;
    }
    .inner-items {
        height: 1250px;
    }
    .item-image:nth-child(5) {
        margin-top: 677px;
    }
    .item-image {
        height: 450px;
    }
    .paddTopBt {
        padding: 8rem 0 4rem !important;
    }
    .fade-element {
        width: 100%;
    }
    .description-offers .desc-items .block-item p {
        font-size: 12px;
        text-align: center;
        margin-top: 12px !important;
    }
    .block-item .ic-circle img {
        margin: 0 auto;
        display: block;
    }
    .description-offers .desc-items .block-item {
        flex-direction: column;
        margin: 0;
    }
    .description-offers .desc-items {
        margin: 14px auto;
    }
    ul#site-menu-titles li a {
        font-size: 2.5rem;
    }    
    #site-menu li, #site-menu p {
        padding: 7px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .httheader .headerWrapper.freestyle > .hTt-container-fluid, .httheader .headerWrapper.freestyle .container {
        width: 100%;
    }
    .inner-info-rooms {
        width: calc(100% + 80px);
        margin-right: -55%;
        background: white;
        padding: 2rem;
    }
    .gridSystemWrapper.width-container.align-center.padding-container.box-flex {
        padding-top: 0 !important;
    }
    .gridSystemWrapper.homepage-section-bg-hotel.paddTop.banner-offer.animBottom.animationBottom {
        padding: 2rem 0!important;
    }
    .gridSystemWrapper.section-blog {
        margin-top: -28px;
    }
    .swiper-container.swiperMain.swiperDestinos .swiper-slide {
        margin-bottom: 8vh;
    }
    .box-destino {
        height: 500px;
    }
    .xs-intro p {
        width: 100%;
    }
    .section-content {
        padding-top: 2rem;
    }
    .cols2-flex > div > .section-title {
        font-size: 2.75rem;
    }
    .description-offers .desc-items .block-item p {
        margin-left: 0 !important;
    }
    ul.menu-images {
        width: 36%;
    }
    #site-menu-titles {
        right: 40%;
    }
    .xs-intro p {
        width: 80%;
    }
    #site-menu {
        top: -6px;
        left: 0;
    }
    .logo-menu img {
        max-width: 120px;
    }
    #home #wrapper-2, #section #wrapper-2, #newsOverview #wrapper-2, #news #wrapper-2, #contactPage #wrapper-2, #searchPage #wrapper-2, #dataProtection #wrapper-2 {
        width: 100%;
    }
    #wrapper-2 {
        display: inline-block;
    }
    .hero-home .caption {
        left: 30%;
    }
    .container-header .left-header {
        position: absolute;
        top: 5px;
        z-index: 1;
        left: 18px;
    }
    .container-header .wrapper-header {
        width: auto;
    }
    ul.menu-horizontal {
        display:none;
    }
}
@media  (max-width: 767px) {
    body#section .caption .icons-hotels {
        margin:0 auto;
    }
    #breadcrumb {
        width: 95%;
    }
    .swiperPremios .logo-pre img {
        max-width: 100px !important;
    }
    .gridSystemWrapper.grid-flex > .hTt-container-fluid > .row .col-md-6:first-child, .gridSystemWrapper.grid-flex > .hTt-container-fluid > .row .col-md-6:nth-child(2) {
        width: 100%;
    }

    .swiper-container.swiperMain.swiperPremios {
        padding-bottom: 6vh;
    }
    #breadcrumb li {
        font-size: 15px;
    }
    #breadcrumb {
        display: block;
    }
    body#section .caption p.txt-big {
        width: 90%;
        font-size: 3rem !important;
    }
    .hero-section {
        height: 90vh;
    }
    .hero-section picture img {
        filter: brightness(0.8);
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #home #wrapper-2, #section #wrapper-2, #newsOverview #wrapper-2, #news #wrapper-2, #contactPage #wrapper-2, #searchPage #wrapper-2, #dataProtection #wrapper-2 {
        width: 100%;
    } 
    .description-offers .desc-items .block-item p {
        margin-left:0px !important;
    }
    .inner-items {
        height: 500px !important;
    }
    ul.li-foo li a span {
        display: inline-block;
    }
    .item-image {
        height: 500px !important;
    }
    .logo-foo img {
        height: auto;
        max-width: 150px;
    }
    .box-destino {
        height:500px;
    }
    .section-blog h3 {
        text-align: center;
        font-size: 3rem;
    }
    .box-flex .img-col-50 {
        display: none;
    }
    .box-flex p {
        text-align: center !important;
    }
    .box-flex .align-btn {
        text-align: center;
    }
    .gridSystemWrapper.width-container.align-center.padding-container.box-flex {
        padding-top: 0px;
    }
    .gridSystemWrapper.homepage-section-bg-hotel.paddTop.banner-offer.animBottom.animationBottom {
        padding: 2rem 0 0 !important;
    }
    .swiper-container.swiperMain.swiperDestinos .swiper-slide {
        margin-bottom: 6vh;
    }
    #site-menu {
        top: -14px !important;
    }
    .xs-intro p {
        width: 100%;
    }
    .cols2-flex > div > .section-title {
        font-size:3rem;
    }
    .logo-menu img {
        max-width: 120px;
    }
    .gridSystemWrapper.wrapper-header .logo img {
        height: auto;
        max-width: 150px;
    }
    .caption p span {
        font-size: 4rem;
    }
    .container-header .left-header {
        top: 13px;
        left: -7px;
    }
    .container-header .right-header {
        position: absolute;
        top: -50px;
        right: 4px;
    }
    .container-header .wrapper-header {
        width:100%;
    }
    .container-header {
        margin-left: -15px;
        margin-right: -15px;
    }
    .httheader .headerWrapper.freestyle > .hTt-container-fluid, .httheader .headerWrapper.freestyle .container {
        width: 100%;
    }


}@media(max-width:767px){
    body#section .caption {
        width: 100%;
        font-family: var(--font-titles);
        position: absolute;
        text-align: left;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #site-info .wrapper {
        width: 100%;
    }
    .container-carrusel div.inner2 .img-col-50 {
        padding: 2rem;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .padd-banner p {
        text-align: center !important;
        width: 80%;
    }
    #site-info {
        margin-top: -4vh;
    }
}
@media(max-width:1024px){
    .inner-items {
        position: relative;
        flex-wrap: wrap!important;
        height: 300px;
    }
    .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after,
    .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
        color: white;
        font-size: 37px;
    }
    .item-image img {
        position: relative;
        top: auto;
        left: auto;
    }
    .title-box {
        left: auto;
        position: absolute;
        top: -17%;
        width: 100%;
    }
    .item-image:first-child,
    .item-image:nth-child(2),
    .item-image:nth-child(3),
    .item-image:nth-child(4),
    .item-image:nth-child(5) {
        margin-top: 0;
        animation: none;
        margin-left: 0 !important;
        width:100% !important;
    }
    .item-image {
        height: 300px ;
        width: 100%;
        overflow: hidden;
        position: relative;
    }
}
@media(max-width:992px){
    ul.menu-horizontal {
        display:none;
    }
    .ic-room-tec {
        flex-direction:column;
    }
    .padd-inner p {
        text-align: center !important;
    }
    .gridSystemWrapper.width-container-99.align-center.paddTopBt-equal.inner-grid-room.animOpac {
        padding: 1rem 0 6rem !important;
    }
    .swiperService .swiper-wrapper {
        margin-bottom: 6vh;
    }
    #section.fichaHotel .price-feed {
        text-align: center !important;
        margin:0 auto;
    }
    .container-carrusel div.inner2 .img-col-50 {
        padding: 0 !important;
        margin-top: 6vh;
    }
    .container-carrusel div.inner1,
    .container-carrusel div.inner2 {
        width: 100% !important;
    }
    .swiperService {
     margin-bottom: 9vh;
    }

    .swiperService .swiper-button-prev:after,  .swiperService .swiper-container-rtl .swiper-button-next:after,
    .swiperService .swiper-button-next:after,  .swiperService .swiper-container-rtl .swiper-button-prev:after {
       color: var(--color-corpo);
    }
    .container-carrusel {
        display: flex;
        flex-direction: column;
    }
    .container-carrusel h2, .inner-info-rooms h2, .container-carrusel h3, .grid-room h3, h3 {
        text-align: center;
        font-size: 3em !important;
    }
    .swiper-slide.swiper-slide-next picture img {
        margin-left:0px !important;
    }
    .inner-info-rooms p, .container-carrusel p {
        text-align: center !important;
    } 
    .inner-info-rooms {
        width: 100%;
        margin-right: 0;
        background: white;
        padding: 0;
        float: left;
        margin-bottom: 6vh;
    }
    .hero-home .caption {
        left: 30%;
    }
    .gridSystemWrapper.grid-flex > .hTt-container-fluid > .row .col-md-6:first-child,
    .gridSystemWrapper.grid-flex > .hTt-container-fluid > .row .col-md-6:nth-child(2)  {
        width: 100% !important;
    }
    .gridSystemWrapper.grid-flex > .hTt-container-fluid > .row .col-md-6:nth-child(2) .img-col-50 {
        height: auto;
        padding-bottom: 7vh !important;
    }
  

    .gridSystemWrapper.grid-flex > .hTt-container-fluid > .row,
    .container-carrusel  {
        flex-direction: column !important;
    }
}
/**Breadcrumbs**/
#breadcrumb ol {
    font-family: var(--font-titles);
    width: auto;
    font-weight: 600;
}
#breadcrumb {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 10px;
}
#breadcrumb li strong {
    color: var(--color-corpo);
    font-weight: 600;
}
#breadcrumb li {
    font-size: 16px;
}

/**Hero secciones**/
.hero-section picture {
    position: relative;
}
.hero-section picture:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background:linear-gradient( 92deg , rgb(0 0 0 / 64%) 20%, rgba(0,0,0,0.0) 100%);
    top: 0px;
    right: 0px;
}
.hero-section picture img {
    width: auto !important;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
body#section  #stage .caption p {
    padding:0 !important;
}
body#section  #stage .caption {
    font-family: var(--font-titles);
    position: absolute;
    text-align: left;
    top: 50%;
    left: 10%;
    transform: translate(-10%, -50%);
}
body#section  #stage .caption p.sub {
    text-shadow: rgba(0, 0, 0, 0.6) 0px 4px 5px;
}
body#section  #stage .caption p.dir {
    text-shadow: rgba(0, 0, 0, 0.6) 0px 4px 5px;
}
p.dir {
    text-transform: capitalize !important;
}
body#section  #stage .caption p.txt-big {
    line-height: 1em;
    font-family:var(--font-titles);
    text-transform:none;
    font-size: 4rem;
    text-shadow:rgba(0, 0, 0, 0.6) 0px 4px 5px;
}

/**Icons ficha hotel cabecera**/
body#section .caption .icons-hotels {
    position: relative;
    padding: 7px;
    top: 0;
    z-index: auto;
    margin-top: 2vh;
    max-width: fit-content;
}
body#section .caption .icons-hotels ul li img {
    max-width: 15px;
}
body#section .caption .icons-hotels ul li::after {
    position: absolute;
    content: '';
    z-index: -1;
    top: -2px;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 19px;
    background-color: rgb(255 255 255 / 94%);
}
/**LER MAS**/
.text-section .ui-moreLink, .ui-moreLink, .btn-read-more, .btn-read-less {
    position: relative;
    padding: 30px 0 0;
    cursor: pointer;
    float: left;
}

.text-section .ui-moreLink , .ui-moreLink , .btn-read-more, .btn-read-less, .btn-read-more , .btn-read-less  {
    transition: all .5s !important;
    text-align: center;
    font-size: 16px;
    float: right;
    padding: .3em;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.text-section .ui-moreLink.text-centerLink ,
.ui-moreLink.ui-readLessLink.text-centerLink.center.linkActive {
    float: none !important;
}

.text-section .ui-moreLink {
  transition:.5s all;
  position: relative;
}
.ui-readMoreLink.linkActive i, .ui-readLessLink.linkActive i {
    font-size: 10px;
    margin-left: 5px;
}
.ui-readMoreLink.linkActive,.ui-readLessLink.linkActive {
    display: block;
}
.ui-readMoreLink, .ui-readLessLink {
    display: none;
}
.readMoreContent {
    display: none;
}
.ui-readMoreLink,
.ui-readLessLink{
	display: none;
}
.ui-readMoreLink.linkActive,
.ui-readLessLink.linkActive{
	display: block;
	position: relative;
	z-index: 1;
	float: left;
}
.ui-moreLink.ui-readMoreLink.text-left.fLeft.linkActive,
.ui-moreLink.ui-readLessLink.text-left.fLeft.linkActive {
    float: none;
    margin: 0 auto;
    text-align: left;
}

/**Experiencias swiper home **/
.swiper-container.experiencesSlider {
    margin-top: 10vh;
    margin-bottom: 4vh;
   /* overflow: visible;*/
}
.swiper-container.experiencesSlider {
    padding-top: 63px !important;
    padding-bottom: 5vh;
}

/**Hero home**/
figure.hero-home {
    position: relative;
    height: 100vh;
    margin: 0px !important;
}
figure.hero-home:before {
    content: "";
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent);
    opacity: .85;
}
figure.hero-home img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/**Footer mobile**/
.menu-foot-pane .panel-group .panel-heading+.panel-collapse>.panel-body {
    background: transparent;
    border: none !important;
    padding-left: 0;
    padding-bottom: 10px;
    padding-top: 10px;
}

span.mn-item {
    display: block;
    font-size: 14px;
    padding: 2px 0;
    margin-bottom: 5px;
    letter-spacing: 0.2px;
    font-family: var(--fontCorpo);
    font-weight: 200;
    text-align: left;
}

.menu-foot-pane .panel-group .panel-heading .mn-title a {
    font-size: 1.6em;
    letter-spacing: 0.6px;
}

.menuInfoot span.mn-item {
    margin-top: 10px;
}

.footer-mobile .panel-group .panel-heading {
    padding: 0px;
}


.menu-foot-pane .panel-group .panel-heading+.panel-collapse>.panel-body {
    background: transparent;
    border: none !important;
    padding-left: 0;
    padding-bottom: 10px;
    padding-top: 10px;
}

span.mn-item {
    display: block;
    padding: 2px 0;
    margin-bottom: 5px;
    letter-spacing: 0.2px;
    font-weight: 200;
    font-family: var(--fontCorpo) !important;
    font-size: 14px !important;
    text-align: left;
    transition: .5s all;
}
.menu-foot-pane .panel-group .panel-heading .mn-title a {
    font-size: 1.6em;
    letter-spacing: 0.6px;
    letter-spacing: 0.06em;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 17px;
    padding: 0px;
    font-family: var(--fontCorpo);
}
.menuInfoot span.mn-item {
    margin-top: 10px;
}
#bs-collapse .panel-heading.active a:after {
    content: '\e909';
    transform: scale(1);
    transition: all .5s
}
.footer-mobile .panel-group .panel-heading p {
    text-align: left !important;
}
.accordion-menu-footer.footer-mobile {
    margin-top: 6vh !important;
    padding-top: 6vh;
}
.accordion-menu-footer.footer-mobile .container {
    margin-left: 0px !important;
    margin-right: 0px;
}
.accordion-menu-footer.footer-mobile .col-lg-12.col-sm-12 {
    padding-left: 0px;
    padding-right: 0px;
}
.panel-group .panel {
    background: transparent;
}
.panel-heading a:before {
    content: '\f078';
    position: relative;
    top: 0;
    font-size: 10px;
    left: 97%;
    text-align: right;
    font-family: FontAwesome;
    transition: all .3s;
    transform: scale(1)
}
@media (min-width: 501px) {  
    .menu-foot-pane .panel-group .panel-heading a:before {
        display: none;
    }
    .menu-foot-pane .panel-group .panel-heading .mn-title a {
        pointer-events: none;
    }       
}
span.mn-item.zone {
    text-transform: uppercase;
    font-weight: 600;
}
span.mn-item:before {
    top: 50%;
    right: 13px;
    transform: translatey(-50%);
    content: "\e072";
    margin-right: 8px;
    font-size: 8px;
    color: white;
    font-family: 'Glyphicons Halflings';
}
span.mn-item.zone:before {
    display: none;
}

/**Motor**/
#buttonShowSearcherScroll {
    font-family: var(--font-titles);
    background-color: var(--blue-ctas) !important;
}
.simple-grid.gridPhoenix {
    z-index: 1;
    position: absolute;
    bottom: 13%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.simple-grid.motor-section {    
    position: absolute;
    width: 100%;
    bottom: 0px;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

/**Scroll down**/
.scroll-downs {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 30px;
    left: 0;
    margin: auto;
    width :34px;
    height: 55px;
  }
  .mousey {
    width: 3px;
    padding: 10px 15px;
    height: 35px;
    border: 2px solid #fff;
    border-radius: 25px;
    opacity: 0.75;
    box-sizing: content-box;
  }
  .scroller {
    width: 3px;
    height: 10px;
    border-radius: 25%;
    background-color: #fff;
    animation-name: scroll;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(.15,.41,.69,.94);
    animation-iteration-count: infinite;
  }
  @keyframes scroll {
    0% { opacity: 0; }
    10% { transform: translateY(0); opacity: 1; }
    100% { transform: translateY(15px); opacity: 0;}
  }


/**Data protection**/
#dataProtection p, #dataProtection b, #dataProtection p {
    line-height: 29px;
    font-family: var(--font-txt);
    padding: 0;
    font-size: 17px;
    font-weight: 200;
}

#dataProtection h2 {
    background: none;
    font-family: var(--font-titles) !important;
    display: block;
    color: black;
    font-size: 18px;
    margin-bottom: 3vh;
    font-weight: 600;
    padding: 0;
    text-transform: none !important;
}

#dataProtection {
    font-family: var(--font-txt) !important;
    font-size: 16px;
}

#dataProtection .hero-section img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#dataProtection h1 {
    padding: 0;
    font-family: var(--font-titles) !important;
    text-transform: normal;
    color: var(--color-corpo);
    font-size: 2rem !important;
    font-weight: 100 !important;
    background: none;
}

/**Area Clientes**/
.grid-area-cliente .contentNavigation.normal ul.nav li a {
    font-family: var(--font-txt);
}

.grid-area-cliente .contentNavigation.normal ul.nav {
    border: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    background:#f5f2f2;
}
.grid-area-cliente .contentNavigation.normal ul.nav li.active a, .grid-area-cliente .contentNavigation.normal ul.nav li a:hover {
    color: #fff;
    background: var(--color-corpo);
}
body#section.welcome-client .intro-txt h1 {
    margin-bottom: 2vh;
}