
/* CSS RESET: Eliminar diferencias entre navegadores*/

* {
	margin: 0px;
	padding: 0px;
    box-sizing: border-box;
}

/* Para que no se muestre la barra lateral de scroll*/

::-webkit-scrollbar {
    display: none;
}

/* COLOR FONDO + TIPOGRAFÍA */

body{
    background-color:white;
    font-family: 'Quattrocento', serif;
}

/* ESTILOS HEADER */

header{
	background-color: #64022e;
    padding-top: 2%;
    padding-bottom: 1%;
}

    /* LOGO */

    header img{
        height: 130px;
        display:block;
        margin:auto;
    }


/* ESTILOS MENÚ*/

nav{
    background-color:#64022e;
    text-align: center;
    font-weight: 700;
    padding-bottom: 2.5%;
}

    nav ul{
        padding-bottom: 2%;
    }

    nav li{
        display: inline;
        font-size: 20px;
        padding-left: 3%; 
    }

    nav a{
        color: white;
        text-decoration:none;
        transition: 0.4s;
    }

    nav a:hover {
        text-decoration:none;
        color: white;
    }

    nav .diferente{
        display: inline-block;
        border: solid 2px;
        border-color: white;
        background-color:#64022e;
        color: white;
        border-radius: 10px;
        transition: 0.2s;
        transform: scale(1);

        padding-top: 0.5%;
        padding-bottom: 0.5%;
        padding-left: 1.5%;
        padding-right: 1.5%;
    }

    nav .diferente:hover{
        transform: scale(1.1);

    }

/* ESTILOS BÚSQUEDA*/

.search{
    display: inline-block;
    border: solid 1px;
    border-color: white;
    border-radius: 50px;
    width: 40%;
    padding: 0.5%;
    padding-bottom: 0.7%;
    vertical-align: center;
    margin-left: 3%;
}

    .search .barra{
        background-color: #64022e;
        color: white;
        font-family: 'Quattrocento', serif;
        font-weight: 400;
        font-size: 18px;
        outline: none;
        border: none;
        width: 85%;
    }

    .lupa{
        cursor: pointer;
        display: inline;
        width: 5%;
        margin-left: 5%;
        margin-bottom: -0.5%;
        margin-top: 0.4%;
    }


/* CONTENIDO INDEX*/

.scroll1{
    margin-top: 2%;
    margin-left: 10%;
    margin-right: 10%;
    background-color:#e0ddd7e2;
    direction: ltr; 
    padding: 1%;
    border-right: solid 3px #64022e; 
    border-left: solid 3px #64022e; 
    
}

.scroll1Frase{
    font-size: 20px;  
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #64022e; 
    margin: 2%;
 
}

article{
    padding-top: 1%;
    padding-left: 10%;
    padding-right: 10%;
}

.welcome{
    text-align: center; 
    margin-bottom: 2%; 
    margin-top: 2%; 
    font-size: 30px;
    color: #64022e;
    font-weight: 700;
    padding-bottom: 2%;
    padding-top: 2%;
    padding-left: 4%;
}

.seccion{
    width: 30%;
    font-size: 30px;
    font-weight: 700;
    color: #383031;
}

    article .panel{
        display: inline-block;
        color: #383031;
        width: 54%;
        vertical-align: top;
        margin-top: 2%;
        margin-bottom: 6%;
    }

        article .titulo{
            color: #64022e;
            font-size: 30px;
            font-weight: 700;
            padding-bottom: 2%;
        }

        article .autor{
            color: #64022e;
            font-size: 26px;
            font-weight: 400;
            padding-bottom: 4%;
        }

        article .contenido{
            display: block;
            font-size: 18px;
            font-family: 'Roboto', sans-serif;
            font-weight: 300;
            color: #383031;
        }

        .botones{
            margin-top: 4%;
            width: 40%;
            display: inline-block;
        }

        .botones .mas{
            margin-top: 4%;
            font-family: 'Quattrocento', serif;
            font-weight: 700;
            font-size: 18px;
            color: white;
            text-align: center;
            padding: 5%;
            padding-left: 10%;
            padding-right: 10%;
            border-radius: 10px;
            background-color: #64022e;
            transition: 0.4s;
            transform: scale(1);
        }

        .botones .mas:hover{
            cursor: pointer;
            transform: scale(1.1);
        }


        .botones .adaptacion{
            font-family: 'Quattrocento', serif;
            color: #64022e;
            border: solid 2px #64022e;
            padding: 5%;
            padding-left: 8%;
            padding-right: 8%;
            border-radius: 50px;
            transition: 0.4s;
            font-size: 16px;
            background-color: white;
        }

        .botones .adaptacion:hover{
            cursor: pointer;
            background-color:#dccbb74e;
        }


    article .panel-imagen{
        padding-left: 3%;
        display: inline-block;
        position: relative;
        width: 38%;
        top: 0;
        left: 0;
    }

    .image1 {
        width: 64%;
        position: relative;
        top: 0;
        left: 0;
        opacity:0.6;
        transition: 0.2s;
        transform: rotate(-5deg);
        z-index: 1;
    }


    .image2 {
        width: 82%;
        position: absolute;
        top: 0;
        left: 200px;
        transition: 0.2s;
        z-index: 2;
        transform: rotate(12deg);
    }


