/*** ELEMENTOS COMUNES ***/

    /* Relleno de sección */

    .section-padding {
        padding: 25px;
    }

    /* Estilo de sección (bloques) */

    .section {
        padding: 25px;
    }

        .section h1 {
            margin-bottom: 25px;
            font-size: 2em;
        }

    /* Texto de sección (heading y párrafo) */

    .texto h1 {
        margin-bottom: 15px;
        font-size: 2em;
    }

    .texto p {
        line-height: 1.2em;
        font-size: .9em;
    }

    .texto p.bold {
        font-size: 1.1em;
    }

/*** SLIDER ***/

.slide-container-info {
    top: initial;
    bottom: 5px;
}

/*** LAYOUT ***/

    /** HEADER **/

    header .top .grid {
        grid-template-columns: 50px 1fr;
    }

/*** SECCIONES ***/

section {
    margin: 143px auto 35px;
}

    /** SOBRE NOSOTROS **/

    #sobre-nosotros .bottom .grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

        #sobre-nosotros .bottom .grid img {
            width: auto;
        }

    /** SUCUSALES **/

    #sucursal .grid {
        grid-template-columns: 1fr;
    }

        #sucursal .grid a {
            word-break: break-word;
        }

    /** ATENCIÓN A INDUSTRIAS **/

    #atencion-industrias .second .grid,
    #atencion-industrias .fourth .grid {
        grid-template-columns: 1fr;
    }