@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


*{
    padding: 0px;
    margin: 0px;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

html{
    background-color: #282727;
}

p{
    font-family: 'Lato';
}

/* HEADER ------------------------------------------------------*/
header{
    font-family: 'Montserrat';
    font-weight: 500;
    background-color: #131313;
    height: 6rem;
}

h2{
    font-family: 'Montserrat';
    color: #f1f1f1;
    font-size: 35px;
    letter-spacing: 1px;
    text-align: center;
}

.header{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5rem;
    height: 6rem;
    margin-left: 5rem; margin-right: 5rem;
}

.opcionesHeader{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4rem;
}

.opcionesHeader p{
    color: #f1f1f1;
}

.lupa{
    display: flex;
    flex-direction: row;
    margin-left: 13rem;
    gap: 2rem;
}

#home:hover{
    color: #E25454;
}
#cine:hover{
    color: #E25454;
}
#tv:hover{
    color: #E25454;
}
#comics:hover{
    color: #E25454;
}
#videojuegos:hover{
    color: #E25454;
}
#entrevistas:hover{
    color: #E25454;
}
#entrevistas{
    color: #F4C366;
}

.casillaEntrevistas:hover{
    background-color: #F4C366;
    color: #E25454;
}

/*PORTADA-----------------------------------------------------------------------------------*/
.fondoEntrevista{
    width: 100%;
}

.contenedorTitulo{
    display: flex;
    background-color: rgba(7, 5, 0, .50);
    align-items: center;
    width: 100%;
    justify-content: center;
    padding: 2rem;
}

.seccionDescripcion{
    height: 52.2rem;
    width: 100%;
    background-image: url(img/fondoNahir.svg);
}

.textoDescripcion{
    color: #f1f1f1;
    font-size: 25px;
    display: flex;
    flex-direction: column;
    gap: 30rem;
    justify-content: center;

}

.textoYeditora{
    display: flex;
    flex-direction: column;
    gap: 3rem;
    margin-left: 5rem; margin-right: 5rem;
}
.editoraTexto{
    font-weight: 400;
    font-size: 20px;
}

.textoDescripcion p{
    font-weight: 500;
    font-family: 'Lato';
}

.editora{
    display: flex;
    flex-direction: row;
    gap: 2rem;
}
#redes{
    display: flex;
    flex-direction: row;
    gap: 1rem;
}
#fecha{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
}

.fechaYeditora{
    display: flex;
    flex-direction: row;
    gap: 41rem;
}

/*VIDEO ENTREVISTA--------------------------------------------*/

.titulo{
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: center;
}

.seccionVideoEntrevista{
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 7rem; margin-left: 5rem; margin-right: 5rem;
}

.video{
    justify-content: center;
    align-items: center;
}

.likeEntrevista {
    border-radius: 18px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    gap: 1rem;
    background-color: #1B1B1B;
    width: 7rem;
}

.heart-container {
    display: inline-block;
    position: relative;
    width: 40px;  /* Ajusta el tamaño según sea necesario */
    height: 50px; /* Ajusta el tamaño según sea necesario */
}

.heart-container input[type="checkbox"] {
    display: none;
}

