.sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  padding: 10px 20px;
  background-color: #fff;
}

.nav-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-columns: 1fr max-content max-content max-content;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: 1fr max-content max-content max-content;
  -ms-grid-rows: 115px;
  grid-template-rows: 115px;
}

.nav-logo-link {
  display: block;
  height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.nav-logo {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.nav-link {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  color: #444;
  text-decoration: none;
}

.nav-link:hover {
  text-decoration: underline;
}

.sticky-menu-desktop {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.options-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.menu-option {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 10px;
  padding-left: 10px;
  -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;
}

.menu-link {
  font-family: Montserrat, sans-serif;
  color: #183979;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.contact-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 6px;
  margin-left: 6px;
  padding-top: 6px;
  padding-bottom: 6px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #183979;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.image {
  height: 423px;
}

.image-2 {
  height: 42px;
}

.social-button {
  height: 36px;
}

.social-button.wp {
  height: 42px;
}

.link-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 6px;
  padding-left: 6px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo {
  max-width: 80%;
}

.navbar {
  z-index: 10;
  display: none;
}

.hero {
  overflow: visible;
  height: 100vh;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.pleca {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: none;
  width: 100vw;
  height: 30%;
  background-image: url('../images/Pleca-Azul.png');
  background-position: 100% 0%;
  background-size: cover;
}

.hero-header-wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 10%;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 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;
}

.hero-header-wrapper._2slide {
  bottom: 7%;
}

.heading {
  padding: 15px 30px;
  background-color: #fce201;
  box-shadow: 2px 2px 9px 0 rgba(0, 0, 0, 0.75);
  font-family: Comfortaa, sans-serif;
  color: #1c7fbc;
  font-size: 50px;
  line-height: 65px;
}

.heading.blue {
  background-color: #0582d6;
  color: #fff;
}

.heading.yellow {
  background-color: #fce201;
  color: #1c7fbc;
  font-size: 38px;
  line-height: 48px;
  text-align: center;
}

.about-us-wrapper {
  display: -ms-grid;
  display: grid;
  padding: 95px 170px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-areas: "Image Info";
  -ms-grid-columns: 0.5fr 40px 0.75fr;
  grid-template-columns: 0.5fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-image: none;
  background-position: 0px 0px;
  background-attachment: scroll;
}

.about-us-wrapper.contact {
  background-image: url('../images/Ballena-Azul-Asset-02.png');
  background-position: 0px 0px;
  background-attachment: fixed;
}

.about-us-image {
  display: block;
  min-width: 0px;
  margin: 0px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-us-information-wrapper {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-2 {
  font-family: Comfortaa, sans-serif;
  color: #0063b5;
  font-size: 40px;
  line-height: 60px;
  text-align: center;
}

.heading-2.white {
  color: #fff;
}

.paragraph-text-1 {
  overflow: visible;
  margin-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #00135f;
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
  text-align: left;
}

.image-4 {
  height: auto;
}

.benefits-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 140px 140px 100px;
  -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;
}

.benefits-wrapper.between-margins {
  margin-top: 0px;
  margin-bottom: 220px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image-5 {
  display: inline-block;
}

.benefits-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.section-about-us {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 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;
  background-image: url('../images/Ballena-Azul-Asset-02.png');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.section-benefits {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -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;
  background-image: url('../images/Ballena-Azul-Asset-03.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.section-products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  margin-bottom: 0px;
  padding: 0px;
  -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;
  background-color: #1d80be;
  background-image: url('../images/Ballena-Azul-Asset-10.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.products-wrapper {
  display: -ms-grid;
  display: grid;
  margin-top: 30px;
  margin-bottom: 0px;
  justify-items: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.product-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  -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;
  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;
}

.product-card-title {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.div-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
  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-6 {
  border: 0px solid #000;
  border-radius: 0px;
}

.image-product-circle {
  width: 0px;
  height: 0px;
  max-height: 240px;
  max-width: 240px;
  min-height: 180px;
  min-width: 180px;
  padding: 0px;
  border-style: solid;
  border-width: 8px;
  border-color: #fce201;
  border-radius: 1200px;
  background-color: #fff;
  background-image: url('../images/Emulsión-Ballena-Azul-sabor-frutas-tropicales.jpg');
  background-position: 50% 50%;
  background-size: 170px;
  background-repeat: no-repeat;
}

.image-product-circle.cereza {
  background-image: url('../images/Ballena-250.png');
  background-size: 170px;
}

.image-product-circle.frutas-tropicales {
  background-image: url('../images/Perlas-Azules.png');
  background-size: 170px;
}

.image-product-circle.melocoton {
  background-image: url('../images/CArdio.png');
}

.image-product-circle.naranja {
  background-image: url('../images/Mujeres-activas.png');
}

.image-product-circle.perlas {
  background-image: url('../images/Prenatales.png');
}

.image-product-circle.geri {
  background-image: url('../images/Geriatrico-H3.png');
}

.section-faqs {
  padding: 70px;
  background-color: #beebff;
  background-image: url('../images/Ballena-Azul-Asset-09.png');
  background-position: 50% 50%;
  background-size: contain;
  background-attachment: scroll;
}

.paqs-wrapper {
  display: -ms-grid;
  display: grid;
  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;
  grid-template-rows: auto;
}

.accordion-wrapper {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.accordion-item {
  display: block;
  max-width: 600px;
  -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;
}

.accordion-item-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-3 {
  max-width: none;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Comfortaa, sans-serif;
  color: #00135f;
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
}

.accordion-item-content {
  overflow: hidden;
  padding-left: 33px;
}

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

.down-arrow {
  display: block;
  width: 16px;
  height: 16px;
  max-width: none;
  margin-right: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  line-height: 16px;
}

.paragraph-small-text {
  font-family: Montserrat, sans-serif;
  color: #00135f;
  line-height: 28px;
}

.submit-button {
  border-radius: 20px;
  background-color: #183979;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
}

.textarea {
  background-color: #beebff;
  color: #183979;
}

.text-field {
  background-color: #beebff;
}

.text-field-2 {
  background-color: #beebff;
}

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

.section-contact {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.image-7 {
  min-height: 60px;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-products-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 60px;
  -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;
}

.pleca-en-seccion {
  position: relative;
  left: 0%;
  top: 13.5em;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100%;
  height: 8vh;
  clear: none;
  background-image: url('../images/Ballena-Azul-Asset-03.png');
  background-position: 0px 0px;
  background-size: cover;
}

.pleca-en-seccion.blanca {
  top: 213px;
  background-image: url('../images/Ballena-Azul-Asset-10.png');
}

.image-8 {
  display: none;
}

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

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

.slider {
  height: 85%;
}

.slide {
  background-image: url('../images/Pleca-Azul.png'), url('../images/banner-ballena-azul.jpg');
  background-position: 50% 100%, 0px 0px;
  background-size: contain, cover;
  background-repeat: no-repeat, repeat;
}

.slide-2 {
  background-image: url('../images/Bodegón-Ballena-Azul.jpg');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.footer-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -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;
  background-color: #0582d6;
  background-image: url('../images/Ballena-Azul-Asset-04.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.text-block {
  color: #fff;
}

.key-benefits {
  height: 15%;
}

.columns {
  height: 100%;
}

.column {
  height: 100%;
}

.column.blue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -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;
  background-color: #183979;
}

.column.yellow {
  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;
  background-color: #fce201;
}

.column.light-blue {
  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;
  background-color: #beebff;
}

.benefit-heading {
  font-family: Comfortaa, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-align: center;
}

.benefit-heading.blue {
  color: #183979;
  line-height: 22px;
}

.benefit-heading.light-blue {
  color: #1c7fbc;
}

.benefit-heading.no-margin {
  margin-top: 10px;
  padding-left: 10px;
  text-align: left;
}

.benefit-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  -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;
}

.benefit-icon {
  height: 70px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.benefit-icon.small {
  height: 60px;
}

.div-block-4 {
  position: absolute;
  bottom: 0px;
}

.page-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  -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;
  background-image: url('../images/Pleca-Azul.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.15))), url('../images/kelly-sikkema-Z9AU36chmQI-unsplash.jpg');
  background-image: url('../images/Pleca-Azul.png'), linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url('../images/kelly-sikkema-Z9AU36chmQI-unsplash.jpg');
  background-position: 50% 135%, 0px 0px, 0% 50%;
  background-size: contain, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.page-header.compra {
  background-image: url('../images/Pleca-Azul.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/steven-libralon-Do1GQljlNk8-unsplash.jpg');
  background-image: url('../images/Pleca-Azul.png'), linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/steven-libralon-Do1GQljlNk8-unsplash.jpg');
  background-position: 50% 135%, 0px 0px, 0% 50%;
  background-size: contain, auto, cover;
  background-repeat: no-repeat, repeat, repeat;
}

.page-header.noticias {
  background-image: url('../images/Pleca-Azul.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/juliane-liebermann-O-RKu3Aqnsw-unsplash.jpg');
  background-image: url('../images/Pleca-Azul.png'), linear-gradient(180deg, transparent, transparent), url('../images/juliane-liebermann-O-RKu3Aqnsw-unsplash.jpg');
  background-position: 50% 135%, 0px 0px, 0% 15%;
}

.page-header.noticias.blogpost {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/myles-tan-WNAO036c6FM-unsplash.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/myles-tan-WNAO036c6FM-unsplash.jpg');
  background-position: 0px 0px, 0% 15%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.product-list {
  padding-top: 60px;
  padding-bottom: 100px;
  background-image: url('../images/Ballena-Azul-Asset-03.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.product-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 60px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-area {
  width: 80%;
  border-style: solid;
  border-width: 5px;
  border-color: #0582d6;
  border-radius: 20px;
  background-color: #fff;
  background-image: url('../images/Ballena-Azul-Asset-02.png');
  background-position: 50% 50%;
  background-size: cover;
}

.image-div {
  width: 400px;
  height: 400px;
  margin: 50px;
  border-radius: 20px;
}

.heading-4 {
  font-family: Comfortaa, sans-serif;
  color: #183979;
  font-size: 30px;
  font-weight: 700;
}

.information-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  padding-right: 100px;
  -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;
}

.product-description {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.text-block-2 {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-2 {
  height: 100%;
}

.column-3 {
  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;
}

.productshot {
  border-radius: 20px;
  box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.4);
}

.lista-de-ubicaciones {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url('../images/Ballena-Azul-Asset-03.png'), url('../images/Ballena-Azul-Asset-02.png');
  background-position: 50% 100%, 50% 0%;
  background-size: contain, contain;
  background-repeat: no-repeat, repeat;
}

.blog-entry-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60%;
  margin-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.blog-entry-preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 80%;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: none;
  border-width: 5px;
  border-color: #0582d6;
  border-radius: 20px;
  background-color: transparent;
}

.blog-image {
  width: 100%;
}

.published-date {
  margin-top: 10px;
  color: #b9b9b9;
}

.blog-title {
  font-family: Comfortaa, sans-serif;
  color: #183979;
}

.blog-preview {
  font-family: 'Montserrat Alternates', sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  text-decoration: none;
}

.read-more-link {
  font-family: Montserrat, sans-serif;
  color: #1c7fbc;
  font-size: 16px;
}

.blog-entry-list {
  padding-top: 60px;
  padding-bottom: 140px;
  background-image: url('../images/Ballena-Azul-Asset-03.png'), url('../images/Ballena-Azul-Asset-02.png');
  background-position: 50% 100%, 50% 0%;
  background-size: contain, cover;
  background-repeat: no-repeat, repeat;
}

.yellow-button {
  margin-top: 53px;
  padding-right: 40px;
  padding-left: 40px;
  border-radius: 20px;
  background-color: #fce201;
  font-family: Montserrat, sans-serif;
  color: #183979;
  line-height: 22px;
}

.image-mask {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 350px;
  -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;
}

.blog-texts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-right: 50px;
  padding-left: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

.image-9 {
  border-style: solid;
  border-width: 1px;
  border-color: #7e7e7e;
}

.main-content {
  padding-top: 50px;
  padding-bottom: 50px;
}

.rich-text-block {
  font-family: Montserrat, sans-serif;
  color: #3d3d3d;
}

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

.benefit-list {
  font-family: Montserrat, sans-serif;
  color: #00135f;
  font-size: 18px;
  line-height: 36px;
}

.black-benefit-list {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.benefits {
  margin-bottom: 20px;
}

.pdf-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-bottom: 15px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #313131;
  line-height: 14px;
  text-decoration: none;
}

.list {
  width: 800px;
}

@media screen and (max-width: 991px) {
  .sticky-menu-desktop {
    padding-right: 15px;
    padding-left: 15px;
  }
  .menu-option {
    margin-right: 5px;
    margin-left: 5px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .menu-link {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
  }
  .logo {
    max-width: 80%;
  }
  .hero {
    background-position: 85% 0%;
  }
  .pleca {
    height: 15%;
  }
  .heading {
    font-size: 40px;
  }
  .heading.yellow {
    font-size: 38px;
    line-height: 42px;
  }
  .about-us-wrapper {
    display: block;
    padding-right: 95px;
    padding-left: 95px;
  }
  .about-us-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .about-us-information-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading-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-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-2.white {
    margin-top: 60px;
    margin-bottom: 20px;
  }
  .paragraph-text-1 {
    text-align: center;
  }
  .image-4 {
    margin-bottom: 69px;
  }
  .section-about-us {
    height: auto;
  }
  .section-products {
    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;
  }
  .products-wrapper {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .section-faqs {
    background-position: 50% 100%;
    background-size: cover;
  }
  .paqs-wrapper {
    margin-top: 60px;
    margin-bottom: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .div-block-3 {
    margin-top: 60px;
  }
  .pleca-en-seccion {
    top: 22px;
  }
  .pleca-en-seccion.blanca {
    top: 60px;
  }
  .slide {
    background-position: 50% 100%;
  }
  .slide-2 {
    background-color: #389ae3;
    background-size: cover;
  }
  .benefit-heading {
    padding-right: 30px;
    padding-left: 30px;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
  }
  .benefit-heading.no-margin {
    padding-right: 0px;
    padding-left: 10px;
  }
  .benefit-wrapper {
    width: 90%;
  }
  .benefit-icon {
    height: 70px;
  }
  .benefit-icon.small {
    height: 60px;
  }
  .product-area {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .image-div {
    width: 250px;
    height: auto;
  }
  .heading-4 {
    font-size: 28px;
    line-height: 32px;
  }
  .information-wrapper {
    padding-right: 10px;
  }
  .product-description {
    font-size: 16px;
    line-height: 20px;
  }
  .blog-title {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .sticky-nav {
    position: relative;
  }
  .nav-grid {
    text-align: center;
  }
  .sticky-menu-desktop {
    display: none;
  }
  .social-button {
    height: 42px;
  }
  .image-3 {
    max-width: 40%;
  }
  .navbar {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
    background-color: #fff;
  }
  .icon {
    color: #183979;
  }
  .menu-button {
    background-color: #fff;
  }
  .menu-button.w--open {
    background-color: #beebff;
  }
  .mobile-nav-link {
    width: 100%;
    font-family: Montserrat, sans-serif;
    color: #fff;
    line-height: 24px;
  }
  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    background-color: #183979;
  }
  .mobile-menu-options-wrapper {
    padding: 16px;
  }
  .social-buttons-mobile-wrapper {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    background-color: #fff;
  }
  .social-icons-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .hero {
    height: auto;
    background-position: 100% 0%;
  }
  .heading {
    font-size: 30px;
  }
  .heading.yellow {
    font-size: 28px;
    line-height: 32px;
  }
  .about-us-wrapper {
    padding-right: 80px;
    padding-left: 80px;
  }
  .paragraph-text-1 {
    line-height: 32px;
  }
  .benefits-wrapper {
    margin-right: 80px;
    margin-left: 80px;
  }
  .section-products {
    height: auto;
    background-image: none;
  }
  .products-wrapper {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .section-contact {
    background-image: url('../images/Ballena-Azul-Asset-02.png');
    background-position: 0px 0px;
    background-size: cover;
    background-attachment: fixed;
  }
  .pleca-en-seccion {
    top: 48px;
  }
  .pleca-en-seccion.blanca {
    top: 0px;
    display: block;
  }
  .slider {
    height: 60vh;
  }
  .slide {
    background-position: 50% 100%;
  }
  .slide-2 {
    background-size: cover;
  }
  .key-benefits {
    display: block;
    height: 20vh;
  }
  .benefit-heading {
    padding-right: 4px;
    padding-left: 4px;
  }
  .benefit-heading.no-margin {
    text-align: center;
  }
  .benefit-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .information-wrapper {
    margin-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .ubicacion-izquierda {
    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;
  }
  .ubicacion-derecha {
    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;
  }
  .blog-entry-wrapper {
    padding-right: 40px;
    padding-left: 40px;
  }
  .blog-title {
    font-size: 24px;
    line-height: 34px;
  }
  .blog-texts {
    padding-left: 40px;
  }
  .main-content {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 479px) {
  .sticky-nav {
    padding: 0px;
  }
  .nav-grid {
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }
  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }
  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }
  .icon {
    color: #183979;
  }
  .menu-button {
    background-color: #fff;
  }
  .menu-button.w--open {
    background-color: rgba(5, 130, 214, 0.5);
  }
  .social-buttons-mobile-wrapper {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 5%;
    z-index: 1;
    padding-bottom: 20px;
  }
  .hero {
    background-position: 85% 0%;
  }
  .pleca {
    height: 10%;
  }
  .heading {
    margin-right: 20px;
    margin-left: 20px;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
  }
  .heading.yellow {
    font-size: 22px;
    line-height: 26px;
  }
  .about-us-wrapper {
    padding: 30px;
  }
  .about-us-image {
    min-width: 200px;
  }
  .heading-2 {
    font-size: 36px;
  }
  .paragraph-text-1 {
    font-size: 16px;
    line-height: 30px;
  }
  .benefits-wrapper {
    margin: 60px 40px 40px;
  }
  .section-benefits {
    height: 100%;
  }
  .section-products {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -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;
    background-color: #1d80be;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
  }
  .products-wrapper {
    margin-bottom: 101px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .section-faqs {
    padding: 24px;
    background-position: 50% 0%;
    background-attachment: fixed;
  }
  .section-contact {
    background-image: url('../images/Ballena-Azul-Asset-02.png');
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
  }
  .pleca-en-seccion {
    top: 33px;
  }
  .slide {
    background-position: 50% 100%;
  }
  .slide-2 {
    background-size: cover;
  }
  .text-block {
    text-align: center;
  }
  .key-benefits {
    height: 100%;
  }
  .benefit-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .benefit-icon {
    height: 60px;
  }
  .benefit-icon.small {
    height: 50px;
  }
  .product-wrapper {
    margin-bottom: 0px;
  }
  .product-area {
    margin-bottom: 40px;
  }
  .image-div {
    width: 200px;
    margin: 20px;
  }
  .heading-4 {
    font-size: 20px;
    line-height: 24px;
  }
  .information-wrapper {
    padding-left: 10px;
  }
  .text-block-2 {
    font-size: 18px;
  }
  .column-3 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .ubicacion-izquierda {
    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;
  }
  .ubicacion-derecha {
    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;
  }
  .blog-entry-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .blog-texts {
    padding-right: 10px;
    padding-left: 20px;
  }
}

#w-node-267af6779e1a-b8e7daa1 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-5792bc03682c-b8e7daa1 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-9f4326386ea4-b8e7daa1 {
  -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-c584ab31814c-ab31814b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: -9998;
  -webkit-order: -9999;
  -ms-flex-order: -9999;
  order: -9999;
}

