   #sb-body {
    display: none;
}

#hotsite {
    overflow: hidden;
    background: #ffffff;

}

#hotsite .h_center,
#hotsite .h_footer {
    padding: 0;
    background: #eff4f8;
}

#hotsite .h_top {
    padding: 0;
    background-color: #ffffff;
}

#hotsite .h_top,
#hotsite .h_footer {
    text-align: left;
}

#hotsite .transition-ease,
#hotsite .transition-ease * {
    -webkit-transition: 0.15s ease all;
    -moz-transition: 0.15s ease all;
    transition: 0.15s ease all;
}

#hotsite #headerHotsite h1 {
    background-color: #000;
    background-size: auto 200px;
    height: 200px;
    text-indent: -99999px;
}

#hotsite #menuHotsite {
    background: #4071ab;
}

#hotsite #menuHotsite .navbar-toggler {
    font-size: 1rem;
    font-weight: 500;

}

.color-menu {
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;

}

.nav-link {
    color: #ffffff !important;
}

.nav-link:hover {
    background-color: #26476d !important;
}


#hotsite #menuHotsite .navbar-toggler[aria-expanded="true"] .fas {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

#hotsite #menuHotsite .navbar-toggler .fas {
    opacity: 0.5;
}

#hotsite #menuHotsite #navbarHotsite ul .nav-item {
    text-align: center;
    width: 50%;
}

#hotsite #menuHotsite #navbarHotsite ul .nav-item .menu-hack {
    margin-top: 12px;
}

#hotsite #hatHotsite .owl-carousel {
    width: 100vw;
}

#hotsite #hatHotsite .owl-carousel .owl-stage-outer {
    background: #080A16;
}

#hotsite #hatHotsite .owl-carousel .owl-dots {
    text-align: center;
    padding-bottom: 25px;
}

#hotsite #hatHotsite .owl-carousel .owl-dots .owl-dot {
    padding: 6px 0 !important;
}

#hotsite #hatHotsite .owl-carousel .owl-dots .owl-dot span {
    background: #080A16;
    display: block;
    height: 6px;
    margin: 0 3px;
    width: 24px;
}

#hotsite #hatHotsite .owl-carousel .owl-dots .owl-dot.active span {
    background: #fff;
}

#hotsite #produtosHotsite h2,
#hotsite #produtosHotsite h1 {
    font-size: 1.5rem;
}

#hotsite #produtosHotsite h1 b {
    background: #ED008C;
}

@media (min-width: 576px) {
    #hotsite #headerHotsite h1 {
        background-size: auto 250px;
        height: 250px;
    }

    #hotsite #headerHotsite img {
        height: 250px;
    }

    #hotsite #menuHotsite #navbarHotsite ul .nav-item {
        width: calc(100% / 3);
    }

    #hotsite #hatHotsite .owl-carousel img {
        width: 510px;
    }
}

@media (min-width: 768px) {
    #hotsite #headerHotsite h1 {
        background-color: #000;
        background-size: auto 180px;
        height: 180px;
    }

    #hotsite #headerHotsite img {
        height: auto;
    }

    #hotsite #menuHotsite #navbarHotsite ul .nav-item {
        width: auto;
    }

    #hotsite #hatHotsite .owl-carousel img {
        width: 690px;
    }
}

@media (min-width: 992px) {
    #hotsite #headerHotsite h1 {
        background-size: auto 220px;
        height: 220px;
    }

    #hotsite #menuHotsite #navbarHotsite ul .nav-item a {
        font-weight: 500;
    }

    #hotsite #hatHotsite .owl-carousel img {
        width: 930px;
    }

    #hotsite #boxesHotsite a:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@media (min-width: 1200px) {
    #hotsite #hatHotsite .owl-carousel img {
        width: 1110px;
    }
}

#hotsite .container {
    max-width: 1110px;
}

.menu-color {
    background: #4071ab;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none !important;
}

.navbar-toggler {
    border: var(--bs-border-width) solid rgb(64 113 171);
}