.heart-container .heart {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.heart-container .red-heart {
    display: none;
}

.heart-container input[type="checkbox"]:checked + .heart + .red-heart {
    display: block;
}

.heart-container input[type="checkbox"]:checked + .heart {
    display: none;
}

/*COMENTARIOS -------------------------------------------------------------------- */

.seccionComentarios{
    margin-left: 5rem; margin-top: 4rem;
}
.video {
    display: flex;
    justify-content: center;
    align-items: center;
}
.rectangle {
    width: calc(100% - 40px); /* 20px de distancia a cada lado */
    height: 100px; /* Altura del rectángulo */
    background-color: #484848;
    border-radius: 18px;
    display: flex;
    align-items: center;
    padding-left: 20px; /* Espacio de 20px desde el borde izquierdo */
    box-sizing: border-box; /* Incluye el padding en el cálculo del ancho */
}
.rectangle p {
    color: #F9F9F9;
    font-size: 20px;
    margin: 0;
}
.button-container {
    margin-top: 20px; /* Espacio entre el rectángulo y el botón */
}
.button {
    background-color: #E25454;
    color: #F9F9F9;
    font-size: 16px;
    padding: 15px 100px;
    border: none;
    border-radius: 18px;
    cursor: pointer;
    text-align: center;
}
.image-container {
    display: flex;
    align-items: flex-start; /* Alinea los elementos arriba */
    margin-left: 20px; /* Mueve el contenedor de imagen hacia la derecha */
    margin-top: 60px;
    align-items: top;
}
.image-container img {
    width: 100px; /* Ajusta el tamaño de la imagen según sea necesario */
    height: auto;
    margin-right: 10px; /* Espacio entre la imagen y el texto */
}

@keyframes removeBackground {
    0% {
        background-color: rgba(244, 195, 100, .20);
    }
    100% {
      background-color: transparent;
    }
  }

.image-container-feedback {
    animation: removeBackground 4s forwards;
    display: flex;
    padding-top: 1rem; padding-left: 2rem; padding-bottom: 1rem;
    align-items: flex-start; /* Alinea los elementos arriba */
    margin-left: 20px; /* Mueve el contenedor de imagen hacia la derecha */
    margin-top: 60px;
    align-items: top;
    border-radius: .5rem;
}

.image-container-feedback-responder {
    animation: removeBackground 4s forwards;
    display: flex;
    padding-top: 1rem; padding-left: 2rem; padding-bottom: 1rem;
    align-items: flex-start; /* Alinea los elementos arriba */
    margin-left: 30px; /* Mueve el contenedor de imagen hacia la derecha */
    margin-top: 60px;
    align-items: top;
    border-radius: .5rem;
}

.image-container-feedback img {
    width: 100px; /* Ajusta el tamaño de la imagen según sea necesario */
    height: auto;
    margin-right: 10px; /* Espacio entre la imagen y el texto */
}

.text-container {
    display: flex;
    margin-right: 15px;
    align-items: center;
}
.username {
    font-family: 'Lato';
    font-size: 16px;
    color: white;
    margin-right: 15px;
}
.highlight {
    font-family: 'Lato';
    background-color: #F4C366;
    color: #000;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 5px;
    margin-right: 15px;
}
.date {
    font-size: 12px;
    color: #828282;
    font-family: 'Lato';
}


/* 80 y 5 */
input[type="checkbox"] {
    display: none; /* Oculta el checkbox */
}
input[type="checkbox"]:checked + .like-image {
    content: url('img/like verde.svg'); /* Cambia la imagen al estar seleccionada */
}
input[type="checkbox"]:checked + .dislike-image {
    content: url('img/dislike\ rojo.svg'); /* Cambia la imagen al estar seleccionada */
}

/* 0 y 1 */
input[type="checkbox"] {
    display: none; /* Oculta el checkbox */
}
input[type="checkbox"]:checked + .liken-image {
    content: url('img/like verde.svg'); /* Cambia la imagen al estar seleccionada */
}
input[type="checkbox"]:checked + .disliken-image {
    content: url('img/dislike rojo.svg'); /* Cambia la imagen al estar seleccionada */
}

/*  50 y 10 */
input[type="checkbox"] {
    display: none; /* Oculta el checkbox */
}
input[type="checkbox"]:checked + .likea-image {
    content: url('img/like verde.svg'); /* Cambia la imagen al estar seleccionada */
}
input[type="checkbox"]:checked + .dislikea-image {
    content: url('img/dislike rojo.svg'); /* Cambia la imagen al estar seleccionada */
}
 
/*30 y 5 */
input[type="checkbox"] {
    display: none; /* Oculta el checkbox */
}
input[type="checkbox"]:checked + .likes-image {
    content: url('img/like verde.svg'); /* Cambia la imagen al estar seleccionada */
}

input[type="checkbox"]:checked + .dislikes-image {
    content: url('img/dislike rojo.svg'); /* Cambia la imagen al estar seleccionada */
}



#responder{
    background-color: rgba(40, 39, 39, 0);
    border: none;
    box-shadow: none;
}

.imagenn-container {
    display: flex;
    align-items: flex-start;
    margin-left: 120px;
    margin-top: -40px; /* Reduce el margen superior negativo */
}

.imagenn-container img {
    width: 100px;
    height: auto;
    margin-right: 10px;
}

.texto-container {
    display: flex;
    margin-right: 15px;
    align-items: center;
}

.usernames {
    font-family: 'Lato';
    font-size: 16px;
    color: white;
    margin-right: 15px;
}

