@charset "UTF-8";
/* CSS Document */

@import url("https://use.typekit.net/hkb1hdi.css");

/* -=-=-=-=-=-=-=- FONTS -=-==-=-=-=-=-=-=-*/
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "sweet-sans-pro", sans-serif;
  font-weight: 400;
}

.h1, h1 {
    font-size: 3rem;
}

body {
  font-family: "sweet-sans-pro", sans-serif;
}

p {
    font-family: "sweet-sans-pro", sans-serif;
    font-weight: 400;
}

h1.preTitle {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 5px;
}

h1.preTitle::before {
    content: '';
    width: 20px;
    height: 1px;
    background-color: black;
    position: absolute;
    float: left;
    margin-top: 6px;
    margin-left: -30px;
}

h1.preTitle::after {
    content: '';
    width: 20px;
    height: 1px;
    background-color: black;
    position: absolute;
    float: left;
    margin-top: 6px;
    margin-left: 6px;
}

.alt {
    font-family: "begum", sans-serif;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 0px;
    font-size: 44px;
}

.altTwo {
        font-family: "begum", sans-serif;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 0px;
    font-size: calc(95% + 0.15rem);
}

.text-shadow {
    text-shadow: 2px 2px 10px black;
}


#b2Top {
    display: none;
    position: fixed;
    bottom: 5px;
    right: 0px;
    z-index: 2;
    border: none;
    outline: none;
    background-color: #e7dac9;
    color: #7e7a48;
    cursor: pointer;
    padding: 0px;
    border-radius: 0px;
    width: 42px;
    height: 40px;
    transition: 0.3s;
}

#b2Top:hover {
  background-color: #555; /* Add a dark-grey background on hover */
  transition: 0.3s;
}

.b2tIcon {
    width: 14px;
    height: 14px;
    border-top: 1px solid #7e7a48;
    border-right: 1px solid #7e7a48;
    transform: rotate(-45deg);
    top: 5px;
    position: relative;
    left: 14px;
}

b, strong {
    font-weight: 600;
}

.waContainer {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    z-index: 4;
}

.whatsappIcon {
    width: 60px;
    height: 60px;
    position: relative;
    border-radius: 50rem;
    background-image: url("icons/whatsappFloating.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80%;
    transition: 0.4s;
    opacity: 0.75;
}

.waContainer a:hover .whatsappIcon {
    filter: invert(1);
    transition: 0.4s;
    opacity: 0.75;
}

.btn {
    font-weight: 400!important;
    letter-spacing: 0px;
    border-radius: 0px;
    padding: 8px 30px!important;
    transition: 0.4s;
    width: 100%;
    background-color: #af8a6e;
    border-color: #af8a6e;
}

button.btn.btn-secondary:hover {
    background-color: #8f725b;
    border-color: #8f725b;
}

.btn:hover {
    transition: 0.4s;
}

.btn-sm {
  font-size: 14px;
}

.btn-primary {
    background-color: rgba(255,255,255,0.9)!important;
    border: 1px solid #fff;
}

.btn-primary:hover {
        background-color: rgba(255,255,255,1)!important;
    border: 1px solid rgba(255,255,255,0.6);
}

@media (max-width: 768px) {
h1 {
    font-size: 30px;
    letter-spacing: 0px;
    margin-left: 15px;
}
  
h1.preTitle {
    font-size: 12px;
    margin-left: 0px;
    margin-bottom: 0px;
}
  
.h5, h5 {
    font-size: 1rem;
}
  
p {
    font-size: 14px;
    margin-left: 15px;
    margin-right: 15px;
}
  
.alt {
    font-size: 32px;
}
}



/* -=-=-=-=-=-=-=- FORMS -=-==-=-=-=-=-=-=-*/
.custom-form {
    border: none;
    border-bottom: 1px solid #b8c0c8;
    border-radius: 0px;
    background-color: transparent;
}

.form-control.custom-form:focus {
    border-bottom: 1px solid #376cba;
    outline: 0;
    box-shadow: none;
    background-color: transparent;
}

.form-floating>.form-control-plaintext~label, .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
    color: rgba(var(--bs-body-color-rgb),.65);
    transform: scale(.75) translateY(-.5rem) translateX(.15rem);
}

.form-floating>.form-control-plaintext~label::after, .form-floating>.form-control:focus~label::after, .form-floating>.form-control:not(:placeholder-shown)~label::after, .form-floating>.form-select~label::after {
    background-color: transparent;
}

.form-floating>label {
    padding: 1rem 0rem;
}

.form-floating>.custom-form, .form-floating>.form-control-plaintext {
    padding: 1.25rem 0rem 0.25rem 0rem!important;
}

.custom-select {
    border: none;
    border-bottom: 1px solid #b7bfc8;
    border-radius: 0px;
    padding: 1.75rem 0rem .25rem 0rem;
    background-color: transparent;
}

.form-floating>.form-control.custom-textArea, .form-floating>.form-control-plaintext {
    border: none;
    border-bottom: 1px solid #b7bfc8;
    border-radius: 0px;
    padding: 1.75rem 0rem .25rem 0rem;
    background-color: transparent;
}

.form-control.custom-textArea:focus {
    border-bottom: 1px solid #376cba;
    outline: 0;
    box-shadow: none;
}

