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

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


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

@font-face {
  font-family: "Avenir LT Std";
  src:
    url("../fonts/AvenirLTStd-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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


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

@font-face {
    font-family: "bebas-neue-light";
    src: url("../fonts/bebas-neue-light.otf") format("opentype");
    font-display: swap;
}

@font-face {
    font-family: "bebas-neue-pro-regular";
    src: url("../fonts/bebas-neue-pro-regular.otf") format("opentype");
    font-display: swap;
}

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

body {
  overflow-x: hidden;
  font-family: 'Questrial-Regular', sans-serif;
  background: #000;
}

.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: 1365px;
    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: "Questrial-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: "Questrial-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: "Questrial-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: #721c24;
    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: #dc3545;
    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;
    }
.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;
    }
}

.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: #000;
    color: #fff;
    padding: 70px 0 70px;
    position: relative; 
}

.footer-water {
    position: absolute;
    right: 0;
    bottom: 0;
}

.line-bar {
    height: 1px;
    width: 100%;
    background: #FFF;
    margin-bottom: 34px;
    margin-top: 20px;
}

.footer-hours {
    display: flex;
    justify-content: space-between;
}

.footer-hours__title {
     font-weight: bold !important;
    font-size: 24px;
    line-height: 100%;   
}

.footer-hours__subtitle {
    font-size: 16px;
}

.footer-hours__list {
    font-size: 24px;
}

.footer-payments {
    margin-top: 140px;
}

.footer-payments__text {
    text-align: center;
    font-size: 24px;
}

.footer-payments {
    display: flex;
    flex-direction: column;
    gap: 22px;    
}

.footer-payments__title {
    font-weight: bold !important;
    text-align: center;
    border-radius: 12px;
    border: 1px solid #fff;
    display: inline;
    margin: 0 auto;
    height: 53px;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 464px;
    font-size: 32px;  
}
.footer__work {
    margin-top: 64px
}

.footer__work .content-footer-mto {
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding-top: 80px;
    padding-bottom: 40px

}

/* Ajustes ícones formas-pagamento */

.footer-payments__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.footer-payments__item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    overflow: visible;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
}

.footer-payments__item:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 20px rgba(255, 255, 255, 0.2);
}

.footer-payments__item:hover::after {
    content: attr(data-label);
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(255, 255, 255, 0.9);
    color: #000;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
    z-index: 10;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.footer-payments__item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: all 0.3s ease;
}

.footer-payments__image img {
    margin: 0 auto;
	display: block;
    max-width: 50%;
}

.footer-note {
    font-weight: bold;
    font-size: 24px;
    text-align: center;    
}

.footer-hours__list li {
    font-size: 24px;
}

.footer-hours__col {
    display: flex;
    flex-direction: column;
    gap: 9px;    
}

@media (max-width: 880px) {
    footer {
        padding: 0;
    }
    .footer-hours {
        flex-direction: column;
        gap: 50px;
        padding: 0 20px;        
    }
    .footer-payments__title {
        width: 65%;
        font-size: 30px;
    }
    .footer-payments__grid {
        gap: 8px;
    }
    .footer-payments__item {
        height: 40px;
        width: 40px;
    }
    .footer-payments__item:hover::after {
        bottom: -30px;
        font-size: 11px;
    }
    .footer-payments__image img {
        max-width: 90%;
        max-height: 90%;
    }
    .footer-note,
    .footer-payments__text {
        font-size: 18px;
    }
    .footer-hours__title,
    .footer-hours__list li {
        font-size: 18px;
    }
    .footer__work .content-footer-mto {
       flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 23px; 
        padding-top: 18px;
        padding: 18px 20px 30px
    }
    .content-footer-mto p {
        text-align: center;
        font-size: 0.75rem
    }
    .content-footer-mto img {
        width: 100px
    }
}

@media (max-width: 580px) {
    .footer-payments__title {
        font-size: 20px;
        width: 80%
    }
    .footer-payments {
        margin-top: 90px;
    }
    .footer-payments__grid {
        gap: 5px;
    }
    .footer-payments__item {
        height: 30px;
        width: 30px;
    }
    .footer-payments__item:hover {
        transform: scale(1.05);
    }
    .footer-payments__item:hover::after {
        bottom: -28px;
        font-size: 10px;
        padding: 4px 8px;
    }
    
}

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

