* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif !important;
}

body {
    color: #222;
    background-color: #fff;
}

.container {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 16px;
}

.topo-site {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    background: transparent;
    border: none;
}

.topo-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 0;
}

.topo-left {
    display: flex;
    align-items: center;
    gap: 60px;
}

.logo-img img {
    height: 100px;
    width: auto;
    display: block;
}

.menu a {
    margin-left: 32px;
    text-decoration: none;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
}

.menu a:first-child {
    margin-left: 0;
}

.menu a:hover {
    opacity: 0.8;
}

.topo-right {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 16px;
}

.topo-social {
    background: #000000;
    padding: 8px 18px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.topo-social img {
    width: 16px;
    height: 16px;
    display: block;
}

/* BOTÃO HAMBÚRGUER */
.menu-toggle {
    display: none;
    width: 32px;
    height: 24px;
    flex-direction: column;
    justify-content: space-between;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.menu-toggle span {
    display: block;
    height: 3px;
    width: 100%;
    border-radius: 4px;
    background: #fff;
    transition: 0.2s ease;
}

/* Versão interna (topo-interno = fundo branco) */
.topo-interno .menu-toggle span {
    background: #e94f27;
}

/* Animação X */
.menu-toggle.ativo span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
}
.menu-toggle.ativo span:nth-child(2) {
    opacity: 0;
}
.menu-toggle.ativo span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}

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

    /* Esconde redes sociais */
    .topo-right {
        display: none;
    }

    /* Mostra botão */
    .menu-toggle {
        display: flex;
        margin-left: auto;
		        z-index: 99999;
    }

    /* Menu vira overlay */
    .menu {
        position: fixed;
        inset: 0;
        display: none;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 32px;
        background: rgba(0,0,0,0.92);
        z-index: 999;
    }

    .menu.menu-aberto {
        display: flex;
    }

    .menu a {
        margin: 0;
        font-size: 22px;
        font-weight: 600;
        color: #fff !important;
    }

    body.menu-open {
        overflow: hidden;
    }
	.tarifas-btn {
		width: 80%;
	}
	.hero-card-top { 
	padding: 15px 25px;
    line-height: 15px;
    height: 150px;
	}
	
}


/* se ainda quiser o botão reservar no topo, pode manter isso ou remover */
.btn-reservar-topo {
    padding: 8px 16px;
    border-radius: 999px;
    background: #ff7b00;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}


.hero-content {

}

.hero-texto h1 {
    font-size: 32px;
    margin-bottom: 16px;
}

.hero-texto p {
    font-size: 16px;
    max-width: 520px;
    margin-bottom: 16px;
}

.badge {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(0,0,0,0.4);
    font-size: 12px;
    margin-bottom: 10px;
}

.tarifa-highlight {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: baseline;
    font-size: 14px;
}

.tarifa-highlight strong {
    font-size: 28px;
}

.hero-reserva {
    background: #fff;
    color: #111;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}

.hero-reserva h2 {
    margin-bottom: 12px;
}

.hero-reserva label {
    display: block;
    font-size: 12px;
    margin: 8px 0 4px;
}

.hero-reserva input {
    width: 100%;
    padding: 8px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 14px;
}

.hero-home {
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 130px 0 90px;
    color: #fff;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    
}

.hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
    gap: 40px;
    align-items: center;
}

/* Texto à esquerda */

.hero-content {
    color: #ffffff;
}

.hero-tag {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 28px;
	margin-top: 20px;
}

.hero-tag span:first-child {
    background: #e94f27;
    padding: 10px 26px;
    font-size: 14px;
    letter-spacing: 0.28em;
    border-radius: 6px;
    font-weight: 600;
}

.hero-tag-arrow {
    color: #e94f27;
    font-weight: 800;
    font-size: 30px;
    margin-top: 4px;
}

.hero-title {
    font-size: 40px;
    line-height: 1.18;
    font-weight: 300;
    font-style: italic;
    color: #ffffff;
    max-width: 680px;
    letter-spacing: 0.5px;
}

.hero-title .hero-highlight {
    font-weight: 800;
    font-style: normal;
    color: #e94f27;
}

.hero-title span.hero-highlight {
    display: block;
    font-weight: 800;
    color: #f64120;
}

.hero-title em {
    font-style: italic;
}

/* Card de reserva */

.hero-card {
    max-width: 420px;
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(0,0,0,0.35);
}

.hero-card-top {
	background: #fff;
    padding: 18px 30px;
    text-align: center;
}

.hero-card-top h2 {
    font-size: 36px;
    font-weight: 700;
    color: #e94f27;
    margin: 0;
}


.hero-card-body {
    padding: 22px 22px 26px;
	    background-color: #f64120;
}

.hero-card-label {
    margin: 0 15% 8px;
    font-size: 18px;
    color: #1f2933;
}

.hero-price-line {
    display: flex;
    align-items: flex-end; /* alinha o número principal na base */
    text-align: center;
    gap: 4px;
    margin-bottom: 20px;
    color: #fff;
	margin-left: 15%;
}

.hero-price-rs {
    font-size: 20px;
    font-weight: 700;
    transform: translateY(-92px); /* sobe o R$ */
}

.hero-price-main {
    font-size: 150px;
    font-weight: 800;
    line-height: 0.9;
    text-shadow: 0 6px 12px rgba(0,0,0,0.35);
}

.hero-price-cents {
    font-size: 26px;
    font-weight: 700;
    transform: translateY(-92px); /* sobe o ,90 */
}

.hero-price-dia {
    font-size: 18px;
    font-weight: 700;
    transform: translate(-42px, -02px);
}


/* Formulário dentro do card */

.hero-reserva-form {
    margin-top: 10px;
}

.hero-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 12px;
    margin-bottom: 20px;
}

