@import url('https://fonts.googleapis.com/css2?family=Anton&family=Oswald:wght@200..700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Anton&family=Oswald:wght@200..700&display=swap');

*{
   text-decoration: none;
   box-sizing: border-box;
   list-style-type: none; 
       
   
}  

 body{
    background-color: #0A0A0A;
    margin: 0;
    background-image: url(../images/fondoo.png);
    background-size: cover;
    background-attachment: fixed;
    
 }

 img{
 max-width: 100%;
 }

section{
  margin-bottom: 5em;
}

p, h5, label, input{
  font-family: "Roboto", sans-serif;
}

p{
  font-weight: 500;
}


h1,h2,h3,h4,li,a, summary, details{
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.titulo{
  background-color:#FFD255;
  border: 3px solid black;
  padding: 1em;
  margin-bottom: 20px;
  color: rgb(0, 0, 0);
  text-align: center;
  
}



/*botones*/


 .btn {
   margin-bottom: 10px;
   display: block;
   padding: 15px;
   font-size: 20px;
   font-weight: 700;
   color: rgb(0, 0, 0);
   text-align: center;
   border-bottom: 2px solid black;  
   transition: background-color 0.3s ease;
  }
 
 .btn:hover {
   background-color: #FFF3C2;
 }


 .boton {
  display: block;
  padding: 10px;
  font-size: 2em;
  margin-top: 10px;
  font-weight: 700;
  border-radius: 4px;
  
  color: rgb(0, 0, 0);
  text-align: center;
  
  transition: background-color 0.3s ease;
 }

.boton:hover {
  background-color: #FFD255;
}


.vermas{
  display: block;
  padding: 10px;
  font-size: 20px;
  margin: 1em;
  margin-top: 10px;
 
  font-weight: 700;
  border-radius: 4px;
  
  box-shadow: 3px 3px 0px black;
  background-color: #f39f28;
  color: rgb(0, 0, 0);
  text-align: center;
  border: 2px solid black; 
  transition: background-color 0.3s ease;
 }
 .vermas:hover {
  background-color: #FFD255;
}

.vermasindex{
  display: block;
  padding: 10px;
  font-size: 20px;
  margin: 1em;
  margin-top: 10px;
 
  font-weight: 700;
  border-radius: 4px;
  
  box-shadow: 3px 3px 0px black;
  background-color: #f39f28;
  color: rgb(0, 0, 0);
  text-align: center;
  border: 2px solid black; 
  transition: background-color 0.3s ease;
 }
 .vermasindex:hover {
  background-color: #FFD255;
}

ul li {
  position: relative;
  padding-left: 2em;
}

ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3em;
  height: 3em;
}

/*iconos de el menu*/

#cateinicio::before {
  background: url('../images/home.jpg') no-repeat center;
  background-size: contain;
}

#catecine::before {
  background: url('../images/cine.jpg') no-repeat center;
  background-size: contain;
}

#cateserie::before {
  background: url('../images/series.jpg') no-repeat center;
  background-size: contain;
}

#catetexto::before {
  background: url('../images/textos.jpg') no-repeat center;
  background-size: contain;
}

#catecorto::before {
  background: url('../images/cortos.jpg') no-repeat center;
  background-size: contain;
}

#cateaudio::before {
  background: url('../images/audios.jpg') no-repeat center;
  background-size: contain;
}

#catetendencia::before {
  background: url('../images/tendencias.jpg') no-repeat center;
  background-size: contain;
}


/*header*/

.contenedora {
  width: min(18em, 100%);
  margin-inline: start;
  padding-block: 1em; 
}

header{
  background-color: #FFD255;
  border: 2px solid black;
  color: rgb(0, 0, 0);
  position: sticky;
  top: 0;
  z-index: 8000;
  padding: 1em;
}



#logo{
  width:100%;
  justify-content: right;
}

header .contenedora {
  display: flex; /* caja flexible */
  /* si los elementos "hijos" no caben en una fila,
     van a la fila siguiente */
  flex-wrap: wrap;
  
  /* elementos "hijos" separados en la horizontal */
  justify-content: space-between;
  
  /* elementos "hijos" centrados en la vertical */
  align-items: center;
}

