* {
    margin: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: white;
}


html {
    scroll-snap-type: y mandatory;
}

body {
    color: white;
    background-color: black;
    height: 100vh;
    display: grid;
    place-items: center;
}

.app__videos {
    position: relative;
    height: 100%;
    background-color: white;
    /* overflow: scroll;*/
    width: 100%;
    max-width: 600px;
    scroll-snap-type: y mandatory;
    background: black;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.app__videos::-webkit-scrollbar {
    display: none;
}

#video {
    height: 95vh;
    margin: 0;
    /* overflow: auto;*/
}

.video {
    position: relative;
    height: 95vh;
    width: 100%;
    background-color: black;
    scroll-snap-align: start;
}

.video img {
    height: 100%;
}

.video .private {
    margin: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

.video .private img {
    width: 100%;
    max-height: 700px;
}

.video .privateText {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
}

.video__player {
    object-fit: cover;
    width: 100%;
    height: 100%;
}


.videoSidebar {
    position: absolute;
    top: 64%;
    right: 0px;
}

.videoSidebar .material-icons {
    font-size: 40px;
    cursor: pointer;
}

.videoSidebar__button {
    padding: 10px;
    text-align: center;
}

.videoFooter {
    position: absolute;
    bottom: 40px;
    margin-left: 10px;
    color: white;
    display: flex;
}

.videoFooter .videoFooter__tags {
    font-size: 18px;
    text-decoration: none;
    color: white;
    background-color: #adb5bdab;
    border-radius: 20px;
    padding: 5px;
}

/* Advertisement */

.advertisement {
    position: relative;
    height: 95vh;
    width: 100%;
    background-color: rgb(1, 1, 1);
    scroll-snap-align: start;
    text-align: center;
}

.advertisement img {
    margin-top: 90px;
}

.logo {
    position: absolute;
    top: 2%;
    left: 10px;
    font-size: 26px;
}

.logo p {
    font-size: 16px;
}

.videoFooter__text {
    flex: 1;
}

@media (max-width: 450px) {
    .app__videos {
        width: 100%;
        height: 100%;
        max-width: 100%;
        border-radius: 0;


    }

    .modal-dialog {
        width: 300px;
        display: flex;
        margin: auto;
        margin-top: 400px;
    }
}

.footer_mobile {
    position: fixed;
    display: block;
    width: 100%;
    bottom: 0;
    background: #0b0b0b;
    height: 5vh;
    line-height: 60px;
    text-align: center;
    color: #fcf9f9;
    text-transform: uppercase;
}

.footer_menu {

    padding: 25px;
}

.footer_menu img {
    height: 32px;
    width: 32px;
    margin-bottom: 28px;
}

.footer_menu a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

/* NAV */
.material-icons {

    font-size: 32px;
    line-height: 1;
}

.nav-header {
    width: 100%;
    max-width: 600px;
    width: 100%;
    position: fixed;
    z-index: 6;
}

.nav-header .logo {
    margin-top: 5px;
}

.nav-top {
    float: right;
    margin-right: 12%;
    margin-top: 15px;
}

.hamburger {
    position: fixed;
    background-color: transparent;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
    transition: transform 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
    z-index: 1002;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.hamburger.is-active {
    background-color: none;
}

._layer {
    background: #ffff;
    margin-bottom: 4px;
    border-radius: 2px;
    width: 28px;
    height: 4px;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
    transition: all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
}

.hamburger:hover .-top {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.hamburger:hover .-bottom {
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.hamburger.is-active .-top {
    -webkit-transform: translateY(200%) rotate(45deg) !important;
    -ms-transform: translateY(200%) rotate(45deg) !important;
    transform: translateY(200%) rotate(45deg) !important;
}

.hamburger.is-active .-mid {
    opacity: 0;
}

.hamburger.is-active .-bottom {
    -webkit-transform: translateY(-200%) rotate(135deg) !important;
    -ms-transform: translateY(-200%) rotate(135deg) !important;
    transform: translateY(-200%) rotate(135deg) !important;
}

.menuppal.is_active {
    transform: translate3d(0px, 0px, 0px);
}

.menuppal {
    background-color: rgb(0 0 0 / 71%);
    bottom: 0;
    height: 300px;
    left: 0;
    overflow-y: scroll;
    position: absolute;
    top: 0;
    transform: translate3d(0px, -100%, 0px);
    transition: transform 0.35s cubic-bezier(0.05, 1.04, 0.72, 0.98) 0s;
    width: 100%;
    z-index: 1001;
}

.menuppal p {
    margin-bottom: 0px;
    float: right;
    padding-right: 15px;
    font-size: 14px;
}

.menuppal ul {
    margin: 0;
    padding: 0;
}

.menuppal ul li {
    list-style: none;
    text-align: center;
    font-family: Verdadna, Arial, Helvetica;
    color: #0000;
    font-size: 18px;
    line-height: 3em;
    height: 3em;
    color: #369;
    text-transform: none;
    font-weight: bold;
}

.menuppal ul li a {
    text-decoration: none;
    color: #f8f9fa;
}

.menuppal ul li a:hover {
    text-decoration: none;
    color: #9a8c8c;
}

.no_result {
    padding: 10px;
    margin-top: 105px;
}

/* TAGS */
.tags {
    padding: 10px;
    margin-top: 50px;
    text-align: justify;
}

.tags p {
    font-size: 28px;
}

.tags span {
    padding: 10px;
    font-size: 20px;
    color: white;
}

.tags span a {
    text-decoration: none;
    color: white;
    background-color: #2d3236;
    border-radius: 32px;
    padding-left: 5px;
    padding-right: 5px;
}

/* PERFILES */
.profiles ul {
    list-style: none;
}

.profiles {
    padding: 10px;
    margin-top: 20px;
}

.profiles {
    padding: 10px;
    margin-top: 20px;
}

.profiles p {
    font-size: 28px;
}

.profiles img {
    width: 65px;
    height: 65px;
    border-radius: 900px;
    overflow: hidden;
    margin-left: 8px;
    margin-right: 15px;
}

.profiles .icon {
    width: 15px;
    height: 15px;
    margin: 0;
}

/* AVATAR */
.data-user-profile {
    display: flex;
    padding: 5px;
}

.data-user-profile .container-avatar-profile {
    flex-grow: 0;
    flex-shrink: 0;
    width: 20%;
    margin-right: 55px;

}

.data-user-profile .container-avatar-profile img {
    width: 100px;
}

.data-user-profile .user-info {
    flex-grow: 1;
    flex-shrink: 1;
    font-size: 18px;
}

.data-user-profile .name {
    font-size: 18px;
}

.data-user-profile .data {
    font-size: 14px;
    color: gray;
}

.modal-dialog {
    width: 300px;
    display: flex;
    margin: auto;
    margin-top: 300px;
}

.modal-content {
    background-color: rgb(0 0 0 / 71%);
}

.modal-body {
    text-align: center;
}

.offline {
    margin-top: 200px;
    text-align: center;
}

.offline p {
    font-size: 18px;
}

/* Age disclaimer */

div#age-disclaimer {
    visibility: hidden;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    color: #dadedf;
    background-color: rgba(0, 0, 0, .6);
    z-index: 9999999;
    font-size: 16px;
    line-height: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

div#age-disclaimer a {
    color: inherit;
}

div#age-disclaimer .content {
    max-width: 500px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@supports (backdrop-filter: blur(15px)) or (--webkit-backdrop-filter: blur(15px)) {
    div#age-disclaimer {
        backdrop-filter: blur(15px);
    }
}

@supports not (backdrop-filter: blur(15px)) {
    div#age-disclaimer {
        background-color: rgba(0, 0, 0, .8);
    }
}

.gifScroll {
    visibility: hidden;
    position: absolute;
    top: 5%;
    text-align: center;
    width: 100%;
    z-index: 999999;
}

.gifScroll img {
    width: 300px;
}

.profile {
    margin-top: 25%;
}

.profile .icon {
    float: left;
}

.profile .name {
    margin-left: 100px;
}

.profile .description {
    float: left;
    padding: 15px;
}

.profile .headProfile {
    height: 100px;

}

.profile .headProfile img {
    width: 80px;
    height: 80px;
    border-radius: 900px;
    overflow: hidden;
    margin-left: 8px;
}

.profile .links {
    padding: 10px 0px 20px 10px;
    display: inline-block;
}

.profile .links img {
    width: 35px;
    height: 35px;
    border-radius: 900px;
    overflow: hidden;
    margin-left: 8px;
}

.profile .contentProfile {
    text-align: center;
}

.profile .contentProfile img {
    width: 120px;
    padding-bottom: 3px;
}