.form-select:focus {
    border-bottom: 1px solid #376cba;
    outline: 0;
    box-shadow: none;
}

  input:-webkit-autofill,
  input:-webkit-autofill:focus {
    transition: background-color 0s 600000s, transparent 0s 600000s !important;
    border-bottom: 1px solid teal;
  }



/* -=-=-=-=-=-=-=- NAVBAR -=-==-=-=-=-=-=-=-*/
#myNavbar {
    height: 80px;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: transparent;
    text-align: center;
    padding: 10px 10px;
    transition: 0.4s;
    opacity: 1;
}

.navbar #navigation {
    opacity: 1;
    background-color: transparent;
    transition: 0.4s;
}

.navbar.scrolled #navigation {
    opacity: 1;
    transition: 0.4s;
}

.navbar.scrolled {
    background-color: rgb(126 122 72 / 82%) !important;
    transition: 0.4s;
    backdrop-filter: blur(5px);
    border-bottom: 1px solid white;
}

.content {
  margin-top: 100px; /* Create some space for the content */
  padding: 15px;
  height: 2000px; /* Making the page scrollable */
}

a.navbar-brand {
    margin: 0px;
    width: 180px;
    height: 80px;
}

.logoContainer {
    width: 320px;
    height: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: transparent;
    transition: 0.4s;
    margin-left: auto;
    margin-right: auto;
}

.navbar a.navbar-brand {
    transform: scale(1.5) translateY(20px);
    transform-origin: left;
    transition: 0.4s;
    position: relative;
    left: 0%;
}

.navbar.scrolled a.navbar-brand {
    transform: scale(1) translateY(0px);
    transform-origin: left;
    transition: 0.4s;
    left:0%;
}

ul.navbar-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
}

a.nav-link {
    font-family: "sweet-sans-pro", sans-serif;
    font-size: 11px;
    font-weight: 600;
    padding: 0.5rem 1.75rem!important;
    text-align: center;
    line-height: 12px;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: white;
    transition: 0.4s;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
}

a.nav-link.language {
    padding: 0.5rem!important;
}

.navbar.scrolled .navbar-nav .nav-link {
    transition: 0.4s;
}

a.nav-link.active {
    opacity: 0.6;
    transition: 0.3s;
    color: white!important;
}

a.nav-link.active::before {
    content: '';
    position: relative;
    width: 10px;
    height: 1px;
    background-color: white;
    float: left;
    top: 0px;
    left: -5px;
}

a.nav-link.active::after {
    content: '';
    position: relative;
    width: 10px;
    height: 1px;
    background-color: white;
    float: left;
    top: 0px;
    right: -1px;
}

a.nav-link::before {
    content: '';
    position: relative;
    width: 10px;
    height: 1px;
    background-color: transparent;
    float: left;
    top: 0px;
    left: -5px;
}

a.nav-link::after {
    content: '';
    position: relative;
    width: 10px;
    height: 1px;
    background-color: transparent;
    float: left;
    top: 0px;
    right: -1px;
}

.nav-link:focus, .nav-link:hover {
    color: white;
    opacity: 0.5;
}

a.nav-link.social {
    opacity: 1;
    transition: 0.4s;
}

a.nav-link.social i.bi {
    font-size: 15px;
    margin-top: -3px;
}

li.nav-item.btn {
    padding: 0px;
    margin-top: 2px;
}

li.nav-item.btn a.nav-link {
    background-color: #6618ff;
    border-radius: 50rem;
    padding: 0.35rem 1.5rem!important;
    color: white;
}

li.nav-item.dropdown.language {
    background-color: #F4F4F4;
    padding: 0px!important;
    margin-left: 30px;
    border-radius: 4px;
    height: 35px;
    margin-top: 4px;
}

li.nav-item.dropdown.language .nav-link {
    text-transform: uppercase;
    font-weight: 400;
    padding: 0.45rem 1.25rem!important;
    font-size: 13px;
}

.dropdown-toggle::after {
    color: #A5A5A5;
    margin-left: 10px;
}

button.navbar-toggler.navbar-toggler-button.menu-btn {
    border: none;
}

.socialContainer {
    display: flex;
    position: absolute;
    right: 0px;
}

a.nav-link.social {
    width: 20px;
    height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 4px 5px;
    opacity: 1;
    transition: 0.4s;
    position: relative;
    padding: .5rem 1rem!important;
}

a.nav-link.social:hover {
    opacity: 0.6;
    transition: 0.4s;
}

.si_icon {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    filter: invert(1);
}

.si_icon.contacto {
    width: 20px;
    height: 20px;
    position: relative;
    float: left;
    margin-right: 10px;
    margin-top: 3px;
    filter: invert(0);
}

.si_instagram {background-image: url("icons/si_instagram.svg");}
.si_linkedin {background-image: url("icons/si_linkedin.svg");}
.si_whatsapp {background-image: url("icons/si_whatsapp.svg");}
.si_facebook {background-image: url("icons/si_facebook.svg");}
.si_english {background-image: url("icons/si_language.svg");}


@media (max-width: 1199px) {
a.nav-link {
    padding: 0.5rem 1rem!important;
    letter-spacing: 2px;
}
  
.socialContainer {
    position: relative;
}
  
.socialContainer {
    right: -15px;
}
  
}