.menu-btn {
  background: #f39f28;
  border-radius: 5%;
  box-shadow: 3px 3px 0px black;
  padding: .75rem;
  width: 3rem;
  aspect-ratio: 1;
  cursor: pointer;
  transition: all 0.3s ease-out;
  border: 2px solid black;

  position: fixed;
  top: 3em;
  right: 1.5em;
  z-index: 9000;
}

.menu-btn .btn-linea {
  width: 25px;
  height: 3px;
  margin: 4px 0 4px 0;
  background: hsl(0, 0%, 0%);
  transition: all 0.3s ease-out;
  position: relative;
  z-index: 9000;
}

/* cada barra, transformacion para formar la "X" */
.menuVisible .menu-btn .btn-linea {
  transform: rotate(180deg);
}
/* Las tres barras para formar la "X" */
.menuVisible .menu-btn .btn-linea:nth-child(1) {
  transform: rotate(45deg) translate(4px, 6px);
}
.menuVisible .menu-btn .btn-linea:nth-child(2) {
  opacity: 0;
}
.menuVisible .menu-btn .btn-linea:nth-child(3) {
  transform: rotate(-45deg) translate(4px, -6px);
}

/* menú propiamente dicho */
nav ul {
  background-color: #FFF3C2;
  border: 2px solid black;
  color: rgb(0, 0, 0);
  display: grid;
  place-items: center;
  place-content: center;

  /* sale del fondo, queda fijo */
  position: fixed;
  /* emplazamiento,
  estirado en toda la ventana */
  inset: 0;
  /* capa superior, arriba de casi todo */
  z-index: 8000;
  /* escondido "a la derecha" */
  translate: 100%;
  
  transition: all .6s ease; /* anima cuando "nav" NO tiene la clase "menuVisible" */
}

/* el menu cuando "nav" tiene la clase "menuVisible" */
.menuVisible ul {
  background-color: #FFF3C2;
  border: 2px solid black;
  color: rgb(0, 0, 0);
  transition: all .3s ease; /* anima cuando "nav" tiene la clase "menuVisible" */
  
  /* se muestra */
  translate: 0;
  left: auto;
}

/* cada vínculo del menu */
nav ul li a {
  border-bottom: solid 2px hsl(0, 0%, 0%);
  color: rgb(0, 0, 0);
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  margin-block-end: .5rem;
  width: min(70vw, 20rem); /* el valor menor entre el 70% del ancho de la ventana del navegador y 320px */
  text-align: center;
  
  padding: 0.5rem;

}

nav ul li a:hover {
  border-bottom: solid 3px #f39f28;
  transition: all .3s;
}









.barra-busqueda {
  display: flex; 
  align-items: center;
  max-width: 100%;
  margin: 0 auto;
  
}



.barra-busqueda input[type="text"] {
  width: 100%;
  padding: 10px;
  border: 2px solid #333;
  border-radius: 4px 0 0 4px;
  font-size: medium;
  background-color: #FFF3C2;
}

.barra-busqueda button {
  padding: 10px 12px;
  background-color: #f39f28;
  color: rgb(0, 0, 0);
  border: 2px solid #000000; 
  border-radius: 0 4px 4px 0; 
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s; 
}

.barra-busqueda button:hover {
  background-color: #FFF3C2; 
}


/*presentacion*/


.presentacionnosotros h2{
  font-weight: 900;
  }
  
  .presentacionnosotros{
    background-color:#FFF3C2;
    border-radius: 5px;
    margin-bottom: 30px;
    
    border: 2px solid black;
    text-align: center;
    color: rgb(0, 0, 0);
    padding: 1em;
    margin: 1em;
  }

  .presentacionnosotros p{
    font-weight: 600;
    font-style: oblique;
  }
  



.presentacion h2{
font-weight: 900;
}

.presentacion{
  background-color:#FFF3C2;
  border-radius: 5px;
  margin-bottom: 30px;
  
  border: 2px solid black;
  text-align: center;
  color: rgb(0, 0, 0);
  padding: 2em;
  margin: 3em;
}


.presentacion p{
  font-weight: 600;
  font-style: oblique;
}




#presentacionpersonaje{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  background-image: url(../images/recurso1.png);
  background-size: cover;
  border: 2px solid black;
}


