.w-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-pagination-previous {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

body {
  display: block;
  overflow: visible;
  height: auto;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#b3b3b3), to(#fff));
  background-image: linear-gradient(0deg, #b3b3b3, #fff);
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  -o-object-fit: fill;
  object-fit: fill;
}

.navbar {
  z-index: 3;
  background-color: transparent;
}

.image {
  margin-top: 36px;
  margin-left: 15px;
  text-align: left;
}

.image.imglogocanvas {
  height: auto;
  margin-top: 0px;
  margin-left: 0px;
  padding-bottom: 13px;
  padding-left: 0px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.container {
  margin-top: 20px;
}

.nav-link {
  margin-top: 17px;
  margin-right: 0px;
  font-family: Sfprodisplay, sans-serif;
  color: #333;
  font-size: 16px;
}

.nav-link-2 {
  margin-top: 17px;
  font-family: Sfprodisplay, sans-serif;
  color: #333;
}

.nav-link-4 {
  margin-top: 17px;
  font-family: Sfprodisplay, sans-serif;
}

.nav-menu {
  margin-top: 14px;
  padding-right: 0px;
}

.link {
  width: 47.21875px;
  color: #333;
  font-size: 16px;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.div-block {
  position: relative;
  display: inline-block;
  width: auto;
  margin-top: 17px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-family: Sfprodisplay, sans-serif;
  font-style: normal;
  text-align: left;
  text-decoration: underline;
}

.image-2 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: inline-block;
  max-width: 89%;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  white-space: normal;
}

.section.sectionnovedades {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 27px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.sectionpedidos {
  margin-right: 80px;
  margin-left: 80px;
}

.section-2 {
  position: static;
  width: auto;
}

.image-3 {
  display: block;
  margin-top: 2px;
  margin-bottom: 2px;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  -o-object-fit: fill;
  object-fit: fill;
}

.section-3.section-2 {
  background-color: transparent;
}

.section-4 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 16px auto;
  grid-template-rows: auto auto;
  background-color: transparent;
}

.body {
  background-image: linear-gradient(3deg, #b3b3b3, #fff), linear-gradient(357deg, #b3b3b3, #fff);
  -o-object-fit: fill;
  object-fit: fill;
}

.grid {
  overflow: hidden;
}

.div-block-2 {
  width: 1000px;
  height: auto;
  margin-top: 0px;
  margin-bottom: 15px;
}

.body-2 {
  overflow: auto;
  height: auto;
}

.div-body {
  position: static;
  z-index: 0;
  display: block;
  width: auto;
  height: auto;
  max-height: none;
  min-height: 100vh;
  min-width: 100vw;
  background-image: linear-gradient(352deg, #b3b3b3, #fff);
}

.div-body.divespaciopersonal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 41px;
  padding-left: 41px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-body.divlogin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-body.divbodyplan {
  background-color: rgba(0, 0, 0, 0.06);
  background-image: none;
}

.image-5 {
  margin-right: 17px;
  margin-left: 17px;
}

.collection-list-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 11px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.imagennovedades {
  position: static;
  width: 133px;
  height: 190px;
  max-height: 190px;
  max-width: 133px;
  margin-top: 5px;
  padding-top: 0px;
  -o-object-fit: contain;
  object-fit: contain;
}

.collection-list {
  display: block;
}

.textnovedades {
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 0px;
  padding-left: 20px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Sfprodisplay, sans-serif;
  color: #302e2e;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}

.textnovedades.textnovedadesgenero {
  color: #8a8787;
  font-size: 12px;
}

.textnovedades.txtnovautor {
  color: #5a5a5a;
  font-size: 13px;
  -webkit-column-count: 1;
  column-count: 1;
}

.div-block-4 {
  position: relative;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 1;
  display: block;
  padding-top: 0px;
  clear: none;
  justify-items: stretch;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  align-self: flex-end;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 20px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-6 {
  width: 30px;
  height: 30px;
  -webkit-transition: opacity 1000ms ease;
  transition: opacity 1000ms ease;
}

.link-block {
  padding-left: 0px;
}

.div-block-7 {
  position: relative;
  display: block;
  height: 0%;
  max-width: none;
  margin-top: -22px;
  margin-right: -15px;
  margin-left: -15px;
  padding-right: 0px;
  padding-left: 0px;
  clear: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.linkimage {
  position: static;
  left: -875px;
  top: 56%;
  right: 0px;
  bottom: 0%;
  margin-left: 0px;
  padding-left: 0px;
  float: none;
  font-family: Sfprodisplay, sans-serif;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.div-linkimage {
  position: static;
  left: -733px;
  margin-top: 0px;
  padding-right: 0px;
  float: right;
  clear: left;
}

.image-7 {
  width: auto;
  background-color: #dde0e5;
  box-shadow: 9px 8px 11px 0 #968d8d;
}

.div-block-8 {
  padding-left: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-8 {
  overflow: visible;
  width: auto;
  height: auto;
  padding-right: 0px;
  padding-left: 19px;
  float: none;
  clear: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-9 {
  position: relative;
  top: -46px;
  right: -24px;
  display: -ms-grid;
  display: grid;
  overflow: visible;
  max-width: 950px;
  padding-left: 19px;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-modal-registrarse-como {
  position: fixed;
  z-index: 4;
  display: block;
  overflow: visible;
  width: 100vw;
  height: 100vw;
  background-color: hsla(0, 0%, 53.3%, 0.5);
}

.div-modal-registrarse-como.div-modal-ingresar {
  display: none;
}

.divmodalrojo {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 4;
  display: block;
  overflow: visible;
  width: 500px;
  height: 400px;
  margin: 10% auto auto;
  border-radius: 15px;
  background-color: #a21a03;
}

.divmodalrojo.divmodcentwhite {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
  margin-top: auto;
  padding-top: 0px;
  padding-right: 55px;
  padding-left: 55px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: #fff;
}

.divmodalrojo.divmodcentwhite.divmodcentwhiteqs {
  width: 1200px;
  height: 700px;
  padding-right: 33px;
  padding-left: 33px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: justify;
}

.divmodalrojo.divmodrojoqs {
  z-index: 0;
  display: block;
  width: 1200px;
  height: 750px;
  margin-top: auto;
}

.divimagenescanvas {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 5px 0px auto;
  padding-top: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-9 {
  width: 10%;
}

.image-9.imgeeskecanvas {
  width: auto;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-10 {
  display: block;
  margin-top: 39px;
  margin-bottom: 39px;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-10.divbotonesmodal {
  margin-top: 0px;
}

.botoncanvas {
  width: 100.90625px;
  height: auto;
  margin-right: 22px;
  margin-left: 22px;
  border-radius: 7px;
  background-color: #5a5a5a;
  box-shadow: 1px 1px 3px 0 #000;
  -webkit-transition: box-shadow 800ms cubic-bezier(.075, .82, .165, 1), -webkit-transform 800ms cubic-bezier(.075, .82, .165, 1);
  transition: box-shadow 800ms cubic-bezier(.075, .82, .165, 1), -webkit-transform 800ms cubic-bezier(.075, .82, .165, 1);
  transition: transform 800ms cubic-bezier(.075, .82, .165, 1), box-shadow 800ms cubic-bezier(.075, .82, .165, 1);
  transition: transform 800ms cubic-bezier(.075, .82, .165, 1), box-shadow 800ms cubic-bezier(.075, .82, .165, 1), -webkit-transform 800ms cubic-bezier(.075, .82, .165, 1);
  font-family: Sfprodisplay, sans-serif;
  font-size: 16px;
  line-height: 10px;
  text-align: center;
}

.botoncanvas:hover {
  background-color: #a21a03;
  box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.botoncanvas.hover {
  background-color: #a21a03;
}

.botoncanvas.botoningresar {
  background-color: #a21a03;
}

.botoncanvas.botonactivarcodigo {
  display: inline-block;
  margin-top: 17px;
  margin-bottom: 17px;
  text-align: center;
}

.botoncanvas.btngenerarpdf {
  width: auto;
  clear: none;
}

.botoncanvas.botonbiografiaautor {
  width: 130px;
  height: 20px;
  margin-right: 3px;
  margin-left: 3px;
  padding: 7px 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  text-align: center;
}

.botoncanvas.botonregresar {
  margin-right: 5px;
  margin-left: 5px;
  text-align: center;
}

.button-2 {
  background-color: #a21a03;
  font-family: Sfprodisplay, sans-serif;
  font-size: 16px;
  line-height: 5px;
  font-weight: 400;
}

.button-2-copy {
  background-color: #a21a03;
  font-family: Sfprodisplay, sans-serif;
  font-size: 16px;
  line-height: 5px;
  font-weight: 400;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.headingregistrarse {
  display: block;
  margin: 41px 40px 25px;
  font-family: Sfprodisplay, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.headingregistrarse.headingingresar {
  margin: 0px;
}

.div-block-12 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  cursor: pointer;
}

.image-10 {
  width: 20px;
  height: 20px;
  margin: 5px;
  background-color: transparent;
}

.div-modal-ingresar {
  position: fixed;
  z-index: 4;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: hsla(0, 0%, 53.3%, 0.5);
}

.txtlabelmodal {
  font-family: Sfprodisplay, sans-serif;
}

.div-block-13 {
  padding-right: 39px;
  padding-left: 39px;
}

.divimgcloseaction {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin: 0px;
  cursor: pointer;
}

.divimgcloseaction.divactionimgclosemodallibro {
  margin: 10px;
}

.slide1 {
  background-image: url('../images/GrupoSlide1.svg');
  background-position: 50% 65%;
  background-size: auto;
  background-repeat: repeat-x;
  background-attachment: scroll;
}

.slide {
  background-image: url('../images/slide-1.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.slider {
  display: block;
  width: 950px;
  height: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slide-nav {
  margin-bottom: 0px;
  padding-top: 24px;
  font-size: 10px;
  line-height: 20px;
}

.slide-2 {
  background-image: url('../images/7-La-sirena-Vampiro.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: scroll;
}

.slide-3 {
  background-image: url('../images/8-EL-fantasma-de-canterville.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.collection-item {
  margin-right: 30px;
  margin-left: 30px;
  padding-right: 0px;
  padding-left: 0px;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.heading {
  font-family: Sfprodisplay, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}

.heading.h1catalogo {
  margin-right: 60px;
  margin-left: 60px;
  color: #5a5a5a;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  padding-right: 260px;
  padding-left: 260px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.heading-2 {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Sfprodisplay, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.heading-2.hedingplan {
  margin-top: 21px;
  margin-bottom: 21px;
}

.heading-2.headingcursos {
  color: #fff;
  font-size: 24px;
  line-height: 35px;
  font-weight: 700;
}

.div-block-17 {
  margin-right: 151px;
  margin-left: 151px;
  padding-right: 0px;
  padding-left: 0px;
}

.btnregistrarse {
  display: inline;
  float: right;
}

.btnregistrarse.botoncanvas {
  margin-right: 0px;
}

.form-block {
  display: block;
  padding-top: 29px;
  padding-bottom: 29px;
}

.div-block-18 {
  margin-top: 0px;
  margin-bottom: 19px;
}

.txtformfield {
  margin-bottom: 0px;
  background-color: #fff;
  opacity: 1;
}

.labelform {
  display: block;
  width: 200px;
  margin-bottom: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Sfprodisplay, sans-serif;
}

.labelform.contrase-apeque-o {
  width: auto;
  font-size: 9px;
  line-height: 9px;
}

.form {
  display: block;
  padding-right: 218px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-19 {
  padding-left: 97px;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.error-message {
  overflow: visible;
}

.heading-3 {
  margin-top: 0px;
  padding-top: 10px;
  font-family: Sfprodisplay, sans-serif;
  font-size: 30px;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar-2 {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px none #000;
  border-radius: 0px;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #e7e7e7;
}

.container-2.containeradministrador {
  height: 90vh;
}

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 152px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: transparent;
}

.image-11 {
  width: 200px;
  height: 200px;
}

.div-block-22 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-23 {
  margin: 21px;
  float: left;
  border-style: solid;
  border-width: 1px;
  border-color: #b3b3b3;
  border-radius: 15px;
  cursor: pointer;
}

.text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-12 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.text-block-2 {
  margin-right: 21px;
  margin-left: 20px;
  font-family: Sfprodisplay, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.navbarcontenido {
  font-family: Sfprodisplay, sans-serif;
  font-size: 20px;
}

.divmodala-adorlibro {
  position: fixed;
  width: 100vw;
  height: 100vh;
}

.divmodala-adorlibro.div-modal-ingresar {
  z-index: 3;
  display: none;
}

.text-block-3 {
  display: block;
  margin-top: 25px;
  margin-bottom: 23px;
  clear: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-family: Sfprodisplay, sans-serif;
  font-size: 20px;
  text-align: center;
}

.text-field {
  width: 258px;
  margin-top: 24px;
  margin-bottom: 33px;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-13 {
  width: 20px;
  height: 20px;
}

.div-block-24 {
  margin-top: 21px;
  margin-bottom: 0px;
}

.nav-link-5 {
  display: block;
}

.brandnavbar.brandlogin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-25 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-26 {
  border: 1px none #000;
  border-radius: 15px;
}

.divadministracion {
  display: none;
}

.form-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 21px;
  margin-bottom: 21px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.submit-button {
  position: relative;
  clear: none;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-27 {
  text-align: center;
}

.div-block-28 {
  padding-right: 42px;
  padding-left: 42px;
}

.div-block-29 {
  margin-right: 40px;
  margin-left: 40px;
}

.image-14 {
  width: 70px;
  height: 70px;
}

.div-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.next {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: transparent;
}

.previous {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: transparent;
}

.collection-item-2 {
  padding-right: 0px;
  padding-left: 0px;
}

.sectionencabezadopdf {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  margin-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.divimagenesencabezado {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-4-entrega-de-codigo {
  margin-right: 0px;
  margin-left: 0px;
}

.sectioncodigo {
  margin-right: 30px;
  margin-left: 30px;
}

.bodyllanopdfs {
  background-image: none;
}

.divcontenedorwrapper {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.image-15 {
  width: 251.25px;
  height: 356.3125px;
}

.sectionfreecatalogo {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 50px;
  padding-left: 50px;
}

.sectioncursoplanlector {
  margin-right: 50px;
  margin-left: 50px;
  padding-right: 10px;
  padding-left: 10px;
}

.sectioncursoplanlector.overflowhidden {
  overflow: hidden;
  margin-right: 80px;
  margin-left: 80px;
}

.div-block-31 {
  margin: 21px 0px;
}

.div-block-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 7px;
  background-color: #dde0e5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#991803), to(#991803));
  background-image: linear-gradient(180deg, #991803, #991803);
}

.txtaligncenter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  text-align: center;
}

.right-arrow {
  display: none;
  overflow: hidden;
}

.left-arrow {
  display: none;
  overflow: hidden;
}

.card-slider-navigation {
  position: relative;
  padding-top: 20px;
}

.card-slider {
  display: block;
  height: auto;
  margin-top: 10px;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.body-planlector {
  background-image: none;
}

.card-slider-slide {
  left: 430px;
  right: 362px;
  width: 344px;
  max-width: 92.5vw;
  margin-right: 40px;
  border-radius: 4px;
  box-shadow: 0 4px 8px 0 rgba(90, 90, 90, 0.2), 0 2px 4px 0 rgba(90, 90, 90, 0.12), 0 1px 2px 0 rgba(90, 90, 90, 0.14);
}

.card-slider-slide.cards-slider-slide-novedades {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.card-slider-mask {
  overflow: visible;
  width: 344px;
  height: auto;
  margin-right: 0px;
  margin-left: -433px;
  padding-right: 0px;
  padding-left: 0vw;
}

.card-slider-image {
  width: 188px;
  height: 265px;
  border-radius: 4px;
  cursor: pointer;
}

.card-slider-image.modalmostrarlibroimage {
  width: 354.72px;
  height: 500px;
  box-shadow: 3px 3px 3px 0 #5a5a5a;
  text-align: right;
  cursor: default;
}

.card-slider-conent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.card-slider-conent.modalmostrarlibrocontent {
  height: auto;
  max-height: 500px;
  margin: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.div-block-33 {
  padding-right: 10px;
  padding-left: 10px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  text-align: left;
}

.div-block-33.div-block-33-modalmostrarlibro {
  width: auto;
  height: 500px;
  max-height: 500px;
  max-width: 350px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 3px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  box-shadow: 1px 1px 3px 0 #5a5a5a;
}

.card-slide-text-type {
  width: 136px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Sfprodisplay, sans-serif;
  font-size: 10px;
  font-weight: 400;
  text-transform: none;
}

.card-slide-text-type.modalmostrarlibro-txt-type {
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 700;
}

.card-slide-text-type.modalmostrarlibro-txt-type.autor-on-hover-action {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
}

.card-slide-text-type.modalmostrarlibro-txt-type.autor-on-hover-action.biografialetter {
  position: static;
  display: block;
  width: 60px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-radius: 5px;
  background-color: #a21a03;
  color: #fff;
}

.card-slide-text-type.card-slide-text-type-bold {
  font-size: 12px;
  font-weight: 700;
}

.modalmostrarlibro {
  position: fixed;
  z-index: 5;
  display: none;
  overflow: visible;
  width: 100vw;
  height: 100vh;
  background-color: rgba(90, 90, 90, 0.45);
}

.div-block-34 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 800px;
  height: 620px;
  max-height: 100vh;
  max-width: 100vw;
  margin: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 11px;
  background-color: #fff;
  text-align: center;
}

.modalmostrarlibroparagraph {
  width: auto;
  height: auto;
  max-height: 388px;
  max-width: 330px;
  margin-top: 1px;
  margin-bottom: 1px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Sfprodisplay, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
}

.modalmostrarlibroimgcarrito {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  margin-right: 0px;
  margin-left: 6px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-16 {
  width: 25px;
  height: 25px;
}

.image-17 {
  cursor: pointer;
}

.wrappernovedades {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1100%;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}

.divcatalogoitem {
  width: 502.5px;
  height: 356.3125px;
}

.imagecatalogobook {
  width: 251.25px;
  height: 356.3125px;
  max-height: 356.3125px;
  max-width: 251.25%;
  margin-right: 50px;
  margin-left: 50px;
}

.txtformpedidos {
  border-radius: 7px;
}

.txtlabelpedidos {
  font-family: Sfprodisplay, sans-serif;
  font-style: normal;
}

.txtlabelpedidos.txtcheckboxpedidos {
  font-weight: 700;
}

.txtareaformpedido {
  height: 100px;
  border-radius: 7px;
  -o-object-fit: fill;
  object-fit: fill;
}

.divformpedidos {
  width: 75vw;
  height: auto;
  margin-top: 21px;
  margin-bottom: 21px;
  padding-right: 81px;
  padding-left: 81px;
}

.modalquienessomos {
  position: fixed;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 4;
  display: none;
  width: 100vw;
  height: 100vh;
  margin: auto;
  background-color: #b3b3b3;
}

.divlogo {
  font-size: 13px;
}

.divbquienessomostxt {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.paragrapheditorial {
  font-family: Sfprodisplay, sans-serif;
  font-size: 16px;
  line-height: 18px;
  text-align: justify;
}

.bold-text {
  font-size: 24px;
  line-height: 35px;
}

.heading-4 {
  font-family: Sfprodisplay, sans-serif;
  color: #000;
}

.divh5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 330px;
  height: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
  clear: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-35 {
  display: block;
  width: auto;
  height: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: right;
}

.image-18 {
  width: 20px;
  height: 20px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  cursor: pointer;
}

.paragraphbienvenidos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  direction: ltr;
  font-family: Sfprodisplay, sans-serif;
  color: #000;
  font-size: 22px;
  font-weight: 700;
  white-space: normal;
}

.paragraphbienvenidos.titlepoliticasprivacidad {
  margin-bottom: 32px;
}

.slide-4 {
  background-image: url('../images/1-Raffles.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/2-Un-piano-en-la-pscuridad.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/3-Cronicas-intraterrestres.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/4-La-torera.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/5-La-enmienda.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/6-Con-los-brazos-cruzados.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-1 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: cover;
}

.sectionquienessomos {
  margin-right: 66px;
  margin-left: 66px;
  padding-right: 63px;
  padding-left: 63px;
}

.div-block-36 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-37 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 41px;
  margin-bottom: 19px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.list-item {
  margin-top: -2px;
  margin-bottom: -2px;
}

.list-item.paragrapheditorial {
  margin-top: 5px;
  margin-bottom: 5px;
}



.videoHome {
  position: relative;
  width: 70%;
  padding-bottom: 35%;
  height: 0;
  align-self: center;
  margin: 20px 15%;
}

.videoHome iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video {
  width: 50vw;
  height: 25vh;
  margin: 20px 19%;
}

.titulo-ayuda{
  margin-left: 15%;
}

.section-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.link-2 {
  text-decoration: underline;
}

.link-3 {
  font-family: Sfprodisplay, sans-serif;
  color: #3e3e3e;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .menu-button {
    overflow: visible;
    margin-top: 17px;
    padding-top: 30px;
    -o-object-position: 0% 50%;
    object-position: 0% 50%;
  }
  .nav-link {
    margin-left: auto;
    padding-left: 0px;
  }
  .link {
    position: relative;
    left: 0px;
    display: inline-block;
    width: auto;
    margin-left: auto;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .div-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 163.515625px;
    margin-right: auto;
    margin-left: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -o-object-position: 0% 50%;
    object-position: 0% 50%;
  }
  .section {
    margin-right: 5px;
    margin-left: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .section-3.section-2 {
    margin-right: 17px;
    margin-left: 17px;
  }
  .image-5 {
    margin-left: 115px;
  }
  .div-block-7 {
    margin-top: -20.8px;
    margin-right: -20px;
    margin-left: -4px;
  }
  .image-8 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-block-9 {
    padding-top: 6px;
    padding-right: 105px;
    padding-left: 0px;
  }
  .div-block-17 {
    margin-right: 9px;
    margin-left: 9px;
  }
  .labelform.contrase-apeque-o {
    line-height: 9px;
  }
  .form {
    padding-right: 150px;
  }
  .div-block-19 {
    padding-left: 78px;
  }
  .card-slider-slide {
    left: 110px;
    right: 110px;
  }
  .card-slider-mask {
    margin-right: -92px;
    margin-left: -92px;
  }
  .sectionquienessomos {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .nav-link {
    margin-left: auto;
    padding-left: 20px;
  }
  .div-block {
    margin-left: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .section-3.section-2 {
    padding-right: 17px;
    padding-left: 17px;
  }
  .div-body {
    height: 100%;
  }
  .image-4 {
    margin-right: 5px;
    margin-left: 5px;
  }
  .image-5 {
    margin-right: 10px;
    margin-left: 235px;
    padding-right: 10px;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .div-block-7 {
    margin-top: -17.8px;
    margin-right: -16px;
  }
  .div-block-9 {
    margin-top: 8px;
    margin-bottom: -35px;
  }
  .labelform.contrase-apeque-o {
    line-height: 9px;
  }
  .form {
    padding-right: 66px;
  }
  .div-block-19 {
    padding-left: 27px;
  }
  .card-slider-slide {
    left: 23px;
    right: 23px;
  }
  .card-slider-mask {
    margin-right: 7px;
    margin-left: 7px;
  }





  .sectionquienessomos {
    margin-right: 54px;
    margin-left: 54px;
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  .menu-button {
    margin-top: 5px;
    padding-top: 30px;
  }
  .link {
    left: 0px;
  }
  .div-block {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .icon {
    margin-top: 13px;
  }
  .div-block-2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .image-5 {
    margin-left: 328px;
  }
  .div-block-7 {
    height: auto;
    margin-top: -19.8px;
  }
  .linkimage {
    font-size: 8px;
  }
  .image-8 {
    width: auto;
    height: auto;
    padding-right: 7px;
  }
  .div-block-9 {
    top: -41px;
    margin-top: 11px;
    margin-left: -60px;
    padding-right: 40px;
    padding-left: 32px;
  }
  .div-modal-registrarse-como {
    display: none;
  }
  .divmodalrojo {
    display: block;
    width: auto;
  }
  .divmodalrojo.divmodcentwhite {
    padding-right: 0px;
    padding-left: 0px;
  }
  .divimagenescanvas {
    padding-top: 0px;
  }
  .botoncanvas {
    margin-right: 4px;
    margin-left: 4px;
  }
  .headingregistrarse {
    margin-right: -1px;
    margin-left: -1px;
  }
  .div-modal-ingresar {
    display: none;
  }
  .div-block-13 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .labelform.contrase-apeque-o {
    font-size: 8px;
    line-height: 9px;
  }
  .form {
    padding-right: 0px;
  }
  .div-block-19 {
    padding-left: 0px;
  }
  .sectioncursoplanlector.overflowhidden {
    margin-right: 5px;
    margin-left: 5px;
  }
  .card-slider {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .card-slider-slide {
    left: 0px;
    right: 0px;
  }
  .card-slider-mask {
    margin-right: 0px;
    margin-left: 45px;
  }
  .card-slider-conent {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .card-slide-text-type {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .divformpedidos {
    padding-right: 9px;
    padding-left: 9px;
  }
  .sectionquienessomos {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }
}

#w-node-ba07eb77999c-ad088e7e {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-bdf6908ecfd2-ad088e7e {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b551ceae38ab-ad088e7e {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-ba07eb77999c-2fb42c1f {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-bdf6908ecfd2-2fb42c1f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b551ceae38ab-2fb42c1f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

@font-face {
  font-family: 'Sfprodisplay';
  src: url('../fonts/SFProDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Sfprodisplay';
  src: url('../fonts/SFProDisplay-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Sfprodisplay';
  src: url('../fonts/SFProDisplay-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}