.fecha {
    font-size: 12px;
    color: #828282;
    white-space: nowrap;
}

.texto-adicional {
    color: #FFFFFF;
    font-size: 22px;
    margin-top: -70px; /* Reduce el margen superior negativo */
    margin-left: 230px;
   
    line-height: 1.6;
}

.reactions-container {
    display: flex;
   

}

.reactions-container img {
    width: 20px; /* Ajusta el tamaño de las imágenes de reacción */
    margin-right: 55px; /* Espacio entre las imágenes de reacción */
}
.feedback-buttons {
    display: flex;

}

.reaction-container-ComentarioNuevo{
    display: flex;
    flex-direction: row;
    gap: 3rem;
}

.feedback-item {
    display: flex;
    align-items: center;
}

.feedback-icon {
    margin-right: 10px; /* Espacio entre la imagen y el número */
}

.liki-count {
    font-size: 20px;
    color: #f1f1f1;
}
.like-count,
.dislike-count {
    font-size: 20px;
    color: #f1f1f1; /* Color blanco para los números */
    margin-left: 8px; /* Espacio entre la imagen y el número */
}
.liken-count,
.disliken-count {
    font-size: 20px;
    color: #f1f1f1; /* Color blanco para los números */
    margin-left: 8px; /* Espacio entre la imagen y el número */
}
.likea-count,
.dislikea-count {
    font-size: 20px;
    color: #f1f1f1; /* Color blanco para los números */
    margin-left: 8px; /* Espacio entre la imagen y el número */
}

.likes-count,
.dislikes-count {
    font-size: 20px;
    color: #f1f1f1; /* Color blanco para los números */
    margin-left: 8px; /* Espacio entre la imagen y el número */
}


.imagen-contenedora {
    display: flex;
    align-items: flex-start;
    margin-left: 20px;
    margin-top: 80px; /* Reduce el margen superior */
}

.imagen-contenedora img {
    width: 100px;
    height: auto;
    margin-right: 10px;
}

.textos-container {
    display: flex;
    margin-right: 15px;
    align-items: center;
    margin-top: 10px; /* Ajusta el margen superior */
}

.usernamess {
    font-size: 16px;
    color: white;
    margin-right: 15px;
}

.dates {
    font-size: 12px;
    color: #828282;
}
.texto-largo{
    color: white;
    font-size: 22px;
    margin-right: 120px;
    width: 100%;
    padding: 130px;
    margin-top: -190px;
    line-height: 1.6;
  
    
}
.mensaje{
    color: white;
}
.img-cont{
    display: flex;
    align-items: flex-start;
    margin-left: 20px;
    margin-top: -60px; /* Reduce el margen superior */
}

.img-cont img {
    width: 100px;
    height: auto;
    margin-right: 10px;
}

.conteiner-textos {
    display: flex;
    margin-right: 15px;
    align-items: center;
    margin-top: 10px; /* Ajusta el margen superior */
}

.use {
    font-size: 16px;
    color: white;
    margin-right: 15px;
}

.dat{
    font-size: 12px;
    color: #828282;
}
.texto-larg{
    color: white;
    font-size: 22px;
    margin-right: 120px;
    width: 100%;
    padding: 130px;
    margin-top: -190px;
    line-height: 1.6;
  
}
.mensajes{
    color: white;
}
.center-button {
    display: flex;
    justify-content: center;
    margin-top: -30px; /* Ajusta según sea necesario para centrarlo verticalmente */
}

.ver-mas-btn {
    background-color: #E25454;
    color: white;
  font-size: 22px;
    padding: 10px 42px;
    font-family: 'Lato';
    cursor: pointer;
    transition: background-color 0.3s;
    border: none;
    border-radius: 11px;
}

.ver-mas-btn:hover {
    background-color: #F4C366;
}
.linea-horizontal {
    position: absolute;
    margin-top: 50px;
    width: calc(90% - 20px); /* Ancho de la línea, teniendo en cuenta el distanciamiento */
    height: 2px; /* Grosor de la línea */
    background-color: white; /* Color de la línea */
}
.contenedor-titulo {
    display: flex;
    flex-direction: column;
    justify-content:flex-start;
    justify-content: center;
    align-items: center;
    margin-top: 4rem;
}

