#sb-body {
    display: none;
}

#hotsite {
    overflow: hidden;
    background: #ededee;

}

#hotsite .h_top,
#hotsite .h_center,
#hotsite .h_footer {
    padding: 0;
}

#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: #232323;
}

#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: #f0a61e !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;
}

.hvr-fade {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}

.hvr-fade:hover,
.hvr-fade:focus,
.hvr-fade:active {
    background-color: #121212;
    color: white;
}

@-webkit-keyframes hvr-bob {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }

    50% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }

    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@keyframes hvr-bob {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }

    50% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }

    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@-webkit-keyframes hvr-bob-float {
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@keyframes hvr-bob-float {
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

.hvr-bob {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-bob:hover,
.hvr-bob:focus,
.hvr-bob:active {
    -webkit-animation-name: hvr-bob-float, hvr-bob;
    animation-name: hvr-bob-float, hvr-bob;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
}


.menu-color {
    background: #232323;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none !important;
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

#hotsite .h_top,
#hotsite .h_center,
#hotsite .h_footer {
    padding: 0;
    background-color: #ededee !important;
}

div#hotsite {
    padding-bottom: 0px !important;
}