:root {
  --red: #8e232b;
  --blue: #112840;
  --pastel: #eddec1;
  --pastel-claro: #f4e4c7;
  --black: #000;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.section {
  background-color: var(--red);
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-block {
  text-align: center;
  font-family: Open Sans, sans-serif;
}

.body {
  color: #fff;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.div-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button {
  background-color: var(--blue);
  margin-top: 20px;
  margin-left: 0;
  padding: 15px;
  font-size: 16px;
}

.section-2 {
  background-color: var(--blue);
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

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

.container {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.navbar {
  background-color: var(--pastel);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.nav-link {
  color: var(--red);
  margin-left: 5px;
  margin-right: 5px;
  font-size: 19px;
  font-weight: 700;
}

.mobile {
  width: 100%;
  display: none;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-3 {
  background-color: var(--pastel);
}

.section-4 {
  background-color: var(--pastel-claro);
  padding-top: 80px;
  padding-bottom: 80px;
}

.heading {
  color: var(--blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.heading.h1 {
  color: #fff;
  margin-bottom: 0;
  font-size: 42px;
}

.wrapper-productos {
  max-width: 1200px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}

.wrapper-productos.final {
  margin-bottom: 0;
}

.quick-stack {
  max-width: none;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.paragraph {
  color: #000;
  text-align: center;
  text-transform: none;
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 400;
}

.paragraph.white {
  color: #fff;
  font-size: 21px;
  line-height: 1.2;
}

.paragraph._2 {
  margin-top: 20px;
}

.div-block-2 {
  border: 3px solid var(--blue);
  outline-color: var(--blue);
  outline-offset: 0px;
  outline-width: 3px;
  outline-style: none;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.heading-2 {
  color: var(--blue);
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 19px;
}

.link-block {
  background-color: var(--blue);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-top: 20px;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.text-block-2 {
  color: var(--black);
  text-align: center;
  text-transform: none;
  margin-top: 10px;
  font-size: 17px;
  font-weight: 400;
}

.text-block-3 {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  font-size: 17px;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
}

.text-block-3.mobile {
  display: none;
}

.div-block-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  display: flex;
}

.section-5 {
  opacity: 1;
  background-color: #ad2229;
  padding-top: 20px;
  padding-bottom: 50px;
}

.txt-content {
  color: #000;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 23px;
}

.txt-content.left-mobile {
  margin-bottom: 10px;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.heading-7 {
  color: #2667ff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 19px;
  font-weight: 600;
  line-height: 25px;
  text-decoration: none;
}

.heading-7.preguntas {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  padding-right: 10px;
  font-weight: 500;
  display: flex;
}

.accordion-item-trigger {
  justify-content: flex-start;
  align-items: center;
  font-weight: 400;
  display: flex;
}

.icon-3.accordion-icon {
  color: #0009;
  cursor: pointer;
  width: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 32px;
  line-height: 30px;
}

.desplegable-copiar {
  background-color: #fff;
  border-radius: 10px;
  max-width: 700px;
  margin-bottom: 15px;
  padding: 25px 30px 15px;
}

.desplegable-copiar.full-grey {
  background-color: var(--red);
  border-radius: 0;
  width: 100%;
  max-width: none;
}

.paragraph-2 {
  color: #fff;
  text-transform: none;
  font-weight: 400;
  text-decoration: none;
}

.quick-stack-2 {
  padding-top: 30px;
}

.section-6 {
  background-color: var(--blue);
  padding-top: 80px;
  padding-bottom: 80px;
}

.text-block-4 {
  text-align: center;
  text-transform: none;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
}

.text-block-4.final {
  margin-top: 50px;
}

.link {
  color: #fff;
  text-decoration: none;
}

.image-2 {
  width: 300px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.link-block-2 {
  margin-left: auto;
  margin-right: auto;
}

.quick-stack-3 {
  margin-bottom: 50px;
}

.quick-stack-3.col4 {
  margin-top: 40px;
}

.img-icons {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.h3-bluw {
  color: var(--blue);
  text-align: center;
  font-size: 19px;
  line-height: 25px;
}

@media screen and (max-width: 991px) {
  .container {
    justify-content: flex-end;
    align-items: center;
  }

  .nav-link {
    text-align: center;
  }

  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  .nav-menu {
    background-color: var(--pastel);
    text-align: center;
  }

  .icon {
    color: var(--blue);
  }

  .heading.h1 {
    margin-bottom: 50px;
    font-size: 49px;
  }

  .paragraph {
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-block-3.desktop {
    display: block;
  }

  .txt-content {
    text-align: center;
  }

  .txt-content.left-mobile {
    text-align: left;
  }

  .heading-7 {
    font-size: 19px;
    line-height: 22px;
  }
}

@media screen and (max-width: 767px) {
  .mobile {
    display: block;
  }

  .heading.h1 {
    margin-bottom: 0;
  }

  .text-block-3.mobile {
    text-align: center;
    display: block;
  }

  .text-block-3.desktop {
    display: none;
  }

  .txt-content {
    text-align: center;
    text-decoration: none;
    display: block;
  }

  .txt-content.left-mobile {
    text-align: left;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .heading-7 {
    text-align: center;
    font-size: 20px;
    line-height: 22px;
  }

  .heading-7.preguntas {
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .text-block {
    font-size: 17px;
  }

  .div-block {
    flex-flow: column;
  }

  .button {
    margin-top: 20px;
  }

  .mobile {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-4 {
    padding: 50px 0;
  }

  .heading {
    font-size: 35px;
    line-height: 1;
  }

  .heading.h1 {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 36px;
  }

  .quick-stack {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .paragraph {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 1.2;
  }

  .heading-2 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 15px;
    line-height: 1.2;
  }

  .text-block-2 {
    margin-top: 15px;
    font-size: 15px;
  }

  .text-block-3 {
    text-align: center;
  }

  .text-block-3.mobile {
    display: block;
  }

  .menu-button, .menu-button.w--open {
    background-color: var(--pastel);
  }

  .txt-content {
    display: block;
  }

  .heading-7 {
    font-size: 19px;
    line-height: 22px;
  }

  .heading-7.preguntas {
    text-align: left;
  }

  .icon-3.accordion-icon {
    width: 15px;
  }

  .section-6 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#w-node-e0dff8f9-69d3-06ad-b32c-274e8510fd38-083eb1e2, #w-node-c9149453-5674-b148-7e8a-a30bcc0beaad-083eb1e2, #w-node-af25db1b-4f18-137d-4df2-e48b4e9694a4-083eb1e2, #w-node-_5a9060c7-ef77-fc9b-b5a6-987e7550ff83-083eb1e2, #w-node-_560d1815-0cde-29f6-0bf1-0b779fa9ac0f-083eb1e2, #w-node-aa647884-d26a-4a93-d41e-e89f085c19c4-083eb1e2, #w-node-_1c23d2d3-9661-33ad-cb78-2205fc9a8e22-083eb1e2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_1bc4cf89-0fac-e489-3fbc-961aded0960b-083eb1e2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-e0dff8f9-69d3-06ad-b32c-274e8510fd38-083eb1e2, #w-node-c9149453-5674-b148-7e8a-a30bcc0beaad-083eb1e2, #w-node-af25db1b-4f18-137d-4df2-e48b4e9694a4-083eb1e2, #w-node-_5a9060c7-ef77-fc9b-b5a6-987e7550ff83-083eb1e2, #w-node-_560d1815-0cde-29f6-0bf1-0b779fa9ac0f-083eb1e2, #w-node-aa647884-d26a-4a93-d41e-e89f085c19c4-083eb1e2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_1bc4cf89-0fac-e489-3fbc-961aded0960b-083eb1e2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


