@charset "UTF-8";
:root {
  --main-color: #007DA3;
  --hover-btn: #06c4de;
  --text-button: #01216a;
  --nav-label: #0092bc;
  --bg-healthcare: #06c4de;
  --main-colorLink: #007194;
  --main-colorLinkHover: #007DA3;
  --main-colorButton: #007DA3;
  --nav-labelHover: #40c1e6;
  font-family: Arial;
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Pro";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Pro";
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Pro";
  --fa-font-light: normal 300 1em/1 "Font Awesome 6 Pro";
  --fa-font-thin: normal 100 1em/1 "Font Awesome 6 Pro";
  --fa-font-sharp-solid: normal 900 1em/1 "Font Awesome 6 Sharp";
  --fa-font-sharp-regular: normal 400 1em/1 "Font Awesome 6 Sharp";
  --fa-font-sharp-light: normal 300 1em/1 "Font Awesome 6 Sharp";
  --fa-font-sharp-thin: normal 100 1em/1 "Font Awesome 6 Sharp";
  --fa-font-duotone: normal 900 1em / 1 "Font Awesome 6 Duotone";
  --fa-font-duotone-regular: normal 400 1em/1 "Font Awesome 6 Pro";
  --fa-font-duotone-light: normal 300 1em/1 "Font Awesome 6 Pro";
  --fa-font-duotone-thin: normal 100 1em/1 "Font Awesome 6 Pro";
  --fa-font-sharp-duotone-solid: normal 900 1em/1 "Font Awesome 6 Sharp Duotone";
  --fa-font-sharp-duotone-regular: normal 400 1em/1 "Font Awesome 6 Sharp Duotone";
  --fa-font-sharp-duotone-light: normal 300 1em/1 "Font Awesome 6 Sharp Duotone";
  --fa-font-sharp-duotone-thin: normal 100 1em/1 "Font Awesome 6 Sharp Duotone";
}