@media (min-width: 992px) {
.navbar-expand-lg .navbar-collapse {
    display: flex!important;
    flex-basis: auto!important;
    justify-content: flex-end!important;
}
  
nav#myNavbar .container, .container-lg, .container-md, .container-sm {
    max-width: 100%!important;
}
}

@media (max-width: 991px) {
.logoWhite {
  display: none;
}
  
.socialContainer {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    bottom: 30px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 80%;
    border-top: 1px solid #999;
    padding-top: 20px;
    left: auto;
    right: auto;
}
  
a.nav-link {
    padding: 3rem 2.5rem!important;
}
  
a.nav-link.social {
    width: 20px;
    height: 20px;
    filter: invert(0.6);
    padding: .5rem 2.5rem!important;
}
  
footer.footer .text-muted {
    font-size: 10px;
    letter-spacing: 1px;
}
  
ul.footer-links {
    padding-left: 15px;
}

}

@media (max-width: 991px) {
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    margin-top: 0px;
}

.navbar-nav {
    display: flex;
    list-style: none;
    height: calc(100vh - 80px);
    background: rgb(255 255 255 / 95%);
    justify-content: space-between;
    padding: 40px 0px 80px 0px;
    align-items: center;
    margin-top: 80px;
    flex-direction: column!important;
}
  
a.navbar-brand {
    height: 70px;
    float: left;
    width: 160px;
    margin: -5px 0px 0px -20px;
}

a.nav-link {
    font-size: 14px;
    color: #757653!important;
}
  
a.nav-link.active {
    color: #757653!important;
}
}

@media (max-width: 768px) {
.navbar a.navbar-brand {
    transform: scale(1) translateY(0px);
    transition: 0.4s;
    position: relative;
    left: 0%;
}
  
.navbar #navigation {
    opacity: 1;
    transition: 0.4s;
}

}

/* -=-=-=-=-=-=-=- MOBILE MENU -=-==-=-=-=-=-=-=-*/
.animated-hamburger {
    width: 30px !important;
    height: 20px !important;
    position: relative !important;
    margin: 0px !important;
    -webkit-transform: rotate(0deg) !important;
    -moz-transform: rotate(0deg) !important;
    -o-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
    -webkit-transition: .5s ease-in-out !important;
    -moz-transition: .5s ease-in-out !important;
    -o-transition: .5s ease-in-out !important;
    transition: .5s ease-in-out !important;
    cursor: pointer !important;
    top: -10px;
    z-index: 1;
}
    
.animated-hamburger span {
    display: block !important;
    position: absolute !important;
    height: 1px !important;
    width: 100% !important;
    border-radius: 9px !important;
    opacity: 1 !important;
    left: 0 !important;
    -webkit-transform: rotate(0deg) !important;
    -moz-transform: rotate(0deg) !important;
    -o-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
    -webkit-transition: .25s ease-in-out !important;
    -moz-transition: .25s ease-in-out !important;
    -o-transition: .25s ease-in-out !important;
    transition: .25s ease-in-out !important;
}
    
.animated-hamburger span {
    background: #fff!important;
}
    
.animated-hamburger span:nth-child(1) {
    top: 0px !important;
    -webkit-transform-origin: left center !important;
    -moz-transform-origin: left center !important;
    -o-transform-origin: left center !important;
    transform-origin: left center !important;
    width: 100%!important;
}
    
.animated-hamburger span:nth-child(2) {
    top: 10px !important;
    -webkit-transform-origin: left center !important;
    -moz-transform-origin: left center !important;
    -o-transform-origin: left center !important;
    transform-origin: left center !important;
}
    
.animated-hamburger span:nth-child(3) {
    top: 20px !important;
    -webkit-transform-origin: left center !important;
    -moz-transform-origin: left center !important;
    -o-transform-origin: left center !important;
    transform-origin: left bottom !important;
    width: 100%!important;
    margin-left: 0%;
}
    
.animated-hamburger.open span:nth-child(1) {
    -webkit-transform: rotate(45deg) !important;
    -moz-transform: rotate(45deg) !important;
    -o-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important;
    top: 0px !important;
    left: 0px !important;
    width: 100%!important;
}
    
.animated-hamburger.open span:nth-child(2) {
    width: 100% !important;
    opacity: 0 !important;
    transform: translateX(30px)!important;
}
    
.animated-hamburger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg) !important;
    -moz-transform: rotate(-45deg) !important;
    -o-transform: rotate(-45deg) !important;
    transform: rotate(-45deg) !important;
    top: 21px !important;
    left: 0px !important;
    width: 100%!important;
    margin-left: 0px;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}




/* -=-=-=-=-=-=-=- CAROUSEL - HOME -=-==-=-=-=-=-=-=-*/
section#home {
}

div#carouselHome {
    height: 100vh;
}

div#carouselHome .carousel-inner {
    height: 100vh;
    width: 100vw;
    margin-left: 0px;
    position: absolute;
    bottom: 0px;
}

.carousel-item {
    height: 100vh;
}

.carousel-img {
    width: 100%;
    height: 100%;
}

.carImg {
    height: 100%;
    min-width: 100%;
    animation: mymove 15s linear;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover!important;
}

