﻿/*Sección network extra*/

.main .network {
    height: 100%;
    background-color: #000;


}

.main .network .contenedor{
     width:95%;
}

    .main .network .contenedor .titulo-seccion h2 {
        font-size: 3rem;
        font-weight: 700;
        font-weight: normal;
        color: #B78549;
        
    }

    .main .network .contenedor .titulo-seccion h1 {
        color: #979797;
        font-size: 1rem;
        font-weight: 400;
    }

    .main .network .contenedor .titulo-seccion .texto-info {
        margin-left: 3%;
        text-align: justify;
    }

        .main .network .contenedor .titulo-seccion .texto-info p {
            color: #fff;
            text-align: center;
            font-weight: normal;
        }


    .main .network .contenedor .client {
        width: 95%

    }


