@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");

.shadow-small {
    -o-box-shadow: 0 4px 5px 0 rgba(60, 75, 100, 0.14), 0 1px 10px 0 rgba(60, 75, 100, 0.12), 0 2px 4px -1px rgba(60, 75, 100, 0.2);
    box-shadow: 0 4px 5px 0 rgba(60, 75, 100, 0.14), 0 1px 10px 0 rgba(60, 75, 100, 0.12), 0 2px 4px -1px rgba(60, 75, 100, 0.2);
}
.shadown {
    box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
}
.shadown-sm {
    box-shadow: none;
}
@media (min-width: 576px) {
    .shadown-sm {
    box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
}
}.shadown-md {
    box-shadow: none;
}
@media (min-width: 768px) {
    .shadown-md {
    box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
}
}.shadown-lg {
    box-shadow: none;
}
@media (min-width: 992px) {
    .shadown-lg {
    box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
}
}.shadown-xl {
    box-shadow: none;
}
@media (min-width: 1200px) {
    .shadown-xl {
    box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
}
}.shadown-xxl {
    box-shadow: none;
}
@media (min-width: 1400px) {
    .shadown-xxl {
    box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
}
}.dropdown-menu.shadow-small {
    border: 0;
}
.cursor-pointer {
    cursor: pointer !important;
}
.border, .bdvd, .bdvm, .bdaz, .bdbc, .bdrx {
    border-width: 1px;
    border-style: solid;
}
.bdvd {
    border-color: #0f0;
}
.bdvm {
    border-color: #f00;
}
.bdaz {
    border-color: #00f;
}
.bdbc {
    border-color: #fff;
}
.bdrx {
    border-color: #f0f;
}
.pointer {
    cursor: pointer;
}
.bg-dark {
    background-color: #24344b;
}
.bg-muted {
    background-color: #ced4da;
}
a.disabled {
    opacity: .4;
    filter: opacity(40);
    cursor: not-allowed !important;
}
.no-strong {
    font-weight: 400;
}
.none {
    display: none;
}
.navbar .megamenu {
    padding: 1rem;
}
@media all and (min-width: 992px) {
    .navbar .has-megamenu {
        position: static !important;
    }
    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 0;
    }
}
@media (max-width: 991px) {
    .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse {
        overflow-y: auto;
        max-height: 90vh;
        margin-top: 10px;
    }
}

body {
    font-family: 'Montserrat',  sans-serif;
    color: #343231;
}
img {
    max-width: 100%}
