li {
  padding-top: 10px;
  padding-bottom: 10px;
}

.section {
  position: static;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  background-image: url('../images/blue-light-prisma.png');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Muli, sans-serif;
  font-size: 18px;
  line-height: 40px;
  font-weight: 700;
}

.section.main-banner {
  min-height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.9)), color-stop(38%, hsla(0, 0%, 100%, 0))), url('../images/banner2-blue-bis.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.9), hsla(0, 0%, 100%, 0) 38%), url('../images/banner2-blue-bis.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section.products {
  background-color: #1d408d;
}

.section.footer {
  background-color: #1d408d;
}

.container {
  height: 100vh;
  max-width: 1280px;
  min-height: 100vh;
  margin-right: auto;
  margin-left: auto;
  padding-left: 105px;
}

.container.main {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container.somos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 130px;
  padding-bottom: 190px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.products {
  display: block;
  height: auto;
  max-width: 1280px;
  min-height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 120px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.container.certifictions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: auto;
  padding-top: 120px;
  padding-bottom: 110px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.container.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  max-width: none;
  min-height: auto;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.location {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 0px;
  padding-top: 120px;
  padding-bottom: 120px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-lower-wrapper {
  height: 110px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.25);
}

.nabv-bar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 50;
  background-color: transparent;
  -o-object-fit: fill;
  object-fit: fill;
}

.nav-container {
  height: 110px;
  max-width: 1280px;
  padding-right: 20px;
  padding-left: 20px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.25);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.nav-bar-btn {
  height: 110px;
  margin-right: 15px;
  margin-left: 15px;
  padding: 45px 0px;
  box-shadow: inset 0 -3px 0 0 transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Public Sans', sans-serif;
  color: #1d408d;
  font-size: 13px;
  font-weight: 900;
}

.nav-bar-btn:hover {
  box-shadow: inset 0 -3px 0 0 #57cbff;
}

.image {
  height: 80px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.social-link {
  display: inline-block;
  width: 20px;
  height: 110px;
  margin-left: 20px;
  padding-top: 45px;
  padding-bottom: 45px;
}

.prisma-img {
  width: 140px;
  margin-bottom: 0px;
  line-height: 40px;
}

.main-txt {
  width: 600px;
  margin-top: 30px;
  margin-bottom: 50px;
  font-family: 'Public Sans', sans-serif;
  color: #1d408d;
  font-size: 41px;
  line-height: 50px;
  font-weight: 900;
}

.text-block {
  display: inline-block;
  font-family: Muli, sans-serif;
  color: #57cbff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

.text-block.sky-blue {
  color: #0086ff;
}

.link-block {
  text-decoration: none;
}

.circle-arrow-right {
  margin-top: -9px;
  margin-left: 10px;
}

.circle-arrow-right.sky-blue {
  color: #0086ff;
}

.blue-logo-img {
  width: 140px;
  margin-bottom: 50px;
}

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

.section-title {
  width: 430px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Public Sans', sans-serif;
  color: #1d408d;
  font-size: 36px;
  line-height: 50px;
  font-weight: 900;
  text-align: center;
}

.section-title.white {
  margin-right: auto;
  margin-left: auto;
  color: #fff;
}

.divider {
  width: 80px;
  height: 3px;
  margin: 40px auto 50px;
  background-color: #00afe9;
}

.divider.sky-blue {
  margin-right: auto;
  margin-left: auto;
  background-color: #00afe9;
}

.divider.certificates {
  margin-bottom: 80px;
}

.txt {
  width: 780px;
  margin-bottom: 50px;
  font-family: 'Public Sans', sans-serif;
  color: #263646;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.txt.white {
  width: 360px;
  margin-right: auto;
  margin-bottom: 70px;
  margin-left: auto;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  font-weight: 600;
}

.txt.small {
  width: 360px;
  margin-right: auto;
  margin-bottom: 70px;
  margin-left: auto;
  line-height: 40px;
}

.tab-link-txt-1 {
  color: #57cbff;
  font-weight: 900;
}

.tab-link-txt-2 {
  color: #fff;
  font-weight: 900;
}

.tab-btn-1 {
  height: 100px;
  background-color: transparent;
}

.tab-btn-1.w--current {
  height: 100px;
  margin-right: 30px;
  margin-left: 30px;
  padding-right: 0px;
  padding-left: 0px;
  border-bottom: 3px solid #57cbff;
  background-color: transparent;
}

.tab-btn-2 {
  height: 100px;
  margin-right: 30px;
  margin-left: 30px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
}

.tab-btn-2.w--current {
  background-color: transparent;
}

.tab-pane-tab-1 {
  padding-top: 90px;
  padding-bottom: 110px;
}

.product-card {
  position: relative;
  width: 320px;
  height: auto;
  padding-bottom: 60px;
  border-radius: 3px;
  background-color: #fff;
  text-decoration: none;
}

.product-img {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.product-card-title {
  margin-top: 20px;
  margin-bottom: 5px;
  padding-right: 30px;
  padding-left: 30px;
  font-family: 'Public Sans', sans-serif;
  color: #1d408d;
  font-size: 18px;
  line-height: 30px;
  font-weight: 900;
  text-align: left;
}

.text-block-2 {
  display: inline-block;
  font-family: 'Public Sans', sans-serif;
  color: #263646;
  font-size: 14px;
  line-height: 10px;
  text-decoration: none;
}

.link-block-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 46px;
  text-decoration: none;
}

.link-block-2._50 {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: inline-block;
  width: 50%;
}

.link-block-2._50.right {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.image-3 {
  display: inline-block;
  width: 20px;
  margin-right: 10px;
}

.div-block {
  display: -ms-grid;
  display: grid;
  margin-bottom: 100px;
  padding-top: 90px;
  padding-right: 10px;
  padding-left: 10px;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 80px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.certificates-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  max-width: 980px;
  min-width: auto;
  margin-bottom: 80px;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-block-3 {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.footer-social-wrapper {
  width: 20px;
  height: 20px;
  margin-left: 20px;
}

.tabs-menu {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.25);
}

.tab-pane-tab-2 {
  background-color: transparent;
}

.list-table {
  display: -ms-grid;
  display: grid;
  margin-bottom: 0px;
  padding-top: 90px;
  justify-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.list-item-wrapper {
  height: 60px;
  padding: 18px 20px;
  border-radius: 3px;
  background-color: hsla(0, 0%, 100%, 0);
  box-shadow: 0 3px 30px 0 rgba(82, 120, 155, 0);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.list-item-wrapper:hover {
  background-color: #fff;
  box-shadow: 0 3px 15px 0 rgba(39, 141, 235, 0.2);
}

.image-4 {
  display: block;
  margin-top: 9px;
  float: left;
}

.product-name {
  display: block;
  margin-top: 2px;
  margin-left: 15px;
  float: left;
  font-family: Muli, sans-serif;
  color: #1d408d;
  font-size: 18px;
  font-weight: 700;
}

.cta-wrapper {
  display: inline;
  float: right;
  opacity: 0;
}

.text-block-5 {
  display: inline;
  margin-right: 10px;
  font-family: Muli, sans-serif;
  color: #52789b;
  font-size: 14px;
  font-weight: 700;
}

.scroll-txt {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-bottom: 80px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}

.image-5 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-right: auto;
  margin-bottom: 70px;
  margin-left: auto;
}

.secondary-nav-bar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  display: none;
  overflow: visible;
  height: 60px;
  border-bottom: 1px solid rgba(82, 120, 155, 0.2);
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

._2nd-nav-bar-btn {
  margin-right: 15px;
  margin-left: 15px;
  padding-right: 0px;
  padding-left: 0px;
  box-shadow: inset 0 -3px 0 0 transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Public Sans', sans-serif;
  color: #1d408d;
  font-size: 13px;
  font-weight: 900;
}

._2nd-nav-bar-btn:hover {
  box-shadow: inset 0 -3px 0 0 #1d408d;
}

._2nd-nav-bar-btn.w--current {
  font-family: 'Public Sans', sans-serif;
  color: #00afe9;
}

._2nd-bar-logo {
  height: 50px;
}

.brand {
  height: 60px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.brand.w--current {
  padding-top: 5px;
  padding-bottom: 5px;
}

.container-2 {
  max-width: 1280px;
  padding-right: 20px;
  padding-left: 20px;
}

._2dn-social-logo-wrapper {
  width: auto;
  height: 60px;
  margin-left: 20px;
  padding-top: 19px;
  padding-bottom: 19px;
}

.products-section {
  position: relative;
  min-height: 100vh;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.products-wrapper {
  display: block;
  background-color: #edf1f5;
}

.substances-wrapper {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  background-color: #edf1f5;
  opacity: 1;
}

.tabs-wrapper {
  height: 1px;
  border-bottom: 1px solid rgba(82, 120, 155, 0.2);
}

.tabs-wrapper.dark-line {
  border-bottom-color: rgba(82, 120, 155, 0.25);
}

.tab-link {
  display: inline-block;
  height: 80px;
  margin-right: 30px;
  margin-left: 30px;
  border-bottom: 3px solid #0086ff;
  font-family: 'Public Sans', sans-serif;
  color: #0086ff;
  font-size: 18px;
  font-weight: 900;
  text-decoration: none;
}

.tab-link.second {
  border-bottom-style: solid;
  border-bottom-color: rgba(38, 55, 70, 0);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Public Sans', sans-serif;
  color: #263646;
}

.tab-link.second:hover {
  border-bottom-style: solid;
  border-bottom-color: #263646;
}

.tab-link.second.substances {
  border-bottom-style: solid;
  border-bottom-color: #0086ff;
  color: #0086ff;
}

.tab-link.second.substances:hover {
  border-bottom-color: #0086ff;
}

.tab-link.substances {
  border-bottom-style: solid;
  border-bottom-color: rgba(82, 120, 155, 0);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #263646;
}

.tab-link.substances:hover {
  border-bottom-style: solid;
  border-bottom-color: #263646;
}

.contact-wrapper {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: block;
  overflow: scroll;
  width: 360px;
  min-height: 100vh;
  margin-right: -770px;
  padding: 40px 30px 30px;
  background-color: #fff;
  box-shadow: 0 0 40px 0 rgba(82, 120, 155, 0.4);
}

.contact-title {
  font-family: 'Public Sans', sans-serif;
  color: #1d408d;
  font-size: 24px;
  font-weight: 900;
}

.contact-divider {
  width: 80px;
  height: 3px;
  margin-top: 31px;
  margin-bottom: 31px;
  background-color: #00afe9;
}

.text-block-6 {
  font-family: 'Public Sans', sans-serif;
  color: #263646;
  line-height: 30px;
  font-weight: 600;
}

.link {
  color: #52789b;
  font-weight: 700;
}

.link-2 {
  color: #52789b;
  font-weight: 700;
}

.input {
  height: 50px;
  padding-left: 20px;
  border: 1px none #000;
  border-radius: 3px;
  background-color: #f2f3f4;
  font-family: Muli, sans-serif;
  font-weight: 600;
}

.input.txt-area {
  height: 100px;
}

.form {
  margin-top: 40px;
}

.submit-btn {
  width: 100%;
  height: 50px;
  border-radius: 3px;
  background-color: #00afe9;
  font-family: Muli, sans-serif;
  font-size: 18px;
  font-weight: 900;
}

.submit-btn:hover {
  background-color: #00c0ff;
}

.image-6 {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 0px;
  margin-right: 0px;
}

.link-block-3 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 60px;
  height: 60px;
  padding: 22px;
}

.body {
  overflow: visible;
}

.solid-btn {
  height: 50px;
  padding: 9px 20px;
  border-radius: 3px;
  background-color: #00afe9;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Public Sans', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  text-decoration: none;
}

.solid-btn:hover {
  background-color: #00c0ff;
}

.solid-btn.secondary {
  display: inline-block;
  height: 50px;
  background-color: #00afe9;
  font-size: 20px;
  font-weight: 700;
}

.solid-btn.secondary:hover {
  background-color: #00c0ff;
}

.description-txt {
  margin-bottom: 10px;
  padding-right: 30px;
  padding-left: 30px;
  font-family: 'Public Sans', sans-serif;
  color: #263646;
  font-weight: 500;
  text-align: left;
}

.card-divider {
  width: 80px;
  height: 3px;
}

.text-span {
  font-weight: 700;
}

.location-section {
  background-color: #edf1f5;
}

.map {
  width: 960px;
  height: 400px;
  margin-bottom: 50px;
  border-radius: 3px;
}

.field-label {
  font-family: 'Public Sans', sans-serif;
  color: #263646;
}

.div-block-2 {
  display: none;
}

.section-2 {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #263646;
}

.heading {
  color: #0086ff;
}

.heading.main-title {
  font-family: 'Public Sans', sans-serif;
}

.paragraph {
  color: #fff;
}

.paragraph.main-text {
  font-family: 'Public Sans', sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.paragraph.main-text.dark-text {
  color: #263646;
  font-weight: 400;
}

.columns {
  padding-right: 0px;
  padding-left: 43px;
}

.column {
  padding-left: 40px;
}

.column-2 {
  padding-right: 40px;
  padding-left: 0px;
}

.columns-2 {
  margin-top: -30px;
}

.main-list {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
}

.div-block-3 {
  width: 300px;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
}

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

.certification-block {
  position: absolute;
  top: 100px;
  right: 40px;
  width: 280px;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

html.w-mod-js *[data-ix="load-slide-up"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="slide-up"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="load-slide-down"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="load-slide-down-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="card-appear-1"] {
  opacity: 0;
  -webkit-transform: translate(0px, 70px);
  -ms-transform: translate(0px, 70px);
  transform: translate(0px, 70px);
}

html.w-mod-js *[data-ix="card-appear-and-contact"] {
  opacity: 0;
  -webkit-transform: translate(0px, 70px);
  -ms-transform: translate(0px, 70px);
  transform: translate(0px, 70px);
}

html.w-mod-js *[data-ix="card-appear-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 70px);
  -ms-transform: translate(0px, 70px);
  transform: translate(0px, 70px);
}

html.w-mod-js *[data-ix="card-appear-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 70px);
  -ms-transform: translate(0px, 70px);
  transform: translate(0px, 70px);
}

@media screen and (max-width: 991px) {
  .container.products {
    padding-bottom: 110px;
  }

  .container.location {
    padding-right: 30px;
    padding-left: 30px;
  }

  .main-txt {
    width: 450px;
  }

  .txt {
    padding-right: 30px;
    padding-left: 30px;
  }

  .div-block {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .tab-pane-tab-2 {
    padding-bottom: 110px;
  }

  .list-table {
    margin-bottom: 0px;
    padding-top: 40px;
    padding-right: 10px;
    padding-left: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .map {
    width: 100%;
  }

  .section-2 {
    padding-right: 60px;
    padding-left: 60px;
  }
}

@media screen and (max-width: 767px) {
  .container.main {
    display: block;
    padding: 240px 40px 170px;
  }

  .container.somos {
    padding: 100px 20px;
  }

  .container.products {
    padding-right: 10px;
    padding-left: 10px;
  }

  .nabv-bar {
    margin-bottom: 80px;
  }

  .nav-container {
    margin-bottom: 0px;
  }

  .nav-bar-btn {
    color: #fff;
    text-align: center;
  }

  .main-txt {
    width: auto;
  }

  .txt {
    width: auto;
  }

  .div-block {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .certificates-wrapper {
    display: -ms-grid;
    display: grid;
    height: auto;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .list-table {
    padding-right: 0px;
    padding-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .product-name {
    font-size: 16px;
  }

  ._2nd-nav-bar-btn {
    margin-right: 0px;
    margin-left: 0px;
    text-align: center;
  }

  ._2dn-social-logo-wrapper {
    margin-right: 15px;
    margin-left: 15px;
  }

  .menu-icon {
    color: #1d408d;
  }

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

  .menu-button.w--open {
    background-color: #fff;
  }

  .nav-menu {
    padding-right: 179px;
    padding-left: 179px;
    background-color: #fff;
  }

  .contact-wrapper {
    width: 100%;
  }

  .menu-button-2 {
    margin-top: 23px;
    margin-bottom: 23px;
  }

  .menu-button-2.w--open {
    background-color: transparent;
  }

  .icon {
    color: #1d408d;
  }

  .nav-menu-2 {
    padding-right: 192px;
    padding-left: 192px;
    background-color: #1d408d;
  }

  .column {
    padding-top: 50px;
    padding-left: 0px;
  }

  .column-3 {
    display: none;
  }

  .column-4 {
    display: none;
  }

  .empresa-certificada-txt {
    font-size: 12px;
    line-height: 13px;
  }

  .certification-block {
    width: 180px;
  }

  .image-7 {
    width: 120px;
  }
}

@media screen and (max-width: 479px) {
  .container.main {
    display: block;
    padding: 180px 20px 60px;
    text-align: center;
  }

  .container.somos {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container.products {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 10px;
  }

  .container.certifictions {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container.footer {
    height: auto;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container.location {
    padding: 60px 20px;
  }

  .main-txt {
    font-size: 28px;
    line-height: 40px;
  }

  .text-block {
    font-size: 20px;
    line-height: 30px;
  }

  .circle-arrow-right {
    margin-top: -7px;
  }

  .circle-arrow-right.sky-blue {
    margin-top: -6px;
  }

  .section-title {
    width: auto;
    font-size: 24px;
    line-height: 30px;
  }

  .txt {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 14px;
    line-height: 30px;
  }

  .txt.white {
    width: auto;
  }

  .txt.small {
    width: auto;
    line-height: 30px;
  }

  .product-card {
    width: auto;
    max-width: 320px;
  }

  .div-block {
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-block-3 {
    margin-top: 20px;
    line-height: 30px;
    text-align: center;
  }

  .footer-social-wrapper {
    margin-right: 11px;
    margin-left: 11px;
  }

  .list-table {
    padding-left: 0px;
    grid-row-gap: 0px;
  }

  .list-item-wrapper {
    height: auto;
    text-decoration: none;
  }

  .image-4 {
    display: inline;
  }

  .product-name {
    display: block;
    width: auto;
    float: none;
    text-align: left;
    text-decoration: none;
  }

  .cta-wrapper {
    display: block;
    margin-top: 12px;
    margin-left: 15px;
    float: left;
  }

  .scroll-txt {
    position: static;
    margin-bottom: 0px;
  }

  .image-5 {
    position: static;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
  }

  ._2nd-nav-bar-btn {
    margin-right: 0px;
    margin-left: 0px;
  }

  .nav-menu {
    padding-right: 104px;
    padding-left: 104px;
  }

  .tabs-wrapper {
    height: 60px;
  }

  .tabs-wrapper.dark-line {
    height: 60px;
  }

  .tab-link {
    height: 60px;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 14px;
  }

  .tab-link.substances {
    height: 60px;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 14px;
  }

  .contact-wrapper {
    width: 100%;
  }

  .body {
    overflow: visible;
  }

  .icon {
    color: #1d408d;
  }

  .nav-menu-2 {
    padding-right: 81px;
    padding-left: 81px;
  }

  .map {
    height: 300px;
  }

  .section-2 {
    padding: 30px 0px;
  }

  .heading.main-title {
    font-size: 28px;
    line-height: 34px;
  }

  .paragraph.main-text {
    font-size: 16px;
  }

  .main-list {
    font-size: 16px;
    line-height: 24px;
  }

  .brand-2 {
    width: 180px;
  }

  .certification-block {
    position: static;
    left: 50%;
    right: 50%;
    display: inline;
  }
}

@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-Bold.ttf') format('truetype'), url('../fonts/Muli-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-ExtraBoldItalic.ttf') format('truetype'), url('../fonts/Muli-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: auto;
}