@charset "UTF-8";
@font-face {
    font-family: EBGaramond-Regular;
    src: url(/headers/ssm/skin_custom/assets/magallanes_37899/fonts/EBGaramond-Regular.ttf);
    font-weight: normal;
    font-display: fallback;
}
@font-face {
    font-family: Montserrat-Medium;
    src: url(/headers/ssm/skin_custom/assets/magallanes_37899/fonts/Montserrat-Medium.woff);
    font-weight: bold;
    font-display: fallback;
}
/* ---- Header ---- */

.header {
    font-family: Roboto;
    color: #fff;
    position: relative;
    z-index: 2;
    letter-spacing: 1px;
    background-color: #41474B;
    display: flex;
    flex-direction: row;
    padding-inline: 40px;
    align-items: center;
    justify-content: space-between;
}
.header.fixed {
    position: fixed;
}
.header a {
    color: #fff;
}
.header_top {
    text-align: center;
    text-transform: uppercase;
    height: 100px;
    position: relative;
}
.header__left-side, .header__right-side {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 12.5%;
    flex: 0 0 auto;
    gap: 16px;
}
.header__right-side {
    justify-content: flex-end;
    width: auto;
}
.header.fixed .header_top {
    height: 41px;
    background-color: rgba(161, 152, 143, 0.9);
    overflow: hidden;
}

.header a.logo {
    width: 50px;
    aspect-ratio: 1/1;
    /*background: url(/headers/ssm/skin_custom/assets/magallanes_37899/images/logo-small-white.svg) no-repeat center center;*/
    /*background-size: auto 85%;*/
}
.header a.logo:hover {
    background-color: transparent;
}
.header a.logo img {
    width: 50px;
    height: 50px;
}

.toggle-menu:not(.nav-main__close) {
    line-height: 99px;
    float: left;
    border-right: 1px solid #fff;
    padding: 0 40px;
}

.header.fixed .toggle-menu {
    line-height: 40px;
    padding: 0 40px;
}
.toggle-menu_line {
    width: 24px;
    height: 1px;
    background-color: #fff;
    display: inline-block;
    position: absolute;
    top: 40px;
}
.header.fixed .toggle-menu_line {
    top: 10px;
}
.toggle-menu_line_1 {
    animation: toggle-menu-animation-one 0.5s 1;
    transform: rotate(0);
    margin-top: 0;
}
.toggle-menu_line_2 {
    animation: toggle-menu-animation-two 0.5s 1;
    transform: rotate(0deg);
    margin-top: 8px;
}
.toggle-menu_line_3 {
    animation: toggle-menu-animation-three 0.5s 1;
    transform: rotate(0deg);
    margin-top: 16px;
}

