/* Formularios*/
.textbox-container {
    display: inline-block;
    width: 100%;
    border: 1px solid #000000;
    border-radius: 4px;
    padding: 5px;
}

.select-gris12 {
    width: 100%;
    border: none;
    background-color: white;
    outline: none;
    font-size: 14px;
}
 
/* Icono WhatsApp footer*/
.link-whats {
    position: relative;
    margin-top: 30px;
    display: block;
    float: right;
}

.link-whats img {
    position: relative;
    width: 50px;
    max-width: 100%;
}
.envios-rep{
    font-size: 16px !important;
}

/* Responsividad */
@media (max-width: 768px) {
    .link-whats {
        float: none;
        text-align: center;
        margin-top: 20px;
    }

    .link-whats img {
        width: 40px; 
    }
}

@media (max-width: 480px) {
    .link-whats img {
        width: 35px; 
    }
}

/* Icono whatsApp contactos*/
.whatsapp-icon {
    color: #6f6f6e;
    font-size: 12px;
    display: flex;        
    align-items: center; 
    gap: 3px;             
    margin-bottom: 15px;  
}

.whatsapp-icon img {
    width: 19px;
}
