@font-face {
  font-family: 'GT-Walsheim';
  src: url('/wp-content/themes/ecad/public/festa-junina-2025/fonts/GTWalsheimProRegular.woff') format('woff');
  font-weight: 100; /* Regular */
  font-style: normal;
}

@font-face {
  font-family: 'GT-Walsheim';
  src: url('/wp-content/themes/ecad/public/festa-junina-2025/fonts/GT-Walsheim-Regular.woff') format('woff');
  font-weight: 400; /* Regular */
  font-style: normal;
}

@font-face {
  font-family: 'GT-Walsheim';
  src: url('/wp-content/themes/ecad/public/festa-junina-2025/fonts/GT-Walsheim-Regular-Oblique.woff') format('woff');
  font-weight: 400; /* Regular */
  font-style: italic;
}

@font-face {
  font-family: 'GT-Walsheim';
  src: url('/wp-content/themes/ecad/public/festa-junina-2025/fonts/GT-Walsheim-Bold.woff') format('woff');
  font-weight: 700; /* Bold */
  font-style: normal;
}

@font-face {
  font-family: 'GT-Walsheim';
  src: url('/wp-content/themes/ecad/public/festa-junina-2025/fonts/GT-Walsheim-Bold-Oblique.woff') format('woff');
  font-weight: 700; /* Bold */
  font-style: italic;
}

@font-face {
  font-family: 'Copernicus';
  src: url('/wp-content/themes/ecad/public/festa-junina-2025/fonts/Copernicus-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Copernicus';
  src: url('/wp-content/themes/ecad/public/festa-junina-2025/fonts/Copernicus-BookItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Copernicus';
  src: url('/wp-content/themes/ecad/public/festa-junina-2025/fonts/Copernicus-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Copernicus';
  src: url('/wp-content/themes/ecad/public/festa-junina-2025/fonts/Copernicus-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Copernicus';
  src: url('/wp-content/themes/ecad/public/festa-junina-2025/fonts/Copernicus-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Copernicus';
  src: url('/wp-content/themes/ecad/public/festa-junina-2025/fonts/Copernicus-SemiboldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'Copernicus';
  src: url('/wp-content/themes/ecad/public/festa-junina-2025/fonts/Copernicus-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Copernicus';
  src: url('/wp-content/themes/ecad/public/festa-junina-2025/fonts/Copernicus-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Copernicus';
  src: url('/wp-content/themes/ecad/public/festa-junina-2025/fonts/Copernicus-Extrabold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Copernicus';
  src: url('/wp-content/themes/ecad/public/festa-junina-2025/fonts/Copernicus-ExtraboldItalic.otf') format('opentype');
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: 'Copernicus';
  src: url('/wp-content/themes/ecad/public/festa-junina-2025/fonts/Copernicus-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Copernicus';
  src: url('/wp-content/themes/ecad/public/festa-junina-2025/fonts/Copernicus-HeavyItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
}
:root {
    --transition: all 0.2s ease;
    --invert: brightness(0) invert(1);

    --blue: #005EFF;
    --red: #FC4D40;
    --gold: #A89157;
    --gray: #181A1F;
}

* {
    box-sizing: border-box;
}

p {
    margin-top: 0;
    margin-bottom: 0;
}

html {
    scroll-behavior: smooth;
}

a,
button,
input {
    outline: none;
    text-decoration: none;
}

a:hover,
button:hover,
input:hover {
    outline: none;
    text-decoration: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    font-family: 'Copernicus'
}

h1, h2, h3, h4, h5{
    font-family: 'GT-Walsheim';
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

figure {
    margin: 0;
    padding: 0;
}

strong {
    font-weight: 900;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
br {
  display: block;
  margin-bottom: 1.5em;
}
.grid {
    display: flex;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
    flex-wrap: wrap;
    position: relative;
}

.small-text {
    text-transform: lowercase;
}

.property-title,
.property-card h1 {
    text-transform: uppercase;
}

@media (min-width: 576px) {
    .grid {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .grid {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .grid {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .grid {
        max-width: 1170px;
    }
}

html {
    overflow-x: hidden !important;
    font-family: var(--font);
}

body {
    overflow: hidden !important;
    background: var(--white);
}

figure img {
    width: 100%;
}

#header {
    height: 217px;
    width: 100%;
    background: var(--gray);
    display: flex;
    align-items: center;
    justify-content: center;
}

#header .grid {
    background-repeat: repeat-x;
    background-position: center;
    align-items: center;
    justify-content: center;
}

#header figure {
    padding: 0 50px;
    background-color: var(--gray);
}

p {
    font-size: 21px;
    font-weight: 550;
    line-height: 150%;
    color: var(--gray);
}

h2 {
    font-size: 58px;
    font-weight: 700;
    line-height: 120%;
    color: var(--gray);
}

h3 {
    font-size: 33px;
    font-weight: 800;
    line-height: 120%;
    color: var(--gray);
}

h4 {
    font-size: 38px;
    font-weight: 700;
    line-height: 120%;
    color: var(--gray);
    margin-bottom: 24px;
}
.blue{
    color: var(--blue);
}
.red{
    color: var(--red);
}
.gold{
    color: var(--gold);
}
#first-section {
    padding-top: 80px;
}

#first-section h2 {
    margin-bottom: 24px;
    max-width: 830px;
    height: 150px;
}

#first-section .text {
    width: 100%;
    padding: 24px 0;
}
 
#first-section .text p {
    font-size: 30px;
    font-weight: 600;
    border-bottom: 1px solid var(--gold);
    padding-bottom: 25px;
}
#first-section .row .text {
    padding: 0!important;
}
#first-section .row .text p {
    font-size: 23px;
    font-weight: 500;
    border: none;
}
#first-section .line {
    width: 100%;
    height: 25px;
    margin: 50px 0;
    background: var(--blue);
}

#first-section .row {
    display: flex;
    flex-wrap: nowrap;
    gap: 75px;
}

#first-section .row div {
    width: 100%;
}

#first-section .row h3 {
    width: 100%;
    background: var(--blue);
    color: white;
    padding: 33px 25px;
}

#second-section {
    margin-top: 50px;
    background: var(--gray);
    padding-bottom: 50px;
}

#second-section .line {
    width: 100%;
    height: 25px;
    margin: 0 0 50px;
    background: var(--red);
}

#second-section h3 {
    width: 100%;
    background: var(--red);
    color: white;
    padding: 33px 25px;
}

