* {
    padding: 0;
    margin: 0;
}

#destaques .item {
    background: #0c83e700;
    margin: 0px;
    color: #fff;
    border-radius: 0px;
    text-align: center;
    height:40rem;
}

#desta .item {
    background: #0c83e700;
    margin: 0px;
    color: #fff;
    border-radius: 0px;
    text-align: center;
}

#filmes .item {
    background: #95100000;
    margin: 5px;
    color: #FFF;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

#filmes .item h1 {
    font-size: 18px;
}

#filmes .current .item {
    background: #3e700000;
}

#series .item {
    background: #15900000;
    margin: 5px;
    color: #FFF;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

#series .item h1 {
    font-size: 18px;
}

#series .current .item {
    background: #3e700000;
}

#desenhos .item {
    background: #75300000;
    margin: 5px;
    color: #FFF;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

#desenhos .item h1 {
    font-size: 18px;
}

#desenhos .current .item {
    background: #3e700000;
}

#documentarios .item {
    background: #75300000;
    margin: 5px;
    color: #FFF;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

#documentarios .item h1 {
    font-size: 18px;
}

#documentarios .current .item {
    background: #3e700000;
}

#musicais .item {
    background: #75300000;
    margin: 5px;
    color: #FFF;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

#musicais .item h1 {
    font-size: 18px;
}

#musicais .current .item {
    background: #3e700000;
}

#originais .item {
    background: #35700000;
    margin: 5px;
    color: #FFF;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

#originais .item h1 {
    font-size: 18px;
}

#originais .current .item {
    background: #3e700000;
}

#whach .item {
    background: #25800000;
    margin: 5px;
    color: #FFF;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

#whach .item h1 {
    font-size: 18px;
}

#whach .current .item {
    background: #3e700000;
}

#midias .item {
    background: #9C700000;
    margin: 5px;
    color: #FFF;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

#midias .item h1 {
    font-size: 18px;
}

#midias .current .item {
    background: #3e700000;
}

#games .item {
    background: #C9C9C900;
    margin: 5px;
    color: #FFF;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

#games .item h1 {
    font-size: 18px;
}

#games .current .item {
    background: #0c83e700;
}

#parceiros .item {
    background: #C9C9C900;
    color: #FFF;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

#parceiros .item h1 {
    font-size: 18px;
}

#parceiros .current .item {
    background: #0c83e700;
}

.owl-theme {
    position: relative;
}

.owl-theme .owl-next,
.owl-theme .owl-prev {
    width: 5%;
    height: 100%;
    margin: 0px;
    position: absolute;
    top: 0%;
}

.owl-theme .owl-prev {
    left: 0px;
}

.owl-theme .owl-next {
    right: 0px;
}

#filmes.owl-theme {
    position: relative;
}

#filmes.owl-theme .owl-next,
#filmes.owl-theme .owl-prev {
    width: 5%;
    height: 100%;
    margin: 0px;
    position: absolute;
    top: 0%;
}

#filmes.owl-theme .owl-prev {
    left: 0px;
    background-color: #1010107a;
}

#filmes.owl-theme .owl-prev:hover {
    background-color: #000000c7;
}

#filmes.owl-theme .owl-next {
    right: 0px;
    background-color: #1010107a;
}

#filmes.owl-theme .owl-next:hover {
    background-color: #000000c7;
}

#series.owl-theme {
    position: relative;
}

#series.owl-theme .owl-next,
#series.owl-theme .owl-prev {
    width: 5%;
    height: 100%;
    margin: 0px;
    position: absolute;
    top: 0%;
}

#series.owl-theme .owl-prev {
    left: 0px;
    background-color: #1010107a;
}

#series.owl-theme .owl-prev:hover {
    background-color: #000000c7;
}

#series.owl-theme .owl-next {
    right: 0px;
    background-color: #1010107a;
}

#series.owl-theme .owl-next:hover {
    background-color: #000000c7;
}

#desenhos.owl-theme {
    position: relative;
}

#desenhos.owl-theme .owl-next,
#desenhos.owl-theme .owl-prev {
    width: 5%;
    height: 100%;
    margin: 0px;
    position: absolute;
    top: 0%;
}

#desenhos.owl-theme .owl-prev {
    left: 0px;
    background-color: #1010107a;
}

#desenhos.owl-theme .owl-prev:hover {
    background-color: #000000c7;
}

#desenhos.owl-theme .owl-next {
    right: 0px;
    background-color: #1010107a;
}