#personaje{
  grid-column: 2;
  width: 100%;
  height: auto;
}

.presentacioncajas{
  background-color:#FFF3C2;
  border-radius: 5px;
  margin-bottom: 30px;
  
  border: 2px solid black;
  text-align: center;
  color: rgb(0, 0, 0);
  
  margin: 1em;
  padding: 2em;
}


/*CATEGORIAS*/

 
#grillacat{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 20px;
  margin-bottom: 5px;
  justify-content: center;

  margin: 1em;
}

#grillacat img{
  border-radius: 5px;
  
  
  
}

.ejemplo{
  width: 100%;
  height: auto;
  object-fit: cover;
  border: 2px solid black;
}

 #cine{
  
    background-color: #2fd1ae;
    color: black;
    margin-bottom: 20px;
    border-radius: 5px;
    text-align: center;
    box-shadow: 5px 5px 0px black;
    border: 2px solid black;
    padding: 0.5em;
    font-family: Oswald;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.5em;

    grid-column: 1;
    grid-row: 1;
 }
 #cine:hover{
  background-color: #FFD255;
}
 
 
 #series{
    background-color:  #FE6F4F;
    color: #0A0A0A;
    margin-bottom: 20px;
    border-radius: 5px;
    text-align: center;
    box-shadow: 5px 5px 0px black;
    border: 2px solid black;
    padding: 0.5em;
    font-family: Oswald;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.5em;

    grid-column: 2;
    grid-row: 1;
}

#series:hover{
  background-color: #FFD255;
}

 #textos{
    background-color: #DAC6FB;
    color: black;
    margin-bottom: 20px;
    border-radius: 5px;
    text-align: center;
    box-shadow: 5px 5px 0px black;
    border: 2px solid black;
    padding: 0.5em;
    font-family: Oswald;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.5em;
 }

 #textos:hover{
  background-color: #FFD255;
}

 #cortos{
    background-color:  #D0E957;
    color: #0A0A0A;
    margin-bottom: 20px;
    border-radius: 5px;
    text-align: center;
    box-shadow: 5px 5px 0px black;
    border: 2px solid black;
    padding: 0.5em;
    font-family: Oswald;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.5em;
 }

 #cortos:hover{
  background-color: #FFD255;
}

#audios{
  background-color:  #eba1cb;
  color: #0A0A0A;
  margin-bottom: 20px;
  border-radius: 5px;
  text-align: center;
  box-shadow: 5px 5px 0px black;
  border: 2px solid black;
  padding: 0.5em;
  font-family: Oswald;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.5em;
}

#audios:hover{
background-color: #FFD255;
}

#tendencias{
  background-color:  #6295FB;
  color: #0A0A0A;
  margin-bottom: 20px;
  border-radius: 5px;
  text-align: center;
  box-shadow: 5px 5px 0px black;
  border: 2px solid black;
  padding: 0.5em;
  font-family: Oswald;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.5em;
}

#tendencias:hover{
background-color: #FFD255;
}




#recomendados{
   background-color: #FFF3C2;
   border-radius: 5px;
   text-align: center;
   color: #0A0A0A;
  
   border: 2px solid black;
   padding: 1em;
   margin: 1em;

   display: flex;
   flex-direction: column;  
  
}

#recomendados img{
  border: 2px solid black;
  padding: 0;
  border-radius: 5px;
}


/*eventos*/

#grillacalendario {
  display: grid;
  
  grid-template-rows: 1fr;
  gap: 20px;
  margin-bottom: 5px;
  justify-content: center;
  margin: 1em;
}

.contenedorcalendario {
  display: grid;
  margin-top: 1.5em;
  margin-right: 1.5em;
  margin-left: 1.5em;
  grid-template-rows: auto auto;
  text-align: center;
  background-color: #FFF3C2; 
  border: 2px solid #000; 
  padding: 20px;
  border-radius: 10px; }

.numero {
  font-size: 10rem;
  font-weight: bold;
  color: #000;
  font-family: 'Oswald', sans-serif;
}

.mes {
  font-size: 2rem;
  font-weight: normal;
  color: #000;
  font-family: 'Oswald', sans-serif; 
}