#second-section .text {
    margin-top: 25px;
}

#second-section .text p {
    color: white;
}

#third-section .row {
    display: flex;
    flex-wrap: nowrap;
    gap: 75px;
}

#third-section .row div {
    width: 100%;
}

#third-section .line {
    width: 100%;
    height: 25px;
    margin: 0 0 50px;
    background: var(--gold);
}

#third-section h3 {
    width: 100%;
    background: var(--gold);
    color: white;
    padding: 33px 25px;
}

#third-section .text {
    margin-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid var(--gold);
}

#fourth-section {
    padding: 50px 0 0;
}

#fourth-section {
    padding-bottom: 50px;
}

#fourth-section .line {
    width: 100%;
    height: 25px;
    margin: 0 0 50px;
    background: var(--blue);
}

#fourth-section h3 {
    width: 100%;
    background: var(--blue);
    color: white;
    padding: 33px 25px;
}

#fourth-section .text {
    margin-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid var(--blue);
}

#fourth-section ul {
    padding-left: 35px;
    list-style: disc;
    margin: 0px 0;
    margin-top: -20px;
}

#fourth-section ul li {
    color: var(--blue);
    font-size: 23px;
    line-height: 120%;
    font-weight: 550;
    text-transform: uppercase;
}

#fourth-section .row {
    display: flex;
    flex-wrap: nowrap;
    gap: 75px;
    margin-top: 50px;
}
#fourth-section .row ul li{
    text-transform: lowercase!important;
}
#fourth-section .row div {
    width: 100%;
}

#fourth-section .row div img{
    float: right;
}
#fifth-section {
    padding: 0;
}

#fifth-section {
    margin-top: 50px;
    padding-bottom: 0;
}

