*{
    padding: 0;
    margin: 0;    
}
html, body{
    height: 100%;
    font-family: 'Arial', sans-serif;
    
}

html{
    scroll-behavior:smooth;
}

a{
    text-decoration: none;   
    color:black;
}



.vermelho{
    color: #ff0026;    
}

.titulo{
    margin-top: 18px;
    font-size: 60px;
}


.barravermelha{
    background-color: #ff0026;    
    text-align: center;    
    padding: 2px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.barravermelhafinal{
    background-color: #ff0026;    
    text-align: center;    
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 20px;
}


.txtbranco{
    color: white;
}



.barrameio{
    
    margin-top: 5px;
    padding: 20px;
}

.barrameioflex{
    display: flex;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.botoesacao{
    display: flex;
    justify-content: space-evenly;
    
}



.cabecalho{
    margin-left: 6%;
}

.img{
    height: 100px;
    width: 100px;
}

.imglogo{
    height: auto;
    width: 200px;    
}

.slogan{
    font-size: 1.3em;
    margin-bottom: 10px;    
}

.imgmain{
    height: 240px;
    width: auto;
    margin-bottom: 10px;
    border-radius: 8px;
}

.imgcartao{
    height: 320px;
    width: 320px;

}

.seta{
    display: flex;
    align-items: center;
    margin-left: 10px;
    
    margin-bottom: 8px;
}

.centraliza{
    text-align: center;
}

.containnerprodutos{
    display: flex;
    overflow-y: auto;
    margin-bottom: 10px;
}

.containerbloco{
    min-width: 265px;
    min-height: 240px;
    background-color: #ffffff;    
    border-radius: 8px;
    border-style: solid;
    border-width: 1px;
    text-align: center;  
    margin-inline: 6px;  
    margin-bottom: 10px;
        
    
}

.imgbloco{
    width: 50px;
    height: 50px;
    margin-top: 10px;  
    margin-bottom: 10px;
    opacity: 0.8;  
}

.blocotitulo{
    color: #ffffff;
    font-size: 1.5em;
}

.blocovermelho{
    background-color:#ff0026;
    padding: 10px;
    border-radius: 4px;
    
}

.blocoazul{
    background-color:#0446f9;
    padding: 10px;
    border-radius: 4px;
    
}

.blocotxt{
    color: rgb(0, 0, 0);    
    font-size: 1.3em;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    text-align: left;
}

.blocotxtfinal{
    color: rgb(0, 0, 0);    
    margin-top: 0px;
    margin-bottom: 26px;
    padding: 0px;
    text-align: center;
}

.button {
    background-color: #4CAF50;
    border: none;
    color: white;
    border-radius: 10px;
    padding: 20px 47px;
    min-width: 188px;
    text-align: center;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;    
    cursor: pointer;
    margin-top: 2px;     
  }
  
  .button:hover {
    transform: scale(1.1);
  }

  .whats{    
    margin: 5px;    
  }


  .imgendereco{
    
    width: 32px;
    
    margin-right: 10px;
    animation: moverend 2.5s;   
}

.txtendereco{
    font-size: 1.2em;
    color: #000000;

}


  .imgseta{
    margin-left: 10px;
    height: 15px;
    width: auto;        
    animation: moverseta 2.5s infinite;
}

@keyframes moverseta {
    0%{margin-left: 10;}
    50%{margin-left: 15px;}
    100%{margin-left: 10;}
}

@keyframes moverend {
    0%{zoom: 60%;}
    25%{zoom: 70%;}
    50%{zoom: 80%;}
    75%{zoom: 90%;}
    100%{zoom: 100%;}
}


@media screen and (min-width: 650px) {
    .imgmain {        
        width: 540px;
        height: auto;
    }
    .imglogo{
        height: auto;
        width: 350px;    
    }
    .slogan{
        font-size: 2.0em;
        margin-bottom: 15px;    
    }

   
        

  }