/* Minification failed. Returning unminified contents.
(172,1): run-time error CSS1019: Unexpected token, found '}'
 */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    /*  font-size: calc(18px + ((100vw - 1025px) * (22 - 18) / (1920 - 1024))); */
    font-size: 14px;
}

body {
    font-family: 'Assistant', sans-serif;
}

a, a:visited, a:active, a:focus {
    text-decoration: none;
    color: inherit;
}

a {
    display: block;
}

header {
    width: 100%;
    /*max-width: 980px;*/
    position: relative;
    align-self: center;
}

nav {
    padding: 15px;
}

img {
    max-width: 100%;
}

.logotipo {
    display: inline-block;
}

.menu-container {
    display: block;
    position: absolute;
    right: 55px;
    top: 15px;
}

.menu-desktop {
    display: none;
    /*text-transform: uppercase;*/
    line-height: 1.2em;
    text-align: right;
}

.menu-mobile {
    display: none;
    /*text-transform: uppercase;*/
}

    .menu-mobile ul {
        padding: 15px;
    }

        .menu-mobile ul li {
            display: block;
            text-align: left;
        }

            .menu-mobile ul li a {
                padding: 10px 0;
            }

.menu-social li {
    display: inline-block;
    margin: 0 10px 0 0;
}

    .menu-social li:last-child {
        margin: 0 5px 0 0;
    }

.hamburger {
    position: absolute;
    right: 15px;
    top: 9px;
    z-index: 1000;
}

nav.open {
    position: fixed;
    background: white;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
}

    nav.open .menu-mobile {
        display: block;
    }

#Logo_Jomar_Braganca {
    width: 180px;
}

.menu-social svg {
    width: 20px;
    height: 20px;
}


main {
    margin: 0 25px;
    padding-bottom: 84px;
}

.home main {
    padding-bottom: 0;
}
}

footer {
    padding: 15px;
}

    footer .social {
        text-align: center;
    }


div.home-links {
    display: none;
}


#menu-interno {
    position: absolute;
    top: 55px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    transition: all 0.2s ease-in;
    padding: 50px 15px 15px 15px;
    font-size: 20px;
    line-height: 30px;
}

    #menu-interno.open {
        opacity: 1;
        visibility: visible;
    }

    #menu-interno.closed {
        opacity: 0;
        visibility: hidden;
    }

.menu-autoral ul li ul,
.menu-projetos ul li ul {
    padding: 0 0 0 15px;
}

.menu-autoral,
.menu-projetos {
    padding: 30px 0 15px 0;
    line-height: 1.9em;
}

    .menu-autoral.tem-ensaio,
    .menu-projetos.tem-projeto {
        display: none;
    }

.item-atual {
    font-weight: bold;
    font-weight: 700;
}

.fotos-wrapper {
    text-align: center;
}

.ensaio-fotos,
.projeto-fotos
{
    display:inline-block;
}
.ensaio-fotos li,
.projeto-fotos li {
    padding: 15px 0 0 0;
    clear: both;
    color: gray;
    text-align: center;
}

    .projeto-fotos li img {
        min-width: 100%;
    }

    .ensaio-fotos li:last-child,
    .projeto-fotos li:last-child {
        padding: 15px 0;
    }

.ensaio-texto {
    padding: 0 30px 0 0;
    line-height: 1.9em;
    max-width: 500px;
    text-align: left;
}

.projeto-data {
    line-height: 1.5em;
    float: right;
}

.projeto-titulo {
    float: left;
    line-height: 1.5em;
}

