    @CHARSET "ISO-8859-1";
    /* Reset CSS
* --------------------------------------- */
    
    body,
    div,
    dl,
    dt,
    dd,
    ul,
    ol,
    li,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    pre,
    form,
    fieldset,
    input,
    textarea,
    p,
    blockquote,
    th,
    td {
        padding: 0;
        margin: 0;
    }
    
    a {
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  -webkit-backface-visibility: hidden;
}

a:not(.skipHover):hover {
  opacity: 0.7;
}
    
    table {
        border-spacing: 0;
    }
    
    fieldset,
    img {
        border: 0;
    }
    
    address,
    caption,
    cite,
    code,
    dfn,
    em,
    strong,
    th,
    var {
        font-weight: normal;
        font-style: normal;
    }
    
    strong {
        font-weight: bold;
    }
    
    ol,
    ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    
    caption,
    th {
        text-align: left;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-weight: normal;
        font-size: 100%;
        margin: 0;
        padding: 0;
        color: #FFF;
    }
    
    q:before,
    q:after {
        content: '';
    }
    
    abbr,
    acronym {
        border: 0;
    }
    /* Custom CSS
* --------------------------------------- */
    
    html,
    body {
        background-color: #ffffff;
        /*  animation: background-change 30s  linear 0s infinite;
  animation-direction: alternate;*/
        width: 100%;
        height: 100%;
        font-family: 'montserratultra_light';
        text-align: center;
    }
    /*@keyframes background-change {
0% {background-color: #c3beb2;}
25% {background-color: #98aea8;}
50% {background-color: #e0bfb5;}
75% {background-color: #7ca4b5;}
100% {background-color: #c3beb2;}		
}*/
    
    @font-face {
        font-family: 'montserratultra_light';
        src: url('../fonts/montserrat-ultralight-webfont.woff2') format('woff2'), url('../fonts/montserrat-ultralight-webfont.woff') format('woff');
        font-weight: normal;
        font-style: normal;
    }
    
    .wrap {
        margin-left: auto;
        margin-right: auto;
        width: 960px;
        position: relative;
    }
    
    .intro {
        height: 600px;
    }
    
    .intro img {
        width: 280px!important;
        margin-top: 4%;
        margin-bottom: 80px;
    }
    
    .intro svg {
        width: 70%;
    }
    
    .intro p {
        width: 400px;
        margin: auto;
    }
    
    .intro p:nth-child(3) {
        font-size: 2.7em!important;
        font-family: 'montserratultra_light';
        letter-spacing: 4px!important;
        position: absolute;
        text-align: center;
        left: 0px;
        right: 0px;
        margin-top: -1%;
        color: #000!important;
    }
    
    .intro p img {
        padding-top: 100px;
        width: 50px!important;
        margin: auto;
    }
    
    .logo {
        margin-top: 4%;
        width: 280px;
    }
    
    .mail {
        margin-top: 10%;
        width: 30px;
    }
    
    .section {
        /*background: url("http://dmfadvogados.pt/imgs/dsf.jpg");
background-repeat: no-repeat;
background-size: cover;	
width: 100%;
height: 100%;*/
        text-align: center;
        font-family: 'montserratultra_light';
    }
    /* Centered texts in each section
* --------------------------------------- */
    
    .section {
        text-align: center;
    }
    /* HEADER & NAV MENU
–––––––––––––––––––––––––––––––––––––––––––––––––– */
    
    .header-top {
        background: rgba(0, 47, 77, .0);
        height: 70px;
        padding: 0 10px;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 12;
        box-sizing: border-box;
    }
    
    .header-top img {
        margin: 20px 40px;
    }
    
    .l-left {
        float: left;
    }
    
    .l-right {
        float: right;
    }
    
    .toggle-menu {
        width: 50px;
        height: 50px;
        position: relative;
        float: right;
        top: 10px;
        display: none;
    }
    
    .toggle-menu i {
        position: absolute;
        display: block;
        height: 2px;
        background: white;
        width: 30px;
        left: 10px;
        /*-webkit-transition: all .1s;
transition: all .1s;*/
    }
    
    .toggle-menu i:nth-child(1) {
        top: 16px;
    }
    
    .toggle-menu i:nth-child(2) {
        top: 24px;
    }
    
    .toggle-menu i:nth-child(3) {
        top: 32px;
    }
    
    .open-menu i:nth-child(1) {
        top: 25px;
        -webkit-transform: rotateZ(45deg);
        transform: rotateZ(45deg);
    }
    
    .open-menu i:nth-child(2) {
        background: transparent;
    }
    
    .open-menu i:nth-child(3) {
        top: 25px;
        -webkit-transform: rotateZ(-45deg);
        transform: rotateZ(-45deg);
    }
    
    .open-menu ~ nav {
        opacity: 1;
        z-index: 15;
        height: calc(90vh - 70px);
    }
    
    .navDesktop {
        opacity: 1;
    }
    
    nav {
        height: 60px!important;
        opacity: 0;
        box-sizing: border-box;
        background: rgba(255, 255, 255, .0)!important;
        position: fixed;
        top: 30px;
        width: 100%;
        -webkit-transition: all 2s;
        transition: all 2s;
    }
    
    nav ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        float: none;
        display: block;
    }
    
    nav li {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 0px 50px;
        display: inline-block;
        text-decoration: none!important;
    }
    
    nav li a {
        font-size: 1em;
        display: block;
        padding: 5px 10px;
        text-align: center;
        -webkit-transition: background .1s;
        transition: background .1s;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        text-decoration: none!important;
        color: #434343;
    }
    
    nav li.active a {
        background: rgba(255, 255, 255, .7);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        color: #434343;
    }
    
    nav li a:hover {
        color: #434343;
    }
    
    #fp-nav {
        display: none!important;
    }
    
    footer {
        position: absolute;
        width: 100%;
        bottom: 10px;
        text-align: center;
    }
    
    footer img {
        width: 120px;
        float: center;
    }
    
    footer a:hover {
        color: aqua;
    }
    
  
    /* TIMED ANIMATION
–––––––––––––––––––––––––––––––––––––––––––––––––– */
    
    #section0 img {
        left: 130%;
        position: relative;
        width: 35%;
    }
    
    #section0 p {
        display: none;
        color: #FFF;
        font-size: 70px;
    }
    
    h1 {
        margin-top: 15%;
        font-size: 80px;
        width: 100%;
        z-index: 5;
        position: absolute;
    }
    
    h1 span {}
    /* MQ STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
    
    @media screen and (max-width: 767px) {
        /* HEADER & NAV MENU
–––––––––––––––––––––––––––––––––––––––––––––––––– */
        .header-top img {
            margin: auto 5px;
            width: 85%;
            margin-top: -15px!important;
        }
        .toggle-menu {
            display: block;
        }
        .open-menu .toggle-menu {
            background: rgba(255, 255, 255, .9)!important;
            width: 50%;
            right: 0px;
            height: 100%!important;
            top: 0px!important;
            position: fixed;
            -webkit-transition: all .1s;
            transition: all .1s;
        }
        .open-menu i {
            background: #05d1bd!important;
            margin-top: 9px;
            position: relative;
            float: right;
        }
        .open-menu i:nth-child(1) {
            top: 25px;
            left: -20px;
        }
        .open-menu i:nth-child(2) {
            background: transparent!important;
        }
        .open-menu i:nth-child(3) {
            top: 25px;
            left: 40px;
        }
        .open-menu ~ nav {
            top: 80px;
        }
        nav ul {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            width: 40%;
            float: right;
            position: relative;
        }
        nav li {
            margin-top: 1px;
        }
        nav li a {
            font-size: 1.4em;
            color: #05d1bd;
        }
        nav li a:active {
            background: rgba(255, 255, 255, .7);
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
        }
        .intro {
            height: 350px;
        }
        .intro img {
            width: 160px!important;
            margin-bottom: 35px!important;
        }
        .intro p {
            width: 200px!important;
        }
        .intro svg {
            width: 80%!important;
        }
        .intro p:nth-child(3) {
            font-size: 1.3em!important;
            margin-top: -20px;
        }
        .intro p img {
            padding-top: 50px;
            width: 40px!important;
        }
        footer img {
            width: 150px;
        }
        .logo {
            margin-top: 50%;
            width: 280px;
        }
        .mail {
            margin-top: 20%;
            width: 30px;
        }
    }
    
    @media screen and (min-width: 2560px) {
        .logo {
            margin-top: 350px!important;
            width: 600px!important;
        }
        .mail {
            margin-top: 300px!important;
            width: 30px!important;
        }
    }
    
    @media screen and (min-width: 1920px) {
        .logo {
            margin-top: 350px!important;
            width: 600px!important;
        }
        .mail {
            margin-top: 300px!important;
            width: 30px!important;
        }
    }
    
    @media screen and (min-width: 1560px) {
        .logo {
            margin-top: 350px!important;
            width: 600px!important;
        }
        .mail {
            margin-top: 300px!important;
            width: 30px!important;
        }
    }
    
    @media screen and (min-width: 1440px) {
        .logo {
            margin-top: 350px!important;
            width: 600px!important;
        }
        .mail {
            margin-top: 300px!important;
            width: 30px!important;
        }
    }
    
    @media (min-width: 1366px) {
        .logo {
            margin-top: 150px!important;
            width: 500px!important;
        }
        .mail {
            margin-top: 200px!important;
            width: 30px!important;
        }
    }