

@font-face {
    font-family: "Croih-Bold";
    src: url("../fonts/Croih-Bold.ttf") format("truetype");
    font-display: swap;
    font-weight: 600;
}


@font-face {
    font-family: "Croih-Bold";
    src: url("../fonts/Croih-Bold.ttf") format("truetype");
    font-display: swap;
    font-weight: 600;
}


@font-face {
    font-family: "Croih-Light";
    src: url("../fonts/Croih-Light.ttf") format("truetype");
    font-display: swap;
    font-weight: 300;
}


@font-face {
    font-family: "Croih-Regular";
    src: url("../fonts/Croih-Regular.ttf") format("truetype");
    font-display: swap;
    font-weight: 400;
}

@font-face {
    font-family: "LilitaOne-Regular";
    src: url("../fonts/LilitaOne-Regular.ttf") format("truetype");
    font-display: swap;
    font-weight: 400;
}

@font-face {
    font-family: "Outfit-Bold";
    src: url("../fonts/Outfit-Bold.ttf") format("truetype");
    font-display: swap;
    font-weight: 600;
}

@font-face {
    font-family: "Outfit-Medium";
    src: url("../fonts/Outfit-Medium.ttf") format("truetype");
    font-display: swap;
    font-weight: 500;
}

@font-face {
    font-family: "Outfit-Regular";
    src: url("../fonts/Outfit-Regular.ttf") format("truetype");
    font-display: swap;
    font-weight: 400;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
    min-height: 100%;
}

body {
    min-height: 100vh;
    overflow-x: hidden;
    font-family: 'Outfit-Regular', sans-serif;
    background: #f4f3ed
}

/* Remove o flex do body e usa outra estratégia */
.site-footer {
    margin-top: auto;
}
.divider {
    width: 435px;
    height: 1px;
    background: rgba(255, 255, 255, 0.8);
    margin: 20px 0;    
}

@keyframes toTop {
	0% {
		opacity: 0;
		transform: translateY(-10px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
.grecaptcha-badge { 
    visibility: hidden; 
}


.warning-stating {
    color: rgb(197, 72, 72);
    text-align: center;
    font-style: italic;
    display: flex;
    justify-content: center;
}

#units-buttons {
  position: relative;
  color: #fff;
  margin-top: 0;
  padding: 53px 0;
  display: flex;
  justify-content: center;
  width: 100%;
  background-size: cover;    
  overflow: hidden;
}

#units-buttons::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../../../images/background-buttons.png") no-repeat center/cover;
  z-index: -1;
}

#units-buttons .section-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1153px;
  margin: 0 auto;
}

#units-buttons .section-title {
    margin-bottom: 38px;
    text-align: center;
}

#units-buttons .section-title,
#units-buttons .buttons-container,
#units-buttons .btn-unit {
    z-index: 99999999999999999 !important;
}

.buttons-container {
    display: flex;
    justify-content: space-between;   
    gap: 20px;
}

.btn-unit {
    border: 1px solid #fff;
    border-radius: 8px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 18px;    
    cursor: pointer;
    color: #fff;
}

.btn-unit:hover {
    background: #000;
    color: #FFF;
}

/*

html, body {
  scrollbar-width: none;      
  -ms-overflow-style: none; 
  overflow: auto;  
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none; 
}*/

#home {
    background: #000;
}


.container {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}

@media (min-width: 1200px) and (max-width: 1348px) {
    .container {
        max-width: 1200px
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .container {
        max-width: 1000px
    }
}

h1 {
    font-size: 2.688rem;
    line-height: 100%;
    text-align: center;
    padding: 0 20px;
   
    font-family: "CormorantInfant-Regular", sans-serif;
}

h2,
h3 {
  font-family: "Outfit-Regular", sans-serif;
}
h2 {
    font-size: 47px;
    line-height: 140%;
    font-weight: 500 !important;
}

.text {
    font-size: 27px;
    font-weight: 400 !important;
    text-align: center;
    line-height: 35px;
    margin-top: 35px;
    font-family: "Outfit-Regular", sans-serif;
}

.lazy-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: none ;
}

.fp-two-grid__desc p,
.description p,
.description {
   font-size: 24px;
   color: #F9E5CD;
   font-family: "Outfit-Regular", sans-serif;
   line-height: 33px;
}


.title-2 { 
    margin: 0 0 12px; 
    font-size: clamp(22px, 3vw, 32px); 
    line-height: 1.2; 
    color: #f9e5cd;
    font-weight: 800;
    font-weight: bold !important; 
    text-transform: uppercase; 
}

.title-secondary {
    font-family: "CormorantInfant-Regular", sans-serif;
    font-size: 38px;
    color: #F9E5CD;
    text-transform: uppercase;
}

