.sessao1{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color:var(--cor-0);
    padding: 20px;
    width: 100%;
    height: auto;
}
.textosessao1 img{
    width: 400px;
    height: 400px;
    background-size: contain;
    margin-top: -50px;
    margin-right: 130px;
}
.textosessao1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 500px;
    margin-top: -80px;
    position: relative;
}
.textosessao1::before{
    content: "";
    position: absolute;
    width: 500px;
    height:550px;
    background-image: url('/img/balança.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: -900px;
    margin-top: 180px;

}

.textosessao1 h1{
    font-family: var(--titulo);
    font-size: 2rem;
    color: var(--cor-1);
    text-align: start;
    width: 400px;
    margin-top: -140px;
    line-height: 1;
    font-feature-settings: "liga" 0, "calt" 0;
font-variant-ligatures: none;
}
.textosessao1 h2{
    font-family: var(--titulo);
    font-size: 1.6rem;
    color: var(--cor-1);
    text-align: start;
    width: 400px;
    margin-top: 0px;
    line-height: 1.2;
    font-feature-settings: "liga" 0, "calt" 0;
    font-variant-ligatures: none;
}
.textosessao1 h3{
    font-family: var(--texto);
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--cor-2);
    text-align: start;
    width: 400px;
    margin-top: 10px;
    line-height: 1.2;
}
.textosessao1 p{
    font-family: var(--texto);
    font-size: 1.2rem;
    color: var(--cor-1);
    text-align: start;
    width: 400px;
    margin-top: 20px;
    line-height: 1.5;
}
.imgsessao1{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 550px;
    margin-top: -60px;
}
.imgsessao1 img{
    width: 860px;
    height: 680px;
    background-size: contain;
    z-index: 2;

}
.imgsessao1{
    position: relative;
}

.imgsessao1::before{
    content: "";
    position: absolute;
    width: 660px;
    height:700px;
    background-image: url('/img/estatua.webp');
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 400px;
    margin-top: 0px;
    z-index: 1;
} 

.botao{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 360px;
    height: 50px;
    background: linear-gradient(90deg, #D49C4E 0%, #786141 62.5%);
    font-family: var(--texto);
    font-weight: 700;
    font-size: 1.1rem;
    border-radius: 8px;
    margin-top: 20px;
    margin-right: 50px;
    cursor: pointer;
    flex-shrink: 0;
    color: var(--cor-1);
    box-shadow: 0 0px 6px rgba(222, 180, 120, 0.82);
}

.botao:hover{
    background-color: var(--cor-4);
    transition: 0.3s;
    transform: scale3d(1.05, 1.05, 1);
    background: #F7D780;
}
.botao a:hover{
    color: var(--cor-0);
}
.botao a{
    color: var(--cor-1);
    display: flex;
    justify-content: center;
    align-items: center;
}

/*sessao2*/
.sessao2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    background-color: var(--cor-1);
    padding: 20px;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}
.sessao2::after{
    content: "";
    position: absolute;
    background-image: url('/img/T.svg');
    width: 200px;
    height: 500px;
    margin-top: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: -30px;
}
    
