html {
    scroll-behavior: smooth;
}

#inicio, #o-que-fazemos, #beneficios, #clientes, #contato, #time {
    scroll-margin: 70px;
}

/** Backgrounds **/

.bg-transparent{
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none !important;
}

.bg-transparent.scrolled {
    background-image: url('/assets/backgrounds/nav.png');
    transition: background-color 200ms linear;
    background-size: cover;
  }

.bg-roxo{
    background-color: #1B044B;
}

/** Backgrounds **/

/** Borders **/
.border-pink{
    border: 1px #ED809E solid;
}

.border-roxo{
    border: 1px #1B044B solid;
}
/** Borders **/

.ff-nunito-sans-700{
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
}

/** Navbar **/

.nav-log{
    width: 105px;
    height: 48px;
    margin-left: 24px;
    margin-top: 21px;
}

.nav-link-custom{
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 800;
    font-size: 18px;
    line-height: 25px;
    color: #1B044B;
    margin-right: 35px;
}

.nav-link-custom:hover{
    color: #0A1AA4;
}

.nav-link-contato{
    background: #1361EC;
    border-radius: 24px;
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px 20px;
    gap: 10px;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    width: 104px;
    height: 40px;
}

.nav-link-contato:hover{
    background-color: #1452C1;
    color: #FDFDFD;
}

/** Navbar **/

body{
    overflow-x: hidden;
}

/** Hero **/

.hero{
    margin-top: 5%;
    margin-bottom: 5%;
}

.hero-background{
    position: relative;
    background-image: url('/assets/backgrounds/header.png');
}

.hero-subtitle{
    font-family: 'Nunito Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    display: flex;
    align-items: center;
    color: #1B044B;
    margin-left: 24px;
    margin-top: 84px;
}

.hero-title{
    font-family: 'The Bold Font', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    display: flex;
    align-items: center;
    letter-spacing: 0.04em;
    color: #1B044B;
    margin-left: 24px;
    margin-top: 15px;
}

.hero-description{
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    color: #1B044B;
    margin-left: 24px;
    margin-top: 30px;
}

.hero-btn{
    background: #1B044B;
    border-radius: 24px;
    margin-left: 24px;
    margin-top: 15px;
    color: white;
    padding: 4px 20px;
    gap: 10px;
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
}

.hero-btn:hover{
    background-color: #3D0A92;
    color: #FDFDFD;
}

.hero-image{
    width: 612px;
    height: 369px;
    margin-left: -200px;
    margin-top: 38px;
}

/** Hero **/

/** O que fazemos **/

