@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: 81.25em) {
  .asm-item {
    width: 47rem;
    height: 10rem;
    top: 29%;
    right: -12%;
    font-size: 1.5rem;
    color: #000000;
    background-color: #b2babb;
    padding: 0 3rem;
    position: absolute;
    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: 96.88em) {
  .asm-item {
    top: 27.5%;
    right: -11.5%; } }

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

.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: 81.25em) {
  .asm-item-pub {
    width: 47rem;
    height: 10rem;
    top: 4%;
    right: -12%;
    font-size: 1.5rem;
    color: #000000;
    background-color: #b2babb;
    padding: 0 3rem;
    position: absolute;
    display: flex;
    align-items: center;
    transform: rotate(90deg); } }

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

@media (min-width: 105em) {
  .asm-item-pub {
    top: 7%;
    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-preview {
  margin: 1rem 0 3rem 0;
  padding: 1.5rem 5rem;
  border: none;
  border-radius: 10rem;
  cursor: pointer;
  background-color: #302683; }
  .btn-preview:hover {
    background-color: #1a1548; }

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

.btn-pagado {
  display: inline-block;
  margin: 2rem 0;
  padding: 1.5rem 6rem;
  border: none;
  border-radius: 10rem;
  cursor: pointer; }

.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; }

.alert {
  background-color: #ffffff;
  color: #81020b;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  padding: 1rem; }

.modal, .modal-libro {
  display: none;
  background-color: #fdfefe;
  color: #302683;
  height: auto;
  text-align: center;
  padding: 1rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.modal {
  width: 40vw; }
  .modal h2 {
    margin-bottom: 2rem; }
  .modal-comprobante {
    margin-top: 2rem;
    font-weight: bold; }
  .modal .error {
    font-size: 2rem;
    padding: 3rem 0; }

.modal-libro {
  width: 80vw; }
  .modal-libro--titulo {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2.6rem;
    margin-bottom: 1rem; }
  .modal-libro--img {
    width: 95%;
    margin-bottom: 1rem; }
    .modal-libro--img img {
      width: 60%; }
  .modal-libro--contenido {
    font-size: 1.8rem;
    text-align: left; }
    .modal-libro--contenido span {
      font-weight: bolder;
      margin-right: 2rem; }

.paypal-pagar {
  background-color: #e1e1e1;
  width: 80%;
  margin: 30rem auto 10rem auto;
  padding: 2rem 0; }

.pagado {
  padding: 2rem 5rem; }
  .pagado h1 {
    color: #302683; }
  .pagado--info {
    text-align: center;
    margin-top: 2rem; }

.publicacion {
  display: flex;
  flex-direction: column; }
  .publicacion--portada {
    cursor: pointer; }
    .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; }
      .publicacion--info-sinopsis p {
        margin-top: 1rem; }
  @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;
        margin-right: 5px;
        flex: 1 1 35%; }
        .publicacion--portada img {
          width: 100%; }
      .publicacion--info {
        padding: 0 1rem;
        text-align: right;
        flex: 1 1 65%;
        font-size: 1.6rem; }
        .publicacion--info-precio {
          justify-content: flex-end; }
        .publicacion--info-leyenda {
          padding-right: 1%; } }
  @media (min-width: 81.25em) {
    .publicacion--info {
      padding: 0 7% 0 1.5%;
      font-size: 1.8rem; } }

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

.slider img {
  width: 100%; }

.slider .fas {
  font-size: 4rem;
  color: #302683;
  position: relative;
  top: calc(50% - 2rem); }

@media (min-width: 68.75em) {
  .slider {
    width: 90vw;
    margin: 0 auto 2rem auto; } }

@media (min-width: 81.25em) {
  .slider {
    width: 80vw; } }

@media (min-width: 96.88em) {
  .slider {
    width: 86vw; } }

@media (min-width: 105em) {
  .slider {
    width: 100%; } }

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=fe111b1776d8678b5acf)
 * Config saved to config.json and https://gist.github.com/fe111b1776d8678b5acf
 */
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left; }

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1; }

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px; }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0; }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0; }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0; } }

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block; }

.carousel-inner > .active {
  left: 0; }

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%; }

.carousel-inner > .next {
  left: 100%; }

.carousel-inner > .prev {
  left: -100%; }

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0; }

.carousel-inner > .active.left {
  left: -100%; }

.carousel-inner > .active.right {
  left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  @media (min-width: 68.75em) {
    .carousel-control {
      left: -4.5%; } }
  @media (min-width: 81.25em) {
    .carousel-control {
      left: -11.5%; } }
  @media (min-width: 96.88em) {
    .carousel-control {
      left: -7.5%; } }
  @media (min-width: 105em) {
    .carousel-control {
      left: 0; } }

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  @media (min-width: 68.75em) {
    .carousel-control.right {
      right: -4.5%; } }
  @media (min-width: 81.25em) {
    .carousel-control.right {
      right: -11.5%; } }
  @media (min-width: 96.88em) {
    .carousel-control.right {
      right: -7.5%; } }
  @media (min-width: 105em) {
    .carousel-control.right {
      right: 0; } }

.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90); }

.carousel-control .icon-prev,
.carousel-control .icon-next {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block; }

