.elementor-kit-6{--e-global-color-primary:#01586F;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#2E2E2E;--e-global-color-accent:#E0BC8C;--e-global-color-716c5b0:#F7F7F7;--e-global-color-e851744:#00000000;--e-global-color-5bae796:#01586F61;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-518ae8b-font-family:"Raleway";--e-global-typography-518ae8b-font-size:15px;--e-global-typography-518ae8b-font-weight:600;--e-global-typography-518ae8b-letter-spacing:0.05em;--e-global-typography-880d94e-font-family:"Montserrat";--e-global-typography-880d94e-font-size:55px;--e-global-typography-880d94e-font-weight:800;--e-global-typography-880d94e-text-transform:uppercase;--e-global-typography-9005f86-font-family:"Le Grand";--e-global-typography-9005f86-font-size:55px;--e-global-typography-9005f86-font-weight:400;--e-global-typography-9005f86-text-transform:uppercase;--e-global-typography-9005f86-line-height:1em;--e-global-typography-77c03ba-font-family:"Montserrat";--e-global-typography-77c03ba-font-size:16px;--e-global-typography-77c03ba-font-weight:800;--e-global-typography-77c03ba-text-transform:uppercase;--e-global-typography-77c03ba-line-height:1.2em;--e-global-typography-db7e9f0-font-family:"Montserrat";--e-global-typography-db7e9f0-font-size:12px;--e-global-typography-db7e9f0-font-weight:800;--e-global-typography-db7e9f0-text-transform:uppercase;--e-global-typography-1023efb-font-family:"Montserrat";--e-global-typography-1023efb-font-size:40px;--e-global-typography-1023efb-font-weight:800;--e-global-typography-0050006-font-family:"Raleway";--e-global-typography-0050006-font-size:12px;--e-global-typography-0050006-font-weight:600;--e-global-typography-0050006-letter-spacing:0.05em;--e-global-typography-79ce867-font-family:"Montserrat";--e-global-typography-79ce867-font-size:12px;--e-global-typography-79ce867-font-weight:600;--e-global-typography-79ce867-text-transform:uppercase;--e-global-typography-79ce867-line-height:3.5em;--e-global-typography-8da0ad9-font-family:"Montserrat";--e-global-typography-8da0ad9-font-size:30px;--e-global-typography-8da0ad9-font-weight:800;--e-global-typography-8da0ad9-text-transform:uppercase;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-lightbox{background-color:#F7F7F7F2;--lightbox-ui-color:var( --e-global-color-primary );--lightbox-text-color:var( --e-global-color-primary );--lightbox-header-icons-size:30px;--lightbox-navigation-icons-size:0px;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-6{--e-global-typography-880d94e-font-size:45px;--e-global-typography-9005f86-font-size:45px;--e-global-typography-1023efb-font-size:40px;--e-global-typography-8da0ad9-font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-518ae8b-font-size:13px;--e-global-typography-880d94e-font-size:45px;--e-global-typography-1023efb-font-size:35px;--e-global-typography-0050006-font-size:13px;--e-global-typography-8da0ad9-font-size:22px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*-----GENERAL-----*/

.c-box-align .e-con-boxed.e-grid {
    justify-items: center !important;
}

.hero-anim {
  opacity: 0;
  transform: scale(1.15);
  transition: opacity 0.6s ease-in-out, transform 2s ease 0.7s;
}

.hero-anim.animated {
  opacity: 1;
  transform: scale(1);
}


.e-con>.e-con-inner {
    gap: var(--gap);
    margin: 0;
}

.c-vid-overlay {
  filter: brightness(0.8);  
}

.boton-fijo {
    position: fixed;
    bottom: 15vh;
    transition: all 0.5s;
}
    
.boton-scroll {
    bottom: 5vh;
}

.c-cursor-grab {
    cursor: grab;
}

.c-cursor-grab:active {
    cursor: grabbing;
}

.c-cursor-pointer {
    cursor: pointer;
}

.c-bg-gradient {
    background-image: linear-gradient(180deg, #00000000 60%, #2E2E2E 100%);
}

.c-font-temp b,strong {
    font-weight: 800 !important;
}

.c-font-temp a {
    color: #01586f
}

.c-font-temp a:active,a:hover {
    color: #E0BC8C;
}



/*-----HEADER-----*/

@media (max-width: 1024px) {
    .wpml-ls-current-language {
    display: none !important;
    }
    .wpml-ls-link {
        font-weight: 800 !important;
    }
}

.menu-header .wpml-ls-current-language {
    font-weight: 800 !important;
}

.wpml-ls-legacy-list-horizontal {
    border: none !important;
}

.menu-header a {
  transition: transform 0.3s ease !important;
}

.menu-header a:hover {
  transform: scale(1.1);
}

@media (min-width: 767px) and (max-width: 1024px) {
  .menu-header a {
    transition: font-size 0.3s ease;
  }
}


.menu-header .elementor-nav-menu--main .elementor-item {
    padding-bottom: 18px !important;
}


.elementor-nav-menu--dropdown {
    top: 50px !important;
}

.elementor-nav-menu__container {
    margin-top: 9px !important;
}

@media (min-width: 767px) and (max-width: 1024px) {
    .elementor-nav-menu__container {
    margin-top: 5px !important;
    }
}

.elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container {
    min-height: 300px;
    align-content: space-around;
}

#header-scroll {
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.sombra-aplicada {
    box-shadow: 10px 10px 26px rgba(0, 0, 0, 0.05);
}

#header-scroll .elementor-nav-menu--main a, .wpml-ls-link {
    color: #fff !important;
    transition: color 0.3s; 
}

#header-scroll.sombra-aplicada .elementor-nav-menu--main a, .sombra-aplicada .wpml-ls-link {
    color: #01586F !important;
}