.oqf-title{
    font-family: 'The Bold Font';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    background: -webkit-linear-gradient(104.3deg, rgba(27, 4, 75, 0.78) 9.8%, rgba(19, 97, 236, 0.92) 12.82%, rgba(237, 128, 158, 0.85) 49.89%, rgba(255, 206, 0, 0.85) 62.52%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;  
}

.oqf-descritption{
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
}

.item-oqf-description{
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
}

/** O que fazemos **/

/** Beneficios **/
.beneficios{
    position: absolute;
    margin-top: 400px;
    background-color: #fff;
}

.beneficios-title{
    font-family: 'The Bold Font';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    color: #1B044B;
}

.beneficios-descritption{
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000;
}

.beneficios-item{
    min-height: 180px;
}

.title-item-beneficios{
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;  
}

.description-item-beneficios{
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #1B044B;
}

/** Beneficios **/

/** Clientes **/

.clientes-background{
    background-image: url('/assets/backgrounds/clientes.png');
    background-repeat: no-repeat;
}
.clientes-title{
    font-family: 'The Bold Font';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    color: #1B044B;
}

.clientes-descritption{
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000;
}

.cliente-item-title{
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #1B044B;
}

.m-link{
    color: #1361EC;
}

.m-link:hover{
    color: #0C96FA;
}

/** Clientes **/

/** Decolar **/

.decolar-title{
    font-family: 'The Bold Font';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    background:  linear-gradient(110.37deg, rgba(27, 4, 75, 0.78) -18.12%, rgba(19, 97, 236, 0.92) -18.11%, rgba(237, 128, 158, 0.85) 46.65%, rgba(255, 206, 0, 0.85) 67.05%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.decolar-description{
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #fff;
}

.decolar-btn{
    align-items: center;
    padding: 4px 20px;
    gap: 10px;
    background: #FDFDFD;
    border: 1px solid #1B044B;
    border-radius: 24px;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
}

.decolar-btn:hover{
    background: #3D0A92;
    color: #FDFDFD;
    border: 1px solid #1B044B;
}

/** Decolar **/

/** Contato **/
.contato-title{
    font-family: 'The Bold Font';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 0.04em;
    color: #1B044B;
}

.img-contato{
    width: 350px;
}

.btn-contato{
    align-items: center;
    padding: 4px 20px;
    gap: 10px;
    background: #1B044B;
    border-radius: 24px;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
}

.btn-contato:hover{
    background: #3D0A92;
    color: #FDFDFD;
    border: 1px solid #1B044B;
}

/** Contato **/

/** Clientes **/

.sobre-background{
    background-image: url('/assets/backgrounds/footer.png');
    background-size: cover;
}

.sobre-title{
    font-family: 'The Bold Font';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    color: #000;
}

.sobre-nos-description{
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;

    color: #000000;

}

.sobre-nos{
    margin-top: -800px;
}

.sobre-item{
    background: rgba(255, 255, 255, 0.48);
    border-radius: 8px;
}

.img-sobre{
    margin-top: -70px;
}

.sobre-item-title{
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #000;
}

.sobre-item-subtitle{
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #000;
}

.sobre-item-description{
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #1B044B;
}

.linkedin-lucas{
    margin-top: 65px;
}

/** Footer **/

.footer{
    margin-top: -160px !important;
}

.footer-item{
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    text-decoration: none;
}

.footer-item:hover{
    color: #3D0A92;
}

.copy-right{
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000;
}

.whatsapp {
    position: fixed;
    top: 85%;
    right: 1%;
    padding: 10px;
    z-index: 10000000;
    width: 70px;
}

.case-title{
    font-family: 'The Bold Font', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    align-items: center;
    letter-spacing: 0.04em;
    color: #1B044B;
    margin-top: 125px;
    margin-bottom: 70px;
}

.container-icone-clientes{
    margin-top: -180px;
    margin-bottom: 120px;
    position: relative;
}

.bg-rosa{
    background-color: #ED809E;
}

.bg-cinza-transparent{
    background: rgba(255, 255, 255, 0.65);
    margin-bottom: -20px;
}

.img-pc-gravida{
    width: 150%;
    margin-left: -40%;
    margin-top: -10%;
}

.img-phone-gravida{
    margin-top: 60px;
    margin-bottom: 60px;
    width: 70%;
}

.beneficios-item-cases{
    min-height: 130px;
}

.bruna-container{
    height: 421px;
}

.case-title-bruna{
    font-family: 'The Bold Font', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    align-items: center;
    letter-spacing: 0.04em;
    color: #1B044B;
    margin-top: 60px;
    margin-bottom: 70px;
}

.img-computador-celular-bruna{
    margin-top: -270px;
}

.footer-cases{
    background-image: url('/assets/backgrounds/footer-cases.png');
    background-size: cover;
}


@media (max-width: 595px){

    .bg-collapse{
        background-color: #fff;
        padding: 5%;
        border-radius: 5%;
    }

    .hero{
        margin-top: 20%;
        margin-bottom: 20%;
    }

    .hero-background{
        background-image: url('/assets/backgrounds/header_mobile.png');
        background-size: cover;
        background-repeat: no-repeat;
    }

    .hero-subtitle{
        font-size: 20px;
        line-height: 27px;
        margin-left: 0px;
        margin-top: 45px;
    }
    
    .hero-title{
        font-size: 20px;
        line-height: 20px;
        margin-left: 0px;
    }
    
    .hero-description{
        font-size: 20px;
        line-height: 27px;
        margin-left: 0px;
    }

    .hero-btn{
        margin-bottom: 20px;
        margin-left: 0px;
    }

    .oqf-title{
        font-size: 18px;
        line-height: 18px;
        background: -webkit-linear-gradient(108.21deg, rgba(27, 4, 75, 0.78) -1.2%, rgba(19, 97, 236, 0.92) 2.62%, rgba(237, 128, 158, 0.85) 49.57%, rgba(255, 206, 0, 0.85) 65.57%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        margin-left: 0px; 
    }

    .oqf-descritption{
        margin-left: 0px;
    }

    .beneficios-title{
        font-size: 18px;
        line-height: 18px;
    }

    .beneficios-collapse{
        min-height: 60px;
    }

    .clientes-background{
        background-image: url('/assets/backgrounds/clientes_mobile.png');
        background-size: cover;
    }

    .clientes-list{
        overflow: scroll !important;
    }

    .cliente-item{
        width: 29% !important;
        margin-top: -30px;
    }

    .clientes{
        height: 440px;
    }

    .clientes-2{
        margin-top: -440px !important;
    }

    .clientes-title{
        font-size: 18px;
        line-height: 18px;
    }

    .decolar-title{
        font-size: 18px;
        line-height: 18px;
    }

    .decolar-description{
        font-size: 18px;
        line-height: 22px;
    }

    .contato-title{
        font-size: 20px;
        line-height: 20px;
    }

    .contato-description{
        font-family: 'Nunito Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        color: #1B044B;
    }

    .sobre-nos{
        height: 2200px;
    }

    .sobre-nos-2{
        margin-top: -2200px;
    }

    .sobre-nos-pink-2{
        
        width: 2091.56px;
        height: 400.87px;
        margin-left: -397.65px;
        margin-top: 100px;

        background: rgba(237, 128, 158, 0.9);
        filter: blur(140px);
        transform: matrix(0.98, 0.18, -0.75, 0.67, 0, 0);
    }

    .sobre-nos-blue-3{
        
        width: 2028.93px;
        height: 236.99px;
        margin-left: -560.16px;
        margin-top: 0px;

        background: rgba(19, 97, 236, 0.75);
        filter: blur(140px);
        transform: matrix(1, 0.01, -0.17, 0.98, 0, 0);
    }

    .sobre-nos-yellow-2{
        
        width: 2398.64px;
        height: 357.51px;
        margin-left: -598.5px;
        margin-top: 0px;

        background: rgba(255, 206, 0, 0.7);
        filter: blur(140px);
        transform: matrix(0.97, 0.24, -0.86, 0.51, 0, 0);
    }

    .lucas{
        margin-top: 100px !important;
    }

    .linkedin-lucas{
        margin-top: 0;
    }

    .footer{
        margin-top: -231px;
    }

    .navbar-toggler{
        border: none !important;
    }

    .img-pc-gravida{
        width: 100%;
        margin-left: 0%;
        margin-top: 0%;
    }

    .img-phone-gravida{
        margin-top: 60px;
        margin-bottom: 60px;
        width: 70%;
    }
    
}