/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

.booking-caret {
    border-radius: 3px;
    font-size: 21px;
    font-size: 1.3125rem;
    position: absolute;
    line-height: 50px;
    top: 2px;
    right: 4px;
    padding-right: 15px;
    display: block;
    width: 20px;
    box-sizing: content-box;
    height: 50px;
    z-index: 1;
    color: #bc6221;
}


/* The container must be positioned relative: */
.custom-select {
    position: relative;
}

    .custom-select select {
        display: none; /*hide original SELECT element: */
    }

.select-selected {
    background-color: white;
    color: #6c757d;
}

    /* Style the arrow inside the select element: */
    .select-selected:after {
        position: absolute;
        content: "";
        text-align: left;
        top: 14px;
        right: 10px;
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-color: #fff transparent transparent transparent;
    }

    /* Point the arrow upwards when the select box is open (active): */
    .select-selected.select-arrow-active:after {
        border-color: transparent transparent #fff transparent;
        top: 7px;
    }

/* style the items (options), including the selected item: */
.select-items div, .select-selected {
    height: 50px;
    border-radius: 0;
    text-align: left;
    border: 0px solid #d9e1e6;
    font-weight: 500;
    border-right: 1px solid #d9e1e6;
    font-weight: 500;
    font-size: 15px;
    font-size: 0.9375rem;
    color: #6c757d;
    padding: 15px 15px;
    cursor: pointer;
}

