@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap');

@font-face {
    font-family: 'nitti_typewriterregular';
    src: url('fonts/nittitypewriter-normal-webfont.woff2') format('woff2'),
         url('fonts/nittitypewriter-normal-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'nitti_typewriteropen';
    src: url('fonts/nittitypewriter-open-webfont.woff2') format('woff2'),
         url('fonts/nittitypewriter-open-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'nitti_typewriterunderlined';
    src: url('fonts/nittitypewriter-underlined-webfont.woff2') format('woff2'),
         url('fonts/nittitypewriter-underlined-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body{
    font-family: 'nitti_typewriterregular', 'Roboto';
    /*background-color: #111111;*/
    background-image: url('fondo.jpg');
    box-sizing: border-box;
    margin: auto;
   
}

a{
    text-decoration: none;
}
iframe{
    width:40vw  !important;
}




.main-wrap{
    margin: auto;
    width: 100%;
   box-sizing: content-box;
    
}
.main-wrap-nota{
    margin: auto;
    width: 80%;
    box-sizing: border-box;
    
}
#header{
    position:sticky;
    
}

nav{
    background-color: #111111;
    z-index: 5000;    
}

#main-nav{
    background-color: #111111 !important;
}



a img:hover{
    opacity: 0.6;
}


#cabecera{
    font-family: 'nitti_typewriterregular';
    font-size: 2em;
}
.navbar-brand{
    margin: 2% 5% 2% 5%;
    width: 12vw;
}
#logo{
    width:100%;
    height: auto;
}
#logo-panel{
    width: 5vw;
    height: auto;
}

#offcanvasNavbar{
    background-color: #111111;
}

#offcanvasNavbarLabel{
    font-family: 'nitti_typewriterunderlined';
    font-size: 1.5em;
    color: #f5f5f5;
}

.btn-close{
    color: #f5f5f5;
}

.navbar-toggler{
    color: #f5f5f5;
}



.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    border: none;
    box-shadow: none;
}
.nav-link{
    font-size: 1.2em;
    color: #f5f5f5;

}
.nav-link:hover{
    color: #a8a8a8;
}

.nav-link:focus{
    color: #a8a8a8;
}






.legales{
    position: relative;
    top: 5vh;
}
.second_nav{
    position: relative;
    top: -2vh;
}
.legales,.second_nav{
    text-align: center;
    height: 10vh;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-weight: lighter;
    display: inline-flex;
    align-items: start;
    font-family: 'nitti_typewriterregular';
    
}
.legales li,.second_nav li{
    list-style: none;
    margin-left: 1rem;
    margin-right: 1rem;
}
.legales li a{
    text-decoration: none;
    color: white;
}
.second_nav li a{
    text-decoration: none;
    font-weight: 500;
    color:white;
    font-size: 2em;
    
}

.legales i{
    margin-right: 0.5rem;
    margin-bottom: 1rem;
}
.fixed-top{
    z-index: 5000;
}
#logo_bottom{
    display: block;
    align-items: center;
    text-align: center;
    margin: auto;
    padding-top: 10vh;
    margin-bottom: 5vh;
    
}
#logo_blanco{
    width:20vw;
    height: auto;
    margin:auto;
}




.twitter-tweet {
    max-width: 100% !important;
    width: 100% !important;
  }

.content{
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;}
    
    
.hero-mobile{
    display: none;
}    


.card-body a{
    color: black;
    text-decoration: none;
}
.card-text{
    min-height: 60vh;
    max-height: 60vh;
}
.card-text h6{
    font-size: 1.8rem;
    margin-top: 15px;
    margin-bottom: 10px;
    width: 90%;
    margin-left: 2rem;
    font-weight: 800;
    margin-top: -0.5rem;
    height: fit-content

}
.bajada{
    font-size:0.9rem;
    margin-left: 2rem;
    margin-bottom: 1rem;
    width: 80%;
    height: fit-content;
    text-align: justify;
}
.autor{
    margin-left: 2rem;
    height: 10vh;
}



.card-body a:hover{
    color: #a8a8a8
}
.card-img-top{
    width: 95%;
    height: auto;
    object-fit:cover;
    margin: auto;
    padding: 2rem 0rem 2rem 0rem;
}

