:root {
  --deep-pink: #e12472;
  --dark-orchid: #7840b9;
  --white: white;
  --grisesito: #333;
  --medium-violet-red: #bd17a6;
  --gainsboro: #e7e7e7;
  --grey: #919191;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

h1 {
  color: var(--deep-pink);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 35px;
  font-weight: 400;
  line-height: 44px;
}

h2 {
  color: var(--deep-pink);
  text-align: left;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 25px;
  font-weight: 500;
  line-height: 36px;
}

p {
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 28px;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 17px;
  line-height: 28px;
  list-style-type: decimal;
}

blockquote {
  width: 80%;
  border-left: 5px solid var(--dark-orchid);
  color: var(--deep-pink);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 25px;
  font-style: italic;
  font-weight: 400;
  line-height: 35px;
}

.navbar {
  border-bottom: 5px solid var(--deep-pink);
  text-transform: uppercase;
  background-color: #fff;
  padding-top: 14px;
  padding-bottom: 14px;
  font-weight: 500;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar:hover {
  color: var(--deep-pink);
}

.herosection {
  height: 700px;
  border-bottom: 7px solid var(--deep-pink);
  background-image: url('../images/Pareja-corriendo1B.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: Montserrat, sans-serif;
}

.container {
  height: 100%;
  max-width: 1100px;
  align-items: center;
  display: flex;
}

.heading {
  color: #901578;
  text-align: left;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 500;
}

.paragraph {
  width: 98%;
  color: #000;
  text-transform: none;
  font-size: 22px;
  font-weight: 400;
  line-height: 29px;
  position: relative;
}

.div-block {
  width: auto;
}

.image {
  max-width: none;
  margin-bottom: 20px;
}

.grid {
  height: 100%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  align-items: center;
}

.div-block-2 {
  height: 100%;
}

.body {
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.heading-2 {
  color: #7f1179;
  text-align: center;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.container-2 {
  max-width: 1100px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.text-block {
  color: var(--deep-pink);
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
}

.paragraph-2 {
  font-size: 18px;
}

.div-block-3, .div-block-4, .div-block-5, .div-block-6 {
  text-align: center;
}

.paragraph-3 {
  color: var(--deep-pink);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 32px;
  font-size: 52px;
  font-weight: 300;
  line-height: 60px;
}

.text-span {
  color: var(--deep-pink);
}

.beneficios {
  opacity: 1;
  padding-left: 20px;
  padding-right: 20px;
}

.section {
  height: 800px;
  background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url('../images/BannerDegrtadado.jpg'), url('../images/pareja-yoga-bn.jpg');
  background-position: 0 0, 50% 0, 50% 0;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, cover, cover;
}

.container-3 {
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 92px;
  display: flex;
}

.paragraph-4 {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 30px;
}

.paragraph-5 {
  color: var(--white);
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 45px;
  font-weight: 600;
  line-height: 50px;
}

.paragraph-4-copy {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
  font-size: 23px;
  line-height: 30px;
}

.container-4 {
  max-width: 1100px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.grid-3 {
  grid-template-rows: auto;
  margin-top: 0;
  margin-bottom: 100px;
}

.image-2 {
  margin-bottom: 20px;
}

.heading-3 {
  color: var(--deep-pink);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1px;
  font-size: 20px;
}

.paragraph-6 {
  font-size: 20px;
  line-height: 25px;
}

.paragraph-7 {
  font-size: 19px;
  line-height: 30px;
}

.text-block-2 {
  color: #630e7b;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 21px;
  font-weight: 500;
}

.grid-4 {
  grid-template-rows: auto;
}

.grid-5 {
  grid-template-rows: auto;
  margin-top: 0;
  margin-bottom: 100px;
}

.paragraph-8 {
  font-size: 19px;
  line-height: 30px;
}

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

.text-block-3 {
  color: var(--deep-pink);
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  line-height: 36px;
}

.quees {
  opacity: 1;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.uso {
  border: 0 #000;
  padding-top: 40px;
}

.container-5 {
  max-width: 1100px;
  padding-top: 0;
  padding-bottom: 40px;
  font-size: 18px;
  line-height: 25px;
}

.dosis-iconos {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-content: stretch;
  justify-content: end;
  align-items: stretch;
  justify-items: center;
  padding-bottom: 44px;
}

.div-block-8 {
  text-align: center;
  display: flex;
}

.paragraph-9, .paragraph-10, .paragraph-11 {
  text-align: left;
}

.image-3 {
  margin-top: -52px;
}

.image-4, .image-5 {
  margin-top: -105px;
}

.text-block-4 {
  color: var(--deep-pink);
  margin-top: 10px;
  margin-right: 10px;
  font-size: 50px;
  font-weight: 700;
}

.heading-4 {
  color: var(--deep-pink);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-weight: 600;
}

.paragraph-12 {
  text-align: center;
  margin-bottom: 145px;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
}

.container-6 {
  max-width: 1100px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 27px;
  padding-bottom: 50px;
  display: flex;
}

.paragraph-13 {
  text-align: center;
  font-size: 13px;
  line-height: 20px;
}

.section-3 {
  background-color: #ce1f67;
}

.grid-6 {
  width: 500px;
  text-align: center;
  grid-template-rows: auto;
  margin-bottom: 40px;
}

.paragraph-14 {
  color: var(--white);
  text-align: center;
}

.text-block-5, .div-block-9 {
  text-align: center;
}

.container-7 {
  max-width: 1100px;
}

.nav-link {
  color: var(--grisesito);
}

.nav-link:hover, .nav-link.w--current {
  color: var(--deep-pink);
}

.nav-link-2 {
  color: var(--grisesito);
}

.nav-link-2.w--current {
  color: var(--deep-pink);
}

.leyenda {
  color: var(--white);
  text-align: center;
  margin-bottom: 41px;
  font-size: 17px;
}

.text-span-2 {
  font-size: 16px;
  position: relative;
  top: -7px;
}

.paragraph-15 {
  color: var(--medium-violet-red);
  font-size: 20px;
  line-height: 28px;
}

.paragraph-16 {
  color: var(--grisesito);
  text-align: center;
  font-size: 21px;
  line-height: 30px;
}

.section-4 {
  height: 600px;
  background-image: url('../images/Pareja-corriendo3.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-5 {
  height: auto;
  background-color: var(--gainsboro);
  padding-top: 50px;
  padding-bottom: 50px;
}

.container-8 {
  height: auto;
  max-width: 1120px;
  background-color: rgba(0, 0, 0, 0);
}

.div-block-11 {
  height: auto;
  background-color: var(--white);
  box-shadow: none;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  margin-top: -140px;
  padding-bottom: 60px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.rich-text-class {
  width: 70%;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  line-height: 26px;
}

.rich-text-class.greytext {
  width: 70%;
  text-align: left;
  font-size: 17px;
}

.rich-text-class ul {
  list-style-type: decimal;
}

.centrado {
  width: 70%;
  height: auto;
  margin-top: 70px;
  margin-bottom: 80px;
}

.text-block-6 {
  color: var(--grey);
  text-align: center;
  letter-spacing: .8px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.paragraph-17 {
  text-align: center;
  margin-bottom: 23px;
  font-size: 17px;
  font-weight: 600;
  line-height: 28px;
}

.heading-5 {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 31px;
}

.text-block-7 {
  color: var(--grisesito);
  text-align: center;
  font-weight: 500;
}

.paragraph-18 {
  width: 70%;
  margin-top: 50px;
}

.referencias {
  width: 70%;
  height: auto;
  margin-top: 0;
}

.list {
  width: auto;
  height: auto;
  padding-left: 20px;
  font-size: 11px;
  line-height: 20px;
}

.text-block-8 {
  font-size: 16px;
  font-weight: 600;
}

.div-block-12 {
  width: 100%;
  height: 3px;
  border: 0px none var(--medium-violet-red);
  text-align: left;
  background-color: #cecccc;
  margin-top: 50px;
  margin-bottom: 50px;
}

.text-span-3 {
  font-size: 12px;
  position: relative;
  top: -6px;
}

.text-span-4 {
  font-size: 15px;
  position: relative;
  top: -6px;
}

.text-span-5 {
  font-size: 12px;
  position: relative;
  top: -6px;
}

.referencias-home {
  width: auto;
  height: auto;
  margin-top: 0;
}

.list-copy {
  width: auto;
  height: auto;
  padding-left: 20px;
  font-size: 11px;
  line-height: 20px;
}

.list-item {
  line-height: 15px;
}

.bold-text {
  text-transform: uppercase;
}

._3razonesbanner {
  height: 600px;
  background-image: url('../images/_5-alimentos-sinoflex.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
}

.body-2 {
  background-color: var(--gainsboro);
}

.blog {
  margin-top: 80px;
  margin-bottom: 170px;
  font-family: Montserrat, sans-serif;
}

.grid-7 {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-13 {
  width: 100%;
  height: 500px;
  background-image: url('../images/Saltando.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.div-block-13.w--current {
  background-image: url('../images/Pareja-corriendo3.jpg');
  background-position: 85%;
}

.div-block-13._7abril {
  background-image: url('../images/_5-alimentos-sinoflex.jpg');
}

.div-block-14 {
  width: 80%;
  height: 210px;
  background-color: var(--white);
  text-align: center;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: -100px;
  padding: 30px;
  display: flex;
}

.text-block-9 {
  color: var(--deep-pink);
  text-align: left;
  margin-top: 22px;
  margin-bottom: 22px;
  font-size: 21px;
  font-weight: 400;
  line-height: 27px;
}

.fechapagblog {
  color: var(--grisesito);
  text-transform: uppercase;
  font-weight: 600;
}

.div-block-13-copy {
  width: 100%;
  height: 500px;
  background-image: url('../images/Saltando.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.div-block-13-copy.w--current {
  background-image: url('../images/Saltando.jpg');
}

.relatedpost {
  background-color: #cccbcb;
  padding-top: 70px;
  padding-bottom: 199px;
  font-family: Montserrat, sans-serif;
}

.text-block-10 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 20px;
}

.list-sinnumeros {
  width: auto;
  height: auto;
  padding-left: 20px;
  font-size: 11px;
  line-height: 20px;
  list-style-type: none;
}

.grid-8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 100px;
}

.text-block-11 {
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}

.image-6 {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.div-block-15 {
  flex-direction: column;
  display: flex;
}

._3razonesbanner-copy {
  height: 600px;
  height: 600px;
  background-image: url('../images/_5-alimentos-sinoflex.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
}

._5alimentos {
  height: 600px;
  background-image: url('../images/_5-alimentos-sinoflex.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
}

._3rrazonesbaneer {
  height: 600px;
  background-image: url('../images/Saltando.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-13-copy {
  width: 100%;
  height: 500px;
  background-image: url('../images/Mujer40.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.div-block-13-copy.w--current {
  background-image: url('../images/Pareja-corriendo3.jpg');
  background-position: 50%;
}

.div-block-13-copy._7abril {
  background-image: url('../images/_5-alimentos-sinoflex.jpg');
}

.saltando {
  width: 100%;
  height: 500px;
  background-image: url('../images/Pareja-corriendo3.jpg');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.saltando.w--current {
  background-image: url('../images/Saltando.jpg');
}

.div-block-13-copy-copy {
  width: 100%;
  height: 500px;
  background-image: url('../images/Saltando.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.div-block-13-copy-copy.w--current {
  background-image: url('../images/Saltando.jpg');
}

.div-block-13-copy {
  width: 100%;
  height: 500px;
  background-image: url('../images/Pareja-corriendo3.jpg');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.div-block-13-copy.w--current {
  background-image: url('../images/Pareja-corriendo3.jpg');
  background-position: 85%;
}

.div-block-13-copy._7abril {
  background-image: url('../images/_5-alimentos-sinoflex.jpg');
}

.div-block-13-copy-copy {
  width: 100%;
  height: 500px;
  background-image: url('../images/Mujer40.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.div-block-13-copy-copy.w--current {
  background-image: url('../images/Pareja-corriendo3.jpg');
  background-position: 50%;
}

.div-block-13-copy-copy._7abril {
  background-image: url('../images/_5-alimentos-sinoflex.jpg');
}

.div-block-13-copy-copy-copy {
  width: 100%;
  height: 500px;
  background-image: url('../images/Saltando.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.div-block-13-copy-copy-copy.w--current {
  background-image: url('../images/Saltando.jpg');
}

.div-block-13-copy {
  width: 100%;
  height: 500px;
  background-image: url('../images/Saltando.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.div-block-13-copy.w--current {
  background-image: url('../images/Saltando.jpg');
  background-position: 50%;
}

.div-block-13-copy._7abril {
  background-image: url('../images/_5-alimentos-sinoflex.jpg');
}

.div-block-13-copy-copy-copy-copy {
  width: 100%;
  height: 500px;
  background-image: url('../images/Saltando.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.div-block-13-copy-copy-copy-copy.w--current {
  background-image: url('../images/Saltando.jpg');
}

.div-block-13-copy-copy-copy-copy-copy {
  width: 100%;
  height: 500px;
  background-image: url('../images/Saltando.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.div-block-13-copy-copy-copy-copy-copy.w--current {
  background-image: url('../images/Pareja-corriendo3.jpg');
  background-position: 85%;
}

.div-block-13-copy-copy {
  width: 100%;
  height: 500px;
  background-image: url('../images/Pareja-corriendo3.jpg');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.div-block-13-copy-copy.w--current {
  background-image: url('../images/Saltando.jpg');
}

.div-block-13-copy-copy-copy {
  width: 100%;
  height: 500px;
  background-image: url('../images/Mujer40.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.div-block-13-copy-copy-copy.w--current {
  background-image: url('../images/Pareja-corriendo3.jpg');
  background-position: 50%;
}

.div-block-13-copy-copy-copy._7abril {
  background-image: url('../images/_5-alimentos-sinoflex.jpg');
}

.frutas {
  width: 100%;
  height: 500px;
  background-image: url('../images/_5-alimentos-sinoflex.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frutas.w--current {
  background-image: url('../images/Pareja-corriendo3.jpg');
  background-position: 50%;
}

.frutas._7abril {
  background-image: url('../images/_5-alimentos-sinoflex.jpg');
}

.div-block-13-copy {
  width: 100%;
  height: 500px;
  background-image: url('../images/Saltando.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.div-block-13-copy.w--current {
  background-image: url('../images/Pareja-corriendo3.jpg');
  background-position: 85%;
}

.div-block-13-copy._7abril {
  background-image: url('../images/_5-alimentos-sinoflex.jpg');
}

.landig {
  width: 100%;
  height: 500px;
  background-image: url('../images/Pareja-corriendo3.jpg');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.landig.w--current {
  background-image: url('../images/Saltando.jpg');
}

.div-block-13-copy-copy {
  width: 100%;
  height: 500px;
  background-image: url('../images/Saltando.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.div-block-13-copy-copy.w--current {
  background-image: url('../images/Saltando.jpg');
  background-position: 50%;
}

.div-block-13-copy-copy._7abril {
  background-image: url('../images/_5-alimentos-sinoflex.jpg');
}

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

.div-block-13-copy-copy-copy {
  width: 100%;
  height: 500px;
  background-image: url('../images/Pareja-corriendo3.jpg');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.div-block-13-copy-copy-copy.w--current {
  background-image: url('../images/Saltando.jpg');
}

.cuadro-1 {
  width: 100%;
  height: 500px;
  background-image: url('../images/Saltando.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.cuadro-1.w--current {
  background-image: url('../images/Pareja-corriendo3.jpg');
  background-position: 85%;
}

.cuadro-1._7abril {
  background-image: url('../images/_5-alimentos-sinoflex.jpg');
}

.cuadro2 {
  width: 100%;
  height: 500px;
  background-image: url('../images/Pareja-corriendo3.jpg');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.cuadro2.w--current {
  background-image: url('../images/Saltando.jpg');
}

.cuadro3 {
  width: 100%;
  height: 500px;
  background-image: url('../images/_5-alimentos-sinoflex.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.cuadro3.w--current {
  background-image: url('../images/Pareja-corriendo3.jpg');
  background-position: 85%;
}

.cuadro3._7abril {
  background-image: url('../images/_5-alimentos-sinoflex.jpg');
}

.html-embed {
  width: 100%;
}

.form {
  max-width: 1100px;
}

.contacto {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-12 {
  color: var(--deep-pink);
  text-align: center;
  text-transform: uppercase;
  margin-top: 27px;
  margin-bottom: 27px;
  font-size: 35px;
}

.paragraph-19 {
  margin-top: 19px;
  margin-bottom: 19px;
}

.grid-radianse, .grid-radianceddescp {
  grid-template-rows: auto;
  margin-top: 0;
  margin-bottom: 100px;
}

.heading-6 {
  text-align: center;
  letter-spacing: -1px;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 300;
  line-height: 55px;
}

.text-block-13 {
  color: var(--white);
  margin-top: 26px;
  font-size: 11px;
}

.linkfooter {
  color: var(--white);
}

.linkfooter:hover {
  color: var(--grisesito);
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading {
    font-size: 21px;
  }

  .paragraph {
    font-size: 20px;
    line-height: 25px;
  }

  .image {
    width: 350px;
  }

  .container-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-3 {
    line-height: 25px;
  }

  .paragraph-7, .paragraph-8 {
    line-height: 27px;
  }

  .container-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-8 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .paragraph-9, .paragraph-10, .paragraph-11 {
    text-align: center;
    font-size: 18px;
  }

  .image-3 {
    width: 100px;
    margin-top: 0;
  }

  .image-4 {
    width: 75px;
    margin-top: -33px;
  }

  .image-5 {
    width: 80px;
    margin-top: -56px;
  }

  .text-block-4 {
    margin-bottom: 20px;
  }

  .paragraph-12 {
    margin-bottom: 42px;
    font-size: 21px;
  }

  .container-8 {
    max-width: 90%;
  }

  .div-block-11 {
    width: auto;
  }

  .list, .list-copy {
    padding-left: 20px;
    padding-right: 0;
  }

  .grid-7 {
    flex-direction: column;
    display: flex;
  }

  .div-block-13, .div-block-13-copy {
    margin-bottom: 120px;
  }

  .list-sinnumeros {
    padding-left: 20px;
    padding-right: 0;
  }

  .text-block-11 {
    font-size: 15px;
  }

  .div-block-13-copy, .saltando, .div-block-13-copy-copy, .div-block-13-copy, .div-block-13-copy-copy, .div-block-13-copy-copy-copy, .div-block-13-copy, .div-block-13-copy-copy-copy-copy, .div-block-13-copy-copy-copy-copy-copy, .div-block-13-copy-copy, .div-block-13-copy-copy-copy, .frutas, .div-block-13-copy, .landig, .div-block-13-copy-copy, .div-block-13-copy-copy-copy, .cuadro-1, .cuadro2, .cuadro3 {
    margin-bottom: 120px;
  }
}

@media screen and (max-width: 767px) {
  .herosection {
    height: 100%;
  }

  .container {
    height: auto;
  }

  .div-block {
    margin-top: 40px;
  }

  .grid, .grid-2 {
    flex-direction: column;
    display: flex;
  }

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

  .grid-3 {
    flex-direction: column;
    margin-bottom: 55px;
    display: flex;
  }

  .grid-5 {
    flex-direction: column;
    display: flex;
  }

  .dosis-iconos {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-8 {
    flex-direction: column;
    align-items: center;
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .image-3 {
    width: 110px;
    margin-top: 0;
  }

  .image-4 {
    width: 150px;
    margin-top: 0;
    padding-left: 11px;
  }

  .image-5 {
    width: 150px;
    margin-top: 0;
    padding-left: 15px;
  }

  .text-block-4 {
    margin-top: 18px;
    margin-bottom: 18px;
    margin-right: 0;
  }

  .paragraph-12 {
    margin-bottom: 44px;
  }

  .div-block-9 {
    margin-top: 30px;
  }

  .section-5 {
    overflow: visible;
  }

  .referencias {
    width: 70%;
  }

  .list {
    width: auto;
    font-size: 8px;
  }

  .referencias-home {
    width: auto;
  }

  .list-copy {
    width: auto;
    font-size: 8px;
  }

  .list-item {
    font-size: 11px;
  }

  .relatedpost {
    padding-bottom: 70px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .list-sinnumeros {
    width: auto;
    font-size: 8px;
  }

  .grid-8 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-radianse {
    flex-direction: column;
    margin-bottom: 55px;
    display: flex;
  }

  .grid-radianceddescp {
    flex-direction: column;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    font-size: 19px;
    line-height: 25px;
  }

  .paragraph {
    margin-bottom: 30px;
    font-size: 18px;
  }

  .image {
    width: 290px;
    margin-bottom: 40px;
  }

  .grid {
    flex-direction: column;
  }

  .heading-2 {
    font-size: 19px;
  }

  .container-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .paragraph-3 {
    font-size: 30px;
    line-height: 40px;
  }

  .section {
    height: auto;
  }

  .paragraph-4 {
    font-size: 21px;
    line-height: 28px;
  }

  .paragraph-5 {
    font-size: 32px;
    line-height: 36px;
  }

  .paragraph-4-copy {
    margin-bottom: 0;
    font-size: 21px;
    line-height: 28px;
  }

  .heading-3 {
    margin-bottom: 25px;
    line-height: 25px;
  }

  .text-block-2 {
    font-size: 17px;
    line-height: 27px;
  }

  .text-block-3 {
    margin-bottom: 25px;
  }

  .paragraph-9, .paragraph-10 {
    text-align: center;
    font-size: 17px;
  }

  .paragraph-11 {
    font-size: 17px;
  }

  .image-4 {
    padding-left: 13px;
  }

  .image-5 {
    padding-left: 14px;
  }

  .paragraph-12 {
    text-align: left;
  }

  .grid-6 {
    width: auto;
    flex-direction: column;
    display: flex;
  }

  .div-block-10 {
    margin-bottom: 22px;
  }

  .paragraph-16 {
    font-size: 18px;
  }

  .rich-text-class {
    width: 90%;
  }

  .centrado {
    width: 80%;
  }

  .referencias {
    width: 90%;
  }

  .list {
    padding-left: 10px;
    font-size: 5px;
    line-height: 12px;
  }

  .div-block-12 {
    width: 100%;
    text-align: left;
  }

  .referencias-home {
    width: auto;
  }

  .list-copy {
    padding-left: 10px;
    font-size: 5px;
    line-height: 12px;
  }

  .list-item {
    font-size: 9px;
  }

  .div-block-14 {
    margin-bottom: -48px;
  }

  .text-block-9 {
    font-size: 20px;
  }

  .list-sinnumeros {
    padding-left: 10px;
    font-size: 5px;
    line-height: 12px;
  }

  .heading-6 {
    font-size: 30px;
    line-height: 40px;
  }
}

#w-node-div-block-4-5db0f6f0, #w-node-div-block-6-5db0f6f0 {
  align-self: center;
}

#w-node-_323d51c9-53a6-b9ad-5175-ff8abc593353-5db0f6f0, #w-node-_672bb982-4137-7aef-16dd-d95689d92781-5db0f6f0, #w-node-bf30792c-d27d-ef67-9166-7ce126c2907b-5db0f6f0, #w-node-_2c46b0a0-3ed5-b04a-d800-9c50acbbbb80-5db0f6f0, #w-node-d674a487-084b-9c7d-f203-a48f4d5da3e6-5db0f6f0 {
  justify-self: center;
}

#w-node-div-block-7-5db0f6f0 {
  align-self: center;
  justify-self: auto;
}

#w-node-_4f188c56-2f22-8351-7f95-7112a0c2f558-5db0f6f0, #w-node-_4dde2ed3-80af-5527-824a-6bf957d68993-5db0f6f0, #w-node-div-block-8-5db0f6f0, #w-node-_723f80df-957c-6f5a-a3b7-96829244fd02-5db0f6f0, #w-node-div-block-8-78b0f6f4, #w-node-_723f80df-957c-6f5a-a3b7-96829244fd02-78b0f6f4 {
  align-self: center;
}


