@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-Thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham Ultra;
  src: url('../fonts/Gotham-Ultra.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-Light.otf') format("opentype"), url('../fonts/Gotham-XLight.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-Book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.header {
  z-index: 100;
  background-color: #fff;
  width: 100%;
  position: sticky;
  inset: 0% 0% auto;
}

.navbar {
  z-index: 5;
  background-color: #0000;
  width: 90%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand {
  width: 225px;
}

.nav-menu-wrapper {
  background-color: #0000;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #000;
  letter-spacing: .25px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 5px 10px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #0056b3;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  color: #0056b3;
}

.menu-button.w--open {
  color: #fff;
  background-color: #084884;
  border-radius: 100%;
}

.image-brand {
  width: 100%;
}

.body {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.body.modal-open {
  height: 100%;
  overflow: hidden;
}

.link-social {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  margin-left: 5px;
  transition: transform .2s;
}

.link-social:hover {
  transform: scale(1.1);
}

.link-social.hidden {
  display: none;
}

.icon-social {
  width: 50px;
}

.section-main {
  width: 100%;
  position: relative;
}

.slider {
  width: 100%;
  height: 45vw;
}

.slider.slider-height {
  height: 30vw;
}

.bg-image {
  z-index: 0;
  width: 100%;
  height: 100%;
  transform: scale3d(1none, 1none, 1none);
  transform-origin: 50% 100%;
  transform-style: preserve-3d;
  background-image: url('../images/cover.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.bg-image.bg-2 {
  background-image: url('../images/cover-2.jpeg');
}

.bg-image.bg-download {
  background-image: url('../images/download.jpg');
  background-position: 100%;
  height: 120%;
}

.bg-image.bg-us {
  background-image: url('../images/portada_nosotros.jpg');
}

.bg-image.bg-productos {
  background-image: url('../images/cover-productos.jpg');
}

.container-slide-text {
  text-align: center;
  max-width: 360px;
  position: relative;
}

.container-slide-text.left {
  margin-left: 0;
}

.container-slide-text.right {
  margin-right: 0;
}

.container-slide-text.large {
  max-width: 443px;
}

.heading {
  font-weight: 500;
}

.heading.h-card {
  justify-content: center;
  align-items: flex-end;
  height: 48px;
  display: flex;
  overflow: hidden;
}

.wrapper-slide-text {
  z-index: 10;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

._2vh {
  background-color: #f5d0d0;
  height: 200vh;
  display: none;
}

.slide {
  overflow: hidden;
}

.icon-whatsapp {
  width: 100%;
}

.link-whatsapp {
  z-index: 50;
  width: 75px;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  margin-bottom: 20px;
  margin-right: 20px;
  transition: transform .2s;
  position: fixed;
  inset: auto 0% 0% auto;
}

.link-whatsapp:hover {
  transform: scale(1.1);
}

.section {
  padding: 100px 20px;
  position: relative;
}

.section.py-0 {
  padding-top: 0;
}

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

.button {
  transform: scale3d(1none, 1none, 1none);
  color: #fff;
  transform-style: preserve-3d;
  background-color: #084884;
  border: 1px solid #084884;
  border-radius: 100px;
  margin-bottom: 10px;
  padding: 5px 25px;
  transition: color .2s, background-color .35s, transform .2s;
}

.button:hover {
  transform: scale(1.1);
}

.button.btn-transparent {
  color: #084884;
  background-color: #0000;
}

.button.btn-transparent.btn-white {
  color: #fff;
  border-color: #fff;
}

.container-tiny {
  max-width: 550px;
}

.container-tiny.text-center {
  max-width: 515px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 50px;
}

.wrapper-button {
  flex-flow: wrap;
  justify-content: space-around;
  margin-top: 40px;
  display: flex;
}

.card-icons {
  text-align: center;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.card-icons.card-beneficios {
  max-width: 175px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.icon-card {
  margin-bottom: 20px;
}

.grid-icons {
  grid-column-gap: 20px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 100px;
}

.swiper {
  margin-top: 40px;
  margin-bottom: 40px;
}

.swiper-wrapper {
  display: flex;
}

.swiper-button-prev {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 100px;
  padding: 10px;
  transition: transform .2s;
}

.swiper-button-prev:hover {
  transform: scale(1.1);
}

.swiper-button-next {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 100px;
  padding: 10px;
  transition: transform .2s;
}

.swiper-button-next:hover {
  transform: scale(1.1);
}

.card-category {
  color: #fff;
  background-color: #2495a0;
  flex-flow: column;
  height: 32vw;
  text-decoration: none;
  display: flex;
}

.card-category.card-curacion {
  background-color: #03498c;
}

.card-category.card-insumos {
  background-color: #028584;
}

.card-category.card-pruebas {
  background-color: #8959b3;
}

.card-category.card-cuidado {
  background-color: #4f64a9;
}

.card-category.card-bienestar {
  background-color: #158ee6;
}

.card-category.card-product {
  color: #000;
  background-color: #0000;
  height: auto;
}

.bg-card-category {
  transform-origin: 50% 100%;
  background-image: url('../images/accesorios.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  transition: transform .35s;
  transform: scale(1);
}

.bg-card-category.bg-materiales {
  background-image: url('../images/materiales.jpg');
}

.bg-card-category.bg-insumos {
  background-image: url('../images/insumos.jpg');
}

.bg-card-category.bg-pruebas {
  background-image: url('../images/pruebas.jpg');
}

.bg-card-category.bg-cuidado {
  background-image: url('../images/materiales.jpg');
}

.bg-card-category.bg-bienestar {
  background-image: url('../images/insumos.jpg');
}

.bg-card-category.bg-product {
  background-image: url('../images/Abatelenguas.png');
  background-size: contain;
}

.bg-card-category.bg-product.product-2 {
  background-image: url('../images/aguja-punzocat.png');
}

.bg-card-category.bg-product.product-3 {
  background-image: url('../images/cortauñas.png');
}

.bg-card-category.bg-product.product-4 {
  background-image: url('../images/goteros.png');
}

.body-card-category {
  text-align: center;
  padding: 5px 10px 20px;
}

.header-card-category {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.header-card-category.hader-shadow {
  height: 15vw;
  min-height: 200px;
  box-shadow: 0 2px 5px #0003;
}

.text-blue {
  color: #084884;
}

.wrapper-buttons-large {
  text-align: center;
  flex-flow: column;
  width: 210px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-products {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 40px;
}

.grid-products.grid-detail {
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  margin-top: 75px;
}

.heading-card {
  font-size: 16px;
  font-weight: 500;
}

.container-full {
  width: 90%;
  max-width: none;
}

.container-full.middle {
  width: 80%;
}

.section-download {
  width: 100%;
  padding-top: 8vw;
  padding-bottom: 8vw;
  position: relative;
  overflow: hidden;
}

.text-hero {
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer {
  color: #fff;
  background-color: #022546;
  padding: 100px 20px 20px;
}

.wrapper-contact {
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.icon-contact {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  margin-top: 2px;
  margin-right: 10px;
  transition: transform .2s;
}

.link-contact {
  color: #fff;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.link-contact:hover {
  text-decoration: underline;
}

.link-contact.no-hover:hover {
  text-decoration: none;
}

.item-contact {
  margin-bottom: 20px;
  line-height: 30px;
}

.list-contact {
  margin-top: 40px;
  padding-left: 0;
}

.text-field {
  color: #000;
  background-color: #d9d9d9;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: 40px;
  max-height: 300px;
  margin-bottom: 20px;
}

.form-block {
  width: 50%;
  max-width: 650px;
}

.form {
  margin-top: 40px;
}

.wrapper-btn-form {
  flex-flow: column;
  width: 100%;
  margin-top: 25px;
  display: flex;
}

.link-terms {
  color: #fff;
  text-decoration: none;
  display: inline-block;
}

.link-terms:hover {
  text-decoration: underline;
}

.div-terms {
  text-align: center;
  border-top: 1px solid #acacac;
  padding-top: 20px;
  font-size: 14px;
  font-weight: 400;
}

.pb {
  margin-bottom: 40px;
}

.grid-numbers {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
}

.h1 {
  font-size: 32px;
  line-height: 48px;
}

.h-number {
  color: #084884;
  font-size: 50px;
  line-height: 52px;
}

.bg-blue {
  color: #fff;
  background-color: #084884;
  width: 60%;
  min-width: 940px;
  max-width: none;
}

.grid-beneficios {
  flex-flow: wrap;
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.image-brand-section {
  width: 275px;
  display: block;
}

.wrapper-logos {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.error-message {
  text-align: center;
}

.success-message {
  background-color: #d9d9d9;
  margin-top: 40px;
}

.wrapper-index {
  display: flex;
}

.col-categories {
  width: 35%;
  max-width: 400px;
}

.col-results {
  width: 100%;
  padding-left: 40px;
}

.h3 {
  font-size: 24px;
  line-height: 36px;
}

.breadcrumb {
  margin-bottom: 40px;
}

.link-breadcrumb {
  color: #000;
  text-decoration: none;
}

.link-breadcrumb:hover {
  text-decoration: underline;
}

.checkbox-field {
  transform: scale3d(1none, 1none, 1none);
  transform-origin: 0%;
  color: #fff;
  cursor: pointer;
  transform-style: preserve-3d;
  background-color: #2495a0;
  align-items: center;
  margin-bottom: 15px;
  padding: 5px 10px 5px 30px;
  transition: transform .2s;
  display: flex;
    text-transform: uppercase;
}

.checkbox-field:hover {
  transform: scale(1.1);
}

.checkbox-field.check-materiales {
  background-color: #03498c;
}

.checkbox-field.check-insumos {
  background-color: #028584;
}

.checkbox-field.check-pruebas {
  background-color: #8959b3;
}

.checkbox-field.check-cuidado {
  background-color: #4f64a9;
}

.checkbox-field.check-bienestar {
  background-color: #158ee6;
}

.checkbox {
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  margin-top: 0;
  margin-left: -20px;
  margin-right: 10px;
}

.header-index {
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.div-order {
  justify-content: flex-end;
  align-items: center;
  margin-left: 20px;
  display: flex;
}

.dropdown-toggle {
  border: 1px solid #000;
  padding: 5px 30px 5px 10px;
  display: block;
}

.dropdown-order {
  z-index: 0;
  margin-left: 10px;
  margin-right: 0;
}

.icon-order {
  margin-right: 10px;
}

.dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
}

.pagination-products {
  flex-flow: wrap;
  justify-content: center;
  margin-top: 60px;
  display: flex;
}

.link-pagination {
  width: 35px;
  height: 35px;
  transform: scale3d(1none, 1none, 1none);
  color: #000;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #d9d9d9;
  border-radius: 100px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 6px;
  text-decoration: none;
  transition: transform .2s;
  display: block;
}

.link-pagination:hover {
  transform: scale(1.1);
}

.link-pagination.active {
  color: #fff;
  background-color: #084884;
}

.modal-product {
  z-index: 150;
  background-color: #ffffff80;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  transition: bottom .5s;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
  overflow: auto;
}

.modal-product.hidden {
  bottom: 100%;
}

.container-detail {
  background-color: #fff;
  align-items: flex-start;
  width: 100%;
  padding: 40px 100px;
  display: flex;
  position: relative;
}

.image-product {
  width: 50%;
}

.text-detail {
  width: 75%;
  padding-left: 40px;
}

.link-close {
  color: #000;
  padding: 10px;
  text-decoration: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.checkbox-label {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .nav-menu {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .menu-button {
    padding: 12px;
  }

  .slider {
    height: 60vw;
  }

  .bg-image.bg-download {
    background-position: 50%;
  }

  .heading {
    line-height: 38px;
  }

  .link-whatsapp {
    width: 50px;
  }

  .card-category {
    height: 60vw;
  }

  .grid-products {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .container-full, .container-full.middle {
    width: 100%;
  }

  .bg-blue {
    min-width: 768px;
    max-width: none;
  }

  .image-brand-section {
    margin-left: auto;
    margin-right: auto;
  }

  .wrapper-logos {
    justify-content: center;
  }

  .breadcrumb {
    margin-bottom: 20px;
  }

  .checkbox-field:hover {
    transform: none;
  }

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

  .text-detail {
    width: 100%;
    padding-left: 20px;
  }
}

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

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-wrapper-buttons {
    margin-top: 10px;
  }

  .slider {
    height: 50vw;
  }

  .slider.slider-height {
    height: 40vw;
  }

  .icon-card {
    margin-bottom: 10px;
  }

  .grid-icons, .grid-products {
    grid-template-columns: 1fr 1fr;
  }

  .grid-products.grid-detail {
    margin-top: 40px;
  }

  .section-download {
    padding-top: 12vw;
    padding-bottom: 12vw;
  }

  .wrapper-contact {
    margin-bottom: 100px;
    display: block;
  }

  .form-block {
    width: 100%;
    margin-top: 100px;
  }

  .h1 {
    line-height: 38px;
  }

  .bg-blue {
    min-width: 480px;
  }

  .wrapper-index {
    display: block;
  }

  .col-categories {
    width: 100%;
    margin-bottom: 40px;
  }

  .col-results {
    padding-left: 0;
  }

  .h3 {
    line-height: 26px;
  }

  .breadcrumb {
    margin-bottom: 40px;
  }

  .modal-product {
    align-items: flex-start;
    padding-top: 20px;
  }
}

@media screen and (max-width: 479px) {
  .navbar-brand {
    width: 150px;
  }

  .nav-menu {
    flex-direction: column;
  }

  .mobile-wrapper-buttons {
    margin-top: 40px;
  }

  .slider {
    height: 80vh;
  }

  .slider.slider-height {
    height: 120vw;
  }

  .bg-image {
    background-image: linear-gradient(#fff0, #fff), url('../images/cover.jpg');
    background-position: 0 0, 60%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .bg-image.bg-2 {
    background-image: linear-gradient(#fff0, #fff), url('../images/cover-2.jpeg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto;
  }

  .bg-image.bg-download {
    background-image: url('../images/download.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .bg-image.bg-us {
    background-image: linear-gradient(#fff0, #fff), url('../images/portada_nosotros.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .bg-image.bg-productos {
    background-image: linear-gradient(#fff0, #fff), url('../images/cover-productos.jpg');
    background-position: 0 0, 76%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .container-slide-text.left {
    margin-left: auto;
  }

  .container-slide-text.right {
    margin-right: auto;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .container-tiny.text-center {
    max-width: 280px;
  }

  .card-icons.card-beneficios {
    max-width: 140px;
  }

  .icon-card {
    max-width: 50%;
    max-height: 75px;
  }

  .swiper-button-prev, .swiper-button-next {
    display: none;
  }

  .card-category {
    height: 100vw;
  }

  .grid-products {
    grid-column-gap: 10px;
  }

  .grid-products.grid-detail {
    grid-row-gap: 40px;
  }

  .heading-card {
    font-size: 14px;
  }

  .bg-blue {
    min-width: 290px;
  }

  .header-index {
    text-align: right;
    flex-flow: wrap;
    display: block;
  }

  .div-order {
    margin-top: 20px;
    margin-left: 0;
  }

  .container-detail {
    display: block;
  }

  .text-detail {
    padding-left: 0;
  }
    .image-product {
        width: 100%;
    }
}


@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Ultra';
  src: url('../fonts/Gotham-Ultra.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Light.otf') format('opentype'), url('../fonts/Gotham-XLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