.menu-header {
  display: flex;
  transition: transform 0.3s ease;
}

@media (min-width: 1025px) {
  .menu-header.shifted {
    transform: translateX(-130px);
  }
}

.wpml-ls-legacy-list-horizontal a {
    padding: 0px 25px 8px 0px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .menu-header.shifted {
    transform: translateX(-80px);
  }
  .wpml-ls-legacy-list-horizontal a {
      padding:0px 20px 7px 10px !important;
  }
  .wpml-ls-legacy-list-horizontal {
      padding: 0px !important;
  }
}

@media (max-width: 767px) {
  .wpml-ls-legacy-list-horizontal a {
      padding:0px 0px 7px 0px !important;
  }
}

.header-container {
  position: relative;
}

.btn-header {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.btn-header {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.btn-header.visible {
  visibility: visible;
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

@media (max-width: 767px) { .btn-header.visible {
    transform: translateY(-20px) translateX(-100px) !important;
    }
}

.header-logo-2 {
 display: none;
}
.elementor-sticky--effects .header-logo-2 {
 display: inline-block;
}
.elementor-sticky--effects .header-logo-1 {
 display: none;
}

.elementor-sticky--effects .sticky-menu-items ul li a {
 transition: .5s all ease-in-out;
}
.elementor-sticky--effects {
 transition: .5s all ease-in-out;
}

.elementor-sticky--effects div.elementor-menu-toggle svg {
    fill: var(--e-global-color-primary) !important;
}

/*-----HOME-----*/

.img-swiper-home img {
    border-top-right-radius: 50px !important;
}

.swiper-home .swiper {
    padding: 0px 35px 35px 35px !important;
}

.loop-promo-home {
    border-width: 0px !important;
}

@media (min-width: 1025px) {.c-button-hide .elementor-swiper-button {
    display: none !important;
    }
}

.ti-widget.ti-goog .ti-controls .ti-prev {
    left: -10px !important;
}

.ti-widget.ti-goog .ti-controls .ti-next {
    right: -10px !important;
}

.ti-widget.ti-goog .ti-controls .ti-prev:after {
    background: #01586f !important;
}

.ti-widget.ti-goog .ti-controls .ti-prev:before {
    background: #01586f !important;
}

.ti-widget.ti-goog .ti-controls .ti-next:before {
    background: #01586f !important;
}

.ti-widget.ti-goog .ti-controls .ti-next:after {
    background: #01586f !important;
}

/*-----FOOTER-----*/

@media (max-width: 767px) {.c-footer-menu .elementor-nav-menu {
    justify-content: center !important;
    }
}

.c-footer-menu {
    padding-top: 0px !important;
}

@media (max-width: 1024px) {.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:last-child):after {
    display: none;
    }
}

.c-footer-form .elementor-button {
    box-shadow: 10px 10px 26px 0px rgba(0, 0, 0, 0.05);
}

.footer-form .bee-form-row-1 .bee-col-1 .bee-block-1 .bee-button-container {
    padding-bottom: 20px !important
}

.footer-form .bee-form .bee-form-row .bee-field {
    padding-right: 30px !important;
    padding-left: 10px !important;
}

@media (max-width: 767px) {
    .footer-form .bee-form .bee-form-row .bee-field {
    padding-right: 20px !important;
    padding-left: 20px !important;
    }
}

.footer-form .bee-form-row-1 .bee-col-1 .bee-block-1 input:not([type=checkbox]):not([type=radio]):not([type=image]) {
    min-height: 40px !important;
    box-shadow: 10px 10px 26px 0px rgba(0, 0, 0, 0.05);
}

.footer-form .bee-form-row-1 .bee-col-1 {
    padding: 0px !important;
}

.footer-form .bee-form-row-1 .bee-col-1 .bee-block-1 {
    padding: 0px !important;
    font-weight: 300px !important;
    font-size: 13px !important
}

.footer-form #form-acm_52971 .bee-form-row-1 .bee-col-1 .bee-block-1 label {
    line-height: 150% !important;
    padding-bottom: 7px !important;
    padding-left: 5px !important;
    padding-top: 7px !important;
}

.footer-form .bee-form-row-1 .bee-col-1 .bee-block-1 button {
    border: none !important;
    font-weight: 500 !important;
    padding: 5px 25px !important;
    box-shadow: 10px 10px 26px 0px rgba(0, 0, 0, 0.05);
}

.footer-form .bee-form-row-1 .bee-col-1 .bee-block-1 button:hover {
    transform: scale(1.1);
}

@media (min-width: 768px) and (max-width: 1024px) {
     .footer-form .bee-form-row-1 .bee-col-1 .bee-block-1 form {
    width: 88% !important;
     }
    .footer-form .bee-form-row-1 .bee-col-1 .bee-block-1 {
        text-align: right !important;
    }
}

/*-----CONTACTO-----*/


.c-cont-form .elementor-field-group .elementor-field-textual {
    text-align: center;
}

.c-cont-form .elementor-field-group .elementor-field-textual:focus {
    box-shadow: none !important;
}

.c-cont-form .elementor-button {
    box-shadow: 10px 10px 26px 0px rgba(0, 0, 0, 0.05);
}

.c-cont-form .elementor-field-group-privacidad {
    justify-content: center !important;
}


/*-----LIGHTBOX-----*/


.elementor-lightbox .elementor-lightbox-image {
    border-radius: 20px !important;
}

.elementor-lightbox .dialog-lightbox-close-button svg, .elementor-lightbox .elementor-swiper-button svg {
    fill: #01586F !important;
    
}

.elementor-slideshow__header>svg {
    box-sizing: content-box;
    fill: #01586F !important;
}


/*-----SUITES-----*/

.c-swipimage .elementor-widget-image-carousel .swiper {
    padding-bottom: 50px !important;
}

.c-swipimage .elementor-image-carousel-wrapper .elementor-image-carousel .swiper-slide-image {
    box-shadow: 10px 10px 26px 0px rgba(0, 0, 0, 0.05) !important;
}


.c-swipimage .swiper-slide-image {
    height: 66vh;
    object-fit: cover !important;
    width: 100% !important;
}

.c-swipimage .elementor-swiper-button-prev { left: 45vw !important;
    top: 120% !important;
    border-radius: 50px;
    border: 0.5px #01586F61 solid;
    padding: 15px;
    box-shadow: 10px 10px 26px 0px rgba(0, 0, 0, 0.05);
}

.c-swipimage .elementor-swiper-button-next { right: 45vw !important;
    top: 120% !important;
    border-radius: 50px;
    border: 0.5px #01586F61 solid;
    padding: 15px;
    box-shadow: 10px 10px 26px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1024px) {
    .c-swipimage .elementor-swiper-button-prev {
        left: 41vw !important;
        top: 117% !important;
    }

    .c-swipimage .elementor-swiper-button-next { right: 41vw !important;
        top: 117% !important;
    }
}

@media (max-width: 767px) {
    .c-swipimage .elementor-swiper-button-prev {
        left: 33vw !important;
        }

    .c-swipimage .elementor-swiper-button-next { right: 33vw !important;
    }
}

.c-swipimage .elementor-swiper-button:hover svg {
    fill: #01586f !important;
    transition: fill 0.3s ease;
}

.c-swipimage .elementor-swiper-button:hover {
    border: 1px #01586f solid;
    transition: border 0.3s ease;
    scale: 1.1;
    transition: scale 0.5s;

}

.eael-toc.eael-sticky .eael-toc-body {
    max-height: 50vh;
    height: auto !important;
}

.eael-toc .eael-toc-body {
    background-color: #fff !important;
}

.eael-toc .eael-toc-header .eael-toc-title {
    font-weight: 600 !important;
    font-family: 'Raleway' !important;
    color: #fff !important;
    letter-spacing: 0.05em !important;
}

.eael-toc .eael-toc-header {
    background-color: #01586f !important;
}

.eael-toc .eael-toc-body .eael-toc-list li a {
    font-family: 'Raleway' !important;
    font-weight: 600 !important;
    letter-spacing: 0.05em !important;
}

.eael-toc .eael-toc-body .eael-toc-list li a:hover {
    color: #01586f !important
}

.eael-toc .eael-toc-body .eael-toc-list li:hover a {
    color: #01586f !important;
}

.eael-toc .eael-toc-body .eael-toc-list.eael-toc-bullet li:before {
    background-color: #707070 !important;
}

.eael-toc .eael-toc-close {
    color: #01586f !important;
}

.eael-toc.collapsed .eael-toc-button {
    background-color: #01586f !important;
}

.eael-toc.eael-sticky {
    box-shadow: 10px 10px 26px 0px rgba(0, 0, 0, 0.05) !important;
}

.eael-toc .eael-toc-body .eael-toc-list li.eael-highlight-parent > a {
    color: #01586f !important;
}

.eael-toc:not(.eael-toc-right) {
    border-bottom-right-radius: 50px !important;
}

.eael-toc:not(.eael-toc-right) .eael-toc-body {
    border-bottom-right-radius: 50px !important;
}

.eael-toc.collapsed .eael-toc-button {
    background: #fff !important;
    color: #01586f !important;
    box-shadow: 10px 40px 26px 20px rgba(0, 0, 0, 0.05) !important;
    border: 1px #01586F61 solid !important;
}

.eael-toc.eael-sticky {
    border: 1px #01586F61 solid !important;
}

.eael-toc:not(.eael-toc-right) .eael-toc-header {
    border-bottom: 1px #01586F61 solid !important;
}

.eael-toc .eael-toc-header .eael-toc-close {
    right: 5px !important;
    top: 7px !important;
    color: #fff !important;
    background: none !important;
    box-shadow: none !important;
}

@media (max-width: 767px) {.eael-toc.collapsed .eael-toc-button {
    display: none !important;
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Le Grand';
	font-display: auto;
	src: url('https://bluemarinasuites.adgtravel.com/wp-content/uploads/2025/01/le-grand-regular.ttf') format('truetype');
}
/* End Custom Fonts CSS */