@font-face {
  font-family: "Satisfy";
  src: url("../fonts/Satisfy/Satisfy-Regular.eot");
  src: url("../fonts/Satisfy/Satisfy-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Satisfy/Satisfy-Regular.woff") format("woff"), url("../fonts/Satisfy/Satisfy-Regular.ttf") format("truetype"), url("../fonts/Satisfy/Satisfy-Regular.svg#Satisfy-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: Arial;
  background: url(../images_nhsc/background.jpg) repeat-y center center;
}
h1, h2, h3, h4, h5, h6 {
  font-family: Din;
  color: var(--text-button);
}

@media (min-width: 768px) {
  .desktop-menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.desktop-menu > .menu-item {
  padding: 15px 10px;
}
.desktop-menu > .menu-item > a {
  margin: 0px;
  border-radius: 5px;
  padding: 10px 5px;
}
@media (min-width: 992px) {
  .desktop-menu > .menu-item > a {
    padding: 10px 20px;
  }
}
.desktop-menu > .menu-item:not(:last-of-type) > a {
  border: 1px solid #dedede;
}
.desktop-menu > .menu-item:not(:last-of-type) > a::before {
  content: none;
}
.desktop-menu > .menu-item:not(:last-of-type).active > a, .desktop-menu > .menu-item:not(:last-of-type):hover > a {
  border: 1px solid #007DA3;
}

.family-section h1, .family-section h2, .family-section h3, .family-section h4, .family-section h5, .family-section h6 {
  color: var(--text-button);
}
.family-section h1, .family-section h2 {
  margin-top: 50px;
}

.recipe-idea h1, .recipe-idea h2, .recipe-idea h3, .recipe-idea h4, .recipe-idea h5, .recipe-idea h6 {
  color: var(--text-button);
}

.hero-home {
  background-image: url(../images/nhsc/nhsc-demo-slider1.jpg);
  background-position: center top;
  color: var(--text-button);
}

.hero-home p {
  font-size: 30px;
}

.recipe-filter--listing h1 img {
  width: 200px;
  margin: 0 0.2em;
}

.logo-title h1 img, .logo-title h2 img {
  width: 180px;
}

.wb-hero {
  min-height: 400px;
  font-size: 25px;
  background-image: url("../images_nhsc/why-nhsc_mx.jpg");
  text-shadow: 1px 1px 2px #292727;
}
.wb-hero h1, .wb-hero h2, .wb-hero h3, .wb-hero h4, .wb-hero h5, .wb-hero h6 {
  color: #01a1c9;
  display: block;
  font-family: Din;
}

.wb-cont {
  background-color: rgba(255, 255, 255, 0.9) !important;
}
.wb-cont img {
  max-width: 100%;
  width: 250px;
  margin: 0 15px 15px 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.wb-cont h1, .wb-cont h2, .wb-cont h3, .wb-cont h4, .wb-cont h5, .wb-cont h6 {
  color: #01a1c9;
  font-size: 35px;
}
@media (min-width: 768px) {
  .wb-cont h1, .wb-cont h2, .wb-cont h3, .wb-cont h4, .wb-cont h5, .wb-cont h6 {
    font-size: 45px;
  }
}

.social-networks [class^=icon-]:hover,
.social-networks [class*=" icon-"]:hover {
  color: var(--main-color);
}

.social-networks .icon-youtube-play {
  background: #fff;
}
.social-networks .icon-youtube-play:before {
  color: #0394da;
}
.social-networks .icon-youtube-play:hover {
  background: var(--main-color);
}

.shop {
  margin: 0.5em 1em;
}
.shop:before {
  right: 25%;
}
@media (min-width: 768px) {
  .shop:before {
    right: 0;
  }
}

.hero_slider {
  background-color: #fff;
}

.hero_slider__item {
  display: none;
  width: 100%;
  float: left;
  height: auto;
}
.hero_slider__item:first-child {
  display: block;
}
.hero_slider__item .text-container {
  font-family: "Satisfy", sans-serif;
  top: auto;
  right: 10%;
  bottom: 0;
}
@media (min-width: 768px) {
  .hero_slider__item .text-container {
    left: 10%;
    top: 0;
    bottom: auto;
    right: auto;
  }
}

.csm-bg-hero--car {
  background-position: center right;
}
@media (max-width: 767px) {
  .csm-bg-hero--car {
    background-image: none;
  }
}

.hero_slider .hero_slider__item .cs-title.text-container p {
  font-size: 40px;
}
@media (min-width: 768px) {
  .hero_slider .hero_slider__item .cs-title.text-container p {
    font-size: 70px;
  }
}

.help-section {
  background: -webkit-gradient(linear, left top, left bottom, from(#7fc5dc), color-stop(98%, #4a92b9), to(#4a92b9));
  background: linear-gradient(to bottom, #7fc5dc 0%, #4a92b9 98%, #4a92b9 100%);
  padding-bottom: 4em;
}

.over-hero {
  background: rgba(255, 255, 255, 0.9) !important;
  border-top: 4em solid #fff !important;
  padding-top: 0px;
}

.over-hero::before {
  background-color: var(--main-color);
  position: absolute;
  width: 100%;
  height: 8px;
  left: 0px;
  top: -4em;
}
@media (min-width: 768px) {
  .over-hero::before {
    content: " ";
  }
}

.padecimientos_listing ul {
  padding: 100px 0px;
}
.padecimientos_listing ul li {
  margin: 10px 0px;
}

.paragraph--type--mantener-la-salud p {
  font-size: 17px;
}
.paragraph--type--mantener-la-salud a {
  color: var(--main-colorLink);
  font-size: 17px;
}
.paragraph--type--mantener-la-salud hr {
  margin: 3px auto 20px auto;
  height: 1px;
  border: none;
  width: 15%;
  background-color: #d7d7d7;
}

.form-boost {
  background-color: rgba(255, 255, 255, 0.9);
}
.form-boost .boost-select span,
.form-boost .waitign-ua .boost-select span {
  background-color: #fff;
}

.product-listing,
.our-articles {
  background: url(../images_nhsc/condiciones-bg.jpg) no-repeat !important;
  background-position: center top !important;
  background-size: contain !important;
}

.particle-bg {
  background: url(../images_nhsc/condiciones-bg.jpg) no-repeat;
  background-position: center top;
  background-size: cover;
}
.particle-bg h1, .particle-bg h2, .particle-bg h3, .particle-bg h4, .particle-bg h5, .particle-bg h6 {
  color: var(--text-button) !important;
}

.padecimientos_grid .wp_taxonomy {
  position: relative;
  padding: 10px;
}
.padecimientos_grid .wp_taxonomy img {
  max-width: 100%;
  height: auto;
  -webkit-box-shadow: 0px 0px 30px -10px #6d6d6d;
  box-shadow: 0px 0px 30px -10px #6d6d6d;
}
.padecimientos_grid .wp_taxonomy .parent-link a {
  position: absolute;
  bottom: 15px;
  width: 100%;
  text-align: right;
  right: 100%;
  left: 0;
  height: auto;
  padding-right: 15px;
  padding-left: 15px;
  color: #01216a;
  color: var(--text-button);
  font-style: italic;
  line-height: 1;
  font-size: 1em;
}
@media (min-width: 768px) {
  .padecimientos_grid .wp_taxonomy .parent-link a {
    right: 15px;
    font-size: 1.5em;
    width: 50%;
    bottom: 20px;
    left: unset;
    text-align: right;
  }
}
.padecimientos_grid .wp_taxonomy .parent-link a:after {
  position: relative;
  content: "ver más";
  font-style: italic;
  font-size: 0.7em;
  color: #007DA3;
  display: block;
  color: var(--main-color);
}

.bg_global_nhsc {
  background: url(../images_nhsc/background.jpg) repeat-y center center !important;
}

.fs14 * {
  font-size: 14px;
}
.fs14 * sup {
  top: -0.6em;
  font-size: 10px;
}

.product-detail__bg {
  background-position: top center !important;
}

.boost-card-image img {
  height: auto;
  max-height: 165px;
}

.blog-detail {
  background: rgba(255, 255, 255, 0.9) !important;
}

.desktop-menu > .menu-item:not(:last-child) > a::before {
  content: none;
}

.mtk_apend_rows {
  padding-bottom: 100px;
}

.fx-nov7ie11 {
  float: left;
  margin-right: 30px;
  min-width: 100%;
}
@media (min-width: 768px) {
  .fx-nov7ie11 {
    min-width: 40%;
  }
}

div[id$=-local-tasks] {
  margin-top: 0px;
}

.user-login-form,
.user-pass,
.user-register-form {
  padding: 0px;
  max-width: 100%;
  margin-bottom: 20px;
  font-size: 18px;
}
.user-login-form .form-item-field-acepto-recibir-correos-con-value,
.user-pass .form-item-field-acepto-recibir-correos-con-value,
.user-register-form .form-item-field-acepto-recibir-correos-con-value {
  display: table;
}
.user-login-form .form-item-field-acepto-recibir-correos-con-value input[type=checkbox],
.user-pass .form-item-field-acepto-recibir-correos-con-value input[type=checkbox],
.user-register-form .form-item-field-acepto-recibir-correos-con-value input[type=checkbox] {
  display: table-cell;
}
.user-login-form .form-item-field-acepto-recibir-correos-con-value label,
.user-pass .form-item-field-acepto-recibir-correos-con-value label,
.user-register-form .form-item-field-acepto-recibir-correos-con-value label {
  display: table-cell;
  padding-left: 10px;
}
.user-login-form input[type=date],
.user-pass input[type=date],
.user-register-form input[type=date] {
  border: 1px solid rgb(197, 194, 194);
  -webkit-appearance: none;
}
.user-login-form .form-item--error-message,
.user-pass .form-item--error-message,
.user-register-form .form-item--error-message {
  color: #ff0000;
  font-size: 14px;
}
.user-login-form .form-item-field-acepto-los-terminos-y-cond-value input[type=checkbox],
.user-login-form .form-item-field-certifico-que-la-informaci-value input[type=checkbox],
.user-login-form .form-item-field__desea-ser-visitado-por-as-value input[type=checkbox],
.user-pass .form-item-field-acepto-los-terminos-y-cond-value input[type=checkbox],
.user-pass .form-item-field-certifico-que-la-informaci-value input[type=checkbox],
.user-pass .form-item-field__desea-ser-visitado-por-as-value input[type=checkbox],
.user-register-form .form-item-field-acepto-los-terminos-y-cond-value input[type=checkbox],
.user-register-form .form-item-field-certifico-que-la-informaci-value input[type=checkbox],
.user-register-form .form-item-field__desea-ser-visitado-por-as-value input[type=checkbox] {
  display: inline-block;
}
.user-login-form .form-item-field-acepto-los-terminos-y-cond-value label,
.user-login-form .form-item-field-certifico-que-la-informaci-value label,
.user-login-form .form-item-field__desea-ser-visitado-por-as-value label,
.user-pass .form-item-field-acepto-los-terminos-y-cond-value label,
.user-pass .form-item-field-certifico-que-la-informaci-value label,
.user-pass .form-item-field__desea-ser-visitado-por-as-value label,
.user-register-form .form-item-field-acepto-los-terminos-y-cond-value label,
.user-register-form .form-item-field-certifico-que-la-informaci-value label,
.user-register-form .form-item-field__desea-ser-visitado-por-as-value label {
  padding-left: 6px;
  display: inline;
}
.user-login-form .form-item-field-acepto-los-terminos-y-cond-value .description,
.user-login-form .form-item-field-certifico-que-la-informaci-value .description,
.user-login-form .form-item-field__desea-ser-visitado-por-as-value .description,
.user-pass .form-item-field-acepto-los-terminos-y-cond-value .description,
.user-pass .form-item-field-certifico-que-la-informaci-value .description,
.user-pass .form-item-field__desea-ser-visitado-por-as-value .description,
.user-register-form .form-item-field-acepto-los-terminos-y-cond-value .description,
.user-register-form .form-item-field-certifico-que-la-informaci-value .description,
.user-register-form .form-item-field__desea-ser-visitado-por-as-value .description {
  font-size: 18px;
  display: inline;
}
.user-login-form .form-item-field-acepto-los-terminos-y-cond-value .description a,
.user-login-form .form-item-field-certifico-que-la-informaci-value .description a,
.user-login-form .form-item-field__desea-ser-visitado-por-as-value .description a,
.user-pass .form-item-field-acepto-los-terminos-y-cond-value .description a,
.user-pass .form-item-field-certifico-que-la-informaci-value .description a,
.user-pass .form-item-field__desea-ser-visitado-por-as-value .description a,
.user-register-form .form-item-field-acepto-los-terminos-y-cond-value .description a,
.user-register-form .form-item-field-certifico-que-la-informaci-value .description a,
.user-register-form .form-item-field__desea-ser-visitado-por-as-value .description a {
  text-decoration: underline;
}
.user-login-form .form-item-field-acepto-los-terminos-y-cond-value .description a:hover,
.user-login-form .form-item-field-certifico-que-la-informaci-value .description a:hover,
.user-login-form .form-item-field__desea-ser-visitado-por-as-value .description a:hover,
.user-pass .form-item-field-acepto-los-terminos-y-cond-value .description a:hover,
.user-pass .form-item-field-certifico-que-la-informaci-value .description a:hover,
.user-pass .form-item-field__desea-ser-visitado-por-as-value .description a:hover,
.user-register-form .form-item-field-acepto-los-terminos-y-cond-value .description a:hover,
.user-register-form .form-item-field-certifico-que-la-informaci-value .description a:hover,
.user-register-form .form-item-field__desea-ser-visitado-por-as-value .description a:hover {
  color: #000;
}

#edit-mail--description {
  display: none !important;
}

#password-policy-status {
  display: none !important;
}

#edit-pass .description {
  display: none;
}
#edit-pass .form-text {
  width: 100%;
}

.social-header {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.social-header--product {
  position: relative;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: auto;
  right: auto;
}

.article-card .article-date--category {
  padding-left: 0;
}
.article-card .article-date--category::before {
  content: none;
}

.nutrition-blog__category {
  padding-left: 0;
}
.nutrition-blog__category::before {
  content: none;
}

.date-blog p:first-child:before {
  content: none;
}

.padecimientos_listing footer {
  margin-bottom: 100px;
  background: transparent;
}

.frs-banner__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 400px;
  position: relative;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .frs-banner__text {
    height: 81vh;
  }
}
.frs-banner__text h1, .frs-banner__text h2, .frs-banner__text h3, .frs-banner__text h4, .frs-banner__text h5, .frs-banner__text h6 {
  font-size: 45px;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .frs-banner__text h1, .frs-banner__text h2, .frs-banner__text h3, .frs-banner__text h4, .frs-banner__text h5, .frs-banner__text h6 {
    font-size: 70px;
  }
}
.frs-banner__text h1 img, .frs-banner__text h2 img, .frs-banner__text h3 img, .frs-banner__text h4 img, .frs-banner__text h5 img, .frs-banner__text h6 img {
  max-width: 300px;
}
.frs-banner__text p {
  font-size: 16px;
  width: 100%;
}
@media (min-width: 768px) {
  .frs-banner__text p {
    font-size: 24px;
  }
}
.frs-banner__text em {
  font-family: "Satisfy", sans-serif;
  font-style: normal;
}

.social_main_color {
  background: var(--main-color);
  color: #fff;
  padding: 5px;
}

.left-navigation-panel .scrollmagic-pin-spacer {
  min-width: 100% !important;
}

.sidebar-menu.with-icons {
  padding-bottom: 50px;
  padding-top: 50px;
}

.sidebar-menu.with-icons a.nav-link {
  position: relative;
  font-size: 18px;
  border-radius: 0px;
  text-align: right;
  padding-right: 30px;
  color: #00b0d2;
}
.sidebar-menu.with-icons a.nav-link:hover {
  background: #eee;
}
.sidebar-menu.with-icons a.nav-link.active {
  background: none;
  color: #1d3165;
}
.sidebar-menu.with-icons a.nav-link.active::after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #19a2cc;
  position: absolute;
  border-left: 0;
  border-bottom: 0;
  top: 50%;
  right: -8px;
  margin-top: -7px;
  background: #fff;
}

.nav-pills {
  position: relative;
}
.nav-pills::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -1px;
  height: 130%;
  width: 1px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #19a2cc;
}