.CIone {background-image: url("../img/slider_01.jpg");}
.CItwo {background-image: url("../img/slider_02.jpg");}
.CIthree {background-image: url("../img/slider_03.jpg");}
.CIfour {background-image: url("../img/slider_04.jpg");}
.CIfive {background-image: url("../img/slider_05.jpg");}
.CIsix {background-image: url("../img/slider_06.jpg");}
.CIseven {background-image: url("../img/slider_07.jpg");}
.CIeight {background-image: url("../img/slider_08.jpg");}
.CInine {background-image: url("../img/slider_09.jpg");}
.CIten {background-image: url("../img/slider_10.jpg");}

@keyframes mymove {
  0% {transform: scale(1)}
  100% {transform: scale(1.2)}
}

.carousel-item img {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    height: 100%;
    min-width: 100%;
}

.carousel-img::before {
    content: '';
    position: absolute;
    width: 100vw;
    height: 100vh;
    z-index: 1;
    background: rgb(0,0,0);
    background: linear-gradient(135deg, rgb(0 0 0 / 62%) 0%, rgb(255 255 255 / 0%) 100%);
}

.carousel-caption {
    top: 40%;
    bottom: 30%;
    right: auto;
    left: 7%;
    width: 45%;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    z-index: 150;
    color: #fff;
    text-align: left;
}

.carousel-caption h1 {
    z-index: 150;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 4px;
    line-height: 36px;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.carousel-caption h2 {
    font-size: 48px;
    font-weight: 400;
    line-height: 46px;
    letter-spacing: -2px;
}

.carousel-control-next, .carousel-control-prev {
    width: 6%;
}

.carousel-indicators {
    position: absolute;
    right: 0px;
    bottom: 30px;
    left: 0px;
    z-index: 2;
    display: flex;
    padding: 0;
    margin-right: 0px;
    margin-left: auto;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 0px;
}

.carousel-indicators [data-bs-target] {
    position: relative;
    margin: 0px 8px;
    bottom: 8px;
    border-bottom: 2px solid #fff;
    padding: 6px;
    background-color: transparent;
}

button.carouselIndicator.active {
    transition: 0.4s!important;
    height: 1px!important;
    width: 40px!important;
}

button.carouselIndicator {
    width: 0px!important;
    transition: 0.4s!important;
    height: 1px!important;
    border-radius: 0px;
}


/* Don't let themes fade/move the caption */
.carousel-caption { transition: none !important; }
/* Ensure only the slide fades, not the caption */
.carousel-fade .carousel-item .carousel-caption { opacity: 1 !important; }

/* 1) BASE (initial) state: offset + slight blur (no opacity change) */
.carousel-caption .cap-wrap {
  transform: translateY(16px) scale(0.985);
  filter: blur(12px);
  will-change: transform, filter;
  opacity: 0;
}

/* 2) Animation to the final state */
@keyframes liftIn {
  from { transform: translateX(100px) scale(0.985); filter: blur(12px); opacity: 0;}
  to   { transform: translateX(0) scale(1); filter: blur(0); opacity: 1;}
}

.carousel-caption .cap-wrap.animate-in {
  animation: liftIn 700ms ease both;
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .carousel-caption .cap-wrap,
  .carousel-caption .cap-wrap.animate-in {
    animation: none !important;
    transform: none !important;
    filter: none !important;
  }
}

@media (max-width: 1199px) {
.carousel-caption {
    width: 55%;
}
}

@media (max-width: 991px) {
.carousel-caption {
    width: 70%;
}
}

@media (max-width: 768px) {
div#carouselHome .carousel-inner {
    width: 100vw;
    margin-left: 0px;
}

  
.carousel-caption {
    top: 20%;
    width: 90%;
    left: 5%;
    right: 5%;
}
 
.carousel-caption h1 {
    font-size: 12px;
    letter-spacing: 2px;
    margin-left: 0px;
    line-height: 14px;
}
  
.carousel-caption h2 {
    font-size: 36px;
    font-weight: 400;
    line-height: 36px;
}
  
.carousel-caption h6 {
    font-size: 14px;
}
  
.carousel-item img {
    left: -100%;
}
  
.carImg {
    max-height: 100%;
    min-width: 100%;
    height: 100%;
    background-position: center;
    width: auto;
}
  
.carousel-indicators [data-bs-target] {
    padding: 10px 5px;
}
}


/* -=-=-=-=-=-=-=- MIEMBROS HOME -=-==-=-=-=-=-=-=-*/
section#miembrosHome {
    padding: 100px 0px;
    text-align: center;
}

.card.card-home {
    border: none;
    height: 340px;
    background-color: black;
    border-radius: 0px;
    overflow: hidden;
    margin-bottom: 20px;
}

.card.card-home .card-body {
    padding: 0px;
}

