body {
    font-family: 'Roboto' !important;
    margin: 0;
}

#termo-de-cookie {
    z-index: 999;
    width: 350px;
    min-height: 20px;
    box-sizing: border-box;
    padding: 30px 30px 30px 30px;
    background: #232323;
    overflow: hidden;
    position: fixed;
    bottom: 30px;
    left: 30px;
    display: none
}

#termo-de-cookie .cookieTitle a {
    color: #fff !important;
    font-size: 22px;
    line-height: 20px;
    display: block
}

#termo-de-cookie .cookieDesc p {
    margin: 0;
    padding: 0;
    color: #fff !important;
    font-size: 13px;
    line-height: 20px;
    display: block;
    margin-top: 10px
}

#termo-de-cookie .cookieDesc a {
    color: #fff !important;
    text-decoration: underline
}

#termo-de-cookie .aceitecookie {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-top: 14px;
    background: #000;
    box-sizing: border-box;
    padding: 15px 24px;
    text-align: center;
    transition: background .3s
}

#termo-de-cookie .aceitecookie:hover {
    cursor: pointer;
    background: white;
    color: #000;
}

.bg-home {
    width: 100%;
    background-size: cover;
    min-height: 800px;
    content: '';
    background-position: center;
}

.webp .bg-home {
    background-image: url(../img/bg-home.png)
}

.no-webp .bg-home {
    background-image: url(../img/bg-home.png)
}

.navbar-nav {
    gap: 35px;
}

header {
    padding-top: 40px
}

.nav-link {
    color: #000 !important;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
}

.nav-link:hover {
    color: #666 !important
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        align-items: center;
        justify-content: space-between;
    }
    .logo-header {
        max-width: 85% !important;
    }
}

@media (max-width: 992px) {
    div#navbarSupportedContent {
        padding: 40px 0px;
        text-align: center;
        background-color: white;
        position: absolute;
        top: 90px;
        width: 100%;
        z-index: 99999;
        background-color: white !important;
    }
    .redes-sociais {
        margin-top: 25px;
        justify-content: center;
    }
    .navbar-nav {
        gap: 25px !important;
    }
    .bg-home {
        background-image: url(../img/bg-home-mobile.svg) !important;
        height: 1100px;
        background-position: bottom;
    }
    #chamadaContato {
        background-image: url(../img/bg-contato-mob.svg) !important
    }
    .icons-redes {
        color: #000 !important;
    }
    h1#mob {
        font-size: 45px !important;
    }
    h2#mob {
        font-size: 30px !important;
    }
    h3#mob {
        font-size: 20px !important;
    }
    h4#mob {
        font-size: 20px !important;
    }
    p#mob {
        font-size: 16px !important;
    }
    .cont-copyright article {
        margin-bottom: 15px;
    }
    form {
        margin-top: 20px;
    }
    .chamadaContato p {
        color: #000 !important;
    }
}

@media (min-width: 768px) {
    article.col-md-4.servicos {
        width: 31.5% !important;
    }
    /*article.col-md-3.servicos2 {
        width: 23.5% !important;
    }*/
    #servicos,
    #servicos2 {
        gap: 24px;
    }
    button.btn-linhas.col-md-4 {
        width: 32% !important;
    }
}

.icons-redes {
    color: white;
}

.redes-sociais {
    gap: 10px;
}

h1 {
    color: #000 !important;
    font-size: 65px !important;
    font-weight: 900 !important;
    line-height: 121.1% !important;
}

h2 {
    color: #000 !important;
    font-size: 45px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 121.1% !important;
}

h3 {
    color: #000 !important;
    font-size: 25px !important;
    font-style: normal !important;
    font-weight: 900 !important;
    line-height: 121.1% !important;
    letter-spacing: 6.25px !important;
}

h4 {
    color: #666;
    text-align: center !important;
    font-size: 22px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 121.1% !important;
}

p {
    color: #666 !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 150% !important;
}

#header {
    background-color: white;
    padding-bottom: 40px;
}

#header .icons-redes {
    color: #000 !important;
}

#quem-somos,
#servicos,
#servicos2 {
    padding-top: 90px;
}

#servicos3 {
    padding-bottom: 85px;
}

.servicos {
    margin-top: 40px !important;
    padding: 28px !important;
    background: #FFF;
    box-shadow: 6px 4px 25px 0px rgba(0, 0, 0, 0.20);
    height: 500px;
}

.servicos h2 {
    color: #000;
    font-size: 30px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 121.1% !important;
    letter-spacing: 7.5px !important;
    margin-top: 25px !important;
    margin-bottom: 15px !important;
}

#quem-somos img {
    margin-bottom: 30px;
}

#chamadaContato {
    width: 100%;
    background-size: cover;
    min-height: 565px;
    background-position: right;
    background-image: url(../img/bg-contato.svg);
    display: flex;
    align-items: center;
    margin-top: 100px;
}

.btn-contato1 {
    display: block;
    background-color: #000;
    color: white;
    text-decoration: none;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    border-radius: 7px;
    padding: 12px 24px;
    width: 250px;
    height: 55px;
}

.btn-contato1:hover {
    background-color: #666;
    color: white !important;
    text-decoration: none !important;
}

.servicos2 {
    margin-bottom: 40px !important;
}

.line {
    width: 105px;
    height: 5px;
    background-color: white;
}

.text-white {
    color: white !important;
}

#contato {
    background-color: #000;
    padding-top: 85px;
    padding-bottom: 85px;
}

.txt-contato1 {
    color: #FFF !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 150% !important;
    opacity: 0.6 !important;
}

.txt-contato2 {
    color: #FFF !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 150% !important;
    text-decoration: none !important;
}

#input-forms {
    background: rgba(255, 255, 255, 0.10);
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 15px 19px;
    gap: 10px;
    color: #fff;
    width: 100%;
    height: 100%;
    border: none
}

form {
    border: 1px solid var(--Azul-marinho, #0F1B26);
    background: rgba(255, 255, 255, 0.10);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 32px;
    gap: 8px;
    width: 100%;
    height: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
}

.btn-forms {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 15px 153px;
    gap: 10px;
    width: 100%;
    height: 49px;
    background: #BCBCBC;
    border-radius: 4px;
    color: #0a0909;
    border: none;
    justify-content: center;
    cursor: pointer
}

.btn-forms:hover {
    border: 1px solid #BCBCBC;
    color: #BCBCBC;
    background-color: transparent
}

.copyright {
    background-color: #ffffff
}

.txt-copyright {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #666666
}

a .txt-copyright {
    color: #000;
    text-decoration: underline
}

.cont-copyright {
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
    flex-direction: row;
    align-items: center
}

.contato-email a {
    text-decoration: none;
    color: white;
}

.contato-email a:hover {
    color: white;
}

.contato-email {
    gap: 0.5rem !important
}

h3 .title-contato {
    font-size: 35px;
    color: white;
    line-height: 150%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.btn-linhas {
    background-color: #000;
    border: none;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    border-radius: 7px;
    padding: 12px 24px;
    color: White;
    margin-bottom: 30px;
}