.calendario{
  
  background-color: #FFD255;
  color: #0A0A0A;
  margin-bottom: 20px;
  border-radius: 5px;
  text-align: center;
  box-shadow: 5px 5px 0px black;
  border: 2px solid black;
}

.infocalendario {
  margin: 0px;
  padding:1em;
}


.horacalendario::marker {
  
  content: "⏰";

}

.horacalendario{
  text-align: left;
}
.lugarcalendario{
  text-align: left;
}

.textocalendario {
  text-align: left;
}


.lugarcalendario::marker {
  
  content: "📍";

}


/*unma*/

#unma{
  background-color: #FFF3C2; 
  text-align: center;
  border-radius: 5px;
  color: rgb(0, 0, 0);
  border: 2px solid black;
  padding: 1em;
  margin: 1em;
  
}

.carousel {
  justify-content: center;
  position: relative; 
  width: 100%;
  
  overflow: hidden; 
 
}

.carousel-track {
  display: flex;
  transition: transform 0.3s ease-in-out; 
  gap: 1em; 
}

.slide {
  flex: 0 0 100%; 
}

.slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 5px;
}

.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #FFD255;
  color: white;
  border: none;
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  font-size: 1.2em;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 10;
}

.arrow-left {
  left: 0.5em;
}

.arrow-right {
  right: 0.5em;
}

.arrow:hover {
  background-color: #FFF3C2;
}



#ubi{
  background-color: #FFF3C2;
  border-radius: 5px;
  text-align: center;
  color: #0A0A0A;
 
  border: 2px solid black;
  padding: 1em;
  margin: 1em;

 
}

#ubi img{
 
  border: 2px solid black;
  border-radius: 5px;
}



#ubi a{
  grid-column: span 2;
}



/*sumarcontenido index*/


 #contenido{
  background-color: #FFF3C2;
  text-align: center;
  border-radius: 5px;
  color: rgb(0, 0, 0);
  border: 2px solid black;
  margin-bottom: 40px;
  padding: 1em;
  margin: 1em;
  

 }


 /*contenido.html*/



 #camposformulario{
  display: grid;
  grid-template-columns: auto 1fr;
  justify-items: start;
  gap: 1em;
  padding-block-end: 1.5em;
  
}

input{
  width: 100%;
}


#buscar{
  text-align: center;
  height: 10em;
  border: 2px solid black;
  border-radius: 5px;
}

#buscar img{
  margin-top: 3em;
  width: 3em;
}



/*confirmacion.html*/

.miniaturas{
  display: grid;
  grid-template-columns: 3;
  gap: 20px;
}

#reco1{
  grid-column: 1;
  background-color: #FE6F4F;
  color: #0A0A0A;
  margin-bottom: 20px;
  border-radius: 5px;
  text-align: center;
  border: 2px solid black;
}

.adentro{
  background-color: #FFF3C2;
  border: 2px solid black;
  margin: 1em;
  padding: 0.3em;
  border-radius: 5px;
}

#reco2{
  grid-column: 2;
  background-color: #2fd1ae;
  color: #0A0A0A;
  margin-bottom: 20px;
  border-radius: 5px;
  text-align: center;
  border: 2px solid black;
}

#reco1 img{
  
  margin-top: 1em;
  height: auto;
  width: 90%;
  border: 2px solid black;
  border-radius: 5px;
  
}

#reco2 img{
  
  margin-top: 1em;
  height: auto;
  width: 90%;
  border: 2px solid black;
  border-radius: 5px;
}



/*categoriacine*/

.peliculas{
  background-color: #00c399;
  color: #0A0A0A;
  margin-bottom: 20px;
  border-radius: 5px;
  text-align: center;
  box-shadow: 5px 5px 0px black;
  border: 2px solid black;
}

 .imagenpelicula { 
  margin-top: 1em;
  height: auto;
  width: 90%;
  border: 2px solid black;
  border-radius: 5px;
 }

 .vermaspeliculas {
  display: block;
  padding: 10px;
  font-size: 20px;
  margin: 0;
  margin-top: 10px;
   font-weight: 700;
   border-radius: 4px;
   box-shadow: 3px 3px 0px black;
   background-color: #f39f28;
  
   color: rgb(0, 0, 0);
   text-align: center;
   border: 2px solid black; 
   transition: background-color 0.3s ease;
  }

  .vermaspeliculas:hover {
   background-color:#FFF3C2;
  }

  .tituloarchivo h3{
    left: auto;
  }