.client-logo-container {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.clc-line {
    border: 1px solid transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    transition: 0.4s;
}

a.ch-link:hover .client-logo-container .clc-line {
    border: 1px solid white;
    width: 90%;
    height: 86%;
    transition: 0.4s;
}

.clc-bg-img {
    position: absolute;
    opacity: 1;
    transition: 0.4s;
    min-height: 340px;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.ch_11 {background-image: url(../img/ch_aguasarribalodge-1.jpg);}
.ch_12 {background-image: url(../img/ch_aguasarribalodge-2.jpg);}
.ch_21 {background-image: url(../img/ch_lagosdelfurioso-1.jpg);}
.ch_22 {background-image: url(../img/ch_lagosdelfurioso-2.jpg);}
.ch_31 {background-image: url(../img/ch_cdarwin-1.jpg);}
.ch_32 {background-image: url(../img/ch_cdarwin-2.jpg);}
.ch_41 {background-image: url(../img/ch_montedinero-1.jpg);}
.ch_42{background-image: url(../img/ch_montedinero-2.jpg);}
.ch_51 {background-image: url(../img/ch_bahiabustamente-1.jpg);}
.ch_52 {background-image: url(../img/ch_bahiabustamente-2.jpg);}
.ch_61 {background-image: url(../img/ch_lagolaplata-1.jpg);}
.ch_62 {background-image: url(../img/ch_lagolaplata-2.jpg);}

.ch_one {
    opacity: 1;
    animation: imgGrow 50s infinite;
}

.ch_two {
    opacity: 0;
}

a.ch-link:hover .client-logo-container .clc-bg-img.ch_one {
    opacity: 0;
    transition: 0.4s;
    transform: scale(1.25);
}

a.ch-link:hover .client-logo-container .clc-bg-img.ch_two {
    opacity: 0.4;
    transition: 0.4s;
    transform: scale(1.25);
}

.clc-logo {
    position: absolute;
    transform: scale(0.25);
    opacity: 0;
    transition: 0.4s;
}

a.ch-link:hover .client-logo-container .clc-logo {
    opacity: 1;
    transition: 0.4s;
    transform: scale(1.25);
}

@keyframes imgGrow {
	0% {transform: scale(1);}
	100% {transform: scale(1.5);}
}


@media (max-width: 768px) {
section#miembrosHome {
    padding: 80px 0px;
}
}


@property --angle {
	syntax: "<angle>";
	initial-value: 90deg;
	inherits: true;
}

@property --gradX {
	syntax: "<percentage>";
	initial-value: 50%;
	inherits: true;
}

@property --gradY {
	syntax: "<percentage>";
	initial-value: 0%;
	inherits: true;
}

:root {
	--d: 2500ms;
	--angle: 90deg;
	--gradX: 100%;
	--gradY: 50%;
	--c1: rgba(168, 239, 255, 1);
	--c2: rgba(168, 239, 255, 0.1);
}

.card-runner {
    font-size: 3vw;
    border: 1px solid;
    padding: 3vw;
    border-image: conic-gradient(from var(--angle), rgb(255 255 255 / 0%), rgb(255 255 255) 0.1turn, rgb(255 255 255) 0.15turn, rgb(255 255 255 / 0%) 0.25turn) 30;
    animation: borderRotate var(--d) linear infinite forwards;
    z-index: 1;
    position: absolute;
    width: 90%;
    left: 5%;
    top: 7%;
    height: 86%;
}

.card-runner:nth-child(2) {
	border-image: radial-gradient(
			ellipse at var(--gradX) var(--gradY),
			var(--c1),
			var(--c1) 10%,
			var(--c2) 40%
		)
		30;
	animation: borderRadial var(--d) linear infinite forwards;
}

@keyframes borderRotate {
	100% {
		--angle: 420deg;
	}
}

@keyframes borderRadial {
	20% {
		--gradX: 100%;
		--gradY: 50%;
	}
	40% {
		--gradX: 100%;
		--gradY: 100%;
	}
	60% {
		--gradX: 50%;
		--gradY: 100%;
	}
	80% {
		--gradX: 0%;
		--gradY: 50%;
	}
	100% {
		--gradX: 50%;
		--gradY: 0%;
	}
}

/* -=-=-=-=-=-=-=- QUIENES SOMOS -=-==-=-=-=-=-=-=-*/
section#qs {
    height: 100%;
    padding: 0px 0px 60px 0px;
    text-align: justify;
}

section#qs .main_jumbotron {
    background-image: url("../img/bkg_qs.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    margin-top: 80px;
    height: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 40vh;
    border-radius: 0px;
    clip-path: none;
}

a.moreBtn {
    color: #7e7a48;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 4px;
    margin-left: -15px;
    transition: 0.4s;
    line-height: 25px!important;
}

a.moreBtn::after {
    content: '';
    background-image: url("icons/btn-more-icon.svg");
    width: 30px;
    height: 20px;
    background-repeat: no-repeat;
    position: absolute;
    margin-top: 2px;
    margin-left: 5px;
}

a.moreBtn:hover {
    margin-left: 0px;
    transition: 0.4s;
}

/* ========== CSS ========== */
.stickTop {
    position: sticky;
    top: 80px;
    background-color: #fff;
    z-index: 30;
    padding: 20px 0px;
}

.lodge-selector {
    display: flex;
    flex-direction: row;
    padding: 0px 20px;
    justify-content: center;
}

.lodge-btn {
    display: inline-block;
    line-height: 0;
    outline: none;
    padding: 0px 30px;
}

.lodge-btn img {
    max-width: 180px;
    height: auto;
    transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
}

.lodge-btn.inactive img {
  opacity: 0.2; 
  transition: 0.4s;
}

.lodge-btn.inactive:hover img {
  opacity: 0.3;
  transform: scale(1.35);
}

