/* ============================
   IDENTIDADE VISUAL CLÁSSICA
   ============================ */

/* Paleta baseada no logótipo:
   Verde profundo: #1F5E2E
   Verde claro: #4FAF4A
   Dourado: #F2C94C
   Laranja suave: #F2994A
   Cinza escuro: #333333
   Creme suave: #F4EDE2
*/

/* Importação da fonte principal */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');

/* ----------------------------
   BASE DO SITE
----------------------------- */

body {
    background-color: #F4EDE2;
    font-family: "Roboto Condensed", sans-serif;
    color: #333333;
    line-height: 1.55;
    font-weight: 300;
    margin: 0;
    padding: 0;
}

/* Classes de tradução */
.translation,
.translationDynamic {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    letter-spacing: 0.03em;
}

/* ----------------------------
   IMAGENS DE OFERTA
----------------------------- */

.offerItemImg {
    display: block !important;
    max-width: 230px !important;
    max-height: 95px !important;
    width: auto !important;
    height: auto !important;
}

.offerMarqueeImg {
    display: block !important;
    max-width: 60px !important;
    max-height: 60px !important;
    width: auto !important;
    height: auto !important;
}

/* ----------------------------
   LISTAS E ELEMENTOS
----------------------------- */

.li-offer {
    border: 2px solid #1F5E2E;
    border-radius: 8px;
    padding: 0.8rem;
    background-color: #FFFFFF;
    font-weight: 400;
}

/* ----------------------------
   FLAGS
----------------------------- */

.img-flag {
    border-radius: 1rem !important;
    height: 20px;
    display: block;
    vertical-align: middle;
}

/* ----------------------------
   SECÇÕES
----------------------------- */

section {
    background-color: #FFFFFF;
    background-size: cover;
    background-position: center;
    padding: 2rem 1rem;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    font-weight: 300;
}

/* ----------------------------
   BOTÕES
----------------------------- */

button {
    background-color: #1F5E2E;
    color: #FFFFFF;
    border: none;
    padding: 0.7rem 1.4rem;
    border-radius: 6px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    letter-spacing: 0.03em;
    cursor: pointer;
    transition: 0.3s ease;
}

button:hover {
    background-color: #4FAF4A;
}

/* ----------------------------
   BARRA SUPERIOR (be-opak)
----------------------------- */

.be-opak {
    display: flex;
    height: 90px;
    padding: 0.5rem 0.6rem;
    background: #F2C94C !important;
    justify-content: flex-end;
    align-items: center;
    border-radius: 100vw;
    margin-top: 1rem;
    box-shadow: 0 20px 40px rgba(27, 31, 10, 0.15);
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
}

/* ----------------------------
   ALINHAMENTO
----------------------------- */

.center-align {
    text-align: center !important;
}

/* ----------------------------
   LÍNGUAS
----------------------------- */

.language img {
    height: 30px;
}

/* ----------------------------
   VÍDEOS
----------------------------- */

video {
    width: 100%;
    height: auto;
}

/* ----------------------------
   UTILIDADES
----------------------------- */

.hidden {
    visibility: hidden !important;
}
