.tn-galerias .owl-dots {
    min-width: 100px;
    height: 70px;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
}
.tn-gvideos .owl-nav .owl-next {
    font-size: 38px !important;
    background: #e61f22 !important;
    padding: 30px 10px !important;
    display: flex !important;
    position: absolute;
    right: 0;
    top: calc(50% - 55px);
    color: #fff !important; 
    justify-content: center; 
    margin-right: -15px!important;
}
.tn-gvideos .owl-nav .owl-prev {
    font-size: 38px !important;
    background: #e61f22 !important;
    padding: 30px 10px !important;
    display: flex !important;
    position: absolute;
    left: 0;
    top: calc(50% - 55px);
    color: #fff !important;
    justify-content: center;    
    margin-left: -15px!important;
}
.tn-gvideos .owl-nav .owl-next span, .tn-gvideos .owl-nav .owl-prev span {
    display: flex;
    align-items: center;
    height: 0;
    margin-bottom: 5px;
}
.tn-hdestaque .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 0px 5px;
    background-color: #869791;
}

.tn-hdestaque .owl-dots .active span {
    background-color: #fff !important;
    box-shadow: 0 0 1px 1px #454545;
}

#tn-stories > div > div {
    padding-left:15px !important;
    padding-right:0px !important;
} 
.fadein {
    animation-name: fadein;
    animation-duration: 3s;
       }

   @keyframes fadein {
       from {
           opacity: 0;
       }
       to {
           opacity: 1;
       }
   }