@charset "UTF-8";

/*--------------------------------------------------------------
>>> TABLA DE CONTENIDO:
----------------------------------------------------------------
# Normalize
# Forms
# Links
# Transitions
# Utilities
# Header
# Panel Side Mobile
# Footer

# Hero
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@font-face {
    font-family: 'Maison Neue Light';
    src: url('../../assets-travel/fonts/fonnts.com-Maison_Neue_Light.woff2') format('woff2'),
         url('../../assets-travel/fonts/fonnts.com-Maison_Neue_Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Maison Neue Book';
    src: url('../../assets-travel/fonts/fonnts.com-Maison_Neue_Book.woff2') format('woff2'),
         url('../../assets-travel/fonts/fonnts.com-Maison_Neue_Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bebas_neuebold';
    src: url('../../assets-travel/fonts/bebasneue_bold-webfont.woff2') format('woff2'),
         url('../../assets-travel/fonts/bebasneue_bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('../../assets-travel/fonts/BebasNeue-Regular.woff2') format('woff2'),
         url('../../assets-travel/fonts/BebasNeue-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

html {
    font-size: 16px;
    overflow-x: hidden;
}

body {
    font-family: 'Maison Neue Light';
    background-color: #dfd8c6;
    color: #222119;
    font-size: 16px;
    position: relative;
}

p {
    font-weight: 400;
}

p:last-child {
    margin-bottom: 0;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'bebas_neuebold';
}

h2 {
    font-size: 6rem;
    line-height: 4.625rem;
}

@media (max-width: 575px) {
    h2 {
        font-size: 3rem;
        line-height: 2.625rem;
    }
}

img {
    max-width: 100%;
    height: auto;
}

legend, h1, h2, h3, h4, h5, h6, .title {
   color: white;
}

.cuadro_programa h2, .seccion_temporada h2, .seccion_pesca h2, .card_exp h2 {color: #222119;}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

input:focus,
select:focus {
  outline: 0;
}

input:focus-visible,
select:focus-visible {
  outline: 0;
}

button,
input,
select,
textarea {
  color: #a4a4a4;
  font-size: 16px;
  line-height: 1.875;
  word-break: break-word;
  box-sizing: border-box;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  width: 100%;
  color: #a4a4a4;
  border: none;
  background: transparent;
  border-bottom: 1px solid #a4a4a4;
  padding: 8px 10px;
  box-sizing: border-box;
  outline: none;
  font-size: 1.125rem;
  font-weight: 500;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #a4a4a4;
}

select {
  border: none;
  background: transparent;
  outline: none;
  border-bottom: 1px solid #a4a4a4;
}

textarea {
  width: 100%;
  height: 60px;
  vertical-align: top;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgb(221 218 196 / 40%);
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: rgb(221 218 196 / 40%);
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: rgb(221 218 196 / 40%);
}

:-moz-placeholder {
  /* Firefox 18- */
  color: rgb(221 218 196 / 40%);
}
/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a:hover, a:focus, a:active {
  color: #fff;
  text-decoration: none;
}
a:focus {
  outline: 0;
}
a:hover, a:active {
  outline: 0;
}
/*--------------------------------------------------------------
# Transitions
--------------------------------------------------------------*/
a, .Web-Header, .Web-Header.Sticky, .cta, img, .panel-overlay {
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    letter-spacing: normal;
    color: #a4a4a4;
}
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
.Main-Wrapper {
    display: block;
    position: relative;
}

.main-border::before {
    content: '';
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    padding: 15px;
    background-color: #fff;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    z-index: 2;
}

.main-border::after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    padding: 15px;
    background-color: #f4f4f4;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    z-index: 2;    
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
}
#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -100px 0 0 -100px;
}

.cta {
    font-family: 'bebas_neuebold';
    background-color: #ff6c3d;
    border: 2px solid #ff6c3d;
    padding: 12px 24px;
    color: #222119;
    width: auto;
    text-align: center;
    text-decoration: none;
    font-size: 1.232rem;
    line-height: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    letter-spacing: normal;
    border-radius: 10px;
    position: relative;
}

