@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 {
  --color-1: #fff;
  --color-2: #181A1F;
  --color-3: #FC4D40;
  --color-4: #A89157;
  --color-5: #005EFF;
  --color-6: #1E1E1E;
}
*{
  box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6{
  margin: 0;
}
picture{
  margin: 0;
  padding: 0;
  display: flex;
}
.grid {
  display: flex;
  width: 100%;
  max-width: 885px;
  margin: 0 auto;
  padding: 0 15px;
  flex-wrap: wrap;
  position: relative;
  z-index: 99;
}
html{
  scroll-behavior: smooth;
}
body{ 
  padding: 0; 
  margin: 0; 
  background-color: var(--color-1);
  color: white;
  font-family: 'GT-Walsheim';
  font-weight: 400;
}
p {
  font-family: 'GT-Walsheim';
}
section, footer{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  background-size: cover;
}
#banner{
  width: 100%;
}
#banner img{
  width: 100%;
}

#first-section {
  background-size: cover;
  background-position: center;
  padding: 150px 0;
  position: relative;
}

#first-section .content-inner{
max-width: 885px;
margin: auto;
position: relative;
}

#first-section h2 {
font-family: 'GT-Walsheim';
font-size: 40px;
font-weight: bold;
width: 100%;
}

#first-section h3 {
font-family: 'Copernicus';
font-style: italic;
font-weight: 500;
font-size: 40px;
}

#first-section .text {
font-size: 17.6px;
line-height: 1.6;
margin: 90px 0 30px 0;
}

#first-section a {
display: inline-block;
padding: 12px 24px;
background-color: var(--color-5);
color: white;
text-decoration: none;
border-radius: 6px;
font-weight: bold;
position: relative;
overflow: hidden;
}

#first-section a::after {
content: '';
position: absolute;
top: 0;
left: -75%;
width: 50%;
height: 100%;
background: rgba(255, 255, 255, 0.2);
transform: skewX(-20deg);
transition: left 0.5s ease;
}

#first-section a:hover::after {
left: 125%;
}

#first-section .element-1 {
position: absolute;
top: 60px;
left: 50px;
width: 326px;
pointer-events: none;
}

#first-section .element-2 {
position: absolute;
top: calc(50% - 101px);
right: 110px;
width: 204px;
pointer-events: none;
}

#first-section .element-3 {
width: 100%;
margin-top: 80px;
}


#second-section {
background-color: var(--color-1);
padding: 150px 0;
position: relative;
}

#second-section .grid {
max-width: 885px;
margin: auto;
position: relative;
}

#second-section h2 {
font-family: 'GT-Walsheim';
font-size: 40px;
font-weight: bold;
color: var(--color-5);
display: block;
width: 100%;
}

#second-section h3 {
font-family: 'Copernicus';
font-style: italic;
font-weight: 500;
font-size: 32px;
text-align: center;
margin-bottom: 60px;
color: var(--color-2);
}

#second-section ul {
display: flex;
list-style: none;
padding: 0;
margin: 0;
}
#second-section li:nth-child(2){
border-left: 1px solid var(--color-2);
border-right: 1px solid var(--color-2);
}
#second-section li h4 {
font-family: 'Copernicus';
font-size: 44px;
font-style: italic;
font-weight: 900;
text-align: center;
border-bottom: 1px solid var(--color-2);
margin-top: 20px;
padding-bottom: 60px;
}
#second-section li:nth-child(1) h4{
color: var(--color-5);
}
#second-section li:nth-child(2) h4{
color: var(--color-4);
}
#second-section li:nth-child(3) h4{
color: var(--color-3);
}
#second-section li{
width: 33.3%;
}
#second-section li p {
font-size: 17.6px;
line-height: 1.8;
color: var(--color-2);
padding: 10px 40px;
}
#second-section li p strong{
  font-weight: 600;
}
/* element 1: Fogueira */
#second-section .element-1 {
position: absolute;
top: 20px;
right: 80px;
width: 300px;
pointer-events: none;
}

/* element 2: Bandeira */
#second-section .element-2 {
position: absolute;
bottom: 12%;
left: 200px;
width: 150px;
pointer-events: none;
}

#third-section {
background-size: cover;
background-position: center;
padding: 150px 0;
position: relative;
}

#third-section .content-inner {
  max-width: 885px;
  margin: auto;
  position: relative;
}

#third-section h2 {
  font-family: 'GT-Walsheim';
  font-size: 40px;
  font-weight: bold;
}

