#menu-4 .fixed-top {
    top: -40px;
    transform: translateY(40px);
    transition: transform .3s;
}

#menu-4 .navbar {
    background: var(--header-bg-color);
    border-bottom: 1px solid #cccccc2b;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    padding: 10px 0;
}


#menu-4 .navbar-nav {
    justify-content: center;
    width: 100%;
}

#menu-4 .navbar-brand img {
    max-height: 50px;
}

#menu-4 .navbar-nav .nav-link {
    color: var(--header-fc);
    font-size: var(--header-fs);
    font-weight: var(--header-fw);
}

#menu-4 .whatsapp {
    font-size: var(--header-fs);
    background: var(--whatsapp-bg);
    color: var(--whatsapp-color) !important;
    padding: 8px 14px;
    border-radius: 3px;
    margin: 0 10px;
    text-decoration: none;
    display: block;
    text-align: center;
    width: max-content;
}

#menu-4 .btn-phone {
    font-size: var(--header-fs);
    background: var(--color-primary);
    color: #FFF !important;
    padding: 8px 14px;
    border-radius: 3px;
    margin: 0 10px;
    text-decoration: none;
    display: block;
    text-align: center;
    width: max-content;
}

#menu-4 .btn_header {
    font-size: var(--header-fs);
    background: var(--color-primary);
    color: var(--color-secondary) !important;
    padding: 8px 14px;
    border-radius: 3px;
    margin: 0 10px;
    text-decoration: none;
    display: inline-block;
}

#menu-4 .navbar-expand-lg .navbar-collapse {
    justify-content: center;
}

#menu-4 .whatsapp i {
    margin-right: 5px;
}


  #menu-4 .btn_whats {
    background-color: #33af23;
    color: #fff;
    margin: 0 -15px;
    margin-bottom: 20px;
    border-radius: 4px;
    padding: 8px;
  }

  #menu-4 .form_banner .btn:hover {opacity:0.7}

  #menu-4 .t-mobile {
    display: none;
    font-size: 28px;
    text-align: center;
    width: 100%;
    margin: 10px 0;
    font-weight: bold;
}

#menu-4 .d-mobile {
    position: fixed;
    width: 100%;    
    display: none;
    bottom: 0;
    font-size: 14px;
    z-index: 999;
    text-align: center;
}

#menu-4 .mobile {
    display: none;
 }

 #menu-4 .nav-buttons {
    list-style: none;
    display: flex;
    margin-bottom: 0;
 }



 