.cs-rightNav {
  background: #fff;
}

.hcp-menu.container-fluid {
  top: 66px;
}
@media (min-width: 768px) {
  .hcp-menu.container-fluid {
    top: 110px;
  }
}
.hcp-menu.container-fluid a {
  font-size: 0.8em;
}

.cs-arrow {
  line-height: 1;
  height: 50px;
  width: 35px;
}
.cs-arrow__left::before {
  padding-right: 5px;
}
.cs-arrow__right::before {
  padding-left: 5px;
}
.cs-arrow::before {
  position: absolute;
  padding-top: 3px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(255, 255, 255, 0.6);
}

.slick-pagination {
  margin-bottom: 0 !important;
}
.slick-pagination .slick-dots {
  background: #f7f6f2;
  top: 100%;
  margin-top: 0;
  padding-top: 0.5em;
  bottom: 0;
}

.bg-hero-mobile {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .bg-hero-mobile {
    background-image: none !important;
  }
}

.cs-disclaimer {
  background-color: #c9d866;
}
.cs-disclaimer p {
  margin-bottom: 0px;
  padding: 5px;
  color: #555;
  font-weight: 400;
  text-align: center;
  font-size: 11px;
}
@media (min-width: 768px) {
  .cs-disclaimer p {
    font-size: 14px;
  }
}

.cs-slick-contain {
  position: absolute;
  height: 100%;
  top: 0;
  pointer-events: none;
}
.cs-slick-contain .cs-arrow {
  top: 50%;
  pointer-events: all;
}

#gigya-raas-reset-password-div,
#gigya-raas-register-div,
#gigya-raas-login-div,
#gigya-raas-profile-div,
#gigya-reset-password-container {
  min-height: 500px;
}

.mobile_gigya {
  font-size: 20px;
  color: var(--main-text);
}
.mobile_gigya a {
  padding: 0.5em 1.4em;
  display: block;
}

@media only screen and (max-width: 568px) {
  .form-boost .boost-select label span {
    font-size: 13px;
  }
}
.gigya-screen input[type=checkbox] {
  display: block !important;
}

.li-user {
  padding: 1em 1.4em;
  font-size: 20px;
}