/*categoriaseries*/


.seriess{
 
  background-color: #FE6F4F;
  color: #0A0A0A;
  margin-bottom: 20px;
  border-radius: 5px;
  text-align: center;
  box-shadow: 5px 5px 0px black;
  border: 2px solid black;
}

.seriess img{
  margin-top: 1em;
  height: auto;
  width: 90%;
  border: 2px solid black;
  border-radius: 5px;
}
.adentro{
  background-color: #FFF3C2;
  border: 2px solid black;
  margin: 1em;
  padding: 1em;
  border-radius: 5px;
  
}

.vermasseries{
  display: block;
  padding: 10px;
  font-size: 20px;
  margin: 0;
  margin-top: 10px;
  font-weight: 700;
  border-radius: 4px;
  box-shadow: 3px 3px 0px black;
  background-color: #f39f28;
  color: rgb(0, 0, 0);
  text-align: center;
  border: 2px solid black; 
  transition: background-color 0.3s ease;

}

.vermasseries:hover {
  background-color:#FFD255;}

/*categoriacortos*/

.vermascortos {display: block;
  padding: 10px;
  font-size: 20px;
  margin: 0;
  margin-top: 10px;
  font-weight: 700;
  border-radius: 4px;
  box-shadow: 3px 3px 0px black;
  background-color: #f39f28;

    
  color: rgb(0, 0, 0);
  text-align: center;
  border: 2px solid black; 
  transition: background-color 0.3s ease;
}

 .vermascortos:hover {

  background-color:#FFD255;}

 .cortoss {
  background-color: #D0E957;
  color: #0A0A0A;
  margin-bottom: 20px;
  border-radius: 5px;
  text-align: center;
  box-shadow: 5px 5px 0px black;
  border: 2px solid black; 
}

 .imagencortos {
  margin-top: 1em;
  height: auto;
  width: 90%;
  border: 2px solid black;
  border-radius:5px}


  /*categoriatextos*/

 .imagentextos {
  margin-top: 1em;
  height: 20em;
  width: 90%;
  border: 2px solid black;
  border-radius:5px;
}

 .textoss {
  background-color: #DAC6FB;
  color: #0A0A0A;
  margin-bottom: 20px;
  border-radius: 5px;
  text-align: center;
  box-shadow: 5px 5px 0px black;
  border: 2px solid black;
}

 .vermastextos {
  display: block;
  padding: 10px;
  font-size: 20px;
  margin: 0;
  margin-top: 10px;
  font-weight: 700;
  border-radius: 4px; 
  box-shadow: 3px 3px 0px black;
  background-color: #f39f28;

   color: rgb(0, 0, 0);
  text-align: center;
  border: 2px solid black; 
  transition: background-color 0.3s ease;
}

 .vermastextos:hover {

  background-color:#FFD255;}



/*categoriaaudio*/
.audioss {
  background-color:#eba1cb;
  color: #0A0A0A;
  margin-bottom: 20px;
  border-radius: 5px;
  text-align: center;
  box-shadow: 5px 5px 0px black;
  border: 2px solid black;
}

 .imagenpelicula { 
  margin-top: 1em;
  height: auto;
  width: 90%;
  border: 2px solid black;
  border-radius: 5px;
 }

 .vermasaudios {
  display: block;
  padding: 10px;
  font-size: 20px;
  margin: 0;
  margin-top: 10px;
   font-weight: 700;
   border-radius: 4px;
   box-shadow: 3px 3px 0px black;
   background-color: #f39f28;

      color: rgb(0, 0, 0);
   text-align: center;
   border: 2px solid black; 
   transition: background-color 0.3s ease;
  }

  .vermasaudios:hover {
    background-color:#FFD255;}
  


/*CINE1.html*/

.tituloarchivo{
  margin-top: 1em;
  gap: 10em;
  display: flex;
  background-color:#FFD255;
  border: 3px solid black;
  padding: 1em;
  margin-bottom: 20px;
  color: rgb(0, 0, 0);
  justify-content: space-between;

}




#tele{
background-image: url(../images/teleparavideos.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
aspect-ratio: 1 / 1;
margin: 2em;
display: grid;
text-align: center;
place-content: center;
}



iframe {
  width: 25em;
  max-width: 100%;
  margin: auto;
  border-radius: 5%;
  top: 15em;
  aspect-ratio: 16/9;
 
}


.botonestele{
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  gap: 10px;
  padding: 1em;
  margin: 1em;
}



.negro{
  display: flex;
  padding-top: 1em;
  padding-bottom: 1em;
  gap: 20px;
  justify-content: center;
  color: #000000;
  background-color: #f39f28;
  border: 2px solid black;
  box-shadow: 3px 3px 0px black;
  border-radius: 5px;
  width: 12em;
  transition: background-color 0.3s ease;


}

.negro:hover{
  background-color: #FFD255;
}





/* Pop-up de compartir */
.share-popup {
 
  position: absolute;
  width: 25em;
  height: 85%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FFD255; 
  border: 2px solid black;
  border-radius: 5px; 
  box-shadow: 3px 3px 0px black;
 
  padding: 1em;
  padding-bottom: 4em;
  margin-top: 4em;
  display: grid;
  gap: 1em;
  place-content: center;
}


.popup-title {
  font-size: 2em;
  font-weight: bold;
  color: #000;
  text-align: center;
}

#volver{
  margin-top: 2em;
}



.estrella{
  justify-self: end;
}

.stars {
  display: inline-block;
  font-size: 30px;
  color: #020202;
  cursor: pointer;
  padding-top: 0.3em ;     
}

.stars:hover {
  color: #f9d71c;
}

.selected-stars {
  color: #f9d71c;
}

.grillainfo{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 3em;
  border: 2px solid black;
  background-color: #FFF3C2;
  border-radius: 5px;
  padding: 1em;
  margin: 1em;

}

#pelifoto{
grid-column: 2;
border-radius: 5px;
border: 2px solid black;
box-shadow: 5px 5px 0px black;
}

#peli{
  grid-column: 1;
  grid-row: 1;
}

#peliparrafo{
  font-size: small;
  grid-column: 1;
  grid-row: 1;
  margin-top: 5em;
}

