@font-face {
    font-family: Roboto-bold;
    src: url(../fonts/roboto/Roboto-Bold.ttf);
}
@font-face {
    font-family: Roboto-regular;
    src: url(../fonts/roboto/Roboto-Regular.ttf);
}
@font-face {
    font-family: Roboto-black;
    src: url(../fonts/roboto/Roboto-Black.ttf);
}
video {
    width: 100%;
    height: 100%;
}
video[poster]{
    height:100%;
    width:100%;
    object-fit: cover;
}
.ml-10{
    margin-left: 10px;
}
.btn-yellow i {
    font-size: 30px;
}
.w-100{
    width: 100%;
}
.nav-link {
    color: #fff;
    font-family: 'Roboto-regular';
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}
.nav-item a:hover {
    color: #fff;
}
.navbar{
    margin-bottom: 200px;
}
.navbar-toggler i{
    font-size: 35px;
    color: #fff;
}
@media (max-width: 992px){
    .navbar-expand-lg .navbar-collapse {
        text-align: center;
        background-color: #fff;
        color: #000;
    }

    .navbar-expand-lg .navbar-collapse  li a{
        color: #000;
    }
}

#what-we-do h1 {
    font-family: Roboto-black;
    font-size: 95px;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
}

#what-we-do h1 span{
    color: #f0ce29;
}

#what-we-do .d-flex div{
    margin: 0 0 0 auto;
}
#what-we-do h5{
    color:#fff;
    line-height: 30px;
}

#what-we-do{
    background-image: url('../images/what-we-do-back.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;  
    padding: 340px 0;
    background-attachment: fixed;
}
#header{
    padding-bottom: 180px;
    background-image: url('../images/back-header.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
#header h1{
    font-family: Roboto-bold;
    font-size: 200px;
    color: #fff;
    margin-top: 5px;
    line-height: 100px;
}
#header .div-center{
    margin-bottom: 150px;
}
#header h2{
    color: #f0ce29;
    font-size: 40px;
    margin-left: 8px;
    line-height: 5px;
}
#header h6{
    font-family: Roboto-bold;
    font-size: 100px;
    color: #fff;
    margin-bottom: 5px;
    margin-left: 5px;
}
.div-center{
    display: block;
    margin: 0 auto;
}
.buttons-header{
    margin-top: 60px;
}
.btn-header{
    font-family: Roboto-black;
    font-size: 20px;
    padding: 40px 60px;
    color:#000;
    text-decoration: none;
    margin-right: 20px;
    width: 100%;
}
.btn-header:hover{
    color: #000;
}
.btn-white{
    background-color: #fff;
}
.btn-yellow{
    background-color: #f0ce29;
}

#video-one .block-one, #video-one .block-two{
    width: 50%;
    position: relative;
    display: block
}

#video-one{
    display: flex;
    height: 700px;
}
#video-one .block-one{
    padding: 55px 230px 100px 35px;
    background-image: url('../images/back-bloco-21.png');
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 55%;
}
#video-one .block-one p{
    font-family: Roboto-regular;
    font-size: 20px;
    line-height: 30px;
}
#video-one .block-one h1{
    font-family: Roboto-black;
    font-size: 65px;
    color: #000;
    text-transform: uppercase;
}
#video-one .block-one h1 span{
    color: #f0ce29;
}
#video-one .block-two{
    position: relative;

}
#video-one .block-two img{
    object-fit: cover;
    height: 100%;
}
#mosaic-internal .col-md-4{
    padding: 0;
    position: relative;
    overflow: hidden;
}

#mosaic-internal .w-100{
    height: 100%;
    object-fit: cover;
}

#mosaic-internal a {
    padding: 15px 20px;
    background-color: #fff;
    color: #000;
    position: absolute;
    bottom: 30px;
    right: 35px;
}

#mosaic-internal img{
    -webkit-transition: -webkit-transform .5s ease;
   transition: transform .5s ease;
}

#mosaic-internal .col-md-4:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
 }

#vertex{
    background-color: #f0ce29;
    padding: 90px 0;
}
#vertex h1{
    font-family: Roboto-black;
    font-size: 120px;
    text-align: left;
    margin: 0;
}
#vertex h1 span{
    color: #fff;
}
#vertex h6{
    font-size: 20px;
}

.hidden-desk{
    display: none;
}
.hidden-mob{
    display: block;
}
.float-right{
    float:right;
}

#contact{
    padding-top: 90px;
    background-color: #f7f7f8;
}
#contact .height-img{
    align-self: flex-end;
}
#contact h1{
    font-family: Roboto-black;
    font-size: 150px;
    color: #000;
    text-align: center;
    margin-bottom: 50px;
    line-height: 120px;
}

#contact h2{
    font-family: Roboto-black;
    font-size: 100px;
    color: #000;
    text-align: center;
    margin: 0;
}
#contact .input-group-text {
    padding: 10px 9px;
    font-size: 14px;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #f0ce29;
    border: unset;
    border-radius: 0.25rem;
    letter-spacing: 1px;
    font-family: Roboto-regular; 
}
#contact .form-control{
    border: unset;
    font-size: 23px;
    font-family: Roboto-regular;     
}
#contact h6{
    font-family: Roboto-regular;
    font-size: 22px;
    color: #222222;
    line-height: 40px;
}
.btn-send{
    padding: 10px 9px;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: Roboto-regular; 
}

.p-custom-input-1{
    padding: 10px 20px !important;
}

footer{
    background-color: #292928;
    padding: 80px 0px 10px 0px;
    color: #fff;
    font-size: 12px;
    font-family: Roboto-regular;
}