@media screen and (max-width: 991px) {

    #menu-4 .navbar-nav { background: none !important; } 

    #menu-4 .navbar-toggler {
        padding: 3px 10px;
        border-color: #ffffff;
        color: #ffffff;
        border-radius: 0;
        outline: 0;
    }

    #menu-4 .nav-buttons {
        flex-direction: column;
        text-align: center;
    }

    #menu-4 .navbar-toggler .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    #menu-4 .navbar-nav .nav-item .nav-link {
        text-align: center;
        margin-bottom: 5px;
    }

    #menu-4 .navbar-nav {
        background: #fff;
        padding: 15px;
        margin-top: 15px;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    
    #menu-4  .navbar-nav .nav-item:first-child .nav-link {
        padding-left: 5px;
    }

    #menu-4 .navbar-nav .nav-item .nav-link {
        color: #212121;
        text-transform: uppercase;
        font-weight: 500;
        position: relative;
        padding-right: 0;
    }

    #menu-4 .d-mobile, #menu-4 .t-mobile {
        display: block;
    }
    #menu-4 .mobile {
        display: initial;
    }
    #menu-4 .desktop {
        display: none;
    }


    #menu-4 .navbar-light .navbar-brand img:last-child {
        display: none;
    }

    #menu-4 .whatsapp, #menu-4 .btn-phone, #menu-4 .btn_header {
        margin-bottom: 5px;
        width: 100% !important;
    }
}#banner-3 .form_banner {
    position: absolute; 
    right: 7%; 
    top: 40px;  
    z-index: 9; 
    padding: 30px 40px 10px; 
    width: 400px;
    box-shadow: -2px -2px 6px 0 rgba(0,0,0,.1);
    background-color: #525e6c;
    background-color: rgba(0, 0, 0, 0.65);
    text-align: center;
    border-radius: 3px;
  }
 
  #banner-3 .form_banner h4 {
    color: #FFF;
    font-weight: 900;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  #banner-3 .form_banner p {
    color: #FFF;
    margin-bottom: 25px !important;
    font-size: 16px;
    line-height: 20px;
  }
  #banner-3 .form_banner .form-group {
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 15px;
  }
  #banner-3 .form_banner .form-control {
    background: #ffffff;
    border-color: #ffffff;
    color: #657380;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 700;
    padding: 7px 10px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 2px solid #e8ebed;
    box-shadow: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  #banner-3 .form_banner .btn {
    background: var(--color-primary);
    border-color: var(--color-primary);
    display: inline-block;
    width: 100%;
    color: #fff;
    padding: 11px 18px;
    margin-bottom: 7px;
    margin-right: 5px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    vertical-align: middle;
    white-space: pre-line;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }


  #banner-3 .btn_whats {
    background-color: #33af23;
    color: #fff;
    margin: 0 -15px;
    margin-bottom: 20px;
    border-radius: 4px;
    padding: 8px;
    border: none;
  }

  #banner-3 .btn_whats:hover {
    background: unset;
  }



  @media screen and (max-width: 991px) {

    #banner-3 .form_banner {
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
      }
  }#features-2 .item {
    margin: 20px 0;
}

#features-2 .item img {
    width: 64px;
    height: 64px;
}

#features-2 .item .info {
    flex: 1 1 auto;
    margin: 0 0 0 20px;
}


@media screen and (max-width: 991px) {
    #features-2 .item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    #features-2 .item .info {
        margin: 0px;
    }

    #features-2 .item img {
        margin-bottom: 10px;
        /*font-size: 36px;*/
    }
}
#showcase-2 .veiculo {
    border-radius: 4px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    background-color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    min-height: 423px;
}

#showcase-2 .veiculo:hover {
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.48);
}

#showcase-2 .veiculo-images {
    position: relative;
}

#showcase-2 .veiculo-images .selo {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
}

#showcase-2 .veiculo-images .fipe {
    background-color: #ff5206;
}

#showcase-2 .veiculo-images .entrada {
    background-color: #3fbf00;
}

#showcase-2 .veiculo-images .selo p {
    color: #fff;
    font-size: 8px;
    line-height: 9px;
    padding: 2px;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

#showcase-2 .carousel-showcase-2 .owl-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

#showcase-2 .carousel-showcase-2 .owl-dots span {
    height: 8px;
    width: 8px;
}

#showcase-2 .carousel-showcase-2 .owl-nav button.owl-prev,
#showcase-2 .carousel-showcase-2 .owl-nav button.owl-next {
    position: absolute;
    border: none;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 0 !important;
    z-index: 1;
    font-size: 20px;
    background-color: transparent;
    transition: all ease-in-out 0.3s;
    cursor: pointer;
    height: 100% !important;
    padding: 15px !important;
    margin: 0 !important;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}

#showcase-2 .carousel-showcase-2 .owl-nav button.owl-prev:hover,
#showcase-2 .carousel-showcase-2 .owl-nav button.owl-next:hover {
    background-color: transparent;
}

#showcase-2 .carousel-showcase-2 .owl-nav i {
    color: #fff;
    font-size: 20px;
}

#showcase-2 .carousel-showcase-2 .owl-dot.active span {
    background-color: var(--color-primary)
}

#showcase-2 .carousel-showcase-2 .owl-dots {
    margin-top: 15px;
}

#showcase-2 .carousel-showcase-2 .owl-prev {
    left: 0;
    margin-left: 1%;
}

#showcase-2 .carousel-showcase-2 .owl-next {
    right: 0;
    margin-right: 1%;
}

