@font-face {
    font-family: 'Poiret One';
    src: url(../fonts/PoiretOne-Regular.woff2);
    font-weight: 400;
}


@font-face {
    font-family: 'M PLUS 2';
    src: url(../fonts/mplus2.woff2);
    font-weight: 400;
}







body {
    background-image: url(../img/Group\ 1.jpg);
    background-size: cover;
    min-height: 100vh;
    width: 100%;
}

.bloco_01 {
    position: relative;

    overflow: hidden;

}


.bloco_01 .box_content {
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.bloco_01 .box_content .logo {
    margin-bottom: 142px;
}

.bloco_01 .text_all {
    font-family: 'Poiret One';
    text-align: center;
    font-weight: 400;
    font-size: 96px;
    line-height: 0.8;
    color: #FFFFFF;
    text-transform: uppercase;
}

.bloco_01 .text2 {
    display: flex;
    justify-content: right;
    transform: translateX(140px);
    position: relative;
}

.bloco_01 .text2::after {
    content: '';
    position: absolute;
    border: 1px solid #FFFFFF;
    width: 100vw;
    left: calc(100% - 8px);
    top: 20px;
}

.container {
    position: relative;
    height: 100vh;
    padding-top: 78px;
    padding-bottom: 43px;
}





.bloco_01 .contact {
    margin-right: 0;
    font-family: 'M PLUS 2';
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
    position: absolute;
    right: 0;
    bottom: 55px
}

.contact_text a {
    color: #FFFFFF;
    text-decoration: none;
}


.bloco_01 .contact .contact_text {
    text-align: right;
}

@media (max-width: 994px) {
    .logo img {
        width: 240px;   
    }


    .container {
        padding-top: 30px;
        padding-bottom: 106px;        
        height: auto;
        min-height: 100vh;
    }

    .bloco_01 .text2::after {
        left: calc(100% - 4px);
        top: 15px;
    }

    .bloco_01 .text_all {
        font-size: 42px;
        line-height: 0.8;
    }


    .bloco_01 .box_content .logo{
        margin-bottom: 80px;
    }

    .bloco_01 .contact {
        font-size: 16px;
        line-height: 24px;
        right: 20px;
        bottom: 20px;
    }

    .bloco_01 .text2 {
        transform: translateX(40px);
    }
}