@font-face {
  font-family: 'GellatioPersonalUse';
  src: url('fontesnovas/GellatioPersonalUse.eot');
  src: url('fontesnovas/GellatioPersonalUse.eot?#iefix') format('embedded-opentype'),
    url('fontesnovas/GellatioPersonalUse.woff2') format('woff2'),
    url('fontesnovas/GellatioPersonalUse.woff') format('woff'),
    url('fontesnovas/GellatioPersonalUse.ttf') format('truetype'),
    url('fontesnovas/GellatioPersonalUse.svg#GellatioPersonalUse') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'TradeGothic-LT-bold';
    src: url('fontesnovas/TradeGothicLT-Bold.eot');
    src: url('fontesnovas/TradeGothicLT-Bold.eot?#iefix') format('embedded-opentype'),
        url('fontesnovas/TradeGothicLT-Bold.woff2') format('woff2'),
        url('fontesnovas/TradeGothicLT-Bold.woff') format('woff'),
        url('fontesnovas/TradeGothicLT-Bold.ttf') format('truetype'),
        url('fontesnovas/TradeGothicLT-Bold.svg#TradeGothicLT-Bold') format('svg');
    font-style: normal;
    font-display: swap;
}

	@font-face {
    font-family: 'TradeGothic-LT';
    src: url('fontesnovas/TradeGothicLT.eot');
    src: url('fontesnovas/TradeGothicLT.eot?#iefix') format('embedded-opentype'),
        url('fontesnovas/TradeGothicLT.woff2') format('woff2'),
        url('fontesnovas/TradeGothicLT.woff') format('woff'),
        url('fontesnovas/TradeGothicLT.ttf') format('truetype'),
        url('fontesnovas/TradeGothicLT.svg#TradeGothicLT') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
	
.texto{
    font-family: "TradeGothic-LT" !important ;
	font-weight:600 !important;
	font-size: 28px;
}


.texto2{
    font-family: "TradeGothic-LT" !important ;
	font-size: 26px;
	line-height: 26px!important;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    color: #4b4b4b;
}

img {
    max-width: 100%;
    display: block;
}

a {
    text-decoration: none;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}

/* ===================== HEADER (SESSÃO 1) ===================== */

header {
    background-color: #ffffff;
    padding: 16px 0;
    border-bottom: 1px solid #eee;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.header-text span {
    display: block;
    color: #4b4b4b;
}

.header-text span:first-child {
    font-weight: 600;
}

.header-logo {
    height: 90px;
}

/* ===================== BANNER (SESSÃO 2) ===================== */

.banner {
    width: 100%;
    background-image: url(images/banner.jpg);
    background-size: cover;
    background-position: center;
    color: #ffffff;
    position: relative;
}

.banner-overlay {
    /*background: linear-gradient(to right, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.15));*/
    padding: 18% 0;
}

.banner-content {
    max-width: 600px;
}

.banner h1 {
    font-family: "TradeGothic-LT-bold", Arial, sans-serif;
    font-size: 60px;
    margin-bottom: 16px;
    line-height: 60px;
    font-weight: 400;
}

.banner p {
    font-size: 28px;
    margin-bottom: 10px;
}
@media only screen and (max-width: 768px){
    .banner p{
        font-size: 16px;
    }
}

.banner p strong {
    font-weight: 700;
}

.btn-primary {
    display: inline-block;
    background-color: #b31619;
    color: #ffffff;
    padding: 7px 35px;
    border-radius: 25px;
    font-family: "TradeGothic-LT-bold", Arial, sans-serif;
    font-weight: 800;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    border: none;
    cursor: pointer;
    text-align: center;
}
@media only screen and (max-width:768px){
    .btn-primary{
        font-size: 14px;
    }
}
.btn-primary[type="submit"]{
    background-color: #fa8426;
    color: #ffffff;
}

.btn-primary:hover {
    filter: brightness(1.05);
}

/* ===================== Celebre o natal (SESSÃO 2) ===================== */

.section-celebre {
    background-color: #ffffff;
    padding: 40px 0 40px;
    text-align: center;
}

h2{
    font-family: 'TradeGothic-LT-bold', Arial, Helvetica, sans-serif;
    color: #b31619;
    font-size: 33px;
}

.section-celebre p {
    margin: 5px auto 10px;
    line-height: 30px;
}

/* ===================== RECEITA (SESSÃO 4) ===================== */

.section-receita {
    padding: 20px 0;
    overflow: hidden;
}

.receita-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
    gap: 32px;
    align-items: flex-start;
    position: relative;
}
.tit_rec h3{
    color:#FFF;
    padding: 20px 30px;
    font-family: "TradeGothic-LT-bold", Arial, sans-serif;
    text-align: center;
    position: relative;
    z-index: 999;
    font-size: 28px;
    background-color: #b31619;
}
@media only screen and (max-width:768px){
    .tit_rec{
        z-index: 0;
    }
}
h4 {
    font-family: "TradeGothic-LT-bold", Arial, sans-serif;
    font-size: 36px;
    font-weight: 900;
    color: #b31619;
    margin-bottom: 16px;
	line-height:32px;
}