.hero-form-group label {
    display: block;
    font-size: 12px;
    color: #ffe9de;
    margin-bottom: 4px;
}

.hero-input-wrapper {
    position: relative;
    background: #ffffff;
    border-radius: 10px;
    padding: 8px 10px 8px 30px;
    display: flex;
    align-items: center;
}

.hero-input-icon {
    position: absolute;
    left: 10px;
    font-size: 14px;
}

.hero-input-wrapper input[type="date"] {
    border: none;
    width: 100%;
    font-size: 13px;
    color: #111827;
    background: transparent;
    outline: none;
}

/* Botão Reservar */

.hero-reservar-btn {
    margin-top: 40px;
    width: 30%;
    border: none;
    cursor: pointer;
    border-radius: 40px;
    padding: 2px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 45px;
    background: linear-gradient(to right, #f6511d 0%, #f6511d 80%, #000000 20%, #000000 100%);
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    position: absolute;
    margin-left: 20px;
}

.hero-reservar-arrow {
    font-size: 36px;
}

/* Responsivo básico */

@media (max-width: 900px) {
    .hero-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .hero-card {
        margin: 0 auto;
    }

    .hero-title {
        font-size: 24px;
        max-width: 100%;
    }
}



.btn-full {
    display: inline-block;
    margin-top: 12px;
    padding: 10px 18px;
    border-radius: 999px;
    background: #ff7b00;
    color: #fff;
    text-decoration: none;
    border: none;
    font-size: 14px;
    cursor: pointer;
}

.secao {
    padding: 60px 0;
}

.secao h2 {
	font-size: 50px;
    text-align: center;
    color: #f64121;
    width: 60%;
    margin: auto;
    line-height: 60px;
    padding-bottom: 40px;
}

/* Seção dos benefícios */
.beneficios {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    text-align: center;
    gap: 3px;
    padding: 60px 0;
}

.beneficio-item {
    flex: 1;
}

.beneficio-item img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin-bottom: 14px;
}

.beneficio-item p {
    font-size: 15px;
    font-weight: 600;
    color: #e94f27;
    max-width: 180px;
    margin: 0 auto;
    line-height: 1.28;
}

/* Responsivo */
@media (max-width: 900px) {
    .beneficios {
        flex-direction: column;
        gap: 40px;
    }

    .beneficio-item img {
        width: 80px;
        height: 80px;
    }
	
	.beneficio-item { 
	    width: 100%;
    padding: 20px;
	}
	.rodape-bottom { 
	margin-top: 50px;
	}
	.secao h2 { 
	width: 100%;
	}
	.hero-reservar-btn {
		    width: 80%;
	}
}

.servicos-section {
    background: #f6511d url('../../uploads/fundo.jpg') center/cover no-repeat;
    color: #fff;
    padding: 70px 0;
}

