*{
    margin: 0;
    cursor: url(../img/cursor.png), auto;
}

::-webkit-scrollbar {
    width: 3px;
}

::-webkit-scrollbar-track {
    background: white;
}

::-webkit-scrollbar-thumb {
    background: black;
}

a {
    text-decoration: none;
    color: inherit;
    transition: .05s;
    transition-timing-function: ease-in-out;
}

a:hover {
    cursor: url(../img/cursorlink.png), pointer;
    transition: .05s;
    transition-timing-function: ease-in-out;
}

#menu a {
    text-decoration: none;
    color: inherit;
    transition: .1s;
    transition-timing-function: ease-in-out;
}

#menu a:hover {
    border-bottom: solid black 2px;
    padding-bottom: 3px;
    zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
    transition: .1s;
    transition-timing-function: ease-in-out;
}

body{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-repeat: no-repeat;
}

#sidebar{
    width: 90%;
    border-radius: 20px;
    height: 50px;
    border: solid black 2px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 50px;
    z-index: 3;
}


#logo{
    width: 150px;
    height: 50px;
    text-align: center;
    border-right: solid black 2px;
    background-image: url(../img/logo.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#logo a{
    width: 100%;
    
}

#menu{
    display: flex;
    flex-direction: row;
    font-family: 'Space Grotesk', sans-serif;
    color: black;
    font-weight: 700;
    font-size: .95em;
    letter-spacing: 1px;
    align-items: center;
    margin-right: 3vw;
}

#menu a{
    width: 100%;
    margin: 0 2vw;
}

#menu a:hover {
    border-bottom: solid black 2px;
    padding-bottom: 2px;
    zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.4;
    transition: .1s;
    transition-timing-function: ease-in-out;
}

.selected{
    border-bottom: solid black 2px;
    padding-bottom: 2px;
}

#gradient{
    position: absolute;
    width: 100%;
    height: 60vh;
    z-index: 1;
}

#reel_box{
    width: 90%;
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5vh;
    z-index: 3;
}

#reel_box iframe{
    border-radius: 20px;
    width: inherit;
}

#post_content{
    width: 90%;
    margin-top: 5vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 3;
}

#post_header{
    height: 75vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

#header_left{
    width: 30%;
}

#header_info{
    border: solid black 2px;
    border-radius: 20px;
    padding: 40px 0;
}

#post_title{
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 2.2em;
    margin-left: 30px;
    margin-bottom: 10px;
    line-height: .85em;
}

#post_date{
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 500;
    font-size: 1.2em;
    margin-left: 30px;
    margin-bottom: 50px;
}

.post_detail{
    display: flex;
    flex-direction: column;
    margin-left: 30px;
    margin-top: 10px;
}

.detail1{
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 500;
    font-size: .9em;
}

.detail2{
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 500;
    font-size: 1.4em;
}

#header_back{
    cursor: url(../img/cursorlink.png), pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 500;
    font-size: 1.2em;
    width: 40px;
    height: 40px;
    border: solid black 2px;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 10px;
    transition: .2s;
    transition-timing-function: ease-in-out;
}

#header_back:hover{
    cursor: url(../img/cursorlink.png), pointer;
    width: 185px;
    transition: .2s;
    transition-timing-function: ease-in-out;
}

#header_back img{
    cursor: url(../img/cursorlink.png), pointer;
    width: 40px;
    transform: rotate(180deg);
}

#header_back p{
    cursor: url(../img/cursorlink.png), pointer;
    padding: 0 0 2px 5px;
}

#post_media{
    cursor: url(../img/cursor.png), pointer;
    width: 65%;
    max-height: 75vh;
    object-fit: contain;
}

.post_descmedia{
    cursor: url(../img/cursor.png), pointer;
    width: 100%;
    height: 50vh;
    object-fit: contain;
}

#post_media iframe{
    cursor: url(../img/cursor.png), pointer;
    width: 100%;
    height: 75vh;
}

#post_descmedia iframe{
    cursor: url(../img/cursor.png), pointer;
    width: 100%;
    height: 75vh;
}

#post_info2{
    display: flex;
    justify-content: center;
}

#post_desc{
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.5em;
    margin-top: 12vh;
    width: 40%;
    line-height: 1.6em;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#post_desc img{
    width: 140%;
    max-height: 70vh;
    margin: 5vh 0;
    object-fit: fill;
}

.vid_vert{
    width: 100%;
    height: 80vh;
}

#vids_anunciar{
    width: 160%;
    height: 80vh;
    display: flex;
    flex-direction: row;
}

#vids_anunciar iframe{
    width: 50%;
    height: inherit;
}

#vid_wide{
    width: 100%;
    height: 60vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    
}

#vid_wide iframe{
    width: 160%;
    height: inherit;
}

iframe{
    width: inherit;
    height: inherit;
}

footer{
    width: 90%;
    height: 50px;
    border: solid white 2px;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
    margin-top: 10vh;
    background-color: black;
}

#logo_footer{
    width: 150px;
    height: 50px;
    text-align: center;
    border-right: solid white 2px;
    background-image: url(../img/logo_white.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#logo_footer a{
    width: 100%;
    cursor: url(../img/cursorlink.png), pointer;
}

footer div{
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 400;
    font-size: .9em;
    color: white;
}