.masinfo{
  border: 2px solid black;
  background-color: #FFF3C2;
  border-radius: 5px;
  padding: 1em;
  margin: 1em;
}

.perfilesdirector{

  border: 2px solid black;
  height: 10em;
  width: 10em;
  gap: 20px;
  text-align: center;
  border-radius: 5px;
}

.perfilesdirector img{

 margin-top:0.2em;
  border-radius: 5px;
  height: 80%;
} 

.perfilesdirector h5{
  margin-top: 0;
}

.losperfiles{
  display: flex;
  gap: 10px;
  justify-content: center;
}


.perfiles{
  border: 2px solid black;
  height: 10em;
  width: 10em;
  gap: 20px;
  text-align: center;
 
}

.perfiles img{
padding :0.5em;
border-radius: 10px;
aspect-ratio: 1;
height: 7em;

}

.perfiles h5{
  margin-top: 0;
}


/*comentarios*/
.comentariosgrid{
  margin: 1em;
  display: grid;
  grid-template-columns: 7em 3fr;
  grid-template-rows: auto auto;

}
.arriba{
  display: flex;
  background-color: #FFD255;
  border: 2px solid black;
  border-left: none;
  border-bottom: none;
  color: rgb(0, 0, 0);
  padding: 1em;
  width: 100%;
  height: 3em;
  justify-content: start;
  align-items: center; 
  

  grid-column: 2;
}



.nombreperfil{
  font-size: large;
  font-weight: 900;
}

.abajo{
  display: flex;
  background-color: #FFF3C2;
  border: 2px solid black;
  border-left: none;
  color: rgb(0, 0, 0);
  padding: 1em;
  width: 100%;
  height: 5em;
  justify-content: start;
  align-items: center; 

  grid-column: 2;
}