.nota{
    width: 100%;
    padding-top: 5vh;
}


#cat{
    position: relative;
    top: 25vh;
    margin-bottom: 1.5rem;
}
#titulo_nota{
    position: relative;
    top: 25vh;
    justify-content: left;
    font-size: 4rem;
    line-height: 4rem;
    font-weight: 800;
    margin-bottom: 1rem;
    
}
#bajada_nota{
    margin-top: 2vh;
    position: relative;
    height: auto;
    top: 25vh;
}
#fecha{
    position: relative;
    top: 25vh;
    font-size: 1em;
    margin-top: 2vh;
    margin-bottom: 1vh;
}
#autor{
    position: relative;
    top: 21.3vh;
    left: 3vw;
    font-size: 1em;
    margin-left: 0.5vw;
    margin-bottom: -2vh;
}

#autor a{
    color: #111111;
    text-decoration: none;
}

#autor a:hover{
  font-family: 'nitti_typewriterunderlined';
}

#img_aut{
    width: 7vw;
    height: auto;
    position: relative;
    top: 26vh;
    left:-3vw;
    border-radius: 40px;
}
#foto_nota{
    position: relative;
    width: 100%;
    height: auto;
    top: 27vh;
}
.mas_fotos{
    width: 65vw;
    height: auto;
}
#botones-social{
    
    width: 40vw;
}
#texto_nota{
    position: relative;
    width: 100%;
    height: auto;
    top: 33vh;
    padding-bottom: 20vh;
    overflow: auto;
    box-sizing: content-box;
    text-align: justify;
    font-size: 18px;
}

#texto_nota  h3{
        font-size: calc(2rem + .6vw);
        font-weight: 900;
        display: inline-block;
    }

#link-s{
    position: relative;
    top: 33vh;
    height: max-content;
    overflow: visible;
    
}

#link-i{
    position: relative;
    top: 20vh;
    
}

#app{
    height: fit-content;
}

#rect{
    position: relative;
    width: 60vw;
    height: fit-content;
    padding:1vw;
    top: 30vh;
    background-color: #f5f5f5; 
}

#leyendo{
    font-family: 'nitti_typewriterunderlined';
    font-size: 3em;
    color: black;
    position: relative;
    left: 2vw;
    top: 5%;
}
#rect a{
    color: black;
    position: relative;
    left: 2vw;
    /*top: 25%;*/
    text-decoration: none;
}
#rect p{
    font-size: 1.2vw;
    width: 50vw;
}
.palo{
    color: #111111;
    width: 0.1vw;
    background-color: #fff01f;
    text-decoration: none;
    margin-right: 0.5rem;
}
#rect a:hover{
    color: #a8a8a8;
}
.rosa{
    color: #111111 !important;
    background-color: #fff01f;
}

#texto_nota span {
    color: #111111 !important;
    background-color: #fff01f;
}

b .rosa{
    color: #111111 !important;
    background-color: #fff01f;
}
.texto_nota b{
    color: #111111;
    background-color: #fff01f;
}

.sections{
    position: relative;
    height: fit-content;
    display: flex;
    background-image: url('fondo.jpg');
    background-size: cover;
    padding-top: 1%;
    
    
  
}
.sections a{
    color: black;
    text-decoration: none;
}
.sections a:hover{
    font-family: 'nitti_typewriterunderlined';
}



#nombre{
    position: relative;
    top: 15vw;
    color: #111111;
    left: 0.5vw;
}
#nombre h2{
    font-family: 'nitti_typewriteropen';
    font-weight: 800;
    font-size: 4rem;
    text-align: center;
}
#cat_art{
    position: relative;
    top: 20vw;
}
#cat_art a{
    color: black;
    text-decoration: none;
}



#auth_art{
    position: relative;
    top: 20vw;
}



#auth_art a{
    color: black;
    text-decoration: none;
}


#inter-mobile{
    display: none;
}
#franja-inter{
    background-color: silver;
    width: 100%;
    height: fit-content;
    padding-top: 3vh;
    padding-bottom: 6vh;
    margin-bottom: -8vh;
    justify-content: center;
    align-self: center;
    justify-self: center;
    padding-left:1vw;
    padding-right:1vw;
    margin-top: 2vh;
}
.inter{
    height: 50vh;
    margin-top: -10vh;
    margin-bottom: 5vh;
}


