@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
}

.container {
    max-width: 1140px;
}

.content_text{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #d3d3d3;
}

.navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 40px;
    box-shadow: 0 0.1rem 0.5rem #ccc;
    width: 100%;
    background-color: #000000;
    transition: all 0.5s;
}

.navigation .logo{
    color: #FFF;
    font-size: 1.7rem;
    font-weight: 600;
}

.navigation ul {
    display: flex;
    align-items: center;
    gap: 5rem;
}

.navigation ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.5s;
}

.navigation ul li a:hover{
    color: #6e6e6e;
}

.menu {
    cursor: pointer;
    display: none;
    z-index: 1;
}

.menu .bar {
    display: block;
    width: 28px;
    height: 3px;
    border-radius: 3px;
    background-color: #fff;
    margin: 5px auto;
    transition: all 0.3s;
}

.banner {
    height: calc(100vh - 73px);
    background-image: linear-gradient(rgba(0,0,0,0.85), rgba(0,0,0,0.85)),url(../images/bg.jpg);
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.banner h1 {
    font-size: 55px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
}

.banner_button{
    background-color: transparent;
    padding: 8px 30px;
    border: none;
    color: #FFF;
    border: 1px solid #FFF;
    cursor: pointer;
    margin-top: 2rem;
    transition: 0.3s;
    text-transform: uppercase;
    font-size: 0.9rem;
}

.banner_button:hover{
    background-color: #FFF;
    color: #161616;
}

.area1 {
    background-color: #222222;
    display: flex;
    align-items: center;
    justify-content: center;
}

.area1_content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    padding: 30px 0 30px 0;
}

.area1_img1,
.area1_img2,
.area1_img3{
    height: 165px;
    width: 500px;
    background-position: center;
    background-size: cover;
    margin: 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: 4px 4px 10px #070707;
}


.area1_img1{
    background-image: linear-gradient(rgba(0,0,0,0.73), rgba(0,0,0,0.73)),url(../images/a1_img1.jpg);
}

.area1_img2{
    background-image: linear-gradient(rgba(0,0,0,0.73), rgba(0,0,0,0.73)),url(../images/a1_img2.jpg);
}

.area1_img3{
    background-image: linear-gradient(rgba(0,0,0,0.73), rgba(0,0,0,0.73)),url(../images/a1_img3.jpg);
}


.area1_img1 p,
.area1_img2 p,
.area1_img3 p{
    color: #FFF;
    font-style: italic;
    font-size: 12px;
    line-height: 30px;
}