.servicos-title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #fff!important;
    margin-bottom: 40px;
}

.servicos-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, auto);
    gap: 40px 60px;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    font-weight: 600;
}

/* linha horizontal */
.servicos-grid::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 2px;
    background: #ffffff;
    opacity: 0.8;
}

/* linha vertical */
.servicos-grid::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background: #ffffff;
    opacity: 0.8;
}

.servico-item {
    font-size: 16px;
    line-height: 1.4;
}

/* responsivo */
@media (max-width: 768px) {
    .servicos-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 24px;
    }

    .servicos-grid::before,
    .servicos-grid::after {
        display: none; /* some a cruz no mobile pra não virar bagunça */
    }
	
}

.bg-cinza {
    background: #f7f7f7;
}

.grid-4 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
}

.grid-2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
}

.card-beneficio {
    background: #fff;
    border-radius: 10px;
    padding: 16px;
    border: 1px solid #eee;
}

.map-wrapper {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding-bottom: 56.25%;
    margin-top: 16px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}

.map-wrapper iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.reserva-form-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
    gap: 32px;
}

.resumo-reserva {
    background: #f7f7f7;
    padding: 16px;
    border-radius: 10px;
    border: 1px solid #eee;
    font-size: 14px;
}

#formReserva label {
    display: block;
    margin: 8px 0 4px;
    font-size: 13px;
}

#formReserva input,
#formReserva select {
    width: 100%;
    padding: 8px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 14px;
}

.faq-item {
    border-bottom: 1px solid #eee;
    padding: 8px 0;
}

.faq-pergunta {
    width: 100%;
    text-align: left;
    padding: 10px 0;
    background: none;
    border: none;
    font-size: 15px;
    cursor: pointer;
}

.faq-resposta {
    display: none;
    padding-bottom: 10px;
    font-size: 14px;
}

.rodape-site {
    background: #ffffff;
    color: #e94f27;
    padding: 50px 0 25px;
    font-size: 14px;
    text-align: left;
}

.rodape-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
}

.rodape-site a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
}

.rodape-bottom {
    text-align: center;
    margin-top: 16px;
    font-size: 12px;
    color: #999;
}


@media (max-width: 768px) {
    .hero-content {
        grid-template-columns: 1fr;
    }
    .reserva-form-grid {
        grid-template-columns: 1fr;
    }
}

.rodape-site {
    background: #ffffff;
    color: #e94f27;
    padding: 50px 0 25px;
    font-size: 14px;
    text-align: left;
}

.rodape-top {
    display: grid;
    grid-template-columns: repeat(3, 1fr) 120px;
    align-items: start;
    gap: 40px;
    margin-bottom: 30px;
}

.rodape-col h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #e94f27;
}

.rodape-col a {
    display: block;
    color: #e94f27;
    margin-bottom: 8px;
    font-weight: 500;
    text-decoration: none;
}

.rodape-col a:hover {
    opacity: .8;
}

/* Logo pequena à esquerda */
.rodape-logo img {
    width: 60px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.rodape-divider {
    height: 2px;
    width: 100%;
    background: #e94f27;
    border: none;
    opacity: .6;
    margin: 25px 0;
}

.rodape-bottom p {
    margin: 4px 0;
    color: #e94f27;
}

.rodape-endereco {
    font-weight: 700;
}

.rodape-direitos {
    font-size: 12px;
    opacity: .9;
}

.rodape-dev {
    font-size: 13px;
    font-weight: 600;
}

/* Responsivo */
@media (max-width: 768px) {
    .rodape-top {
        grid-template-columns: 100%;
        text-align: center;
    }
    .rodape-logo {
        grid-column: span 2;
        margin-top: 20px;
    }
	
	.logo-img img { 
	    padding-right: 50px;
    padding-left: 50px;
	}
}

.rodape-divider {
    width: 100%;
    border: none;
    height: 2px;
    background: #e94f27;
    opacity: 1;
    margin: 25px 0;
    position: relative;
}

/* Logo pequena no final da linha */
.rodape-divider img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 80px;     /* ajuste fino igual ao layout */
    background: #fff; /* fundo branco para “recortar” a linha */
    padding-left: 40px;
}
/* HEADER NA HOME */
.topo-home {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
}