img.arrow {
    width: 21px;
    margin-left: 5px;
}
button {
    transition: all 0.2s ease-in-out;
}
a.button {
    display: inline-block;
    background-color: #E3801E;
    color: white;
    font-size: 18px;
    font-weight: 800;
    padding: 18px 30px;
    border-radius: 35px;
    text-decoration: none;
    margin-top: 30px;
}
header {
    position: fixed;
    width: 100%;
    z-index: 999;
    padding-top: .875rem;
    padding-bottom: .875rem;
}
header.fixed, header.opened, header.bg {
    background-color: black;
    transition: all 0.2s ease-in-out;
}
header nav .navbar-brand img {
    width: 215px;
}
header nav .nav-item a {
    color: white !important;
    font-weight: 800;
}
header nav .nav-item a.nav-link {
    padding-top: .9rem;
}
header nav .nav-item a.nav-link:hover, header nav .nav-item a.nav-link.active {
    color: #E3801E !important;
}
@media (min-width: 992px) {
    header nav .nav-item a.nav-link {
    padding-right: .6rem !important;
    padding-left: .6rem !important;
}
}@media (min-width: 1200px) {
    header nav .nav-item a.nav-link {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}
}@media (min-width: 992px) {
    header nav .nav-item a.button {
    margin-top: -5px;
}
}header nav .navbar-toggler {
    color: rgba(255, 255, 255, 0.8) !important;
    border-color: transparent !important;
}
header nav .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}
.mod-title {
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 20px;
}
@media (min-width: 992px) {
    .mod-title {
    font-size: 2rem;
}
}.mod-text p {
    color: #343231;
}
@media (min-width: 992px) {
    .mod-text p {
    font-size: 1.2rem;
}
}#banner img {
    height: 100vh;
    object-fit: cover;
}
#banner .carousel-item {
    position: relative;
}
#banner .carousel-item .content {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    transform: translateY(-50%);
}
@media (min-width: 576px) {
    #banner .carousel-item .content {
    left: 5%}
}@media (min-width: 992px) {
    #banner .carousel-item .content {
    left: 15%}
}#banner .carousel-item .content h1 {
    color: white;
    font-weight: 300;
    font-size: 1.9rem;
    padding-left: 1rem;
    padding-right: 1rem;
}
@media (min-width: 768px) {
    #banner .carousel-item .content h1 {
    left: 15%;
    font-size: 3.125rem;
    width: 600px;
}
}#banner .carousel-item .content h4 {
    color: #E3801E;
    font-weight: 800;
    text-transform: uppercase;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1rem;
}
@media (min-width: 768px) {
    #banner .carousel-item .content h4 {
    font-size: 1.25rem;
    width: 375px;
}
}#banner .carousel-control-prev, #banner .carousel-control-next {
    display: none;
}
@media (min-width: 768px) {
    #banner .carousel-control-prev, #banner .carousel-control-next {
    display: block;
}
}#banner .carousel-indicators [data-bs-target] {
    opacity: 1;
}
#banner .carousel-indicators .active {
    background-color: #E3801E;
}
#sobre {
    padding-top: 2rem;
    background-color: #fafafa;
    padding-bottom: 50px;
}
@media (min-width: 992px) {
    #sobre {
    background-size: 400px auto;
    background-position: right 70px top 45px;
    background-image: url(../img/bg-sobre.png);
    background-repeat: no-repeat;
    padding-bottom: 100px;
}
}@media (min-width: 1200px) {
    #sobre {
    background-size: 650px auto;
}
}@media (min-width: 1400px) {
    #sobre {
    background-size: auto;
    min-height: 1000px;
    padding-bottom: 120px;
    background-position: right 180px top 85px;
}
}@media (min-width: 992px) {
    #sobre .content {
    width: 402px;
}
}@media (min-width: 1200px) {
    #sobre .content {
    margin-top: 150px;
}
}#sobre .content .mod-title {
    color: #E3801E;
}
#sobre .content .mod-text p {
    line-height: 1.5rem;
}
#sobre .valores {
    margin-top: 50px;
}
@media (min-width: 992px) {
    #sobre .valores {
    margin-top: 35px;
}
}@media (min-width: 1200px) {
    #sobre .valores {
    margin-top: 95px;
}
}@media (min-width: 1400px) {
    #sobre .valores {
    margin-top: 225px;
}
}#sobre .valores .box {
    background-color: white;
    padding: 1.5rem;
    margin-bottom: 20px;
}
@media (min-width: 768px) {
    #sobre .valores .box {
    height: 100%;
    margin-bottom: 0;
}
}#sobre .valores .box h5 {
    font-size: 1.5rem;
    margin-top: 15px;
    font-weight: 400;
}
@media (min-width: 992px) {
    #sobre .valores .box h5 {
    font-size: 2rem;
}
}#sobre .valores .box p {
    margin: 0;
}
#produtos {
    background-image: url(../img/bg-produtos.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 50px;
}
@media (min-width: 992px) {
    #produtos {
    padding-top: 50px;
    background-position: center center;
    height: 530px;
}
}@media (min-width: 1200px) {
    #produtos {
    padding-top: 150px;
    height: 745px;
}
}#produtos .content {
    color: white;
}
#produtos .content .mod-title {
    margin-top: 20px;
    font-size: 1.35rem;
}
@media (min-width: 992px) {
    #produtos .content .mod-title {
    font-size: 2rem;
}
}#produtos .content p {
    color: white;
    margin-bottom: 50px;
}
@media (min-width: 992px) {
    #produtos .content p {
    margin-bottom: 60px;
    width: 525px;
}
}@media (min-width: 1200px) {
    #produtos .content p {
    margin-bottom: 100px;
}
}#produtos .walktok {
    margin-top: 30px;
    padding-bottom: 50px;
}
@media (min-width: 576px) {
    #produtos .walktok {
    padding-bottom: 0;
}
}@media (min-width: 992px) {
    #produtos .walktok {
    position: absolute;
    right: 0px;
    top: -105px;
}
}@media (min-width: 1200px) {
    #produtos .walktok {
    top: -190px;
    right: 0;
    width: unset;
    margin-top: 0;
}
}@media (min-width: 1400px) {
    #produtos .walktok {
    right: 210px;
}
}#produtos .walktok img {
    width: 200px;
}
@media (min-width: 576px) {
    #produtos .walktok img {
    width: 280px;
}
}@media (min-width: 768px) {
    #produtos .walktok img {
    width: 300px;
}
}@media (min-width: 992px) {
    #produtos .walktok img {
    width: 320px;
}
}@media (min-width: 1200px) {
    #produtos .walktok img {
    width: 100%}
}#acessorios .container {
    background-image: url(../img/radio.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 200px auto;
    padding-bottom: 370px;
}
@media (min-width: 992px) {
    #acessorios .container {
    text-align: right;
    background-position: left bottom;
    padding-bottom: 80px;
}
}@media (min-width: 1200px) {
    #acessorios .container {
    padding-bottom: 0;
    background-size: auto auto;
    height: 750px;
}
}#acessorios .content {
    display: inline-block;
    text-align: left;
    margin-top: 50px;
}
@media (min-width: 992px) {
    #acessorios .content {
    margin-top: 100px;
    width: 650px;
}
}@media (min-width: 1200px) {
    #acessorios .content {
    margin-top: 235px;
}
}#laboratorio {
    background-image: url(../img/bg-laboratorio.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 1450px auto;
}
@media (min-width: 576px) {
    #laboratorio {
    background-size: 1080px auto;
}
}@media (min-width: 768px) {
    #laboratorio {
    background-size: 1020px auto;
}
}@media (min-width: 992px) {
    #laboratorio {
    height: 750px;
    background-size: auto auto;
}
}#laboratorio .content {
    padding-top: 50px;
    padding-bottom: 50px;
    color: white;
    text-align: center;
}
@media (min-width: 992px) {
    #laboratorio .content {
    padding-top: 235px;
    padding-bottom: 0;
}
}#laboratorio .content .mod-title {
    font-size: 1.35rem;
}
@media (min-width: 992px) {
    #laboratorio .content .mod-title {
    font-size: 2rem;
}
}#laboratorio .content p {
    color: white;
    margin: auto;
    margin-bottom: 30px;
}
@media (min-width: 992px) {
    #laboratorio .content p {
    width: 755px;
    margin-bottom: 90px;
}
}#contato {
    background-color: #000;
    padding-top: 50px;
    color: #fff;
}
@media (min-width: 992px) {
    #contato {
        padding-top: 35px;
    }
}
@media (min-width: 1200px) {
    #contato {
    padding-top: 100px;
}
}#contato h5 {
    font-size: 1.35rem;
    font-weight: 400;
}
@media (min-width: 992px) {
    #contato h5 {
    font-size: 2rem;
}
}#contato .contatos {
    text-align: center;
    margin-top: 48px;
}
@media (min-width: 768px) {
    #contato .contatos {
    text-align: left;
}
}@media (min-width: 992px) {
    #contato .contatos {
    margin-top: 45px;
}
}#contato .contatos p {
    margin: 0;
}
@media (min-width: 992px) {
    #contato .contatos p {
    font-size: 1.2rem;
}
}#contato .contatos p i {
    margin-right: 10px;
}
#contato .contatos address {
    line-height: 1.4rem;
    /* margin-top: 25px; */
}
@media (min-width: 992px) {
    #contato .contatos address {
    font-size: 1.2rem;
    line-height: 28px;
}
}
#contato .social {
    margin-top: 50px;
    text-align: center;
}