.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px; }

.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px; }

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif; }

.carousel-control .icon-prev:before {
  content: "\2039"; }

.carousel-control .icon-next:before {
  content: "\203a"; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0); }

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.carousel-caption .btn {
  text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px; }
  .carousel-control .icon-prev {
    margin-left: -15px; }
  .carousel-control .icon-next {
    margin-right: -15px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

/* fade on slider */
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.carousel-fade .carousel-inner .active {
  opacity: 1 !important; }

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1; }

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1; }

.carousel-fade .carousel-control {
  z-index: 2; }

.multimedia {
  text-align: center;
  margin: 0 0 2rem 0;
  width: 100%;
  display: flex;
  flex-direction: column; }
  .multimedia__video {
    width: 95%;
    margin: 0 auto 1rem; }
    .multimedia__video iframe {
      width: 100%; }
  .multimedia__img {
    width: 95%;
    margin: 0 auto; }
    .multimedia__img img {
      max-width: 100%; }
  @media (min-width: 48em) {
    .multimedia {
      flex-direction: row;
      justify-content: space-evenly; }
      .multimedia__video {
        margin: 0;
        width: 40%; }
        .multimedia__video iframe {
          width: auto; }
      .multimedia__img {
        margin: 0;
        width: 50%; }
        .multimedia__img img {
          width: auto; } }
  @media (min-width: 68.75em) {
    .multimedia__video {
      max-width: 50%; }
      .multimedia__video iframe {
        height: 33rem;
        width: 44rem; }
    .multimedia__img {
      max-width: 50%; }
      .multimedia__img img {
        max-width: 100%; } }
  @media (min-width: 96.88em) {
    .multimedia__video iframe {
      height: 35rem;
      width: 62rem; } }

.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; }
  .copy a {
    color: white;
    text-decoration: none; }
  .copy p {
    margin-top: 1rem; }

.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: 4rem; } }

.libro img {
  width: 100%; }

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

.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;
  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: 59.4em) {
    .datos {
      margin-top: 19rem;
      height: 87.5vh; } }
  @media (min-width: 68.75em) {
    .datos {
      background-attachment: fixed;
      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;
  padding: 0 1%;
  font-size: 1.5rem;
  text-align: center; }
  .aviso-privacidad a {
    color: #302683; }

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

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

.bienvenida-pluma img {
  width: 100%; }

@media (min-width: 48em) {
  .bienvenida-pluma {
    text-align: center; } }

@media (min-width: 68.75em) {
  .bienvenida-pluma {
    flex: 1 1 40vw;
    text-align: left; } }

.bienvenida-txt {
  padding: 1rem; }
  .bienvenida-txt h2 {
    text-align: left; }
  .bienvenida-txt p {
    text-align: justify; }
    .bienvenida-txt p:not(:last-child) {
      margin-bottom: 1rem; }
  .bienvenida-txt-imp {
    color: #302683;
    font-weight: bold; }
  @media (min-width: 48em) {
    .bienvenida-txt {
      padding: 3rem; } }
  @media (min-width: 68.75em) {
    .bienvenida-txt {
      flex: 2 1 60vw;
      padding: 1rem 2rem;
      font-size: 1.3rem; }
      .bienvenida-txt h2 {
        text-align: right; } }
  @media (min-width: 81.25em) {
    .bienvenida-txt {
      padding: 1.5rem 18rem 0 11rem;
      font-size: 1.7rem; } }

@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; }
  .autor-desc p:not(:last-child) {
    margin-bottom: 1rem; }
  @media (min-width: 68.75em) {
    .autor-desc {
      width: 45%;
      font-size: 1.4rem;
      margin: 0; }
      .autor-desc h2 {
        font-size: 4rem; } }
  @media (min-width: 81.25em) {
    .autor-desc {
      font-size: 1.7rem; } }

.autor-img {
  width: 70%;
  margin: 2rem auto 1rem auto;
  display: flex; }
  @media (min-width: 48em) {
    .autor-img {
      width: 60%;
      margin: 2rem auto -2.7rem auto; } }
  @media (min-width: 68.75em) {
    .autor-img {
      width: auto;
      margin: 0;
      position: absolute;
      top: -16%;
      right: 6%;
      height: 50rem;
      z-index: -1; } }
  @media (min-width: 81.25em) {
    .autor-img {
      top: -17%;
      right: 7.5%;
      height: 53rem; } }

.autor-frase {
  margin: -1.5rem 0 2rem 0;
  height: 23rem;
  background-color: #000000; }
  .autor-frase--adorno {
    color: #ffffff;
    height: 90%;
    width: 95%;
    margin: 0 auto;
    padding: 6rem 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: 48em) {
    .autor-frase {
      margin: 2rem 0 2rem 0; } }
  @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;
      height: 30rem; }
      .autor-frase--adorno {
        padding: 10rem 3rem 0 3rem; } }
  @media (min-width: 81.25em) {
    .autor-frase {
      height: 35rem; }
      .autor-frase--adorno {
        padding: 15rem 8rem 0 11rem; } }

.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; } }

.contenedor-publicaciones {
  width: 95%;
  margin: 0 auto; }

.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; }