.avatar{
  background-color: #FFD255;
  border: 2px solid black;
  padding: 0.5em;
  grid-row: 1 / span 2;
  place-content: center;
}
.avatar img{
  width: 5em;
  border-radius: 5%;
  object-fit: contain;
  border: 2px solid black;
}



.comentarios {
  display: flex; 
  align-items: center;
  max-width: 100%;
  margin: 1em;
  
}



.comentarios input[type="text"] {
  width: 100%;
  padding: 10px;
  border: 2px solid #333;
  border-radius: 4px 0 0 4px;
  font-size: medium;
  background-color: #FFF3C2;
}

.comentarios button {
  padding: 10px 12px;
  background-color: #f39f28;
  color: rgb(0, 0, 0);
  border: 2px solid #000000; 
  border-radius: 0 4px 4px 0; 
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s; 
}

.barra-busqueda button:hover {
  background-color: #FFF3C2; 
}

/*series1*/

details {
 
  
  position: relative;
}

summary {
  cursor: pointer;
  text-align: center;
  list-style: none;
  border: 0.1em solid #FFF3C2;
}

summary:hover {
  background-color: #FFF3C2;
}

details[open] summary {
  background-color: #FFF3C2;
}

details ul {
  padding: 0;
  margin: 0.3em 0 0 0;
  background-color: #FFD255;
  border: 0.1em solid #000000;
  border-radius: 5%;

}

details ul li {
  padding: 0.5em;
  border-bottom: 0.1em solid #000000;
}

details ul li:last-child {
  border-bottom: none;
}

details ul li:hover {
  background-color: #FFF3C2;
  cursor: pointer;
}

.escondido{
  height: 0;
  overflow: hidden;
}

/*audio1*/

.mptres{

background-image: url(../images/mp3.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
text-align: center;
aspect-ratio: 3 / 2;
margin: 0.5em;
margin-left: 1em;

display: grid;
place-content: center;
}



.hebe{
  background-color: #FFF3C2;
  border-radius: 5px;
  text-align: center;
  color: #0A0A0A;
 
  border: 2px solid black;
  padding: 1em;
  margin: 1em;
}



/*textos.html*/


#texto{
  background-color: #FFF3C2;
  border-radius: 5px;
  text-align: center;
  color: #0A0A0A;
 
  border: 2px solid black;
  padding: 1em;
  margin: 1em;
}

#texto img{
  border: 2px solid black;
  border-radius: 5px;
}

/*Unma.html*/
#edificio{
width: 100%;
}
/*footer*/

footer{
   
  color: #ffffff;
  margin-bottom: 20px;
   border-radius: 5px;
   padding: 1em;
   margin: 1em;
   font-size: x-small;

 }

 
@media (min-width: 600px) {

  .menuVisible ul {
    width: 60%;
    place-items: center;
    place-content: center;
  
  }



  #grillacat{
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
  

  .cine{
    grid-column: 1;
    grid-row: 1;
  }

  .series{
    grid-column: 2;
    grid-row: 1;
  }

  .textos{
    grid-column: 3;
    grid-row: 1;
  }

 
  #recomendados{
    padding: 2em;
    gap: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr; 
    text-align: left;
 }

  #recomendados img{

    width: 100%;
    justify-self: center;
  }


  .vermas{
    grid-column: span 2;  
    width: 100%;
    justify-self: center;
  }

  #unma{
    padding: 2em;
    gap: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr; 
    grid-template-rows: 1fr auto;
    text-align: left;
  }

  #unma img{
    grid-column: 2;
    width: 100%;
    justify-self: center;
  }

  #unma p{
  
   grid-column: 1;
    grid-row: 1;
  }

  .carousel{
    place-self: center;
    height: 20em;
    width: 90%;
  }

  .slide img{
    justify-self: center;
    object-fit: cover;
    width: 100%;
  }

  #ubi{
    display: grid;
    grid-template-columns: 20em auto;
  }

  #ubi img{
    grid-column: 1;
  }

  #ubi h3{
    grid-column: 2;
    text-align: left;
  }

  

  #contenido{
   margin: 4em;
  }

  #buscar img{
    width: 5em;
    height: 5em;
  }

  .miniaturas{
    
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .presentacion{
    margin: 5em;
  }

  .presentacion img{
    height: 20em;
  }

  .presentacioncajas{
    padding: 2em;
    margin: 2em;
  }

  .tituloarchivo{
    align-items: center;
    font-size: larger;
  }

  #televisor{
    justify-items: center;
  }

  .botonestele{
    gap: 40px;
    display: grid;
    
    padding: 1em;
    margin: 1em;
    justify-items: center;
  }

  #tele{
    width: 32em;
    display: grid;
  }
  iframe{
    width: 30em;
  }