@media (min-width: 768px) {
    #contato .social {
        text-align: left;
    }
}

@media (min-width: 992px) {
    #contato .social {
    margin-top: 0px;
    text-align: left;
}
}#contato .social a {
    color: #fff;
    text-decoration: none;
    /* font-size: 1.35rem; */
    font-size: 32px;
    margin-left: 10px;
}
#contato .social #social-grid {
    padding-left: 1rem;
    padding-right: 1rem;
}
@media (min-width: 576px) {
    #contato .social #social-grid {
    padding-left: 0rem;
    padding-right: 0rem;
}
}#contato .social #social-grid .feed-box {
    padding: 2px;
}
#contato .social #social-grid .feed-box a {
    margin: 0;
}
#contato footer {
    margin-top: 30px;
    padding-top: 35px;
    padding-bottom: 35px;
    color: white;
    font-size: .675rem;
    border-top: white 1px solid;
    text-align: center;
}
@media (min-width: 768px) {
    #contato footer {
    text-align: left;
}
}@media (min-width: 992px) {
    #contato footer {
    margin-top: 50px;
    padding-top: 65px;
    padding-bottom: 65px;
    font-size: .975rem;
}
}

/* Formulário RD Station */
#rd-column-lwamng5x > div {
    background-color: #000 !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
}