footer a{
    text-decoration: none;
    color: #aeadb3;
    font-size: 15px;
    font-family: Roboto-regular;
}

footer a:hover{
    color: #f0ce29;
}

footer h3{
    font-size: 15px;
}

footer h4{
    font-size: 17px;
    font-family: Roboto-regular;
    color: #aeadb3;
}

.mt-60{
    margin-top: 60px;
}
.icons-social{
    background-color: #fff;
    padding: 13px 15px;
    border-radius: 40px;
    color: #292928;
    margin-right: 10px;
}
.p-custom-icon{
    padding: 13px 18px;
}
.border-right{
    border-right: 2px solid #aeadb3;
}
.border-left{
    border-left: 2px solid #aeadb3;
}
.pl-40{
    padding-left: 40px;
}
.text-right{
    text-align: right;
}
.title-intern{
    font-family: Roboto-Black;
    letter-spacing: 3px;
    color: #000;
    font-size: 22px;
}
.img-interna{
    height: 100%;
    object-fit: cover;
}
.card-intern h1{
    font-size: 180px;
    font-family: 'Roboto-black';
    letter-spacing: 22px;
}
.card-intern{
    text-align: center;
    background: #f0ce29;
    padding: 12px 0;
}
.element-center{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.element-center p{
    font-family: Roboto-Regular;
    font-size: 18px;
    color: #fff;
}
.vertical-align-text{
    display: grid;
	align-items: center;
}
.div-whats{
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #f0ce29;
    color: #000;
    padding: 30px 80px; 
}
.div-whats a{
    text-decoration: none;
    color: #000;
    font-family: Roboto-Bold; 
    text-transform: uppercase;
    font-size: 22px;
}
.div-whats i{
    font-size: 30px;
}
.relative{
    position: relative;
}
@media screen and (max-width: 850px) {

    .div-whats {
        width: 100%;
        text-align: center;
        padding: 15px 80px;
    }
    
    .card-intern h1 {
        font-size: 60px;
        letter-spacing: 7px;
    }

    .card-intern h1 br{
        display: none;
    }

    .element-center {
        top: 45%;
    }

    #vertex h1{
        text-align:center;
        font-size: 50px;
    }

    .hidden-mob{
        display: none;
    }

    .hidden-desk{
        display: block;
    }

    #header h6 {
        font-size: 40px;
    }

    #header h1 {
        font-size: 60px;
        line-height: 40px;
    }

    #video-one .block-one p {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 150px;
    }

    #video-one {
        display: block;
        height: auto;
        width: 100%;
        position: relative;
    }
    
    #video-one .block-one,#video-one .block-two {
        width: 100%;
    }

    #video-one .block-one h1{
        font-size: 40px;
    }

    #video-one .block-one{
        padding: 20px 100px 20px 20px;
        background-size: 60%;
    }

    .btn-header {
        margin-right: unset;
        display: block;
        margin-top: 50px;
        padding: 30px 50px;
    }

    #vertex h1 br{
        display: none;
    }

    #contact h1 {
        font-size: 60px;
    }

    footer{
        margin-top: 20px;
    }

    footer .pl-40{
        padding-left: 15px;
    }

    footer .border-right{
        border-right: unset;
    }

    footer .text-right{
        text-align: center;
    }

    .element-center {
        width: 100%;
        margin-top: 50px;
    }

    #contact h2 {
        font-size: 55px;
    }

    #contact h1 {
        line-height: 65px;
    }

    #what-we-do h1 {
        font-size: 76px;
        text-align: left;
    }

    #what-we-do {
        padding: 140px 0;
    }

    #what-we-do .d-flex div {
        margin:unset; 
    }

    #header h2 {
        line-height: 55px;
    }

    .navbar {
        margin-bottom: 65px;
    }

    #header {
        padding-bottom: 80px;
        background-size: cover;
        background-position: top right;
    }
}

@media screen and (max-width: 550px){
    #video-one .block-one{
        padding: 15px;
    }

    #what-we-do {
        padding: 140px 0;
        background-image: url('../images/what-we-do-back-mobile.png');
        background-size: unset;
    }

    #what-we-do .d-flex div {
        margin:unset; 
    }

    #header h2 {
        line-height: 55px;
    }

    .navbar {
        margin-bottom: 65px;
    }

    #header {
        padding-bottom: 80px;
        background-image: url('../images/back-header-home.jpg');
        background-size: unset;
    }

    #header h2 {
        margin-left: 5px;
        line-height: 42px;
    }

    #contact h2 {
        font-family: Roboto-black;
        font-size: 50px;
        color: #000;
        text-align: center;
        margin: 0;
    }
    
    #what-we-do h1 {
        font-size: 55px;
    }

    #what-we-do {
        padding: 10px 0;
        margin-top: -10px;
        background-attachment: unset;
    }

    #contact h1 {
        line-height: 60px;
    }
    .element-center {
        width: 100%;
        margin-top: 150px;
    }

    .card-intern h1 {
        font-size: 60px;
        letter-spacing: 7px;
    }

    .div-whats {
        width: 100%;
        text-align: center;
        padding: 15px 80px;
    }

    #text{
        margin: 40px 0;
    }

    .title-intern {
        font-size: 17px;
    }
    .geral-intern .p-5{
        padding: 1rem !important;
    }

    .card-intern h1 br{
        display: none;
    }

    .element-center {
        top: 30%;
    }
}

@media (min-width: 851px) and (max-width: 1300px) {
    
    .element-center {
        width: max-content;
    }
    
    #video-one .block-one h1 {
        font-size: 40px;
    }

    #video-one .block-one {
        padding: 30px 150px 80px 20px;
        background-size: 45%;
    }
}