#arrow{
    cursor: url(../img/cursorlink.png), pointer;
    width: 50px;
    border-left: solid white 2px;
}

footer img{
    cursor: url(../img/cursorlink.png), pointer;
    transform: rotate(270deg);
}



/*TABLET*/

@media only screen and (max-width: 1200px) {

    #logo{
            text-align: center;
        }
    
    #logo img{
        max-width: 100%;
        height: auto;
        padding: 0;
    }

    #menu{
        font-size: 1em;
        letter-spacing: 1px;
        align-items: center;
    }
    
    #reel_box{
        width: 90%;
        height: 50vh;
    }
    
    #post_header{
        flex-direction: column;
        height: auto;
    }
    
    #header_left{
        width: 100%;
    }
    
    #header_back{
        display: none;
    }
    
    #post_media{
        width: 100%;
        padding-top: 5vh;
    }
    
    #post_desc{
        width: 70%;
    }
    
    #post_desc img{
        width: 100%;
    }
    
    #vids_anunciar{
        width: 100%;
        height: 60vh;
        display: flex;
        flex-direction: row;
    }

    #vids_anunciar iframe{
        width: 50%;
        height: inherit;
    }

    #vid_wide{
        width: 100%;
        height: 30vh;
        display: flex;
        flex-direction: column;
        align-items: center;    
    }

    #vid_wide iframe{
        width: 100%;
        height: inherit;
    }

        
        
}

@media only screen 
    and (min-device-width : 500px) 
    and (max-device-width : 1200px){

    #logo{
            text-align: center;
        }
        
    #logo img{
        max-width: 100%;
        height: auto;
        padding: 0;
    }

    #menu{
        font-size: 1em;
        letter-spacing: 1px;
        align-items: center;
    }
        
    #reel_box{
        width: 90%;
        height: 50vh;
    }
        
    #post_header{
        flex-direction: column;
        height: auto;
    }
        
    #header_left{
        width: 100%;
    }
        
    #header_back{
        display: none;
    }
    
    #post_media{
        width: 100%;
        padding-top: 5vh;
    }
        
    #post_desc{
        width: 70%;
    }
    
    #post_desc img{
        width: 100%;
    }
        
    #vids_anunciar{
        width: 100%;
        height: 60vh;
        display: flex;
        flex-direction: row;
    }

    #vids_anunciar iframe{
        width: 50%;
        height: inherit;
    }

    #vid_wide{
        width: 100%;
        height: 30vh;
        display: flex;
        flex-direction: column;
        align-items: center;    
    }

    #vid_wide iframe{
        width: 100%;
        height: inherit;
    }

        
}


/*MOVIL*/

@media only screen and (max-width: 650px) {
    
    #sidebar{
        height: 80px;
    }
    
    #logo{
        width: 30%;
        height: auto;
        text-align: center;
    }

    #logo img{
        max-width: 100%;
        height: auto;
        padding: 0;
    }

    #menu{
        font-size: 2.2em;
        font-weight: 500;
    }
    
    #reel_box{
        width: 90%;
        height: 50vh;
    }
    
    #post_content{
        font-size: 150%;
    }
    
    #post_desc{
        width: 90%;
    }
    
    #post_desc img{
        width: 100%;
    }
    
    #post_media iframe {
        height: 50vh;
    }

    
    footer{
        height: 80px;
    }
    
    #logo_footer{
        width: 30%;
        height: 80px;
    }
        
    #copyright{
        font-size: 1.6em;
    }
    
    #footer_self{
        display: none;
    }
    
    #arrow{
        width: 80px;
    }
    
    #vids_anunciar{
        width: 100%;
        height: 60vh;
        display: flex;
        flex-direction: row;
    }

    #vids_anunciar iframe{
        width: 50%;
        height: inherit;
    }

    #vid_wide{
        width: 100%;
        height: 30vh;
        display: flex;
        flex-direction: column;
        align-items: center;    
    }

    #vid_wide iframe{
        width: 100%;
        height: inherit;
    }

}

@media only screen 
and (min-device-width : 100px) 
and (max-device-width : 650px){
        
    #sidebar{
        height: 80px;
    }
    
    #logo{
        width: 30%;
        height: auto;
        text-align: center;
    }

    #logo img{
        max-width: 100%;
        height: auto;
        padding: 0;
    }

    #menu{
        font-size: 2.2em;
        font-weight: 500;
    }
    
    #reel_box{
        width: 90%;
        height: 50vh;
    }
    
    #post_content{
        font-size: 150%;
    }
    
    #post_desc{
        width: 90%;
    }
    
    #post_desc img{
        width: 100%;
    }
    
    #post_media iframe {
        height: 50vh;
    }

        
    footer{
        height: 80px;
    }
    
    #logo_footer{
        width: 30%;
        height: 80px;
    }
        
    #copyright{
        font-size: 1.6em;
    }
    
    #footer_self{
        display: none;
    }
    
    #arrow{
        width: 80px;
    }
    
    #vids_anunciar{
        width: 100%;
        height: 60vh;
        display: flex;
        flex-direction: row;
    }

    #vids_anunciar iframe{
        width: 50%;
        height: inherit;
    }

    #vid_wide{
        width: 100%;
        height: 30vh;
        display: flex;
        flex-direction: column;
        align-items: center;    
    }

    #vid_wide iframe{
        width: 100%;
        height: inherit;
    }

}