.cta:hover{
    background-color: #fff;
    color: #ff6c3d;
    text-decoration: none;
}

.parallax {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -2;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    top: 0;
    left: 0;
}

.panel-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1050;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
}

.panel-overlay.active {
    opacity: 1;
    visibility: visible;
}

.seccion {
    padding: 90px 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.Web-Header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 11px 0;
    border-bottom: 1px solid rgb(255 255 255 / 50%);
}

.main-header .header-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
}

.header-row > [class^=col-header] {
    display: flex;
    align-items: stretch;
    position: static;
}

.header-row .col-header {
    flex-basis: 0;
    flex-grow: 0.33;
    max-width: 100%;
    width: 100%;
    min-height: 1px;
    align-items: center;
}

.header-row .col-header.col-header_center {}

.header-row .col-header.col-header_left {
    flex-grow: 0.3;
}
.header-row .col-header.col-header_right {
    flex-grow: 0.7;
}

.header-row .col-header.col-header_right {
    justify-content: flex-end;
}

.main-navigation {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: auto;
}

.main-navigation > ul {
    position: relative;
    display: flex;
    width: 100%;
    vertical-align: middle;
    height: 100%;
}

.main-navigation ul {
    font-weight: 400;
    font-size: 1.125rem;
    letter-spacing: 1px;
    list-style: none;
    margin: 0px 0px;
    padding: 0px 0px;
}

