
* {
  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;
            
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;
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.5), 
              0 1px 4px rgba(0, 0, 0, 0.2);
              border-radius: 50%;
}

.check{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    background-color: #0c0c09;
    padding: 10px;
    border-radius: 30px;

}
.checkoutt{
    width:250PX;
     padding: 17px 40px;
  border-radius: 50px;
  cursor: pointer;
  border: 0;
  background-color: white;
  box-shadow: rgb(0 0 0 / 5%) 0 0 8px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 15px;
  transition: all 0.5s ease;
  box-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 40px #fff;
}
.checkoutte{
    width: 300px;
    height: 50px;
    border-radius: 10px;
    font-size: 18px;
}
.espaco{
    width: 100px;
    height: 80px;
}
@media (max-width: 600px) {
  .logo{
    font-size: 20px;
  }

.pot{
    font-size: 30px;
    text-align: center;
}
.whats{
    width: 80px;
}
.gara{
    width: 150px;
    height: auto;
}
}