/*==========RESET==============*/

* {
    margin: 0;
    padding: 0;
    font-size: 100%;
    border: none;
    outline: none;
    font-weight: 300;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Yantramanav', sans-serif;
}


a {
    text-decoration: none;
}


img {
    max-width: 100%;
}

html, body {
    background-color: #000;
    height: auto;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    overflow-x: hidden; /* ADICIONADO: impede que elementos “vazando” criem scroll horizontal */
}

html {
scroll-behavior: smooth; /* ADICIONADO: ativa rolagem suave ao clicar em âncoras (#id) */
}
    


/*AREA1 - MOBILE FIRST*/


.area1{
 width: 100%;
 height: auto;
 padding: 130px 40px 10px 40px;
margin-bottom: 0px;
 background-image: url(Area1/bg.png);
 background-position: center;
 background-size: contain;
 background-repeat: no-repeat;    
}

.area1titulo{
    margin-bottom: 20px;
    mix-blend-mode:screen;
}

.area1_lado_esquerdo h2{
    color: #fff;
  font-family: "Raleway", sans-serif;
  font-weight: 900;
font-size: 1.4em;
  font-style: normal;
    line-height: normal;
    margin-bottom: 20px;
    text-transform: uppercase;
    
}

.area1_lado_esquerdo h2 span{
    color: #eae100;
  font-family: "Raleway", sans-serif;
  font-weight: 900;
font-size: 1em;
  font-style: normal;
text-transform: uppercase;
}

.area1_lado_esquerdo p{
    color: #fff;
    font-family: "Raleway", sans-serif;
  font-weight: 300;
font-size: 1em;
  font-style: normal;
    margin-bottom: 20px;

}

.area1_lado_direito img{
    display: none;
}

.area1botao{
  position: relative;
left: 10px;
max-width: 300px;
}


/*AREA2 - MOBILE FIRST*/


.area2{

 width: 100%;
 height: auto;
 padding: 50px 40px 10px 40px;
margin-bottom: 0px;
 background-image: url(Area2/bg.png);
 background-position: center;
 background-size: cover;
 background-repeat: no-repeat;      
}

.area2_lado_esquerdo img{
    display: none !important;
}

.area2titulo{
    margin-bottom: 20px;
    mix-blend-mode:screen;
}