#third-section ul {
  display: flex;
  gap: 36px;
  margin: 0;
  padding: 0;
  margin-top: 60px;
}
#third-section ul li{
  width: 50%;
  list-style: none;
  padding: 115px 62px 62px;
  position: relative;
}
#third-section ul li::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  height: 700px;
}
#third-section ul li h4{
  font-size: 20.8px;
  line-height: 1.4;
  position: relative;
}
#third-section ul li h4::before{
  content: "";
  position: absolute;
  top: -37px;
  left: 0;
  width: 55px;
  height: 10px;
  background: var(--color-4);
}


#third-section ul li p{
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  font-family: 'GT-Walsheim';
}
#third-section .text {
  font-size: 17.6px;
  line-height: 1.6;
  margin: 90px 0 30px 0;
}

#third-section a {
  display: inline-block;
  padding: 12px 24px;
  background-color: var(--color-5);
  color: white;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
}

#third-section .element-1 {
  position: absolute;
  top: 60px;
  left: 50px;
  width: 326px;
  pointer-events: none;
}

#third-section .element-2 {
  position: absolute;
  top: calc(50% - 101px);
  right: 154px;
  width: 250px;
  pointer-events: none;
}

#third-section .element-3 {
  width: 100%;
  margin-top: 80px;
}
#fifth-section {
background-color: white;
padding: 150px 0;
position: relative;
}

#fifth-section .grid {
max-width: 885px;
margin: auto;
position: relative;
}
#fifth-section h2 {
font-family: 'GT-Walsheim';
font-size: 32px;
font-weight: bold;
text-align: left;
color: var(--color-3);
max-width: 698px;
margin-bottom: 10px;
width: 100%;
}
#fifth-section p{
  color: var(--color-6);
  padding-right: 220px;
  font-weight: 500;
}
#fifth-section form{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
#fifth-section form label{
  height: auto;
}
#fifth-section form div{
  width: calc(50% - 15px);
}
#fifth-section form div label{
  width: 100%;
  
}
#fifth-section form div label span{
  color: var(--color-6);
  font-weight: 600;
  padding-top: 30px;
  padding-bottom: 10px;
  display: block;
}
#fifth-section form div label input{
  width: 100%;
  border-radius: 10px;
  background: #f7f7f7;
  border: 1px solid #cccccc;
  padding: 10px 15px;
}
#fifth-section form input[type="submit"] {
  background: var(--color-5);
  color: var(--color-1);
  padding: 25px 100px;
  border-radius: 10px;
  font-weight: 600;
  border: none;
  margin: 80px auto 0;
}
#fifth-section form input[type="submit"]:hover{
  opacity: 0.9;
}
#fifth-section .element-2 {
position: absolute;
top: 20px;
right: 80px;
width: 300px;
pointer-events: none;
}

#fifth-section .element-1 {
position: absolute;
bottom: 12%;
left: 200px;
width: 150px;
pointer-events: none;
}
#sixth-section {
background-size: cover;
background-position: center;
padding: 150px 0;
position: relative;
}
#sixth-section .list-box{
display: flex;
justify-content: space-between;
margin-top: 40px;
gap: 31px;
}
#sixth-section .list-box img{
width: 50%;
display: block;
height: fit-content;
}
#sixth-section .list-box ul{
display: flex;
flex-direction: column;
}

#sixth-section h2,
#sixth-section h2 span{ 
font-family: 'copernicus';
font-size: 40px;
font-weight: bold;
font-style: italic;
color: var(--color-2);
margin-bottom: 30px;
position: relative;
width: 100%;
}

#sixth-section span{
font-family: 'GT-Walsheim';
font-size: 30px;
color: var(--color-2);
}

#sixth-section ul {
display: flex;
width: 50%;
gap: 36px;
margin: 0;
padding: 0;
margin-top: 60px;
margin-bottom: 60px;
}
#sixth-section ul li {
width: 100%;
list-style: none;
position: relative;
}
#sixth-section ul li h4 {
font-size: 20.8px;
line-height: 1.4;
position: relative;
}

#sixth-section ul li p {
font-size: 20px;
font-weight: 500;
line-height: 150%;
font-family: 'GT-Walsheim';
}
#sixth-section .text {
font-size: 17.6px;
line-height: 1.6;
margin: 90px 0 30px 0;
}

#sixth-section li:nth-child(1) h4{
color: var(--color-5);
}
#sixth-section li:nth-child(2) h4{
color: var(--color-3);
}
#sixth-section p {
color: var(--color-2);
}

#sixth-section .footer-section{
width: 100%;
display: flex;
flex-wrap: wrap;
}
#sixth-section .footer-section img{
width: 100%;
margin-bottom: 80px; 
}
#sixth-section .footer-section h3{
width: 50%;
font-size: 24px;
color: var(--color-2);
padding-right: 50px;
position: relative;
}
#sixth-section h3::before{
content: "";
position: absolute;
top: -37px;
left: 0;
width: 55px;
height: 10px;
background: var(--color-4);
}