.lodge-btn.active img {
  opacity: 1;
  transform: scale(1.6);
  transition: 0.4s;
}

.lodge-panels {
  margin-top: 16px;
}

.lodge-panel {
  /* style your info area here */
  padding: 12px 0;
}

.lodgeContent {
    display: flex;
    flex-direction: column;
}

/* Float up animation */
@keyframes floatUp {
  from {
    opacity: 0;
    transform: translateY(60px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.float-up {
  animation: floatUp 0.6s ease-out;
}

@media (max-width: 768px) {
.lodge-selector {
    display: flex;
    gap: 12px;
    flex-direction: row;
    padding: 0px 20px;
    flex-wrap: wrap;
}
  
.lodge-btn {
    width: calc(50% - 6px);
    margin-top: 0px;
    padding: 15px;
}
  
.lodge-btn.active img {
    transform: scale(1.3);
}
  
.lodgeContent h2.h4 {
    margin-left: 14px;
    margin-top: 15px;
}
  
.lodge-panels {
    max-width: 100vw;
    overflow-x: hidden;
}
  
section#qs h3 {
    text-align: left;
}
}


/* -=-=-=-=-=-=-=- GOOGLE MAPS -=-==-=-=-=-=-=-=-*/
.map-stage {
    position: absolute;
    left: 0%;
    top: 0%;
    transform-origin: center center;
    will-change: transform;
    min-height: 100%;
    min-width: 100%;
    margin-top: 0px;
}

#map {
    height: 100vh;
    width: 100%;
    background-color: #eee;
}

/* Styling for the content inside the InfoWindow */
.custom-infowindow {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px;
    flex-direction: column;
}

.infowindow-logo {
    width: 240px;
    height: auto;
    object-fit: cover;
    border-radius: 5px;
}

.infowindow-content {
    text-align: center;
}

.infowindow-content h3 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 600;
}

.infowindow-content p {
    margin: 0 0 5px;
    font-size: 16px;
    line-height: 20px;
        display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#infowindow-content {
  display: none;
}

.gm-style-iw.gm-style-iw-c {
    max-width: 320px!important;
}

.gm-style-iw.gm-style-iw-c {
    padding: 0px;
}

.gm-style-iw-chr {
    position: absolute;
    margin-left: auto;
    right: 0px;
}


/* -=-=-=-=-=-=-=- CONTACT -=-==-=-=-=-=-=-=-*/
section#contact {
    height: 100%;
    min-height: 880px;
}

.main_jumbotron {
    min-height: 65vh;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: center;
    padding-top: 0px;
    text-align: left;
    width: 100vw;
    margin-top: 80px;
    margin-left: 0px;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
}

.bg-jumbotron {
    position: absolute;
    z-index: -2;
    width: 100vw;
    height: 65vh;
    left: 0px;
    background: -webkit-linear-gradient(bottom left, rgba(10,10,12,1) 0%, rgba(41,45,57,1) 100%);
    background: -o-linear-gradient(bottom left, rgba(10,10,12,1) 0%, rgba(41,45,57,1) 100%);
    background: linear-gradient(to top right, rgba(10,10,12,1) 0%, rgba(41,45,57,1) 100%);
}

.bg_soluciones {
    position: absolute;
    z-index: -1;
    width: 100vw;
    height: 65vh;
    left: 0px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.5;
}

.contactImgContainer {
    min-height: 100vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    max-width: 70%;
}

.contactImgContainer img {
    height: 80vh;
    min-width: 100%;
}

.sideText {
    padding: 30px;
    height: auto;
    text-align: left;
    width: 40%;
    right: 10%;
    background-color: rgba(255,255,255,0.9);
    border-radius: 20px;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
    position: absolute;
    top: calc(15vh - 0px);
}

.sideText p a {
    text-decoration: none;
    color: black;
    font-weight: 400;
    transition: 0.4s;
} 

.sideText p a:hover {
    opacity: 0.5;
    transition: 0.4s;
}

.bkg-logo {
    position: absolute;
    width: 100%;
    height: 100vh;
    background-image: url("../img/iso-dark.svg");
    background-size: 120%;
    opacity: 0.05;
    top: 0px;
    right: 0px;
    background-repeat: no-repeat;
    background-position: top center;
}

@media (max-width: 768px) {
section#contacto {
    flex-direction: column;
    align-items: center;
    position: relative;
    height: 100vh;
    justify-content: flex-start;
}

.sideText {
    padding: 30px;
    height: auto;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    left: 5%;
    right: 5%;
    top: 45vh;
}
  
 .sideText p {
    font-size: 14px;
    margin-left: 0px;
    margin-right: 0px;
}
  
.contactImgContainer {
    min-height: 500px;
    max-height: 500px;
    max-width: 100%;
}
  
.contactImgContainer img {
    height: 500px;
    min-width: auto;
}
}

/* -=-=-=-=-=-=-=- FOOTER -=-==-=-=-=-=-=-=-*/
.footer {
    padding: 40px 0px 0px 0px!important;
    background-color: rgb(126 122 72) !important;
}

