#sb-body {
    display: none;
}

#hotsite {
    overflow: hidden;
    background: #00093f;

}

#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: #494949;



}

#hotsite #menuHotsite .navbar-toggler {
    font-size: 1rem;
    font-weight: 500;

}

.color-menu {
    color: #000;
    text-decoration: none;
    font-weight: 600;

}

.nav-link {
    color: #fff !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 #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);
    }

}

@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;
    }
}

@media (min-width: 992px) {
    #hotsite #headerHotsite h1 {
        background-size: auto 220px;
        height: 220px;
    }

    #hotsite #menuHotsite #navbarHotsite ul .nav-item a {
        font-weight: 500;
    }

    #hotsite #boxesHotsite a:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}

#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);
}

.menu-color {
    background: #292929;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none !important;
}

div#hotsite {
    padding-bottom: 0px !important;
}

.slide-hotsite {
    border: solid #ff2076;
    border-width: 1px 0 1px;
    transition: .3s all ease-in-out;
    position: relative;
    z-index: 2;
}


.slide-hotsite .splide .splide__track {
    width: 100vw;
}
@media (min-width: 768px) {
    .slide-hotsite .splide .splide__track {
        width: calc(100vw - 32px);
    }
}
.slide-hotsite:hover {
    box-shadow: 0 0 20px #ff2076;
}
.banner-trio-item img {
    border: 1px solid #ff2076;
    display: block;
    transition: .3s all ease-in-out;
}
.banner-trio-item img:hover {
    box-shadow: 0 0 20px #ff2076;
}