﻿/*Acerca de*/
.main .proyectos {
  
    width: 100%;
   /* height: 100vh;*/
    background-color: #000;
    background: url('../img/fondo_degradado2.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

    .main .proyectos .contenedor {
        display: -ms-flex;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
    }

        .main .proyectos .contenedor .titulo-seccion {
            width: 95%;
            text-align: justify;
        }

            .main .proyectos .contenedor .titulo-seccion h2 {
                width: 100%;
                font-size: 2.6rem;
                font-weight: 700;
                font-weight: normal;
                color: #fff;
                padding: 95px 0px 0px 0px;
            }

            .main .proyectos .contenedor .titulo-seccion h1 {
                width: 100%;
                font-size: 3.0rem;
                font-weight: 600;
                line-height: 5px;
                color: #B78549;
                padding: 0px 0px 25px 0px;
            }

            .main .proyectos .contenedor .titulo-seccion p {
                width: 100%;
                color: #fff;
                text-align: justify;
                font-weight: normal;
                line-height: 18px;
            }

.flexbox-container {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    /*flex-wrap: wrap;*/
}

    .flexbox-container > div {
        width: 50%;
        padding: 10px;

    }

        .flexbox-container > div:first-child {
            margin-right: 20px;
        }

.i {
    width: 85%;
}