/* CONTENIDO LIBROS */

    /* Formulario géneros*/

    .opciones{
        display: block;
        text-align: right;
        margin-left: 10%;
        margin-right: 10%;
        margin-top: 2%;
        margin-bottom: 1.5%;

        font-family: 'Quattrocento', serif;
        font-weight: 700;
        font-size: 20px;
        color: #64022e;    
    }

        .opciones select {
            padding: 1%;
            padding-right: 10%;
            font-family: 'Quattrocento', serif;
            font-weight: 400;
            font-size: 18px;
            color: #64022e;

            border: solid 2px;
            border-color:#64022e;
            border-radius: 10px;
            cursor: pointer;
        }

        .opciones select:hover{
            border: solid 2px;
            border-color:#64022e;
        }

        .opciones select:focus{
            border-color:#64022e;
        }

        

    /*Contenido libros*/

    .container-principal{
        margin-left: 10%;
    }

        .panel-content {
            background-color: #dccbb79d;
            display: inline-block;
            width: 41%;
            margin-right: 8%;
            margin-top:3%;
            margin-bottom:3%;
            padding: 2%;

            border-left: solid 3px;
            border-color:#64022e;
        }

        .panel-content img{
            width: 10%;
            margin-left: -5%;
            margin-top: -1%;
            z-index: 2;
            position:absolute;
            transition: 0.4s;
            transform: scale(1);
        }

        .panel-content img:hover{
            cursor: pointer;
            transform: scale(1.1);
        }
        .panel-libros img{
            width: 13%;
            margin-left: -5%;
            margin-top: -1%;
            z-index: 2;
            position:absolute;
            transition: 0.4s;
            transform: scale(1);
        }

        .panel-libros img:hover{
            cursor: pointer;
            transform: scale(1.1);
        }
        
        
        .panel-content .titulo2{
            color: #64022e;
            font-size: 22px;
            font-weight: 700;
            padding-bottom: 1%;
            padding-left: 28%;
        }
        
        .panel-content .autor2{
            color: #64022e;
            font-size: 18px;
            font-weight: 400;
            padding-bottom: 3%;
            padding-left: 28%;
        }
        
        .panel-content .contenido2{
            font-size: 14px;
            font-family: 'Roboto', sans-serif;
            font-weight: 300;
            padding-left: 28%;
        }

        .contenido2 .mas{
            margin-top: 4%;
            font-family: 'Quattrocento', serif;
            font-weight: 700;
            font-size: 16px;
            color: white;
            text-align: center;
            width: 25%;
            padding: 3%;
            border: 0;
            border-radius: 10px;
            background-color: #64022e;
            transition: 0.4s;
            transform: scale(1);
        }

        .contenido2 .mas:hover{
            cursor: pointer;
            transform: scale(1.1);
        }

/*CONTENIDO LIBROS INDIVIDUALES*/

