/*Geral*/
body {
    font-family: 'Inter', sans-serif;
}

h1, h2, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
}

.btn {
    font-weight: 700;
}

.btn-danger {
    background-color: #FF6600;
    border-color: #FF6600;
}

.btn-danger:hover {
    background-color: #ff822f;
    border-color: #ff822f;
}

.btn-danger:active {
    background-color: #c54326 !important;
    border-color: #c54326 !important;
}

.h-mobile {
    display: none !important;
}

.h-desktop {
    display: block !important;
}

@media (min-width:768px) {
    .h-mobile {
        display: block !important;
    }

    .h-desktop {
        display: none !important;
    }
}

.d-block {
    display: block !important;
}

.mt-80 {
    margin-top: 80px;
}

/*Header*/
.navbar {
    background-color: #170958;
}

.navbar-brand {
    padding: 15px 0;
}

.navbar-brand img {
    display: block;
    width: 140px;
}

@media(min-width:768px) {
    .navbar-brand img {
        width: 180px;
    }
}

.nav,
.nav-item {
    width: 100%;
    text-align: center;
    margin: 10px 0;
}

.nav-item a {
    color: #fff;
    font-size: 14px;
}

.nav-item a:hover {
    transition: all linear 0.25s;
    color: #ff6600;
}

@media(min-width:768px) {
    .nav-item {
        width: auto;
    }

    .nav-item .btn {
        margin-left: 20px;
    }
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active {
    border: 0;
    box-shadow: 0 0 0;
}

/*CTA Home*/
.bg-home {
    background: url("../img/bg-desktop.webp") #0d3b66 center bottom no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    margin-top: 74px;
}

@media (min-width: 768px) {
    .bg-home {
        background: url("../img/bg-desktop.webp") #0d3b66 center bottom no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        margin-top: 80px;
    }
}

.cta-home {
    width: 300px;
    margin: 0 auto;
    color: #fff;
    padding: 30px 0;
}

.cta-home .title {
    display: block;
    font-size: 40px;
    line-height: 50px;
    font-family: 'Barlow Condensed', sans-serif;
}

.cta-home .text {
    display: block;
    font-size: 14px;
    margin: 20px 0;
}

.cta-home .btn-lg {
    padding: 15px 25px;
    font-size: 14px;
}

@media(min-width:420px) {
    .cta-home {
        padding: 30px 0 70px;
    }
}

@media(min-width:768px) {
    .cta-home {
        padding: 140px 0 190px;
        width: 420px;
        text-align: left;
        margin: 0;
    }

    .cta-home .title {
        font-size: 40px;
    }
}

.cta-home-img {
    display: block;
    width: 100%;
}

@media(min-width:768px) {
    .cta-home-img {
        margin-top: 65px;
    }
}

.produtos {
    background: url("../img/bg-produtos-mobile.png") center center no-repeat;
    background-size: cover;
    padding: 80px 0;
}

@media (min-width:768px) {
    .produtos {
        background: url("../img/bg-produtos.png") center center no-repeat;
        background-size: cover;
        padding: 150px 0;
    }
}

.box-text {
    margin-bottom: 30px;
}

.box-text .title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 38px;
    line-height: 42px;
    color: #140943;
    margin-bottom: 15px;
}

.box-text .text {
    font-size: 16px;
    color: #444444;
}

.img-produto {
    display: block;
    width: 100%;
    margin: 5px 0;
}

.bg-laranja {
    background: url("../img/bg-ideia-mobile.png") #FF6600 center center;
    background-size: cover;
    padding: 80px 0;
}

@media (min-width:768px) {
    .bg-laranja {
        background: url("../img/bg-ideia-desktop.png") #FF6600 center center;
        padding: 0;
    }
}

.bg-azul {
    background: url("../img/bg-ideia-mobile-azul.png") #140943 center center;
    background-size: cover;
    padding: 80px 0;
}

@media (min-width:768px) {
    .bg-azul {
        background: url("../img/bg-ideia-desktop-azul.png") #140943 center center;
        padding: 0;
    }
}

.form-text {
    color: #fff;
}

.form-text .title {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 40px;
    line-height: 45px;
    margin: 10px 0;
}

@media (min-width:768px) {
    .form-text {
        max-width: 400px;
        padding-top: 100px;
    }
}

.box-form {
    padding: 40px 30px;
}

.bg-laranja .box-form {
    background-color: #140943;
    color: #fff;
}

.bg-azul .box-form {
    background-color: #ff6600;
    color: #140943;
}

.bg-azul .box-form .btn {
    background-color: #140943;
}

.bg-azul .box-form .btn:hover {
    background-color: #21106d;
}

.title-form {
    font-weight: 900;
    font-size: 19px;
    margin-bottom: 15px;
}

.box-form {
    margin-top: 20px;
}

.box-form label {
    font-weight: 600;
}

.box-form .btn {
    font-size: 14px;
    padding: 15px !important;
    width: 100%;
}

@media (min-width:768px) {
    .box-form {
        padding: 100px 60px;
        margin-top: 0;
    }
}

.sobre {
    background: url("../img/bg-sobre-mobile.png") #0d3b66 center center no-repeat;
    background-size: cover;
    padding: 50px 0 550px;
    background-blend-mode: multiply;
    color: #fff;
}

.sobre .title {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 35px;
    line-height: 40px;
}

.box-team {
    background-color: #ff663338;
    border: 1px solid #ff66336b;
    padding: 10px;
    border-radius: 6px;
    margin-top: 15px;
    overflow: hidden;
}

.box-team img {
    display: block;
    float: left;
    width: 50px;
}

.box-team span {
    display: block;
    float: left;
}

@media (min-width:768px) {
    .sobre {
        background: url("../img/bg-sobre-desktop.png") #0d3b66 center center no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        padding: 100px 0 400px;
    }

    .box-team span {
        margin-left: 10px;
    }
}

/*Footer*/
.footer {
    background-color: #140943;
    padding: 20px 0;
}

.logo-footer {
    display: block;
    width: 170px;
    margin: 0 auto;
}

.menu-footer {
    margin: 15px 0;
}

.menu-footer a {
    display: block;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding-top: 8px;
}

.menu-footer-btn {
    text-align: center;
    padding-top: 15px;
}

@media (min-width:768px) {
    .logo-footer {
        margin-top: 17px;
    }

    .menu-footer a {
        margin: 0;
    }

    .menu-footer-btn {
        text-align: right;
        padding: 0;
    }
}

.box-copy-contact {
    background: #0c062c;
    padding: 20px 0;
    text-align: center;
}

.contatos-footer {
    font-size: 13px;
    color: #AEAEAE;
    margin-bottom: 5px;
}

.copy {
    font-size: 11px;
    color: #8D8D8D;
}

.btn-whatsapp {
    background-color: #1EBE59; /* Verde WhatsApp adaptado */
    border-color: #1EBE59;
    color: #fff;
    font-weight: 700;
    border-radius: 6px;
}

.btn-whatsapp:hover {
    background-color: #159e49;
    border-color: #159e49;
}

.btn-whatsapp:active {
    background-color: #0f7a38 !important;
    border-color: #0f7a38 !important;
}