@charset "UTF-8";

*{
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
   
}
:root{
    --amarelo:#F7D102;
    
}
body{
   background-color:#267BF0 ;
 
}
.imginicio{
   display: flex;
   justify-content: center;
   align-items: center;
   width: 100vw;
    height: 230px;
    margin:auto;
}
.imginicio{
    background-image: url(WhatsApp\ Image\ 2025-01-17\ at\ 16.30.01.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
  
    width: 100vw;
   height: 300px;
  

}
.mapa{
    width: 75vw;
    height: 200px;
    box-shadow: 6px 11px 19px -4px rgba(0,0,0,0.64);
}
.h12{
    font-size: 30px;
}
.separa{
    margin-bottom: 50px;
}
/* #F8F9FA */
header{
    
    height: 100px;
  width: 100vw;
  z-index: 5;
  background-image: url(fundo\ pvc.avif);
   display: flex;
   justify-content: flex-end;
   align-items: center;
    position: fixed;
    margin-top: -1px;
    top: 0;
    left: 0;
}
.voltar{
    display: flex;
  justify-content: center;
  align-items: center;
   
    position: fixed;
    top: 88%;
    left: 80%;
    z-index: 8;
    
    
}

.voltar > div >a> img{
    margin: auto;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    
}

/* section 1 */
.mn{
    border-bottom: 1px solid black;
    text-decoration: none;
}
#s1{
    box-shadow: 10px 10px 21px -7px rgba(0,0,0,0.75);
    color: white;
    font-weight: bolder;
   display: flex;
   justify-content: center;
   align-items: center;
  margin-right: 20px;
    border-radius: 11px;
   height: 40px;
   width: 40px;
    z-index: 5;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.445);
    
    transition: 0.1s ease-out;
}

#fechar{
    
    box-shadow: 10px 10px 21px -7px rgba(0,0,0,0.75);
    color: black;
    font-weight: bolder;
   display: flex;
   justify-content: center;
   align-items: center;
  margin-top: 20px;
    border-radius: 11px;
   height: 40px;
   background-color: rgba(0, 0, 0, 0.445);
   width: 40px;
    z-index: 5;
    padding: 10px;
    
}
#s11{
    box-shadow: 10px 10px 21px -7px rgba(0,0,0,0.75);
    border-radius: 0px 6px 6px 0px;
    position: fixed;
    padding-bottom: 10px;
    top: 0%;
    left: -100%;
    display: flex;
    flex-direction: column;
  color: black;
    align-items: center;
    z-index: 20;
    width: 180px;
    height: 100vh;
    background-color: white;
    
    transition: ease-out 0.2s;
}
#outros{
 margin-top: 30px;
padding: 15px;
 display: flex;
 justify-content: center;
 flex-direction: column;
 align-items: center;
}


.menu{
    margin: auto;
    
    border: 1px solid white;
}
#menuimg{
    margin-top: 50px;
}
#menuimg >img{
    
    height: 118px;
    width: 170px;
    border-radius:10px ;
}
/* section 2 */
.s2{
  
 margin-left: 30px;
}
div#logo{
    box-shadow: 10px 10px 21px -7px rgba(0,0,0,0.75);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 240px;
    background-image: url(logo.jpeg);
    height: 98px;
    border-radius: 20px;
    z-index: 8;
   
}

/* section 3 */
.s3{
    margin: auto;
    text-align: center;
    margin-top: 10px;
}
/* main */
 main{
    margin-top: 70px;
 }
/* section 4 */
.artpj{
    background-color: rgba(0, 0, 0, 0.37);
    margin: auto;
    text-align: center;
  font-size: 16px;
  font-weight: bolder;
    height: 80px;
}

