@font-face {
    font-family: Gotham;
    src: url(../font/gotham-book.otf);
}
body{
    font-family: Gotham;
    background-color: #EDE9E6;
    margin: 0;
    padding: 0;
}

/* HEADER */
header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 15% 0 15%;
    height: 350px;
}
.logo{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.logo > div > h1{
    font-size: 3rem;
    color:  #F4B328;
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: 200;
}
.logo > div > img{
    position: absolute;
    margin: 0 0 0 40px;
    padding: 0;
    width: 70px;
}
.menu{
    width: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 0 20px 0;
    background-color: #F4B328;
}
.menu > div > h2{
    margin: 0 0 10px ;
    padding: 0 0 0 40px;
    color: white;
    font-weight: 250;
    font-size: 3rem;
}

/* MAIN */
main{
    margin: 80px 0 0 0;
    padding: 0;
}
/* main > div{
    position: relative;
} */
iframe{
    z-index: 9;
    width: 100%;
    height: 50vw;
    margin: 0;
    padding: 0;
    background-color: 494949;
    -webkit-box-shadow: 0px 10px 7px 2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 7px 2px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 7px 2px rgba(0,0,0,0.75);
}
.meridiano-img{
    position: relative;
    background-color: #494949;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 80px 100px 80px 100px;
    /* background-image: linear-gradient(135deg, transparent 38.46%, #f4b328 38.46%, #f4b328 50%, transparent 50%, transparent 88.46%, #f4b328 88.46%, #f4b328 100%);
    background-size: 18.38px 18.38px; */
}
.meridiano-img > .meridiano-icon{
    width: 180px;
    position: absolute;
    left: 0;
    bottom: -68px;
    z-index: 9;
}
.meridiano-img > img {
    width: 28vw;
    z-index: 2;
}
.linhas1{
    position: absolute;
    top: -10px;
    left: -420px;
    width: 700px!important;
    z-index: -0!important;
}
.about{
    position: relative;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    padding: 100px 100px 200px 100px;
    overflow: hidden;
}
.about > p{
    max-width: 400px;
}
.about > h1{
    max-width: 500px;
    color: #F4B328;
    font-weight: 200;
    font-size: 5rem;
    margin: 0;
    padding: 0;
}
.about > .about-icon{
    width: 180px;
    position: absolute;
    bottom: -10px;
    right: -20px!important;
    z-index: 9;
}
.linhas2{
    position: absolute;
    right: -340px;
    bottom: -100px;
}

@media screen and (max-width: 1350px){}
    .meridiano-img {
        padding: 80px 60px 80px 60px;
    }
}
@media screen and (min-width: 800px) and (max-width: 1050px){
    .meridiano-img > .meridiano-icon{
        width: 150px;
        position: absolute;
        left: 0;
        bottom: -69px;
    }
    .about > .about-icon{
        width: 180px;
        position: absolute;
        right: 0;
    }
    .about > p{
        max-width: 300px;
    }
    .about > h1{
        max-width: 500px;
        color: #F4B328;
        font-weight: 200;
        font-size: 3rem;
        margin: 0;
        padding: 0;
    }
}
@media screen and (max-width: 800px){
    header{
        margin: 0 5% 0 5%;
    }
    .menu{
        width: 300px;
    }
    .meridiano-img > .meridiano-icon{
        width: 130px;
        position: absolute;
        left: 0;
        top: 80%;
    }
    .linhas2{
        width: 700px;
    }
    .about > .about-icon{
        width: 150px;
        position: absolute;
        right: 0;
        /* top: 70%; */
    }

    .about > p{
        max-width: 200px;
        font-size: 0.8rem;
    }
    .about > h1{
        max-width: 500px;
        color: #F4B328;
        font-weight: 200;
        font-size: 2rem;
        margin: 0;
        padding: 0;
    }
}
@media screen and (max-width: 653px){
    header{
        margin: 0;
    }
    footer{

    }
}
@media screen and (max-width: 600px){
    .linhas1 {
        left: -500px;
    }
    .about {
        padding: 100px 30px 200px 30px;
    }
}
@media screen and (max-width: 560px){
    .menu {
        width: -webkit-fill-available;
        padding: 0 0 20px 10%;
    }
    /* .menu > div{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    } */
    .menu > div > h2 {
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }
    .logo > div > h1{
        display: none;
    }
}