body{
    font-family: "Inter", sans-serif;
}

#imagem_anime{
    width: 100%;
    overflow: hidden;
    background: url('../d/elemento13.png?d=5');
    height: 550px;
    background-repeat: no-repeat;
    background-size: 300%;
    background-position: center;
    margin: auto;
}

#imagem_anime:hover {
    background-size: 100% !important;
    transition: .3s ease-in-out;
    height: 550px;
}

#bt_rodape a:hover{
    text-decoration: none;
}

ul li:marker{
    content: none;
}

ul li{
    display: inline-block;
}

.banner_text {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999999;
    color: #fff;
}

section img{
    width: 100%;
}

.center-vertical{
    align-items: center;
    background: #f5f5f5;
}

.center-vertical img{
    /* height: 640px; */
    object-fit: cover;
}

.bg_green{
    background: #70E2CB;
}

section span, section p{
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #213564;
    letter-spacing: 0.2px;
    line-height: 30px;
}

section{
    margin: 20px 0;
}

.texto{
    /* padding: 0 50px; */
    padding: 50px;
}

.texto h1{
    font-size: 24px;
    color: #213564;
    font-family: "Inter", sans-serif;
}

.texto h4{
    font-size: 16px;
    color: #213564;
    font-family: "Inter", sans-serif;
    font-weight: 300;
}

.bg_lg{
    background: #f5f5f5;
}

.line_textos{
    background: #f5f5f5;
    padding: 50px;
}

.line_textos .texto{
    padding: 0px;
}

.line_imgs img{
    height: 332px;
    object-fit: cover;
}

.line_imgs2 img{
    height: 705px;
    object-fit: cover;
}

.line_imgs_large img{
    height: 640px;
    object-fit: cover;
}


.titles{
    margin: 60px 0 20px;
}

.titles h1{
    font-weight: 400;
}


.galeria {
    display: flex;
    overflow-x: auto;
    gap: 10px;
}

.galeria img {	
    height: 332px;
    object-fit: cover;
}

.galeria img:nth-child(1), .galeria img:nth-child(3), .galeria img:nth-child(4), .galeria img:nth-child(6){
    /* width: 12.5%; */
    width: calc((100% - 50px) / 8);
}

.galeria img:nth-child(2), .galeria img:nth-child(5){
    /* width: 25%; */
    width: calc(2 * ((100% - 50px) / 8));
}

.galeria2 {
    display: flex;
    overflow-x: auto;
    gap: 10px;
}

.galeria2 img {	
    height: 332px;
    object-fit: cover;
}

.galeria2 img:nth-child(1), .galeria2 img:nth-child(5){
    /* width: 12.5%; */
    width: calc((100% - 40px) / 8);
}

.galeria2 img:nth-child(2), .galeria2 img:nth-child(3), .galeria2 img:nth-child(4){
    /* width: 25%; */
    width: calc(2 * ((100% - 40px) / 8));
}

.omarao .quote{
    font-size: 48px;
    font-weight: 200;
    letter-spacing: 0.96px;
    color: #002F6C;
    position: absolute;
    bottom: 10%;
    right: 10%;
    line-height: 64px;
}

@media screen and (max-width: 2000px){
    .omarao .quote{
        right: 5%;
    }
}

.banner_topo{
    position: relative;
    background: url('../images/IMG_Home.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.banner_topo .link{
    position: absolute;
    background: #70E2CB;
    padding: 15px;
    border-radius: 4px;
    color: #002F6C;
    font-size: 21px;
    line-height: 25.2px;
    top: 5%;
    right: 0;
    text-align: center;
    font-weight: 200;
}

.banner_topo .title{
    position: absolute;
    right: 5%;
    bottom: 8%;
    font-size: 100px;
    line-height: 115px;
    color: #FFFFFF;
    text-align: right;
    font-weight: 200;
}

.banner_topo .scroll_down{
    position: absolute;
    left: 50%;
    bottom: 5%;
    transform: translateX(-50%);
    text-align: center;
}

.banner_topo .scroll_down a{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner_topo .scroll_down img{
    width: 33px;
    height: auto
}

.banner_topo .scroll_down span{
    font-size: 16px;
    font-weight: 300;
    color: #FFFFFF;
    margin-top: 5px;
    text-align: center;
}

.banner_topo .img1_ban1{
    position: absolute;
    left: 5%;
    top: 6%;
    width: 336px;
    height: auto;
}

.banner_topo .img2_ban1{
    position: absolute;
    right: 16%;
    top: 8%;
    width: 33px;
    height: auto;
}

.banner_topo .img3_ban1{
    position: absolute;
    right: 13%;
    top: 7%;
    margin-top: 4px;
    width: 33px;
    height: auto;
}

.banner_topo .logo_ban1{
    position: absolute;
    right: 5%;
    bottom: 50%;
    width: 328px;
    height: auto;
}


#menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: none;
    padding: 80px 40px;
    box-sizing: border-box;
}

#menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#menu ul li a{
    color: #6ee7e0; 
}

