* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

#menuproducto {
    display: none;
}

#menuiprincipal {
    display: none;
}

#menuproveedores {
    display: none;
}

.letras {
    border-radius: 20px;
    /*background-color: #ffffff33;
    backdrop-filter: blur(4px);*/
    position: absolute;
    z-index: 2;
    padding: 40px;
    top: 100px;
    left: 100px;
    right: 100px;
    bottom: 100px;
    margin: auto;
}

/* .red{

        position:absolute;
        top:50%;
        transform: translateY(-50%);
        right: 10px;
        color:rgba(255 255 255 / .3);
        transition: .3s;
    
} */

.red {
    position:fixed;
    z-index: 10;
    bottom: 20px;
    left: 20px;
    display:flex;
    gap:10px;
    overflow: hidden;
    width: 320px;
    transition: .5s;
}


.wa{
    background-color: rgb(37, 237, 15);
}

.fabs{
    background-color: rgb(10, 38, 214);
}

.am{
    background: #f09433; 
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
 }

.in{
    background-color: rgb(69, 50, 220);
}
.red > a {
    text-decoration: none;
    min-width: 40px;
    height: 40px;
    text-align: center;
    transition: 1s;
    border-radius: 50%;
}

.red > a > i {
    color:#fff;
    line-height: 40px;
    font-size: 25px;
}


@media (max-width:858px){
    .letras{
        background-color: transparent;
        backdrop-filter: none;
        top: 20px;

    }


    .red {
        z-index: 10;
        bottom: 20;
        left: 10px;
        display:flex;
        gap:10px;
        overflow: hidden;
        width: 60px;
    }
    
    .red > a {
        min-width: 60px;
        height: 60px;
        text-align: center;
        transition: .1s;
        border-radius: 50%;
    }

    .red:hover {
        width: 300px;
    }
    
    .red > a > i {
        line-height: 60px;
        font-size: 30px;
    }

}