.topo-home .menu a {
    color: #ffffff;
}

.topo-home .topo-social {
    background: #000;
}

/* HEADER NAS PÁGINAS INTERNAS */
.topo-interno {
    position: relative;
    background: #ffffff;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}

.topo-interno .menu a {
    color: #e94f27;  /* laranja do layout */
}

.topo-interno .menu a:hover {
    opacity: .7;
}

.topo-interno .logo-img img {
    filter: none; /* garante cor normal */
}

.topo-interno .topo-social {
    background: #e94f27;
}

.topo-interno .topo-social img {
    filter: brightness(0) invert(1);
}

/* Página de tarifas / reservas internas */

.tarifas-page {
    padding-top: 80px;
    padding-bottom: 80px;
}

.tarifas-title {
    text-align: center;
    font-size: 40px;
    color: #f6511d;
    font-weight: 800;
    margin-bottom: 8px;
}

.tarifas-subtitle {
    text-align: center;
    font-size: 16px;
    margin-bottom: 40px;
}

.tarifas-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
    gap: 40px;
    align-items: flex-start;
}

/* bloco de texto + tabela */
.tarifas-info h2 {
    font-size: 22px;
    margin-bottom: 10px;
}

.tarifas-info p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 18px;
}

.tarifas-tabela {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    margin-top: 10px;
}

.tarifas-tabela th,
.tarifas-tabela td {
    padding: 10px 12px;
    border-bottom: 1px solid #eee;
    text-align: left;
}

.tarifas-tabela th {
    font-weight: 600;
}

/* card reaproveitando estilos da home */
.tarifas-card {
    margin-left: auto;
}

/* botão do card na página interna fica um pouco menor */
.tarifas-btn {
    margin-top: 40px;
    width: 20%;
}

/* responsivo */
@media (max-width: 900px) {
    .tarifas-layout {
        grid-template-columns: 1fr;
    }

    .tarifas-card {
        margin: 0 auto;
        max-width: 400px;
    }

    .tarifas-title {
        font-size: 32px;
    }
}

/* ===================== CONTATO ===================== */

.contato-page {
    padding-top: 80px;
    padding-bottom: 80px;
}

.contato-title {
    text-align: center;
    font-size: 40px;
    font-weight: 800;
    color: #f64121;
    margin-bottom: 8px;
}

.contato-subtitle {
    text-align: center;
    font-size: 15px;
    margin-bottom: 30px;
}

.contato-msg {
    text-align: center;
    margin-bottom: 20px;
    font-size: 14px;
}

.contato-msg-ok {
    color: #15803d;
}

.contato-msg-erro {
    color: #b91c1c;
}

.contato-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 40px;
    align-items: flex-start;
}

/* Coluna de informações */
.contato-info h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

.contato-info p {
    font-size: 14px;
    margin-bottom: 6px;
}

/* Formulário bonito */
.contato-form #formContato {
    background: #ffffff;
    border-radius: 18px;
    padding: 24px 24px 26px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

.form-row-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 16px;
}

.form-group {
    margin-bottom: 14px;
}

#formContato label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 4px;
}

#formContato input,
#formContato textarea {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #ddd;
    padding: 10px 12px;
    font-size: 14px;
    outline: none;
    transition: border-color .15s ease, box-shadow .15s ease;
    resize: vertical;
}

#formContato input:focus,
#formContato textarea:focus {
    border-color: #f6511d;
    box-shadow: 0 0 0 1px rgba(246, 81, 29, 0.3);
}

.contato-btn {
    display: inline-block;
    margin-top: 8px;
    padding-left: 28px;
    padding-right: 28px;
}

/* Redes sociais abaixo do formulário */
.contato-redes {
    margin-top: 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    font-size: 14px;
}

.contato-redes-icones {
    display: flex;
    align-items: center;
    gap: 10px;
}

.contato-redes-icones img {
    width: 22px;
    height: 22px;
    display: block;
}

/* Responsivo */
@media (max-width: 900px) {
    .contato-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .contato-form #formContato {
        padding: 20px;
    }

    .form-row-2 {
        grid-template-columns: 1fr;
    }

    .contato-page {
        padding-top: 60px;
        padding-bottom: 60px;
    }
	
	.rodape-bottom { 
	    margin-top: 46px;
	}
}