.contact-form-section {
  background-color: transparent;
  padding: 60px 0;
  color: #fff;
}

.contact-form-wrapper {
  margin: 0 auto;
}


.contact-form__title {
  font-size: 2.5rem;
  font-weight: 700 !important;
  margin-bottom: 40px;
  text-align: left;
}

.contact-form__content {
  margin-bottom: 40px;
  background: rgba(0,0,0, .6);
  border-radius: 20px;
  padding: 40px;
  width: 100%;
  margin: 0 auto;
  max-width: 764px;
}

/* Estilização dos campos do formulário */
.contact-form__content label {
  display: block;
  font-size: 0.95rem;
  font-weight: 500;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.contact-form__content input[type="text"],
.contact-form__content input[type="email"],
.contact-form__content input[type="tel"],
.contact-form__content input[type="date"],
.contact-form__content input[type="time"],
.contact-form__content input[type="number"],
.contact-form__content select,
.contact-form__content textarea {
  width: 100%;
  padding: 14px 18px;
  background-color: #3a3a3a;
  border: none;
  border-radius: 20px;
  color: #fff;
  font-size: 1rem;
  margin-bottom: 20px;
  transition: background-color 0.3s ease;
  margin-top: 8px
}

.contact-form__content input:focus,
.contact-form__content select:focus,
.contact-form__content textarea:focus {
  outline: none;
  background-color: #4a4a4a;
}

.contact-form__content textarea {
  min-height: 120px;
  resize: vertical;
}

/* Grid para campos lado a lado */
.contact-form__content .wpcf7-form-control-wrap {
  display: block;
}

.contact-form__content p {
  margin-bottom: 0;
}

/* Botão de enviar */
.contact-form__content input[type="submit"],
.contact-form__content button[type="submit"] {
  background-color: #fff;
  color: #3a3a3a;
  padding: 14px 40px;
  border: none;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: 1px;
  margin: 10px 0
}

.contact-form__content input[type="submit"]:hover,
.contact-form__content button[type="submit"]:hover {
  background-color: #f0f0f0;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

/* Mensagens de validação */
.contact-form__content .wpcf7-not-valid-tip {
  color: #ff6b6b;
  font-size: 0.85rem;
  margin-top: 5px;
}

.contact-form__content .wpcf7-response-output {
  margin: 20px 0;
  padding: 15px;
  border-radius: 8px;
  text-align: center;
}

.contact-form__content .wpcf7-mail-sent-ok {
  background-color: #4caf50;
  color: #fff;
}

.contact-form__content .wpcf7-validation-errors {
  background-color: #ff9800;
  color: #fff;
}

.contact-form__content .wpcf7-mail-sent-ng {
  background-color: #f44336;
  color: #fff;
}

/* Alerta caso não tenha shortcode configurado */
.contact-form__alert {
  background-color: #ff9800;
  color: #fff;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 30px;
  text-align: center;
}

.contact-form__alert strong {
  display: block;
  margin-bottom: 5px;
  font-size: 1.1rem;
}

/* Observações */
.contact-form__observations {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 25px;
  border-radius: 8px;
  margin-top: 40px;
}

.contact-form__observations h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.contact-form__observations p {
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
  opacity: 0.95;
}

    /* GRUPOS DE INPUTS (2 colunas) */
.two-cols {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

/* GRUPOS DE INPUTS (3 colunas) */
.three-cols {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

/* Mobile */
@media (max-width: 768px) {
  .two-cols,
  .three-cols {
    grid-template-columns: 1fr !important;
  }
}


/* Responsivo */
@media (max-width: 768px) {
  .contact-form-section {
    padding: 40px 20px;
  }

  .contact-form__title {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }

  .contact-form__content input[type="submit"],
  .contact-form__content button[type="submit"] {
    width: 100%;
  }

  .contact-form__gallery {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 15px;
  }
}