/* Style items (options): */
.select-items {
    position: absolute;
    background-color: white;
    color: #6c757d;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

.btn_search {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    font-size: 0.9375rem;
    border: 0;
    height: 50px;
    padding: 13px 20px;
    display: block;
    cursor: pointer;
    outline: none;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background-color: #bc6221;
    margin-right: 5px;
}

/************************************************************************************/
/************************************************************************************/
.button {
    position: relative;
    /*padding: 8px 16px;
    background: #009579;
    border: none;*/
    outline: none;
    /*border-radius: 2px;*/
    cursor: pointer;
}

    .button:active {
        /*background: #007a63;*/
    }

.button__text {
    /*color: #ffffff;*/
    transition: all 0.2s;
}

.button--loading {
    cursor: not-allowed;
    color: currentColor;
    display: inline-block; /* For IE11/ MS Edge bug */
    pointer-events: none;
}

    .button--loading .button__text {
        visibility: hidden;
        opacity: 0;
    }

    .button--loading::after {
        content: "";
        position: absolute;
        width: 16px;
        height: 16px;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        border: 2px solid transparent;
        border-top-color: #ffffff;
        border-right-color: #ffffff;
        border-bottom-color: #ffffff;
        border-radius: 50%;
        animation: button-loading-spinner 1.5s linear infinite;
    }

@keyframes button-loading-spinner {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
/************************************************************************************/
/************************************************************************************/

.page-actions {
    position: fixed;
    top: 65px;
    right: 70px;
    z-index: 1050;
    transition: top 0.2s ease;
}

@media (max-width: 767px) {
    .page-actions.scrolled {
        top: 47px;
    }
}

/* Solo cuando falten logos */
.logos.is-short .slick-track {
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.logos.is-short .slick-slide {
    float: none !important; /* Slick usa float, lo anulamos para flex */
    height: auto; /* por si acaso */
}

.headroom--not-top .nav-trigger span{
    background-color: #000000 !important;
}

.headroom--not-top .nav-trigger p{
    color: #000000 !important;
}


.nav-trigger {
    position: relative;
    display: inline-block;
    padding-right: 3rem;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.032rem;
    text-decoration: none;
    text-transform: uppercase;
    height: 20px;
}

.nav-trigger--small {
    font-family: 'Gentium Basic', serif;
    font-weight: normal;
    font-size: 1rem;
    letter-spacing: 0.15em
}

.nav-trigger p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.75;
}

    .nav-trigger p:last-child {
        /*display: none*/
    }

    .nav-trigger p.opened {
        display: none
    }

.nav-trigger span {
    position: absolute;
    right: 0px;
    display: inline-block;
    height: 3px;
    width: 37px;
    border-radius: 25%;
    background-color: #fff
}

    .nav-trigger span:nth-child(1) {
        top: 0
    }

    .nav-trigger span:nth-child(2) {
        width: 1.5rem;
        top: 0.9rem;
    }

    .nav-trigger span:nth-child(3) {
        top: 1.8rem
    }

.nav-trigger--small span {
    width: 2.3rem;
    height: 0.2rem
}

    .nav-trigger--small span:nth-child(1) {
        top: 0.6rem
    }

    .nav-trigger--small span:nth-child(2) {
        width: 1.5rem;
        top: 1.3rem
    }

    .nav-trigger--small span:nth-child(3) {
        top: 2rem
    }

.nav-trigger:hover {
    color: #fff
}

.nav-trigger.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 1.4rem
}

.nav-trigger.active span:nth-child(2) {
    opacity: 0
}

.nav-trigger.active span:nth-child(3) {
    transform: rotate(-45deg);
    top: 1.4rem
}

@media (max-width: 767px) {
    .nav-trigger {
        height: 20px
    }

        .nav-trigger p {
            display: none
        }

        .nav-trigger span {
            width: 2.8rem
        }

            .nav-trigger span:nth-child(1) {
                top: 0
            }

            .nav-trigger span:nth-child(2) {
                width: 1.9rem;
                top: 0.9rem
            }

            .nav-trigger span:nth-child(3) {
                top: 1.8rem
            }
}

.closebt {
    cursor: pointer;
    color: #ccc;
    display: inline-block;
    text-align: center;
    position: absolute;
    right: -15px;
    top: 0;
}

    .closebt i {
        font-size: 42px;
        font-size: 2.625rem;
    }


.intro-panel {
    background: var(--beige);
    min-height: 520px;
    padding: 48px 28px;
    border-radius: .5rem;
}

.intro-num {
    font-size: 64px;
    line-height: 1;
    color: #a8936c;
    font-weight: 300;
}

.intro-divider {
    width: 36px;
    height: 2px;
    background: #a8936c;
    margin: 18px 0 28px;
}

.tile {
    position: relative;
    min-height: 520px;
    border-radius: 0rem;
    overflow: hidden;
    background: #000 center/cover no-repeat;
    display: block;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(0,0,0,.15);
}

    .tile:after { /* degradado para mejorar lectura */
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(to top, rgba(0,0,0,.55) 0, rgba(0,0,0,.05) 60%);
        transition: opacity .25s ease;
    }

    .tile:hover:after {
        opacity: .75;
    }

    .tile:hover {
        transform: translateY(-2px);
        transition: .25s ease;
    }

.tile-body {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 32px;
    z-index: 2;
}

.tile h3 {
    font-size: 42px;
    font-weight: 400;
    margin-bottom: 10px;
}

.tile p {
    margin-bottom: 20px;
    font-size: 16px;
    max-width: 520px;
}

.link-cta {
    letter-spacing: .22em;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
}

    .link-cta .arrow {
        display: inline-block;
        transition: transform .2s;
    }

    .link-cta:hover .arrow {
        transform: translateX(4px);
    }

/* separaci�n entre columnas */
/*.g-custom {
    --bs-gutter-x: var(--gap);
    --bs-gutter-y: var(--gap);
}*/

/* Responsive tweaks */
@media (max-width: 991.98px) {
    .intro-panel {
        min-height: auto;
    }

    .tile {
        min-height: 440px;
    }

        .tile h3 {
            font-size: 34px;
        }
}

.card-superpuesta {
    position: relative;
    border: none;
    border-radius: 0;
    overflow: hidden;
    background: none;
}

    .card-superpuesta img {
        width: 100%;
        height: 420px;
        object-fit: cover;
    }

.texto-superpuesto {
    position: relative;
    bottom: 0;
    left: 0;
    width: 85%;
    background: #f2f7f7;
    padding: 2rem;
    margin-left: 2rem;
    margin-bottom: 2rem;
    /*box-shadow: 0 4px 20px rgba(0,0,0,0.1);*/
    margin-top: -100px;
}

.eyebrow {
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 1rem;
    color: #6c757d;
    font-weight: 500;
}

.linea {
    width: 40px;
    height: 2px;
    background-color: #bc6221;
    margin: .5rem 0 1rem;
}

.titulo {
   
    font-size: 2rem;
    color: #000;
}

.texto {
    color: #000;
    font-size: 1rem;
    line-height: 1.5;
}

@media (max-width: 767px) {
    .texto-superpuesto {
        position: static;
        width: 100%;
        margin: 0;
        box-shadow: none;
    }
}

.home a{
    color:#000;
}

.home .titulo {
    color: #bc6221;
}

/* Contenedor imagen con proporci�n alta y recorte */
  .pos-img-wrapper{
    height: 460px;
    border-radius: 0rem;
    overflow: hidden;
  }
  .object-fit-cover{
    object-fit: cover;
    display:block;
  }

  /* Panel superpuesto */
.overlay-card {
    position: absolute;
    left: 100px;
    top: 100px;
    max-width: 500px;
    background: #fff;
    padding: 2.5rem 2.75rem;
    border-radius: 0rem;
}
.gold-line {
    width: 46px;
    height: 3px;
    background: #bc6221;
    border-radius: 0px;
}

  /* Responsive: el panel se apila y ocupa todo */
  @media (max-width: 991.98px){
    .overlay-card{
      position: static;
      max-width: 100%;
      margin-top: 1rem;
      margin-left: 0;
      left: auto; top: auto;
    }
    .pos-img-wrapper{ height: 320px; }
  }

/* flecha para ir hacia abajo */
.scroll-down-arrow {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    cursor: pointer;
}

    .scroll-down-arrow a {
        display: block;
        width: 40px;
        height: 40px;
        border: 0px solid rgba(255, 255, 255, 0.8);
        border-radius: 50%;
        position: relative;
        transition: all 0.3s ease;
    }

        .scroll-down-arrow a:hover {
            border-color: rgba(255, 255, 255, 1);
            transform: scale(1.1);
        }

        .scroll-down-arrow a::after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%) rotate(45deg);
            width: 10px;
            height: 10px;
            border-right: 2px solid rgba(255, 255, 255, 0.8);
            border-bottom: 2px solid rgba(255, 255, 255, 0.8);
            margin-top: -3px;
        }

        .scroll-down-arrow a:hover::after {
            border-color: rgba(255, 255, 255, 1);
        }

/* Animaci�n de rebote */
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-10px);
    }

    60% {
        transform: translateY(-5px);
    }
}

.scroll-down-arrow {
    animation: bounce 2s infinite;
}

    /* Versi�n alternativa con �cono SVG m�s similar a la imagen */
    .scroll-down-arrow.style-2 a::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 8px solid rgba(255, 255, 255, 0.8);
        transform: translate(-50%, -50%);
        margin-top: 0;
    }

    .scroll-down-arrow.style-2 a:hover::after {
        border-top-color: rgba(255, 255, 255, 1);
    }

#first_section {
    background-color: #ccbea3;
    color: #fff;
    margin-top: -35px;
    padding: 50px 100px;
    max-width: 60%;
}

@media (max-width: 767px) {
    .image-estandar {
       width:100%;
    }
    #first_section {
        background-color: #ccbea3;
        color: #fff;
        margin-top: -35px;
        padding: 25px 50px;
        max-width: 90%;
    }
}

.box_item_info {
    margin: 0 -100px 0 0;
}
@media (max-width: 767px) {
    .box_item_info {
        margin: -50px 10px 0 10px;
        padding: 20px 25px 10px 25px;
    }
}
