@font-face {
    font-family: 'cooper';
    src: url('/fonts/cooper-black.ttf') format('truetype');
}

body, html {
     background: linear-gradient(to bottom, var(--secondary-color) 70%, var(--main-color) 70%); 
}

main {
    position: relative;
    height: 100%;
}

section.background {
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: bottom;
    top: 17%;
}

section.content {
    position: relative;
    top: 18vw;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

section.content.full {
    top: 25%;
}

section.content>figure {
    width: 75%;
    margin: 0;
    position: relative;
    top: 10px;
    transform: scaleX(-1);
}

section.content svg path {
    stroke: var(--main-color);
    stroke-width: 6;
}

section.content svg path:nth-of-type(1) {
    stroke-width: 4;
}

section.content svg path:nth-of-type(2) {
    stroke: #fff;
    stroke-width: 10;
}

section.content article {
    width: 74.7%;
    position: relative;
    border: 3px solid var(--main-color);
    border-top: none;
    display: flex;
    justify-content: center;
    background-color: #fff;
    margin-bottom: 2em;
}

section.content article>h2 {
    color: var(--main-color);
    font-family: 'cooper';
    font-size: 2.9vw;
    text-align: center;
    position: absolute;
    right: 5vw;
    width: 10em;
    top: -11vw;
}

section.content article section {
    width: 90%;
}

section.content article section>.content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5vw;
}

section.content article section>.content.column {
    flex-direction: column;
    margin-bottom: 0;
}

section.content article section>.content.column>figure {
    width: 100%;
    display: flex;
    justify-content: center;
}

section.content article section>.content.column>figure>img {
    width: 50%;
}

section.content article section .content:nth-of-type(2) {
    flex-direction: row-reverse;
}

section.content article section .content figure {
    width: 45%;
    margin: 0;
}

section.content article section .content figure img {
    width: 100%;
    margin: 10px 0;
}

section.content article section .content .text {
    width: 53%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

section.content article section .content .text p {
    margin: 0;
}

section.content article section .content .text.full {
    width: 100%;
}

section.content article section .content .text p {
    text-align: justify;
    font-size: 1.1vw;
    color: var(--main-color);
    line-height: 2em;
    margin-bottom: 1em;
}

section.content article section .content .text.full p {
    font-size: 1.2vw;
}

section.content article section .content .text p strong {
    
}

section.content article section .content .infos {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.content article section .content .infos .items {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-top: .5vw;
    width: 50%;
}

section.content article section .content .infos .items .item {
    display: flex;
    align-items: center;
}

section.content article section .content .infos .items .item iconify-icon {
    font-size: 2vw;
    margin-right: .5em;
    color: var(--secondary-color);
}

section.content article section .content .infos .items .item h3 {
    font-size: 1.5vw;
    color: var(--secondary-color);
    margin: .5em 0;
}

section.content article section .content .infos .city {
    width: 100%;
    height: 22vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

section.content article section .content .infos .avatar {
    width: 50%;
    position: relative;
}

section.content article section .content .infos figure {
    width: 100%;
}

section.content article section .content .infos figure img {
}

section.content article section .content .areas {
    width: 100%;
    display: flex;
    justify-content: center;
}

section.content article section .content .areas .items {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
}

section.content article section .content .areas .item {
    flex: 1 0 45%;
    box-sizing: border-box;
    margin: 1vw 0;
    display: flex;
    flex-direction: column;

}

section.content article section .content .areas .item:nth-child(even) {
    align-items: flex-end;
}

section.content article section .content .areas .item figure {
    width: 7vw;
}

section.content article section .content .areas .item h3 {
    margin: .5vw 0;
    color: var(--main-color);
}

section.content article 

section .content .areas .item p {
    margin: 0;
    width: 19vw;
    text-align: justify;
    font-size: 1vw;
    color: var(--main-color);
}


@media (max-width: 1250px){
    
    section.content {
        top: 25%;
    }

    section.background {
        top: -25%;
    }

    section.content>figure {
        width: 95.5%;
    }

    section.content article {
        width: 95%;
    }

    section.content article section .content .text p {
        font-size: 1.6vw;
    }

    section.content article section .content .text.full p {
        font-size: 2.5vw;
    }

    section.content article section .content .areas .item h3 {
        font-size: 2.5vw;
    }

    section.content article section .content .areas .item p {
        width: 75%;
        font-size: 1.5vw;
    }

    section.content article section .content .areas .item figure {
        width: 10vw;
    }

    section.content article section .content .infos .items .item h3 {
        font-size: 2.5vw;
    }

}

@media (max-width: 768px) {

    section.content article {
        border-width: 1px;
    }

    section.content>figure {
        width: 95.5%;
    }
}

@media (max-width: 426px){
    section.content article {
        border-width: 1px;
        width: 95%;
    }

    section.content>figure {
        width: 95.4%;
    }

    section.content>figure {
        width: 95.5%;
    }
}

@media (max-width: 376px){
    section.content article {
        border-width: 1px;
    }

    section.content>figure {
        width: 95.5%;
    }
}
