@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

:root {
   color-scheme: light dark;
}

html, body {
   width: 100%;
   height: 100% !important;
   padding: 0;
   margin: 0;
   font-family: hagrid, sans-serif;
}

body {
   font-family: hagrid, sans-serif;
   color: #2c562d;
   height: 100% !important;
   font-size: 18px !important;
}

h1, h2, h3, h4, h5, h6 {
   font-family: hagrid, sans-serif;
}

a { color: #2c562d !important; }
a:hover { text-decoration: underline; color: #a4e505; }

.input-style:focus {
   border-color: #000000;
   outline: 0;
   box-shadow: 0 0 0 0.2rem rgb(0 0 0 / 25%);
}

.form-btn {
   background-color: #FF7200;
   color: #FFF;
   font-weight: bold;
   padding: 5px 55px;
   text-decoration: none;
   transition: 0.5s;
   border: 0;
}
.form-btn.apoie_campanha {
   background-color: #a4e505;
   color: #2c562d;
   font-weight: 900;
   padding: 5px 55px;
   text-decoration: none;
   transition: 0.5s;
   border: 0;
   border-radius: 0;
}

.apoie_campanha_amarelo {
   background-color: #FFFC9C;
   color: #333;
   font-weight: bold;
   padding: 5px 55px;
   text-decoration: none;
   transition: 0.5s;
   border: 0;
}

.apoie_campanha_verde {
   background-color: #2c562d;
   color: #a4e505;
   font-weight: bold;
   padding: 5px 55px;
   text-decoration: none;
   transition: 0.5s;
   border: 0;
}

.form-btn:hover {
   text-decoration: none;
   background-color: #FFFC9C;
   transition: 0.5s;
   color: #000;
}

.form-btn:active {
   border-color: #000000 !important;
   outline: 0;
   box-shadow: 0 0 0 0.2rem rgb(0 0 0 / 25%) !important;
   background-color: #fff !important;
   transition: 0.5s;
   color: #000;
}

.form-btn:focus {
   border-color: #000000;
   outline: 0;
   box-shadow: 0 0 0 0.2rem rgb(0 0 0 / 25%);
   background-color: #b7b7b7;
   transition: 0.5s;
   color: #fff;
}

.agradecimento-compartilhar {
   font-size: 2.5em;
   color: #000 !important;
   padding-right: 10px;
   text-decoration: none;
   transition: 0.5s;
}

.agradecimento-compartilhar:hover {
   color: #fff !important;
   transition: 0.5s;
}

.socialmediaindividual {
   color: #fff !important;
   font-size: 1.3em;
   margin-left: 20px;
}

.socialmediaindividual:hover {
   color: #e63b46;
}

/* ==========================================================================
   Brasil Mais Saudável 2026 — estilos da index2.php
   ========================================================================== */

.font-hadrid { font-family: hagrid, sans-serif; font-weight: 400; font-style: normal; }
.font-hadrid-bold { font-family: hagrid, sans-serif; font-weight: 700; font-style: normal; }
.font-hadrid-extrabold { font-family: hagrid, sans-serif; font-weight: 800; font-style: normal; }

.verde-escuro { color: #2c562d; }
.verde-claro { color: #a4e505; }
.background-verde-claro { background-color: #a4e505; }
.tit-grande { font-size: 48px; }
.tit-secundario { font-size: 28px; }
.cor_amarelado { color: #F8FFE3; }

@media (max-width: 767px) {
   .tit-grande { font-size: 52px; }
   .tit-secundario { font-size: 22px; }
}

.tit-grande div {
   background: 50% 100%/50% 50% no-repeat radial-gradient(ellipse at bottom, #FFFC9C, transparent, transparent);
   -webkit-background-clip: text;
   background-clip: text;
   color: transparent;
   animation: reveal 3000ms ease-in-out forwards 200ms, glow 2500ms linear infinite 2000ms;
}

@keyframes reveal {
   80% { letter-spacing: 8px; }
   100% { background-size: 300% 300%; }
}
@keyframes glow {
   40% { text-shadow: 0 0 8px #FFFC9C; }
}

/* Botão Baixe o documento */
.btn-baixe-doc {
   display: inline-flex;
   align-items: stretch;
   text-decoration: none !important;
   border-radius: 0;
   overflow: hidden;
   cursor: pointer;
}

.btn-baixe-doc .texto {
   background-color: #a4e505;
   color: #2c562d;
   font-weight: 900;
   font-size: 16px;
   padding: 13px 24px;
   display: flex;
   align-items: center;
   line-height: 1;
}
.btn-baixe-doc .seta {
   font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
   background-color: #2c562d;
   color: #fff;
   display: flex;
   align-items: center;
   justify-content: center;
   padding: 13px 18px;
   font-size: 24px;
   font-weight: 900;
   line-height: 1;
}

.btn-baixe-doc .seta.branca {
   font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
   background-color: #FFF;
   color: #2c562d;
}
.btn-baixe-doc:hover .texto { background-color: #3a703a; text-decoration: none; color: #FFF; }
.btn-baixe-doc:hover .seta { background-color: #2c562d; color: #a4e505; }
.btn-baixe-doc:hover .seta.branca { background-color: #a4e505; color: #fff; }

/* Fatores de risco */
.fator-box {
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: flex-start;
   padding: 28px 16px 0;
   cursor: pointer;
   text-align: center;
   min-height: 190px;
   transition: filter 0.2s;
   user-select: none;
}
.fator-box:hover { filter: brightness(1.08); }
.fator-escuro { background-color: #2c562d; }
.fator-claro  { background-color: #6abf1e; }
.fator-escuro .fator-icone,
.fator-escuro .fator-label { color: #a4e505; }
.fator-claro .fator-icone,
.fator-claro .fator-label  { color: #2c562d; }
.fator-icone {
   font-size: 52px;
   margin-bottom: 14px;
   line-height: 1;
}
.fator-icone img {
   width: 52px;
   height: 52px;
   object-fit: contain;
}
.fator-label {
   font-weight: 800;
   font-size: 13px;
   line-height: 1.3;
   flex: 1;
}
.fator-mais {
   width: calc(100% + 32px);
   margin: 16px -16px 0;
   text-align: center;
   font-size: 56px;
   font-weight: 700;
   padding: 8px 0 14px;
   line-height: 20px;
   transition: transform 0.25s;
   display: inline-block;
}
.fator-escuro .fator-mais { background-color: #1e3d1f; color: #fff; }
.fator-claro  .fator-mais { background-color: #4a9010; color: #fff; }
.fator-box.ativo .fator-mais { color: #a4e505; }
.fator-panel { display: none; }
.fator-panel-inner {
   background-color: #f0f7e0;
   border-left: 5px solid #a4e505;
   padding: 24px 32px;
   color: #2c562d;
}
.fator-panel-inner h4 { color: #2c562d; font-weight: 700; margin-bottom: 12px; }
.fator-panel-inner sup { font-size: 11px; color: #2c562d; cursor: help; }
.fator-referencias { margin-top: 20px; padding-top: 12px; border-top: 1px solid #ccc; }
.fator-referencias ol { font-size: 12px; color: #555; padding-left: 18px; margin-bottom: 0; }
.fator-referencias li { margin-bottom: 6px; }
.fator-referencias a { color: #2c562d; word-break: break-all; }

/* Ícones sociais */
.social-linha { list-style: none; padding: 0; margin: 0; display: flex; gap: 8px; flex-wrap: wrap; }
.social-linha li {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   width: 42px;
   height: 42px;
   border: 2px solid #2c562d;
   border-radius: 6px;
   background: transparent;
   transition: background 0.2s, border-color 0.2s;
}
.social-linha li a { color: #2c562d !important; font-size: 18px; display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; text-decoration: none; }
.social-linha li:hover { background-color: #2c562d; }
.social-linha li:hover a { color: #a4e505 !important; }

.titulo-separador {
   display: flex;
   flex-direction: column;
   align-items: center;
}

.titulo-separador::after {
   content: '';
   width: 40px;
   height: 4px;
   background-color: #a4e505;
   margin-top: 30px;
   margin-bottom: 15px;
}

.ilustra-bicicleta {
   left: 50%;
   bottom: 0;
   width: 50%;
   margin-left: -50px;
   overflow: hidden;
   position: absolute;
}

/* Carrossel de apoiadores */
.apoiadores-indicators {
   position: static;
   display: flex;
   justify-content: center;
   gap: 8px;
   margin: 12px 0 0;
}
.apoiadores-indicators[data-bs-target],
.apoiadores-indicators button {
   box-sizing: content-box !important;
   width: 8px !important;
   height: 8px !important;
   border-radius: 50% !important;
   border: 0 !important;
   margin: 0 !important;
   padding: 0 !important;
   background-color: #ccc !important;
   opacity: 1 !important;
   text-indent: -9999px;
}
.apoiadores-indicators .active,
.apoiadores-indicators button.active {
   background-color: #2c562d !important;
}
