* {
    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"],
.hero-input-wrapper input[type="time"] {
    border: none;
    width: 100%;
    font-size: 13px;
    color: #111827;
    background: transparent;
    outline: none;
}

.hero-form-group-time {
    grid-column: 1 / -1;
}

.hero-time-wrapper {
    min-height: 46px;
    border: 2px solid rgba(255,255,255,0.42);
    box-shadow: 0 10px 20px rgba(0,0,0,0.16);
}

.hero-time-wrapper input[type="time"] {
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0;
}

/* 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;
}

/* Comparativo de precos da home */
.hero-card { width: 100%; max-width: 490px; border-radius: 30px 30px 0 0; overflow: visible; }
.hero-card-top { position: relative; padding: 10px 24px 34px; border-radius: 30px 30px 0 0; }
.hero-card-top h2 { font-size: 42px; line-height: 1.15; }
.hero-economia-faixa { position: absolute; left: 50%; bottom: -13px; z-index: 2; width: max-content; max-width: calc(100% - 50px); transform: translateX(-50%); padding: 8px 18px; border-radius: 12px; background: #101c31; color: #fff; font-size: 16px; font-weight: 800; white-space: nowrap; }
.hero-economia-faixa span, .hero-economia-faixa strong { color: #ffc928; }
.hero-card-body { padding: 32px 20px 24px; background: #ff3d18; }
.hero-comparativo-online { display: grid; grid-template-columns: 1fr 1.15fr; align-items: center; min-height: 150px; color: #fff; }
.hero-oferta-identidade { display: grid; grid-template-columns: 68px 1fr; align-items: center; gap: 12px; padding-right: 14px; border-right: 1px dashed rgba(255,255,255,0.85); }
.hero-oferta-icone { display: flex; align-items: center; justify-content: center; width: 68px; height: 68px; border-radius: 50%; background: #fff; color: #ff3d18; font-size: 34px; font-weight: 900; }
.hero-oferta-icone img { width: 52px; height: 52px; object-fit: contain; }
.hero-oferta-identidade strong { display: block; font-size: 19px; line-height: 1.05; }
.hero-oferta-identidade span { display: block; margin-top: 4px; font-size: 13px; }
.hero-oferta-identidade small { display: inline-block; margin-top: 9px; padding: 4px 8px; border-radius: 6px; background: #ffd32b; color: #102039; font-size: 11px; font-weight: 900; white-space: nowrap; }
.hero-oferta-preco { padding-left: 14px; }
.hero-oferta-a-partir { display: block; margin-bottom: 2px; text-align: center; font-size: 13px; }
.hero-price-line { display: grid; grid-template-columns: auto auto auto; grid-template-rows: auto auto; align-items: start; justify-content: center; gap: 0 4px; margin: 0; color: #fff; }
.hero-price-rs { grid-row: 1 / 3; align-self: center; font-size: 18px; transform: none; }
.hero-price-main { grid-row: 1 / 3; font-size: 98px; line-height: 0.88; }
.hero-price-cents { grid-column: 3; grid-row: 1; align-self: start; padding-top: 5px; font-size: 26px; transform: none; }
.hero-price-dia { grid-column: 3; grid-row: 2; align-self: end; padding-bottom: 4px; font-size: 17px; transform: none; }
.hero-comparativo-local { display: grid; grid-template-columns: 1fr 1fr; align-items: center; margin-top: 12px; padding: 14px 16px; border-radius: 18px 18px 0 0; background: #fff; color: #101c31; }
.hero-local-identidade { display: flex; align-items: center; gap: 12px; padding-right: 12px; border-right: 1px solid #7f8793; }
.hero-local-icone { display: flex; align-items: center; justify-content: center; width: 52px; height: 52px; border-radius: 50%; background: #101c31; color: #fff; font-size: 18px; }
.hero-local-icone img { width: 52px; height: 52px; object-fit: contain; background-color: white;}
.hero-local-identidade strong, .hero-local-identidade span { display: block; }
.hero-local-identidade strong { font-size: 16px; }
.hero-local-identidade span { color: #ef3f23; font-size: 12px; }
.hero-local-preco { display: flex; align-items: baseline; justify-content: center; gap: 3px; }
.hero-local-preco span { font-weight: 700; }
.hero-local-preco strong { font-size: 56px; line-height: 1; }
.hero-local-preco b { font-size: 26px; }
.hero-local-preco small { font-weight: 800; }
.hero-melhor-preco { display: flex; align-items: center; gap: 14px; padding: 12px 18px; border-radius: 0 0 18px 18px; background: #101c31; color: #fff; }
.hero-desconto-icone { display: flex; align-items: center; justify-content: center; width: 50px; height: 50px; flex: 0 0 auto; border-radius: 50%; background: #ffd32b; color: #101c31; font-size: 24px; font-weight: 900; }
.hero-melhor-preco p { margin: 0; font-size: 16px; line-height: 1.3; }
.hero-melhor-preco strong { color: #ffd32b; }
.hero-reserva-form { margin-top: 18px; }
.hero-reservar-btn { position: static; width: 100%; min-height: 52px; margin: 0; padding: 8px 22px; justify-content: space-between; }

/* 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;
}

.reserva-confirmacao-page {
    background: #f7f7f7;
}

.reserva-confirmacao-box {
    max-width: 760px;
    margin: 0 auto;
    background: #fff;
    border-radius: 18px;
    padding: 34px;
    box-shadow: 0 18px 45px rgba(0,0,0,0.12);
    text-align: center;
}

.reserva-confirmacao-kicker {
    display: inline-block;
    margin: 0 0 10px;
    padding: 6px 14px;
    border-radius: 999px;
    background: #f64120;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
}

.reserva-confirmacao-box h1 {
    color: #f64120;
    margin-bottom: 12px;
}

.reserva-confirmacao-texto,
.reserva-confirmacao-ajuda {
    font-size: 16px;
    line-height: 1.55;
    margin: 14px auto;
    max-width: 620px;
}

.reserva-confirmacao-resumo {
    margin: 24px auto;
    padding: 20px;
    border-radius: 12px;
    background: #fff7f4;
    text-align: left;
    max-width: 520px;
}

.reserva-confirmacao-resumo h2 {
    margin-top: 0;
    color: #f64120;
}

.reserva-confirmacao-resumo p {
    margin: 8px 0;
}

.reserva-confirmacao-voltar {
    background: #111;
}

.btn-pagamento-finalizar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(100%, 360px);
    min-height: 58px;
    margin: 20px auto 8px;
    padding: 16px 28px;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    background: #18a558;
    box-shadow: 0 12px 28px rgba(24, 165, 88, 0.28);
}

.pagamento-escolha {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    max-width: 520px;
    margin: 18px auto 8px;
}

.btn-pagamento-opcao {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 15px 18px;
    border-radius: 999px;
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    font-weight: 800;
    text-transform: uppercase;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
}

.btn-pagamento-pix {
    background: #18a558;
}

.btn-pagamento-cartao {
    background: #111827;
}

#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;
}

#formReserva .termo-aceite {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 16px 0 8px;
    font-size: 14px;
    line-height: 1.45;
}

#formReserva .termo-aceite input {
    width: auto;
    margin-top: 3px;
    flex: 0 0 auto;
}

.termo-link {
    padding: 0;
    border: none;
    background: transparent;
    color: #f64120;
    font: inherit;
    font-weight: 700;
    text-decoration: underline;
    cursor: pointer;
}

.termo-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    padding: 24px;
    background: rgba(0, 0, 0, 0.58);
    overflow-y: auto;
}

.termo-modal.ativo {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.termo-modal-box {
    position: relative;
    width: min(100%, 760px);
    max-height: calc(100vh - 48px);
    overflow-y: auto;
    margin: auto 0;
    padding: 28px;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.25);
}

.termo-modal-box h2 {
    color: #f64120;
    margin-right: 34px;
    margin-bottom: 14px;
}

.termo-modal-conteudo h3 {
    margin: 16px 0 6px;
    font-size: 16px;
}

.termo-modal-conteudo p {
    margin: 0 0 10px;
    line-height: 1.55;
}

.termo-modal-fechar {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 34px;
    height: 34px;
    border: none;
    border-radius: 50%;
    background: #111;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
}

.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;
    }
    .pagamento-escolha {
        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;
	}
}

@media (max-width: 560px) {
    .hero-card-top h2 { font-size: 32px; }
    .hero-economia-faixa { max-width: calc(100% - 24px); padding: 8px 12px; font-size: 13px; }
    .hero-card-body { padding: 30px 12px 20px; }
    .hero-comparativo-online { grid-template-columns: 1fr 1.05fr; }
    .hero-oferta-identidade { grid-template-columns: 48px 1fr; gap: 8px; padding-right: 8px; }
    .hero-oferta-icone { width: 48px; height: 48px; font-size: 25px; }
    .hero-oferta-identidade strong { font-size: 15px; }
    .hero-oferta-identidade span { font-size: 11px; }
    .hero-oferta-identidade small { padding: 3px 5px; font-size: 9px; }
    .hero-oferta-preco { padding-left: 8px; }
    .hero-price-main { font-size: 82px; }
    .hero-price-cents { font-size: 23px; }
    .hero-price-rs, .hero-price-dia { font-size: 14px; }
    .hero-comparativo-local { grid-template-columns: 1.15fr 1fr; padding: 12px 10px; }
    .hero-local-identidade { gap: 8px; padding-right: 8px; }
    .hero-local-icone { width: 40px; height: 40px; }
    .hero-local-identidade strong { font-size: 13px; }
    .hero-local-preco strong { font-size: 43px; }
    .hero-local-preco b { font-size: 20px; }
    .hero-local-preco span, .hero-local-preco small { font-size: 11px; }
    .hero-melhor-preco { padding: 10px 12px; }
    .hero-desconto-icone { width: 42px; height: 42px; }
    .hero-melhor-preco p { font-size: 13px; }
    .hero-reservar-btn { width: 100%; margin: 0; }
}
