@font-face {
    font-family: Gotham;
    src: url(../font/gotham-book.otf);
}
*{
    box-sizing: border-box;
    color: black;
    max-width: 100vw;
}
body{
    font-family: Gotham;
    background-color: #EDE9E6;
    margin: 0;
    padding: 0;
}

/* HEADER */
/* .carousel {
    position: relative;
    max-width: 100vw;
    max-height: 100vh;
} */
.indicator{
    background-color:#fadea1!important;
}
.indicator:hover{
    background-color:#fff1dc!important;
}
.carousel-indicators .active{
    background-color:#f5a904!important;
}

/* MAIN */
main{
    position: relative;
    z-index: 1;
}
.linhas1{
    position: absolute;
    top: 0;
    left: -530px;
    /* width: 700px; */
}
.about > img{
    width: 100px;
    position: absolute;
    right: 130px;
    top: 100px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.about-main{
    height: 500px;
}
.about-main > .icon{
    position: absolute;
    right: 0;
    top: 70%;
    width: 200px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.about-main{
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.about-main > div{
    display: flex;
    flex-direction: column;
}
.about-main > div > a{
    text-decoration: none;
    color: black;
    margin: 15px 0 0 0;
}
.arrow{
    margin: 2px 0 0px 10px;
}
.about-main > h1{
    color: #F4B328;
    font-size: 4rem;
    font-weight: 200;
}
.about > span{
    color: #F4B328;
    font-size: 2rem;
    font-weight: 150;
    display: flex;
    justify-content: center;
    margin: 0 0 30px 0;
}
.campanhas{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.campanhas > a{
    max-width: 50%;
}
.campanhas > a >img{
    width: 100%;
    height: 100%;
} 
.oportunidade{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    height: 400px;
    padding: 0 70px 100px 70px;
    position: relative;
    overflow: hidden
}
.oportunidade > h1{
    color: #F4B328;
    font-size: 3rem;
    font-weight: 200;
}
.oportunidade > div{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.oportunidade > div > a{
    text-decoration: none;
    color: black;
    margin: 25px 0 0 0;
}
.arrow2{
    margin: 0 0 3px 10px;
}
.linhas2{
    position:absolute;
    right:-530px;
    bottom: 0;
    z-index: -1;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.oport-quadrado{
    position: absolute;
    bottom: -1px;
    left: 400px;
    width: 80px;
}
.oport-icon{
    position: absolute;
    bottom: -20px;
    left: -20px;
    width: 150px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}




@media screen and (min-width: 800px) and (max-width: 1050px){
    .campanhas > a{
        max-width: 100%;
        border-bottom: black 2px solid;
    }
    .logo-artcom > img{
        width: 125px;
    }
}
@media screen and (max-width: 800px){
    .logo-artcom > img{
        width: 100px;
    }
    .oportunidade{
        flex-direction: column;
    }
    .campanhas > a{
        max-width: 100%;
        border-bottom: black 2px solid;
    }
    .linhas1 {
        width: 700px;
    }
    .about-main > h1 {
        font-size: 3.5rem;
    }
    .about-main > .icon {
        top: 80%;
        width: 150px;
    }
}

@media screen and (max-width: 660px){
    .about > img{
        width: 70px;
        top: 10px;
        right: 30px;
    }

    .about > span{
        font-size: 1.5rem;
    }

    .about-main{
        flex-direction: column;
        justify-content: space-evenly;
    }

    .about-main > h1{
        font-size: 4rem;
    }
    .about-main > .icon{
        display: none;
    }
    .oportunidade{
        padding:  30px 20px 50px 20px;
    }
    .oportunidade > h1 {
        font-size: revert;
        font-weight: 500;
        margin: 15px 0 0 0;
        padding: 0px;;
    }
    .oport-quadrado{
        right: 15px;
    }
    .oport-icon{
        display: none;
    }

}