@charset "UTF-8";


*{
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
   
}
:root{
    --amarelo:#F7D102;
    
}
body{
   background-color:#FFFFFF ;
 
}


.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{
    background-color: #e4e4e4;
    height: 100px;
  width: 100vw;
  z-index: 5;
  background-image: url(fundo\ pvc.avif);
    display: flex;
    flex-direction: row;
    justify-content: end;
    justify-content: space-between;
    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: black;
    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;
    border: 1px solid black;
    
    transition: border ease-out 0.1s ;
}
#s1:hover{
    background-color: #e4e4e47c;
    transition: ease-out 0.1s;
}
#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;
   width: 40px;
    z-index: 5;
    padding: 10px;
    border: 1px solid black;
}
#s11{
    box-shadow: 10px 10px 21px -7px rgba(0,0,0,0.75);
    border-radius: 6px;
    position: fixed;
    
    top: 0%;
    left: -100%;
    display: flex;
    flex-direction: column;
  
    align-items: center;
    z-index: 20;
    width: 180px;
    height: 100vh;
    background-color: white;
    border-radius: 10px;
    transition: ease-out 0.2s;
}
#outros{
 margin-top: 30px;

 display: flex;
 justify-content: center;
 flex-direction: column;
 align-items: center;
}

#outros > p,a{
    padding: 15px;
    transition: ease-out 0.5s;
    border-radius: 7px;
}
#outros > p:hover{
    background-color: white;
}
.menu{
    margin: auto;
    
    border: 1px solid black;
}
#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 #EC1F24;
    display: inline-block;
    border-radius: 20px;
}
.pj:hover{
    background-color: #EC1F24;
    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-fundo.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: #EC1F24 ;
    
    }
.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: 7px;
   margin: auto;
   margin-top: 100px;
}
.s5 > h1{
    margin: auto;
    text-align: center;
    color: #EC1F24;
    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: #EC1F24;
    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:#EC1F24;
    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(img1.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-fundo.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(img2.jpg);
    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(img3.jpg);
  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: #e4e4e4;
    border-radius: 7px;
    width: 95vw;
    margin: auto;
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.h1-s8{
    display: inline-block;
   
    text-align: center;
    margin-bottom: 40px;
    color: #EC1F24;
    border-bottom: 1px solid black;
    font-size: 35px;
    font-family: "Oswald", serif;
}

.s8 > p {
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 17px;
}
/* footer */
.s9{
   
    margin-top: 100px;
}

#amarelo{
    box-shadow: 0px -4px 14px 0px rgba(0,0,0,0.51);
    height: 170px;
    background-color: white;
    
    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: #EC1F24;
    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 */
.oimg{
    margin-top: 20px;
    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);
}