*{
    margin:0;
    padding: 0;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
    font-family: "Open Sans", sans-serif, Arial;
    font-size: 16px;
}

.contenedor{
    width: 90%;
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
}

/* ----- ----- HEADER ----- -----*/

header{
    width: 100%;
    background: url("../img/unidades/bg.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: center 0;
}

header .contenedor .logo{
    width: 25%;
    position: absolute;
    top: 4%;

}
header .contenedor .logo img{
    width: 100%;
    vertical-align: top;
}



header .contenedor{
    position: relative;
    height: 700px;
    display: flex;
}

header .menu{
    width: 100%;
    text-align: right;
}

header .menu{
    position: absolute;
}


header .menu a{

    /*color: #323068;*/
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    margin: 30px 10px;
    display: inline-block;
    text-decoration: none;
    position: relative;
    padding: 5px 5px;
    border: 1px solid transparent;
}

header .menu a:hover{
    border: 1px solid #fff;
}

header .menu .facebook{
    font-size: 26px;
    border: 1px solid transparent;
    padding: 5px;
}

header .menu .facebook:hover{
    border: 1px solid #323068;
}

header .textos-header{
    width: 100%;
    color: #fff;
    align-self: center;
    position: absolute;
}

header .textos-header .nombre{
    font-size: 45px;
    font-weight: 300;
    margin: auto;
}

header .textos-header .nombre span {
    font-weight: 600;
}

header .textos-header .descripcion{
    font-size: 20px;
    font-weight: 300;
    font-style: italic;
    margin: auto;
}


/* ----- ----- MAIN ----- -----*/



/* ----- ----- AUTOBUSES ----- -----*/

/* ----- ----- TEXTURA ----- -----*/

.main .textura{
    background: url("../img/index/bg-textura.png") #fff;
    padding: 50px 0;
    width: 100%
}



.main .textura .contenedor h3{
    font-size: 50px;
    font-weight: 300;
    margin-bottom: 40px;
    text-align: center;
    color: #dd820d;
}

.main .textura .contenedor span{

    color: #636363;
    font-size: 40px;
}

.main .textura .descripcion p{

    font-size: 20px;
    font-weight: 300;
    margin-bottom: 20px;
    text-align: center;
    color: #636363;
}


.main .textura .descripcion .diagrama{

    display: flex;
}


.main .textura .descripcion .naranja{

    margin:auto;
    margin-bottom: 50px;
    color: #dd820d;
    border-bottom: 1px solid transparent;
    padding-bottom: 5px;
    font-weight: 300;
    font-size: 17px;
    Transition: all .8s ease;
    text-decoration: none;
}

.main .textura .descripcion .naranja:hover{

    border-bottom: 1px solid #dd820d;
    padding-bottom: 5px;
    font-weight: 300;
    font-size: 17px;
    Transition: all .8s ease;
    text-decoration: none;
}

.main .textura .galeria-1,
.main .textura .galeria-2{

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.main .textura .galeria-1 .thumb{

    width: 25%;
    margin-bottom: 40px;
}

.main .textura .galeria-1 .thumb img{

    width: 100%;
    vertical-align: top;
}

.main .textura .galeria-2 .thumb{

    width: 33%;
    margin-bottom: 10px;
}

.main .textura .galeria-2 .thumb img{

    width: 100%;
    vertical-align: top;
}


/* ----- ----- LISO ----- -----*/

.main .liso{

    background: #fff;
    padding: 50px 0;
    width: 100%
}

.main .liso .contenedor h3{

    font-size: 50px;
    font-weight: 300;
    margin-bottom: 40px;
    text-align: center;
    color: #323068;
}

.main .liso .contenedor span{

    color: #636363;
    font-size: 40px;
}

.main .liso .descripcion p{

    font-size: 20px;
    font-weight: 300;
    margin-bottom: 40px;
    text-align: center;
    color: #636363;
}

.main .liso .descripcion .diagrama{

    display: flex;
}

.main .liso .descripcion .azul{

    margin:auto;
    margin-bottom: 50px;
    color: #323068;
    border-bottom: 1px solid transparent;
    padding-bottom: 5px;
    font-weight: 300;
    font-size: 17px;
    Transition: all .8s ease;
    text-decoration: none;
}

.main .liso .descripcion .azul:hover{

    border-bottom: 1px solid #323068;
    padding-bottom: 5px;
    font-weight: 300;
    font-size: 17px;
    Transition: all .8s ease;
    text-decoration: none;
}
.main .liso .galeria-1,
.main .liso .galeria-2{

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.main .liso .galeria-1 .thumb{

    width: 25%;
    margin-bottom: 40px;
}

.main .liso .galeria-1 .thumb img{

    width: 100%;
    vertical-align: top;
}

.main .liso .galeria-2 .thumb{

    width: 33%;
    margin-bottom: 10px;
}

.main .liso .galeria-2 .thumb img{

    width: 100%;
    vertical-align: top;
}



/* ----- ----- FOOTER ----- -----*/

footer{
    width: 100%;
    background: url("../img/index/bg-textura2.png") #fff;
    background-repeat: repeat;
    background-attachment: fixed;
    max-height: 100px;
}

footer .contenedor .autor p{
    text-align: center;
    font-weight: 300;
    color: #fff;
    padding: 20px;
}



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

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

    header .contenedor .logo{
        width: 17%;
        position: absolute;
        top: 3%;

    }

    header .contenedor .menu{
        width: 100%;
        text-align: center;
    }

    header .menu a{
        margin: 20px 10px;
    }

    header .textos-header .nombre{
        font-size: 40px;
    }

    header .textos-header .descripcion{
        font-size: 17px;
    }

    .main .textura,
    .main .liso{
        padding: 50px 0;
    }

    .main .textura h3,
    .main .liso h3{

        font-size: 40px;
        margin-bottom: 40px;
    }


    .main .textura .contenedor span,
    .main .liso .contenedor span{
        font-size: 35px;
    }

    .main .textura .descripcion p,
    .main .liso .descripcion p{
        font-size: 17px;
        margin-bottom: 20px;
    }

    .main .textura .descripcion .naranja,
    .main .liso .descripcion .azul{
        margin-bottom: 50px;
        padding-bottom: 5px;
        font-size: 15px;
    }

    .main .textura .descripcion .naranja:hover,
    .main .liso .descripcion .azul:hover{

        padding-bottom: 5px;
        font-size: 15px;
    }
}


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

    header .contenedor .logo{
        width: 17%;
        position: absolute;
        top: 3%;

    }

    header .menu a{
        margin: 20px 10px;
    }

    header .textos-header .nombre{
        font-size: 40px;
    }

    header .textos-header .descripcion{
        font-size: 18px;
    }

    .main .textura,
    .main .liso{

        padding: 50px 0;
    }

    .main .textura .contenedor h3,
    .main .liso .contenedor h3{

        font-size: 37px;
        margin-bottom: 40px;
    }
    .main .textura .contenedor span,
    .main .liso .contenedor span{

        font-size: 33px;
    }

    .main .textura .descripcion p,
    .main .liso .descripcion p{

        font-size: 17px;
        margin-bottom: 20px;
    }

    .main .textura .descripcion .naranja,
    .main .liso .descripcion .azul{
        margin-bottom: 50px;
        padding-bottom: 5px;
        font-size: 15px;
    }

    .main .textura .descripcion .naranja:hover,
    .main .liso .descripcion .azul:hover{

        padding-bottom: 5px;
        font-size: 15px;
    }


}



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

header .menu a{
 font-size: 18px;
   margin: 15px 5px;
   text-align: center;
   font-weight: 400;
    color: #fff;

}

header .menu a:hover,
header .menu .facebook:hover{
    border: 1px solid #fff;
}


    header .contenedor .logo{
        visibility: hidden;
    }

    header .contenedor{
        width: 100%;
        position: static;
        height: 500px;
    }

    header .textos-header{
        position: static;
    }

    header .textos-header .nombre{
        font-size: 32px;
    }

    header .textos-header .descripcion{
        font-size: 16px;
    }

    .main .textura,
    .main .liso{

        padding: 50px 0;
    }

    .main .textura .contenedor h3,
    .main .liso .contenedor h3{

        font-size: 37px;
        margin-bottom: 40px;
    }

    .main .textura .contenedor span,
    .main .liso .contenedor span{

        font-size: 33px;
    }

    .main .textura .descripcion p,
    .main .liso .descripcion p{

        font-size: 17px;
        margin-bottom: 20px;
    }

    .main .textura .descripcion .naranja,
    .main .liso .descripcion .azul{

        margin-bottom: 50px;
        padding-bottom: 5px;
        font-size: 15px;
    }

    .main .textura .descripcion .naranja:hover,
    .main .liso .descripcion .azul:hover{
        padding-bottom: 5px;
        font-size: 15px;
    }

}

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

    header .menu a{
        font-size: 15px;
        margin: 15px 5px;
        text-align: center;
    }

    header .menu .facebook{
        font-size: 18px;
        margin: 15px 5px;
        text-align: center;
    }


    header .textos-header .nombre{
        font-size: 22px;
    }

    header .textos-header .descripcion{
        font-size: 13px;
    }

    .main .textura,
    .main .liso{

        padding: 50px 0;
    }

    .main .textura .contenedor h3,
    .main .liso .contenedor h3{

        font-size: 35px;
        margin-bottom: 40px;
    }

    .main .textura .contenedor span,
    .main .liso .contenedor span{
        font-size: 30px;
    }

    .main .textura .descripcion p,
    .main .liso .descripcion p{

        font-size: 15px;
        margin-bottom: 20px;
    }

    .main .textura .descripcion .naranja,
    .main .liso .descripcion .azul{

        margin-bottom: 50px;
        padding-bottom: 5px;
        font-size: 13px;
    }

    .main .textura .descripcion .naranja:hover,
    .main .liso .descripcion .azul:hover{

        padding-bottom: 5px;
        font-size: 13px;
    }

    .main .textura .galeria-1,
    .main .liso .galeria-2{

        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .main .textura .galeria-1 .thumb,
    .main .liso .galeria-1 .thumb{

        width: 50%;
        margin-bottom: 20px;
    }

    .main .textura .galeria-1 .thumb img,
    .main .liso .galeria-1 .thumb img{

        width: 100%;
        vertical-align: top;
    }

    .main .textura .galeria-2 .thumb,
    .main .liso .galeria-2 .thumb{
        width: 100%;
        margin-bottom: 7px;
        border: 3px double rgba(0,0,0,.5);
    }

    .main .textura .galeria-2 .thumb img,
    .main .liso .galeria-2 .thumb img{

        width: 100%;
        vertical-align: top;
    }


}


/* ----- ----- BOTON ARRIBA ----- -----*/

.ir-arriba{
    display: none;
    padding: 5px;
    background:rgba(0,0,0,.5);
    color:#fff;
    font-size: 15px;
    cursor: pointer;
    position: fixed;
    bottom: 10px;
    right: 10px;
}