.main-navigation > ul > li {
    margin: 0px 17px;
    padding: 0px 0px;
    float: left;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.main-navigation ul > li > a {
    font-family: 'Bebas Neue';
    position: relative;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    text-align: center;
    outline: none;
    color: #dddac4;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    padding: 10px 0;
    text-transform: uppercase;
}

.main-navigation ul > li.header_cta > a {
    border: 2px solid #222119;
    background-color: #222119;
    text-transform: math-auto;
    line-height: 1;
    padding: 9px 18px;
    border-radius: 10px;
}
.main-navigation ul > li.header_cta > a:hover {
    background-color: #dddac4;
    color: #222119;
}

.main-nav-mob {
    display: flex;
    align-items: center;
}

.menu-burger {
    position: relative;
    width: 32px;
    height: 20px;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-left: 16px;
    cursor: pointer;
    display: flex;
}

.menu-burger > span {
    width: 100%;
    height: 2px;
    background-color: #fff;
    opacity: 1;
    transform: translateY(0) rotate(0);
    transition: all 0.3s;
}

/*--------------------------------------------------------------
# Header Sticky
--------------------------------------------------------------*/
.header-sticky {
    position: fixed;
    top: -200px;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #b68c64;
    opacity: 0;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    -ms-transition: all 0.7s;
    transition: all 0.7s;
    border-bottom: 1px solid rgb(182 140 100 / 50%);
    padding: 10px 0;
}

.Web-Header.Sticky .header-sticky {
    top: 0;
    opacity: 1;
}

/*--------------------------------------------------------------
# Panel Side Mobile
--------------------------------------------------------------*/
.side-panel {
    width: 300px;
    max-width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    background: #dddac4;
    overflow-x: hidden;
    z-index: 9999;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    /* -webkit-transform: translateX(0); */
    /* -ms-transform: translateX(0); */
    /* transform: translateX(0); */
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.side-panel.side-panel-open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.side-panel_inner {
    height: 100%;
    padding: 24px;
    padding-top: 0;
}

.side-panel_head {
    padding: 14px 0 13px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.side-panel_body {
    padding: 1rem 0;
}

.side-panel-redes {
    margin-top: 24px;
    line-height: 0;
}

.side-panel_body nav ul li {
    margin-bottom: 0.5rem;
}

.side-panel_body nav ul li a {
    font-family: 'Bebas Neue';
    font-size: 1.125rem;
    color: #b68c64;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.side-panel_body nav ul li a.link-cta {
    border: 2px solid #222119;
    background-color: #222119;
    text-transform: math-auto;
    line-height: 1;
    padding: 9px 18px;
    border-radius: 10px;
    width: max-content;
}

.dropdown-menu {
    background-color: #009fe3;
    border: 0;
    width: 100%;
    padding: 10px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.Web-Footer {
    background-color: #222119;
    color: #dfd8c6;
}
.footer_inner {
    padding: 97px 0 45px;
}
.widget-footer h6 {
    color: #aeb7a7;
    font-size: 1.25rem;
    line-height: 1;
    margin-bottom: 20px;
}
.widget-footer a {
    color: #dfd8c6;
    text-decoration: none;
    font-size: 1.125rem;
    line-height: 2.125rem;
}
.footer_copy {
    padding: 45px 0 60px;
}
.footer_copy nav a {
    color: #dddac4;
    font-size: 0.75rem;
    line-height: 1;
    text-decoration: none;
}
.footer_copy .copy {
    color: #dddac4;
    font-size: 0.75rem;
    line-height: 1
}

/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/
.seccion_hero {
    background-image: url('../../assets-travel/img/banner-hero.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 777px;
    display: flex;
    align-items: center;
    color: #dddac4;
    padding-top: 80px;
}

.seccion_hero h1 {
    font-size: 8.375rem;
    line-height: 6.631rem;
}
.seccion_hero h1 .divisor {
    display: block;
    height: 290px;
}
.seccion_hero h1 span:nth-of-type(1) {}
.seccion_hero h1 span:nth-of-type(3) {
    text-align: right;
    display: block;
}
.seccion_hero h6 {
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 24px;
}
.seccion_hero .cta {}
.seccion_hero .hero_contenido {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    max-width: 420px;
}
/*--------------------------------------------------------------
# Experiencia
--------------------------------------------------------------*/
.seccion_experiencia {
    background-color: #b68c64;
}
.indicativo {
    margin-bottom: 60px;
}
.indicativo p {
    font-family: 'Bebas Neue';
    font-size: 1.25rem;
    line-height: 1;
}

.card_exp {
    max-width: fit-content;
    font-size: 1.125rem;
    line-height: 1.5rem;
}
.card_exp h2 {
    margin-bottom: 15px;
}
.card_exp .images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 11px;
    margin-bottom: 35px;
}
.card_exp .images img {
    border-radius: 10px;
    width: 100%;
    max-width: 353px;
    max-height: 297px;
}
.card_exp p {
    max-width: 490px;
}
/*--------------------------------------------------------------
# Ubicaciones
--------------------------------------------------------------*/
.seccion_ubicacion {
    /* background-image: url('../../assets-travel/img/banner-ubicacion.jpg'); */
    position: relative;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    color: #dddac4;
    font-size: 1.125rem;
    line-height: 1.5rem;
}
.seccion_ubicacion .container-lg {
    position: relative;
    z-index: 2;
}
.seccion_ubicacion .indicativo {
    margin-bottom: 48px;
}
.seccion_ubicacion h2 {
    font-size: 3.25rem;
    line-height: 1;
    margin-bottom: 20px;
}
.seccion_ubicacion .cta {
    margin-top: 40px;
}
.seccion_ubicacion .box-ubicaciones {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.seccion_ubicacion .box-ubicaciones p {
    font-family: 'bebas_neuebold';
    font-size: 6rem;
    line-height: 4.294rem;
    margin-bottom: 65px;
    color: rgba(255, 255, 255, 0.28);
    cursor: pointer;
    transition:
        color .3s ease,
        transform .3s ease,
        text-shadow .3s ease;
}
.seccion_ubicacion .box-ubicaciones p:hover {
    color: rgba(255, 255, 255, .5);
}
.seccion_ubicacion .box-ubicaciones p.active {
    color: rgba(255, 255, 255, 1);
}
.seccion_ubicacion .box-ubicaciones p:last-of-type {
    margin-bottom: 0;
}
.bg-layer {
    position: absolute;
    inset: 0;

    background-size: cover;
    background-position: center;

    opacity: 0;
    transform: scale(1.03);

    transition:
        opacity .45s ease,
        transform 1.2s ease;

    pointer-events: none;
    z-index: 0;
}
.bg-layer.active {
    opacity: 1;
    transform: scale(1);
}
.right-inner {
    opacity: 0;
    transform: translateY(10px);
    transition: .3s ease;
}
.right-inner.visible {
    opacity: 1;
    transform: translateY(0);
}
.dots {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    inset: 0;
}

/* DESKTOP OCULTO */
.mobile-rivers {
    display: none;
}

/* MOBILE */
@media (max-width: 991px) {

    /* ocultar desktop */
    .box-ubicaciones,
    .dots,
    .bg-layer,
    #right-content {
        display: none;
    }

    .mobile-rivers {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .mobile-river {
        padding-bottom: 5px;
        border-bottom: 1px solid rgba(255,255,255,.5);
    }

    .mobile-river:last-child {
        border-bottom: 0px;
    }

    .mobile-river__header {
        font-family: 'Bebas Neue';
        width: 100%;

        background: none;
        border: none;

        color: #dddac4;
        font-size: 2.5rem;
        line-height: 1;
        text-align: left;

        padding: 0;

        display: flex;
        justify-content: space-between;
        align-items: center;

        cursor: pointer;
        padding: 6px 0;
    }

    .mobile-river__header::after {
        content: "+";
        font-size: 20px;
        transition: .3s ease;
    }

    .mobile-river.active .mobile-river__header::after {
        transform: rotate(45deg);
    }

    .mobile-river__content {
        display: grid;
        grid-template-rows: 0fr;

        transition: .4s ease;
        overflow: hidden;
    }

    .mobile-river.active .mobile-river__content {
        grid-template-rows: 1fr;
    }

    .mobile-river__content > div {
        overflow: hidden;
    }

    .mobile-river__inner {
        /* padding-top: 18px;
        padding-bottom: 18px; */
    }

    .mobile-river img {
        width: 100%;
        height: auto;

        object-fit: cover;
        border-radius: 14px;

        margin-bottom: 15px;
    }

    .mobile-river p {
        font-size: 1.25rem;
        line-height: 1.3;
    }
}
@media (max-width: 575px) {
    .mobile-river p {
        font-size: 1rem;
        line-height: 1.5;
    }
}

/*--------------------------------------------------------------
# ESPN
--------------------------------------------------------------*/
.seccion_espn {
    background-color: #dfd8c6;
    padding: 50px 0;
    font-size: 1.125rem;
    line-height: 1.5rem;
}
.seccion_espn .indicativo {
    margin-bottom: 40px;
}
.seccion_espn .indicativo p {}
.seccion_espn h2 {
    color: #623020;
    margin-bottom: 60px;
}
.seccion_espn h2 .color {
    color: #b9b3a1;
}
.seccion_espn .bagde-espn {
    background-color: #222119;
    color: #b9b3a1;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 13px 26px;
    border-radius: 10px;
    width: fit-content;
    margin-top: 48px;
}
.seccion_espn .bagde-espn img {}
.seccion_espn .bagde-espn h6 {
    font-size: 1.25rem;
    line-height: 1;
    margin-bottom: 0;
}
.seccion_espn .image_full {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
/*--------------------------------------------------------------
# Cardumen
--------------------------------------------------------------*/
.seccion_cardumen {
    background-image: url('../img/banner_cardumen.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 90px 0 180px;
    color: #dddac4;
}
.seccion_cardumen .indicativo {
    margin-bottom: 130px;
}
.seccion_cardumen .indicativo p {}
.seccion_cardumen h2 {
    margin-bottom: 0;
}
/*--------------------------------------------------------------
# Pesca
--------------------------------------------------------------*/
.seccion_pesca {
    background-color: #aeb7a7;
    padding: 80px 0;
}
.seccion_pesca h2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 15px;
    margin-bottom: 24px;
}
.carrusel-pesca.owl-carousel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
/*--------------------------------------------------------------
# Programas
--------------------------------------------------------------*/
.seccion_programas {
    background-color: #dfd8c6;
}
.seccion_programas .indicativo {
    margin-bottom: 40px;
}

.cuadro_programa {
    padding: 45px;
    border: 3px solid #222119;
    border-radius: 10px;
}
.cuadro_programa .programa {
    font-family: 'Bebas Neue';
    font-size: 1.25rem;
    line-height: 1;
    margin-bottom: 10px;
}
.cuadro_programa h2 {
    font-size: 3.25rem;
    line-height: 1;
    margin-bottom: 24px;
}
.cuadro_programa .block_precio {
    color: #623020;
    margin-bottom: 24px;
}
.cuadro_programa .block_precio .precio {
    font-size: 2.625rem;
    line-height: 3.25rem;
    margin-bottom: 0;
}
.cuadro_programa .block_precio .cantidad {
    font-size: 0.75rem;
    line-height: 1rem;
}
.cuadro_programa .listado_check {
    margin-bottom: 24px;
}
.cuadro_programa .listado_check li {
    padding: 10px 0;
    border-bottom: 1px solid #b9b3a3;
    display: flex;
    gap: 20px;
    font-size: 1.125rem;
    line-height: 1.5rem;
}
.cuadro_programa .listado_check li:last-of-type {
    border-bottom: 0 solid #b9b3a3;
}
.cuadro_programa .listado_check li .check::before {
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: -0.125em;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23222119' d='m9.55 15.15l8.475-8.475q.3-.3.7-.3t.7.3t.3.713t-.3.712l-9.175 9.2q-.3.3-.7.3t-.7-.3L4.55 13q-.3-.3-.288-.712t.313-.713t.713-.3t.712.3z'/%3E%3C/svg%3E");
}
/*--------------------------------------------------------------
# Temporada
--------------------------------------------------------------*/
.seccion_temporada {
    background-color: #b68c64;
}
.seccion_temporada .indicativo {
    margin-bottom: 50px;
}
.seccion_temporada h2 {}
.seccion_temporada p {
    font-size: 1.125rem;
    line-height: 1.5rem;
}

/* TABLE BASE */
.seccion_temporada .tabla {
  width: 100%;
  border-collapse: collapse;
  color: #222119;
  font-size: 14px;
}
/* HEADER */
.seccion_temporada .tabla thead {
  display: none; /* oculto en mobile */
}
.seccion_temporada .tabla th {
    font-family: 'Bebas Neue';
    font-weight: 400;
}
/* ROWS como cards */
.seccion_temporada .tabla tr {
  display: block;
  border-bottom: 1px solid #987755;
  padding: 15px 0;
}
.seccion_temporada .tabla tr:last-of-type {
  border-bottom: 0;
}
/* CELDAS */
.seccion_temporada .tabla td {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 5px 0;
}
.seccion_temporada .tabla td[data-label="Month"] {
    font-family: 'bebas_neuebold';
}
/* LABEL dinámico */
.seccion_temporada .tabla td::before {
  content: attr(data-label);
  font-weight: 700;
  opacity: 0.7;
}
/* DESKTOP */
@media (min-width: 768px) {
  .seccion_temporada .tabla {
    font-size: 15px;
  }
  .seccion_temporada .tabla thead {
    display: table-header-group;
  }
  .seccion_temporada .tabla tr {
    display: table-row;
    padding: 0;
  }
  .seccion_temporada .tabla th,
  .seccion_temporada .tabla td {
    display: table-cell;
    text-align: left;
  }
  .seccion_temporada .tabla th {
    border-bottom: 1px solid #987755;
    text-transform: uppercase;
    font-size: 1.25rem;
    line-height: 1;
    color: #fff;
    padding: 0 0 15px;
  }
  .seccion_temporada .tabla td {
    font-size: 1.125rem;
    padding: 15px 0;
    border-bottom: 1px solid #987755;
  }
  .seccion_temporada .tabla td::before {
    display: none;
  }
}
/*--------------------------------------------------------------
# Preguntas
--------------------------------------------------------------*/
.seccion_preguntas {
    background-color: #623020;
    color: #dfd8c6;
}
.seccion_preguntas h2 {}
.seccion_preguntas p {
    font-size: 1.125rem;
    line-height: 1.5rem;
}

/* ITEM */
.faq-item {
  border-bottom: 1px solid rgba(255,255,255,0.2);
}
/* BOTÓN */
.faq-question {
  width: 100%;
  background: none;
  border: none;
  color: #f3e6dc;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  cursor: pointer;
  font-family: 'Maison Neue Book'; 
  font-size: 1.125rem;
  line-height: 1.5rem;
}
/* ICON */
.icon {
  transition: transform 0.3s ease;
}
/* ANSWER */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.faq-answer p {
    font-size: 1.125rem;
  padding-bottom: 20px;
  color: rgb(255 255 255 / 70%);
}
/* ACTIVE */
.faq-item.active .faq-answer {
  max-height: 200px;
}
.faq-item.active .icon {
  transform: rotate(45deg); /* + → x */
  opacity: 0;
}
/* DESKTOP */
@media (min-width: 768px) {
  .faq-question {
    font-size: 1.438rem;
  line-height: 2.625rem;
  }

  .faq-answer p {
    font-size: 1rem;
  }
}
/*--------------------------------------------------------------
# Contacto
--------------------------------------------------------------*/
.seccion_contacto {
    background-image: url('../../assets-travel/img/banner-bg-contacto.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    color: #dddac4;
}
.seccion_contacto h2 {
    margin-bottom: 40px;
}
.seccion_contacto p {
    font-size: 1.125rem;
    line-height: 1.5rem;
}

/* GRID */
.form-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

/* GROUP */
.form-group {
  display: flex;
  flex-direction: column;
}

/* FULL WIDTH */
.form-group.full {
  grid-column: 1 / -1;
}

/* LABEL */
.form-group label {
  font-size: 0.938rem;
    margin-bottom: 0;
    color: #dddac4;
}

/* INPUTS */
.form-group input,
.form-group textarea,
.form-group select {
  background: transparent;
  border: none;
  border-bottom: 1px solid #dddac4;
  padding: 8px 0;
  color: #dddac4;
  font-size: 1.125rem;
  outline: none;
}

/* PLACEHOLDER */
::placeholder {
  color: rgba(255,255,255,0.5);
}

/* FOCUS */
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  border-bottom: 1px solid #eaeaea;
}

/* SELECT CUSTOM */
.form-group.select {
  position: relative;
}

.form-group.select select {
  appearance: none;
  cursor: pointer;
}

/* Arrow */
.form-group.select::after {
  content: "▾";
  position: absolute;
  right: 0;
  bottom: 10px;
  font-size: 14px;
  pointer-events: none;
}

/* BUTTON */
.btn-send {
    font-family: 'bebas_neuebold';
    background-color: #ff6c3d;
    border: 2px solid #ff6c3d;
    padding: 12px 24px;
    color: #222119;
    width: auto;
    text-align: center;
    text-decoration: none;
    font-size: 1.232rem;
    line-height: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    letter-spacing: normal;
    border-radius: 10px;
    position: relative;
    width: 220px;
    min-width: max-content;
}
.btn-send:hover{
    background-color: #fff;
    color: #ff6c3d;
    text-decoration: none;
}

/* DESKTOP */
@media (min-width: 768px) {

  .form-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px 30px;
  }

  .form-group input,
  .form-group textarea,
  .form-group select {
    font-size: 16px;
  }
}