.elementor-kit-9{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* --- ESTILO DO TOPO E LOGO --- */
.topo-site {
    background-color: #ffffff;
    padding: 15px;
    text-align: center;
    border-bottom: 3px solid #009ca6;
}
.topo-logo {
    max-width: 160px;
    height: auto;
    display: inline-block;
}

/* --- ESSENCIAL: GRADE DE 2 COLUNAS PARA MOBILE --- */
.container-duas-colunas {
    display: flex !important;
    flex-wrap: wrap !important;
    flex-direction: row !important;
    justify-content: space-between;
    padding: 10px;
}

/* Garante que no celular cada card ocupe exatamente metade da largura */
.coluna-mobile-50 {
    width: 48% !important;
    margin-bottom: 15px;
    box-sizing: border-box;
}

/* --- ESTILO DOS CARDS DE PASSEIOS --- */
.card-passeio {
    background: #ffffff;
    border-radius: 8px;
    border: 1px solid #e1e6e5;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.05);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.card-img-container {
    height: 110px;
    background-size: cover;
    background-position: center;
}
.card-conteudo {
    padding: 8px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
}
.card-conteudo h4 {
    margin: 0 0 5px 0;
    color: #009ca6;
    font-size: 10pt;
    line-height: 1.2;
}
.card-conteudo p {
    font-size: 8pt;
    color: #555;
    margin: 0 0 8px 0;
    line-height: 1.3;
}
.btn-reserva-whats {
    background-color: #009ca6;
    color: white !important;
    text-decoration: none;
    text-align: center;
    padding: 6px 4px;
    border-radius: 4px;
    font-size: 8pt;
    font-weight: bold;
    display: block;
}/* End custom CSS */