#sixth-section .footer-section div{
width: 50%;
color: var(--color-2);
font-size: 18px;
line-height: 120%;
}
#sixth-section .element-1 {
position: absolute;
top: 60px;
left: 50px;
width: 326px;
pointer-events: none;
}

#sixth-section .element-2 {
position: absolute;
top: calc(50% - 135px);
right: 154px;
width: 126px;
pointer-events: none;
}

#sixth-section .element-3 {
width: 100%;
margin-bottom: 80px;
}

#seventh-section {
background-color: white;
padding: 150px 0;
position: relative;
}

#seventh-section .grid {
max-width: 885px;
margin: auto;
position: relative;
}

#seventh-section .grid img{
margin-top: 50px;
margin-bottom: 50px;
width: 100%;
}
#seventh-section h2 {
font-family: 'GT-Walsheim';
font-size: 40px;
font-weight: bold;
color: var(--color-1);
width: 100%;
}
#seventh-section p{
color: white;
line-height: 120%;
}
#seventh-section h3 {
font-family: 'copenirscus';
font-style: italic;
font-size: 24px;
color: var(--color-1);
font-weight: bold;
}
#seventh-section ul {
display: flex;
list-style: none;
padding: 0;
margin: 0;
}

#seventh-section li:nth-child(2){
border-left: 2px solid var(--color-2);
border-right: 2px solid var(--color-2);
}

#seventh-section p{
color: white;
margin: 0;
padding: 0;
text-align: left;
}

#seventh-section li{
width: 33.3%;
padding: 30px 20px;
position: relative;
}
#seventh-section li p:first-child{
position: absolute;
width: 100%;
text-align: center;
left: 0;
}
#seventh-section li p {
font-size: 16px;
line-height: 1.2;
color: white;
text-align: center;
}
#seventh-section span{
font-size: 72px;
color: var(--color-4);
font-weight: 900;
font-family: 'copernicus';
font-style: italic;
display: flex;
justify-content: center;
margin: 0;
padding: 10px 0 0 0;
}
#seventh-section  strong{
color: white;
font-weight: 900;
display: flex;
justify-content: center;
margin: 0;
padding: 0;
}
#seventh-section .element-2 {
position: absolute;
top: 20px;
right: 80px;
width: 300px;
pointer-events: none;
}

#seventh-section .element-1 {
position: absolute;
bottom: 12%;
left: 120px;
width: 250px;
pointer-events: none;
}
#eighth-section {
background-size: cover;
background-position: center;
padding: 150px 0;
position: relative;
}

#eighth-section h2 {
font-family: 'GT-Walsheim';
font-size: 40px;
font-weight: bold;
color: var(--color-4);
margin-bottom: 70px;
}
#eighth-section ul li{
color: var(--color-2);
list-style: none;
position: relative;
margin-top: 10px;
margin-bottom: 30px;
cursor: pointer;
}
#eighth-section ul li::before{
content: "";
position: absolute;
top: 5px;
left: -40px;
width: 12px;
height: 12px;
background: url("images/liststyle.png");
background-repeat: no-repeat;
background-size: 100%;
}
#eighth-section ul li.active::before{
background: url("images/liststyle-2.png");
}
#eighth-section ul li strong{
font-size: 20px;
font-weight: 900;
}
#eighth-section ul li div{
display: none;
}
#eighth-section .element-1 {
position: absolute;
top: 60px;
left: 50px;
width: 326px;
pointer-events: none;
}

#eighth-section .element-2 {
position: absolute;
top: calc(50% - 101px);
right: 110px;
width: 204px;
pointer-events: none;
color: var(--color-2);
}

#eighth-section .element-3 {
width: 100%;
margin-top: 80px;
}

#ninth-section {
background-size: cover;
background-position: center;
padding: 150px 0;
position: relative;
}
#ninth-section .grid {
max-width: 885px;
margin: auto;
position: relative;
display: flex;
gap: 94px;
flex-wrap: nowrap;
}
#ninth-section div:first-child img{
width: 216px;
margin-left: 17px;
margin-top: 80px;
margin-bottom: 30px;
}
#ninth-section div:last-child{
font-size: 24px;
color: var(--color-2);
}
#ninth-section h2{
font-size: 36px;
color:var(--color-2);
font-family: 'copernicus';
font-style: italic;
font-weight: 900;
}
#ninth-section a {
display: inline-block;
padding: 12px 20px;
background-color: var(--color-3);
color: white;
text-decoration: none;
border-radius: 8px;
font-weight: bold;
width: 100%;
font-size: 20.8px;
text-align: center;
transition: background-color 0.3s ease, transform 0.3s ease;
box-shadow: 0 4px 12px rgba(0,0,0,0.1);
position: relative;
overflow: hidden;
}

