@keyframes moveInLeft {
  0% {
    opacity: 0;
    transform: translate(-10rem); }
  80% {
    transform: translateX(1rem); }
  100% {
    opacity: 1;
    transform: translate(0); } }

@keyframes moveInRight {
  0% {
    opacity: 0;
    transform: translate(10rem); }
  80% {
    transform: translateX(-1rem); }
  100% {
    opacity: 1;
    transform: translate(0); } }

@keyframes moveInBottom {
  0% {
    opacity: 0;
    transform: translateY(3rem); }
  100% {
    opacity: 1;
    transform: translate(0); } }

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

html {
  font-size: 62.5%; }

body {
  box-sizing: border-box; }

@media screen and (max-width: 600px) {
  main {
    padding-top: 85px; } }

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #777; }

* {
  box-sizing: border-box; }

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  height: 100%;
  max-height: 800px;
  position: relative;
  margin: auto;
  z-index: 2; }

/* Hide the images by default */
.mySlides {
  display: none; }
  .mySlides img.slider__web {
    height: 85vh; }

/* Caption text */
.text {
  color: #f2f2f2;
  padding: 8px 12px;
  font-style: italic;
  position: absolute;
  font-weight: bold;
  right: 5rem;
  width: 50%;
  text-align: center; }
  .text.text1 {
    font-size: 2.5vw;
    bottom: 10%;
    color: #FCDAD1; }
  .text.text2 {
    font-size: 2.5vw;
    bottom: 15%;
    color: #074249; }
  .text.text3 {
    font-size: 2.5vw;
    bottom: 12%;
    color: #F38E75; }
  .text.text4 {
    font-size: 2vw;
    bottom: 7%;
    color: #1E807A; }

/* Number text (1/3 etc) */
/* .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
} */
/* The dots/bullets/indicators */
/* .dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
} */
/* .active,
.dot:hover {
  background-color: #fff;
} */
/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s; }

@-webkit-keyframes fade {
  from {
    opacity: 0.4; }
  to {
    opacity: 1; } }

@keyframes fade {
  from {
    opacity: 0.4; }
  to {
    opacity: 1; } }

.slider__movil {
  display: none; }

@media screen and (max-width: 600px) {
  .slider__web {
    display: none; }
  .slider__movil {
    display: block; }
  .text {
    color: #f2f2f2;
    right: 0;
    width: 100%;
    text-align: center; }
    .text.text1 {
      font-size: 4.5vw;
      bottom: 8%; }
    .text.text2 {
      font-size: 4.5vw;
      bottom: 12%; }
    .text.text3 {
      font-size: 5.5vw;
      bottom: 8%; }
    .text.text4 {
      font-size: 4.1vw;
      bottom: 8%; } }

.header-section {
  width: 100%;
  height: 12rem;
  background-color: #F38E75; }
  .header-section__social {
    position: absolute;
    font-size: 3rem;
    top: 3rem;
    left: 4rem; }
    .header-section__social a {
      margin-left: 2rem;
      color: #fff; }
  .header-section__logo {
    width: 22rem;
    margin: auto;
    padding-top: 1.5rem; }

@media screen and (max-width: 600px) {
  .header-section {
    display: none; } }

.footer {
  width: 100%;
  height: auto;
  background-color: #000; }
  .footer .navigation-footer {
    display: flex;
    width: 80%;
    margin-left: 10%;
    padding-top: 4rem;
    padding-bottom: 2rem;
    justify-content: space-between; }
    .footer .navigation-footer__logo {
      width: 20rem;
      height: auto; }
    .footer .navigation-footer__nav {
      display: flex;
      width: 50%;
      height: 7rem;
      justify-content: flex-end;
      border-bottom: 2px solid #777; }
    .footer .navigation-footer__list {
      color: #fff;
      list-style: none;
      display: flex;
      align-items: center; }
    .footer .navigation-footer__item {
      padding: 1.5rem 1rem;
      font-size: 2.5rem; }
    .footer .navigation-footer__link {
      color: #fff;
      text-decoration: none; }
    .footer .navigation-footer__copyright {
      font-size: 1.2rem; }
    .footer .navigation-footer__content {
      width: 80%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-left: 10%;
      padding-bottom: 4rem; }
    .footer .navigation-footer__contact {
      margin-top: -2rem; }
    .footer .navigation-footer__email {
      font-size: 2rem;
      color: #F0E9E1; }
      .footer .navigation-footer__email a {
        text-decoration: none;
        color: #F0E9E1; }
    .footer .navigation-footer__number {
      font-size: 1.5rem;
      color: #fff; }

@media (max-width: 768px) {
  .footer .navigation-footer {
    width: 80%;
    margin-left: 10%; }
    .footer .navigation-footer__logo {
      width: 15rem; }
    .footer .navigation-footer__nav {
      display: flex;
      width: 80%;
      height: auto; }
    .footer .navigation-footer__item {
      padding: 1.5rem 0.5rem;
      font-size: 3vw;
      width: auto; }
    .footer .navigation-footer__copyright {
      font-size: 1.2rem; }
    .footer .navigation-footer__content {
      width: 80%;
      margin-left: 10%; }
    .footer .navigation-footer__email {
      font-size: 2.5vw; }
    .footer .navigation-footer__number {
      font-size: 2vw; } }

@media (max-width: 460px) {
  .footer .navigation-footer {
    width: 90%;
    margin-left: 5%; }
    .footer .navigation-footer__nav {
      display: flex;
      width: 80%;
      height: auto; }
    .footer .navigation-footer__item {
      padding: 1.5rem 0.5rem;
      font-size: 3.5vw;
      width: auto; }
    .footer .navigation-footer__content {
      width: 90%;
      margin-left: 5%; }
    .footer .navigation-footer__email {
      font-size: 3.5vw; }
    .footer .navigation-footer__number {
      font-size: 1.2rem; } }

.navigation__nav {
  width: 100%;
  overflow: hidden; }
  .navigation__nav .icon {
    display: none; }

.navigation__list {
  display: flex;
  width: 100%;
  justify-content: flex-end; }

.navigation__item {
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  list-style: none; }
  .navigation__item:hover .navigation__link {
    color: #1E807A; }

.navigation__link {
  font-size: 20px;
  color: #FCDAD1;
  text-decoration: none; }

.header__logo {
  position: absolute;
  left: 30px;
  top: 10px;
  width: 150px;
  display: none; }

.navigation__social,
.button__menu {
  display: none; }

@media screen and (max-width: 600px) {
  .navigation {
    width: 100%;
    height: 8.5rem;
    background-color: #F38E75;
    z-index: 9999;
    position: fixed; }
  .navigation__list {
    height: 100%;
    background-color: #FCDAD1; }
  .navigation__nav .navigation__item,
  .navigation__nav .navigation__social {
    display: none; }
  .button__menu {
    float: right;
    display: block;
    top: 1.5rem;
    right: 3rem;
    font-size: 3rem;
    position: absolute;
    z-index: 9999; }
    .button__menu a {
      color: #fff; }
  .header__logo {
    display: block; } }

@media screen and (max-width: 600px) {
  .navigation__nav.open {
    position: relative;
    height: 100vh;
    width: 90%;
    margin-left: 10%;
    transition: all 0.3s;
    z-index: 99; }
    .navigation__nav.open .navigation__list {
      display: block;
      margin-top: 85px;
      height: calc(100% - 85px); }
    .navigation__nav.open .navigation__item {
      display: flex;
      justify-content: center;
      height: 14.2%;
      width: 100%;
      border-bottom: 2px solid #F38E75;
      align-items: center; }
    .navigation__nav.open .navigation__link {
      font-size: 2.5rem;
      color: #074249; }
    .navigation__nav.open .navigation__social {
      height: 14.2%;
      display: flex;
      align-items: center;
      justify-content: space-around;
      font-size: 4rem; }
      .navigation__nav.open .navigation__social a {
        color: #074249; } }

.navigation-section__nav {
  width: 100%; }
  .navigation-section__nav .icon {
    display: none; }

.navigation-section__list {
  display: flex;
  width: 100%;
  justify-content: center;
  background-color: #f2f2f2; }

.navigation-section__item {
  text-align: center;
  padding: 14px 2rem;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  list-style: none;
  position: relative; }
  .navigation-section__item:hover .navigation-section__link {
    color: #1E807A; }
  .navigation-section__item:nth-child(2):hover .navigation-section__submenu, .navigation-section__item:nth-child(3):hover .navigation-section__submenu, .navigation-section__item:nth-child(4):hover .navigation-section__submenu {
    display: block;
    opacity: 1; }

.navigation-section__link {
  font-size: 20px;
  color: #074249;
  text-decoration: none; }

.navigation-section__submenu {
  display: none;
  opacity: 0;
  position: absolute;
  top: 61px;
  left: 0;
  width: 100%;
  background-color: #FCDAD1;
  z-index: 9999; }
  .navigation-section__submenu.width-fix {
    width: 200%;
    left: -50%; }
  .navigation-section__submenu-content {
    display: flex;
    flex-direction: column; }
    .navigation-section__submenu-content a {
      text-align: center;
      padding: 14px 2rem;
      font-size: 18px;
      font-weight: 600;
      text-decoration: none;
      color: #074249;
      border-bottom: 2px solid #F38E75; }
      .navigation-section__submenu-content a:hover {
        background-color: #f3a38e; }
      .navigation-section__submenu-content a:first-child {
        border-top: 2px solid #F38E75; }
        .navigation-section__submenu-content a:first-child:before {
          content: '';
          position: absolute;
          right: calc(50% - 10px);
          top: -8px;
          width: 0;
          height: 0;
          margin: auto;
          border-style: solid;
          border-width: 0 8px 8px 8px;
          border-color: transparent transparent #F38E75 transparent;
          z-index: 9999; }

.header__logo {
  position: fixed;
  left: 30px;
  top: 10px;
  width: 150px;
  display: none;
  z-index: 99999; }

.navigation-section__social,
.button__menu {
  display: none; }

@media screen and (max-width: 600px) {
  .navigation-section {
    width: 100%;
    height: 8.5rem;
    background-color: #F38E75;
    z-index: 9999;
    position: fixed; }
    .navigation-section__nav {
      overflow: hidden; }
    .navigation-section__item:focus .navigation-section__submenu, .navigation-section__item:hover .navigation-section__submenu {
      display: block;
      top: 100%; }
      .navigation-section__item:focus .navigation-section__submenu.width-fix, .navigation-section__item:hover .navigation-section__submenu.width-fix {
        width: 100%;
        margin-left: 50%; }
      .navigation-section__item:focus .navigation-section__submenu .navigation-section__submenu-content a, .navigation-section__item:hover .navigation-section__submenu .navigation-section__submenu-content a {
        border-bottom: none; }
        .navigation-section__item:focus .navigation-section__submenu .navigation-section__submenu-content a:first-child, .navigation-section__item:hover .navigation-section__submenu .navigation-section__submenu-content a:first-child {
          border-top: 2px solid #F38E75; }
          .navigation-section__item:focus .navigation-section__submenu .navigation-section__submenu-content a:first-child:before, .navigation-section__item:hover .navigation-section__submenu .navigation-section__submenu-content a:first-child:before {
            content: '';
            border-width: 0; }
    .navigation-section__item:nth-child(4) .navigation-section__submenu-content a {
      font-size: 13px; }
    .navigation-section__item:nth-child(2):before, .navigation-section__item:nth-child(3):before, .navigation-section__item:nth-child(4):before {
      content: '+';
      margin-right: 5px;
      font-size: 28px;
      color: #074249; }
  .navigation-section__list {
    height: 100%;
    background-color: #FCDAD1; }
  .navigation-section__nav .navigation-section__item,
  .navigation-section__nav .navigation-section__social {
    display: none; }
  .button__menu {
    float: right;
    display: block;
    top: 1.5rem;
    right: 3rem;
    font-size: 3rem;
    position: fixed;
    z-index: 9999; }
    .button__menu a {
      color: #fff; }
  .header__logo {
    display: block; } }

@media screen and (max-width: 600px) {
  .navigation-section__nav.open {
    position: fixed;
    height: 100vh;
    width: 90%;
    margin-left: 10%;
    transition: all 0.3s;
    z-index: 99; }
    .navigation-section__nav.open .navigation-section__list {
      display: block;
      margin-top: 85px;
      height: calc(100% - 85px); }
    .navigation-section__nav.open .navigation-section__item {
      display: flex;
      justify-content: center;
      height: 12.2%;
      width: 100%;
      border-bottom: 2px solid #F38E75;
      align-items: center; }
    .navigation-section__nav.open .navigation-section__link {
      font-size: 2.5rem;
      color: #074249; }
    .navigation-section__nav.open .navigation-section__social {
      height: 26.8%;
      margin-top: auto;
      display: flex;
      align-items: flex-end;
      justify-content: space-around;
      font-size: 4rem; }
      .navigation-section__nav.open .navigation-section__social a {
        color: #074249; } }

.body-background {
  background-image: url("/img/Fondo_Slider.png");
  height: 100vh;
  width: 100%;
  background-size: 100% 100%; }

.social__media {
  position: absolute;
  bottom: .5rem;
  left: 5rem; }
  .social__media i {
    font-size: 3rem;
    margin-left: 2rem;
    color: #fff; }

@media screen and (max-width: 600px) {
  .body-background {
    background-image: url("/img/Hola_Nutricion_Movil_01_0_Inicio.png"); }
  .social__media {
    display: none; } }

body {
  background-color: #F38E75; }

.nosotros {
  background-image: url("../../img/Nosotros/01_Nosotros.png");
  width: 100%;
  max-width: 100%;
  min-height: 60rem;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  background-color: #1E807A; }
  .nosotros .section__text {
    padding: 15% 4rem 0;
    width: 50%;
    display: block;
    height: auto; }
    .nosotros .section__text p {
      color: #fff;
      text-align: center;
      font-size: 1.2vw;
      margin-bottom: 1rem; }
  .nosotros.hide {
    display: none; }

.mision {
  background-image: url("../../img/Nosotros/02_Mision.png");
  width: 100%;
  max-width: 100%;
  min-height: 60rem;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  background-color: #1E807A; }
  .mision .section__text {
    padding: 20% 4rem 0;
    width: 50%;
    display: block;
    height: auto; }
    .mision .section__text p {
      color: #fff;
      text-align: center;
      font-size: 1.5vw;
      font-style: italic;
      font-weight: 600;
      margin-bottom: 1rem; }
  .mision.hide {
    display: none; }

.vision {
  background-image: url("../../img/Nosotros/03_Vision.png");
  width: 100%;
  max-width: 100%;
  min-height: 60rem;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  background-color: #1E807A; }
  .vision .section__text {
    padding: 20% 4rem 0;
    width: 50%;
    display: block;
    height: auto; }
    .vision .section__text p {
      color: #fff;
      text-align: center;
      font-size: 1.5vw;
      font-style: italic;
      font-weight: 600;
      margin-bottom: 1rem; }
  .vision.hide {
    display: none; }

.valores {
  background-image: url("../../img/Nosotros/04_Valores.png");
  height: auto;
  width: 100%;
  max-width: 100%;
  min-height: 60rem;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative; }
  .valores .section__text {
    padding: 18% 4rem 0;
    width: 50%;
    display: block;
    height: auto; }
    .valores .section__text ul {
      color: #fff;
      margin: auto;
      font-size: 1.2vw;
      width: 200px;
      margin-bottom: 1rem; }
    .valores .section__text li {
      color: #fff;
      text-align: left;
      font-size: 1.5vw;
      font-style: italic;
      font-weight: 600;
      margin-bottom: 1rem; }
  .valores.hide {
    display: none; }
  .valores .buttons {
    margin-top: 8rem; }

.buttons {
  margin-top: 10rem;
  width: 50%;
  display: flex;
  justify-content: center;
  position: relative;
  bottom: 2rem; }
  .buttons a {
    margin-left: 2rem;
    text-decoration: none;
    border-radius: 20px;
    background-color: #074249;
    width: auto;
    font-size: 1.2vw;
    padding: 3px 2.5rem;
    color: #F0E9E1;
    font-weight: bold; }
  .buttons .button__active {
    color: #1E807A; }

@media screen and (max-width: 1024px) {
  .nosotros {
    background-image: url("../../img/Nosotros/01_Nosotros_Movil.png");
    min-height: 550px;
    background-color: #1E807A; }
    .nosotros .section__text {
      padding: 105% 4rem 0;
      width: 100%;
      display: block;
      height: auto; }
      .nosotros .section__text p {
        font-size: 3vw; }
  .mision {
    background-image: url("../../img/Nosotros/02_Mision_Movil.png");
    min-height: 550px;
    background-color: #1E807A; }
    .mision .section__text {
      padding: 110% 4rem 0;
      width: 100%;
      display: block;
      height: auto; }
      .mision .section__text p {
        font-size: 3vw; }
  .vision {
    background-image: url("../../img/Nosotros/03_Vision_Movil.png");
    min-height: 550px;
    background-color: #1E807A; }
    .vision .section__text {
      padding: 110% 4rem 0;
      width: 100%;
      display: block;
      height: auto; }
      .vision .section__text p {
        font-size: 3vw; }
  .valores {
    background-image: url("../../img/Nosotros/04_Valores_Movil.png");
    min-height: 550px;
    background-color: #1E807A; }
    .valores .section__text {
      padding: 110% 4rem 0;
      width: 100%;
      display: block;
      height: auto; }
      .valores .section__text ul {
        font-size: 3vw; }
      .valores .section__text li {
        text-align: left; }
  .nosotros .buttons,
  .vision .buttons,
  .mision .buttons,
  .valores .buttons {
    margin-top: 4rem;
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    bottom: 2rem; }
    .nosotros .buttons a,
    .vision .buttons a,
    .mision .buttons a,
    .valores .buttons a {
      margin-left: 2rem;
      text-decoration: none;
      border-radius: 20px;
      background-color: #074249;
      width: auto;
      font-size: 3.2vw;
      padding: 3px 2.5rem;
      color: #F0E9E1;
      font-weight: bold; }
    .nosotros .buttons .button__active,
    .vision .buttons .button__active,
    .mision .buttons .button__active,
    .valores .buttons .button__active {
      color: #1E807A; } }

body {
  background-color: #F38E75; }

.background-color {
  background-color: #BCCFBB; }

.nutricion-funcional {
  background-image: url("../../img/Servicios/01_Servicios_Nutricion_Funcional_Integral.png");
  height: auto;
  width: 100%;
  max-width: 100%;
  min-height: 60rem;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  background-color: #BCCFBB; }
  .nutricion-funcional .section__text {
    padding: 14% 4rem 4rem;
    width: 48%;
    display: block;
    height: auto; }
    .nutricion-funcional .section__text p {
      color: #074249;
      text-align: center;
      font-size: 1.2vw;
      margin-bottom: 1rem; }

.bienestar-total {
  background-image: url("../../img/Servicios/02_Servicios_Bienestar Total_Plan a Distancia.png");
  height: auto;
  width: 100%;
  max-width: 100%;
  min-height: 60rem;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  background-color: #BCCFBB; }
  .bienestar-total .section__text {
    padding: 15% 4rem 4rem;
    width: 50%;
    display: block;
    height: auto; }
    .bienestar-total .section__text p {
      color: #074249;
      text-align: left;
      font-size: 1vw;
      margin-bottom: 1rem; }
      .bienestar-total .section__text p:first-child {
        text-align: center;
        width: 80%;
        margin-left: 10%; }
    .bienestar-total .section__text ul {
      list-style: inside; }
    .bienestar-total .section__text li {
      font-size: 1vw;
      color: #074249; }

.paquete-mensual {
  background-image: url("../../img/Servicios/03_Servicios_Paquetes Mensuales_Individual.png");
  height: auto;
  width: 100%;
  max-width: 100%;
  min-height: 55rem;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  background-color: #BCCFBB; }
  .paquete-mensual .section__text {
    padding: 18% 4rem 4rem;
    width: 50%;
    display: block;
    height: auto; }
    .paquete-mensual .section__text p {
      color: #074249;
      text-align: left;
      font-size: 1.2vw;
      margin-bottom: 1rem; }
      .paquete-mensual .section__text p:first-child {
        text-align: center;
        width: 80%;
        margin-left: 10%; }
    .paquete-mensual .section__text ul {
      list-style: inside; }
    .paquete-mensual .section__text li {
      font-size: 1.2vw;
      color: #074249; }

.paquete-familiar {
  background-image: url("../../img/Servicios/04_Servicios_Programa Familiar.png");
  height: auto;
  width: 100%;
  max-width: 100%;
  min-height: 60rem;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  background-color: #BCCFBB; }
  .paquete-familiar .section__text {
    padding: 16% 4rem 4rem;
    width: 50%;
    display: block;
    height: auto; }
    .paquete-familiar .section__text p {
      color: #074249;
      text-align: left;
      font-size: 1vw;
      margin-bottom: 1rem; }
      .paquete-familiar .section__text p:last-child {
        text-align: center;
        width: 90%;
        margin-left: 5%; }
    .paquete-familiar .section__text ul {
      list-style: inside; }
    .paquete-familiar .section__text li {
      font-size: 1vw;
      color: #074249; }

@media screen and (max-width: 1024px) {
  .nutricion-funcional {
    background-image: url("../../img/Servicios/PNG_Movil_Hola_Nutricion_03_1_Nutricion_Funcional.png");
    min-height: 550px; }
    .nutricion-funcional .section__text {
      padding: 105% 4rem 4rem;
      width: 100%;
      display: block;
      height: auto; }
      .nutricion-funcional .section__text p {
        font-size: 3vw; }
  .bienestar-total {
    background-image: url("../../img/Servicios/PNG_Movil_Hola_Nutricion_03_2_Bienestar_Total_Distancia.png");
    min-height: 550px; }
    .bienestar-total .section__text {
      padding: 145% 4rem 4rem;
      width: 100%;
      display: block;
      height: auto; }
      .bienestar-total .section__text p {
        font-size: 3vw; }
        .bienestar-total .section__text p:first-child {
          text-align: left;
          width: 100%;
          margin-left: 0; }
      .bienestar-total .section__text li {
        font-size: 3vw; }
  .paquete-mensual {
    background-image: url("../../img/Servicios/PNG_Movil_Hola_Nutricion_03_3_Plan_Mensual_Individual.png");
    min-height: 550px; }
    .paquete-mensual .section__text {
      padding: 145% 4rem 4rem;
      width: 100%;
      display: block;
      height: auto; }
      .paquete-mensual .section__text p {
        font-size: 3vw; }
        .paquete-mensual .section__text p:first-child {
          text-align: left;
          width: 100%;
          margin-left: 0; }
      .paquete-mensual .section__text li {
        font-size: 3vw; }
  .paquete-familiar {
    background-image: url("../../img/Servicios/PNG_Movil_Hola_Nutricion_03_4_Plan_Mensual_Familiar.png");
    min-height: 550px; }
    .paquete-familiar .section__text {
      padding: 145% 4rem 4rem;
      width: 100%;
      display: block;
      height: auto; }
      .paquete-familiar .section__text p {
        font-size: 3vw; }
        .paquete-familiar .section__text p:last-child {
          text-align: left;
          width: 100%;
          margin-left: 0; }
      .paquete-familiar .section__text li {
        font-size: 3vw; } }

.body-retos {
  background-color: #fff; }

.background-color {
  background-color: #fff; }

.reto-ketolipo-1 {
  background-image: url("../../img/Retos/01_Reto_Keto Lipo.png");
  height: auto;
  width: 100%;
  max-width: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  background-color: #fff; }
  .reto-ketolipo-1 .section__text {
    padding: 16% 0 0 6.5%;
    width: 45%;
    display: block;
    height: auto; }
    .reto-ketolipo-1 .section__text p {
      color: #074249;
      text-align: left;
      font-size: 1vw;
      margin-bottom: 1rem; }
  .reto-ketolipo-1 div.button {
    margin-top: 2rem;
    margin-left: 5rem;
    padding-bottom: 3rem; }
  .reto-ketolipo-1.hide {
    display: none; }

.reto-ketolipo-2 {
  background-image: url("../../img/Retos/02_Reto_Keto Lipo.png");
  height: auto;
  width: 100%;
  max-width: 100%;
  min-height: 55rem;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  background-color: #fff; }
  .reto-ketolipo-2 .section__text {
    padding: 16% 0 0 6.5%;
    width: 15%;
    display: block;
    height: auto;
    display: flex;
    justify-content: flex-start; }
    .reto-ketolipo-2 .section__text ul {
      margin: auto;
      margin-right: 75%;
      font-size: 1.2vw;
      width: 140px;
      list-style: inside; }
      .reto-ketolipo-2 .section__text ul li {
        color: #fff;
        text-align: left;
        font-size: 0.7vw;
        width: 35rem; }
        .reto-ketolipo-2 .section__text ul li:last-child {
          margin-bottom: 1rem; }
  .reto-ketolipo-2 div.button {
    margin-top: 0rem;
    padding-bottom: 8rem;
    width: 85%; }
  .reto-ketolipo-2.hide {
    display: none; }

.reto-ketolipo-3 {
  background-image: url("../../img/Retos/03_Reto_Keto Lipo.png");
  height: auto;
  width: 100%;
  max-width: 100%;
  min-height: 55rem;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  background-color: #fff; }
  .reto-ketolipo-3 .section__text {
    padding: 15% 0 0 6.5%;
    width: 50%;
    display: block;
    height: auto; }
    .reto-ketolipo-3 .section__text ul {
      margin-right: 75%;
      font-size: 1.2vw;
      width: 200px;
      list-style: inside; }
      .reto-ketolipo-3 .section__text ul li {
        color: #fff;
        text-align: left;
        font-size: 0.8vw;
        width: 45rem; }
        .reto-ketolipo-3 .section__text ul li:last-child {
          margin-bottom: 1rem; }
    .reto-ketolipo-3 .section__text p {
      color: yellow;
      font-size: 0.8vw;
      width: 70%;
      margin-left: 5%; }
  .reto-ketolipo-3.hide {
    display: none; }
  .reto-ketolipo-3 div.button {
    margin-top: -5rem;
    padding-bottom: 12rem;
    width: 85%; }

.reto-ketolipo-4 {
  background-image: url("../../img/Retos/04_Reto_Keto Lipo.png");
  height: auto;
  width: 100%;
  max-width: 100%;
  background-size: 100%;
  min-height: 50rem;
  background-repeat: no-repeat;
  position: relative;
  background-color: #fff; }
  .reto-ketolipo-4 .section__text {
    padding: 12% 0 0 8%;
    width: 50%;
    display: block;
    height: auto; }
    .reto-ketolipo-4 .section__text form {
      width: 90%;
      position: relative;
      padding-bottom: 14rem; }
    .reto-ketolipo-4 .section__text label {
      color: #fff;
      width: 100%;
      font-size: 0.9vw; }
    .reto-ketolipo-4 .section__text input {
      height: 2.5rem;
      border: none;
      width: 50%; }
    .reto-ketolipo-4 .section__text .wrapper-check {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      margin-top: -8rem; }
      .reto-ketolipo-4 .section__text .wrapper-check label {
        width: auto; }
      .reto-ketolipo-4 .section__text .wrapper-check input {
        margin-left: 5px;
        border: none;
        width: 1.5rem; }
    .reto-ketolipo-4 .section__text .button-submit {
      width: 15rem;
      right: 0;
      bottom: 10rem;
      border-radius: 20px;
      padding: 3px 2.5rem;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 4rem;
      font-size: 18px;
      color: yellow;
      font-weight: bold;
      text-transform: uppercase;
      background-color: #074249;
      position: absolute; }
  .reto-ketolipo-4.hide {
    display: none; }

.reto-plan-1 {
  background-image: url("../../img/Retos/01_Reto_Plan Perfecto.png");
  height: auto;
  width: 100%;
  max-width: 100%;
  min-height: 55rem;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  background-color: #fff; }
  .reto-plan-1 .section__text {
    padding: 24% 0 0 8%;
    width: 45%;
    display: block;
    height: auto; }
    .reto-plan-1 .section__text p {
      color: #fff;
      text-align: left;
      font-size: 1.2vw;
      font-weight: bold;
      margin-bottom: 1rem; }
  .reto-plan-1 div.button {
    margin-top: 9rem;
    padding-bottom: 8rem; }
  .reto-plan-1.hide {
    display: none; }

.reto-plan-2 {
  background-image: url("../../img/Retos/02_Reto_Plan Perfecto.png");
  height: auto;
  width: 100%;
  max-width: 100%;
  min-height: 55rem;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  background-color: #fff; }
  .reto-plan-2 .section__text {
    padding: 14% 0 0 8%;
    width: 15%;
    display: block;
    height: auto;
    display: flex;
    justify-content: flex-start; }
    .reto-plan-2 .section__text ul {
      margin: auto;
      margin-right: 75%;
      font-size: 1.2vw;
      width: 140px; }
      .reto-plan-2 .section__text ul li {
        color: #fff;
        text-align: left;
        font-size: 0.8vw;
        width: 40rem; }
        .reto-plan-2 .section__text ul li:last-child {
          margin-bottom: 1rem; }
  .reto-plan-2 div.button {
    margin-top: 0rem;
    padding-bottom: 5rem; }
  .reto-plan-2.hide {
    display: none; }

.reto-plan-3 {
  background-image: url("../../img/Retos/03_Reto_Plan Perfecto.png");
  height: auto;
  width: 100%;
  max-width: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  background-color: #fff; }
  .reto-plan-3 .section__text {
    padding: 18% 0 0 8%;
    width: 50%;
    display: block;
    height: auto; }
    .reto-plan-3 .section__text ul {
      margin-right: 75%;
      font-size: 1.2vw;
      width: 140px; }
      .reto-plan-3 .section__text ul li {
        color: #fff;
        text-align: left;
        font-size: 0.8vw;
        width: 45rem; }
        .reto-plan-3 .section__text ul li:last-child {
          margin-bottom: 1rem; }
    .reto-plan-3 .section__text p {
      width: 62%;
      color: #fff;
      font-size: 0.8vw; }
  .reto-plan-3 div.button {
    margin-top: 0rem;
    padding-bottom: 12rem; }
    .reto-plan-3 div.button a {
      margin-right: -5rem; }
  .reto-plan-3.hide {
    display: none; }

.reto-plan-4 {
  background-image: url("../../img/Retos/04_Reto_Plan Perfecto.png");
  height: auto;
  width: 100%;
  max-width: 100%;
  min-height: 50rem;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  background-color: #fff; }
  .reto-plan-4 .section__text {
    padding: 10% 0 0 8%;
    width: 50%;
    display: block;
    height: auto; }
    .reto-plan-4 .section__text form {
      width: 90%;
      position: relative;
      padding-bottom: 14rem; }
    .reto-plan-4 .section__text label {
      color: #fff;
      width: 100%;
      font-size: 0.9vw; }
    .reto-plan-4 .section__text input {
      height: 2.5rem;
      border: none;
      width: 50%; }
    .reto-plan-4 .section__text .wrapper-check {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      margin-top: -8rem;
      margin-right: -3rem; }
      .reto-plan-4 .section__text .wrapper-check label {
        width: auto; }
      .reto-plan-4 .section__text .wrapper-check input {
        margin-left: 5px;
        border: none;
        width: 1.5rem; }
    .reto-plan-4 .section__text .button-submit {
      width: 15rem;
      right: 0;
      bottom: 10rem;
      border-radius: 20px;
      padding: 3px 2.5rem;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 4rem;
      font-size: 18px;
      color: yellow;
      font-weight: bold;
      text-transform: uppercase;
      background-color: #074249;
      position: absolute; }
  .reto-plan-4.hide {
    display: none; }

.button {
  margin-top: -1rem;
  width: 75%;
  display: flex;
  justify-content: center;
  position: relative;
  bottom: 2rem; }
  .button a {
    margin-left: 2rem;
    text-decoration: none;
    border-radius: 20px;
    background-color: #074249;
    width: auto;
    font-size: 1.2vw;
    font-weight: bold;
    padding: 3px 2.5rem;
    color: yellow; }

@media screen and (max-width: 1024px) {
  .button {
    margin-top: 3rem;
    width: 80%;
    display: flex;
    justify-content: center;
    position: relative;
    bottom: 2rem; }
    .button a {
      margin-left: 0;
      font-size: 3.5vw; }
  .reto-ketolipo-1 {
    background-image: url("../../img/Retos/Hola_Nutricion_Movil__04_1_Reto_Keto.png");
    min-height: 550px;
    background-color: #f57a5b; }
    .reto-ketolipo-1 .section__text {
      padding: 105% 4rem 0;
      width: 100%;
      display: block;
      height: auto; }
      .reto-ketolipo-1 .section__text p {
        font-size: 3.2vw; }
    .reto-ketolipo-1 div.button {
      padding-bottom: 0; }
  .reto-ketolipo-2 {
    background-image: url("../../img/Retos/Hola_Nutricion_Movil__04_2_Reto_Keto.png");
    min-height: 550px;
    background-color: #f57a5b; }
    .reto-ketolipo-2 .section__text {
      padding: 100% 4rem 4rem;
      width: 100%;
      height: auto;
      display: flex;
      flex-direction: column; }
      .reto-ketolipo-2 .section__text ul {
        margin: auto;
        margin-right: 0%;
        font-size: 3vw;
        width: 100%; }
        .reto-ketolipo-2 .section__text ul li {
          color: #fff;
          text-align: left;
          font-size: 3vw;
          width: 100%; }
          .reto-ketolipo-2 .section__text ul li:last-child {
            margin-bottom: 1rem; }
    .reto-ketolipo-2 div.button {
      margin-top: 0;
      padding-bottom: 0; }
  .reto-ketolipo-3 {
    background-image: url("../../img/Retos/Hola_Nutricion_Movil__04_3_Reto_Keto.png");
    min-height: 550px;
    background-color: #f57a5b; }
    .reto-ketolipo-3 .section__text {
      padding: 100% 4rem 0;
      width: 100%;
      display: block;
      height: auto; }
      .reto-ketolipo-3 .section__text ul {
        margin: auto;
        margin-right: 0%;
        font-size: 3vw;
        width: 100%; }
        .reto-ketolipo-3 .section__text ul li {
          color: #fff;
          text-align: left;
          font-size: 3vw;
          width: 100%; }
          .reto-ketolipo-3 .section__text ul li:last-child {
            margin-bottom: 1rem; }
      .reto-ketolipo-3 .section__text p {
        font-size: 3vw;
        width: 100%;
        margin-left: 0; }
    .reto-ketolipo-3 div.button {
      margin-top: 3rem;
      padding-bottom: 0; }
  .reto-ketolipo-4 {
    background-image: url("../../img/Retos/Hola_Nutricion_Movil__04_4_Reto_Keto.png");
    min-height: 550px;
    background-color: #f57a5b; }
    .reto-ketolipo-4 .section__text {
      padding: 82% 4rem 0;
      width: 100%; }
      .reto-ketolipo-4 .section__text form {
        width: 100%;
        position: relative;
        padding-bottom: 4rem; }
      .reto-ketolipo-4 .section__text label {
        font-size: 3vw;
        font-weight: bold; }
      .reto-ketolipo-4 .section__text input {
        width: 90%;
        height: 4rem; }
      .reto-ketolipo-4 .section__text .wrapper-check {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-top: 2rem; }
        .reto-ketolipo-4 .section__text .wrapper-check label {
          width: auto; }
        .reto-ketolipo-4 .section__text .wrapper-check input {
          width: 1.5rem;
          margin-left: 5px;
          border: none; }
      .reto-ketolipo-4 .section__text .button-submit {
        width: 15rem;
        bottom: 1rem;
        font-size: 18px;
        margin-left: auto;
        position: relative; }
  .reto-plan-1 {
    background-image: url("../../img/Retos/Hola_Nutricion_Movil__05_1_Reto Plan Perfecto.png");
    min-height: 550px;
    background-color: #1E807A; }
    .reto-plan-1 .section__text {
      padding: 130% 4rem 0;
      width: 100%;
      display: block;
      height: auto; }
      .reto-plan-1 .section__text p {
        font-size: 3.2vw; }
    .reto-plan-1 div.button {
      margin-top: 4rem;
      padding-bottom: 0rem; }
  .reto-plan-2 {
    background-image: url("../../img/Retos/Hola_Nutricion_Movil__05_2_Reto Plan Perfecto.png");
    min-height: 550px;
    background-color: #1E807A; }
    .reto-plan-2 .section__text {
      padding: 100% 4rem 4rem;
      width: 100%;
      height: auto; }
      .reto-plan-2 .section__text ul {
        margin: auto;
        margin-right: 0%;
        font-size: 3vw;
        width: 100%; }
        .reto-plan-2 .section__text ul li {
          color: #fff;
          text-align: left;
          font-size: 3vw;
          width: 100%; }
          .reto-plan-2 .section__text ul li:last-child {
            margin-bottom: 1rem; }
    .reto-plan-2 div.button {
      margin-top: -2rem;
      padding-bottom: 0; }
  .reto-plan-3 {
    background-image: url("../../img/Retos/Hola_Nutricion_Movil__05_3_Reto Plan Perfecto.png");
    min-height: 550px;
    background-color: #1E807A; }
    .reto-plan-3 .section__text {
      padding: 100% 4rem 0;
      width: 100%;
      display: block;
      height: auto; }
      .reto-plan-3 .section__text ul {
        margin: auto;
        margin-right: 0%;
        font-size: 3vw;
        width: 100%; }
        .reto-plan-3 .section__text ul li {
          color: #fff;
          text-align: left;
          font-size: 3vw;
          width: 100%; }
          .reto-plan-3 .section__text ul li:last-child {
            margin-bottom: 1rem; }
      .reto-plan-3 .section__text p {
        width: 100%;
        font-size: 3vw; }
    .reto-plan-3 div.button {
      margin-top: 3rem;
      padding-bottom: 0; }
  .reto-plan-4 {
    background-image: url("../../img/Retos/Hola_Nutricion_Movil__05_4_Reto Plan Perfecto.png");
    min-height: 550px;
    background-color: #1E807A; }
    .reto-plan-4 .section__text {
      padding: 100% 4rem 0;
      width: 100%; }
      .reto-plan-4 .section__text form {
        width: 100%;
        position: relative;
        padding-bottom: 4rem; }
      .reto-plan-4 .section__text label {
        font-size: 3vw;
        font-weight: bold; }
      .reto-plan-4 .section__text input {
        width: 90%;
        height: 4rem; }
      .reto-plan-4 .section__text .wrapper-check {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-top: 2rem;
        margin-right: 0; }
        .reto-plan-4 .section__text .wrapper-check label {
          width: auto; }
        .reto-plan-4 .section__text .wrapper-check input {
          width: 1.5rem;
          margin-left: 5px;
          border: none; }
      .reto-plan-4 .section__text .button-submit {
        width: 15rem;
        bottom: 1rem;
        font-size: 18px;
        margin-left: auto;
        position: relative; } }

.text-short {
  width: 60% !important; }

.text-white {
  color: #fff !important; }

.contact {
  background-image: url("../../img/Contacto/Contacto.png");
  background-size: 100% 100%;
  width: 100%;
  height: calc(100vh - 18.5rem);
  background-repeat: no-repeat; }
  .contact form {
    width: 50%;
    position: relative;
    padding-top: 8.5%;
    margin-left: 5%; }
  .contact label {
    font-size: 1vw;
    color: #fff; }
  .contact input {
    height: 3.5rem;
    width: 60%;
    border: none; }
  .contact .button-submit {
    width: 15rem;
    right: 12rem;
    bottom: -7rem;
    border-radius: 20px;
    padding: 3px 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 4rem;
    font-size: 1.2vw;
    color: yellow;
    font-weight: bold;
    background-color: #074249;
    position: absolute; }

@media screen and (max-width: 1024px) {
  .contact {
    background-image: url("../../img/Contacto/PNG_Movil_Hola_Nutricion_06_Contacto.png");
    width: 100%;
    background-size: 100%;
    height: 100%; }
    .contact form {
      width: 95%;
      position: relative;
      padding-top: 100%;
      margin-left: 5%; }
    .contact label {
      font-size: 3vw;
      color: #fff;
      font-weight: bold; }
    .contact input {
      height: 4rem;
      width: 80%;
      border: none; }
    .contact .button-submit {
      width: 10rem;
      left: 0;
      height: 3rem;
      bottom: -5rem;
      position: initial;
      margin-top: 2rem;
      font-size: 18px; } }
