:root{
    --red:#f7030b;
    --blue:#3f4191;
    --gray:#1d1d1d;

    --titulo:30px;
    --texto:16px;
}

*{
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth;
}

.first-block p, .second-block p, .third-block p, .fourth-block p, .fifth-block p{
    text-align: justify;
}

.divider{
    height: 170px;
}

.float-wpp{
    width: 75px;
    height: 75px;
    border-radius: 100%;

    position: fixed;
    bottom: 0;
    right: 0;

    margin: 20px;

    background-color: #31ce23;

    display: flex;
    justify-content: center;
    align-items: center;

    box-shadow: 0px 0px 25px 0px #1c9611;
}

.navbar-toggler{
    border: none;
}

.nav-item .nav-link{
    font-size: var(--texto);
    color: var(--gray);
    font-weight:bold;
}

.nav-item .active{
    color: var(--red)!important;
    font-weight: 900;
}

@media only screen and (max-width: 900px) {
    #navdesk{
        display: none!important;
    }
    
    #navMobile{
        display:block!important;
    }
}

#navdesk{
    display: block;
}

#navMobile{
    display:none;
}


.first-block{
    height: 100vh;
    background-image: url('../img/headerCover.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.first-block .title{
    font-size: var(--titulo);
    color: var(--gray);
    font-weight: bold;
    line-height: 32px;
}

.first-block .title span{
    font-size: 70px;
    color: var(--red);
    font-weight: bold;
    line-height: 0px;
}

.first-block p{
    font-size: var(--texto);
    color: var(--gray);
}

.first-block .glass{
    width: 100%;
    margin-top: 1rem;
    border-radius: 16px;
    /*padding: 20px 24px;*/
    background-color: #ffffff25;
    backdrop-filter: blur(3px);
}

.first-block .glass form input{
    border: 1px solid var(--blue);
    border-radius:6px;
    padding: 10px 20px;
}

.first-block .glass form a{
    background-color: var(--blue);
    border:none;
    color: #fff;
    border-radius:25px;
    padding: 10px 30px;
    margin: 10px 0px;
}

.first-block .glass form a:hover{
    background-color: var(--blue);
    box-shadow: 0px 0px 25px 0px var(--blue);
    border:none;
    color: #fff;
    border-radius:25px;
    padding: 10px 30px;
    margin: 10px 0px;
}


.big-number{
    font-size: 32px;
    font-weight: bolder;
}

.big-number span{
    color: var(--red);
}


.flip-title{
    rotate: -90deg;
}

.second-block{
    height: 100vh;
}

.second-block .title{
    font-size: var(--titulo);
    color: var(--gray);
    font-weight: bold;
    line-height: 32px;
}

.second-block .title span{
    font-size: 70px;
    color: var(--red);
    font-weight: bold;
    line-height: 0px;
}









.third-block{
    height: 100vh;
}

.third-block .title{
    font-size: var(--titulo);
    color: var(--gray);
    font-weight: bold;
    line-height: 32px;
}

.third-block .title span{
    font-size: 70px;
    color: var(--red);
    font-weight: bold;
    line-height: 0px;
}


.fourth-block{
    height: 600px;
}

.fourth-block .title{
    font-size: var(--titulo);
    color: var(--gray);
    font-weight: bold;
    line-height: 32px;
}

.fourth-block .title span{
    color: var(--red);
    font-weight: bold;
    margin-left: 5px;
}



.fifth-block{
    height: 600px;
}

.fifth-block{
    margin-top:150px;
}

.fifth-block .title{
    font-size: var(--titulo);
    color: var(--gray);
    font-weight: bold;
    line-height: 32px;
}

.fifth-block .title span{
    color: var(--red);
    font-weight: bold;
    font-size: 70px;
    margin-left: 5px;
}

.form-control{
    width:400px;
}

.fifth-block form input{
    border: 1px solid var(--blue);
    border-radius:6px;
    padding: 10px 20px;
}

.fifth-block .btn-contact{
    background-color: var(--blue);
    border:none;
    color: #fff;
    border-radius:25px;
    padding: 10px 30px;
    margin: 10px 0px;
}

.fifth-block .btn-contact:hover{
    background-color: var(--blue);
    box-shadow: 0px 0px 25px 0px var(--blue);
    border:none;
    color: #fff;
    border-radius:25px;
    padding: 10px 30px;
    margin: 10px 0px;
}



footer{
    width: 100%;
    height: 350px;
    background: rgba(24,22,35,1);
  }

  .over-footer {
    width: 100%;
    height: 100px;
    background: var(--blue);
  }




.first-block img,.second-block img,.third-block img,.fourth-block img,.fifth-block img{
    border-radius: 16px;
}




  @media only screen and (max-width: 1000px) {
    .first-block .title{
        margin-top: 7rem;
    }

    .first-block form input{
        margin-top: 1rem;
    }

    .second-block,.third-block,.fourth-block,.fifth-block{
        height: auto;
    }

    .first-block img,.second-block img,.third-block img,.fourth-block img,.fifth-block img{
        padding: 1rem;
        width: 100%;
    }

    /*.first-block,.second-block,.third-block,.fourth-block,.fifth-block{
        margin-top: 5rem;
    }*/

    .fifth-block form{
        width: 100%;
        margin-bottom: 50px;
    }
    .fifth-block form input{
        width: 100%;
    }

    .fifth-block img{
        padding: 40px;
    }

    footer{
        font-size: 14px;
    }
    .over-footer{
        text-align: center;
    }
  }
 