@font-face {
  font-family: "Inter-Regular";
  src: url("../fonts/Inter-Regular.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Inter-Medium";
  src: url("../fonts/Inter-Medium.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "OwnersText-Regular";
  src: url("../fonts/OwnersText-Regular.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "OwnersText-Light";
  src: url("../fonts/OwnersText-Light.woff") format("woff");
  font-display: swap;
}

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

@font-face {
  font-family: "OwnersText-Black";
  src: url("../fonts/OwnersText-Black.ttf") format("truetype");
  font-display: swap;
}


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


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

:root {
  --nav-color: transparent;
  --nav-color-hover: #454545;
  --main-color: #ebeef6;
  --title-nav: #454545;
  --nav-height: 96px;
  --footer-height:100px;
  --color1: #454545;
  --color2: #DD9037;
  --color3: #6A553E;
}

body {
    overflow-x: hidden;
    font-family: 'OwnersText-Regular', sans-serif;
    background: url(../images/background.jpg) no-repeat center;
    background-size: cover;
}

.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;
}

.container {
    width: 100%;
    max-width: 1546px;
    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: "OwnersText-Regular", sans-serif;
}

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

.title-main {
    position: relative;  
}

.title-main h1,
.title-main h2{
    font-size: 1.93rem;
    font-family: "OwnersText-Regular", sans-serif;
    font-weight: bold !important;
    position: absolute;
    right: 24%;
    top: 36%;   
}

@media (max-width: 767px) {
    .title-main h1, .title-main h2 {
            left: -39%;
    }
}

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


.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: #721c24;
    border: 1px solid #f5c6cb;
}

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

.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;
}

.field-error-message {
    display: block;
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 5px;
    font-weight: 500;
}

.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);
    }
}

.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;
    }
.footer-payments__image img { width: 95%; }
    h2 {
        font-size: 24px;
    }

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

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




/* ANIMAÇÕES */

.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 {
    position: relative;
}

.site-footer {
    background-color: #454545;
    color: #fff;
}

.footer-inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 48px;
    margin: 0 auto;
    padding: 51px 20px;
}

/* Coluna da marca */
.footer-brand {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.footer-logo img {
    max-width: 180px;
    height: auto;
}

.footer-social {
    display: flex;
    gap: 12px;
    align-items: center;
}

.footer-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.75;
    transition: opacity 0.2s;
}

.footer-social a:hover {
    opacity: 1;
}

.footer-social img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

/* Colunas de conteúdo */
.footer-col__title {
    font-size: 1.491rem;
    font-weight: 600;
    margin: 0 0 16px;
}

.footer-col__content {
    font-size: 0.9rem;
    line-height: 1.75;
    opacity: 0.85;
    display: flex;
    flex-direction: column;
}

.footer-col__content a {
    color: inherit;
    text-decoration: none;
    transition: border-color 0.2s;
    font-size: 0.994rem;
    width: max-content;
}

.footer-col--fale-conosco a {
    border-bottom: 1px solid #fff;
}

.footer-col__content a:hover {
    border-color: rgba(255, 255, 255, 0.7);
}

/* Barra de copyright */
.footer-bottom {
    padding: 20px 0;
    margin: 0 auto;
    text-align: center;
    background: #343434;
}

.footer-bottom p {
    font-size: 0.764rem;
    margin: 0;
    color: #fff;
}

.shape_footer_2 {
    position: absolute;
    right: 0;
    top: 0;
}

.shape_footer_1 {
    position: absolute;
    bottom: 51px;
}

/* ─── Desktop médio (até 1804px) ─────────────────────────────────────────── */

@media (min-width: 1025px) and (max-width: 1804px) {
    .footer-inner {
        padding: 51px 183px;
    }
}

/* ─── Tablet (até 1024px) ────────────────────────────────────────────────── */

@media (max-width: 1024px) {
    .footer-inner {
        grid-template-columns: 1fr 1fr;
        gap: 36px;
        padding: 48px 40px;
    }

    .footer-col__title {
        font-size: 1.3rem;
    }

    .footer-col__content {
        font-size: 0.875rem;
    }

    .footer-col__content a {
        font-size: 0.9rem;
    }
}

/* ─── Mobile (até 768px) ─────────────────────────────────────────────────── */

@media (max-width: 768px) {
    .footer-inner {
        grid-template-columns: 1fr;
        gap: 36px;
        padding: 40px 24px;
    }

    .footer-inner.container {
        flex-direction: column;
    }

    .footer-col {
        text-align: center;
    }

    .footer-col__content {
        align-items: center;
        font-size: 0.875rem;
    }

    .footer-col__title {
        font-size: 1.2rem;
        margin: 0 0 12px;
    }

    .footer-col__content a {
        font-size: 0.875rem;
    }

    .footer-bottom {
        padding: 16px 24px;
    }

    .footer-bottom p {
        font-size: 0.7rem;
    }

    .shape_footer_2 {
        width: 83px;
    }

    .shape_footer_1 {
        bottom: 10%;
        width: 72px;
    }
}

/* ─── Mobile pequeno (até 480px) ─────────────────────────────────────────── */

@media (max-width: 480px) {
    .footer-inner {
        padding: 32px 16px;
        gap: 28px;
    }

    .footer-col__title {
        font-size: 1.1rem;
    }

    .footer-col__content,
    .footer-col__content a {
        font-size: 0.825rem;
    }

    .footer-bottom p {
        font-size: 0.65rem;
    }
}


/* arrow scroll */
.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;
}