.peliparrafo{
  font-size: large;
}

#texto{
    
  display: grid;
  grid-template-columns: 30em 30em;
  height: 20em;
  width: 90%;
  justify-content: center;  
  align-items: center;
  margin-left: 6em;
  margin-right: 6em;

}

#texto img{
  width: 15em;
}

.hebe{
  gap: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center; 
}

#grillacalendario {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 20px;
  margin-bottom: 5px;
  justify-content: center;
  margin: 1em;
}


@media (min-width: 1200px) {

  .presentacion{
   margin-left: 7em;  
   margin-right: 7em;  

  }

  .imagenpelicula{
    aspect-ratio: 1;
  }

  #ubi{
    height: 15em;
    margin-left: 10em;  
    margin-right: 10em;  
  }

  #ubiboton{
    position: relative;
    left: 7em;
    bottom: 3em;
    width: 28em;
  }
  #grillapresentacion{
    display: grid;
    grid-template-columns: 40em auto;
    background-color:#FFF3C2;
    border-radius: 5px;
    margin-bottom: 30px;
    
    border: 2px solid black;
    align-items: center;
    text-align: center;
    color: rgb(0, 0, 0);
    padding: 2em;
    margin: 2em;
  }

  .presentacionnosotros{
    grid-column: 1;
    background-color: none;
    border: none;
    box-shadow: none;
    text-align: left;
  }



  #presentacionpersonaje{
    grid-column: 2;
    place-content: center;
    height: 19em;
    border-radius: 5px;
 
    
  }

 

  #grillacat{
    display: flex;
    padding: 2em;
  }

  #recomendados{
    display: grid;
    grid-template-columns: 30em 30em;
    height: 25em;
    justify-content: center;  
  }

.vermas{
  width: 20em;
}

  .vermasindex{
    grid-column: 1;
    position: relative;
  }



  #eventosindex{
    bottom: 5em;
  }

  #unmaindex{
    bottom: 2em;

  }

  #unmaparrafo{
    padding: 1em;
  }


#contenido{
  display: grid;
  justify-self: center;
  width: 50em;
}
 



  #recomendados img{
    grid-column: 2;
    height: 20em;
    width: 30em;
  }

  #unma{
    display: grid;
    grid-template-columns: 30em 30em;
    height: 20em;
    justify-content: center;  
    align-items: center;
  }
  #unma img{
    height: 100%;
    width: 100%;

  }

  .miniaturas{
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grillainfo{
    padding-left: 4em;
    padding-right: 4em;
    margin: 7em;
    height: 23em;
  }

  .grillainfo img{
    position: relative;
    width: 20em;
    left: 8em;
  }

  .escondido{
    font-size: small;
    height: auto;
    overflow: visible;
    position: relative;
    bottom: 21em;
  }

  #starss{
    height: 8em;
  }
  



  .masinfo{
    margin: 7em

  }

  #texto{
    
    display: grid;
    grid-template-columns: 30em 30em;
    height: 20em;
    width: 90%;
    justify-content: center;  
    align-items: center;
    margin-left: 6em;
    margin-right: 6em;

  }

  #texto img{
    width: 15em;
  }


  .audios{
   place-self: center;

 }

 .comentariosgrid{
  margin-left: 5em;
  margin-right: 5em;

 }

 #buscar{
  justify-self: center;
  width: 40em;
  height: 20em;
 }

 #buscar img{
  margin-top: 8em;
}

#grillacalendario {
  grid-template-columns: 1fr 1fr 1fr;
  margin: 2em;
}

.hebe{
  grid-template-columns: 30em 30em;
  height: 20em;
  justify-content: center;  
  margin: 4em;
  align-items: center;
}

.hebe img{
  width: 90%;
}

}