.toggle-menu_text {
    margin-left: 33px;
}
.cta.reservar:before,
.cta.reservar:after,
.info__phone:after {
    content: "";
    height: 28px;
    width: 25px;
    position: absolute;
    right: 40px;
    background: transparent url(/headers/ssm/skin_custom/assets/magallanes_37899/images/icons.svg) no-repeat top center;
    background-size: 100% auto;
    top: 50%;
    margin-top: -15px;
    background-position: center -1px;
}
.info__phone:after {
    content: "";
    height: 28px;
    width: 25px;
    position: static;
    flex: 0 0 auto;
    background-position: 0 -50px;
    margin-top: 0;
}
/* .toggle-lang {
  line-height: 99px;
  padding: 0;
  cursor: pointer;
  display: inline-block;
  position: relative;
}

.header.fixed .toggle-lang {
  line-height: 40px;
  text-transform: uppercase;
}

.toggle-lang > * {
  float: left;
}

.toggle-lang > span {
  cursor: pointer;
}

.toggle-lang:before {
  animation: toggle-lang-animation 0.5s 1;
  content: "";
  position: absolute;
  top: 43px;
  right: 22px;
  width: 7px;
  height: 7px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
}

.header.fixed .toggle-lang:before {
  top: 13px;
}

.toggle-lang.active:before {
  animation: toggle-lang-animation-ac 0.5s 1;
  transform: rotate(135deg);
  top: 45px;
}

.toggle-lang > ul {
  animation: toggle-lang-ul-animation 0.5s 1;
  margin: 0;
  padding-left: 5px;
  width: 0;
  overflow: hidden;
  list-style: none;
  text-align: center;
  height: 99px;
  text-align: left;
}

.toggle-lang > ul {
  animation: toggle-lang-ul-animation 0.5s 1;
  margin: 0;
  padding-left: 5px;
  width: 0;
  overflow: hidden;
  list-style: none;
  text-align: center;
  height: 99px;
  text-align: left;
}

.header.fixed .toggle-lang > ul {
  position: absolute;
  top: calc(100% - -5px);
  background: white;
  display: flex;
  flex-direction: column;
  height: auto;
  transform: translateX(-50%);
}

.toggle-lang.active ul {
  animation: toggle-lang-ul-animation-ac 0.5s 1;
  width: 81px;
  padding-left: 0;
}

.toggle-lang > ul > li {
  display: inline-block;
}
.toggle-lang.active span {
  padding: 0 5px 0 0;
}
.toggle-lang > ul > li a {
  color: #ccc;
  padding: 0 5px 0 0;
}

.header .toggle-lang > ul > li a:hover {
  color: #fff;
  background-color: transparent;
} */
.toggle-lang {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: var(--white);
    text-transform: uppercase;
    position: relative;
}
.toggle-lang__button {
    background-color: transparent;
    appearance: none;
    border-radius: 0;
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: currentColor;
    text-transform: inherit;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    padding: 0;
    gap: 8px;
    position: relative;
    padding-right: 16px;
    line-height: normal;
}
.toggle-lang__button::after {
    position: absolute;
    animation: toggle-lang-animation 0.5s 1;
    content: "";
    width: 7px;
    height: 7px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(45deg);
    right: 0;
    transform-origin: center;
    transition: transform 0.25s ease-in-out;
    top: 3px;
}
.toggle-lang__list {
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #909090;
    top: calc(100% - -15px);
    padding: 8px 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    transform: translateX(-10px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease-in-out;
}

.toggle-lang.active .toggle-lang__list {
    opacity: 1;
    visibility: visible;
}
.toggle-lang.active .toggle-lang__button::after {
    transform: rotate(45deg);
}

.toggle-phones {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: var(--white);
    text-transform: uppercase;
    position: relative;
}
.toggle-phones__button {
    background-color: transparent;
    appearance: none;
    border-radius: 0;
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: currentColor;
    text-transform: none;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    padding: 0;
    gap: 8px;
    position: relative;
    padding-right: 20px;
    line-height: normal;
}
.toggle-phones__button::after {
    position: absolute;
    animation: toggle-lang-animation 0.5s 1;
    content: "";
    width: 7px;
    height: 7px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(45deg);
    right: 3px;
    transform-origin: center;
    transition: transform 0.25s ease-in-out;
    top: 3px;
}
.toggle-phones__list {
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #909090;
    top: calc(100% - -15px);
    right: 0;
    padding: 8px 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    transform: translateX(-10px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease-in-out;
}

.toggle-phones.active .toggle-phones__list {
    opacity: 1;
    visibility: visible;
    min-width: 340px;
}
.toggle-phones.active .toggle-phones__button::after {
    transform: rotate(45deg);
}

.header .cta,
.info__phone {
    line-height: 99px;
    float: right;
    padding: 0;
    position: relative;
}


/* HEADER CHECKIN TEL */

.header .info{
    display:flex;
    flex-direction: row;
    overflow: visible;
    gap: 16px;
    position: relative;
    font-size: 16px;
}
.header .info:before {
    display: block;
    content: "";
    width: 1px;
    background-color: rgba(255, 255, 255, 0.3);
}
.info__phone{
    line-height: 15px;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 4px;
}
.info__phone:hover {
    text-decoration: none;
}




.info__checkin{

    float: right;
    padding: 0 75px 0 40px;
    position: relative;

}

@media screen and (max-width: 1023px) {

    .header .info{
        display:flex;
        flex-direction: row;
        float: right;
        padding-top: 0;
    }

    .info__checkin{

        float: right;
        line-height: 44px;
        padding: 0;
        position: relative;

    }

    .info__checkin span{
        text-align: center;
    }

    .info__phone{

        line-height: 15px;
        text-align: left;
    }
}

@media screen and (max-width: 580px) {

    .info__checkin span{
        display: inline-block;
        width: 100px;
        text-align: center;
        line-height: 12px;
        padding-top: 11px;

    }

    .info__phone:before{
        top: 21px;

    }
}

@media screen and (max-width: 480px) {
    .info__checkin{

        left: 40px;
    }

    .info__phone:before{
        left: 35px;

    }
}

@media screen and (max-width: 379px) {
    .info__checkin span{
        display: block;
        width: auto;
        line-height: 15px;
        padding-top: 13px;
    }

    .info__phone:before{
        left: 20px;

    }
}

/* FIN HEADER CHECKIN TEL */

.nav_main {
    height: 0;
    overflow: hidden;
    background: transparent;
    width: 100%;
}
.nav_main.active {
    height: auto;
    transition: all 0.2s;
    width: auto;
    max-width: 75%;
}
.nav_main.sticky {}
.nav_main.sticky ul a{
    margin: 15px 0;
}
.nav > ul {
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.nav > ul > li {
    display: inline-block;
}
/* .nav ul a {
  margin-top: 20px;
} */
.nav_main li a, .footer_links li a{
    line-height: 35px;
    display: inline-block;
    height: 32px;
    overflow-y: hidden;
}

.nav_main li a {
    padding: 0 25px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.nav_main li:last-child a {
    border-right: 0;
}

.nav_main li a p, .footer_links li a p{
    transition: all 0.4s;
    position: relative;
    bottom: 0px;
    text-align: center;
    margin: 0;
}

.footer_links li a p {
    text-align: left;
}

.nav_main li a p::first-line, .footer_links li a p::first-line {
    font-weight: bold;
}
.nav_main li a:hover p, .footer_links ul a p{
    position: relative;
    bottom: 35px;
}


.nav > ul > li ul {
    display: none;
}
.nav > ul > li.active ul {
    display: block;
}

/* End Header */
.footer .copy:before {
    content: "";
    height: 30px;
    width: 30px;
    background: transparent url(/headers/ssm/skin_custom/assets/magallanes_37899/images/icons.svg) no-repeat top center;
    background-size: cover;
    background-position: 0 0;
    position: absolute;
    display: inline-block;
    top: 12%;
    padding: 0px;
}
.social a:before {
    content: "";
    height: 30px;
    width: 30px;
    background: transparent url(/headers/ssm/skin_custom/assets/magallanes_37899/images/icons.svg) no-repeat top center;
    background-size: 30px;
    background-position: 0 0;
    position: relative;
    display: inline-block;
    top: 12%;
    padding: 0px;
}
.slider_benefits .item span:before {
    content: "";
    height: 30px;
    width: 30px;
    background: transparent url(/headers/ssm/skin_custom/assets/magallanes_37899/images/icons.svg) no-repeat top center;
    background-size: 30px;
    background-position: 0 0;
    position: absolute;
    display: inline-block;
    top: 37%;
    left: 0px;
    padding: 0px;
}

.slider_benefits .item span:before {
    filter: brightness(0.1);
}

.slider_benefits .item span.team:before {
    background-position: center -629px;
}

.slider_benefits .item span.cancel:before {
    background-position: center -721px;
}

.slider_benefits .item span.gift:before {
    background-position: center -363px;
}

.slider_benefits .item span.price:before {
    background-position: center -354px;
}

.social a.facebook:before {
    background-position: center -481px;
}

.social a.twitter:before {
    background-position: center -509px;
}

.social a.linkedin:before {
    background-position: center -570px;
}
.social a.instagram:before {
    background-position: center -538px;
}

/* End hero Slider */
/* Footer */

.footer {
    font-family: EBGaramond-Regular;
    background-color: #1f262b !important;
    color: #fff !important;
    padding: 80px 0;
    line-height: 30px;
    font-size: 16px;
}
html.fonts-loaded .footer {
    font-family: EBGaramond-Regular;
}

.footer .crop {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto;
    position: relative;
}
.footer h3 {
    font-family: Montserrat-Medium;
    font-weight: 300;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
    font-size: 160%;
    height: 100px;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
}
html.fonts-loaded .footer h3 {
    font-family: Montserrat-Medium;
}

.footer h3:after {
    content: "";
    display: block;
    width: 45px;
    height: 3px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 30px 0 35px;
}

.footer ul {
    list-style: none;
    padding-left: 0;
}

.footer li:first-child a {
    margin-top: -7px;
}

.footer a {
    color: #fff;
    display: inline-block;
}

.footer .footer_about {
    width: 35%;
    padding-right: 3%;
    display: inline-block;
    float: left;
}

.footer .social {
    padding: 40px 0;
    position: relative;
}

.footer .footer_links {
    width: 65%;
    padding-left: 5%;
    display: inline-flex;
    align-items: stretch;
    justify-content: center;
    flex-direction: row;
}

.footer .footer_links .col-3 {
    display: inline-block;
    width: 31.3335%;
    margin-right: 2%;
    padding-left: 5%;
}

.footer .footer_links a {
    padding: 7px 0 7px;
    width: 100%;
}

.footer .footer_links a:hover {
    text-decoration: underline;
    color: #fff;
}


@media screen and (max-width: 991px) {
    .footer .footer_links a *{
        text-align: center;
    }
    .footer .footer_links {
        flex-direction: column;
    }
}

.copy {
    display: inline-block;
    margin-top: 70px;
    padding-top: 70px;
    width: 100%;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    position: relative;
    color: rgba(255, 255, 255, 0.7);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
}

@media screen and (max-width: 991px) {
    .copy {
        flex-direction: column;
        padding: 15px;
    }

    .copy p{
        margin-top: 60px;
    }

    .copy .neobookings-powered-by > div {
        white-space: inherit !important;
    }
}

.footer .copy:before {
    background: url(/headers/ssm/skin_custom/assets/magallanes_37899/images/logo-small-white-square.png) no-repeat center center;
    background-position: center 40%;
    background-size: cover;
    height: 124px;
    width: 121px;
    position: absolute;
    left: 50%;
    margin-top: -78px;
    background-color: #1f262b;
    margin-left: -50px;
}

/* End Footer */


@media screen and (min-width: 1023px) {
    .nav_main {
        height: auto !important;
    }
}

@media screen and (max-width: 1023px) {

    .hidden-desktop {
        display: block;
    }

    .hidden-responsive {
        display: none !important;
    }

    .toggle-menu:not(.nav-main__close) {
        line-height: 45px;
        padding: 0 15px;
    }

    .col-2,
    .col-3,
    .col-4 {
        width: 100% !important;
        display: inline-block !important;
    }

    .header_top {
        height: 45px;
        background-color: #41474B ;
    }

    .header.fixed .header_top {
        background-color: #41474B ;
    }

    .nav_main.sticky {
        top: 40px;
    }

    .toggle-menu_line {
        top: 13px;
    }

    .toggle-menu,
    .header.fixed .toggle-menu {
        line-height: 44px;
        padding: 0 25px 0 35px;
    }
    .toggle-lang,
    .header .cta,
    .info__phone {
        line-height: 44px;
        padding: 0;
    }

    .toggle-lang:before {
        top: 15px;
    }
    .toggle-lang.active:before {
        top: 16px;
    }

    .header .cta span,
    .header .info__phone span,
    .toggle-menu .toggle-menu_text {
        width: 0;
        height: 0;
        overflow: hidden;
        display: inline-block;
    }

    .cta.reservar:before {
        right: 18px;
    }

    .cta.reservar:after {
        right: 25.5px;
    }

    .info__phone:before {
        right: 15px;
    }

    .nav_main li {
        width: 100%;
    }

    .nav_main li a {
        width: 100%;
        border-bottom: 1px solid #fff;
    }

    @media screen and (max-width: 1023px) {
        .nav_main li:first-child {
            border-top: 1px solid white;
        }
    }

    .header .nav ul a:hover {
        text-decoration: none;
    }

    .footer h3:after {
        margin: 30px auto 35px;
    }

    .footer .footer_about,
    .footer .footer_links {
        width: 100%;
        padding-left: 15px;
        text-align: center;
    }

    .footer .footer_links .col-3 {
        width: 100%;
        margin-right: 0;
        padding-left: 0;
    }

    .footer h3 {
        height: 50px;
    }
}

@media screen and (max-width: 796px) {
    .nav_main ul{
        flex-direction: column;

    }

}

@media screen and (max-width: 512px) {
    .toggle-menu,
    .header.fixed .toggle-menu {
        padding: 0 11px 0 21px;
    }

    .toggle-lang, .toggle-phones {
        text-align: left;
    }
    .toggle-lang:hover, .toggle-phones:hover {
        background-color: transparent;
    }

    .toggle-lang > *, .toggle-phones > * {
        float: none;
    }

    .toggle-lang:before, .toggle-phones:before {
        top: 15px;
        right: initial;
        left: 45px;
    }

    .toggle-lang ul, .toggle-phones ul {
        position: absolute;
    }
    .toggle-lang.active ul, .toggle-phones.active ul {
        width: 42px;
        background-color: #41474B;
        display: flex;
        flex-direction: column;
        height: auto;
        align-items: center;
        justify-content: center;
    }

    .nav_main {
        width: 100vw;
        background: rgb(65, 71, 75);
    }

    .header, .footer {
        width: 100vw;
    }
}


/* ---- Drop smoth transitions and animations ---- */
.header a,
.footer a,
.header .header_top,
.header .toggle-menu_line,
.toggle-lang,
.toggle-lang ul,
.toggle-lang:before,
.toggle-phones,
.toggle-phones ul,
.toggle-phones:before,
.nav_main,
.slider_hero .link span,
.home_offers .offer,
.home_offers .offer h3,
.slider_default.images .owl-item,
.slider_default.images .owl-item+.owl-item div.info {
    transition: all .25s ease-in;
}

.header a:hover,
.footer a:hover,
.header.fixed .header_top,
.header.fixed .toggle-menu_line .toggle-lang:hover,
.toggle-lang.active ul,
.toggle-lang.active:before,
.toggle-phones.active ul,
.toggle-phones.active:before,
.nav_main.active,
.slider_hero .link:hover span,
.home_offers .offer:hover,
.home_offers .offer:hover h3,
.slider_default.images .owl-item.active,
.slider_default.images .owl-item.active+.owl-item.active div.info {
    transition: all .25s ease-out;
    text-decoration: none;
}

.cta:hover:after {
    animation: cta-animation 2s linear infinite;
}

.phone:hover:before {
    animation: phone-animation 1s steps(1, end) 0s infinite;
}

@keyframes toggle-menu-animation-one {
    0% {
        transform: rotate(-45deg);
        margin-top: 8px;
    }

    50% {
        transform: rotate(0deg);
        margin-top: 8px;
    }

    100% {
        transform: rotate(0deg);
        margin-top: 0;
    }
}

@keyframes toggle-menu-animation-one {
    0% {
        transform: rotate(-45deg);
        margin-top: 8px;
    }

    50% {
        transform: rotate(0deg);
        margin-top: 8px;
    }

    100% {
        transform: rotate(0deg);
        margin-top: 0;
    }
}

@keyframes toggle-menu-animation-two {
    0% {
        transform: rotate(45deg);
        margin-top: 8px;
    }

    50% {
        transform: rotate(0deg);
        margin-top: 8px;
    }

    100% {
        transform: rotate(0deg);
        margin-top: 8px;
    }
}

@keyframes toggle-menu-animation-three {
    0% {
        transform: rotate(45deg);
        margin-top: 8px;
    }

    50% {
        transform: rotate(0deg);
        margin-top: 8px;
    }

    100% {
        transform: rotate(0deg);
        margin-top: 16px;
    }
}

@keyframes toggle-menu-animation-ac-one {
    0% {
        margin-top: 0;
        transform: rotate(0);
    }

    50% {
        margin-top: 8px;
        transform: rotate(0);
    }

    100% {
        margin-top: 8px;
        transform: rotate(-45deg);
    }
}

@keyframes toggle-menu-animation-ac-two {
    0% {
        margin-top: 8px;
        transform: rotate(0);
    }

    50% {
        margin-top: 8px;
        transform: rotate(0);
    }

    100% {
        margin-top: 8px;
        transform: rotate(45deg);
    }
}

@keyframes toggle-menu-animation-ac-three {
    0% {
        margin-top: 16px;
        transform: rotate(0);
    }

    50% {
        margin-top: 8px;
        transform: rotate(0);
    }

    100% {
        margin-top: 8px;
        transform: rotate(45deg);
    }
}

@keyframes toggle-lang-animation {
    0% {
        transform: rotate(135deg);
    }

    50% {
        transform: rotate(135deg);
    }

    100% {
        transform: rotate(45deg);
    }
}

@keyframes toggle-lang-animation-ac {
    0% {
        transform: rotate(45deg);
    }

    50% {
        transform: rotate(135deg);
    }

    100% {
        transform: rotate(135deg);
    }
}

@keyframes toggle-lang-ul-animation {
    0% {
        width: 65px;
    }

    50% {
        width: 0;
    }

    100% {
        width: 0;
    }
}

@keyframes toggle-lang-ul-animation-ac {
    0% {
        width: 0;
    }

    50% {
        width: 0;
    }

    100% {
        width: 65px;
    }
}

@keyframes cta-animation {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
    }

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

@keyframes phone-animation {
    0% {
        background-position: 0 -124px;
    }

    33% {
        background-position: 0 -100px;
    }

    66% {
        background-position: 0 -75px;
    }

    100% {
        background-position: 0 -55px;
    }
}