#disqus_thread{
    position: relative;
    top: 50vh;
}
.footer{
    position: relative;
    top: 40vh;
    height: 50vh;
    background-color: #111111;
    text-align: center;
    align-items: center;
    width: 100vw;
}
.bottom-ads{
    position: relative;
    top: 50vh;

}
.reaction-items{
    display: none !important;
}
.counts-visible{
    display: none !important;
}
.inter-content{
    z-index: 200;
    display: flex;
    align-items: center;
    justify-content: left;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 95%;
    margin-top:2vh;
      
}
.main-img{
    width: 100%;
    height: auto;
    object-fit: cover;
}

.img-fluid{
    width: 100%;
}
#hero{
    position: relative;
    z-index: 200;
    display: flex;
    justify-content: left;
    padding-top: 20vh;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
    background-image: url('fondo_hero.jpg');
    background-blend-mode: multiply;
}




#main_title{
    position: relative;
    display: flex;
    z-index: 300;
    color: white;
    justify-content: left;
    font-size: 2.4rem;
    line-height: 2.4rem;
    margin-bottom: 5%;
    margin-left: 5%;
    padding: 2rem 2rem 2rem 2rem;
    background-color: black;
    align-self: flex-end;
    width: 60%;
    
}
#main_title a{
    color: #ffffff;
}
#autor_title a{
    color: #ffffff;
}
#autor_title{
    padding: 1rem 1rem 1rem 1rem;
    background-color: black;
    position: relative;
    align-self: flex-end;
    right: 60%;
    bottom: 2%;
}

.inter_title a{
    position: relative;
    left: -7.9vw;
    display: flex;
    font-size: 1.5em;
    z-index: 300;
    color: white;
    padding-top: 35vh;
    justify-content: left;
    text-wrap: pretty;
    text-shadow: 3px 3px 7px black;
    bottom: 4vh;
    
}

.normal_title{
    z-index:200;
    display: block;
    justify-content: left;
    
}
.normal_title a{
    display: inline-block;
}
.col-lg-2.content{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -15vh;
}

#programas{
    position: relative;
    top: 25vh;
    margin: auto; 
}

#programas h4, #programas p{
    width: 98%;
    margin-left: 1rem;
}

#programas a{
    color: #111111;
}
#programas a:hover{
    font-family: 'nitti_typewriterunderlined';
}