.area1_img1 h4,
.area1_img2 h4,
.area1_img3 h4{
    font-size: 15px;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.area2{
    background-color: #222222;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0 30px 0;
}

.area2_content h5 {
    font-size: 15px;
    color: #757575;
}

.area2_content h2{
    font-size: 28px;
    text-transform: uppercase;
    margin: 13px 0;
}

.area2_content p{
    font-size: 13px;
    color: #ccc;
}

.area3{
    padding: 50px 0 60px 0;
    background-color: #222222;
    display: flex;
    justify-content: center;
    align-items: center;
}

.area3_content{
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
}

.area3_content h4 {
    color: #bebebe;
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 15px;
}

.area3_content h5{
    font-style: italic;
    color: #a8a8a8;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 30px;
}

.area3_content p{
    color: #bebebe;
    font-size: 14px;
    margin-bottom: 10px;
}

.area3_img1,
.area3_img2,
.area3_img3,
.area3_img4{
    width: 180px;
    height: 280px;
    background-position: center;
    background-size: cover;
    cursor: pointer;
    box-shadow: 4px 4px 10px #070707;
}



.area3_img1{
    background-image: linear-gradient(rgba(0,0,0,0.70), rgba(0,0,0,0.70)),url(../images/a3_img1.jpg);
}

.area3_img2{
    background-image: linear-gradient(rgba(0,0,0,0.70), rgba(0,0,0,0.70)),url(../images/a3_img2.jpg);
}

.area3_img3{
    background-image: linear-gradient(rgba(0,0,0,0.70), rgba(0,0,0,0.70)),url(../images/a3_img3.jpg);
}

.area3_img4{
    background-image: linear-gradient(rgba(0,0,0,0.70), rgba(0,0,0,0.70)),url(../images/a3_img4.jpg);
}


.area4{
    background-color: #0f0f0f;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px;
}

.area4_content{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}


.area4_content h2 {
    color: #FFF;
    font-style: italic;
    text-decoration: line-through;
    letter-spacing: 2px;
    line-height: 80px;
}

.area4_content p{
    color: #757575;
    text-transform: uppercase;
    font-size: 14px;
}

.area5{
    background-color: #222222;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0 30px 0;
}

.area5_content h5 {
    font-size: 15px;
    color: #757575;
}

.area5_content h2{
    font-size: 28px;
    text-transform: uppercase;
    margin: 13px 0;
}

.area5_content p{
    font-size: 13px;
    color: #ccc;
}


.area6{
    padding: 50px 0 60px 0;
    background-color: #222222;
    display: flex;
    justify-content: center;
    align-items: center;
}

.area6_content{
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
}

.area6_content h4 {
    color: #bebebe;
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 15px;
}

.area6_content h5{
    font-style: italic;
    color: #a8a8a8;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 30px;
}

.area6_content p{
    color: #bebebe;
    font-size: 14px;
    margin-bottom: 10px;
}

.area6_img1,
.area6_img2,
.area6_img3,
.area6_img4{
    width: 180px;
    height: 280px;
    background-position: center;
    background-size: cover;
    cursor: pointer;
    box-shadow: 4px 4px 10px #070707;
}



.area6_img1{
    background-image: linear-gradient(rgba(0,0,0,0.70), rgba(0,0,0,0.70)),url(../images/a6_img1.jpg);
}

.area6_img2{
    background-image: linear-gradient(rgba(0,0,0,0.70), rgba(0,0,0,0.70)),url(../images/a6_img2.jpg);
}

.area6_img3{
    background-image: linear-gradient(rgba(0,0,0,0.70), rgba(0,0,0,0.70)),url(../images/a6_img3.jpg);
}

.area6_img4{
    background-image: linear-gradient(rgba(0,0,0,0.70), rgba(0,0,0,0.70)),url(../images/a6_img4.jpg);
}

.area7{
    background-image: linear-gradient(rgba(0,0,0,0.85), rgba(0,0,0,0.85)),url(../images/bg2.jpg);
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 75px;
}

.area7_content{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: 90%;
}

.area7_text1{
    width: 200px;
    font-size: 18px;
    font-style: italic;
    text-decoration: line-through;
}

.area7_text2{
    flex: 1;
    font-size: 13px;
    color: #bebebe;
    line-height: 20px;
}


.area8{
    background-color: #0f0f0f;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #757575;
    padding: 25px;
}

.area8_content{
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: bold;
}

form{
    display: flex;
    align-items: center;
    justify-content: center;
}

form input {
    margin: 20px;
    padding: 4px 10px;
    background-color: transparent;
    border: none;
    border: 1px solid #a8a8a8;
    color: #a8a8a8;
    outline: none;
}

.area8_button{
    background: transparent;
    padding: 5px 30px;
    border: none;
    text-transform: uppercase;
    color: #a0a0a0;
    cursor: pointer;
    transition: .3s;
    border: 1px solid #bebebe;
}

.area8_button:hover{
    background-color: #a0a0a0;
    color: #222222;
}

.area9{
    background-color: #070707;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.area9_content{
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    width: 90%;
    padding: 50px;
}

.area9_content h3 {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 18px;
    color: #bebebe;
}

.area9_text{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dotted #bebebe;
    padding: 5px 0 5px 0;
    color: #a8a8a8;
    font-size: 15px;
}

.area9_text2{
    border-bottom: 1px solid #bebebe;
    padding: 8px 0 8px 0;
}

.area9_text2 p {
    font-size: 14px;
    color: #a0a0a0;
    text-transform: capitalize;
}

.area9_text2 span{
    font-size: 12px;
    color: #757575;
    font-style: italic;
}

.area9_text3{
    color: #a8a8a8;
    font-size: 15px;
}

.area9_social{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000000;
    color: #bebebe;
    width: 100%;
    padding: 8px;
}

.area9_social div{
    padding: 20px;
}

.area9_social img{
    width: 28px;
    height: 28px;
    cursor: pointer;
    transition: transform .3s;
}

.area9_social img:hover{
    transform: scale(1.1);
}


[data-anime] {
    opacity: 0;
    transition: .8s;
}

[data-anime="left"] {
    transform: translate3d(-50px, 0, 0);
}

[data-anime="bottom"] {
    transform: translate3d(0, 30px, 0);
}

[data-anime="right"] {
    transform: translate3d(50px, 0, 0);
}

[data-anime].animate {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}


@media (max-width: 968px){
    .none_img4{
        display: none;
    }
}

@media (max-width: 785px){
    .navigation{
        padding: 18px 20px;
    }

    .menu{
        display: block;
    }

    .menu.active .bar:nth-child(1){
        transform: translateY(8px) rotate(45deg);
    }

    .menu.active .bar:nth-child(2){
        opacity: 0;
    }

    .menu.active .bar:nth-child(3){
        transform: translateY(-8px) rotate(-45deg);
    }

    .nav_menu{
        position: fixed;
        right: -100%;
        top: 0px;
        width: 100%;
        height: 100%;
        flex-direction: column;
        background-color: #000;
        gap: -10px;
        transition: 0.3s;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .nav_menu.active{
        right: 0;
    }

    .nav_item{
        margin: 16px 0;
    }

    form{
        flex-direction: column;
    }

    .area8_content{
        flex-direction: column;
    }
}

@media (max-width: 748px){
    .area1_img3{
        display: none;
    }

    .area3_content{
        flex-direction: column;
    }

    .area3_img1,
    .area3_img2,
    .area3_img3,
    .area3_img4{
        width: 290px;
        height: 400px;
    }

    .area6_content{
        flex-direction: column;
    }

    .area6_img1,
    .area6_img2,
    .area6_img3,
    .area6_img4{
        width: 290px;
        height: 400px;
    }

    .area7_content{
        flex-direction: column;
        text-align: center;
    }

    .area7_text1{
        padding-bottom: 20px;
        font-size: 16px;
    }

    .area7_text2{
        font-size: 10px;
    }

    .area9_content{
        flex-direction: column;
    }

    .area9_text3{
        font-size: 12px;
    }

    .area9_contact1,
    .area9_contact2,
    .area9_contact3{
        padding: 20px;
    }

}

@media (max-width: 495px){
    .banner h1 {
        font-size: 45px;
    }

    .area1_img2{
        display: none;
    }
}


/* Barra de Rolagem */


/* Fundo que corre */
::-webkit-scrollbar-track {
    background-color: #000;
}
/* Fundo que corre */

::-webkit-scrollbar {
    width: 6px;
    background: #F4F4F4;
}

/* Linha que desce */
::-webkit-scrollbar-thumb {
    background: #757575;
    border-radius: 15px;
}
/* Linha que desce*/


/* Barra de Rolagem */