#showcase-2 .carousel-showcase-2:hover .owl-nav button {
    opacity: 1;
}

#showcase-2 .veiculo .item {
    width: 100%;
}

#showcase-2 .veiculo .image {
    max-width: 290px;
    /*max-height: 230px;*/
}

#showcase-2 .caract .nome-prod {
    color: var(--color-primary);
    font-weight: 700;
    display: block;
    margin-bottom: 0;
}

#showcase-2 .caract .top {
    padding: 10px 10px;
    height: 85px;
}

#showcase-2 .caract .middle {
    border-bottom: 1px solid #d8d8d8;
    min-height: 80px;
}

#showcase-2 .caract .p-10 {
    padding: 10px;
}

#showcase-2 .caract .middle .preco {
    font-size: 16px;
    color: #000;
    font-weight: 700;
}

#showcase-2 .caract .bottom .cidade {
    line-height: 30px;
    padding: 5px;
    cursor: pointer;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

#showcase-2 .caract {
    font-size: 12px;
    font-weight: 400;
    color: #565656;
}


#showcase-2 .caract .tag {
    display: flex;
    font-size: 16px;
}

#showcase-2 .caract .tag div:first-child {
    padding: 5px 10px;
    width: 75%;
    background-color: var(--color-primary);
    color: #FFF;
}

#showcase-2 .caract .caracte, #showcase-2 .caract .ano-fabr {
    text-transform: uppercase;
    display: block;
    font-size: 14px;
    margin-bottom: 0;
}

#showcase-2 .caract .tag div:first-child p {
    font-weight: 700;
}

#showcase-2 .caract .tag div:last-child {
    width: 25%;
    padding: 5px 15px;
    background-color: #d8d8d8;
    color: var(--color-primary);
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#showcase-2 .veiculo.slick-slide {
    margin: 10px;
}

#showcase-2 .carousel-slick .slick-dots {
    list-style: none;
    text-align: center;
}

#showcase-2 .carousel-slick .slick-dots li {
    display: inline-block;
    width: 30px;
}

#showcase-2 .carousel-slick .slick-dots li button {
    border: 0;
    background-color: transparent;
    color: transparent;
    position: relative;
    padding: 0;
    width: 10px;
}

#showcase-2 .carousel-slick .slick-dots li button::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #dbdbdb;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#showcase-2 .carousel-slick .slick-dots .slick-active button::after {
    background-color: var(--color-primary);
    box-shadow: 0 0 2px 0 var(--color-primary);
}
#features-4 .segmentos {
    background: var(--color-primary);
    border-radius: 1.5em;
    -webkit-box-shadow: 0 0 0 1px rgb(20 20 60 / 8%), 0 0.75em 1em -0.24em rgb(0 0 0 / 25%);
    box-shadow: 0 0 0 1px rgb(20 20 60 / 8%), 0 0.75em 1em -0.24em rgb(0 0 0 / 25%);
    padding: 25px;
    margin-bottom: 20px;
}

#features-4 .segmentos img {
    max-width: 75px;
}

#features-4 .segmentos p {
    color: #fff;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 16px;
    margin-top: 15px;
    min-height: 30px;
}

#features-4 .segmentos p {
    color: #fff;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 16px;
    margin-top: 15px;
    min-height: 30px;
}
#faq_02 .accordion-button:not(.collapsed) {
    background-color: var(--color-primary);
    color: var(--color-primary-text);
    font-weight: 600;
}

#faq_02 .accordion-item {
    border: none;
    margin: 20px 0;
}

#faq_02 .align-center {
    align-items: center;
}

.accordion-button::after {
    background: #FFF;
    border-radius: 5px;
}

#faq_02 .accordion-item .accordion-button {
    border-radius: 10px;
    padding: 12px 15px;
    font-weight: 700;
}

#faq_02 .accordion-item .accordion-button.collapsed {
    background: #dfdbdb;
}

#faq_02 .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

#faq_02 .accordion-button:focus {
    box-shadow: none;
    border-color: var(--color-primary-text);
}