iframe {
    aspect-ratio: 16 / 9;
    width: 100% !important;
}
@media screen and (max-width: 1030px){
 
    iframe{
        margin-left: auto !important;
        margin-right: auto !important;
        width:350px !important;
        
    }
    body{
        overflow-x: hidden;
    }
   
    .main-wrap-nota{
        width: 90%;
        padding-left: 5%;
    }
    #franja-inter{
        display: none;
    }
  
    p img{
        max-width: 100%;
    }
    #texto_nota a img{
        margin-bottom: 3vh;
    }
    
    #main-nav{
        height: 15vh;
    }

    .navbar-brand{
        margin-right: 35vw;

    }

    .navbar-toggler{
        position: relative;
        right: 8vw;
        top: 0.4vh;
    }

    #logo{
        width:30vw;
        margin-right: 2vw;
        margin-left:0;
    }
    #cabecera{
        font-size: 1.5em;
    }
    #fecha-hoy{
        display: none;
    }
    .hero-mobile{
        display: flex;
    }
 
    #main{
        display: none;
    }

     #main-wrap{
        width: 90vw;
        margin: auto;
    }


  
    .main-img{
        border-radius: 0;
        height: auto;
        width: 100%;
        object-fit: contain;
        padding-top: 5vh;
    }


    #player-youtube{
    position: relative;
    top: 20vh;
    width: 90vw;
    height: auto;
    margin: auto;
    display: flex;
    justify-content: center;
}
    iframe {
    aspect-ratio: 16 / 9;
    width: 100% !important;
}

    #cat_art{
        position: relative;
        top: 5vh;
    }
    #auth_art{
        position: relative;
        top: 15vh;
    }
    .sections{
        top: 10vh;
        height: fit-content;
        padding-bottom: 5vh;
        display: flex;
        border-radius: 0;
        width: 100%;
        
    }
   
    

    #nombre{
        width: 100%;
        height: 20vh;
        top: 10vh;
        background-image: url('fondo.jpg');
        align-items: center;
        justify-content: center;
    }
    #nombre h2{
        font-size: 2.5em;
        align-self: center;
        padding-top: 10vh;
    }
    
    #cat_auth{
        
        top: 0vh;
        height: 40vh;
        padding-top: 0vh;
        margin-bottom: 0vh;
        display: flex;
        border-radius: 0; 
    }
    .inter{
        display: none;
    }

    .nota{
        width: 100%;
        margin-left: -1rem;
    }
    #cat{
        position: relative;
        top: 8vh;
        margin-bottom: 4vh;
        margin-top: 5vh;
    }
    #titulo_nota{
        position: relative;
        top: 6vh;
        padding-top: 6vh;
        margin-bottom: 5vh;
        font-size: 2rem;
        width: 100%;
        line-height: 2.4rem;
        
        
    }
    #bajada_nota{
        margin-top: 5vh;
        position: relative;
        height: auto;
        top: 3vh;
        font-size: 1.4rem;
    }
    #fecha{
        position: relative;
        top: 2vh;
        font-size: 1em;
        margin-top: 2vh;
        margin-bottom: 1vh;
    }

    #autor{
        position: relative;
        top: 0vh;
        left: 0;
        font-size: 1em;
        margin-left: 2rem;
        margin-bottom: -2vh;
    }

    #art_auth{
        position: relative;
        top: 8vh;
        color: #a8a8a8;
    }

    .bajada{
    font-size:1rem;
    margin-left: 1rem;
    margin-bottom: 1rem;
    width: 89%;
    height: fit-content;
    text-align: justify;
    }

    .autor{
        position: relative;
        font-size: 1.2em;
        margin-bottom: -2vh;
        margin-left: 1rem;
        justify-self: left;
        width: 100%;
    }
    #img_aut{
    width: 12vw;
    height: auto;
    position: relative;
    top: 3vh;
    border-radius: 40px;
    }
    #foto_nota{
        position: relative;
        width: 100%;
        height: auto;
        object-fit: contain;
        top: 5vh;
        margin-left: -1rem;
    }
    #link-s{
        width: auto;
        position: relative;
        top: 20vh;
        object-fit: contain;
    }
    #link-i{
        width: auto;
        position: relative;
        top: 5vh;
        object-fit: contain;
    }

    .card-text{
    height: fit-content;
    min-height: 30vh;
    }

    .card-text h6{
        position: relative;
        font-weight: 800;
        font-size: 1.8rem;
        width: 90%;
        margin-left: 1rem;
        margin-bottom: 3vh;
        margin-top: 0;
    }
    
    #texto_nota{
        position: relative;
        text-align: justify;
        width: 100%;
        height: auto;
        top: 8vh;
        padding-bottom: 20vh;
        font-size: 1.1rem;
        margin-left: -1rem;
        
    }

    

    #rect{
        top: 5vh;
        width: 80vw;
        height: fit-content;
        left: 0;
        padding-top: 5vh;
        padding-bottom: 5vh;
        padding-left: 4vw;
        padding-right: 4vw;
        margin-top: 2vh;
        margin-bottom: 2vh;
        margin-left: 2vw;
        margin-right: 2vw;
    }
    #rect p{
        font-size: 1rem;
        width: 70vw;
    }
    .lateral{
        display: none;
    }
    .footer{
        width: 100vw;
        height: 85vh;
    }
    .legales, .second_nav{
        display: block;
        margin: auto;
        text-align: left;
        
    }
    .legales{
        position: relative;
        top: 5vh;
        font-size: 1em;
    }
    .legales i{
        margin-right: 2rem;
        margin-bottom: 1rem;
    }
    #logo_bottom{
        text-align: center;
        position: relative;
        left: -3vw;
        
    }
    #logo_blanco{
        width: 50vw;
    }

    
}


