
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
     display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
       
         background:linear-gradient(
        135deg,
        #06152b 0%,
        #0d2f57 50%,
        #05101f 100%
    );
   
}
p{
    text-align:center ;
    font-size: 24px;
    line-height: 1.6;
}
.container {
    color: white;
    max-width: 900px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    gap: 10px;
    padding: 10px;
    gap: 10px;
}

.cabecalho{
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.pm{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 40px;

}
.disti{
    width: 100px;
}


.descricao{
    width: 98%;
    border: solid;
    margin-top: 15px;
    padding: 10px;
             display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.imgdescr {

    max-width: 100%;
    height: auto;
    display: block;


}
.garantia{
    display: flex;
}

.gara{
    width: 100px;
}

.garant{
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.amostra{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 20px 40px rgba(129, 149, 212, 0.6);
    padding: 10px;
    
}
.whats{
    width: 100px;
}

.check{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}
.checkoutt{
        display: inline-block;
    width: 300px;
    background-color: green;
    color: white;
    padding: 10px;
    text-decoration: none;
    text-align: center;
    font-size: 24px;
    border-radius: 10px;
}
@media (max-width: 600px) {
  .logo{
    font-size: 30px;
  }

.pot{
    font-size: 30px;
    text-align: center;
}
.whats{
    width: 80px;
}
.gara{
    width: 150px;
    height: auto;
}
}