#menu ul li {
    font-size: 28px;
    color: #6ee7e0; 
    margin-bottom: 20px;
    font-weight: 300;
    cursor: pointer;
    transition: color 0.3s;
    width: 100%;
}

#menu ul li:hover {
    color: #33ccc5;
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 28px;
    font-weight: 300;
    color: #6ee7e0;
    cursor: pointer;
}

#openMenuBtn {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 28px;
    color: #6ee7e0;
    cursor: pointer;
    background: none;
    border: none;
}

.yt{
    max-width: 66px;
    height: auto;
}

.quinta_lagoalva{
    margin: 0;
    position: absolute;
    bottom: -13%;
    width: 100%;
}

.quinta_lagoalva img{
    max-width: 15%;
    margin: 0 auto
}

.logo_quinta_torre{
    margin: 0 0 10px;
    justify-content: flex-end;
    padding-top: 30px;
}

.logo_quinta_torre img{
    width: max-content;
    height: 163px
}

#launch{
    color: #70E2CB;
    font-size: 100px;
    font-weight: 200;
}

@media screen and (max-width: 547px){
    .banner_topo .img1_ban1{
        width: 85px;
    }

    .banner_topo .logo_ban1{
        width: 81px;
        bottom: 41%;
    }

    .banner_topo .scroll_down img{
        width: 12px;
    }

    .banner_topo .scroll_down span{
        font-size: 6px;
        line-height: 10px;
    }

    .banner_topo .title{
        font-size: 22px;
        line-height: 25px;
    }

    .banner_topo .link{
        font-size: 12px;
        line-height: 13px;
        padding: 8px 10px;
    }

    .banner_topo .img2_ban1{
        right: 42%;
        top: 11%;
        width: 20px;
    }

    .banner_topo .img3_ban1{
        right: 34%;
        top: 7%;
        width: 20px;
    }

    section span, section p{
        font-size: 15px;
    }

    .texto{
        padding: 50px 30px;
    }

    .texto h4{
        font-size: 15px;
    }

    .texto h1{
        font-size: 22px;
    }

    .yt{
        max-width: 60px;
        height: auto !important;
    }

    #expo{
        font-size: 22px !important;
    }

    #projects{
        font-size: 34px !important;
    }

    .center-vertical img{
        height: 286px;
    }

    .line_imgs > .col-6 {
        padding: 5px;
    }

    .line_imgs img{
        height: 150px;
    }

    .line_imgs_large > .col-6 {
        padding: 5px;
    }

    .line_imgs_large img{
        height: 290px;
    }

    .center-vertical > .col-6{
        padding: 5px;
    }

    .center-vertical .col-12 img{
        height: 315px;
    }

    .img_RP10_A{
        height: 512px !important;
    }

    .quinta_lagoalva{
        bottom: -80px;
    }

    .quinta_lagoalva img{
        max-width: 33%;
    }	

    .line_imgs2 > .col-12 {
        padding: 5px;
    }

    .line_imgs2 img{
        height: 323px;
    }

    .logo_quinta_torre{
        margin: 0px 0 60px;
        padding: 0;
    }

    .logo_quinta_torre img{
        height: 135px;
        margin: 0 auto;
    }

    #launch{
        font-size: 34px;
        line-height: 36px;
    }

    .logo_FC5 img{
        height: auto;
        margin-left: -90px;
        width: calc(100% + 90px);
    }

    #promo{
        font-size: 34px !important;
        line-height: 36px !important;
    }

    #Embracing{
        font-size: 22px !important;
        line-height: 26px !important;
    }

    #Acorn{
        margin-top: 50px;
    }

    .line_imgs > div, .line_imgs2 > div{
        padding: 5px;
    }
}