bady{
    position: relative;
}
footer{
    width: 100%;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    color: #FFFFFF;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    padding: 5px 0;
    z-index: 11;
  }
  footer a{
    text-decoration: none;
    color: #FFFFFF;
  }
  footer a:hover{
    text-decoration: underline;
  
  }
#container{
    display: block;
    background:#000000;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}
#container video{
    min-width: 100%;
    height: 112vh;
    position: absolute;
    z-index: 1;
}

#conteudo{
    background: rgba(2, 28, 28, 0.8);
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;

    z-index: 2;
    padding-top:100px;
}

header{
    height: 100px;
    background: #FFFFFF;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    
}
header a{
    display: block;
    width: 220px;
    margin: 10px auto;
    position: relative;

}
.wrap1024{
    
    width: 96%;
    max-width: 1024px;
    margin: 0 auto;
    position: relative;
}
.txt{
    display: block;
    width: 100%;
    font-size: 48px;
    font-family: 'Gilroy-Light';
    color: #FFFFFF;
    text-align: center;
    margin: 50px 0;
}
.bloco{
    width: 50%;
    float: left;
    min-height: 400px;
    border: solid 1px transparent;
    box-sizing: border-box;
    text-align: center;
    padding: 50px 0;
}
.bloco.borda{
    border-right: 1px solid #FFFFFF;
}

.bloco a{
    display: inline-block;
    font-size: 48px;
    font-family: 'Gilroy-Light';
    border: solid 2px #FFFFFF;
    text-decoration: none;
    color: #FFFFFF;
    padding: 10px 20px;
    overflow: hidden;
    margin-top: 50px;
    position: relative;
    height: 80px;
    box-sizing: border-box;
    
}
.bloco a span{
    z-index: 2;
    position: relative;
    
}
.bloco a::before{
    content: "";
    background: #eb7a00;
    height: 80px;
    position: absolute;
    top: -110%;
    left: 0;
    /* bottom: 0; */
    left:0;
    width: 100%;
    /* height: 50px; */
    display: block;
    z-index: 1px;
    transition: 0.3s ease-in;
}
.bloco a:hover::before{
    top: 0;
    
}   



@media screen AND (max-width:1024px){

    .bloco img{
        display: inline-block;
        height:  150px;
    }

    .bloco a{
        display: inline-block;
        font-size: 25px;
        font-family: 'Gilroy-Light';
        border: solid 2px #FFFFFF;
        text-decoration: none;
        color: #FFFFFF;
        padding: 10px 20px;
        overflow: hidden;
        margin-top: 25px;
        position: relative;
        height: 50px;
        box-sizing: border-box;
    }
    .bloco a span{
        z-index: 2;
        position: relative;
        
    }
    .bloco a::before{
        content: "";
        background: #eb7a00;
        height: 60px;
        position: absolute;
        top: -110%;
        left: 0;
        /* bottom: 0; */
        left:0;
        width: 100%;
        /* height: 50px; */
        display: block;
        z-index: 1px;
        transition: 0.3s ease-in;
    }
    .bloco a:hover::before{
        top: 0;
        
    }  
    
    .txt{
        display: block;
        width: 100%;
        font-size: 30px;
        font-family: 'Gilroy-Light';
        color: #FFFFFF;
        text-align: center;
        margin: 50px 0;
    }

}

@media screen AND (max-height: 850px){
    .bloco img{
        display: inline-block;
        height:  150px;
    }
    .txt{
        display: block;
        width: 100%;
        font-size: 30px;
        font-family: 'Gilroy-Light';
        color: #FFFFFF;
        text-align: center;
        margin: 50px 0;
    }
    
}
@media screen AND (max-height: 700px){
    .bloco{
        width: 50%;
        float: left;
        min-height: 350px;
        border: solid 1px transparent;
        box-sizing: border-box;
        text-align: center;
        padding: 20px 0;
    }
    .txt{
        display: block;
        width: 100%;
        font-size: 30px;
        font-family: 'Gilroy-Light';
        color: #FFFFFF;
        text-align: center;
        margin: 24px 0;
    }
}

@media screen AND (max-width:600px){

    #conteudo{
        background: rgba(2, 28, 28, 0.8);
        width: 100%;
        /* height: 100vh; */
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        padding-top: 100px;
        height: auto;
        float: left;
        bottom: 0;
        overflow-x: scroll;
    } 
    .bloco.borda{
        border-bottom: 1px solid #FFFFFF;
        border-right: transparent;
    }
    .bloco{
        width: 100%;
        padding: 25px 0;
        height: 250px;

    }
    .txt{
        display: block;
        width: 100%;
        font-size: 20px;
        font-family: 'Gilroy-Light';
        color: #FFFFFF;
        text-align: center;
        margin: 30px 0;
    }

    footer{
        position: relative;
        background: #006060;
    }

}

@media screen AND (max-height:600px){

.bloco{
        width: 50%;
        float: left;
        min-height: 250px;
        border: solid 1px transparent;
        box-sizing: border-box;
        text-align: center;
        padding: 20px 0;
    }
    .txt{
        display: block;
        width: 100%;
        font-size: 25px;
        font-family: 'Gilroy-Light';
        color: #FFFFFF;
        text-align: center;
        margin: 24px 0;
    }

    .bloco img{
        display: inline-block;
        height:  90px;
    }


    .bloco a{
        display: inline-block;
        font-size: 25px;
        font-family: 'Gilroy-Light';
        border: solid 2px #FFFFFF;
        text-decoration: none;
        color: #FFFFFF;
        padding: 10px 20px;
        overflow: hidden;
        margin-top: 25px;
        position: relative;
        height: 45px;
        box-sizing: border-box;
    }
    .bloco a span{
        z-index: 2;
        position: relative;
        top: 0;
    }
    .bloco a::before{
        content: "";
        background: #eb7a00;
        height: 45px;
        position: absolute;
        top: -110%;
        left: 0;
        /* bottom: 0; */
        left:0;
        width: 100%;
        /* height: 50px; */
        display: block;
        z-index: 1px;
        transition: 0.3s ease-in;
    }
    .bloco a:hover::before{
        top: 0;
        
    }

}