* {
  margin: 0;
  padding: 0;
}

section, header, footer, nav {
  display: block;
}

body, html {
  height: 100%;
}

/* Notes: Using BEM CSS naming convention for classes and id names, check https://css-tricks.com/bem-101/ for more info*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

.hidden {
  display: none !important;
}

.container {
  width: 93.75%;
  max-width: 1200px;
  margin: 0 auto;
}

.container::after {
  clear: both;
  content: "";
  display: table;
}

.container-m {
  max-width: 900px;
}

@media screen and (min-width: 900px) {
  .container-m .container--half {
    width: 50%;
    float: left;
  }
}

.container--half {
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .container--half {
    width: 50%;
    float: left;
  }
}

body, html {
  font: 14px/1.77em "Roboto", "helvetica neue", helvetica, sans-serif;
  color: rgba(16, 16, 16, 0.9);
}

@media screen and (min-width: 600px) {
  body, html {
    font-size: 16px;
  }
}

h1, h2, h3, h4, h5, h6 {
  color: #101010;
}

strong {
  font-weight: 700;
}

.text-style_display {
  font: 800 2.3125rem/1.3215em "Open Sans", "helvetica neue", helvetica, sans-serif;
}

.text-style_display--white {
  font: 800 2.3125rem/1.3215em "Open Sans", "helvetica neue", helvetica, sans-serif;
  color: #fafafa;
}

.text-style_display--secondary {
  font: 800 2.3125rem/1.3215em "Open Sans", "helvetica neue", helvetica, sans-serif;
  color: rgba(16, 16, 16, 0.6);
}

.text-style_title {
  font: 800 1.77rem/1.77em "Open Sans", "helvetica neue", helvetica, sans-serif;
  color: rgba(16, 16, 16, 0.6);
}

.text-style_title--accent {
  font: 800 1.77rem/1.77em "Open Sans", "helvetica neue", helvetica, sans-serif;
  color: #0097DB;
}

.text-style_text {
  font: 400 1.3215rem/1.77em "Roboto", "helvetica neue", helvetica, sans-serif;
}

.page-title {
  padding: 10px 0;
  font: 800 2.3125rem/1.3215em "Open Sans", "helvetica neue", helvetica, sans-serif;
  color: #fafafa;
  text-shadow: 1px 1px 5px rgba(16, 16, 16, 0.2);
}

.section-title {
  margin-bottom: 30px;
  display: inline-block;
  font: 800 2.3125rem/1.3215em "Open Sans", "helvetica neue", helvetica, sans-serif;
  color: rgba(16, 16, 16, 0.9);
  border-bottom: 5px solid #0097DB;
}

.cta--title {
  font: 800 1.77rem/1.77em "Open Sans", "helvetica neue", helvetica, sans-serif;
}

.cta--display {
  font: 800 2.3125rem/1.3215em "Open Sans", "helvetica neue", helvetica, sans-serif;
}

.cta--display, .cta--title {
  font-style: italic;
  line-height: 1.5em;
  text-shadow: 2px 2px 5px rgba(16, 16, 16, 0.2);
  color: #fafafa;
}

.btn {
  padding: 0 15px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  font: 1rem/30px "Open Sans", "helvetica neue", helvetica, sans-serif;
  color: #fafafa;
  text-decoration: none;
  text-transform: uppercase;
  background: #0097DB;
  border-bottom-color: #0078AF;
  border-radius: 5px;
  transition: all 200ms ease-in-out;
}

.btn:hover {
  background-color: #0078AF;
}

.btn--green {
  background: #A9CF46;
  border-bottom-color: #87A538;
}

.btn--white {
  background: #fafafa;
  border-bottom-color: rgba(16, 16, 16, 0.3);
  color: #0097DB;
}

.btn--white:hover {
  color: #fafafa;
}

.btn--white-outline {
  background: transparent;
  border: 1px solid #fafafa;
}

.btn--white-outline:hover {
  color: #fafafa;
}

.btn-outline {
  background: transparent;
  border: 1px solid #0097DB;
  color: #0097DB;
}

.btn-outline:hover {
  color: #fafafa;
}

.btn--disabled {
  color: rgba(16, 16, 16, 0.3);
  background: #F1F2F2;
  border-bottom-color: #F1F2F2;
}

.btn--disabled:hover {
  color: #fafafa;
}

.link {
  display: inline-block;
  vertical-align: top;
  font: 400 1rem/1.77em "Roboto", "helvetica neue", helvetica, sans-serif;
  color: #4A5459;
  text-decoration: none;
}

.link:hover, .link--active {
  text-decoration: underline;
}

.link--complement:hover {
  color: #87A538;
}

.link--white {
  color: #fafafa;
}

.landing {
  padding-top: 105px;
  text-align: center;
  background-color: rgba(16, 16, 16, 0.9);
  background-size: cover;
  background-position: center no-repeat;
}

.landing::after {
  clear: both;
  content: "";
  display: table;
}

.landing-text {
  width: 100%;
  padding: 20px 10px;
  background: rgba(0, 151, 219, 0.8);
  background: linear-gradient(to right, #0097DB, transparent);
}

.landing-text p {
  color: #fafafa;
  margin-bottom: 15px;
}

.landing-text img {
  height: 80px;
  width: 80px;
  margin: 10px 0;
  display: block;
}

.landing-btns a {
  margin: 10px;
}

.text-internals .container {
  padding: 50px 0;
}

.text-internals .container img {
  height: auto;
  width: 100%;
  margin: 0 0 30px 0;
  display: auto;
}

@media screen and (min-width: 1200px) {
  .text-internals .container img {
    width: 90%;
  }
}

.text-internals .container p, .text-internals .container ul {
  margin-bottom: 30px;
}

.text-internals .container p {
  max-width: 500px;
}

.text-internals .container ul {
  padding: 10px 0 10px 20px;
  margin: 0;
  color: rgba(16, 16, 16, 0.6);
}

@media screen and (min-width: 900px) {
  .text-internals .container > p, .text-internals .container ul {
    padding: 0 50px 0 0;
  }
}

.bg-alternate {
  background: #F1F2F2;
}

.header {
  height: auto;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

.header-logo {
  height: 50px;
  width: 50px;
  display: block;
  float: left;
}

.header-logo img {
  height: 50px;
  width: 50px;
}

.header-ribbon {
  padding: 10px 0;
  background: #fafafa;
  text-align: right;
}

.header-ribbon-links {
  display: inline-block;
  vertical-align: middle;
  padding: 5px;
}

@media screen and (max-width: 600px) {
  .header-ribbon-links #request-link {
    display: none;
  }
}

.header-menu {
  max-height: calc(1.77rem + 10px);
  background: rgba(16, 16, 16, 0.9);
  overflow: hidden;
  transition: all 300ms ease-in-out;
}

.header-menu.open {
  max-height: 10000px;
}

.header-menu-name {
  padding: 5px 0;
  display: block;
  font: 400 1rem/1.77em "Roboto", "helvetica neue", helvetica, sans-serif;
  color: #fafafa;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}

.header-menu-name::after {
  content: "\f107";
  padding-left: 10px;
  font: 1rem/1.77em "FontAwesome";
  color: #fafafa;
}

.header-menu-name.open::after {
  content: "\f106";
}

.header-menu ul {
  list-style: none;
}

.header-menu ul a {
  padding: 5px 20px;
  display: block;
  font: 400 1rem/1.77em "Roboto", "helvetica neue", helvetica, sans-serif;
  color: #fafafa;
  text-decoration: none;
  text-align: center;
}

.header-menu ul a:hover, .header-menu ul a.active {
  color: #0097DB;
}

.header-menu ul a:hover::after, .header-menu ul a.active::after {
  color: #0097DB;
}

#language_change .btn {
  margin: 0 2px;
}

.header .btn {
  font-size: 14px;
}

.icon-mail:before {
  content: "\f0e0";
  font: 12px/28px "FontAwesome";
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.footer {
  background: #F1F2F2;
}

.footer .container--half {
  padding: 20px;
  text-align: center;
  box-sizing: border-box;
}

.footer .container--half p {
  padding: 20px 0;
  text-align: left;
}

.footer-ribbon {
  background: #101010;
  color: #fafafa;
  text-align: center;
}

.footer-ribbon::after {
  clear: both;
  content: "";
  display: table;
}

#footer-logo img {
  max-width: 250px;
  height: auto;
  margin: 20px auto;
  display: block;
}

#footer-certifications img {
  height: 50px;
  width: auto;
  margin: 0px 5px 30px;
  display: inline-block;
  vertical-align: top;
}

.copyright {
  padding: 20px 0;
  font-weight: 300;
}

.copyright p {
  font-size: 12px;
  text-align: left;
}

.signature a {
  height: 50px;
  margin: 20px 0;
  padding-right: 50px;
  display: inline-block;
  font-weight: 300;
  line-height: 50px;
  color: #fafafa;
  background: url(../images/svg/signature.svg) right center no-repeat;
  background-size: auto 50px;
}

.landing {
  text-align: left;
}

.landing--home, .landing--inicio {
  background-image: url(../images/landing/img.jpg);
  background-position: right top;
}

.landing--about {
  background-image: url(../images/landing/manufacturing.jpg);
}

.landing--contact {
  background-image: url(../images/landing/handshake.jpg);
  background-position: center;
}

.landing--label {
  background-image: url(../images/landing/privatelabel.jpg);
  background-position: center;
}

.landing--labeling {
  background-image: url(../images/landing/packaging.jpg);
  background-position: center;
}

.landing--formula {
  background-image: url(../images/landing/formula.jpg);
  background-position: center;
}

#key_points {
  background: rgba(16, 16, 16, 0.9) url(../images/landing/manufacturing.jpg) center no-repeat;
  background-size: cover;
}

.key-points {
  padding: 50px 0;
  background: rgba(16, 16, 16, 0.6);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.key-points > p {
  max-width: 500px;
  margin: 0 auto;
  padding: 50px 20px;
  font: 400 1.3215rem/1.77em "Roboto", "helvetica neue", helvetica, sans-serif;
  color: #fafafa;
  text-align: center;
  text-shadow: 1px 1px 5px rgba(16, 16, 16, 0.3);
}

.key-points-list {
  text-align: center;
}

.key-points-item {
  height: auto;
  width: 100%;
  margin: 20px auto;
  padding: 20px;
  position: relative;
  background: rgba(16, 16, 16, 0.8);
  color: #fafafa;
}

@media screen and (max-width: 600px) {
  .key-points-item {
    max-width: 400px;
  }
}

.key-points-item h4 {
  font: 800 1.77rem/1.77em "Open Sans", "helvetica neue", helvetica, sans-serif;
  color: #fafafa;
}

.key-points-item p {
  padding: 20px 10px;
  font: 400 1rem/1.77em "Roboto", "helvetica neue", helvetica, sans-serif;
}

.key-points-item--hero {
  background: #0097DB;
}

.home-services {
  padding: 50px 0 0 0;
  counter-reset: services;
}

.home-services::after {
  clear: both;
  content: "";
  display: table;
}

.home-services-col--1 p {
  padding-bottom: 30px;
  font: 400 1.3215rem/1.77em "Roboto", "helvetica neue", helvetica, sans-serif;
  color: rgba(16, 16, 16, 0.6);
}

.home-services-col--2 {
  padding: 50px 0;
}

.home-services-item {
  margin: 30px auto;
  position: relative;
}

.home-services-item h3 a {
  font: 800 1.77rem/1.77em "Open Sans", "helvetica neue", helvetica, sans-serif;
  color: rgba(16, 16, 16, 0.9);
  text-decoration: none;
}

.home-services-item h3 a:hover {
  color: #0097DB;
}

.home-services-item::before {
  content: "0" counter(services);
  counter-increment: services;
  position: absolute;
  top: -50px;
  left: 0;
  z-index: -1;
  font: 800 100px "Open Sans", "helvetica neue", helvetica, sans-serif;
  color: rgba(169, 207, 70, 0.3);
}

.home-services-item p {
  padding: 15px 0;
  color: rgba(16, 16, 16, 0.6);
}

.home-services-cta::after {
  clear: both;
  content: "";
  display: table;
}

.home-services-cta .col-3 {
  background-color: rgba(16, 16, 16, 0.9);
  background-position: center;
  background-size: cover;
}

.home-services-cta a {
  padding: 30px;
  display: block;
  background: rgba(16, 16, 16, 0.6);
  font: 400 1.3215rem/1.77em "Roboto", "helvetica neue", helvetica, sans-serif;
  color: #fafafa;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 5px rgba(16, 16, 16, 0.2);
  transition: all 250ms ease-in-out;
}

.home-services-cta a:hover {
  background: rgba(0, 151, 219, 0.6);
}

#home-services-label {
  background-image: url(../images/landing/label.jpg);
}

#home-services-quality {
  background-image: url(../images/landing/products.jpg);
}

#home-services-customer {
  background-image: url(../images/landing/manager.jpg);
}

#key_products {
  padding: 50px 0 30px;
  text-align: center;
}

#key_presentations {
  padding: 50px 0 30px;
  background: rgba(16, 16, 16, 0.9);
  text-align: center;
}

#key_presentations * {
  color: #fafafa;
}

.presentations-list-item {
  height: auto;
  width: 100%;
  max-width: 150px;
  padding: 30px 0 20px;
  display: inline-block;
  list-style: none;
}

.presentations-list-item img {
  height: auto;
  width: 50px;
  margin: 10px auto 0px;
  display: block;
}

.product--tablets {
  background-image: url(../images/presentations/tablets.jpg);
}

.product--capsules {
  background-image: url(../images/presentations/capsules.jpg);
}

.product--softgel {
  background-image: url(../images/presentations/softgel.jpg);
}

.product--liquid {
  background-image: url(../images/presentations/liquid.jpg);
}

.product--powder {
  background-image: url(../images/presentations/powder.jpg);
}

.product--gummies {
  background-image: url(../images/presentations/gummies.jpg);
}

.about-certifications {
  padding-top: 70px;
}

.certifications-list {
  padding: 50px 0;
  text-align: center;
}

.certifications-list-title {
  max-width: 500px;
  margin: 0 auto;
  padding: 0 0 30px 0;
  text-align: center;
}

.certifications-item {
  height: auto;
  width: 100px;
  padding: 20px 50px;
  display: inline-block;
  vertical-align: middle;
}

.certifications-item img {
  height: auto;
  width: 100%;
  display: block;
}

.certifications-item--long {
  width: 100%;
  padding: 30px 0;
}

.certifications-item--long::after {
  clear: both;
  content: "";
  display: table;
}

.certifications-item--long img {
  width: 300px !important;
  height: auto;
  margin: 20px auto 0px !important;
  display: block;
}

.certifications-item--long img.cert-big {
  width: 100% !important;
  max-width: 900px;
}

.certifications-item--long h4, .certifications-item--long p {
  padding: 10px 0;
  text-align: left;
  margin: 0 !important;
}

.certifications-commitment {
  text-align: center;
}

.certifications-commitment h4 {
  font-size: 2rem;
  line-height: 1.2em;
}

.certifications-commitment p {
  margin: 0 auto;
}

.certifications-commitment p strong {
  display: block;
  padding-top: 30px;
}

.about-cta {
  text-align: center;
  padding: 30px 20px;
  margin: 0 auto 30px;
  background: #0097DB;
  border-radius: 5px;
}

.about-cta-btns {
  text-align: center;
}

.about-facilities-list strong {
  font: 700 400 1.3215rem/1.77em "Roboto", "helvetica neue", helvetica, sans-serif;
  color: #101010;
  text-transform: uppercase;
}

#services .container--half img {
  margin: 0 auto;
  display: block;
}

.services li {
  margin: 10px 0 10px 20px;
}

.landing-services {
  padding-top: 0px !important;
}

.landing-services .landing-text {
  background: rgba(0, 151, 219, 0.8);
}

.landing-services ul {
  padding-top: 30px;
}

.landing-services ul::after {
  clear: both;
  content: "";
  display: table;
}

.landing-services li {
  width: 50%;
  float: left;
  color: #fafafa;
}

.private-label_title {
  background: #0097DB;
  text-align: center;
}

.private-label_title-overlay {
  padding: 50px 20px;
  background: rgba(0, 151, 219, 0.6);
}

.private-label_process--step {
  padding: 30px 0;
}

.private-label_process--step .text-style_display {
  margin-bottom: 50px;
}

#step-6 {
  text-align: center;
}

#step-6 p {
  max-width: 800px;
  margin: 0 auto 30px;
}

#step-6 .private-label_title {
  background: url(../images/landing/productsx3.jpg) center;
  background-size: cover;
}

.contact-form::after {
  clear: both;
  content: "";
  display: table;
}

.contact-form_title {
  height: 50px;
  line-height: 50px;
  position: relative;
}

.contact-form_title span {
  padding-right: 20px;
  display: inline-block;
  background: white;
}

.contact-form_title::before {
  content: " ";
  height: 2px;
  width: 100%;
  display: block;
  position: absolute;
  top: 24px;
  left: 0;
  z-index: -1;
  background: rgba(16, 16, 16, 0.6);
}

.contact-form_title-info {
  padding-bottom: 30px;
  color: rgba(16, 16, 16, 0.6);
}

.contact-form_item {
  width: 100%;
  min-height: 130px;
  padding: 10px;
  float: left;
}

.contact-form_item label, .contact-form_item p {
  text-transform: capitalize;
}

.contact-form_item textarea {
  height: 150px;
  width: 100%;
}

.contact-form_item--radio {
  height: 50px;
  width: 50%;
  float: left;
  padding: 10px;
}

.contact-form_item--radio label {
  padding-left: 10px;
}

.contact-form_item--full {
  width: 100% !important;
}

@media screen and (min-width: 900px) {
  .contact-form_item {
    width: 50%;
    padding: 10px 50px 0 0;
  }
}

.contact-form_item-error {
  color: #D0021B;
  transition: all ease-in-out 250ms;
}

.contact-form_submit {
  width: 100%;
  text-align: center;
}

.contact-form_submit::after {
  clear: both;
  content: "";
  display: table;
}

.contact-form_submit .btn {
  margin: 50px 0 100px;
  border: none;
}

.input {
  height: 50px;
  width: 100%;
  padding: 0 10px;
  display: block;
  font: 400 1rem/1.77em "Roboto", "helvetica neue", helvetica, sans-serif;
  color: rgba(16, 16, 16, 0.9);
  border: 2px solid rgba(16, 16, 16, 0.3);
  border-radius: 5px;
  transition: all 150ms ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.input::-webkit-input-placeholder {
  color: rgba(16, 16, 16, 0.3);
}

.input::-moz-placeholder {
  color: rgba(16, 16, 16, 0.3);
}

.input:-moz-placeholder {
  color: rgba(16, 16, 16, 0.3);
}

.input:-ms-input-placeholder {
  color: rgba(16, 16, 16, 0.3);
}

.input:focus {
  outline: none;
  border-color: rgba(16, 16, 16, 0.9);
}

.contact-switch {
  padding: 50px 0;
  text-align: center;
}

.contact-switch .btn {
  margin: 10px;
}

.error {
  color: #D0021B;
  border-color: #D0021B;
  text-transform: lowercase !important;
}

@media screen and (min-width: 600px) {
  .header-ribbon {
    height: 70px;
  }
  .header-menu {
    height: calc(1.77rem + 10px);
  }
  .header-menu ul li, .header-menu ul a {
    display: inline-block;
    vertical-align: top;
    transition: all 200ms ease-in-out;
  }
  .header-menu ul a:hover, .header-menu ul a.active {
    background: #0097DB;
    color: #fafafa;
  }
  .header-menu-name {
    display: none !important;
  }
  .landing {
    padding-top: 108px;
  }
  .landing-text {
    padding: 50px;
  }
  .key-points-item {
    width: 60%;
  }
}

@media screen and (min-width: 600px) and (max-width: 900px) {
  .key-points-item {
    min-width: 500px;
  }
}

@media screen and (min-width: 600px) {
  .key-points-item--hero {
    box-sizing: content-box;
  }
  .home-services-col--2 {
    text-align: center;
  }
  .home-services-item {
    max-width: 300px;
    margin: 20px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
  }
  .home-services-cta .col-3 {
    height: 200px;
    width: 33.33%;
    float: left;
  }
  .home-services-cta .col-3 a {
    height: 100%;
    width: 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;
  }
}

@media screen and (min-width: 900px) {
  .landing-text {
    width: 50%;
    padding: 80px;
  }
  .landing-text--right {
    float: right;
  }
  .landing--home {
    background-image: url(../images/landing/img2.jpg);
  }
}

@media only screen and (min-width: 900px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 900px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 900px) and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-width: 900px) and (min-resolution: 125dpi), only screen and (min-width: 900px) and (min-resolution: 1.3dppx) {
  .landing--home {
    background-image: url(../images/landing/img2@2x.jpg);
  }
}

@media screen and (min-width: 900px) {
  .landing--inicio {
    background-image: url(../images/landing/img2es.jpg);
  }
}

@media only screen and (min-width: 900px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 900px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 900px) and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-width: 900px) and (min-resolution: 125dpi), only screen and (min-width: 900px) and (min-resolution: 1.3dppx) {
  .landing--inicio {
    background-image: url(../images/landing/img2es@2x.jpg);
  }
}

@media screen and (min-width: 900px) {
  .key-points::after {
    clear: both;
    content: "";
    display: table;
  }
  .key-points-item {
    width: 40%;
    margin: 20px 2%;
    display: inline-block;
    vertical-align: top;
  }
  .key-points-item--hero {
    margin-top: 0px;
    margin-left: calc(2% - 20px);
  }
  .home-services {
    background: url(../images/svg/logo-bg.svg) -20% 200px no-repeat;
    background-size: 60% auto;
  }
  .home-services-col--1 {
    width: 25%;
    float: left;
  }
  .home-services-col--2 {
    width: 75%;
    float: left;
    text-align: right;
  }
  .copyright {
    float: left;
  }
  .signature {
    float: right;
  }
  .signature a {
    margin-top: 10px;
  }
  .products-list-item {
    margin: 15px 40px;
  }
}

@media screen and (min-width: 1200px) {
  .key-points-item {
    width: 20%;
    margin: 50px 5px;
    vertical-align: middle;
    height: 550px;
  }
  .key-points-item p {
    padding-top: 30px;
  }
  .key-points-item-link {
    width: 100%;
    position: absolute;
    bottom: 20px;
    left: 0;
  }
  .services-lists {
    padding: 100px 0 0 30px;
  }
}
