/* Georgia */

@font-face {
font-family: 'GeorgiaWeb';
src: url('Fonts/georgia.woff2') format('woff2');
font-weight: 400;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: 'GeorgiaWeb';
src: url('Fonts/georgiab.woff2') format('woff2');
font-weight: 700;
font-style: normal;
font-display: swap;
}

html {
overflow-y: auto;
scrollbar-width: none;
}

html::-webkit-scrollbar {
display: none;
}

body {
margin: 0;
font-family: Roboto, Arial, sans-serif;

overflow-y: auto;
scrollbar-width: none;

background-image: url(Noise_Bck.png);

background-repeat: repeat;
background-size: auto;
}

header {
margin: 0;
display: flex;
justify-content: left;
align-items: center;

width: 100%;
height: 55px;
background-color: rgb(34,34,34);
margin: 0;
border: 1.5px solid rgb(99, 99, 99);
border-top: 0;
border-right: 0;
border-left: 0;
}

header img {
margin: 0 auto;
filter: drop-shadow(0 0 18px rgba(255, 50, 50, 0.5));
}

section {
position: absolute;

display: flex;
flex-direction: column;
top: 0px;
width: 10em;
height: 20em;
margin: 56.45px 0 0 0;

background-color: rgba(34, 34, 34,1);

border: 1.5px solid rgba(99, 99, 99,1);
border-top: 0;
border-left: 0;
}

lang-bar {
display: flex;

justify-content: center;   /* centra horizontalmente */
align-items: center;       /* centra verticalmente */
gap: 0px; 

border: 1.5px solid rgb(99, 99, 99);
border-top: 0;
border-right: 0;
border-left: 0;

width: 100%;
height: 50px;
background-color: rgb(34, 34, 34);
margin: 0 0 0 0em;
}

lang-bar a {
width: 100px;
font-size: 18px;
text-align: center;
}

a {
text-decoration: none;
font-weight: bold;
color: white; /* opcional */
}

.Subrayado {
position: absolute;
top: calc(55px + 1.5px + 45.975px);
left: 50%;                 
transform: translateX(-50%);
/*
transform: translateX(-130px);
transform: translateX(0px);
transform: translateX(70px);
*/
background-color: #CC181E;
width: 60px;
height: 4px;
}

.video_contenedor {
margin: 2em auto 7em auto;
background-color: rgb(34, 34, 34);

display: grid;

grid-template-columns: repeat(auto-fit, 300px);
grid-auto-rows: 250px;

padding-top: 10px;
padding-bottom: 10px;
padding-right: 10px;
padding-left: 10px;

gap: 5px;

filter: drop-shadow(0 0 16px rgba(0,0,0,0.5));

justify-content: center;
align-content: center;

max-width: 1215px;
}

.video_contenedor a {
text-decoration: none;
}

.video {
cursor: pointer;
padding: 10px;
}

.video p {
cursor: pointer;
}

.video:hover {
background-color: rgba(204, 24, 30,0.85);
border-radius: 6px;
}   

.video:hover .min {
filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.75))
}

.min {
cursor: pointer;
width: 280px;

height: auto;
aspect-ratio: 16 / 9 ;
border-radius: 8px;

margin: 0 auto;
display: flex;
align-items: center;
justify-content: center;

filter: drop-shadow(0 0 0);
}

.info {
cursor: pointer;
display: grid;
margin: 10px 0 0 0;
grid-template-columns: 38px 10px 1fr;
grid-template-rows: 38px 1fr;
grid-template-areas:
"box-1 box-0 box-2"
"box-1 box-0 box-2" ;

justify-items: left;
align-items: top;
}

.text {
grid-area: box-2;
margin: 0;
}

.pfp {
cursor: pointer;
margin: 0;
width: 38px;
height: auto;
border-radius: 50%;
}

.title {
margin: 0px 0 0 0;
color: white;
font-weight: 600;
}

.channel {
margin: 2.5px 0 0 0;
color: rgb(160, 160, 160);
font-weight: 400;
}

footer {
display: flex;
flex-direction: column;

position: fixed;
bottom: 0;
width: 100%;

margin: 0 0 0 0;
text-align: center;
font-size: 1.5em;
background-color: rgb(34, 34, 34);
filter: drop-shadow(0 0 8px rgba(0, 0, 0,0.5));

}

footer a:hover {
cursor: pointer;
color: #CC181E;
}

footer p {
margin: 0;
font-style: normal;
font-size: clamp(11.5px, 7.8571px + 1.2143vw, 20px);
font-weight: 400;

padding-top: clamp(0.46875rem, 0.4018rem + 0.3571vw, 0.625rem);
padding-bottom: clamp(1.5px, 0vw + 0.5vw, 5px);

}

footer h4 {
color: rgb(99, 99, 99);
margin: 0;
font-style: normal;
font-size: clamp(0.65625rem, 0.4554rem + 1.0714vw, 1.125rem);
font-weight: 425;

padding-bottom: clamp(7.5px, 5.3571px + 0.7143vw, 12.5px);

}