@charset "UTF-8";

body{
  margin: 0;
  overflow: y;
  margin-right: 0;
  margin-left: 0;
  
}

.tudo{
  margin: 10px;
}

.cupom-ton{
    background-color: yellow;
    text-align: center;
    font-weight: bolder;
    color: black;
    margin: auto;
    font-size: 0.8em;
    padding: 2px;
    
}

.slider {
    position: relative;
    width: 100%;
    max-width: 1500px;
    margin: auto;
    overflow: hidden;
  }
  
  .slides {
   
    display: flex;
    transition: transform 0.5s ease-in-out;
  }
  
  .slide {
    min-width: 100%;
    box-sizing: border-box;
  }
  
  .slide img {
    width: 100%;
    height: auto;
  }
  
  input[type="radio"] {
    display: none;
  }

 
header{
    background-color: #018F1F;
}

header > div > img{
    align-items: center;
    width: 100%;
    border-radius: 20px; 
      
}

h1{
    text-align: center;
    font-size: 1.2em;
   
}

.catalogo{
    text-align: center;
}

.planos-ton{
    text-align: center;
    border-radius: 5px;
    background-color: #00CC2C;
     
    
}



.plano-ton{
    
    border-radius: 20px;
    border: 1px solid black;
    width: 100%;
    margin-top: 20px;
    

   
}

.plano-ton:hover{
    border: 1px solid #009420;
}

.ton-cel{
    text-align: center;
    background-color: #D5DEE8;
    border-radius: 5px;
    padding: 2px;
    margin-top: 25px;
    
  
}

h2{
 text-align: center;
}

.descricao{
    text-indent: 20px;
    text-align: left;
    
}

.desc{
    background-color: #00cc2c9d;
    border-radius: 13px 13px 0px 0px;
    text-align: center;
    font-size: 1.5em;
    font-weight: bolder;
    padding: 2px;
    margin: auto;
 
   
}

.maquininha-ton{
    text-align: center;
    border: 1px solid black;
    border-radius: 15px;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.445);

}
 
.ton{
    width: 80%;
}

button{
    background-color: #00CC2C;
    border: 1px solid #034111;
    width: 220px;
    height: 50px;
    border-radius: 10px;
       
}

button:hover{
    background-color: #006d18;
    border: 1px solid #03df33;
    transition: all 0.3s ease;
}

a{
    font-size: 1.2em;
    font-weight: bolder;
    color: black;
    text-decoration: none;
}

footer{
    text-align: center;
    background-color: #00CC2C;
    margin-top: 40px;
    padding: 10px;
    font-size: 0.7em;
    
}

.stone{
    background-color: #09d3359a;
    margin-top: 50px;
    text-align: center;
    border-radius: 10px;
}

.maquininha-ton{
    text-align: center;
   
    margin-top: 20px;
}