#desenhos.owl-theme .owl-next:hover {
    background-color: #000000c7;
}

#documentarios.owl-theme {
    position: relative;
}

#documentarios.owl-theme .owl-next,
#documentarios.owl-theme .owl-prev {
    width: 5%;
    height: 100%;
    margin: 0px;
    position: absolute;
    top: 0%;
}

#documentarios.owl-theme .owl-prev {
    left: 0px;
    background-color: #1010107a;
}

#documentarios.owl-theme .owl-prev:hover {
    background-color: #000000c7;
}

#documentarios.owl-theme .owl-next {
    right: 0px;
    background-color: #1010107a;
}

#documentarios.owl-theme .owl-next:hover {
    background-color: #000000c7;
}

#musicais.owl-theme {
    position: relative;
}

#musicais.owl-theme .owl-next,
#musicais.owl-theme .owl-prev {
    width: 5%;
    height: 100%;
    margin: 0px;
    position: absolute;
    top: 0%;
}

#musicais.owl-theme .owl-prev {
    left: 0px;
    background-color: #1010107a;
}

#musicais.owl-theme .owl-prev:hover {
    background-color: #000000c7;
}

#musicais.owl-theme .owl-next {
    right: 0px;
    background-color: #1010107a;
}

#musicais.owl-theme .owl-next:hover {
    background-color: #000000c7;
}

#originais.owl-theme {
    position: relative;
}

#originais.owl-theme .owl-next,
#originais.owl-theme .owl-prev {
    width: 5%;
    height: 100%;
    margin: 0px;
    position: absolute;
    top: 0%;
}

#originais.owl-theme .owl-prev {
    left: 0px;
    background-color: #1010107a;
}

#originais.owl-theme .owl-prev:hover {
    background-color: #000000c7;
}

#originais.owl-theme .owl-next {
    right: 0px;
    background-color: #1010107a;
}

#originais.owl-theme .owl-next:hover {
    background-color: #000000c7;
}

#whach.owl-theme {
    position: relative;
}

#whach.owl-theme .owl-next,
#whach.owl-theme .owl-prev {
    width: 5%;
    height: 100%;
    margin: 0px;
    position: absolute;
    top: 0%;
}

#whach.owl-theme .owl-prev {
    left: 0px;
    background-color: #1010107a;
}

#whach.owl-theme .owl-prev:hover {
    background-color: #000000c7;
}

#whach.owl-theme .owl-next {
    right: 0px;
    background-color: #1010107a;
}

#whach.owl-theme .owl-next:hover {
    background-color: #000000c7;
}

#midias.owl-theme {
    position: relative;
}

#midias.owl-theme .owl-next,
#midias.owl-theme .owl-prev {
    width: 5%;
    height: 100%;
    margin: 0px;
    position: absolute;
    top: 0%;
}

#midias.owl-theme .owl-prev {
    left: 0px;
    background-color: #1010107a;
}

#midias.owl-theme .owl-prev:hover {
    background-color: #000000c7;
}

#midias.owl-theme .owl-next {
    right: 0px;
    background-color: #1010107a;
}

#midias.owl-theme .owl-next:hover {
    background-color: #000000c7;
}

#games.owl-theme {
    position: relative;
}

#games.owl-theme .owl-next,
#games.owl-theme .owl-prev {
    width: 5%;
    height: 100%;
    margin: 0px;
    position: absolute;
    top: 0%;
}

#games.owl-theme .owl-prev {
    left: 0px;
    background-color: #1010107a;
}

#games.owl-theme .owl-prev:hover {
    background-color: #000000c7;
}

#games.owl-theme .owl-next {
    right: 0px;
    background-color: #1010107a;
}

#games.owl-theme .owl-next:hover {
    background-color: #000000c7;
}

#parceiros.owl-theme {
    position: relative;
}

#parceiros.owl-theme .owl-next,
#parceiros.owl-theme .owl-prev {
    width: 5%;
    height: 100%;
    margin: 0px;
    position: absolute;
    top: 0%;
}

#parceiros.owl-theme .owl-prev {
    left: 0px;
    background-color: #1010107a;
}

#parceiros.owl-theme .owl-prev:hover {
    background-color: #000000c7;
}

#parceiros.owl-theme .owl-next {
    right: 0px;
    background-color: #1010107a;
}

#parceiros.owl-theme .owl-next:hover {
    background-color: #000000c7;
}