@import url('https://fonts.go@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');ogleapis.com/css2?family=Roboto:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300&family=Roboto:wght@300&display=swap');
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    overflow-x: hidden;
}
#btnWhat{
    position: fixed;
    top: 50%;
    right: 2.5%;
}
#btnWhat>img{
  width: 50px;
  height: 50px;
}
header{
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: #862f39;
    flex-direction: column;
    align-items: center;
    padding: 8px;

}
header>h1> img{
    height: 15vh;
    width: 15vw;
    object-fit: scale-down;
}
header>h2{
    font-family: 'Roboto', sans-serif;
    color: aliceblue;
    font-weight: lighter;
    font-size: 15px;
}
section{

  min-height:80vh;
  display: flex;
 justify-content: center;
 align-items: center;
 flex-direction: column;
 

  

}
section>div{
 min-width: 30%;
 max-width:35%;
 min-height:40vh ;
 max-height: 90vh;
 box-shadow: 5px 3px 3px black;
 display: flex;
 background-color: #F5E8BA;
 flex-direction: column;
 text-align: center;
 padding: 8px;
 padding-top: 10px;
 
 align-items: center;
 border-radius: 21px;
 
 font-family: 'Roboto', sans-serif;
}
.btnAgendar{
    background-color: #862f39;
    border: 0;
    height: 45px;
    width:200px;
    color: aliceblue;
    font-family: 'Roboto', sans-serif;
    box-shadow: 5px 2px 2px black;
    transition: box-shadow 0.5s;
    margin-top: 10vh;
    font-size: 18px;
}
.btnAgendar:hover{
    box-shadow:10px 5px 5px black;
}
.contatos{
    margin-top: 20px;
    display: flex;
 
}
.imgContato{
    height:45px ;
    width: 80px;

    object-fit: scale-down;
}
 section>hr{
    width: 90%;
    margin-top:28px;
    color: #C2AA80;
    height: 2px;
 }

main{
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.produto{
    min-width: 60%;
    min-height: 20vh;
    margin-left: 5vw;
    display: flex;
    justify-content: flex-start;
    margin-top: 5vh;
    background-color: white;
    padding-right: 5px;
    
    

}
.produto>.caixa{
    width: 8%;
    height: 100%;
    border-bottom-left-radius: 21px;
    border-top-left-radius: 21px;
    display: flex;
    justify-content: center;
    align-items: first baseline;
    padding: 2px;
}
.caixa>img{
    width: 45px;
    height: 45px;
    object-fit: scale-down;
}
.produto>span{
    width: 100%;
    padding: 3px;
    text-align: justify;
    font-family: 'Noto Sans', sans-serif;

}
.produto>span>h3{
    border-bottom: 1px solid #C2AA80;
    display: table;
   
    margin-right: auto;
}
footer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #862f39;
}
footer>hr{
    width: 90%;
    margin-top:28px;
    
    height: 1px;
    background-color:#C2AA80 ;
    
}
.fooConteiner{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #862f39;
    margin-top: 20px;
    padding: 10px;
    flex-wrap:wrap;

    
}

.fooConteiner>img{
   object-fit: scale-down;
    height:30vh;
    width: 30vw;
}
.rodape{
    background-color: #862f39;
    min-height: 30vh;
    display: flex;
    padding: 10px;
    align-items: center;
    justify-content: space-around;
}
.rodape>img{
    height:190px;
    width: 190px;
    object-fit: scale-down;
}
.rodape>span{
    padding: 3px;

}
.rodape>span>ul li{
    list-style: none;
    font-family: 'Noto Sans', sans-serif;
    color: aliceblue;
    font-size: 20px;
  
}


@media only screen and (max-width: 1024px) {
   section{
    padding-top: 20px;
   }
    section>div{
        max-width:65%;
    }
    .produto>.caixa{
        width: 25%;
       
    }
  }
  @media only screen and (max-width: 425px){
    section{
        padding-top: 20px;
    }
    section>div{
        max-width:90%;
    }
    .produto{
        width:90%;
        min-height: 25vh;
        flex-direction: column;
        margin-top: 10px
    }
    .caixa{
        
        max-height:30%;
        
       min-width: 100%;
    }
    .conteiner{
        flex-direction: column;
        align-items: center;
        width: 100%;

    }
    .fooConteiner{
        flex-direction: column;
        align-items: center;

    }
    .fooConteiner>img{
        width: 90%;
        height: 35vh;
        margin-top: 20px;
    }
        
    
    header>h1> img{
        width: 20vw;
        height: 20vh;
    }
    .rodape{
        flex-direction: column;
        

    }
    .rodape>span>ul li{
     text-align: center;
    }
}

    
 
  @media only screen and (max-width: 320px){
   section{
    padding-top: 20px;
   }
    header>h1> img{
        width: 38vw;
        height: 20vh;
    
  }
  .produto{
    width: 90%;
    min-height: 25vh;
    flex-direction: column;
    margin-top:10px
    
}
.fooConteiner{
    flex-direction: column;
    align-items: center;

}
.fooConteiner>img{
    width: 90%;
    height: 35vh;
    margin-top: 20px;
}
.rodape{
    flex-direction: column;
}
.rodape>span>ul li{
    text-align: center;
   }

}
@media only screen and (max-width: 280px){
    section{
        padding-top: 20px;
    }
    .produto{
        min-height:60vh;
        width:90%;

       
    }
    .fooConteiner{
        flex-direction: column;
        align-items: center;

    }
    .fooConteiner>img{
        width: 90%;
        height: 35vh;
        margin-top: 20px;
    }
    .rodape{
        flex-direction: column;
    }
    .rodape>span>ul li{
        text-align: center;
       }
        
}