﻿/* ----- MEDIA QUERIES ----------------------------------------------------------------------------------------------------------------------------------------- */

/* ----- 1920 ----------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:1920px) {
}

/* ----- 1440 ----------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:1440px) {
}

/* ----- 1040 ----------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:1040px) {
}

/* ----- 900  ----------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 900px) {
    /*Encabezado*/
    .menu-bar-pc {
        display: none;
    }

    .menu-mobile {
        display: block;
        width: 100%;
        padding: 5px 18px;
        background: #000;
        color: #444444;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
    }

        .menu-mobile .barra {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

            .menu-mobile .barra .logo {
                width: 40px;
            }

            .menu-mobile .barra a i {
                font-size: 1.4rem;
                color: #444444;
            }

        .menu-mobile .menu-principal {
            width: 80%;
            display: block;
            position: fixed;
            top: 56px;
            left: -100%;
            border-bottom: 1px solid rgba(204,204,204,0.5);
            border-right: 1px solid rgba(204,204,204,0.5);
            box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.2);
            background: #fff;
            text-align: center;
        }

            .menu-mobile .menu-principal a {
                display: block;
                padding: 10px;
                color: #444444;
                border-bottom: 1px solid rgba(204,204,204,0.5);
            }

                .menu-mobile .menu-principal a:hover {
                    background: #f7f7f7;
                }

    .fixed-header {
        display: none;
    }

    /*Main*/
    .main {
        margin-top: 0;
    }


}


/* ----- 600 ----------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 650px) {

    .im_logo {
        width: 100%;
        margin-top: 250px;
    }

    .back-bird {
        width: 100%;
        background-image: url('../img/logotipo_barras.png');
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        top: 700px;
    }

    /*frace-celebre*/

    .main .fcelebre {
        width: 100%;
        height: 80vh;
        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;
        padding: 30px 10px 30px 5px;
    }

        .main .fcelebre .contenedor {
            width: 100%;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            align-items: center;
        }

            .main .fcelebre .contenedor .titulo-seccion {
                width: 95%;
            }

                .main .fcelebre .contenedor .titulo-seccion h2 {
                    color: #fff;
                    font-size: 2.5rem;
                    line-height: normal;
                    font-weight: 400;
                    text-align: right;
                }

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


    /*ACERCADE*/
    .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: 100%;
                text-align: justify;
                padding: 1px 0px 0px 0px;
            }

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

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

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

                }


    .flexbox-container > div {
        width: 50%;
        padding: 0px 0px 20px 0px;
    }


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

        .main .servicio .contenedor .titulo-seccion {
            width: 100%;
            text-align: left;
            padding: 50px 0px 0px 0px;
        }

    /*    network*/
    .main .network {
        height: 100%;
        background-color: #000;
        padding-top: 200px;
    }

    /*    info_extra*/
    .main .info-extra .contenedor .info .contenido-info .texto-info h4 {
        font-size: 1.3rem;
        line-height: 25px;
        color: #fff;
        text-align: center;
        padding: 10px;
    }

    /*    Contacto*/

    .main .contacto {
        padding: 10px;
    }

        .main .contacto .contenedor-formulario {
            width: 100%; /*tamaño box formulario*/
            justify-content: left;
            margin: 0px;
            padding: 0px;
        }

            .main .contacto .contenedor-formulario .formulario {
                margin: 0px;
                padding: 0px 0px 0px 0px;
                width: 100%;
            }

    /*    footer*/
    .main .contenedor .contacto .footer {
        margin: 0px;
        padding: 0px;
    }




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

        .flexbox-container > div {
            width: 100%;
        }

            .flexbox-container > div:first-child {

            }

        .flexbox-container .p {
            width: 95%;
            color: #fff;
            text-align: justify;
            font-weight: normal;
            line-height: 18px;
        }

        .flexbox-container .i {
            display: none;
        }
}

    /* ----- 550 ----------------------------------------------------------------------------------------------------------------------------------------- */
    @media screen and (max-width: 550px) {
    }


    @media screen and (max-width: 400px) {

        /*footer*/
        footer {
            text-align: center;
            margin: 0;
            padding: 0px 0;
        }

            footer .contenedor {
                width: 100%;
                height: auto;
            }

    }


 
    