@media screen and (max-width: 768px) {
    #faq_02 .text {
        text-align: center;
    }
}
#menu-4 .navbar {padding: 20px 0}
.dark h2.light, .light h2, .dark .light h2, h2.light, p, h1, h2, h3, h4, h5, h6, li, ul, span {font-family: 'Asap', sans-serif !important;}
body { font-family: 'Asap', sans-serif !important; }
        .text-primary { color: #1a4073 !important; }
        .bg-primary { background-color: #1a4073 !important; }
        .bg-warning { background-color: #FFCC00 !important; }
        .text-warning { color: #FFCC00 !important; }
        .rounded-4 { border-radius: 1.5rem !important; }
        .fw-medium { font-weight: 500 !important; }
        .shadow { box-shadow: 0 10px 40px rgba(26, 64, 115, 0.1) !important; }
        .shadow-sm { box-shadow: 0 5px 20px rgba(26, 64, 115, 0.1) !important; }
        .shadow-card { box-shadow: 0 10px 40px rgba(26, 64, 115, 0.1) !important; }
        .shadow-subtle { box-shadow: 0 5px 20px rgba(26, 64, 115, 0.1) !important; }
        .shadow-header { box-shadow: 0 2px 20px rgba(26, 64, 115, 0.1) !important; }
        .bg-light { background-color: #E6F0FF !important; }
        .text-secondary { color: #666666 !important; }
        .overflow-hidden { overflow: hidden !important; }
        .gap-2 { gap: .5rem !important; }
        .gap-3 { gap: 1rem !important; }
        .gap-4 { gap: 1.5rem !important; }
        .gap-5 { gap: 3rem !important; }
        .rounded-pill { border-radius: 50rem !important; }
        .fw-semibold { font-weight: 600 !important; }
        .fw-bold { font-weight: 700 !important; }
        .fs-2 { font-size: 2rem !important; }
        .fs-3 { font-size: 1.75rem !important; }
        .fs-4 { font-size: 1.5rem !important; }
        .fs-5 { font-size: 1.25rem !important; }
        .display-5 { font-size: 2.5rem !important; }
        .pt-5 { padding-top: 3rem !important; }
        .pb-3 { padding-bottom: 1rem !important; }
        .mb-2 { margin-bottom: .5rem !important; }
        .mb-3 { margin-bottom: 1rem !important; }
        .mb-4 { margin-bottom: 1.5rem !important; }
        .mb-5 { margin-bottom: 3rem !important; }
        .mt-5 { margin-top: 3rem !important; }
        .me-2 { margin-right: .5rem !important; }
        .d-flex { display: flex !important; }
        .align-items-center { align-items: center !important; }
        .justify-content-between { justify-content: space-between !important; }
        .text-center { text-align: center !important; }
        .w-100 { width: 100% !important; }
        .img-fluid { max-width: 100%; height: auto; }
        .list-unstyled { list-style: none; padding-left: 0; }
        .nav-link { cursor: pointer; }
        .btn-warning {     background-color: #FFCC00 !important;
    color: #1a4073 !important;
    border: none;
    padding: 12px 20px !important;
    border-radius: 5px !important; }
        .btn-warning:hover { background-color: #FFF8CC !important; color: #1a4073 !important; }
        .btn { font-weight: 600; }
        .shadow-lg { box-shadow: 0 10px 40px rgba(26, 64, 115, 0.15) !important; }
        .border-top { border-top: 1px solid #eaeaea !important; }
        .bg-white { background-color: #fff !important; }
        .text-light { color: #f8f9fa !important; }
        .bg-dark { background-color: #001A66 !important; }
        .text-dark { color: #4a4949  !important; }
        .list-unstyled.space-y-2 li {margin: 3px 0 !important;     font-size: 17px !important;}
        .text-dark.nav-link {padding: 0 10px !important; font-weight: 700;}
        
        /* Owl Carousel Structure Styles */
        .structure-carousel .item {
            padding: 0 10px;
        }
        .structure-carousel .item img {
            transition: transform 0.3s ease;
        }
        .structure-carousel .item:hover img {
            transform: scale(1.05);
        }
        .structure-carousel .owl-nav {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 100%;
            pointer-events: none;
        }
        .structure-carousel .owl-prev,
        .structure-carousel .owl-next {
            position: absolute;
            background: rgba(26, 64, 115, 0.8) !important;
            color: white !important;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            pointer-events: auto;
        }
        .structure-carousel .owl-prev {
            left: -20px;
        }
        .structure-carousel .owl-next {
            right: -20px;
        }
        .structure-carousel .owl-dots {
            text-align: center;
            margin-top: 20px;
        }
        .structure-carousel .owl-dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: #ccc;
            margin: 0 5px;
            display: inline-block;
        }
        .structure-carousel .owl-dot.active {
            background: #1a4073;
        }
        
        /* Units Carousel Styles */
        .units-carousel .item {
            padding: 0 10px;
        }
        .units-carousel .item img {
            transition: transform 0.3s ease;
        }
        .units-carousel .item:hover img {
            transform: scale(1.05);
        }
        .units-carousel .owl-nav {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 100%;
            pointer-events: none;
        }
        .units-carousel .owl-prev,
        .units-carousel .owl-next {
            position: absolute;
            background: rgba(26, 64, 115, 0.8) !important;
            color: white !important;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            pointer-events: auto;
        }
        .units-carousel .owl-prev {
            left: -20px;
        }
        .units-carousel .owl-next {
            right: -20px;
        }
        .units-carousel .owl-dots {
            text-align: center;
            margin-top: 20px;
        }
        .units-carousel .owl-dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: #ccc;
            margin: 0 5px;
            display: inline-block;
        }
        .units-carousel .owl-dot.active {
            background: #1a4073;
        }
        
        /* Five Columns Layout */
        .five-columns-row {
            display: flex;
            flex-wrap: wrap;
        }
        .five-column-item {
            flex: 0 0 20%;
            max-width: 20%;
            padding: 0 10px;
        }
        @media (max-width: 767.98px) {
            .five-column-item {
                flex: 0 0 50%;
                max-width: 50%;
                margin-bottom: 15px;
            }
#features-13 img {
margin-bottom: 30px}
#features-13 .price {
text-align: center;}

#features-5 .price-2 {
font-size: 14px !important;}

#features-13 .btn-warning,  #prevention-section .btn-warning {
width: 100%;}
     

#showcase-1, #features-5 {
padding-top: 0px;
}

#features-13 {
    padding-bottom: 20px;
}

#footer-1 {
text-align: center;}

#footer-1 .adjust {
justify-content: center;}

#showcase-1 img {margin-bottom: 30px;}
   }

        @media (max-width: 575.98px) {
            .five-column-item {
                flex: 0 0 100%;
                max-width: 100%;
                margin-bottom: 15px;
            }
        }

#showcase-1 h3 {
margin-bottom: 0px;
}
@media (min-width: 1230px) {
    .container, .boxed {
        max-width: 1320px !important;
    }
}

#footer-1 h3 {
color: #fff !important;
}

#footer-1 ul {
    display: unset;
}

#footer-1 ul li {
font-size: 16px;
margin-bottom: 5px;
}

#faq_02 .accordion-item .accordion-button {
border-radius: 10px !important;
}

#footer-1 {
padding: 0px;
}
#assignature-01 {
    padding: 10px 0;
}

#assignature-01 p {
    margin-bottom: 0;
}

#assignature-01 .row {
    align-items: center;
}


@media screen and (max-width: 991px) {
    #assignature-01 p {
        text-align: center;
    }
}.d-mobile .d-phone {
    background-color: var(--color-primary);
}
.d-mobile .d-whats {
    background-color: var(--whatsapp-bg);
}
.d-mobile .d-phone a, .d-mobile .d-whats a {
    color: #FFF;
}
#contact-1 p {
    margin:  0;
}#contact-2 p {
    color: #FFF;
    margin-bottom:  10px;
}