.titulo-interes {
    font-size: 28px;
    color: white;
    margin-right: 58rem; margin-top: 2rem;
}
.contenedor-imagen {
    display: flex;
    align-items: flex-start; /* Alinea los elementos arriba */
    margin-top: 150px; /* Espacio entre el título y la imagen */
    margin-left: 20px; /* Ajusta según sea necesario */
}

.contenedor-imagen img {
    width: 200px; /* Ajusta el tamaño de la imagen según sea necesario */
    height: auto;
    margin-right: 20px; /* Espacio entre la imagen y el texto */
}

.texto-superior {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 20px;
    color: white;
}

.texto-inferior {
    display: flex;
    align-items: center; /* Alinea verticalmente los elementos */
    color: white;
    margin-top: 100px; /* Ajusta el espacio según sea necesario */
   
}
.calenddarie{
    display: flex;
    flex-direction: row;
    gap: .8rem;
}





.contenedora-imagen {
    display: flex;
    align-items: flex-start; /* Alinea los elementos arriba */
    margin-top: 150px; /* Espacio entre el título y la imagen */
    margin-left: 20px; /* Ajusta según sea necesario */
}

.contenedora-imagen img {
    width: 200px; /* Ajusta el tamaño de la imagen según sea necesario */
    height: auto;
    margin-right: 20px; /* Espacio entre la imagen y el texto */
}

.texta-superior {
    font-size: 22px;
    color: white;
    margin-top: 10px; /* Espacio entre el texto y la imagen */
}

.texta-inferior {
    display: flex;
    align-items: center; /* Alinea verticalmente los elementos */
    color: white;
    margin-top: 110px; /* Ajusta el espacio según sea necesario */
    margin-left: -370px;
}

.calendda {
    width: 20px; /* Ancho del contenedor del calendario */
    margin-right: 10px; /* Espacio entre el calendario y la fecha */
}

.calendda img {
    width: 100%; /* Ajusta el tamaño de la imagen del calendario */
    height: auto; /* Mantiene la proporción de la imagen */
}
.contenedor {
    display: flex;
}

.contenedor-imagen {
    flex: 1; /* Para que ocupen el mismo espacio */
    margin-right: 20px; /* Espacio entre las columnas */
    text-align: left; /* Centrar contenido */
}


.text-inferior {
    display: flex;
    align-items: left; /* Alinea verticalmente los elementos */
    color: white;
    margin-top: 100px; /* Ajusta el espacio según sea necesario */
    margin-left: -350px;
}
.contenedor {
    display: flex;
    justify-content: space-between; /* Distribuir el espacio entre las columnas */
    margin-bottom: 20px; /* Espacio entre las secciones */
}

.contenedor-imagen {
    flex: 1; /* Para que ocupen el mismo espacio */
    text-align: left; /* Centrar contenido */
}

.texto-inferior {
   
    justify-content: flex-start; /* Alinear contenido a la izquierda */
    align-items: left; /* Centrar verticalmente */
    margin-left: -370px;
    padding-left: -280px; /* Añadir un poco de espacio a la izquierda */
}

.texto-inferior span {
    margin-left: 5px; /* Separación entre el icono del calendario y el texto */
    
}
.footer {
    background-color: #000;
    color: white;
    text-align: center; /* Alinear texto al centro */
    height: 150px;
    margin-top: 20px; /* Espacio superior */
    padding: 20px; /* Relleno interior */
    width: 100%; /* Ocupar todo el ancho disponible */
    box-sizing: border-box; /* Incluir el padding en el ancho total */
    display: flex; /* Usar flexbox para alinear elementos */
    justify-content: space-between; /* Distribuir elementos horizontalmente */
    align-items: center; /* Alinear verticalmente */
    
}

.contacto {
    display: flex;
    flex-direction: column; /* Apilar elementos verticalmente */
    align-items: flex-start; /* Alinear elementos a la izquierda */
    margin-left: 80px; margin-top: 1.5rem;
    gap: .5rem;
}

.contacto p {
    margin: 8px 0; /* Espacio alrededor del texto */
    font-size: 16px;
}
.h1{
    font-size: 28px;
}

.contacto img {
    width: 150px; /* Ajusta el tamaño de la imagen según sea necesario */
    height: auto;
    margin-top: 30px; /* Espacio arriba de la imagen */
    margin-top: 10px;
}