.pj{
    background-color: rgba(0, 0, 0, 0.288);
    color: white;
    padding: 20px;
    border: 1px solid #267BF0;
    display: inline-block;
    border-radius: 20px;
}
.pj:hover{
    background-color: #267BF0;
    transition: ease-out 0.3s;
}
.s4{
    box-shadow: 2px 11px 36px -6px rgba(0,0,0,0.71);

    /* box-shadow: -1px 14px 32px -9px rgba(0,0,0,0.73); */
  
    margin: auto;
    background-image: url(img-1.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;

    height: 370px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    justify-content: space-around;
    
    background-color: rgba(0, 0, 0, 0.315);
    z-index: -2;
}
.black{
    background-color: rgba(0, 0, 0, 0.37);
    height: 160px;
}
.txt-s4{
   margin-top: 10px;
    color: white;
    font-weight: bolder;
    font-size: 17px;
   
    background-color: rgba(0, 0, 0, 0.37);
  font-size: 30px;
    text-align: center;
    height: 160px;
    padding: 30px;
   margin-top: -1px;
    
}
.h1-s4{
    text-align: center;
    margin-bottom: 10px;
    font-weight: bolder;
    color: black ;
    
    }
.orcamento{
    z-index: 10;
    width: 200px;
    height: 66px;
    
    background-color: #25D366;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-radius: 10px;
    align-items: center;
    margin: auto;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.342);
}
.orcamento > img{
    height: 66px;
    width: 66px;
    border-radius:  0px 10px 10px 0px;
   
    
}
.orcamento > p{
    color: white;
    font-weight: bolder;
    font-size: 20px;
    margin-left: 10px;
}
.orcamento:hover{
    transition: ease-out 0.5s;
    width: 213px;
    height: 79px;
  
}

/* section 5 */


.s5{
    display: flex;
    flex-direction: column;
   
    background-color: #F0F3F4;
   width: 95vw;
   border-radius: 30px 0px 0px 30px;
   margin-left: 20px;
  
   margin-top: 100px;
}
.s5 > h1{
    margin: auto;
    text-align: center;
    color: black;
    border-bottom: 1px solid black;
    margin-bottom: 40px;
    margin-top: 40px;
    font-size: 35px;
    font-family: "Oswald", serif;
}
.s5 >article> p{
    margin: auto;
    text-align: center;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 20px;
}


/* section 6 */
.dd{
    text-align: center;
    margin: auto;
}
.h1-s6{
    text-align: center;
    margin-top: 100px;
  color:  black;
    margin-bottom: 40px;
   border-bottom: 1px solid black;
   display: inline-block;
    font-size: 35px;
    font-family: "Oswald", serif;
    
}
/* icle 6 */
.art6{
    box-shadow: 0px 7px 22px -6px rgba(0,0,0,0.7);
    background-color:white;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 20px;
    align-items: center;
    border-radius: 40px;
}