.formulario-contato {
    padding-top: 35px;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

    .formulario-contato label {
        display: block;
    }

    .formulario-contato .row {
        width: 100%;
        margin: 0 0 10px 0;
        flex: none !important;
        display: block;
    }

    .formulario-contato input[type=text],
    .formulario-contato input[type=email],
    .formulario-contato textarea {
        width: 100%;
        display: block;
        border: solid 1px #000;
        padding: 5px;
        font-family: 'Open Sans', sans-serif;
        margin-bottom: 20px;
    }

    .formulario-contato span.label {
        display: block;
        margin: 3px 0 0 0;
    }

    .formulario-contato span.label-danger {
        color: red;
    }

    .formulario-contato input[type=submit] {
        padding: 5px 15px;
        background: #000;
        color: #fff;
        border: none;
        text-transform: uppercase;
    }

    .formulario-contato h1 {
        font-size: 16px;
        font-weight: bold;
    }


#back-top {
    position: fixed;
    bottom: 15px;
    left: 15px;
    cursor: pointer;
}

    #back-top a {
        width: 56px;
        display: block;
        text-align: center;
        font: 11px/100% Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        text-decoration: none;
        color: #bbb;
        /* transition */
        -webkit-transition: 1s;
        -moz-transition: 1s;
        transition: 1s;
    }

        #back-top a:hover {
            color: #000;
        }

    /* arrow icon (span tag) */
    #back-top span {
        width: 54px;
        height: 54px;
        display: block;
        background: #ddd url('/content/images/up-arrow.png') no-repeat center center;
        /* rounded corners */
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        /* transition */
        -webkit-transition: 1s;
        -moz-transition: 1s;
        transition: 1s;
    }

    #back-top a:hover span {
        background-color: #777;
    }

@media (min-width: 768px) {

    body.home,
    body {
        margin: 0 auto;
        font-size: 14px;
    }

    html {
        height: 100%
    }

    body {
        height: 100%;
        display: flex;
        flex-direction: column;
        max-width: 1500px;
        margin: 0 auto;
    }

    nav {
        padding: 35px 0 50px 0;
    }

    main {
        flex: 1;
        width: 100%;
        align-self: center;
    }

    footer {
        display: none;
    }

    #hamburger{
        display: none;
    }

    .menu-container {
        right: 0;
        top: 35px;
    }

    .menu-social {
        margin-left: 15px;
        float: right;
    }

    .menu-desktop {
        display: block;
        float: right;
        margin: 0 10px;
        line-height: 20px;
    }

        .menu-desktop ul li {
            display: inline-block;
            margin: 0 0 0 10px;
        }

    div.home-links {
        display: flex;
        margin: 10px 0 0 0;
    }

    .home-links ul li {
        display: inline-block;
        margin: 0 7px 0 0px;
    }


    .home-links ul:last-child {
        text-align: left;
    }

    .home-links ul:first-child {
        text-align: right;
    }

    .home-links ul:first-child li{
        margin: 0;
    }

    .row {
        display: flex;
        flex-direction: row;
    }

    .col {
        width: 50%;
        flex: 1;
    }

    .home,
    .autoral,
    .arquitetura {
        min-height: 100%;
        display: flex;
        flex-direction: column;
    }

    section.publicacoes {
        margin-top: 35px;
    }

        .home .imagem {
            width: auto;
            height: auto;
        }

        .autoral .row {
            flex: 1;
        }

    header .menu {
        display: block;
        position: absolute;
        right: 0px;
        top: 15px;
    }

    #mobileMenu {
        display: none;
    }


    .menu-autoral.tem-ensaio,
    .menu-projetos.tem-projeto {
        display: block;
    }

    .imagens {
        /*flex: 1;*/
    }

        .imagens ul {
            display: none;
        }

    .menu {
        margin: 15px 0;
    }

    .portfolio-tipo {
        width: 50%;
        flex-direction: column;
    }

    .home .col:first-child {
        margin-right: 25px;
    }


    .autoral .imagem {
        width: auto;
        height: auto;
    }

    .ensaio-texto {
        padding: 0 30px 0 0;
        line-height: 1.9em;
        max-width: 1500px;
        text-align: left;
    }

    .submenu {
        padding-top: 15px;
        text-transform:lowercase;
    }

    .ensaio-fotos li,
    .projeto-fotos li {
        padding: 15px 0 50px 0;
        clear: both;
        color: gray;
        text-align: center;
    }

    .contato main {
        flex: 1;
        width: 100%;
        align-self: start;
    }

    .formulario-contato {
        padding-top: 115px;
    }

    .frm_submit {
        text-align: left;
    }
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 10px 10px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }
  
  .hamburger:focus {
      outline: none;
  }

.hamburger-box {
  width: 20px;
  height: 12px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 20px;
    height: 2px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -5px; }
  .hamburger-inner::after {
    bottom: -5px; }


/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px; }
  .hamburger--slider .hamburger-inner::before {
    top: 5px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 10px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 5px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-90deg); }