.sessao2::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; 
    height: 100%;
    background-image: url('/img/fundosessao2.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}
.sessao2 h1{
    font-family: var(--titulo);
    font-size: 2.2rem;
    color: var(--cor-1);
    text-align: center;
    width: 700px;
    margin-top: 20px;
    line-height: 1;
    font-feature-settings: "liga" 0, "calt" 0;
    font-variant-ligatures: none;
}
.sessao2 h2{
    font-family: var(--titulo);
    font-size: 1.5rem;
    color: var(--cor-1);
    text-align: center;
    width: 700px;
    margin-top: 10px;
    line-height: 1.2;
    margin-top: -0.4rem;
    font-feature-settings: "liga" 0, "calt" 0;
    font-variant-ligatures: none;
}
.sessao2 p{
    font-family: var(--texto);
    font-size: 1.2rem;
    color: var(--cor-1);
    text-align: start;
    width: 560px;
    margin-top: 10px;
    margin-left: 160px;
    line-height: 1.5;
}
.listasessao2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 20px;
    margin-left: 62px;
    padding: 0 50px;
}
.listasessao2 li{
background: linear-gradient(90deg, #D49C4E 0%, #786141 62.5%);
    font-family: var(--texto);
    font-weight: 500;
    font-size: 1rem;
    color: var(--cor-1);
    text-align: start;
    width:450px;
    height: 30px;
    padding: 10px 10px;
    border-radius: 6px;
    margin-bottom: 10px;
    margin-left: -40px;
    display: flex;
    justify-content: start;
    align-items: center;
    box-shadow: 0 0px 6px rgba(222, 180, 120, 0.82);
}
.listasessao2 li::before{
    content: "";
    width: 30px;
    height: 30px;
    margin-top: 10px;
    margin-right: 0px;
  background-image: url('/img/check.svg');
    background-size: contain;
    background-repeat: no-repeat;

}
.botaosessao2{
    margin-left: 150px;
}
.sessao3{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--cor-0);
    width: 100%;
    height: auto;
    position: relative;
    position: relative;

}
.sessao3 h1{
    font-family: var(--titulo);
    font-size: 2.2rem;
    color: var(--cor-1);
    text-align: center;
    width: 700px;
    margin-top: 20px;
    line-height: 1;
    font-feature-settings: "liga" 0, "calt" 0;
    font-variant-ligatures: none;
}
.sessao3 h2{
    font-family: var(--titulo);
    font-size: 1.5rem;
    color: var(--cor-1);
    width:400px;
    margin-top: 10px;
    line-height: 1;
    margin-top: 1rem;
    font-feature-settings: "liga" 0, "calt" 0;
    font-variant-ligatures: none;
}
.listaservicos ul{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
     flex-wrap: wrap;
    width:800px;
    height: auto;
  margin: 20px auto 0 auto;
    padding: 0 10px;
    gap: 30px;

}
.listaservicos li{
    background: linear-gradient(90deg, #D49C4E 0%, #786141 62.5%);
    font-family: var(--texto);
    font-weight: 500;
    font-size: 1rem;
    color: var(--cor-1);
    text-align: start;
    width:200px;
    height: 100px;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
    padding: 20px 20px;
text-align: center;
    border-radius: 6px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.sessao3::before{
    content: "";
    position: absolute;
    width: 280px;
    height: 300px;
    margin-right: 1200px;
    background-image: url('/img/s.svg');
    background-size: contain;
    background-repeat: no-repeat;
  filter: blur(10px);
}
.sessao3::after{
    content: "";
    position: absolute;
    width: 280px;
    height: 300px;
    margin-left: 1200px;
    margin-top: -300px;
    background-image: url('/img/balancaservico.svg');
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.5;
  
}
.listaservicos{
    position: relative;

}
.listaservicos::before{
    content: "";
    position: absolute;
   width: 800px;
    height: 400px;
    margin-top: 20px;
    background-image: url('/img/fundoservico.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    opacity: 0.4;
}
.botaosessao3{
    margin-bottom: 30px;
    z-index: 2;
}
.sessao4{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--cor-1);
    width: 100%;
    height: auto;
    position: relative;
background-color: var(--cor-0);
z-index: 3;

}
.sessao4 strong{
color: rgba(127, 87, 31, 0.43);
font-size: 2rem;
font-family:var(--titulo); 

}
.sessao4 h1{
    font-family: var(--titulo);
    font-size: 1.8rem;
    color: #DEB478;
    text-align: center;
    font-feature-settings: "liga" 0, "calt" 0;
    font-variant-ligatures: none;
}
.sessao4 p{
    font-family: var(--texto);
    font-size: 1.2rem;
    color: var(--cor-2);
    width: 340px;
margin-top: 10px;
    line-height: 1.5;

}
.exclusivo{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    width: 350px;
    height: auto;
    margin: 40px 250px 50px 0px;
   border: #D49C4E 2px solid;
    padding: 20px;
    box-shadow: 0 0px 6px rgba(222, 180, 120, 0.82);
    position: relative; 
}
.exclusivo::after{
    content: "";
    position: absolute;
    width: 200px;
    height: 2px;
   background-color: rgba(222, 180, 120, 0.82);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 370px;
    margin-top: 0px
}
.exclusivo::before{
    content: "";
    position: absolute;
    width: 185px;
    height: 2px;
   background-color: rgba(222, 180, 120, 0.82);
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(90deg);
    margin-left: 478px;
    margin-top: 185px
}
.atualizacao{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    width: 350px;
    height: auto;
    margin: 40px 0px 50px 600px;   
    border: #D49C4E 2px solid;
    padding: 20px;
    box-shadow: 0 0px 6px rgba(222, 180, 120, 0.82);
    position: relative;
}
.atualizacao::after{
    content: "";
    position: absolute;
    width: 200px;
    height: 2px;
   background-color: rgba(222, 180, 120, 0.82);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: -220px;
    margin-top: 0px
}
.atualizacao::before{
    content: "";
    position: absolute;
    width: 800px;
    height: 800px;
  background-image: url('/img/fundosessao4.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: -560px;
    margin-top: -40px;
    z-index: 1;
    opacity: 0.4;
}
.atendimento::before{
    content: "";
    position: absolute;
    width: 185px;
    height: 2px;
   background-color: rgba(222, 180, 120, 0.82);
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(90deg);
    margin-left: 88px;
    margin-top: -405px
}

.atendimento{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    width: 350px;
    height: auto;
    margin: 40px 200px 40px 0px;  
    border: #D49C4E 2px solid;
    padding: 20px;
    box-shadow: 0 0px 6px rgba(222, 180, 120, 0.82); 
    position: relative;
}
.sessao5{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: var(--cor-1);
    width: 100%;
    height: auto;
    position: relative;
    background-color: var(--cor-0);
    position: relative;
}
.sessao5::before{
    content: "";
    position: absolute;
    width: 280px;
    height: 300px;
    margin-right: 1200px;
    background-image: url('/img/balancasessaoform.svg');
    background-size: contain;
    background-repeat: no-repeat;

}
.sessao5 h1{
 color: var(--cor-1);
    font-family: var(--titulo);
    font-size: 1.8rem;
    text-align: center;
    width: 700px;
    margin-top: 0px;
    margin-left: -200px;
    line-height: 1;
    font-feature-settings: "liga" 0, "calt" 0;
    font-variant-ligatures: none;
      
}
.sessao5 strong{
color: var(--cor-3);    
}
.sessao5 p{
    font-family: var(--texto);
    font-size: 1.2rem;
    color: var(--cor-1);
    text-align: start;
    width: 400px;
    margin-top: 20px;
    margin-left: -60px;
    line-height: 1.1;
}
.formulario form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    width: 300px;
height: 260px;
    background-color: var(--cor-0);
    background: #7F571F;
    border-radius: 8px;
    position: relative;
    margin-top: 40px;
    margin-bottom:40px;
    box-shadow: 0 0px 6px rgba(222, 180, 120, 0.82);
}
.formulario h2{
    font-family: var(--titulo);
    font-size: 1.5rem;
    color: var(--cor-1);
    text-align: center;
    width: 300px;
    margin-top: 0px;
    line-height: 1.2;
    font-feature-settings: "liga" 0, "calt" 0;
    font-variant-ligatures: none;
}
.formulario input{
    width: 100%;
    height: 40px;
    border-radius: 6px;
    border: none;
    padding: 0 10px;
    margin-top: 10px;
    font-family: var(--texto);
    font-size: 1rem;
    color: var(--cor-1);
}
.formulario input::placeholder{
    color: var(--cor-4);
}
.formulario textarea::placeholder{
    color: var(--cor-4);
}
.formulario input:focus{
    outline: none;
    box-shadow: 0 0px 6px rgba(222, 180, 120, 0.82);
    border: 1px solid var(--cor-3);
}
.formulario textarea{
    width: 100%;
    height: 80px;
    border-radius: 6px;
    border: none;
    padding: 10px;
    margin-top: 10px;
    font-family: var(--texto);
    font-size: 1rem;
    color: var(--cor-4);
}
.formulario button{
    width: 100%;
    height: 40px;
    background: linear-gradient(90deg, #D49C4E 0%, #786141 62.5%);
    font-family: var(--texto);
    font-weight: 700;
    font-size: 1.1rem;
    border-radius: 6px;
    margin-top: 10px;
    cursor: pointer;
    color: var(--cor-1);
    box-shadow: 0 0px 6px rgba(222, 180, 120, 0.82);
}

.sobre{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    position: relative;
    background-color: var(--cor-0);
    position: relative;
}

.sobre::before{
    content: "";
    position: absolute;
    width: 1500px;
    height: 600px;
    margin-right: 1200px;
    background-image: url('/img/fundosessaosobre.webp');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;

}
.textosobre{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 500px;
    height: auto;
    margin-top: 20px;
    position: relative;
    margin-left: 80px;
}
.textosobre h1{
    font-family: var(--titulo);
    font-size: 2.2rem;
    color: var(--cor-1);
    text-align: center;
    width: 500px;
    margin-top: 20px;
    line-height: 1;
    font-feature-settings: "liga" 0, "calt" 0;
    font-variant-ligatures: none;
}
.textosobre p{
    font-family: var(--texto);
    font-size: 1.2rem;
    color: #F4E6D3;
    text-align: start;
    width: 480px;
    margin-top: 20px;
    line-height: 1.5;
}

.listasobre{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 20px;
    padding: 0 50px;
    color: var(--cor-1);

}
.listasobre h2{
    font-family: var(--titulo);
    font-size: 1.5rem;
    color: var(--cor-1);
    text-align: start;
    width: 500px;
    margin-top: 10px;
    line-height: 1.2;
    font-feature-settings: "liga" 0, "calt" 0;
    font-variant-ligatures: none;
}
.listasobre li{
    background: linear-gradient(90deg, #D49C4E 0%, #786141 62.5%);
    font-family: var(--texto);
    font-weight: 500;
    font-size: 1rem;
    color: var(--cor-1);
    text-align: start;
    width:450px;
    height: 30px;
    padding: 10px 10px;
    border-radius: 6px;
    margin-bottom: 10px;
    display: flex;
    justify-content: start;
    align-items: center;
    box-shadow: 0 0px 6px rgba(222, 180, 120, 0.82);
}
.sobreimagem{
    display: flex;
    justify-content: center;
    align-items: center;
}
.sobreimagem img{
    width: 700px;
    height: 900px;
    background-size: contain;
}
.footer{
    display: flex;
    flex-direction: r9w;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    background-color: var(--cor-0);
    gap:80px;
    
}
.endereço{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 400px;
    height: auto;
    color: var(--cor-1);
    margin-bottom: 30px;
}
.endereço img{
  width: 250px;
  height: 200px;  
}
.endereço img:hover{
    transform: scale(1.05);
    transition: 0.3s;
}
.endereço h3{
    font-family: var(--titulo);
    font-size: 1.5rem;
    color: var(--cor-1);
    text-align: center;
    width: 400px;
    margin-top: -20px;
    line-height: 1.2;
    font-feature-settings: "liga" 0, "calt" 0;
    font-variant-ligatures: none;
}
.endereço p{
    font-family: var(--texto);
    font-size: 1.2rem;
    color: var(--cor-1);
    text-align: center;
    width: 400px;
    line-height: 1.1;

}
.fale_footer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 500px;
    height: auto;
}
.fale_footer h1{
    font-family: var(--titulo);
    font-size: 1.5rem;
    color: var(--cor-1);
    text-align: center;
    width: 400px;
    margin-top: 40px;
    line-height: 1.2;
    font-feature-settings: "liga" 0, "calt" 0;
    font-variant-ligatures: none;
}
.fale_footer p{
    font-family: var(--texto);
    font-size: 1.1rem;
    color: #F4E6D3;
    width: 340px;
    line-height: 1.5;
}
.botaofooter{
    margin-left: 30px;
}
.acompanhe{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: auto;
}
.acompanhe h1{
    font-family: var(--titulo);
    font-size: 1.5rem;
    color: var(--cor-1);
    text-align: center;
    width: 300px;
    line-height: 1.2;
    font-feature-settings: "liga" 0, "calt" 0;
    font-variant-ligatures: none;
    margin-bottom: 10px;
}
.redes{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: auto;
    gap: 10px;
}
.redes img{
    width: 50px;
    height: 50px;
    cursor: pointer;
}
.redes img:hover{
    transform: scale(1.1);
    transition: 0.3s;
}
.copy{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
padding: 10px;
}
.copy p{
    font-family: var(--texto);
    font-size: 1rem;
    color: var(--cor-4);
    text-align: center;
    width: 100%;
    line-height: 1.5;
}
.copy a{
     color: var(--cor-4);
}
.copy a:hover{
    color: var(--cor-3);
    transition: 0.3s;
    color: blueviolet;
}
@media (min-width:769px) and (max-width: 1279px) {
    .textosessao1{
        margin-left: 160px;
        z-index: 2;
    }
    .textosessao1 img{
      margin-right: 0px;  
    }
    .textosessao1::before{
        margin-left: -300px;  
        z-index: 1;
        opacity: 0.3;
    }
    .botao{
        z-index: 3;
    }
    .sessao3 h1{
        font-size: 2.4rem;
    }
    .sessao3 h2{
        font-size: 1.8rem;
        width: 500px;
    }
    .sessao3::before{
        margin-right: 560px;
    }
    .sessao3::after{
        margin-left: 660px;
        margin-top: -500px;
        
    }
    .listaservicos ul{
        width: 750px;
    }
    .botaosessao3{
        margin-left: 60px;
    }
    .atualizacao{
       margin: 40px 0px 50px 300px;    
    }
    .atendimento::before{
      margin-left: -62px;  
    }

.sessao5{
        flex-direction: column;
    }
    .sessao5 h1 {
        width: 550px;
        margin-left: 0px;
        font-size: 2.2rem;
        margin-top: 30px;
    }
    .sessao5 p{
        width: 550px;
        margin-left: 0px;
        text-align: center;
        font-size: 1.5rem;
    }
    .formulario form{
        width: 450px;
        height: 420px;
    }
    .formulario h2{
        width: 400px;
        margin-left: 0px;
        font-size: 2rem;
    }
    .sessao5::before{
 margin-right: 620px;
    }
.sobre::before{
    margin-right: 100px;
    z-index: 1;
    opacity: 0.3;
    height: 800px;
    margin-top: -100px;
}
.textosobre{
    margin-left: 260px;
    width: 400px;
    z-index: 2;
}
.sobreimagem img{
    margin-left: -200px;
    
}
.footer{
    flex-direction: column;
}
.endereço img{
    width: 300px;
    height: 300px;
}
.endereço h3{
    font-size: 2rem;
    width: 550px; 
}
.endereço p{
    font-size: 1.5rem;
    width: 550px; 
}
    .fale_footer h1{
        font-size: 2rem;
        width: 550px;    
    }
    .fale_footer p{
        font-size: 1.5rem;
        width: 550px; 
        margin-left: 80px;
        
    }
    .acompanhe h1{
        font-size: 2rem;
        width: 550px; 
    }
    .redes{
        margin-bottom: 30px;
    }
    .copy p{
        font-size: 1.2rem;
        width: 100%;
        text-align: center;
    }
}
@media (max-width: 768px) {  
    .imgsessao1 img{
        margin-left: -90px;
    }  
    .textosessao1{
        margin-left:240px;
    } 
    
    .textosessao1 h1, .textosessao1 h2, .textosessao1 h3, .textosessao1 p{
        width: 350px;
        z-index: 2;
    }
    .textosessao1::before{
        margin-left: -500px;  
        z-index: 1;
        opacity: 0.3;
    }
    .imgsessao1::before{
        margin-left: -350px;
        opacity: 0.3;
    }
    .botao{
        z-index: 3;
    }
    .listaservicos ul{
        width: 600px;
        
    }

    .sessao3::before{
     margin-right: 500px;
    }
    .sessao3::after{
        margin-left: 600px;
        margin-top: -460px;
    }    
    .botaosessao3{
        margin-left: 60px;
    }
    .atualizacao{
        margin: 40px 0px 50px 300px;  
    }
    .atualizacao::after{
        width: 120px;
        margin-left: -140px;
    }
    .atendimento::before{
        margin-left: 18px;
    }
    .atualizacao::before{
        margin-left: -460px;
    }
    .sessao5{
        flex-direction: column;
    }
    .sessao5 h1 {
        width: 550px;
        margin-left: 0px;
        font-size: 2.2rem;
    }
    .sessao5 p{
        width: 550px;
        margin-left: 0px;
        text-align: center;
        font-size: 1.5rem;
    }
    .formulario form{
        width: 450px;
        height: 420px;
    }
    .formulario h2{
        width: 400px;
        margin-left: 0px;
        font-size: 2rem;
    }
    .formulario input{
        height: 50px;
    }
    .formulario textarea{
        height: 100px;
    }
    .sessao5::before{
        margin-right: 600px;
    }
    .textosobre{
        margin-left: 240px;
        width: 400px;
        z-index: 3;
    }
    .textosobre p{
        width: 400px;
    }
    .listasobre h2{
        width: 400px;
        margin-left: 45px;
    }
    .listasobre li{
        margin-left: 45px;
    }
    .sobreimagem img{
        margin-left: -300px;
    }
    .sobre::before{
        margin-right: 100px;
        z-index: 1;
        opacity: 0.3;
        
    }
    .footer{
        flex-direction: column;
        align-items: center;
        gap: 20px;
    } 
    .endereço img{
        width: 240px;
        height:250px;
    }
    .endereço h3{
  font-size: 2rem;
  width: 550px; 
    }
    .endereço p{
        font-size: 1.5rem;
        width: 550px; 
    }
    .fale_footer h1{
        font-size: 2rem;
        width: 550px;    
    }
    .fale_footer p{
        font-size: 1.5rem;
        width: 550px; 
        margin-left: 80px;
        
    }
    .acompanhe h1{
        font-size: 2rem;
        width: 550px; 
    }
    .redes{
        margin-bottom: 30px;
    }
    .copy p{
        font-size: 1.2rem;
        width: 100%;
        text-align: center;
    }
}
@media (max-width:480px){
    .sessao1{
        flex-direction: column-reverse;
        align-items: center;
     
    }
    .imgsessao1{
        position: relative;
    }
    .imgsessao1 img{
        width: 500px;
        height: 400px;
        background-size: contain;
        margin-left: 140px;
        z-index: 2;
  
    }
    .imgsessao1::after{
        content: ""; 
        width: 200px;
        height: 200px;
        position: absolute;
        margin-right: 300px;
        margin-top: -160px;
        background-image: url('/img/logo.webp');
        background-size: contain;
        background-repeat: no-repeat;
        z-index: 5;
    }
    .imgsessao1::before{
        width: 360px;
        height:500px;
        margin-left: 380px;
    }
    .textosessao1 img{
     display: none;
    
    }
    .textosessao1{
        margin-top: 100px;
        width: 350px;
        margin-left: -20px;
    }
  
    .textosessao1 h3, .textosessao1 h2, .textosessao1 h1, .textosessao1 p {
        width: 350px;
        z-index: 2;
    }
    .textosessao1::before{
        width: 300px;
        height:350px;
        margin-left: -390px;
        margin-top:-170px;
    z-index: 1;
    opacity: 0.3;
    }
    .botao{
        width: 340px;    
        font-size: 1rem;
    }
    .sessao2 h1{
        width: 380px;
        font-size: 1.8rem;
    }
    .sessao2 h2{
        width: 380px;
        font-size: 1.6rem;
        line-height: 1;
        margin-top: 10px;
    }
    .sessao2 p{
        width: 350px;
        margin-top: 10px;
        margin-left: 30px;
    }
    .listasessao2{
        margin-left: -30px; 
    }

    .listasessao2 li{
        width:350px;
        height: 30px;
    }
    .botaosessao2{
        margin-left: 30px;
    }
    .sessao2::after{ 
          width: 200px;
        height: 300px;
        opacity: 0.5;
        margin-top: -240px;
    }
    .sessao3 h2{
        width:350px;
    }
    .listaservicos ul{
        width:350px;  
        z-index: 2;
    }
    .botaosessao3{
        margin-left: 40px;
    }
    .sessao3::before{
        margin-right: 100px;    
        z-index: 1;
        opacity: 0.3; 
    }
    .sessao3::after{
        margin-left: 290px;
        margin-top: -800px; 
        opacity: 0.3;    
    }
    .sessao4 h1{
        margin-top: -10px;
    }
    .sessao4 p{
        width: 250px;
        line-height: 1;
        
    }

    .exclusivo{
        width: 210px;
        height: 160px;
        margin: 40px 120px 50px 0px;
    } 
    .exclusivo::after{
        width: 90px;
        height: 2px;
        margin-left: 230px;
        margin-top: 0px
    }
    .exclusivo::before{
        width: 193px;
        height: 2px;
        margin-left: 225px;
        margin-top: 190px
    }
    .atualizacao{
        width: 220px;
        height: 160px;
        margin: 40px 0px 50px 90px;   

    }
    .atualizacao::after{
        width: 60px;
        height: 2px;
        margin-left: -85px;
        margin-top: 0px
    }
    .atendimento::before{
        width: 195px;
        height: 2px;
        margin-left: -86px;
        margin-top: -400px
    }
    .atendimento{
        width: 226px;
        height: 166px;
        margin: 40px 100px 40px 0px;  
    }
    .atualizacao::before{
       display: none;
    }
    .sessao5{
        flex-direction: column;
    }
    .sessao5 h1{
        width: 350px;
        margin-top: 20px;
        margin-left: 0px;
    }
    .sessao5 p{
        width: 350px;
        margin-top: 20px;
        margin-left: 0px;
        text-align: center;
    }

.sobre{
    flex-direction: column-reverse;
}
.sobre::before{
    width: 500px;
    height: 800px;
    margin-top:200px;
    margin-right: 0px;
    opacity: 0.3;
}
.sobreimagem img{
    width: 640px;
    height: 800px;
    margin-top: -80px;
}
.textosobre{
    width: 350px;
    margin-left: 0px;
    margin-top: 0px;
}
.textosobre p{
    width: 350px;
    text-align: center;
}
.listasobre h2{
    width: 350px;
}
.listasobre li{
    width: 350px;
    height: 30px;
}
.formulario form{
    width: 280px;
}
.sessao5::before{
    width: 280px;
    height: 300px;
    margin-right: 100px; 
    margin-top: -920px; 
    opacity: 0.3;
}
.sobreimagem{
    display: flex;
    justify-content: center;
    align-items: center;
  margin-left: 280px;
}
.textosobre{
    margin-left: 0px;
    width: 350px;
    margin-top: -160px;
}
.listasobre li{
    width: 340px;
    height: 30px;
    margin-left: 20px;
}
.footer{
    flex-direction: column;
    
}
.endereço{
    margin-bottom: 0px; 
    width: 350px;
}
.endereço h3{
    width: 350px;
    margin-top: -20px;
}
.endereço p{
    width: 350px;
    margin-top: 10px;
    text-align: center;
}
.fale_footer{
    width: 350px;
}
.fale_footer h1{
    width: 350px;
    margin-top: 0px;
}
.fale_footer{
    width: 350px;
}
.redes{
    margin-bottom:30px;
}
.endereço img{
    width: 200px;
    height: 200px;  
}
.fale_footer h1{
    font-size: 1.5rem;
    width: 350px;
    margin-top: 20px;
}
.fale_footer p{
    width: 350px;
    margin-left: 0px;
    margin-top: 10px;
    text-align: center;
    font-size: 1.2rem;
}
}