.imga{
    box-shadow: 0px 7px 22px -6px rgba(0,0,0,0.7);
    width: 300px;
    height: 300px;
    margin-top: 20px;
    border-radius:10px ;
    background-image: url(img-2.jpeg);
    background-size: cover;
    background-position: center center;
}
.img2{
    box-shadow: 0px 7px 22px -6px rgba(0,0,0,0.7);
    width: 300px;
    height: 300px;
    margin-top: 20px;
    border-radius:10px ;
    background-image: url(img-3.jpeg);
    background-size: cover;
    background-position: center center;
}
.img3{  
      box-shadow: 0px 7px 22px -6px rgba(0,0,0,0.7);
    width: 300px;
    height: 300px;
    margin-top: 20px;
    border-radius:10px ;
    background-image: url(img-4.jpeg);
    background-size: cover;
    background-position: center center;

}
.img4{  
    box-shadow: 0px 7px 22px -6px rgba(0,0,0,0.7);
  width: 300px;
  height: 300px;
  margin-top: 20px;
  border-radius:10px ;
  background-image: url(img-5.jpeg);
  background-size: cover;
  background-position: center center;

}
.img5{  
    box-shadow: 0px 7px 22px -6px rgba(0,0,0,0.7);
  width: 300px;
  height: 300px;
  margin-top: 20px;
  border-radius:10px ;
  background-image: url(img-6.jpeg);
  background-size: cover;
  background-position: center center;

}
.img6{  
    box-shadow: 0px 7px 22px -6px rgba(0,0,0,0.7);
  width: 300px;
  height: 300px;
  margin-top: 20px;
  border-radius:10px ;
  background-image: url(img-7.jpeg);
  background-size: cover;
  background-position: center center;

}
.art6 > video{
    box-shadow: 0px 7px 22px -6px rgba(0,0,0,0.7);
    width: 300px;
    height: 370px;
    margin-top: 20px;
    border-radius:10px ;
}
/* seciton 7 */
.s7{
    display: flex;
    flex-direction: column;
    justify-content: center;
   
}
.art7{
    padding: 20px;
    text-align: center;
    margin-top: 50px;
  background-color: #e4e4e4;
    margin-bottom: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
   display: flex;
  
}
.google{
    box-shadow: 0px 7px 22px -6px rgba(0,0,0,0.7);
    width: 340px;
    height: 120px;
    
    border-radius:10px ;
    background-image: url(google.png);
    background-size: cover;

    background-repeat: no-repeat;
    
}
.comentario{
    margin-top: 20px;
    box-shadow: 0px 7px 22px -6px rgba(0,0,0,0.7);
    width: 340px;
    height: 120px;
    margin-top: 20px;
    border-radius:10px ;
    background-image: url(com.png);
    background-size: cover;
   
    background-repeat: no-repeat;
    background-position: center center;
}
/* section 8 */
.s8{
    padding-bottom: 20px;
    padding-top: 20px ;
    background-color: white;
    border-radius: 30px 0px 0px 30px;
    width: 95vw;
    margin: auto;
    margin-top: 100px;
    display: flex;
    margin-left: 20px;
    flex-direction: column;
    align-items: center;
}
.h1-s8{
    display: inline-block;
   
    text-align: center;
    margin-bottom: 40px;
    color: black;
    border-bottom: 1px solid black;
    font-size: 35px;
    font-family: "Oswald", serif;
}

.s8 > a {
    margin: auto;
    text-align: center;
    margin-left: 15px;
    margin-right: 5px;
    font-size: 17px;
    margin-bottom: 10px;

}
/* footer */
.s9{
   
    margin-top: 100px;
}

#amarelo{
    box-shadow: 0px -4px 14px 0px rgba(0,0,0,0.51);
    height: 170px;
    background-color: #06142B;
    
    display: flex;
    justify-content: center;
   
}
#ps9{
    display: flex;
    justify-content: center;
    margin: auto;
}
#ps9 > img{
    width: 240px;
    height: 160px;
    margin: auto;
    border-radius: 10px;
    margin-top: -3px;
}
 

#preto{
    background-image: url(fundo\ pvc.avif);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top: 1px solid white;
    background-color: white;
    height: 125px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    justify-content: space-evenly;
}
#preto> a  > p  > img{
    width: 60px;
    height: 60px;
    border-radius: 20px;
    margin-top: 25px;
}


/* orçamentos */
.aimg{
    margin-top: 30px;
    border: none;
}
.oimg{
 
    display: flex;
    flex-direction: row;
    justify-content: space-around;
   align-items: center;
    margin: auto;
    border-radius: 30px;
    height: 80px;
    width: 70vw;
 
    background-color: #25D366;
    color: white;
  
}
.oimg > img{
    width: 80px ;
    height: 80px;
    border-radius: 30px;

}
.oimg > p{
    margin-right: 5px;
    text-align: center;
    font-size: 20px;
    font-weight: bolder;
}
a{
    text-decoration: none;
}
.imgl{
    box-shadow: 12px 4px 14px 0px rgba(0,0,0,0.51);
    transition: ease-out 0.4s;
}
.imgl:hover{
    width: 65px;
    height: 65px;
    
}