.container-principal3 {
    text-align: center; 
    margin-top: 20px; 
  }
  .imagen-panel3 {
      display: inline-block;
      vertical-align: top;
      width: 30%;
  }
  .imagen-panel3 img {
      width: 100%;
      margin-left: -40px;
  }
  .panel-content3 {
      display: inline-block;
      width: 60%;
      margin-left: -120px;
      text-align: left;
      position: relative;
  }

      .panel-content3 img:hover{
          cursor: pointer;
          transform: scale(1.1);
      }

      .panel-content3 .fav-icon {
          position: absolute;
          right: -10px;
          top: 5px;
          width: 30px;
      }

      .panel-content3 .titulo3{
          color: #64022e;
          font-size: 30px;
          font-weight: 700;
          padding-bottom: 1%;
          padding-left: 28%;
      }
      .panel-content3 .autor3{
          color: #64022e;
          font-size: 22px;
          font-weight: 400;
          padding-bottom: 3%;
          padding-left: 28%;
      }
      .panel-content3 .fecha3{
          color: #64022e;
          font-size: 18px;
          font-weight: 400;
          padding-bottom: 3%;
          padding-left: 28%;
          margin-top: -10px;
          margin-bottom: -10px;
      }

      .panel-content3 .contenido3{
          font-size: 16px;
          font-family: 'Roboto', sans-serif;
          font-weight: 300;
          padding-left: 28%;
      }
      .relacionado .titulo {
          color: #64022e;
          font-size: 30px;
          font-weight: 700;
      }
      .relacionado {
          width: 90%;
          text-align: left;
          margin-top: 50px;
          margin-left: 95px;
      }
      .peliculas {
          width: 27%;
          display: inline-block;
          padding: 20px;
      }
      .relacionado .peliculas input[type="image"] {
          width: 100%;
      }
      .libros {
          width: 20%;
          display: inline-block;
          padding: 20px;
      }
      .relacionado .libros img {
          width: 100%;
      }
      .comentarios {
          text-align: left;
          margin-top: 100px;
          margin-left: 95px;
      }
      .comentarios .titulo {
          color: #64022e;
          font-size: 30px;
          font-weight: 700;
      }
      .comentarios .contenido {
          width: fit-content;
          max-width: 70%;
          word-wrap: break-word;
          border: 2px solid #64022e89;
          border-radius: 15px;
          padding: 20px;
          font-family: 'Quattrocento', serif;
          font-size: 18px;
          font-weight: 500;
          text-align: left;
          margin-top: 20px;
      }
      .contenido .texto {
          position: relative;
          color: rgb(106, 106, 106);
          font-size: 18px;
          margin-bottom: 15px;
      }
      .formResponse{
          display: none;
      }
      .hide {
          display: block;
      }
      .comentarios .titulo2 {
          color: #64022e;
          font-size: 20px;
          font-weight: 600;
          margin-bottom: 20px;
      }
      .comentarios .mas {
          margin-top: 20px;
          font-family: 'Quattrocento', serif;
          font-weight: 700;
          font-size: 18px;
          color: white;
          text-align: center;
          width: 20%;
          padding: 15px;
          border: 0;
          border-radius: 10px;
          background-color: #64022e;
          margin-bottom: 50px;
      }
      .comentarios .mas:hover{
          cursor: pointer;
          transform: scale(1.1);
      }


/*CONTENIDO PELICULAS*/

    /* Formulario géneros*/

    .opciones2{
        display: block;
        text-align: right;
        margin-left: 10%;
        margin-right: 10%;
        margin-top: 2%;
        margin-bottom: 1.5%;

        font-family: 'Quattrocento', serif;
        font-weight: 700;
        font-size: 20px;
        color: #64022e;    
    }

        .opciones2 select {
            padding: 1%;
            padding-right: 10%;
            font-family: 'Quattrocento', serif;
            font-weight: 400;
            font-size: 18px;
            color: #64022e;

            border: solid 2px;
            border-color:#64022e;
            border-radius: 10px;
            cursor: pointer;
        }

            .opciones2 select:hover{
                border: solid 2px;
                border-color:#64022e;
            }

            .opciones2 select:focus{
                border-color:#64022e;
            }

    /*Contenido películas*/

    .panel-content2 {
        background-color:#e0ddd7e2;
        display: inline-block;
        width: 41%;
        margin-right: 8%;
        margin-top:3%;
        margin-bottom:3%;
        padding: 2%;

        border-left: solid 3px;
        border-color:#64022e;
    }

        .panel-content2 img{
            width: 13.5%;
            margin-left: -6%;
            margin-top: -1%;

            z-index: 2;
            position:absolute;
            transition: 0.4s;
            transform: scale(1);
        }

        .panel-content2 img:hover{
            cursor: pointer;
            transform: scale(1.1);
        }
        
        
        .panel-content2 .titulo2{
            color: #64022e;
            font-size: 22px;
            font-weight: 700;
            padding-bottom: 1%;
            padding-left: 28%;
        }
        
        .panel-content2 .autor2{
            color: #64022e;
            font-size: 18px;
            font-weight: 400;
            padding-bottom: 3%;
            padding-left: 28%;
        }
        
        .panel-content2 .contenido2{
            font-size: 14px;
            font-family: 'Roboto', sans-serif;
            font-weight: 300;
            padding-left: 28%;
        }

        .contenido2 .mas{
            margin-top: 4%;
            font-family: 'Quattrocento', serif;
            font-weight: 700;
            font-size: 16px;
            color: white;
            text-align: center;
            width: 25%;
            padding: 3%;
            border: 0;
            border-radius: 10px;
            background-color: #64022e;
            transition: 0.4s;
            transform: scale(1);
        }

        .contenido2 .mas:hover{
            cursor: pointer;
            transform: scale(1.1);
        }

    
/* FOOTER*/

footer{
    color: #64022e;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-align: center;
    padding: 2%;
}


.anuncio {
    margin-left: -11%;
    margin-top: 6%;
    margin-bottom: 6%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .anuncio2 {
    border: solid 2px #64022e;
    border-radius: 10px;
    font-family: 'Quattrocento', serif;
    font-weight: 700;
    font-size: 20px;
    color: #64022e;
    padding:4%;
  }