#fifth-section .line {
    width: 100%;
    height: 25px;
    margin: 0 0 25px;
    background: var(--gold);
}

#fifth-section h3 {
    width: 100%;
    background: var(--gold);
    color: white;
    padding: 33px 25px;
}

#fifth-section .text {
    padding: 25px 0;
}

#fifth-section .row {
    display: flex;
    flex-wrap: nowrap;
    gap: 75px;
    margin-bottom: 20px;
}

#fifth-section .row div {
    width: 100%;
}

#fifth-section .row {
    border-bottom: 1px solid var(--gold);
}

#fifth-section ul {
    padding-left: 25px;
    list-style: disc;
    margin: 0;
    margin-top: -20px;
}

#fifth-section ul li {
    color: var(--gold);
    font-size: 23px;
    line-height: 120%;
    font-weight: 550;
}

#sixth-section {
    padding: 0;
}

#sixth-section {
    margin-top: 30px;
    padding-bottom: 0;
}

#sixth-section .line {
    width: 100%;
    height: 1px!important;
    margin: 0 0 50px;
    background: var(--gold);
}

#sixth-section h3 {
    width: 100%;
    background: var(--gold);
    color: white;
    padding: 33px 25px;
    margin-bottom: 10px;
}

#sixth-section .text {
    padding: 48px 0 25px;
}

#sixth-section .text strong{
    padding-bottom: 26px;
    display: block;
}
#sixth-section .row {
    display: flex;
    flex-wrap: nowrap;
    gap: 75px;
}

#sixth-section .row div {
    width: 100%;
}

#sixth-section .row {
    border-bottom: 1px solid var(--gold);
}

#sixth-section ul {
    padding-left: 25px;
    list-style: disc;
    margin: 0;
    margin-top: -20px;
}

#sixth-section ul li {
    color: var(--gold);
    font-size: 23px;
    line-height: 120%;
    font-weight: 550;
}

#seventh-section {
    margin-bottom: 50px;
}

#seventh-section .row {
    display: flex;
    flex-wrap: nowrap;
    gap: 25px;
}

#seventh-section .row div {
    width: 100%;
}
#seventh-section h3{
    background: var(--gray);
    color: white;
    padding: 33px 25px;
    width: 100%;
}
#seventh-section .text {
    margin-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid var(--gold);
}

#seventh-section .form {
    background: var(--gray);
}

#seventh-section .form form {
    display: flex;
    flex-direction: column;
    padding: 44px 50px;
}

#seventh-section .form form label {
    display: flex;
    flex-direction: column;
    color: white;
    margin-bottom: 24px;
}

#seventh-section .form form input {
    font-size: 23px;
    background-color: white;
    border-radius: 5px;
    height: 52px;
    display: flex;
    align-items: center;
    padding: 15px;
    margin-top: 5px;
}

#seventh-section .form form button {
    width: fit-content;
    display: flex;
    gap: 25px;
    padding: 24px 50px;
    background: var(--gold);
    color: white;
    border-radius: 15px;
    justify-content: center;
    align-items: center;
    margin: 24px auto;
    border: none;
}

#seventh-section .form form button img {
    width: 100%;
    max-width: 98px;
    max-height: 100px;
}

#seventh-section .form form button strong {
    font-size: 27px;
    font-weight: 900;
    line-height: 120%;
}
.s-header{
    display: none!important;
}
@media (max-width:992px) {

    .row{
        flex-wrap: wrap!important;
    }
    .row div{
        width: 100%!important;
    }
}
#popup-sucesso {
    display: none; /* começa escondido */
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    color: #007bff;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }

  .popup-content {
    background-color: #fff;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    text-align: center;
    max-width: 400px;
    width: 90%;
  }

  .popup-content button {
    margin-top: 1rem;
    padding: 0.5rem 1rem;
    border: none;
    background-color: #007bff;
    color: white;
    border-radius: 5px;
    cursor: pointer;
  }

  .popup-content button:hover {
    background-color: #0056b3;
  }
  .s-footer .main-content .menu li:after{
    display: none;
  }
  
@media (max-width: 992px) {
    #first-section h2{
        height: auto!important; 
    }
}
