﻿/*Frase celebre*/

.main .fcelebre {
/*    position: relative;*/
    width: 100%;

    background-color: #000;
    background: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,2)), url('../img/bg-intro.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
    .main .fcelebre .contenedor {
        display: flex;
        width: 85%;
/*        height: 80vh;*/
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
    }
        .main .fcelebre .contenedor .titulo-seccion {
            width: 100%;
        }
            .main .fcelebre .contenedor .titulo-seccion h2 {
                color: #fff;
                font-size: 2.5rem;
                line-height: normal;
                font-weight: 400;
                text-align: right;
                margin-top:150px;

            }
            .main .fcelebre .contenedor .titulo-seccion p {
                color: #979797;
                font-size: 1.5rem;
                font-weight: 400;
                text-align: right;
            }