.legales {
    padding: 15px 10px;
    background-color: #575430;
    margin-top: 40px;
    text-align: center;
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.footer-logo img {
    height: 120px;
    margin-bottom: 20px;
}

ul.footer-links {
    padding-left: 0px;
}

ul.footer-links li::marker {
    color: transparent;
}

ul.footer-links li a {
    text-decoration: none;
    color: white;
    font-size: 15px;
    font-weight: 400;
    padding-left: 0px;
    transition: 0.4s;
}

ul.footer-links li a:hover {
    padding-left: 15px;
    transition: 0.4s;
    opacity: 0.6;
}

ul.footer-links li a::before {
    content: '';
    position: absolute;
    border-top: 1px solid white;
    border-right: 1px solid white;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    margin-left: -15px;
    margin-top: 11px;
    opacity: 0; 
    transition: 0.4s;
}

ul.footer-links li a:hover::before {
    opacity: 1;
    transition: 0.4s;
    margin-left: -15px;
}

.footer h1 {
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.footer h2 {
    color: white;
    font-size: 16px;
    font-weight: 200;
}

.footer p {
    color: white;
    font-size: 14px;
    font-weight: 200;
    text-align: justify;
}

@media (max-width: 768px) {
.footer h1 {
    margin-left: 0px;
}
  
.footer p {
    margin: 0px;
}
}



/* -=-=-=-=-=-=-=- OWL -=-==-=-=-=-=-=-=-*/
.owl-carousel .item {
  height: 400px; /* fixed height strip */
}

.owl-carousel .owl-item img {
  max-height: 400px;
  width: auto!important;       /* let autoWidth work */
  display: block;
  object-fit: contain;
}

/* Make sure Owl doesn’t add side padding */
.owl-carousel .owl-stage-outer {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.owl-dot span {
    height: 2px!important;
    transition: 0.4s!important;
}

.owl-dot.active span {
    width: 40px!important;
    transition: 0.4s!important;
}

.owl-dot:hover span {
    width: 40px!important;
    transition: 0.4s!important;
}

.owl-theme .owl-nav {
    margin-top: 0px;
    position: absolute;
    top: calc(50% - 30px);
    width: 100vw;
    padding: 0px;
}

.owl-carousel {
    max-width: 100vw!important;
    overflow: hidden!important;
}

button.owl-prev {
    float: left;
    background-color: white!important;
    width: 25px;
    height: 40px;
    border-radius: 0px!important;
    margin: 0px!important;
    display: flex!important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
}

button.owl-prev:hover {
    opacity: 0.5;
    transition: 0.4s;
}

button.owl-prev span {
    height: 40px;
    width: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
        font-size: 25px;
    margin-top: -5px;
    color: black!important;
}

button.owl-next {
    float: right;
    background-color: white!important;
    width: 25px;
    height: 40px;
    border-radius: 0px!important;
    margin: 0px!important;
    display: flex!important;
    flex-direction: column;
    justify-content: center;
    align-items: center;  
    transition: 0.4s;
}

button.owl-next span {
    height: 25px;
    width: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    margin-top: -5px;
    color: black!important;
}

button.owl-next:hover {
    opacity: 0.5;
    transition: 0.4s;
}

@media (max-width: 768px) {
.owl-carousel .item {
    height: 280px;
}
  
.owl-carousel .owl-item img {
    display: block;
    max-height: 280px;
    width: auto!important;
}
}


/* -=-=-=-=-=-=-=- CONTACTO -=-==-=-=-=-=-=-=-*/
section#contact {
    height: 100%;
    min-height: 800px;
}

section#contact::before {
    height: 50vh;
    min-height: 660px;
    background-image: url("../img/img_contacto.jpg");
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
    overflow: visible;
    content: '';
    position: absolute;
    width: 100vw;
    z-index: 0;
    opacity: 0.6;
}

section#contact::after {
    height: 50vh;
    min-height: 660px;
    background-color: black;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
    position: absolute;
    width: 100vw;
    content: '';
    z-index: -1;
}


.contactBoxContainer {
    position: absolute;
    width: 100%;
    top: 100px;
    bottom: auto;
}

.contactBox {
    position: absolute;
    background-color: rgba(255,255,255,0.9);
    height: fit-content;
    top: 20px;
    width: 100%;
    box-shadow: 0px 0px 30px 10px rgba(0,0,0,0.15);
    padding: 60px;
}

.contactBox h1 {
    font-size: 32px;
    font-weight: 300;
}

.contactBox h2 {
    font-size: 18px;
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 0px;
    line-height: 28px;
}

.contactBox p {
    font-size: 15px;
    font-weight: 700;
    margin: 0px;
    line-height: 28px;
}

.contactBox p a {
    text-decoration: none;
    color: black;
    font-weight: 300;
    transition: 0.4s;
}

.contactBox p a:hover {
    opacity: 0.5;
    transition: 0.4s;
}

.contactBox a {
    font-size: 15px;
    text-decoration: none;
    color: black;
    font-weight: 300;
    transition: 0.4s;
}

.contactBox a:hover {
    opacity: 0.5;
    transition: 0.4s;
}

