* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
 html {
    font-size: 16px;
    background-color: #0e0e0e;
    background-repeat: no-repeat;
    background-position: top center;
    color: #FFF;
    font-family: 'Inner Tight', sans-serif;
}
.container {
    display: flex;
    width: 100%;
    align-items: center;
    flex-direction: column;
}
.content {
    width: 1140px;
}
#topo .content {
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
}
#topo a {
    text-transform: uppercase;
    text-decoration: none;
    color: #FFF;
    font-size: 1.30875rem;
    position: absolute;
    right: 0;
}
#topo img {
    position: absolute;
    left: 0;
}
#topo {
    margin-top: 10.75rem;
}
h1 {
    text-transform: uppercase;
    font-size: 2.5625rem;
    font-weight: lighter;
}


#about {
    background-color: #ededed;
    color: #0e0e0e;
    position: relative;
}
#about .content {
    display: flex;
    flex: auto;
    height: 1280px;
    align-items: center;
}
#about-text {
    width: 50%;
    padding: 0;
    background-color: #ededed;
}

#about-photo {
    position: absolute;
    background-image: url(img/about-julia-nardin.webp);
    background-size: cover;
    background-position: center;
    top: 0;
    bottom: 0;
    right: 0;
    left: 50%;
    z-index: 0;
}

#about h2 {
    font-weight: lighter;
    font-size: 2.5625rem;
    margin-bottom: 8.75rem;
}

#about p {
    font-size: 1.25rem;
    margin-bottom: 3.625rem;
    margin-right: 7rem;
}

#about p:last-child {
    margin-bottom: 0;
}

.job-header {
    height: 21.4375rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    word-spacing: .2rem;
}

.job .content {
    width: 100%;
}

.job-header > div {
    width: 1140px;
}

.job-title {
    font-size: 1.75rem;
    text-transform: uppercase;
}

.job-headline {
    font-size: 1.23625rem;
    line-height: 2.5rem;
    margin-top: 0.7rem;
}
.job-pics {
    display: grid;
    width: 100%;
    height: 100%;
    margin-top: 3rem;
}
.job-pics a div {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

#rodape-logo {
    font-size: 1.575rem;
}

#rodape a {
    font-size: 2.075rem;
    color: #FFF;
}

#rodape .content {
    display: flex;
    flex-direction: column;
}

#rodape-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    align-items: center;
    height: 10rem;
}

#overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.5);
    display: none;
    overflow-y: auto;
    z-index: 1;
}
#overlay.show {
    display: block;
}

body.fixed {
    overflow: hidden;
}
#x {
    position: absolute;
    right: 1rem;
    top: .25rem;
    font-size: 3rem;
    cursor: pointer;
}

#contact-links {
    background-color: #272627;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    color: #FFF;
    width: 20rem;
    padding: 5rem 5rem 0 5rem;
    left: 50%;
    margin-left: -10rem;
    margin-top: 15rem;
}

#contact-links a {
    color: #FFF;
    font-size: 1.5rem;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 5rem;
    display: flex;
    align-items: center;
    /* height: 2rem; */
    /* line-height: 2rem; */
}

#contact-links a svg {
    width: 1.5rem;
    margin-right: 1rem;
    fill: #FFF;
    margin-top: -0.3rem;
}
.job-pics > div {
    position: relative;
    overflow: hidden;
}
@media (max-width: 1199px) {
    #about-text {
        padding: 17.5rem 1rem;
        width: 29rem;
        z-index: 1;
        position: relative;
    }
    #about .content{height: auto;}
    #about p{margin-right: 0;}
}
@media (max-width: 1139px) {
    .content, .job-header > div {
        width: 100%;
    }
    .job-header > div {
        padding-left: 4rem;
    }
    #rodape .content {
        padding: 0 1rem;
    }
}
@media (max-width: 1080px) {
    #topo {
        margin-top: 18.3vw;
    }
    #topo .content {justify-content: center;}
    #topo img {
        width: 6.7592vw;
        /* margin-left: 8.9814vw; */
    }
    h1 {
        font-size: 3.7vw;
    }
    #topo a {
        font-size: 2.0vw;
        /* margin-right: 10.740vw; */
    }
    #about-text {
    padding: 26.296vw 7vw 26.296vw 10vw;
    width: 50vw;
}
#about-photo{
    width: 50vw;
    background-position: center;
}
#about p{
    font-size: 1.6vw;
    margin-right: 0;
}
}
@media (max-width: 1250px) {
    #topo img {left: 4vw;}
    #topo a {right: 5vw;}
}
@media (max-width: 992px) {
    .job-pics {
        display: flex;
        flex-direction: column;
    }
    .job-pics a {
        height: 20rem;
    }
    .job-pics > div{height: 20rem;}
}
@media (max-width: 768px) {
    html {
        font-size: 1.9vw;
    }
    #contact-links {
        bottom: 0;
        width: 100%;
        left: 0;
        right: 0;
        margin: 0;
    }
    #about-text {
        padding: 15vw 5vw 15vw 6vw;
    }
    #about h2 {
        margin-bottom: 3rem;
    }
    #about p {
        margin-bottom: 2rem;
        font-size: 2.7vw;
    }
    #about p br {display: none;}
}