@media screen and (max-width: 768px) {
    /* body{
       overflow-x: hidden; 
    } */
    .logo {
        max-width: 70px;
        width: 70px;
        height: auto;
    }
    #forma_contacto {
        display: none;
    }
    .linea_caja_top {
        display: none;
    }
    #movile_contact_form {
        display: block;
    }
    #forma_contacto2 {
        background: var(--color-brown);
        height: 100%;
        margin-bottom: 30px;
    }
    #forma_contacto2 > button {
        background: rgb(252,238,145);
        background: linear-gradient(180deg, rgba(252,238,145,1) 54%, rgba(178,144,80,1) 100%);
        text-transform: uppercase;
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: .9rem;
        border-radius: 7px;
    }

    .catalog_box > span {
        font-size: 1.1rem;
        bottom: 30%;
        line-height: 1rem;
    }
    .catalog_box > button {
        margin-bottom: 20px;
    }
    #ubicacion_derecha {
        display: none;
    }
    #ubicacion_inferior {
        display: block;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #ubicacion_inferior > img {
        max-width: 70%;
        width: 70%;
        height: auto;
        margin: 0 auto;
    }
    .logo-whats {
        display: none;
    }
    .whats-mobile {
        display: block;
    }
    .whats-mobile img {
        margin-bottom: 15px;
        max-width: 70px;
        width: 70px;
        height: auto;
    }

}
@media screen and (min-width: 1400px) {
    
}
@media screen and (min-width: 1600px) {

}
@media screen and (min-width: 1900px) {
    
}