#ninth-section a::after {
content: '';
position: absolute;
top: 0;
left: -75%;
width: 50%;
height: 100%;
background: rgba(255, 255, 255, 0.2);
transform: skewX(-20deg);
transition: left 0.5s ease;
}

#ninth-section a:hover::after {
left: 125%;
}
#footer .grid{
  display: flex;
  width: 100%;
  max-width: 885px;
  margin: 0 auto;
  padding: 0 15px;
  flex-wrap: wrap;
  position: relative;
}
#footer .first{
  background: var(--color-6);
}
#footer .first .grid{
  display: flex;
  flex-wrap: nowrap;
  gap: 80px;
  padding-top: 120px;
  padding-bottom: 80px;
}
#footer .first .grid div{
  width: 50%;
  text-align: center;
}
#footer .first .grid div img{
  margin: auto;
  width: 126px;
  margin-bottom: 50px;
}
#footer .first .grid div{
  font-size: 24px;
  line-height: 40px;
}
#footer .first .grid div strong{
  font-weight: 600;
 
}
#footer .first .grid div a{
  display: flex;
  width: 100%;
  padding: 18px;
  background: var(--color-4);
  color: var(--color-1);
  text-decoration: none;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
}
#footer .second .grid{
  display: flex;
  flex-wrap: nowrap;
  gap: 80px;
  padding: 80px;
  padding-top: 120px;
  padding-bottom: 80px;
  align-items: center;
}
#footer .second .grid div{
  width: 50%;
}
#footer .second .grid div ul{
  display: flex;
    gap: 26px;
}
#footer .second .grid div ul li{
  list-style: none;
}
@media (max-width: 1100px) {
  .element-1,
  .element-2{
    opacity: 0.2;
  }
  .left{
    left: 10px!important;
  }
  .right{
    right: 10px!important;
  }

}
@media (max-width:992px) {
  #third-section ul{
    flex-wrap: wrap;
  }
  #third-section ul li{
    width: 100%;
    border: solid var(--color-2) 3px;
  }
  #third-section ul li::before{
    display: none;
  }
}
@media (max-width:768px) {
  #fifth-section form div{
    width: 100%;
  }
  #fifth-section p{
    padding-right: 0;
  }
  #sixth-section .list-box{
    flex-wrap: wrap;
    width: 100%;
  }
  #sixth-section .list-box img{
    width: 100%;
  }
  #sixth-section ul{
    width: 100%;
  }
  #sixth-section .list-box picture{
    margin: auto;
  }
  
  #seventh-section span{
    font-size: 48px;
  }
  #ninth-section .grid{
    flex-wrap: wrap;
  }
  #ninth-section .grid div{
    width: 100%;
  }
  #footer .first .grid{
    flex-wrap: wrap;
  }
  #footer .first .grid div{
    width: 100%;
    text-align: center;
  }
  #footer .second .grid{
    flex-wrap: wrap;
  }
  #footer .second .grid div{
    width: 100%;
  }
  #footer .second .grid div picture{
    justify-content: center;
  }
  #footer .second .grid div ul{
    justify-content: center;
    padding: 0;
  }
  .left, .right{
    display: none;
  }
  #second-section ul{
    flex-direction: column;
  }
  #second-section ul li{
    width: 100%;
  }
  #second-section li:nth-child(2){
    border: none;
  }
}
@media (max-width:600px) {
  #sixth-section .footer-section h3{
    width: 100%;
    margin-bottom: 30px;
  }
  #sixth-section .footer-section div{
    width: 100%;
  }
  #seventh-section ul{
    flex-direction: column;
    
  }
  #seventh-section h2{
    text-align: center;
  }
  #seventh-section h3{
    text-align: center;
  }
  #seventh-section p{
    text-align: center;
  }
  #seventh-section ul li{
    width: 100%;
  }
  #seventh-section li:nth-child(2){
    border: none;
  }
}
section{
  position: relative;
}
section::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 35px;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
}
#first-section::before{
  background: url("images/section-1.png");
}

#second-section::before{
  background: url("images/section-2.png");
}
#third-section::before{
  background: url("images/section-3.png");
}
#fifth-section::before{
  background: url("images/section-4.png");
}
#sixth-section::before{
  background: url("images/section-5.png");
}
#seventh-section::before{
  background: url("images/section-6.png");
}
#eighth-section::before{
  background: url("images/section-7.png"); 
}