.section-receita ul {
    margin-left: 18px;
}

.section-receita ul li {
    margin-bottom: 6px;
}

.section-receita p {
    margin-bottom: 10px;
}

.section-receita a {
    color: #b31619;
    font-weight: 600;
}

.section-receita a:hover {
    text-decoration: underline;
}

.receita-img {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/* ===================== FOOTER (SESSÃO 5) ===================== */

footer {
    background-color: #fa8426;
    color: #ffffff;
    padding: 30px 0 30px;
}

.footer-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
}

.footer-icons {
    display: flex;
    gap: 30px;
    font-size: 40px;
    justify-content: center;
    flex-wrap: wrap;
}

.footer-icons a {
    color: #ffffff;
    border: 2px solid #ffffff;
    padding: 10px;
    border-radius: 50px;
    height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-icons a:hover {
    opacity: 0.8;
}

.footer-logo {
    height: 90px;
}

.footer-copy {
    margin-top: 10px;
    font-size: 12px;
    opacity: 0.85;
}

/* ===================== RESPONSIVO ===================== */

@media (max-width: 768px) {
    .banner h1 {
        font-size: 30px;
        line-height: 30px;
    }

    .receita-grid {
        grid-template-columns: 1fr;
    }

    .header-inner,
    .footer-inner {
        justify-content: center;
        text-align: center;
    }

    .header-logo,
    .footer-logo {
        margin-left: auto;
        margin-right: auto;
    }

    .header-text span {
        font-size: 13px;
    }
}

.form-popup-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 999;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

.form-popup-overlay.is-open {
    display: flex;
}
/* ====== CONTAINER DO POPUP / CARD ====== */

.form-popup-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.6);
    z-index: 999;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

.form-popup-overlay.is-open {
    display: flex;
}

.form-popup-card {
    max-width: 760px;
    width: 100%;
    border-radius: 32px;
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(0,0,0,.22);
    padding: 26px 22px 24px;
    position: relative;
    text-align: center;
}

/* X de fechar */
.form-popup-close {
    position: absolute;
    top: 12px;
    right: 18px;
    border: none;
    background: transparent;
    color: #4b4b4b;
    font-size: 20px;
    cursor: pointer;
}

/* título/subtítulo */
.form-popup-title {
    font-family: "GGellatioPersonalUse", "Pacifico", cursive;
    font-size: 38px;
    color: #fa8426;
    text-align: center;
    margin-bottom: 6px;
}

.form-popup-subtitle {
    font-size: 14px;
    text-align: center;
    margin-bottom: 18px;
}

/* ====== CAIXA BRANCA QUE ABRIGA OS PILLS ====== */

.form-popup-card form {
    background: #ffffff;
    border-radius: 26px;
    border: 1px solid #f1f1f1;
    padding: 18px 18px 16px;
}

/* ====== PILLS ====== */

.form-fields {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.field-pill {
    width: 100%;
}

/* inputs / selects / textarea com carinha de “pill” */

.field-pill input,
.field-pill select,
.field-pill textarea {
    width: 100%;
    border: none;
    background: #ffe1c7;        /* laranja bem clarinho */
    border-radius: 999px;
    padding: 11px 40px 11px 18px;
    font-family: "TradeGothic-LT-bold", Arial, sans-serif;
    font-size: 20px;
    color: #4b4b4b;
    outline: none;
    box-shadow: none;
}

/* textarea com cantos mais suaves */
.field-pill textarea {
    border-radius: 22px;
    min-height: 76px;
    resize: vertical;
}

.field-pill ::placeholder {
    color: #8a8a8a;
}

/* selects com setinha à direita, igual arte */
.field-pill select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%234b4b4b' stroke-width='1.4' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 10px 6px;
}

/* botão enviar ocupando toda a largura, mesmo pill */

.form-submit-wrapper {
    margin-top: 14px;
}

.form-submit-wrapper .btn-primary {
    width: 100%;
    text-align: center;
}

/* observação embaixo */

.form-note {
    margin-top: 6px;
    font-size: 12px !important;
    text-align: center;
    color: #777777;
}

/* responsivo */

@media (max-width: 480px) {
    .form-popup-card {
        padding: 22px 14px 20px;
        border-radius: 26px;
    }

    .form-popup-card form {
        padding: 14px 12px 14px;
    }
}
/* wrapper quando houver erro */
.field-error input,
.field-error select,
.field-error textarea {
    border: 1px solid #e53935 !important;
}

/* mensagem de erro acima do campo */
.field-error-msg {
    color: #e53935;
    font-size: 12px;
    margin: 0 0 4px 6px;
}
.form-popup-success .popup-title {
    font-family: "GellatioPersonalUse", "Pacifico", cursive;
    margin-bottom: 10px;
    color: #fa8426; /* laranja ABIQ */
}