@media (max-width: 991px) {

.contactBox {
    padding: 50px;
    height: auto;
    position: relative;
}
  
.contactBox h1 {
    font-weight: 300;
    margin-left: 0px;
    font-size: 24px;
}
  
.contactBox h2 {
    font-size: 14px;
    margin-top: 10px;
    line-height: 18px;
}
  
.contactBox p {
    font-size: 13px;
    line-height: 20px;
}
  
.contactBox p a {
    font-size: 13px;
    line-height: 20px;
}
  
.contactBox a {
    font-size: 13px;
}
  
.si_icon.contacto {
    width: 15px;
    height: 15px;
    margin-top: 6px;
}
  
.form-floating>label {
    font-size: 14px;
    padding: 0.75rem 0rem;
}
  
.form-floating>.custom-form, .form-floating>.form-control-plaintext {
    padding: 1rem 0rem 0.25rem 0rem!important;
    min-height: 50px;
    height: 50px;
    font-size: 14px;
}
}


@media (max-width: 768px) {
section#contact {
    height: 100%;
    min-height: 1020px;
    overflow: hidden;
}
  
.contactBoxContainer {
    top: 100px;
    margin-bottom: 35vh;
    width: 90%;
    left: 5%;
}
  
.contactBox {
    padding: 20px;
    height: auto;
    position: relative;
}
  
}
  
  
/* -=-=-=-=-=-=-=- MODAL -=-==-=-=-=-=-=-=-*/
.modal-dialog.modal-dialog-centered.modal-xl {
    min-width: 100vw!important;
    margin-top: 0px;
}

.modal-backdrop.fade.show {
    opacity: 0.85;
}

.modal.lightbox .modal-dialog .modal-content .modal-body .btn-close {
    position: absolute!important;
    top: 10px!important;
    right: 10px!important;
}


/* -=-=-=-=-=-=-=- GALERIA - LIGHTBOX-CAROUSEL -=-==-=-=-=-=-=-=-*/
section#galeria {
    min-height: 70vh;
    padding-top: 140px;
    padding-bottom: 70px;
    background-color: #181b1e;
}

.lightbox-carousel {
    max-height: 100vh;
    top: 0px;
}

.lightbox-carousel .carousel-inner {
    position: relative;
    max-width: 1140px;
    overflow: hidden;
    margin: auto;
    height: 100vh;
}

.lightbox-carousel .carousel-inner .carousel-item {
    height: 100vh;
    margin-top: 25%;
}

.lightbox-carousel .carousel-control {
    min-height: 100%!important;
    margin-top: 21px!important;
    padding: 0px!important;
}

.lightBox-container {
    position: relative;
    height: 100%;
    max-height: 325px;
    background-color: black;
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
}

.lightbox-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-height: 325px;
    height: 325px;
    text-align: center;
}

a.lightbox-link {
    text-decoration: none;
}

.lightbox-content h1 {
    position: relative;
    color: white;
    font-weight: 200;
    font-size: 32px;
    z-index: 1;
    opacity: 1;
    transition: 0.4s;
    line-height: 24px;
    margin-bottom: 20px;
}

.lightBox-container:hover .lightbox-content h1 {
    opacity: 0;
    transition: 0.4s;
    transform: scale(1.15);
    margin-top: 0%;
}


.lightbox-content h2 {
    position: relative;
    color: white;
    font-weight: 200;
    font-size: 14px;
    z-index: 1;
    opacity: 1;
    transition: 0.4s;
    text-decoration: none;
}

.lightBox-container:hover .lightbox-content h2 {
    opacity: 0;
    transition: 0.4s;
    transform: scale(1.15);
    margin-top: 100%;
}

.lightBox-container .lightbox-content img {
    position: absolute;
    min-height: 325px;
    opacity: 0.4;
    transition: 0.4s;
    transform: scale(1.5);
    top: 0px;
    max-width: max-content;
    height: 325px;
}

.lightBox-container:hover .lightbox-content img {
    opacity: 1;
    transition: 0.4s;
    transform: scale(1);
}


@media (max-width: 768px) {
.modal-dialog.modal-dialog-centered.modal-xl {
    min-width: auto!important;
}
  
.lightbox-carousel .carousel-control {
    min-height: 100%!important;
    margin-top: 0px!important;
    padding: 0px!important;
    display: block;
}
}




/* Utility for centering within sections using BS-like naming */
.place-content-center { place-content: center; }

/* Optional: reduce jank while animating */
svg { will-change: transform; }


.place-content-center { place-content: center; }
#gmap { min-height: 300px; } /* just in case */

.bg-cwl {
    background-color: rgb(231 218 201) !important;
}

.bg-cwl img {
    filter: invert(1);
}

ul.lodge-data {
    list-style: none;
    padding-left: 0px!important;
    line-height: 30px;
    margin-bottom: 0px;
}

ul.lodge-data li a {
    color: #9f7f65;
    text-decoration: none;
    font-weight: 300;
    transition: 0.4s;
}

ul.lodge-data li a i {
    margin-right: 10px;
}

ul.lodge-data li a:hover {
    opacity: 0.4;
    transition: 0.4s;
    margin-left: 10px;
}

@media (max-width: 768px) {
.col-md-5.col-12.position-sticky.top-0.vh-100 {
    height: 50vh!important;
    margin-top: 80px;
    top: 80px!important;
    z-index: 5;
}
  
.lodges-logo-container img {
    max-height: 100px;
}
  
section.trigger {
    padding: 120px 20px 0px 20px;
}
  
section.trigger.intro {
    padding: 40px 20px 0px 20px;
}
}