.oculto{
    display: none !important;
}
.oculto-responder-contenedor{
    display: none !important;
}
.oculto-responder{
    display: none !important;
}
#msj{
    background-color: #484848;
    color: #f9f9f9;
    width: 80rem;
    border-radius: 1rem;
    font-family: 'Lato';
    border-width: 0px;
    font-size: 20px;
    padding: 25px; padding-top: 30px;
    margin-top: 2rem;
}

#msj-responder{
    background-color: #484848;
    color: #f9f9f9;
    width: 70rem;
    border-radius: 1rem;
    font-family: 'Lato';
    border-width: 0px;
    font-size: 20px;
    padding: 25px; padding-top: 30px;
    margin-top: 2rem;
    margin-left: 6.5rem; 
}

#enviar{
    width: 12rem;
    padding-right: 2rem; padding-left: 2rem; padding-top: 0.6rem; padding-bottom: 0.6rem;
    border-radius: .5rem;
    background-color: #E25454;
    color: #f9f9f9;
    font-weight: 500;
    border-width: 0px;
    font-family: 'Montserrat';
    margin-top: 1.5rem;
}
#enviar:hover{
    cursor: pointer;
}

#enviar-responder{
    width: 12rem;
    padding-right: 2rem; padding-left: 2rem; padding-top: 0.6rem; padding-bottom: 0.6rem;
    border-radius: .5rem;
    background-color: #E25454;
    color: #f9f9f9;
    font-weight: 500;
    border-width: 0px;
    font-family: 'Montserrat';
    margin-top: 1.5rem; margin-left: 6.5rem;
}

.texto-boton{
    display: flex;
    flex-direction: column;
}

.comentario1{
    margin-left: 4rem; padding-right: 8rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.nombreusuarioYtexto{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.lorem-text{
    color: #f9f9f9;
    font-size: 18px;
}

.reaction-container{
    display: flex;
    flex-direction: row;
    gap: 3rem;
    margin-left: 6.5rem;
    align-items: center; 
    font-family: 'Lato';
}
.comentario2{
    margin-left: 9rem; padding-right: 10rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

#feedback{
    margin-right: 4rem;
    margin-left: 2rem; 
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
#feedback-responder{
    margin-right: 4rem;
    margin-left: 6.5rem; 
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.boton-vermas {
    display: flex;
    flex-direction: row; /* Cambié 'flex: row' a 'flex-direction: row' */
    justify-content: center;
    margin-top: 3rem;
}

.botonverMas {
    padding-left: 2.2rem; 
    padding-right: 2.2rem; 
    padding-top: .8rem; 
    padding-bottom: .8rem;
    background-color: #E25454;
    font-family: 'Montserrat'; 
    font-weight: 500; 
    color: #f9f9f9;
    border-radius: .8rem;
    transition: background-color 0.3s ease; /* Añadido para una transición suave */
}

.botonverMas:hover {
    background-color: #F4C366;
}

.kaiju{
    display: flex;
    flex-direction: row;
    align-items: top;
    gap: 1rem;
}
.sugerencias1{
    display: flex;
    flex-direction: row;
    margin-left: 7rem; margin-top: 2rem; margin-right: 7rem;
    align-items: center;
    justify-content: center;
}
.sugerencias2{
    display: flex;
    flex-direction: row;
    margin-left: 7rem; margin-top: 3rem; margin-right: 7rem; margin-bottom: 4rem;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.textoYfecha-sugerencias{
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

footer{
    background-color: #1E1E1E;
    color: #f9f9f9;
    padding-bottom: 1rem;
}
.footer-contenedor{
    display: flex;
    flex-direction: row;
    gap: 40rem;
    
}
.seguinos{
    display: flex;
    flex-direction: column; /* Apilar elementos verticalmente */
    align-items: flex-start; /* Alinear elementos a la izquierda */
    margin-left: 80px; margin-top: 1.5rem;
    gap: 1rem;
}
.seguinos img{
    width: 3rem;
}

#responder{
    color: #f9f9f9; 
    text-decoration: underline;
    font-size: 16px;
}
#responder:hover{
    color: #E25454;
    cursor: pointer;
}

.likeComentario {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

}

.linea1{
    position: relative;
    top: -90rem; left: 7.5rem;
}
.union1{
    position: relative;
    top: -90rem; left: 7.5rem;
}