@charset "UTF-8";
/*
MOBILE-FIRST
$breakpoint args:
- phone-sm: 375px
- phone: 414px
- tab-port: 768px
- tab-land: 950px
- desktop: 1100px
- big-desktop: 1300px 
- extra-big-desktop: 1550px
- super-big-desktop: 1680px
*/
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

html {
  font-size: 43.75%; }
  @media (min-width: 48em) {
    html {
      font-size: 50%; } }
  @media (min-width: 59.4em) {
    html {
      font-size: 56.25%; } }
  @media (min-width: 68.75em) {
    html {
      font-size: 62.5%; } }

body {
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  font-size: 1.8rem;
  color: #000000;
  background-color: #fdfefe; }

.heading {
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  color: #000000;
  letter-spacing: 2px; }

.heading-phrase {
  font-family: "Poppins", sans-serif;
  font-size: 4rem;
  font-weight: 600;
  font-style: italic;
  color: #ffffff;
  letter-spacing: 1px; }

.center-txt {
  text-align: center !important; }

.mb-sm {
  margin-bottom: 1.5rem !important; }

.mb-md {
  margin-bottom: 3rem !important; }
  @media (min-width: 48em) {
    .mb-md {
      margin-bottom: 4rem !important; } }

.mb-big {
  margin-bottom: 5rem !important; }
  @media (min-width: 48em) {
    .mb-big {
      margin-bottom: 8rem !important; } }

.mt-sm {
  margin-top: 1.5rem !important; }

.mt-md {
  margin-top: 3rem !important; }
  @media (min-width: 48em) {
    .mt-md {
      margin-top: 4rem !important; } }

.mt-big {
  margin-top: 5rem !important; }
  @media (min-width: 48em) {
    .mt-big {
      margin-top: 8rem !important; } }

.pd-sm {
  padding: 1rem 0; }

.icon {
  height: 4rem; }

.asm-item {
  display: none; }

@media (min-width: 68.75em) {
  .asm-item {
    font-size: 1.5rem;
    color: #000000;
    background-color: #b2babb;
    width: 47rem;
    height: 7rem;
    padding: 0 3rem;
    position: absolute;
    top: 28%;
    right: -18%;
    display: flex;
    align-items: center;
    transform: rotate(90deg); }
  .asm-item-txt {
    text-transform: uppercase;
    text-align: right;
    margin-right: 1.5rem;
    width: 50%; }
  .asm-item-line {
    width: 50%;
    border: none;
    border-top: 2px solid #000000; } }

@media (min-width: 81.25em) {
  .asm-item {
    width: 47rem;
    height: 10rem;
    top: 27%;
    right: -12%; } }

@media (min-width: 96.88em) {
  .asm-item {
    top: 27.5%; } }

@media (min-width: 105em) {
  .asm-item {
    right: -11%; } }

.asm-item-pub {
  display: none; }

.asm-line {
  width: 6.5%;
  border: none;
  border-top: 5px solid #000000; }
  .asm-line--año {
    width: 2.5%;
    margin-right: 1rem;
    border: none;
    border-top: 3px solid #302683; }

@media (min-width: 68.75em) {
  .asm-item-pub {
    font-size: 1.5rem;
    color: #000000;
    background-color: #b2babb;
    width: 47rem;
    height: 7rem;
    padding: 0 3rem;
    position: absolute;
    top: 11%;
    right: -18.2%;
    display: flex;
    align-items: center;
    transform: rotate(90deg); } }

@media (min-width: 81.25em) {
  .asm-item-pub {
    width: 47rem;
    height: 10rem;
    top: 11.8%;
    right: -12.2%; } }

@media (min-width: 96.88em) {
  .asm-item-pub {
    top: 11.8%;
    right: -12%; } }

@media (min-width: 105em) {
  .asm-item-pub {
    right: -11%; } }

.btn {
  font-size: 2rem;
  font-weight: bold;
  color: #ffffff;
  background-color: #e30513;
  text-decoration: none;
  transition: all 0.3s ease-in; }
  .btn:hover {
    background-color: #81020b; }

.btn-carrito {
  margin: 1rem 0 3rem 0;
  padding: 1.5rem 6rem;
  border: none;
  border-radius: 10rem;
  cursor: pointer; }

.btn-leer {
  letter-spacing: 1px;
  padding: 0.5rem 4rem; }

.btn-form {
  background-color: #000000;
  padding: 1.2rem 3rem;
  border: none;
  border-radius: 10rem;
  cursor: pointer; }
  .btn-form:hover {
    background-color: #000000da; }

.btn-bag {
  display: block;
  width: 80%;
  text-align: center;
  font-size: 1.5rem !important;
  padding: 0.6rem 0;
  margin: 1.8rem auto 0 auto; }

.btn-pago {
  padding: 1.5rem 6rem;
  margin: 3rem 0 0 20%;
  border: none;
  cursor: pointer; }
  @media (min-width: 23.44em) {
    .btn-pago {
      margin: 3rem 0 0 26%; } }
  @media (min-width: 48em) {
    .btn-pago {
      margin: 3rem 0 0 35%; } }
  @media (min-width: 59.4em) {
    .btn-pago {
      margin: 3rem 0 0 40%; } }
  @media (min-width: 68.75em) {
    .btn-pago {
      margin: 3rem 0 0 15%; } }
  @media (min-width: 81.25em) {
    .btn-pago {
      margin: 3rem 0 0 25%; } }

.contenedor-form {
  width: 95%;
  height: 70vh;
  border: 1px solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (min-width: 23.44em) {
    .contenedor-form {
      height: 75vh; } }
  @media (min-width: 68.75em) {
    .contenedor-form {
      height: 70vh; } }

.form-login h1 {
  color: #ffffff;
  font-size: 3.5rem;
  text-align: center; }

.form-login p {
  margin-top: 2rem;
  display: flex;
  justify-content: space-around;
  align-items: center; }
  .form-login p a {
    color: #ffffff;
    text-decoration: none; }

.form {
  text-align: center; }

.form-group {
  background-color: #000000;
  padding: 2rem 1.2rem; }
  .form-group label {
    color: #ffffff;
    text-transform: capitalize;
    margin-right: 1rem; }
  .form-group input {
    text-align: left;
    color: #302683;
    font-size: 1.5rem;
    font-family: inherit;
    padding: 1rem 0 1rem 1.2rem;
    width: 27rem;
    border: none;
    border-radius: 3rem; }
  .form-group:last-of-type {
    margin-bottom: 8px; }
  .form-group:not(:last-of-type) {
    margin-bottom: 5px; }
  @media (min-width: 23.44em) {
    .form-group input {
      font-size: 1.6rem;
      padding: 1.8rem 0 1.8rem 1rem;
      width: 32rem; } }
  @media (min-width: 25em) {
    .form-group input {
      width: 35rem; } }
  @media (min-width: 48em) {
    .form-group {
      padding: 2rem 7rem; } }

.form-group-reg .pass {
  width: 20rem; }

@media (min-width: 23.44em) {
  .form-group-reg .pass {
    width: 22rem; } }

@media (min-width: 48em) {
  .form-group-reg .pass {
    width: 30rem; } }

@media (min-width: 68.75em) {
  .form-group-reg {
    padding: 1rem 7rem; }
    .form-group-reg input {
      padding: 1rem 0 1rem 1rem; } }

@media (min-width: 96.88em) {
  .form-group-reg {
    padding: 2rem 7rem; }
    .form-group-reg input {
      padding: 1.8rem 0 1.8rem 1rem; } }

.error {
  background-color: #ffffff;
  color: #81020b;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  margin-top: 1rem; }
  .error ul {
    list-style: none; }
  .error ul li:not(:last-of-type) {
    margin-bottom: 1rem; }

.modal {
  display: none;
  background-color: #fdfefe;
  color: #302683;
  width: 40vw;
  height: auto;
  text-align: center;
  padding: 1rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .modal h2 {
    margin-bottom: 2rem; }
  .modal-comprobante {
    margin-top: 1rem;
    font-weight: bold; }
  .modal .error {
    font-size: 2rem;
    padding: 3rem 0; }

.publicacion {
  display: flex;
  flex-direction: column; }
  .publicacion--portada img {
    width: 100%; }
  .publicacion--info {
    text-align: center; }
    .publicacion--info h2 {
      letter-spacing: 3px; }
    .publicacion--info-precio {
      display: flex;
      align-items: center;
      justify-content: center; }
      .publicacion--info-precio p {
        font-size: 2.5rem;
        text-transform: capitalize;
        margin: 1rem 2rem 1rem 0; }
    .publicacion--info-leyenda {
      color: #302683;
      display: flex;
      justify-content: flex-end;
      align-items: center; }
      .publicacion--info-leyenda .fas {
        font-size: 4rem;
        color: grey;
        margin-right: 1rem; }
    .publicacion--info-sinopsis {
      margin-top: 1rem;
      text-align: justify; }
  @media (min-width: 48em) {
    .publicacion--portada {
      text-align: center; }
      .publicacion--portada img {
        width: 70%; } }
  @media (min-width: 68.75em) {
    .publicacion {
      flex-direction: row; }
      .publicacion--portada {
        text-align: left; }
        .publicacion--portada img {
          width: auto; }
      .publicacion--info {
        padding: 0.8% 6% 0 0;
        text-align: right; }
        .publicacion--info-precio {
          justify-content: flex-end; }
        .publicacion--info-leyenda {
          padding-right: 1%; } }

.publicacion-datos {
  color: #302683;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  margin-bottom: 10rem; }
  .publicacion-datos p:not(:last-child) {
    margin-right: 3rem; }
  @media (min-width: 48em) {
    .publicacion-datos {
      margin-top: 0;
      justify-content: flex-end; } }
  @media (min-width: 68.75em) {
    .publicacion-datos {
      padding-right: 5.5%; }
      .publicacion-datos p:not(:last-child) {
        margin-right: 5rem; } }

.footer-items {
  background-color: #000000;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .footer-items--logo {
    height: 14rem;
    width: auto;
    margin-top: 3rem;
    display: flex;
    align-items: center;
    justify-content: center; }
  .footer-items--tel {
    margin-top: 3rem;
    height: 14rem;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center; }
    .footer-items--tel a {
      text-decoration: none;
      margin-right: 1rem; }
  .footer-items--sociales {
    height: 14rem;
    width: auto;
    margin-top: -2rem;
    display: flex;
    align-items: center;
    justify-content: center; }
    .footer-items--sociales a:not(:last-child) {
      margin-right: 2rem; }
  @media (min-width: 59.4em) {
    .footer-items {
      flex-direction: row; }
      .footer-items--logo {
        width: 30%;
        margin-top: 0;
        border-right: 2px solid #ffffff; }
      .footer-items--tel {
        width: 35%;
        margin-top: 0;
        border-right: 2px solid #ffffff; }
      .footer-items--sociales {
        width: 35%;
        margin-top: 0; } }

.copy {
  color: #ffffff;
  background-color: #e30513;
  text-align: center;
  padding: 3rem 0; }

.navbar {
  background-color: #000000;
  width: 100%;
  padding: 2rem 1rem 0 1rem;
  position: fixed;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: space-between; }
  @media (min-width: 48em) {
    .navbar {
      padding: 2rem 5rem 0 2rem; } }
  @media (min-width: 81.25em) {
    .navbar {
      padding: 2.5rem 10rem 5px 2rem; } }

.logo img:not(:last-child) {
  display: none; }

.logo img:last-child {
  width: 65%;
  padding-bottom: 1.2rem; }

@media (min-width: 48em) {
  .logo img:not(:last-child) {
    display: inline-block;
    margin-right: 2rem; } }

@media (min-width: 81.25em) {
  .logo img:last-child {
    width: auto;
    padding-bottom: 1.2rem; } }

.menu {
  display: none; }
  @media (min-width: 59.4em) {
    .menu {
      display: inline-block;
      text-transform: uppercase;
      padding-top: 3.8rem; }
      .menu a {
        font-size: 2rem;
        color: #ffffff;
        text-decoration: none; }
        .menu a:not(:last-child) {
          margin-right: 2rem; }
        .menu a:hover:not(:last-child) {
          text-decoration: underline; }
        .menu a:last-of-type {
          position: relative; }
      .menu .oculto {
        display: none; }
      .menu .bag {
        display: inline-block;
        position: relative; }
        .menu .bag:hover .carrito {
          display: block;
          background-color: #e1e1e1;
          position: absolute;
          right: 0;
          padding: 1rem;
          width: 40rem; }
          .menu .bag:hover .carrito hr {
            margin: 1rem 0; }
      .menu .carrito-item {
        display: flex; }
        .menu .carrito-item--img {
          width: 25%;
          margin-right: 1.5rem; }
        .menu .carrito-item--desc {
          font-size: 1.3rem; }
          .menu .carrito-item--desc h2, .menu .carrito-item--desc p:last-of-type {
            font-weight: bold; }
          .menu .carrito-item--desc h2 {
            font-size: 1.5rem; }
      .menu .items-carrito {
        position: absolute;
        top: -31%;
        right: 23%;
        color: #302683;
        font-size: 2.5rem;
        font-weight: bolder; } }
  @media (min-width: 81.25em) {
    .menu a {
      font-size: 2.3rem; }
      .menu a:not(:last-child) {
        margin-right: 4rem; }
    .menu .items-carrito {
      top: -18%; } }

.navigation__checkbox {
  display: none; }

.navigation__button {
  background-color: #ffffff;
  height: 7rem;
  width: 7rem;
  position: fixed;
  top: 5rem;
  right: 3rem;
  border-radius: 50%;
  z-index: 2000;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1);
  text-align: center;
  cursor: pointer; }

.navigation__background {
  height: 6rem;
  width: 6rem;
  border-radius: 50%;
  position: fixed;
  top: 5.5rem;
  right: 3.5rem;
  background-image: radial-gradient(#ff646e, #81020b);
  z-index: 1000;
  transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1); }

.navigation__nav {
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1500;
  opacity: 0;
  width: 0;
  transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .navigation__nav img {
    width: 20rem; }
  @media (min-width: 25em) {
    .navigation__nav img {
      width: 34rem; } }
  @media (min-width: 48em) {
    .navigation__nav img {
      width: 44rem; } }

.navigation__list {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  list-style: none;
  text-align: center;
  width: 100%; }

.navigation__item {
  margin: 1rem; }

.navigation__link:link, .navigation__link:visited {
  display: inline-block;
  font-size: 3rem;
  font-weight: 300;
  padding: 1rem 2rem;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  background-image: linear-gradient(120deg, transparent 0%, transparent 50%, #ffffff 50%);
  background-size: 225%;
  transition: all 0.4s; }
  .navigation__link:link span, .navigation__link:visited span {
    margin-right: 1.5rem;
    display: inline-block; }

.navigation__link:hover, .navigation__link:active {
  background-position: 100%;
  color: #302683;
  transform: translateX(1rem); }

.navigation__checkbox:checked ~ .navigation__background {
  transform: scale(80); }

.navigation__checkbox:checked ~ .navigation__nav {
  opacity: 1;
  width: 100%; }

.navigation__icon {
  position: relative;
  margin-top: 3.4rem; }
  .navigation__icon, .navigation__icon::before, .navigation__icon::after {
    width: 3rem;
    height: 2px;
    background-color: #333;
    display: inline-block; }
  .navigation__icon::before, .navigation__icon::after {
    content: "";
    position: absolute;
    left: 0;
    transition: all 0.3s; }
  .navigation__icon::before {
    top: -0.8rem; }
  .navigation__icon::after {
    top: 0.8rem; }

.navigation__checkbox:checked + .navigation__button .navigation__icon {
  background-color: transparent; }

.navigation__checkbox:checked + .navigation__button .navigation__icon::before {
  top: 0;
  transform: rotate(135deg); }

.navigation__checkbox:checked + .navigation__button .navigation__icon::after {
  top: 0;
  transform: rotate(-135deg); }

@media (min-width: 59.4em) {
  .navigation {
    display: none; } }

.biblioteca {
  margin: 16.8rem 0 5rem 0; }
  @media (min-width: 48em) {
    .biblioteca {
      margin: 21.2rem 0 5rem 0; } }
  @media (min-width: 68.75em) {
    .biblioteca {
      margin: 22rem 0 5rem 0; } }

.libros-banner {
  background-color: #e30513;
  text-align: center;
  padding: 3.5rem;
  margin-bottom: 4rem; }
  .libros-banner h1 {
    color: #ffffff;
    font-size: 4.5rem;
    text-transform: capitalize;
    letter-spacing: 3px; }

.libros-grid {
  text-align: center;
  width: 85%;
  margin: 0 auto;
  display: grid;
  grid-column: center-start / center-end;
  grid-template-columns: repeat(auto-fit, minmax(35rem, 1fr));
  row-gap: 8rem; }
  @media (min-width: 68.75em) {
    .libros-grid {
      row-gap: 0; } }

.libro img {
  width: 100%; }

@media (min-width: 48em) {
  .libro img {
    width: 85%; } }

@media (min-width: 68.75em) {
  .libro img {
    width: auto; } }

.datos {
  margin-top: 16.7rem;
  background-image: url("../img/form.jpg");
  height: 79.5vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (min-width: 23.44em) {
    .datos {
      height: 83vh; } }
  @media (min-width: 25em) {
    .datos {
      height: 85vh; } }
  @media (min-width: 48em) {
    .datos {
      margin-top: 21rem;
      height: 83.5vh; } }
  @media (min-width: 48em) {
    .datos {
      margin-top: 19rem;
      height: 87.5vh; } }
  @media (min-width: 68.75em) {
    .datos {
      margin-top: 17.5rem;
      height: 75vh; } }
  @media (min-width: 81.25em) {
    .datos {
      margin-top: 18.6rem;
      height: 76vh; } }
  @media (min-width: 96.88em) {
    .datos {
      height: 81vh; } }
  @media (min-width: 105em) {
    .datos {
      height: 82vh; } }

.aviso-privacidad {
  margin: 3rem 0;
  font-size: 1.5rem;
  text-align: center; }

.home {
  font-size: 1.6rem;
  margin-top: 17rem; }
  @media (min-width: 48em) {
    .home {
      margin-top: 21.8rem; } }
  @media (min-width: 59.4em) {
    .home {
      margin-top: 19.5rem; } }

.bienvenida {
  position: relative;
  margin: 1rem 0;
  display: flex;
  flex-direction: column; }
  @media (min-width: 68.75em) {
    .bienvenida {
      flex-direction: row; } }

.bienvenida-pluma {
  width: 100%; }
  .bienvenida-pluma img {
    width: 100%; }
  @media (min-width: 48em) {
    .bienvenida-pluma {
      text-align: center; }
      .bienvenida-pluma img {
        width: 90%; } }
  @media (min-width: 68.75em) {
    .bienvenida-pluma {
      text-align: left; }
      .bienvenida-pluma img {
        width: auto; } }

.bienvenida-txt {
  padding: 1rem; }
  .bienvenida-txt h2 {
    text-align: left; }
  .bienvenida-txt p {
    text-align: justify; }
  @media (min-width: 48em) {
    .bienvenida-txt {
      padding: 3rem; } }
  @media (min-width: 68.75em) {
    .bienvenida-txt {
      padding: 20rem 10rem 0 3rem; }
      .bienvenida-txt h2 {
        text-align: right; } }
  @media (min-width: 81.25em) {
    .bienvenida-txt {
      padding: 25rem 30rem 0 15rem; }
      .bienvenida-txt h2 {
        text-align: right; } }

@media (min-width: 68.75em) {
  .autores {
    position: relative;
    width: 90%;
    margin: 13rem auto 6rem auto; } }

.autor-desc {
  width: 95%;
  margin: 0 auto;
  text-align: justify; }
  .autor-desc h2 {
    font-size: 3.5rem; }
  @media (min-width: 68.75em) {
    .autor-desc {
      width: 40%;
      margin: 0; }
      .autor-desc h2 {
        font-size: 4rem; } }

.autor-img {
  width: 100%;
  margin-top: 2rem; }
  @media (min-width: 68.75em) {
    .autor-img {
      width: auto;
      margin-top: 0;
      position: absolute;
      top: -10%;
      right: 2%;
      height: 60rem; } }
  @media (min-width: 81.25em) {
    .autor-img {
      top: -20%; } }

.autor-frase {
  margin-top: 2rem;
  height: 30rem;
  background-color: #000000; }
  .autor-frase--adorno {
    color: #ffffff;
    height: 90%;
    width: 95%;
    margin: 0 auto;
    padding: 12rem 1rem 0 1rem;
    border: 3px solid #ffffff;
    border-top: none; }
    .autor-frase--adorno p {
      font-size: 3rem; }
    .autor-frase--adorno p:last-of-type {
      text-align: right;
      font-size: 2rem;
      letter-spacing: 2px; }
  @media (min-width: 59.4em) {
    .autor-frase {
      height: 40rem; }
      .autor-frase--adorno {
        padding: 15rem 8rem 0 8rem; }
        .autor-frase--adorno p {
          font-size: 4rem; } }
  @media (min-width: 68.75em) {
    .autor-frase {
      margin-top: 8rem; }
      .autor-frase--adorno {
        padding: 20rem 15rem 0 5rem; } }

.promos {
  text-align: right;
  margin: 2rem 0; }
  .promos img {
    width: 98%; }
  @media (min-width: 81.25em) {
    .promos {
      margin-top: 0;
      margin-bottom: 15rem; }
      .promos img {
        width: auto; } }

.publicaciones {
  margin-top: 17.5rem;
  position: relative; }
  @media (min-width: 48em) {
    .publicaciones {
      margin-top: 22rem; } }
  @media (min-width: 68.75em) {
    .publicaciones {
      margin-top: 20rem; } }

.publicaciones-intro {
  text-align: justify;
  width: 95%;
  margin: 0 auto; }
  @media (min-width: 68.75em) {
    .publicaciones-intro {
      width: 80%;
      height: 30rem;
      padding-top: 6%;
      padding-right: 5%; } }

.contenedor-publicaciones {
  width: 95%;
  margin: 0 auto; }
  @media (min-width: 68.75em) {
    .contenedor-publicaciones {
      width: 92%; } }

.tienda {
  margin: 17rem 0 0 0; }
  .tienda h1 {
    text-align: center; }
  @media (min-width: 48em) {
    .tienda {
      margin: 22rem 0 0 0; } }
  @media (min-width: 68.75em) {
    .tienda {
      margin: 20rem 0 0 0; } }

@media (min-width: 68.75em) {
  .tienda-pago {
    display: flex; } }

.resumen {
  width: 100%;
  background-color: #b2babb;
  margin-right: 3rem;
  padding: 2rem 0; }
  .resumen--metodo-pago {
    margin-bottom: 5rem; }
  @media (min-width: 68.75em) {
    .resumen {
      width: 60%; } }

.resumen-titulo {
  display: flex;
  align-items: center; }
  .resumen-titulo img {
    margin-right: 1rem; }

.resumen-numero {
  color: #ffffff;
  font-size: 4rem;
  font-weight: bolder;
  text-align: right;
  background-color: #616a6b;
  width: 18%;
  height: 10rem;
  padding-top: 3.5%;
  padding-right: 1%;
  margin-right: 2rem; }
  @media (min-width: 48em) {
    .resumen-numero {
      width: 13%;
      padding-top: 3%; } }
  @media (min-width: 68.75em) {
    .resumen-numero {
      width: 10%;
      padding-top: 2.5%; } }

.metodos {
  text-align: center;
  margin-top: 2rem;
  display: flex;
  align-items: center; }
  .metodos .paypal,
  .metodos .oxxo,
  .metodos .transferencia {
    display: flex;
    flex: 1 1 33.3333%;
    align-items: center; }
    .metodos .paypal img,
    .metodos .oxxo img,
    .metodos .transferencia img {
      width: 40%; }
    .metodos .paypal input,
    .metodos .oxxo input,
    .metodos .transferencia input {
      display: inline-block;
      margin-right: 2rem; }
  .metodos .oxxo {
    padding-left: 11%; }
    .metodos .oxxo img {
      width: 30%; }
  .metodos .transferencia {
    font-size: 1.4rem; }
    .metodos .transferencia input {
      margin-right: 1rem; }
    @media (min-width: 48em) {
      .metodos .transferencia {
        font-size: 1.8rem; } }

.detalles {
  margin-top: 2rem; }
  @media (min-width: 68.75em) {
    .detalles {
      padding-left: 10%; } }

.detalle {
  padding: 0 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .detalle--libro {
    display: flex;
    align-items: center; }
    .detalle--libro img {
      width: 15%;
      margin-right: 1rem; }
    .detalle--libro button {
      background: none;
      border: none;
      color: #e30513;
      font-weight: bolder;
      font-size: 2.5rem;
      margin-right: 5px; }
      .detalle--libro button:hover {
        cursor: pointer; }
  .detalle--precio {
    font-weight: bolder; }
  @media (min-width: 25em) {
    .detalle--libro button {
      font-size: 3.5rem;
      margin-right: 0;
      margin-left: 1.2rem; } }
  @media (min-width: 48em) {
    .detalle {
      padding: 0 5rem; }
      .detalle--libro img {
        margin-right: 3rem; }
      .detalle--libro button {
        font-size: 4rem;
        margin-left: 3.5rem; } }
  @media (min-width: 68.75em) {
    .detalle {
      margin-left: 2rem;
      padding: 0; }
      .detalle--libro {
        width: 90%; }
        .detalle--libro button {
          font-size: 2rem;
          margin-left: 2rem; }
        .detalle--libro img {
          margin-right: 2rem; }
      .detalle--precio {
        width: 10%; } }
  @media (min-width: 81.25em) {
    .detalle--libro button {
      font-size: 3rem;
      margin-left: 6rem; }
    .detalle--libro img {
      margin-right: 3rem; } }

.cuenta {
  background-color: #e1e1e1; }
  .cuenta--items {
    width: 90%;
    margin: 0 auto;
    padding: 2rem 0; }
  .cuenta--desglose {
    margin: 3rem 0 2rem 0; }
    .cuenta--desglose p {
      display: flex;
      justify-content: space-between; }
      .cuenta--desglose p:last-of-type {
        font-weight: bolder; }
    .cuenta--desglose hr {
      width: 95%;
      margin: 1rem auto; }
  .cuenta--condiciones a {
    color: #302683; }
  @media (min-width: 68.75em) {
    .cuenta {
      width: 35%;
      height: 40%; } }

.descuento {
  text-decoration: line-through; }