.area2_lado_direito h2{
    color: #fff;
  font-family: "Raleway", sans-serif;
  font-weight: 900;
font-size: 1.4em;
  font-style: normal;
    line-height: normal;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.area2_lado_direito h2 span{
    color: #eae100;
  font-family: "Raleway", sans-serif;
  font-weight: 900;
font-size: 1em;
  font-style: normal;
text-transform: uppercase;
}

.area2_lado_direito p{
    color: #fff;
    font-family: "Raleway", sans-serif;
  font-weight: 300;
font-size: 1em;
  font-style: normal;
    margin-bottom: 20px;
}



/*AREA3 - MOBILE FIRST*/


.area3{
 width: 100%;
 height: auto;
 padding: 50px 40px 10px 40px;
    margin-bottom: 20px;
 background-image: url(Area3/bg.png);
 background-position: center;
 background-size: cover;
 background-repeat: no-repeat;
 

}



.area3titulo{
    margin-bottom: 20px;
    mix-blend-mode:screen;
}

.area3_lado_esquerdo h2{
    color: #fff;
  font-family: "Raleway", sans-serif;
  font-weight: 900;
font-size: 1.4em;
  font-style: normal;
    line-height: normal;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.area3_lado_esquerdo h2 span{
    color: #eae100;
  font-family: "Open Sans", sans-serif;
  font-weight: 900;
font-size: 1em;
  font-style: normal;
text-transform: uppercase;
}



.area3_lado_esquerdo p{
    color: #fff;
    font-family: "Raleway", sans-serif;
  font-weight: 300;
font-size: 1em;
  font-style: normal;

    text-shadow: 1px 1px 5px #000000;
    
}

.area3_lado_direito img{
    width: 100%;
    max-width: 300px;
    position: relative;
 margin-bottom: 20px;
  margin-top: 30px; 
 
    
}


.area3botao{
    position: relative;
left: 20px;
max-width: 300px;
    mix-blend-mode:screen;
    margin-top: 30px;

}




/*AREA4 - MOBILE FIRST*/


.area4{
 width: 100%;
 height: auto;
  padding: 50px 40px 10px 40px;   
 background-image: url(Area4/bg.png);
 background-position: center;
 background-size: cover;
 background-repeat: no-repeat;
 

}


.area4titulo{
    margin-bottom: 20px;
    position: relative;
    mix-blend-mode:screen;

}

.area4_lado_direito h2{
    color: #fff;
  font-family: "Raleway", sans-serif;
  font-weight: 900;
font-size: 1.4em;
  font-style: normal;
    line-height: normal;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.area4_lado_direito h2 span{
    color: #eae100;
  font-family: "Raleway", sans-serif;
  font-weight: 900;
font-size: 1em;
  font-style: normal;
text-transform: uppercase;
}

.area4_lado_direito p{
    color: #fff;
    font-family: "Raleway", sans-serif;
  font-weight: 300;
font-size: 1em;
  font-style: normal;
    margin-bottom: 20px;
    text-shadow: 1px 1px 5px #000000;
    
}

.area4box1{
    mix-blend-mode:screen;
    margin-bottom: 20px;
    
}

.area4box2{
    mix-blend-mode:screen;
    margin-bottom: 20px;
    
}

.area4box3{
    mix-blend-mode:screen;
    margin-bottom: 20px;
}

.area4box4{
    mix-blend-mode:screen;
    margin-bottom: 20px;
}

.area4textobaixo{
      color: #fff;
    font-family: "open sans", sans-serif;
  font-weight: 900;
font-size: 1em;
  font-style: normal;
    line-height: 22px;
    margin-bottom: 20px;
    text-transform: uppercase;  
}


.area4boxbaixo{
    display: none;
}

/*.area4boxbaixo{
    width: 100%;
    height: auto;
    mix-blend-mode:screen;
}
*/


.area4botao{
    position: relative;
left: 30px;
max-width: 300px;
mix-blend-mode:screen;    
}




/*AREA5 - MOBILE FIRST*/


.area5{
 width: 100%;
 height: auto;
  padding: 50px 40px 10px 40px;   
 background-image: url(Area5/bg.png);
 background-position: center;
 background-size: cover;
 background-repeat: no-repeat;
 

}


.area6titulo{
    margin-bottom: 20px;
    position: relative;
    mix-blend-mode:screen;

}

.area5_conteudo h2{
    color: #fff;
  font-family: "Raleway", sans-serif;
  font-weight: 900;
font-size: 1.4em;
  font-style: normal;
    line-height: normal;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.area5_conteudo h2 span{
    color: #eae100;
  font-family: "Raleway", sans-serif;
  font-weight: 900;
font-size: 1em;
  font-style: normal;
text-transform: uppercase;
}

.area5_conteudo p{
    color: #fff;
    font-family: "Raleway", sans-serif;
  font-weight: 300;
font-size: 1em;
  font-style: normal;
    margin-bottom: 20px;
    text-shadow: 1px 1px 5px #000000;
    
}

.area5boxgeral{
    margin-bottom: 20px;
}

.area5box1{
    mix-blend-mode:screen;
    
}

.area5box2{
    mix-blend-mode:screen;
    
}

.area5box3{
    mix-blend-mode:screen;
}

.area5box4{
    mix-blend-mode:screen;
   
}


.area5textobaixo{
    margin-bottom: 30px;
}

.area5botao{
    position: relative;
left: 30px;
max-width: 300px;
}



/*AREA6 - MOBILE FIRST*/


.area6{
 width: 100%;
 height: auto;
  padding: 50px 40px 10px 40px;   
 background-image: url(Area6/bg.png);
 background-position: center;
 background-size: cover;
 background-repeat: no-repeat;
 

}


.area6titulo{
    margin-bottom: 20px;
    position: relative;
    mix-blend-mode:screen;

}


.area6contadores{
    padding: 0px 40px;
    margin-bottom: 40px;
  
}

.area6contador1{
   margin-bottom: 20px;
      mix-blend-mode:screen;
}

.area6contador2{
   margin-bottom: 20px;
      mix-blend-mode:screen;
}

.area6contador3{
   margin-bottom: 20px;
      mix-blend-mode:screen;
}


.area6boxtexto{
 padding: 0px 20px;   
}

.boxtexto1{
  margin-bottom: 10px;  
}

.boxtexto2{
  margin-bottom: 10px;  
}

.boxtexto3{
  margin-bottom: 10px;  
}

.boxtexto4{
  margin-bottom: 10px;  
}

.boxtexto5{
  margin-bottom: 10px;  
}

.boxtexto6{
  margin-bottom: 10px;  
}

.boxtexto7{
  margin-bottom: 10px;  
}

.boxtexto8{
  margin-bottom: 10px;  
}

.boxtexto9{
  margin-bottom: 10px;  
}


/*AREA7 - MOBILE FIRST*/


.area7{
 width: 100%;
 height: auto;
 padding: 50px 40px 10px 40px;
    margin-bottom: 20px;
 background-image: url(Area7/bg.png);
 background-position: center;
 background-size: cover;
 background-repeat: no-repeat;
 

}



.area7titulo{
    margin-bottom: 20px;
    mix-blend-mode:screen;
}

.area7_lado_esquerdo h2{
    color: #fff;
  font-family: "Raleway", sans-serif;
  font-weight: 900;
font-size: 1.4em;
  font-style: normal;
    line-height: normal;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.area7_lado_esquerdo h2 span{
    color: #eae100;
  font-family: "Raleway", sans-serif;
  font-weight: 900;
font-size: 1em;
  font-style: normal;
text-transform: uppercase;
}

.area7_lado_esquerdo p{
    color: #fff;
    font-family: "Raleway", sans-serif;
  font-weight: 300;
font-size: 1em;
  font-style: normal;
margin-bottom: 30px;
    text-shadow: 1px 1px 5px #000000;
    
}

.area7_lado_direito img{
    width: 100%;
    max-width: 300px;
    position: relative;
 margin-bottom: 20px;
  margin-top: 30px; 
 
    
}


.area7botao{
    position: relative;
left: 30px;
max-width: 300px;
mix-blend-mode:screen;
}




@media screen and (min-width: 768px) {
    
     
  
/*AREA1*/

.area1{

 padding: 130px 200px 10px 200px;
 
}
    
/*AREA2*/

.area2{

 padding: 50px 200px 10px 200px;
 
}  
    
/*AREA3*/

.area3{

 padding: 50px 200px 10px 200px;
 
} 
    
/*AREA4*/

.area4{

 padding: 50px 200px 10px 200px;
 
}
    
    .area4boxlinha1{
       display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center; 
    }
    
        .area4boxlinha2{
       display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center; 
    } 
    
    .area4textobaixo{
      display: none;
    }
    
    .area4boxbaixo{
        width: 100%;
        display: block;
        mix-blend-mode:screen;
         display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center; 
    }
    
    .area4boxbaixo img{
        max-width: 700px;
    }
    
/*AREA5*/

.area5{

 padding: 50px 150px 10px 150px;
 
} 
    
 .area5boxlinha1{
       display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center; 
    }
    
        .area5boxlinha2{
       display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center; 
    } 
    
    
/*AREA6*/

.area6{
 padding: 50px 150px 10px 150px;
}  
    
    .contadoreslinha1{
            display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center; 
    }
    
    
/*AREA7*/

.area7{
 padding: 50px 150px 10px 150px;
}  
    

    
    .area7_conteudo{
             display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-around;   
    }  
    
    .area7_lado_esquerdo{
        width: 45%;
        position: relative;
        display: block;
       
    }
    
    .area7_lado_direito{
        width: 45%;
    }
    
    .area7titulo{
    margin-bottom: 0px;
    position: relative;
    left: -10px;    
 
}

.area7_lado_esquerdo h2{
    text-align: left;
}

.area7_lado_esquerdo p{
    text-align: left;
}
    
.area7botao{
left: 0px;
}    
             
}


@media screen and (max-width: 1024px) {
.area1_lado_direito img {
right: 0 !important; /* CORRIGIDO: antes right:-50px causava overflow lateral */
}


.area2titulo {
right: 0 !important; /* CORRIGIDO: antes right:-50px causava overflow lateral */
}
}


@media screen and (min-width: 1366px) {
    
 /*AREA1*/

.area1{
 height: 768px;
 padding: 130px 200px 0px 200px;
margin-bottom: 0px;
 background-image: url(Area1/bg.png);
 background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-around;
}
    
    .area1_conteudo{
      display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-around; 
         
    }  
    
       .area1_lado_direito{
           width: 50%;  
         
     display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-end;
          
}
    
    .area1_lado_direito img{
        max-width: 600px;
        position: relative;
        right: -50px;
      mix-blend-mode:screen;  
    display: block;
}
    
        .area1_lado_esquerdo{
        width: 50%;    
     display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    justify-content: flex-start;
          
          
}
    

.area1titulo{
    position: relative;
    left: -20px;
    margin-bottom: 20px;
    mix-blend-mode:screen;
}

.area1_lado_esquerdo h2{
    text-align: left;
font-size: 1.9em;

}

.area1_lado_esquerdo h2 span{
font-size: 1em;
}

.area1_lado_esquerdo p{
    text-align: left;
font-size: 1.4em;
    padding-right: 60px;
}


.area1botao{
mix-blend-mode:screen;
left: -10px;
max-width: 350px;
}
    
    
/*AREA2*/

.area2{
 height: 768px;
 padding: 0px 0px 0px 0px;
margin-bottom: 0px;
 background-image: url(Area2/bg.png);
 background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-around;
}
    
    .area2_conteudo{
       padding: 0px 200px; 
      display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-around; 
         
    }  
    
       .area2_lado_direito{
           width: 50%;  
         position: relative;
            left: 0px;
     display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-end;
    justify-content: flex-end;
          
}
    
    .area2_lado_esquerdo img{
       
    display: block!important;
        mix-blend-mode:screen;
       
}
    
        .area2_lado_esquerdo{
            position: relative;
            left: -50px;
            top: -20px;
        width: 50%;    
     display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    justify-content: flex-start;
          
          
}
    

.area2titulo{
    background-color: red !important;
    position: relative;
    margin-bottom: 20px;
    mix-blend-mode:screen;
}

.area2_lado_direito h2{
    text-align: right;
font-size: 1.9em;

}

.area2_lado_direito h2 span{
font-size: 1em;
}

.area2_lado_direito p{
    text-align: right;
font-size: 1.4em;
    padding-left: 60px;
}
    
    
/*AREA3*/

.area3{
    width: 100%;
 height: 768px;
 padding: 0px 0px 0px 0px;
margin-bottom: 0px;
 background-image: url(Area3/bg.png);
 background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-around;
}
    
    .area3_conteudo{
        padding: 0px 200px;
      display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-around; 
         
    }  
    
       .area3_lado_direito{
           width: 50%;  
         
     display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-end;
    justify-content: flex-end;
          
}
    
    .area3_lado_direito img{
        width: 100%;
       margin: 0px;
      mix-blend-mode:screen;  
    display: block;
}
    
        .area3_lado_esquerdo{
        width: 50%;    
     display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    justify-content: flex-start;
          
          
}
    

.area3titulo{
    position: relative;
    left: -20px;
    margin-bottom: 20px;
    mix-blend-mode:screen;
}

.area3_lado_esquerdo h2{
    text-align: left;
font-size: 1.9em;

}

.area3_lado_esquerdo h2 span{
font-size: 1em;
}

.area3_lado_esquerdo p{
    text-align: left;
font-size: 1.4em;
    padding-right: 60px;
}


.area3botao{
mix-blend-mode:screen;
left: -10px;
max-width: 350px;
margin-top: 30px;    
} 
    
 /*AREA4*/

.area4{
 padding: 50px 200px 10px 200px;
}
    
    .area4_conteudo{
       display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-around;   
    }
    
    .area4_lado_direito{
        width: 50%;
       display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    justify-content: center;  
    }
    
      .area4_lado_esquerdo{
        width: 50%;
       display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    justify-content: center;  
    }
    
    .area4boxlinha1{
       display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center; 
    }
    
        .area4boxlinha2{
       display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center; 
    } 
    
    .area4titulo{
    position: relative;
    left: -20px;
    margin-bottom: 20px;
    mix-blend-mode:screen;
}

.area4_lado_direito h2{
    text-align: left;
font-size: 1.9em;

}

.area4_lado_direito h2 span{
font-size: 1em;
}

.area4_lado_direito p{
    text-align: left;
font-size: 1.4em;
    padding-right: 60px;
}
    
    .area4textobaixo{
      display: none;
    }
    
    .area4boxbaixo{
        width: 100%;
        display: block;
        mix-blend-mode:screen;
         display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center; 
    }
    
    .area4boxbaixo img{
        max-width: 700px;
    } 
    
    .area4botao{
mix-blend-mode:screen;
left: -10px;
max-width: 350px;
margin-top: 30px;    
} 
    
 /*AREA5*/

.area5{

 padding: 50px 200px 10px 200px;
 
} 
    
.area5_conteudo h2{
    text-align: center;
font-size: 1.9em;

}

.area5_conteudo h2 span{
font-size: 1em;
}

.area5_conteudo p{
    text-align: center;
font-size: 1.4em;
    padding: 0px 70px;
}  
    
    .area5botao{
mix-blend-mode:screen;
left:20px;
max-width: 450px;
margin-top: 30px;    
} 
    
    
 /*AREA6*/

.area6{

 padding: 50px 200px 10px 200px;
 
} 
    
    .area6boxtexto{
        display: flex;
         display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;

    } 
    
    .area6boxtexto img{
       width: 90% 
    }
    
 /*AREA7*/

.area7{
 height: 768px;
 padding: 0px 0px 0px 0px;
margin-bottom: 0px;
 background-image: url(Area7/bg.png);
 background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-around;
}
    
    .area7_conteudo{
        padding: 0px 250px;
      display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-around; 
         
    }  
    
       .area7_lado_direito{
           width: 50%;  
         padding: 0px;
           margin: 0px;
     display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-end;
    justify-content: flex-end;
          
}
    
    .area7_lado_direito img{
        left: 70px;
right: 0px;
        max-width: none;
       margin: 0px;
        padding: 0px;
      mix-blend-mode:screen;  
    display: block;
}
    
        .area7_lado_esquerdo{
        width: 50%;    
     display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    justify-content: flex-start;
          
          
}
    

.area7titulo{
    position: relative;
    left: -20px;
    margin-bottom: 20px;
    mix-blend-mode:screen;
}

.area7_lado_esquerdo h2{
    text-align: left;
font-size: 1.9em;

}

.area7_lado_esquerdo h2 span{
font-size: 1em;
}

.area7_lado_esquerdo p{
    text-align: left;
font-size: 1.4em;
    padding-right: 60px;
}


.area7botao{
mix-blend-mode:screen;
left: -10px;
max-width: 350px;
margin-top: 30px;    
}     
    
    
}

@media screen and (min-width: 1440px) {
  
/*AREA1*/

.area1{
 height: 900px;
 padding: 130px 200px 0px 200px;
margin-bottom: 0px;
 background-image: url(Area1/bg.png);
 background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-around;
}
    
    .area1_conteudo{
      display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-around; 
         
    }  
    
       .area1_lado_direito{
           width: 50%;  
         
     display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-end;
          
}
    
    .area1_lado_direito img{
        max-width: 600px;
        position: relative;
        right: -50px;
      mix-blend-mode:screen;  
    display: block;
}
    
        .area1_lado_esquerdo{
        width: 50%;    
     display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    justify-content: flex-start;
          
          
}
    

.area1titulo{
    position: relative;
    left: -20px;
    margin-bottom: 20px;
    mix-blend-mode:screen;
}

.area1_lado_esquerdo h2{
    text-align: left;
font-size: 1.9em;

}

.area1_lado_esquerdo h2 span{
font-size: 1em;
}

.area1_lado_esquerdo p{
    text-align: left;
font-size: 1.4em;
    padding-right: 60px;
}


.area1botao{
mix-blend-mode:screen;
left: -10px;
max-width: 350px;
}  
    
    
/*AREA2*/

.area2{
 height: 500px;
 padding: 0px 0px 0px 0px;
margin-bottom: 0px;
 background-image: url(Area2/bg.png);
 background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-around;
}
    
    .area2_conteudo{
       padding: 0px 250px; 
      display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-around; 
         
    }  
    
       .area2_lado_direito{
           width: 50%;  
         position: relative;
            left: 0px;
     display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-end;
    justify-content: flex-end;
          
}
    
    .area2_lado_esquerdo img{
       
    display: block!important;
        mix-blend-mode:screen;
       
}
    
        .area2_lado_esquerdo{
            position: relative;
            left: -50px;
            top: -20px;
        width: 50%;    
     display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    justify-content: flex-start;
          
          
}
    

.area2titulo{
    background-color: red !important;
    position: relative;
    margin-bottom: 20px;
    mix-blend-mode:screen;
}

.area2_lado_direito h2{
    text-align: right;
font-size: 1.9em;

}

.area2_lado_direito h2 span{
font-size: 1em;
}

.area2_lado_direito p{
    text-align: right;
font-size: 1.4em;
    padding-left: 60px;
}
    
    
/*AREA3*/

.area3{
    width: 100%;
 height: 900px;
 padding: 0px 0px 0px 0px;
margin-bottom: 0px;
 background-image: url(Area3/bg.png);
 background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-around;
}
    
    .area3_conteudo{
        padding: 0px 250px;
      display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-around; 
         
    }  
    
       .area3_lado_direito{
           width: 50%;  
         
     display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-end;
    justify-content: flex-end;
          
}
    
    .area3_lado_direito img{
        max-width: 700px;
        width: 400px;
       margin: 0px;
      mix-blend-mode:screen;  
    display: block;
}
    
        .area3_lado_esquerdo{
        width: 50%;    
     display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    justify-content: flex-start;
          
          
}
    

.area3titulo{
    position: relative;
    left: -20px;
    margin-bottom: 20px;
    mix-blend-mode:screen;
}

.area3_lado_esquerdo h2{
    text-align: left;
font-size: 1.9em;

}

.area3_lado_esquerdo h2 span{
font-size: 1em;
}

.area3_lado_esquerdo p{
    text-align: left;
font-size: 1.4em;
    padding-right: 60px;
}


.area3botao{
mix-blend-mode:screen;
left: -10px;
max-width: 350px;
margin-top: 30px;    
} 
    
 /*AREA4*/

.area4{
    height: 900px;
 padding: 0px 0px 0px 0px;
}
    
    .area4_conteudo{
        padding: 0px 250px;
       display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-around;   
    }
    
    .area4_lado_direito{
        width: 50%;
       display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    justify-content: flex-start;  
    }
    
      .area4_lado_esquerdo{
        width: 50%;
       display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-end;
    justify-content: flex-end;  
    }
    
    .area4boxlinha1{
       display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center; 
    }
    
        .area4boxlinha2{
       display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center; 
    } 
    
    .area4titulo{
    position: relative;
    left: -20px;
    margin-bottom: 20px;
    mix-blend-mode:screen;
}

.area4_lado_direito h2{
    text-align: left;
font-size: 1.9em;

}

.area4_lado_direito h2 span{
font-size: 1em;
}

.area4_lado_direito p{
    text-align: left;
font-size: 1.4em;
    padding-right: 60px;
}
    
    .area4textobaixo{
      display: none;
    }
    
    .area4boxbaixo{
        width: 100%;
        display: block;
        mix-blend-mode:screen;
         display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center; 
    }
    
    .area4boxbaixo img{
        max-width: 700px;
    } 
    
    .area4botao{
mix-blend-mode:screen;
left: -10px;
max-width: 350px;
margin-top: 30px;    
} 
    
 /*AREA5*/

.area5{
    position: relative;
height: auto;
 padding: 50px 200px 10px 200px;
    background-color: red !important;
 
} 
    
.area5_conteudo h2{
    text-align: center;
font-size: 1.9em;

}

.area5_conteudo h2 span{
font-size: 1em;
}

.area5_conteudo p{
    text-align: center;
font-size: 1.4em;
    padding: 0px 70px;
}  
    
    .area5botao{
mix-blend-mode:screen;
left:20px;
max-width: 450px;
margin-top: 30px;    
} 
    
    
 /*AREA6*/

.area6{
    position: relative;
height: auto;
 padding: 50px 200px 10px 200px;
 
} 
    
    .area6boxtexto{
        display: flex;
         display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;

    } 
    
    .area6boxtexto img{
       width: 90% 
    }
    
 /*AREA7*/

.area7{
    position: relative;
 height: 768px;
 padding: 0px 0px 0px 0px;
margin-bottom: 0px;
 background-image: url(Area7/bg.png);
 background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-around;
}
    
    .area7_conteudo{
        padding: 0px 250px;
      display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-around; 
         
    }  
    
       .area7_lado_direito{
           width: 50%;  
         padding: 0px;
           margin: 0px;
     display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-end;
    justify-content: flex-end;
          
}
    
    .area7_lado_direito img{
        left: 70px;
right: 0px;
        max-width: none;
       margin: 0px;
        padding: 0px;
      mix-blend-mode:screen;  
    display: block;
}
    
        .area7_lado_esquerdo{
        width: 50%;    
     display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    justify-content: flex-start;
          
          
}
    

.area7titulo{
    position: relative;
    left: -20px;
    margin-bottom: 20px;
    mix-blend-mode:screen;
}

.area7_lado_esquerdo h2{
    text-align: left;
font-size: 1.9em;

}

.area7_lado_esquerdo h2 span{
font-size: 1em;
}

.area7_lado_esquerdo p{
    text-align: left;
font-size: 1.4em;
    padding-right: 60px;
}


.area7botao{
mix-blend-mode:screen;
left: -10px;
max-width: 350px;
margin-top: 30px;    
} 
    
    

 
}



@media screen and (min-width: 1920px) {
    
 /*AREA1*/

.area1{
 height: 1080px;
 padding: 0px 0px 0px 0px;
margin-bottom: 0px;
 background-image: url(Area1/bg.png);
 background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-around;
}
    
    .area1_conteudo{
        margin-top: 0px;
        padding: 0px 350px;
      display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-around; 
         
    }  
    
       .area1_lado_direito{
           width: 50%;  
         
     display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-end;
    justify-content: flex-end;
          
}
    
    .area1_lado_direito img{
        max-width: 800px;
        position: relative;
        right: -150px;
      mix-blend-mode:screen;  
    display: block;
}
    
        .area1_lado_esquerdo{
        width: 50%;    
     display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    justify-content: flex-start;
          
          
}
    

.area1titulo{
    position: relative;
    left: -20px;
    margin-bottom: 20px;
    mix-blend-mode:screen;
}

.area1_lado_esquerdo h2{
    text-align: left;
font-size: 1.9em;

}

.area1_lado_esquerdo h2 span{
font-size: 1em;
}

.area1_lado_esquerdo p{
    text-align: left;
font-size: 1.4em;
    padding-right: 60px;
}


.area1botao{
mix-blend-mode:screen;
left: -10px;
max-width: 350px;
}  
    
    
/*AREA2*/

.area2{
 height: 700px;
 padding: 0px 0px 0px 0px;
margin-bottom: 0px;
 background-image: url(Area2/bg.png);
 background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-around;
}
    
    .area2_conteudo{
       padding: 0px 400px; 
      display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-around; 
         
    }  
    
       .area2_lado_direito{
           width: 50%;  
         position: relative;
            left: 0px;
     display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-end;
    justify-content: flex-end;
          
}
    
    .area2_lado_esquerdo img{
       
    display: block!important;
        mix-blend-mode:screen;
       
}
    
        .area2_lado_esquerdo{
            position: relative;
            left: -50px;
            top: -20px;
        width: 50%;    
     display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    justify-content: flex-start;
          
          
}
    

.area2titulo{
    background-color: red !important;
    position: relative;
    margin-bottom: 20px;
    mix-blend-mode:screen;
}

.area2_lado_direito h2{
    text-align: right;
font-size: 1.9em;

}

.area2_lado_direito h2 span{
font-size: 1em;
}

.area2_lado_direito p{
    text-align: right;
font-size: 1.4em;
    padding-left: 60px;
}
    
    
/*AREA3*/

.area3{
    width: 100%;
 height: 900px;
 padding: 0px 0px 0px 0px;
margin-bottom: 0px;
 background-image: url(Area3/bg.png);
 background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-around;
}
    
    .area3_conteudo{
        padding: 0px 400px;
      display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-around; 
         
    }  
    
       .area3_lado_direito{
           width: 50%;  
         
     display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-end;
    justify-content: flex-end;
          
}
    
    .area3_lado_direito img{
        max-width: 700px;
        width: 400px;
       margin: 0px;
      mix-blend-mode:screen;  
    display: block;
}
    
        .area3_lado_esquerdo{
        width: 50%;    
     display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    justify-content: flex-start;
          
          
}
    

.area3titulo{
    position: relative;
    left: -20px;
    margin-bottom: 20px;
    mix-blend-mode:screen;
}

.area3_lado_esquerdo h2{
    text-align: left;
font-size: 1.9em;

}

.area3_lado_esquerdo h2 span{
font-size: 1em;
}

.area3_lado_esquerdo p{
    text-align: left;
font-size: 1.4em;
    padding-right: 60px;
}


.area3botao{
mix-blend-mode:screen;
left: -10px;
max-width: 350px;
margin-top: 30px;    
} 
    
 /*AREA4*/

.area4{
    height: 900px;
 padding: 0px 0px 0px 0px;
    margin-bottom: 150px;
    margin-top: 100px;
}
    
    .area4_conteudo{
        padding: 0px 400px;
       display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-around;   
    }
    
    .area4_lado_direito{
        width: 50%;
       display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    justify-content: flex-start;  
    }
    
      .area4_lado_esquerdo{
        width: 50%;
       display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-end;
    justify-content: flex-end;  
    }
    
    .area4boxlinha1{
       display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center; 
    }
    
        .area4boxlinha2{
       display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center; 
    } 
    
    .area4titulo{
    position: relative;
    left: -20px;
    margin-bottom: 20px;
    mix-blend-mode:screen;
}

.area4_lado_direito h2{
    text-align: left;
font-size: 1.9em;

}

.area4_lado_direito h2 span{
font-size: 1em;
}

.area4_lado_direito p{
    text-align: left;
font-size: 1.4em;
    padding-right: 60px;
}
    
    .area4textobaixo{
      display: none;
    }
    
    .area4boxbaixo{
        width: 100%;
        display: block;
        mix-blend-mode:screen;
         display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center; 
    }
    
    .area4boxbaixo img{
        max-width: 700px;
    } 
    
    .area4botao{
mix-blend-mode:screen;
left: -10px;
max-width: 350px;
margin-top: 30px;    
} 
    
 /*AREA5*/

.area5{
    position: relative;
height: auto;
 padding: 50px 200px 10px 200px;
    background-color: red !important;
    margin-bottom: 150px;
 
} 
    
.area5_conteudo h2{
    text-align: center;
font-size: 1.9em;

}

.area5_conteudo h2 span{
font-size: 1em;
}

.area5_conteudo p{
    text-align: center;
font-size: 1.4em;
    padding: 0px 400px;
}  
    
    .area5botao{
mix-blend-mode:screen;
left:20px;
max-width: 450px;
margin-top: 30px;    
} 
    
    
 /*AREA6*/

.area6{
    position: relative;
height: auto;
 padding: 50px 200px 100px 200px;
 
} 
    
    .area6boxtexto{
        display: flex;
         display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;

    } 
    
    .area6boxtexto img{
       width: 90% 
    }
    
 /*AREA7*/

.area7{
    position: relative;
 height: 900px;
 padding: 50px 0px;
margin-bottom: 0px;
    
 background-image: url(Area7/bg.png);
 background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-around;
}
    
    .area7_conteudo{
        padding: 0px 400px;
      display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-around; 
         
    }  
    
       .area7_lado_direito{
           width: 50%;  
         padding: 0px;
           margin: 0px;
     display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-end;
    justify-content: flex-end;
          
}
    
    .area7_lado_direito img{
        max-width: 1500px;
        width: 500px;
        left: 0px;
right: 0px;
        max-width: none;
       margin: 0px;
        padding: 0px;
      mix-blend-mode:screen;  
    display: block;
}
    
        .area7_lado_esquerdo{
        width: 50%;    
     display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    justify-content: flex-start;
          
          
}
    

.area7titulo{
    position: relative;
    left: -20px;
    margin-bottom: 20px;
    mix-blend-mode:screen;
}

.area7_lado_esquerdo h2{
    text-align: left;
font-size: 1.9em;

}

.area7_lado_esquerdo h2 span{
font-size: 1em;
}

.area7_lado_esquerdo p{
    text-align: left;
font-size: 1.4em;
    padding-right: 60px;
}


.area7botao{
mix-blend-mode:screen;
left: -10px;
max-width: 350px;
margin-top: 30px;    
} 
    
}


@media screen and (min-width: 2560px) {
    
 /*AREA1*/

.area1{
 height: 1080px;
 padding: 0px 0px 0px 0px;
margin-bottom: 0px;
 background-image: url(Area1/bg.png);
 background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-around;
}
    
    .area1_conteudo{
        margin-top: 0px;
        padding: 0px 600px;
      display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-around; 
         
    }  
    
       .area1_lado_direito{
           width: 50%;  
         
     display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-end;
    justify-content: flex-end;
          
}
    
    .area1_lado_direito img{
        max-width: 800px;
        position: relative;
        right: -150px;
      mix-blend-mode:screen;  
    display: block;
}
    
        .area1_lado_esquerdo{
        width: 50%;    
     display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    justify-content: flex-start;
          
          
}
    

.area1titulo{
    position: relative;
    left: -20px;
    margin-bottom: 20px;
    mix-blend-mode:screen;
}

.area1_lado_esquerdo h2{
    text-align: left;
font-size: 1.9em;

}

.area1_lado_esquerdo h2 span{
font-size: 1em;
}

.area1_lado_esquerdo p{
    text-align: left;
font-size: 1.4em;
    padding-right: 60px;
}


.area1botao{
mix-blend-mode:screen;
left: -10px;
max-width: 350px;
}  
    
    
/*AREA2*/

.area2{
 height: 900px;
 padding: 0px 0px 0px 0px;
margin-bottom: 0px;
 background-image: url(Area2/bg.png);
 background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-around;
}
    
    .area2_conteudo{
       padding: 0px 600px; 
      display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-around; 
         
    }  
    
       .area2_lado_direito{
           width: 50%;  
         position: relative;
            left: 0px;
     display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-end;
    justify-content: flex-end;
          
}
    
    .area2_lado_esquerdo img{
       
    display: block!important;
        mix-blend-mode:screen;
       
}
    
        .area2_lado_esquerdo{
            position: relative;
            left: -50px;
            top: -20px;
        width: 50%;    
     display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    justify-content: flex-start;
          
          
}
    

.area2titulo{
    background-color: red !important;
    position: relative;
    margin-bottom: 20px;
    mix-blend-mode:screen;
}

.area2_lado_direito h2{
    text-align: right;
font-size: 1.9em;

}

.area2_lado_direito h2 span{
font-size: 1em;
}

.area2_lado_direito p{
    text-align: right;
font-size: 1.4em;
    padding-left: 60px;
}
    
    
/*AREA3*/

.area3{
    width: 100%;
 height: 900px;
 padding: 0px 0px 0px 0px;
margin-bottom: 0px;
 background-image: url(Area3/bg.png);
 background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-around;
}
    
    .area3_conteudo{
        padding: 0px 700px;
      display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-around; 
         
    }  
    
       .area3_lado_direito{
           width: 50%;  
         
     display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-end;
    justify-content: flex-end;
          
}
    
    .area3_lado_direito img{
        max-width: 700px;
        width: 400px;
       margin: 0px;
      mix-blend-mode:screen;  
    display: block;
}
    
        .area3_lado_esquerdo{
        width: 50%;    
     display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    justify-content: flex-start;
          
          
}
    

.area3titulo{
    position: relative;
    left: -20px;
    margin-bottom: 20px;
    mix-blend-mode:screen;
}

.area3_lado_esquerdo h2{
    text-align: left;
font-size: 1.9em;

}

.area3_lado_esquerdo h2 span{
font-size: 1em;
}

.area3_lado_esquerdo p{
    text-align: left;
font-size: 1.4em;
    padding-right: 60px;
}


.area3botao{
mix-blend-mode:screen;
left: -10px;
max-width: 350px;
margin-top: 30px;    
} 
    
 /*AREA4*/

.area4{
    height: 1100px;
 padding: 0px 0px 0px 0px;
    margin-bottom: 50px;
    margin-top: 100px;
    background-size: cover;
}
    
    .area4_conteudo{
        padding: 0px 700px;
       display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-around;   
    }
    
    .area4_lado_direito{
        width: 50%;
       display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    justify-content: flex-start;  
    }
    
      .area4_lado_esquerdo{
        width: 50%;
       display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-end;
    justify-content: flex-end;  
    }
    
    .area4boxlinha1{
       display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center; 
    }
    
        .area4boxlinha2{
       display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center; 
    } 
    
    .area4titulo{
    position: relative;
    left: -20px;
    margin-bottom: 20px;
    mix-blend-mode:screen;
}

.area4_lado_direito h2{
    text-align: left;
font-size: 1.9em;

}

.area4_lado_direito h2 span{
font-size: 1em;
}

.area4_lado_direito p{
    text-align: left;
font-size: 1.4em;
    padding-right: 60px;
}
    
    .area4textobaixo{
      display: none;
    }
    
    .area4boxbaixo{
        width: 100%;
        display: block;
        mix-blend-mode:screen;
         display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center; 
    }
    
    .area4boxbaixo img{
        max-width: 800px;
    } 
    
    .area4botao{
mix-blend-mode:screen;
left: -10px;
max-width: 350px;
margin-top: 30px;    
} 
    
 /*AREA5*/

.area5{
    position: relative;
height: auto;
 padding: 50px 200px 10px 200px;
    background-color: red !important;
    margin-bottom: 150px;
 
} 
    
.area5_conteudo h2{
    text-align: center;
font-size: 1.9em;

}

.area5_conteudo h2 span{
font-size: 1em;
}

.area5_conteudo p{
    text-align: center;
font-size: 1.4em;
    padding: 0px 400px;
}  
    
    .area5botao{
mix-blend-mode:screen;
left:20px;
max-width: 450px;
margin-top: 30px;    
} 
    
    
 /*AREA6*/

.area6{
    position: relative;
height: auto;
 padding: 50px 200px 100px 200px;
 
} 
    
    .area6boxtexto{
        display: flex;
         display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;

    } 
    
    .area6boxtexto img{
       width: 90% 
    }
    
 /*AREA7*/

.area7{
    position: relative;
 height: 900px;
 padding: 50px 0px;
margin-bottom: 0px;
    
 background-image: url(Area7/bg.png);
 background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-around;
}
    
    .area7_conteudo{
        padding: 0px 700px;
      display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-around; 
         
    }  
    
       .area7_lado_direito{
           width: 50%;  
         padding: 0px;
           margin: 0px;
     display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-end;
    justify-content: flex-end;
          
}
    
    .area7_lado_direito img{
        max-width: 1500px;
        width: 500px;
        left: 0px;
right: 0px;
        max-width: none;
       margin: 0px;
        padding: 0px;
      mix-blend-mode:screen;  
    display: block;
}
    
        .area7_lado_esquerdo{
        width: 50%;    
     display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    justify-content: flex-start;
          
          
}
    

.area7titulo{
    position: relative;
    left: -20px;
    margin-bottom: 20px;
    mix-blend-mode:screen;
}

.area7_lado_esquerdo h2{
    text-align: left;
font-size: 1.9em;

}

.area7_lado_esquerdo h2 span{
font-size: 1em;
}

.area7_lado_esquerdo p{
    text-align: left;
font-size: 1.4em;
    padding-right: 60px;
}


.area7botao{
mix-blend-mode:screen;
left: -10px;
max-width: 350px;
margin-top: 30px;    
} 
    
}
	
	
	/* ==========================================================================
   HEADER FIXO
   ========================================================================== */
.topo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100% !important;
    z-index: 9999 !important;
}

/* A barra de fundo ocupa 100% da tela */
.topo-bg {
    width: 100% !important;
    min-height: 65px !important; 
    background-color: #ffffff !important;
    background-image: url("Imagens/Topo/barra-menu.png") !important;
    background-repeat: repeat-x !important;
    background-position: center !important;
    background-size: auto 100% !important;
    display: flex !important;
    align-items: center !important;
    border-top: 4px solid #4a452a !important;
}

/* O conteúdo do topo limita-se a 700px e centraliza */
.topo-container {
    width: 100% !important;
    max-width: 900px !important; /* Régua de 700px */
    margin: 0 auto !important; /* Centraliza a régua na tela */
    padding: 0 20px !important; /* Respiro para não colar no canto em celulares */
    display: flex !important;
    justify-content: space-between !important; /* Logo na esquerda | Menu na direita */
    align-items: center !important;
    height: 65px !important;
}

/* ==========================================================================
   LOGO - POSICIONAMENTO E TAMANHO
   ========================================================================== */
.logo {
    display: flex !important;
    align-items: center !important;
}

.logo img {
    height: 35px !important; /* Tamanho compacto */
    width: auto !important;
    display: block !important;
}

/* ==========================================================================
   MENU E BOTÃO (DESKTOP)
   ========================================================================== */
.menu {
    display: flex !important;
    gap: 15px !important; /* Espaço reduzido para caber em 700px */
}

.menu a {
    text-decoration: none !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    color: #000000 !important;
}

.cta {
    background-color: #10c15a !important;
    color: #ffffff !important;
    padding: 8px 15px !important;
    border-radius: 50px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
}

/* ESCONDER MOBILE NO DESKTOP */
.hamburger, .menu-mobile, #menuToggle {
    display: none !important;
}