#rd-column-lwamng61 > div {
    background-color: #000 !important;
    font-family: 'Montserrat',  sans-serif !important;
}

#rd-form-lwamng62 .bricks-form__label {
    color: #fff !important;
    font-weight: 200 !important;
}

#rdstation-bricks-embeddable-form-bricks-component-d5R2qbD_IdpOkBo9_o0TmA h1 strong {
    font-family: 'Montserrat',  sans-serif !important;
    font-weight: 400 !important;
    font-size: 1.35rem !important;
    color: #fff !important;
}

#rdstation-bricks-embeddable-form-bricks-component-d5R2qbD_IdpOkBo9_o0TmA h2 strong {
    font-family: 'Montserrat',  sans-serif !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    color: #777777 !important;
}

#rdstation-bricks-embeddable-form-bricks-component-d5R2qbD_IdpOkBo9_o0TmA strong u {
    text-decoration: none !important;
}

#rd-form-lwamng62 .bricks-form__input {
    border-radius: 18px !important;
}

#rd-button-lwamng65.bricks--component-button {
    background-color: #E3801E !important;
    color: white !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    border: none !important;
    border-radius: 30px !important;
}

#rdstation-bricks-embeddable-form-bricks-component-d5R2qbD_IdpOkBo9_o0TmA .bricks--column .bricks--component-text p {
    font-family: 'Montserrat',  sans-serif !important;
    text-align: center !important;
}

#rdstation-bricks-embeddable-form-bricks-component-d5R2qbD_IdpOkBo9_o0TmA .bricks--column .bricks--component-text p span {
    color: #555 !important;
}

@media (min-width: 768px) {

    .form {
        margin-top: 20px;
    }

    #rdstation-bricks-embeddable-form-bricks-component-d5R2qbD_IdpOkBo9_o0TmA h1,
    #rdstation-bricks-embeddable-form-bricks-component-d5R2qbD_IdpOkBo9_o0TmA h2 {
        text-align: left !important;
    }

    #rdstation-bricks-embeddable-form-bricks-component-d5R2qbD_IdpOkBo9_o0TmA .bricks--column .bricks--component-text p {
        text-align: left !important;
    }
}

@media (min-width: 991px) {

    #rdstation-bricks-embeddable-form-bricks-component-d5R2qbD_IdpOkBo9_o0TmA h1 strong {
        font-size: 30px !important;
    }
}

@media (min-width: 1200px) {

    #rdstation-bricks-embeddable-form-bricks-component-d5R2qbD_IdpOkBo9_o0TmA h1 strong {
        font-size: 28px !important;
    }

    #rd-column-lwamng5x > div  {
        /* margin-top: -25px !important; */
    }
}

@media (min-width: 1400px) {

    #rdstation-bricks-embeddable-form-bricks-component-d5R2qbD_IdpOkBo9_o0TmA h1 strong {
        font-size: 30px !important;
    }
}