.form-popup-success .popup-text {
    font-family: "TradeGothic-LT", Arial, sans-serif;
    color: #4b4b4b;
    line-height: 1.5;
    margin-bottom: 20px;
    text-align: center;
}
.outro-input {
    display: none;
    margin-top: 8px;
    width: 100%;
    padding: 10px 16px;
    border-radius: 999px;
    border: 1px solid #ffd1a1;
    background-color: #ffe5cc;
    font-family: "TradeGothic-LT", sans-serif;
    font-size: 0.9rem;
    color: #4b4b4b;
}

.outro-input.is-visible {
    display: block;
}

ul li {
    list-style: none; /* remove a bolinha padrão */
    position: relative;
    padding-left: 18px; /* espaço para a bolinha nova */
}

ul li::before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #b31619; /* AQUI você escolhe a cor da bolinha */
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px; /* ajuste vertical */
}
.title-back{
    background-color: #b31619;
    color:#FFF;z-index: 9;
    position: relative;
    padding-bottom:15px;
    max-width: 640px;
    margin: auto;
    margin-top: -20px;
    font-family: "GellatioPersonalUse", "Pacifico", cursive;
    font-size: 36px;
    margin-bottom: 10px;
    text-align: center;
    text-shadow: 0px 0px 10px #000000bf;
}
@media only screen and (max-width:768px){
    .title-back{
        font-size: 28px;
    }
}
/* container geral do checklist */
.checklist-group {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

/* label de título do grupo */
.checklist-label {
    flex: 0 0 100%;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--texto, #444);
    margin-bottom: 0.25rem;
}

/* cada opção */
.checklist-option {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.9rem;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #ffe1c7;
    cursor: pointer;
    font-size: 0.9rem;
    color: var(--texto, #444);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
    transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease;
}

/* hover */
.checklist-option:hover {
    border-color: var(--laranja, #fa8426);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.06);
    transform: translateY(-1px);
}

/* checkbox customizado */
.checklist-option input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    border: 2px solid var(--laranja, #fa8426);
    margin-right: 0.4rem;
    position: relative;
    display: inline-block;
    flex-shrink: 0;
    background: #fff;
    transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    padding: 8px;
}

/* estado focado (acessibilidade) */
.checklist-option input[type="checkbox"]:focus-visible {
    outline: none;
    box-shadow:
        0 0 0 2px #fff,
        0 0 0 4px rgba(250, 132, 38, 0.5);
}

/* estado marcado */
.checklist-option input[type="checkbox"]:checked {
    background: var(--laranja, #fa8426);
    border-color: var(--laranja, #fa8426);
}

/* “check” dentro da caixinha */
.checklist-option input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    width: 4px;
    height: 9px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    left: 6px;
    top: 2px;
}

/* texto da opção */
.checklist-option span {
    line-height: 1.2;
}

/* opção Outros pode ter um destaque leve se quiser */
.checklist-option--outro {
    border-style: dashed;
    border-color: rgba(250, 132, 38, 0.6);
}

/* input "Outros" com animação de aparecer/sumir */
.outro-input {
    width: 100%;
    margin-top: 0.5rem;
    border-radius: 6px;
    border: 1px dashed rgba(250, 132, 38, 0.75);
    padding: 0 0.75rem;
    font-size: 0.9rem;
    color: var(--texto, #444);
    background: #fff8f1;

    /* animação */
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    transition:
        max-height 0.25s ease,
        opacity 0.25s ease,
        padding 0.25s ease,
        visibility 0.25s ease;
}

.outro-input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}

/* quando visível */
.outro-input.is-visible {
    max-height: 80px;
    opacity: 1;
    visibility: visible;
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
}
.container.box{
    box-shadow: 0px 0px 10px #00000057;
    border-radius: 70px;
    z-index: 99;
    position: relative;
    margin-top: -70px;
    background: #ffffff;
    padding: 25px;
    max-width: 1000px;
}
.section-conheca{
    padding: 60px 0;
    background-color: #ebebeb;
}
.conheca-grid{
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
    gap: 32px;
    align-items: flex-start;
    position: relative;
}
@media (max-width: 768px) {
    .conheca-grid {
        grid-template-columns: 1fr;
    }
}
.section-conheca h3{
    color: #b31619;
    font-family: "TradeGothic-LT-bold", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 40px;
}
/* POPUP DE SUCESSO */
.success-popup {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.55);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.success-popup.is-open {
    display: flex;
}

.success-popup__content {
    background: #fff;
    padding: 30px 40px;
    border-radius: 16px;
    max-width: 650px;
    width: 90%;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.25);
    animation: fadeInScale .25s ease-out;
}

@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(.85);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Botão fechar */
.success-popup .btn-primary {
    margin-top: 20px;
}
