body{
    width: 100%;
    margin:0;
    background: url("../img/bg.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}

.desk{
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mobile{
    display: none;
}

a{
    text-decoration:none;
    color:#fff;
    font-weight: 300;
    font-size: 32px;
}

h3{
    font-size: 32px;
}

p{
    font-size: 22px;
}

.center{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 100%;
}

.center img{
    max-width: 10%;
    height: auto;
}

.desc {
    text-align: center;
    display: flex;
    flex-direction: column;
    padding: 40px 20px;
}

.desc-en{
    font-size: 32px;
    font-weight: 600;
}

.desc-pt{
    font-size: 32px;
    font-weight: 300;
}

.desc-line{
    height: 1px;
    background: #fff;
    margin: 4px 24px;
}

p.mail {
    cursor: default;
    margin-top: 0;
}

p.mail a{
    cursor: hand;
    border-bottom: 1px solid #fff;
}

.mail, .mail a{
    color:#fff;
    text-decoration: none;
    font-weight: 300;
}

.top-left {
    padding: 0 40px;
}

.bottom-right {
    padding: 0 40px;
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 1024px) {
    .center img{
        max-width: 70%;
        height: auto;
    }

    .desk{
        display: none!important;
    }
}

/*X-Large devices (large desktops, 1200px and up)*/
@media (max-width: 1199.98px) {
    .desk{
        display: none!important;
    }

    .mobile{
        height: 100vh;
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        text-align: center;
        padding: 0 60px;
    }

    .mobile .logo{
        max-width: 20%;
    }

    .mobile h3 {
        font-size: 32px;
    }

    .mobile a {
        font-size: 28px;
    }

    .mobile .desc-pt{
        font-size: 28px;
        font-weight: 300;
    }

    .mobile .desc-en {
        font-size: 28px;
        font-weight: 600;
    }

    .mobile .desc-line {
        height: 2px;
        background: #fff;
        margin: 10px 24px;
    }

    .mobile div.bottom p{
        font-size: 22px;
    }
}


/*Large devices (desktops, 992px and up)*/
@media (max-width: 991.98px) {
    .desk{
        display: none!important;
    }

    .mobile{
        height: 100vh;
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        text-align: center;
        padding: 0 60px;
    }

    .mobile .logo{
        max-width: 20%;
    }

    .mobile h3 {
        font-size: 32px;
    }

    .mobile a {
        font-size: 28px;
    }

    .mobile .desc-pt{
        font-size: 28px;
        font-weight: 300;
    }

    .mobile .desc-en {
        font-size: 28px;
        font-weight: 600;
    }

    .mobile .desc-line {
        height: 2px;
        background: #fff;
        margin: 10px 24px;
    }

    .mobile div.bottom p{
        font-size: 22px;
    }
}


/*Medium devices (tablets, 768px and up)*/
@media (max-width: 767.98px) {
    .desk{
        display: none!important;
    }

    .mobile{
        height: 100vh;
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        text-align: center;
        padding: 0 60px;
    }

    .mobile .logo{
        max-width: 20%;
    }

    .mobile h3 {
        font-size: 32px;
    }

    .mobile a {
        font-size: 28px;
    }

    .mobile .desc-pt{
        font-size: 28px;
        font-weight: 300;
    }

    .mobile .desc-en {
        font-size: 28px;
        font-weight: 600;
    }

    .mobile .desc-line {
        height: 2px;
        background: #fff;
        margin: 10px 24px;
    }

    .mobile div.bottom p{
        font-size: 22px;
    }
}


/*Small devices (landscape phones, 576px and up)*/
@media (max-width: 575.98px) {
    .desk{
        display: none!important;
    }

    .mobile{
        height: 100vh;
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        text-align: center;
        padding: 0 60px;
    }

    .mobile .logo{
        max-width: 20%;
    }

    .mobile h3 {
        font-size: 32px;
    }

    .mobile a {
        font-size: 28px;
    }

    .mobile .desc-pt{
        font-size: 28px;
        font-weight: 300;
    }

    .mobile .desc-en {
        font-size: 28px;
        font-weight: 600;
    }

    .mobile .desc-line {
        height: 2px;
        background: #fff;
        margin: 10px 24px;
    }

    .mobile div.bottom p{
        font-size: 22px;
    }
}
