footer{
    background-color: rgba(255, 255, 255, 0.464);
     
       backdrop-filter: blur(5px);
       height: 200px;
       display: flex;
       flex-wrap: nowrap;
       justify-content: center;

}
.redesfoot{

    background-color:0;
    text-align: center;
    margin: auto;
}

.redesfoot a img{
    width: 40px;
    height: 40px;
    padding: 20px;

}

#logofoot{
    background-image: url('../img/fondodulces.png');
    width: 200px;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: auto;
}

input{
    text-align: center;
    background-color: transparent;
    border: 0;
    color: blueviolet;
    font-family: btnletter;
    font-size: 20px;
    font-weight: bold;
}

label{
    font-family: btnletter;
    font-size: 20px;
    font-weight: bold;  
}

#tele{
    background-color: 0;
    display: flex;
    align-items: center;
}

h2{
    font-family: btnletter;
    font-size: 30px;
    margin: auto;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 40px;
    font-weight: bold;
    color: rgb(130, 3, 155);
   
 
 
 
 }
