/* ==================================================
tablet
================================================== */
@media (max-width: 768px) {
    .typ-content {
        width: 450px;
    }
    

}

@media (max-width: 700px) {
    .btn-movil {
        display: block;
    }

    /* ----- home ----- */
    header .headlinks .links, header .headlinks {
        width: 37px;
    }

        header .headlinks .links a.link {
            display: none;
        }
}
@media (max-width: 768px) {
    :root {
        font-size: 14px;
    }

    footer .legales {
        display: block;
    }
}


/* ==================================================
movil
================================================== */
@media (max-width: 576px) {
    header{flex-flow:row wrap}
    header .head-redes .redes{justify-content:center;}

    header .head-redes {
        order: 4;
        width: 100%;
    }

    .nuestras-marcas .grid-marcas {
        display: block;
    }
    .nuestras-marcas .grid-marcas .column {
        width: 100%;
    }
    
    /* ----- nosotros ----- */
    /*.banner-nosotros {
        padding-top: 80px;
    }*/
    .banner-nosotros .title-block {
        text-align: center;
    }


    footer .logo {
        margin: auto;
        margin-bottom: 20px;
    }

    .typ-content {
        width: 100%;
    }

    .datos-confirmacion .col-datos-usuario {
        margin-bottom: 2.5rem;
    }
    .datos-confirmacion .col-datos-auto {
        border: none;
    }
}
