body {
	background-color: #f3f3f0;
	margin:0;
	font-size: 1.1em;
	font-family:'Poppins',sans-serif;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

a,
a:visited,
a:hover,
a:active {
  color: #fff;
  text-decoration: none;
}

h1 {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	}
h2 {
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	}	
h3 {
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	}	

.funciona {
    text-align:center; 
    margin:0.4em;
    padding-top:0.5em;
    padding-bottom:1.8em; 
    display:inline-block;
    width:45%;
    height:11em;
    background-color: #eaeaea;
    color: #000;
    opacity:0.9;
    border-style: groove;
    border-color: #373737;
    border-width: 1px;	
    border-radius:1em;
    box-shadow: 0px 0px 6px #373737;
    font-size:0.85em;
	}
	@media (min-width: 768px) {
.funciona {
    width: 14em;
	}}

.funciona_box {
    width: 97%;
	}
@media (min-width: 768px) {
.funciona_box {
    width: 950px;
	}}

.imagens {
	margin:0.9em;
	padding:0em; 
	filter: drop-shadow(0px 4px 8px  #414141); 
	width:80px; 
	}
.setas {
    text-align:bottom; 
    padding:0.4em; 
    width: 97%;
    height:auto;
    background-color: #eaeaea;
    opacity:0.9;
    border-radius:1em;
    vertical-align: top;
    box-shadow: 0px 0px 12px rgb(138, 138, 138);
	}
@media (min-width: 768px) {
.setas {
    width: 950px;
}}

.call {
    text-align:center;  
    margin-left: 3px;
    margin-right:3px;
    padding-top:1.5em;  
    background-color: #085486; 
    border-radius: 0.7em;
    width:97%; 
    height:3em;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);			
	}
@media (min-width: 768px) {
.call {
    width: 950px;
}}	

.cards {
    text-align:bottom; 
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left:5px;
    margin-right:5px;			
    padding:0.4em; 
    padding-top:0.4em;     
    display:inline-block;
    box-sizing: border-box;		
    width:93%;
    height:auto;
    background-color: #eaeaea;
    color: #000;
    opacity:0.9;
    border-style: groove;
    border-color: #373737;
    border-width: 1px;
    border-radius:1em;
    vertical-align: top;
    box-shadow: 0px 0px 12px rgb(138, 138, 138);
    line-height:1.2em;
}
@media (min-width: 768px) {
.cards {
    width: 450px;
	}}

.previsoes {
    margin:0em;
    width:97%;
}
@media (min-width: 768px) {
.previsoes {
    width: 950px;
}}	

.quem {
    text-align:center;  
    padding-top:1.5em;  
    width:97%; 
}
@media (min-width: 768px) {
.quem {
    text-align:center;      
    width: 950px;
}}	

#fundo-externo {
    overflow: hidden; 
    width: 100%;
    height: 100%;
    position: relative;
}
#fundo {
    position: fixed;
    width: 100%;
    height: 100%;
}
#fundo img {
    width: 100%;
    height:  100%;
    position: absolute;
}
#site {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 0px;
    margin-left: 0px;
    font-size:1em;
}

.video-container {
    position: relative;
    width: 97%;
    max-width: 390px; /* largura máxima (ajuste conforme layout) */
    aspect-ratio: 9 / 16; /* força formato vertical */
    overflow: hidden;
    border-radius:1em;	
    box-shadow: 0 16px 30px rgb(0, 0, 0);
}
.video-container iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 177.78%; /* 16/9 → necessário para cobrir vertical */
    height: 100%;
    transform: translate(-50%, -50%);
}

.preco {
    display: inline-block;
    position: relative;
    line-height:2em;
    width: 400px; 
    max-width: 98%;
    vertical-align: middle;
    height: auto;
    vertical-align: top;
}
/* Container principal da exibição */
.badge-preco {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 60px;
    margin-top:0em;
}

/* Rótulo superior sutil */
.badge-preco span {
    color: #000000;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 5px;
    z-index: 2;
}

/* O valor numérico do preço */
.valor {
    color: #000000;
    font-size: 25px;
    font-weight: 900;
    letter-spacing: -1px;
    z-index: 2;
    opacity: 0;
    /* O preço surge suavemente após a pincelada começar */
    animation: surgeTexto 0.6s ease forwards 0.4s; 
}

/* Container do SVG que fica exatamente atrás do texto */
.pincelada-container {
    position: absolute;
    top: 0px;
    left: 20px;
    width: 80%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

/* Estilização dos traços abstratos do pincel */
.traço-pincel {
    fill: none;
    stroke-linecap: round;
    /* Controla o comprimento do traço para a animação */
    stroke-dasharray: 600; 
    stroke-dashoffset: 600; 
    /* Animação que "desenha" a linha */
    animation: desenhaPincel 1.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

/* Traço principal - Base larga em tom Magenta/Rosa */
.traço-1 {
    stroke: #ffea8d;
    stroke-width: 60px;
    opacity: 0.7;
    animation-delay: 0.5s;
}

/* Traço secundário - Efeito abstrato em Ciano sobreposto */
.traço-2 {
    stroke: #ffe882;
    stroke-width: 15px;
    opacity: 0.7;
    animation-delay: 0.3s; /* Ligeiro atraso para parecer uma segunda pincelada natural */
}

/* Animação do efeito de pintura (SVG) */
@keyframes desenhaPincel {
    to {
    stroke-dashoffset: 0;
    }
}

/* Animação de aparição do texto */
@keyframes surgeTexto {
    to {
    opacity: 1;
    transform: scale(1);
    }
}