html, body { color: #ffffff; }
* { color: #ffffff; }

/* HEADER */
.header {
    position: fixed;
    min-height: 130px; max-height: 130px;
    padding: 10px 0 0 0;
}
.menuBtn { display: none; }
.header .social { display: none; }
/* MENU */
.header .menu .areaMobile, .header .menu .idiomas { display: none; }
.header .menu, .header.open .menu {
    width: 100%; padding: 0 0 16px 0; overflow: visible; max-height: inherit; margin: 16px 0 0 0;
    -webkit-transition: all 0.2s 0s cubic-bezier(.57, 0, .37, 1); transition: all 0.2s 0s cubic-bezier(.57, 0, .37, 1);
}
.header.open { box-shadow: none; }
.header .menu ul { display: table; width: inherit; text-align: center; }
.header .menu li, .header .menu li.first  { display: inline; margin: 0 auto; padding: 6px 26px; }
.header .menu li a, .header .menu li span { font-size: 11px; }


/* FOOTER */
.footer {
    position: fixed;
    display: block;
    width: 100%; height: 34px;
    background-color: #000100;
    bottom: 0;
    z-index: 99;
}
.footer .limited { display: table; margin: 0 auto; padding: 11px 0 0 0; }
.footer .idiomas{ margin: 0 32px 0 0; float: left; }
.footer a, .footer span {
    font-size: 10px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    float: left;
}
.footer .idiomas span { padding: 0 4px; }
.footer .social { margin: -1px 32px 0 38px; float: left; }
.footer .social a { display: block; width: 14px; margin: 0 8px 0 0; }
.footer .social a img { width: 100%; }

/* APRESENTACAO */
.apresentacaoPage, .servicosPage {
    display: table;
    padding: 180px 0 84px 0;
    min-height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.apresentacaoPage .limited, .servicosPage .limited { display: table-cell; vertical-align: middle; }
.apresentacaoPage .content, .servicosPage .content {
    width: 75%;
    background-color: #000100;
    padding: 42px;
    margin: 0 auto;
}
.apresentacaoPage h1, .servicosPage h1 { display: none; }


/* PORTFOLIO */
.portfolioPage { width: 100%; padding: 180px 18px 34px 18px; float: left; }
.portfolioPage ul li { float: left; }


/* PROJECTO */
.projectoPage { width: 100%; padding: 148px 0 34px 0; float: left; }
.projectoPage .info { width: 80%; max-width: 920px; padding: 0 14px; margin: 0 auto; }
.projectoPage h1 { color: #000000; }
.projectoPage p { color: #000000; }
.projectoPage .backLink { color: #000000; }
.projectoPage .images ul {
    list-style: none;
    width: 100%;
    margin: 0; padding: 0;
}
.projectoPage .images li { width: 40%; margin: 0; padding: 4px; }
.projectoPage .images li.small { width: 20%; }
.projectoPage .images li.small .escala-16-10 { display: none; }
.projectoPage .images li.small .escala-16-20 { display: block; }
.projectoPage .images li.small a { padding: 0 0 5px 0; }
.projectoPage .images a {
    display: block;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.projectoZoomPage { padding: 130px 0 34px 0; }
.projectoZoomPage .arrowLinkPrev { left: 48px; }
.projectoZoomPage .arrowLinkNext { right: 48px; }


/* NOTICIAS */
/* NOTICIA */
.noticiasPage, .noticiaPage { width: 100%; padding: 158px 0 48px 0; float: left; }
.noticiasPage .content, .noticiaPage .content { width: 75%; margin: 0 auto; }
.noticiasPage .social { display: table; margin: 0 auto 24px auto; }
.noticiasPage .social a { display: block; width: 28px; margin: 0 10px; float: left; }
.noticiasPage .social a img { width: 100%; }
.noticiasPage h1, .noticiaPage h1 { color: #000000; padding: 0 0 4px 0; }
.noticiaPage h1 { padding: 0 0 16px 0; }
.noticiasPage p, .noticiaPage p { color: #000000; }
.noticiasPage .noticiaLink, .noticiaPage .noticiaLink { color: #000000; }


/* CONTACTOS */
.contactosPage { width: 100%; padding: 130px 0 48px 0; float: left; }
.contactosPage .content { width: 75%; margin: 0 auto; }
.contactosPage ul {
    list-style: none;
    width: 100%;
    margin: 0; padding: 0;
}
.contactosPage ul li { width: 100%; padding: 0; float: left; }
.contactosPage .info { width: 100%; min-height: 70px; padding: 0 14px; margin: 8px 0 0 0; }
.contactosPage h1 { display: none; }
.contactosPage h1, .contactosPage h2 { color: #000000; }
.contactosPage p, .contactosPage a { color: #000000; }
.contactosPage p span { text-transform: uppercase; }
.contactosPage .image { width: 100%; margin: 8px 0 0 0; }
.contactosPage .image span {
    display: block;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.contactosPage .image img { width: 100%; }
.map { width: 100%; height: 340px; }

/* BROCHURA */
.brochuraPage { min-height: 600px; }
.issuuembed { padding: 130px 0 16px 0; }

@media (min-width: 1008px) {
    .portfolioPage ul li { width: 33.3333333%; }
}