p {
    
    font-weight: 400 !important;
}

.button-link {
    border: 1px solid #F9E5CD;
    border-radius: 20px;
    text-transform: uppercase;
    border-top-width: 1px;
    display: block;
    color: #F9E5CD;
    display: block;
        height: 48px;
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;

}

.button-link:hover {
    background: #F9E5CD;
    color: #000
}

.form-message {
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
    transition: all 0.3s ease;
}

.form-message.success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.form-message.error {
    background-color: #f8d7da;
    color: #fff;
    border: 1px solid #f5c6cb;
}

.form-message.loading {
    background-color: #d1ecf1;
    color: #0c5460;
    border: 1px solid #bee5eb;
}

/* Estilos para campos com erro */
.field-error {
    border: 2px solid #dc3545 !important;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}

.field-error:focus {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}

/* Mensagens de erro dos campos */
.field-error-message {
    display: block;
    color: #ffff;
    font-size: 0.875rem;
    margin-top: 5px;
    font-weight: 500;
}

/* Animação para mensagens */
.form-message,
.field-error-message {
    animation: fadeIn 0.3s ease-in;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Estilos para loading */
.form-message.loading::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #0c5460;
    border-radius: 50%;
    border-top-color: transparent;
    animation: spin 1s linear infinite;
    margin-left: 10px;
    vertical-align: middle;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 768px) {
    .fp-two-grid__desc p,
    .description p,
    .description  {
        font-size: 16px;
        line-height: 23px !important;
    }
    .form-message {
        padding: 12px;
        font-size: 0.9rem;
    }

    h2 {
        font-size: 24px;
    }

    .title-secondary {
        font-size: 24px !important;
    }

    .button-link {
        width: 70%;
        font-size: 16px;
    }
    
    .field-error-message {
        font-size: 0.8rem;
    }
}

.animeStart {
    animation: reveal 1000ms 0ms 1 both;
}

@keyframes reveal {
    0% {
        transform: translate3d(0px, -20px, 0px);
    }
    
    100% {
        transform: none;
    }
}

[data-anime] .toOpacity {
  opacity: 0;
  transition: opacity 0.8s ease;    
}

[data-anime].animation .toOpacity {
  opacity: 1;   
}

[data-anime] .toLeft,
[data-anime] .toRight,
[data-anime] .toTop,
[data-anime] .flip {
  opacity: 0;
  transform: translateX(0) translateY(0);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

[data-anime] .toLeft {
  transform: translateX(-100px);
}

[data-anime] .toRight {
  transform: translateX(100px);
}

[data-anime] .toTop {
  transform: translateY(100px);
}

[data-anime].animation .toLeft,
[data-anime].animation .toRight,
[data-anime].animation .toTop,
[data-anime].animation .flip {
  opacity: 1;
  transform: translateX(0) translateY(0);
}

/* footer */
footer {
    background: url(/wp-content/uploads/2026/04/banner-footer.jpg) repeat;
        background-size: contain;
}

/* Adicione no seu CSS */
.site-footer {
    margin: 0;
    padding: 0;
    display: block;
}

/* Garante que nada após o footer__inner crie espaço */
.site-footer > *:last-child {
    margin-bottom: 0;
}

footer .footer__inner {
    padding: 40px 20px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.footer__inner h2,
.footer__inner p {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.705rem;
}

/* Laptop (até 1024px) */
@media (max-width: 1024px) {
    footer .footer__inner {
        padding: 32px 40px;
        gap: 16px;
    }

    .footer__inner h2,
    .footer__inner p {
        font-size: 1.5rem;
    }
}

/* Tablet (até 768px) */
@media (max-width: 768px) {
    footer .footer__inner {
        padding: 28px 24px;
        gap: 9px;
    }

    .footer__inner h2,
    .footer__inner p {
        font-size: 0.75rem;
        text-align: center;
    }
}

/* Mobile (até 480px) */
@media (max-width: 480px) {
    footer .footer__inner {
        padding: 24px 16px;
    }

    footer {
        background-size: cover
    }
}

.arrow-scroll {
    width: 62px;
    height: 62px;
    cursor: pointer;
    position: fixed;
	right: 14px;
    bottom: 140px;;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.arrow-scroll.show {
    opacity: 1;
    visibility: visible;
}

.arrow-scroll::after {
    content: '';
    background: url(../images/arrow-scroll.svg) no-repeat;
    width: 62px;
    height: 62px;
    background-size: 62px;   
    display: block;
    transition: all .5s ease;
}

.arrow-scroll:hover::after {
    content: '';
    background: url(../images/arrow-scroll-hover.svg) no-repeat;
    width: 62px;
    height: 62px;
    background-size: 62px;   
    display: block;
}
