body {
  color: #303236;
  background-color: #f7fafe;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  line-height: 1.2;
}

p {
  margin-bottom: 10px;
  line-height: 1.4;
}

a {
  color: #303236;
  text-decoration: none;
}

.main-wrapper, .page-wrapper {
  overflow: hidden;
}

.navbar {
  z-index: 199;
  width: 100%;
  background-color: #ebf1f6;
  position: fixed;
}

.image-full-darken {
  width: 100%;
  mix-blend-mode: darken;
}

.container {
  width: 100%;
  max-width: 90em;
  margin-left: auto;
  margin-right: auto;
  padding: 2em 7em;
}

.container.is-nav {
  background-color: #ebf1f6;
  padding-top: 0;
  padding-bottom: 0;
}

.container.is-footer {
  padding-top: 0;
  padding-bottom: 1.5em;
}

.container.z-index-2 {
  z-index: 2;
  position: relative;
}

.container.is-benefits {
  padding-left: 5.8em;
  padding-right: 0;
}

.container.about-product {
  padding-left: 10em;
  padding-right: 0;
}

.container.double-padding {
  padding-top: 4em;
  padding-bottom: 4em;
}

.container.is-crumbread {
  padding-top: 0;
  padding-bottom: 0;
}

.container.is-home-hero {
  padding-left: 9%;
  padding-right: 9%;
}

.container.is-intro {
  max-width: 80em;
}

.nav-link {
  color: #303236;
  padding-left: 2em;
  padding-right: 2em;
}

.nav-link:hover {
  color: #1d3d7c;
  text-decoration: underline;
}

.c-layout-flex {
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.c-layout-flex.is-nav {
  width: 100%;
  border-bottom: 1px solid #aaadb2;
}

.c-layout-flex.align-start {
  flex-flow: row;
  align-items: flex-start;
}

.c-layout-flex.align-baseline {
  flex-direction: row;
  align-items: baseline;
}

.c-layout-flex.align-baseline.justify-start {
  flex-wrap: wrap;
  padding-left: 1em;
  padding-right: 1em;
}

.c-layout-flex.align-baseline.justify-start.no-wrap {
  flex-wrap: nowrap;
}

.c-layout-flex.align-baseline.justify-start.no-wrap.long-text {
  padding-left: 0;
}

.c-layout-flex.align-baseline.justify-start.no-wrap.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.c-layout-flex.is-vertical {
  flex-flow: row;
  transform: rotate(0);
}

.c-layout-flex.align-stetch {
  align-items: stretch;
}

.c-layout-flex.justify-left {
  justify-content: flex-start;
  align-items: flex-start;
}

.c-layout-flex.is-full-width {
  width: 100%;
}

.c-layout-flex.align-stretch {
  align-items: stretch;
}

.c-layout-flex.justify-mobile {
  justify-content: flex-start;
}

.c-layout-flex.is-aliados {
  flex-flow: column;
  transform: rotate(0);
}

.home-hero {
  height: 100vh;
  min-height: 40em;
  background-color: #ebf1f6;
  align-items: center;
  display: flex;
}

.c-column {
  width: 50%;
}

.c-column.is-40 {
  width: 40%;
}

.c-column.is-40.text-align-center.border-right {
  border-right: 1px solid #6b7078;
}

.c-column.is-60 {
  width: 60%;
}

.c-column.is-catalogo-izq {
  width: 40%;
  min-height: 26em;
  min-width: 24em;
  border-top: 1px solid #3259a4;
  border-bottom: 1px solid #3259a4;
  border-left: 1px solid #3259a4;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.c-column.is-catalogo-der {
  width: 40%;
  min-height: 26em;
  min-width: 24em;
  border: 1px solid #3259a4;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.c-column.is-33 {
  width: 33.3333%;
}

.c-column.is-70 {
  width: 70%;
}

.c-column.is-30 {
  width: 30%;
}

.c-column.is-mision {
  width: 50%;
  min-height: 26em;
  border-top: 1px solid #3259a4;
  border-bottom: 1px solid #3259a4;
  border-left: 1px solid #3259a4;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.c-column.is-vision {
  width: 50%;
  min-height: 26px;
  border: 1px solid #3259a4;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.c-column.is-form-field {
  margin-bottom: 0;
  padding-right: 1em;
}

.c-column.is-form-field.is-right {
  padding-right: 0;
}

.c-column.is-66 {
  width: 66%;
}

.c-column.is-footer {
  width: 30%;
}

.text-size-h1 {
  font-family: Nunito, sans-serif;
  font-size: 3.1875em;
  font-weight: 800;
  line-height: 1.2;
}

.text-color-dark-blue {
  color: #1d3d7c;
}

.text-size-h4 {
  color: #303236;
  font-size: 1.3125em;
  font-weight: 600;
}

.text-size-h4.text-color-dark-blue {
  color: #1d3d7c;
}

.text-size-h4.is-megamenu {
  margin-top: 0;
  margin-bottom: 0;
}

.button {
  text-align: center;
  cursor: pointer;
  background-color: #3259a4;
  border-radius: 42px;
  padding: 10px 24px;
  font-size: 1.3125em;
  transition: all .2s cubic-bezier(.55, .085, .68, .53);
}

.button:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
}

.button.text-style-semibold:hover {
  transform: translate(0);
}

.button.border-stroke-blue {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #3259a4;
}

.button.border-stroke-blue:hover {
  color: #f7fafe;
  background-color: #3259a4;
}

.button.border-stroke-blue.is-catalogo {
  width: 10em;
  border-width: 2px;
}

.button.border-stroke-dark-blue {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #1d3d7c;
}

.button.border-stroke-dark-blue.is-catalogo {
  width: 10em;
  color: #1d3d7c;
  border-width: 2px;
  position: relative;
  overflow: hidden;
}

.button.is-light-blue {
  background-color: #1f94cc;
}

.button.bg-color-dark-gray {
  background-color: #6b7078;
}

.button.is-bolsa {
  width: 80%;
  text-align: center;
  background-color: #6b7078;
  border-radius: 15px;
}

.button.is-form {
  padding-left: 3em;
  padding-right: 3em;
}

.button.bg-color-dark-blue {
  background-color: #1d3d7c;
}

.text-style-semibold {
  font-weight: 600;
}

.home-hero_text-wrapper {
  border-top: 1px solid #aaadb2;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-right: .5em;
}

.home-hero_content {
  padding-right: 1.5em;
}

.image-fullwidth {
  width: 100%;
  height: 60vh;
  min-height: 400px;
  object-fit: cover;
  object-position: 70% 50%;
  border-radius: .375em;
}

.home-intro {
  min-height: 75vh;
  background-color: #ebf1f6;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.marquee-wrapper {
  height: 6em;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 4em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee-track, .marquee-list {
  align-items: center;
  display: flex;
}

.marquee-item {
  padding-left: 1em;
  padding-right: 1em;
}

.marquee-item.is-large {
  min-width: 25em;
}

.text-color-dark-gray {
  color: #6b7078;
}

.blue-dot {
  width: 1em;
  height: 1em;
  background-color: #1d3d7c;
  border-radius: 100vw;
  margin-bottom: 0;
}

.blue-dot.darkest {
  background-color: #17223b;
  margin-bottom: 5px;
}

.blue-dot.gray {
  background-color: #6b7078;
  font-size: .5em;
}

.blue-dot.is-small {
  width: .7em;
  height: .7em;
}

.text-size-16 {
  font-size: 1em;
}

.text-size-16.text-align-center.text-style-medium.text-no-space {
  z-index: 2;
  position: relative;
}

.text-size-16.crum-bread:hover {
  text-decoration: underline;
}

.text-size-16.sangria {
  padding-left: 3em;
}

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

.text-size-h2 {
  font-family: Nunito, sans-serif;
  font-size: 2.375em;
  font-weight: 700;
  line-height: 1.2;
}

.text-size-h2.no-top-margin {
  margin-top: 0;
}

.text-size-h2.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.home-intro_content {
  max-width: 30em;
  padding-right: 1em;
}

.dot_wrapper {
  padding-left: .5em;
  padding-right: .5em;
}

.hero-intro_button-wrapper {
  padding-top: 1em;
  padding-left: 2em;
}

.hero-intro_button-wrapper.mobile {
  display: none;
}

.hero-intro_button-wrapper.no-left-spacing {
  padding-left: 2em;
}

.home-intro_text-wrapper {
  padding-bottom: 1.5em;
}

.home-aliados {
  min-height: 90vh;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.home-intro_head {
  margin-bottom: 2em;
}

.home-aliados_head {
  max-width: 25em;
  margin-left: auto;
  margin-right: auto;
}

.blue-bar {
  width: 60%;
  height: 4px;
  background-color: #3259a4;
  border-radius: 6px;
  margin-left: auto;
  margin-right: auto;
}

.blue-bar.is-full-width {
  width: 90%;
  margin-bottom: 10px;
  margin-right: 0;
}

.blue-bar.is-90 {
  width: 90%;
}

.home-aliados_text-wrapper {
  height: 50%;
  max-width: 23em;
}

.home-aliados_text-wrapper.is-medtronic {
  height: 50%;
  max-width: 20em;
}

.home-catalogo {
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  padding-top: 2em;
  padding-bottom: 4em;
  display: flex;
}

.splide__track {
  overflow: hidden;
}

.owl-carousel {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.product-card {
  width: 100%;
  height: auto;
  min-height: 22.5em;
  min-width: 14em;
  background-color: #f7fafe;
  border: 1px solid #3259a4;
  border-radius: 6px;
  flex-direction: column;
  align-items: center;
  margin-left: 0%;
  margin-right: 0%;
  display: flex;
  overflow: hidden;
}

.product-content {
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.product-image {
  width: 100%;
  height: 13em;
  overflow: hidden;
}

.image-2 {
  width: 100%;
}

.control {
  width: 3.33em;
  height: 3.33em;
  color: #1d3d7c;
  cursor: pointer;
  border: 2px solid #1d3d7c;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.control.next-splide {
  margin-left: 1.5em;
  margin-right: 2em;
}

.image-fullsize {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.image-fullsize.thin-image {
  object-fit: cover;
}

.product-content_text {
  padding-top: .5em;
  padding-left: 1em;
  padding-right: 1em;
}

.splide__slide {
  width: 18.4375em;
  height: 23.5em;
}

.splide__slide.product-card {
  margin: .5em;
}

.splide__slide.product-card:hover {
  box-shadow: 0 2px 10px 1px rgba(0, 0, 0, .25);
}

.home-catalogo_controles {
  z-index: 4;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 1.5em;
  display: flex;
  position: relative;
}

.control-arrow {
  z-index: 2;
  width: 2.5em;
  height: 2.5em;
  position: relative;
}

.control-arrow.is-right {
  transform: rotate(180deg);
}

.fill-color {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #1d3d7c;
  border-radius: 50%;
  margin-top: 100%;
  margin-left: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.fill-color.is-catalogo {
  border-radius: 42px;
  margin-top: 33%;
}

.text-no-space {
  margin-bottom: 0;
}

.text-style-medium {
  font-weight: 500;
}

.home-benefits {
  min-height: 100vh;
  background-color: #ebf1f6;
  align-items: center;
  display: flex;
}

.home-benefits.oculto {
  display: none;
}

.home-benefits_intro {
  max-width: 20em;
  text-align: right;
  margin-right: 2em;
  display: block;
}

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

.justify-end {
  justify-content: flex-end;
  display: flex;
}

.justify-center {
  justify-content: center;
  display: flex;
}

.c-row {
  height: 45%;
  align-items: center;
  display: flex;
}

.c-row.is-darken {
  background-color: #f7fafe;
}

.home-benefits_menu {
  min-height: 30em;
  min-width: 30em;
  padding-left: 2em;
}

.home-benefits_button {
  width: 11em;
  background-color: #f7fafe;
  border-radius: 50%;
  margin-top: 2em;
  margin-bottom: 1em;
  padding: 1em;
}

.home-benefits_button.test {
  width: 11em;
  height: 11em;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
}

.justify-start {
  justify-content: flex-start;
  display: flex;
}

.home-clientes {
  min-height: 100vh;
  align-items: center;
  display: flex;
}

.home-clientes_head {
  max-width: 24em;
}

.home-clientes_content {
  border: 1px solid #6b7078;
  border-radius: 6px;
}

.clientes-card {
  width: 25%;
  height: 16.75em;
  border-right: 1px solid #6b7078;
  justify-content: center;
  align-items: center;
  display: flex;
}

.clientes-card.is-right {
  border-right-style: none;
}

.clientes-card.is-bottom {
  border-top: 1px solid #6b7078;
}

.clientes-card.is-bottom.is-right {
  border-right-style: none;
}

.no-wrap {
  flex-wrap: wrap;
  display: flex;
}

.nav-wrapper {
  height: 9vh;
  min-height: 80px;
  border-bottom: 1px #6b7078;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.clientes-card_wrapper {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding-left: .5em;
  padding-right: .5em;
  display: flex;
  position: relative;
  transform: rotate(0);
}

.clientes-card_img {
  max-width: 90%;
  position: absolute;
}

.clientes-card_img.is-front {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: rotate(0);
}

.clientes-card_img.is-front.oculto {
  display: none;
}

.clientes-card_img.is-back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.clientes-card_img.is-back.oculto {
  display: none;
}

.home-clientes_footer {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 4em;
  display: flex;
}

.text-style-bold {
  font-weight: 700;
}

.clientes-footer-left {
  margin-right: 1.5em;
}

.clientes-footer-right {
  margin-left: 1.5em;
}

.c2a {
  padding-top: 4em;
  padding-bottom: 4em;
}

.c2a-content {
  width: 75%;
  min-height: 25em;
  background-color: #1d3d7c;
}

.c2a-content.text-align-center {
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4em;
  padding-bottom: 4em;
  display: flex;
}

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

.text-size-h3 {
  font-family: Nunito, sans-serif;
  font-size: 1.75em;
  line-height: 1.3;
}

.c2a_text-wrapper {
  width: 35em;
  margin-left: auto;
  margin-right: auto;
  padding-top: .5em;
  padding-bottom: 1em;
}

.c2a_text-wrapper.is-larger {
  width: 45em;
}

.no-margin {
  margin-top: 0;
}

.footer_wrapper {
  border-top: 1px solid #6b7078;
  border-bottom: 1px solid #6b7078;
  margin-bottom: 1.5em;
  padding-top: 3em;
  padding-bottom: 3em;
}

.text-style-nodecoration {
  text-decoration: none;
}

.footer-list {
  justify-content: space-between;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
}

.is-vertical {
  flex-direction: column;
  display: flex;
}

.text-color-black {
  color: #303236;
}

.footer-products {
  display: flex;
}

.footer-legal {
  padding-right: 3em;
}

.footer-legal.no-padding {
  padding-right: 0;
}

.footer-menu_wrapper {
  padding-bottom: 1em;
}

.catalogo-button {
  color: #3259a4;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #3259a4;
  border-radius: 42px;
  padding: 10px 24px;
  font-size: 1.3125em;
  font-weight: 600;
}

.catalogo-button.border-stroke-blue {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #3259a4;
}

.catalogo-button.border-stroke-blue.is-catalogo {
  width: 10em;
  border-width: 2px;
}

.catalogo-button.border-stroke-dark-blue {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #1d3d7c;
}

.catalogo-button.border-stroke-dark-blue.is-catalogo {
  width: 10em;
  border-width: 2px;
}

.catalogo-button.is-light-blue {
  background-color: #1f94cc;
}

.catalogo-button.active {
  color: #fff;
  background-color: #3259a4;
}

.catalogo_button-wrapper {
  padding-right: 2em;
}

.owl-filter-bar {
  padding-top: 2em;
  padding-bottom: 2em;
}

.about-hero {
  z-index: 2;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  display: flex;
  position: relative;
}

.about-identidad {
  background-color: #ebf1f6;
}

.image-darken {
  mix-blend-mode: darken;
}

.about-identidad_logo {
  justify-content: center;
  align-items: center;
  padding-top: 2em;
  padding-bottom: 4em;
  display: flex;
}

.about-mision-vision {
  min-height: auto;
  align-items: flex-start;
  display: flex;
}

.mision-vision_logos {
  max-width: 12em;
  margin-top: 1em;
  margin-bottom: 1em;
}

.about-misi-n-vision_text-wrapper {
  width: 85%;
  height: 50%;
}

.contact-hero {
  z-index: 2;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  display: flex;
  position: relative;
}

.contact-hero_head {
  max-width: 35em;
  border-bottom: 1px solid #aaadb2;
}

.no-bottom-margin {
  margin-bottom: 0;
}

.contact-form {
  min-height: 100vh;
  justify-content: center;
  align-items: center;
  padding-left: 5em;
  padding-right: 5em;
  display: flex;
}

.contact-form_heading {
  align-items: center;
  display: flex;
}

.contact-form_text {
  max-width: 44em;
  padding-bottom: 2em;
}

.form-text-field {
  background-color: #ebf1f6;
  border: 1px solid #f7fafe;
  margin-bottom: 1em;
  font-size: 1em;
}

.form-text-field.is-comentario {
  margin-bottom: 1.5em;
  padding-bottom: 5em;
}

.contact-form_head {
  margin-bottom: 2em;
}

.about-info_text {
  max-width: 21.5625em;
  margin-right: 1em;
}

.div-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about-icon {
  width: 2em;
  margin-right: .5em;
}

.about-icon.is-redes {
  width: 2.5em;
  padding-bottom: 1em;
}

.about-info_datos {
  padding-right: 2em;
}

.about-info_dato {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 1em;
  display: flex;
}

.about-bolsa-de-trabajo {
  min-height: 85vh;
  background-color: #ebf1f6;
  align-items: center;
  padding-left: 5em;
  padding-right: 5em;
  display: flex;
  position: relative;
}

.list-bullet-dark-blue {
  background-image: url('../images/Ellipse-2.svg');
  background-position: 0 12%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 1.5em;
}

.list {
  max-width: 20em;
}

._10-margin-y {
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer-product {
  align-items: center;
  padding-left: 1em;
  padding-right: 3em;
  display: flex;
}

.footer-legal_list {
  align-items: center;
  padding-left: 1em;
  padding-right: 2em;
  display: flex;
}

.about-bolsa_head {
  max-width: 80%;
  border-bottom: 1px solid #aaadb2;
  align-items: center;
  display: flex;
}

.about-bolsa-heading {
  max-width: 25em;
  align-items: baseline;
  display: flex;
}

.about-bolsa_text {
  max-width: 38em;
  padding-top: 1em;
  padding-bottom: 1em;
}

.text-color-gray {
  color: #aaadb2;
}

.catalogo-hero {
  min-height: 100vh;
  background-color: #ebf1f6;
  justify-content: center;
  align-items: center;
  display: flex;
}

.catalogo-productos {
  background-color: #ebf1f6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.medtronic-catalogo_text {
  max-width: 37em;
  font-weight: 600;
}

.catalogo-zimmer_text {
  max-width: 37em;
}

.bolsa-hero {
  min-height: 100vh;
  background-color: #ebf1f6;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bolsa-hero_head {
  max-width: 27em;
  border-bottom: 1px solid #aaadb2;
}

.bolsa-hero_text {
  max-width: 27em;
}

.bolsa-info {
  padding-top: 2em;
  padding-bottom: 2em;
}

.bolsa-form {
  min-height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bolsa-form_text {
  max-width: 46em;
}

.product-hero {
  height: 80vh;
  background-color: #ebf1f6;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.product-hero.is-neuromonitoreo {
  min-height: 100vh;
}

.product-hero.is-small_img {
  position: relative;
}

.product-hero_text-wrapper {
  max-width: 23em;
  margin-bottom: 2em;
}

.button-margin {
  margin-right: 1em;
}

.product-hero_content-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.product-intro {
  background-color: #ebf1f6;
}

.product-intro.is-white {
  background-color: rgba(0, 0, 0, 0);
}

.product-section1_description {
  background-color: #ebf1f6;
  padding-top: 1em;
  padding-bottom: 1em;
}

.productos-relacionados_head {
  width: 15em;
}

.productos-relacionados_content {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
}

.about-bolsa_list-wrapper {
  padding-top: 1em;
  padding-bottom: 0;
}

.white-dot {
  z-index: 1;
  width: 27em;
  height: 27em;
  background-color: #f7fafe;
  border-radius: 100vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 10%;
}

.about-bolsa_wrapper, .about-bolsa_content {
  z-index: 2;
  position: relative;
}

.products-section {
  margin-top: 2em;
  margin-bottom: 1em;
}

.bolsa-info_heading {
  max-width: 17em;
  align-items: center;
  display: flex;
}

.benefits_wrapper {
  max-width: 21em;
  padding-left: 1em;
  padding-right: 1em;
  display: none;
}

.product-description_wrapper {
  max-width: 49.3em;
  margin-left: auto;
  margin-right: auto;
}

.nav-menu {
  height: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: static;
}

.dropdown {
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 1em;
  padding-right: 1em;
  position: static;
}

.dropdown-toggle {
  height: 100%;
  align-items: center;
  display: flex;
}

.dropdown-list {
  background-color: rgba(0, 0, 0, 0);
}

.dropdown-list.w--open {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  margin-top: auto;
  padding-left: 7em;
  padding-right: 7em;
  display: flex;
  top: 9vh;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.mega-menu_content {
  background-color: #e6eaee;
  border-radius: 6px;
  padding: .5em;
  box-shadow: 4px 0 21px rgba(48, 50, 54, .2);
}

.mega-menu_options {
  padding: 2em;
  text-decoration: none;
  display: block;
}

.mega-menu_options.active {
  background-color: #f7fafe;
}

.mega-menu_products {
  height: 33em;
  min-height: 62vh;
  background-color: #f7fafe;
  padding-top: 3vh;
  padding-bottom: 2vh;
  padding-left: 2em;
  display: none;
}

.mega-menu_products.active {
  height: auto;
  min-height: 30em;
  display: block;
}

.mega-menu_product-head {
  width: 90%;
  border-bottom: 1px solid #aaadb2;
  margin-bottom: .5em;
}

.mega-menu_options-wrapper {
  padding-right: .5em;
}

.mega-menu_procuts-column {
  width: 60%;
  background-color: #f7fafe;
  flex-direction: column;
  align-items: flex-start;
}

.mega-menu_product-heading {
  align-items: center;
  margin-top: 1vh;
  display: flex;
}

.html-embed, .jquery_mega-menu {
  display: none;
}

.image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-hero_img {
  padding-top: 100%;
  position: relative;
}

.about-hero_img {
  width: 80%;
}

.home-benefits_icons {
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-benefits_menu-wrapper {
  min-height: 30em;
  min-width: 30em;
  position: relative;
}

.home-benefits_menu-wrapper.test {
  min-height: 35em;
  min-width: 35em;
  transform: translate(0);
}

.home-benefits_button-wrapper {
  align-items: center;
  display: flex;
}

.home-benefits_button-wrapper.absolute {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
}

.home-benefits_button-wrapper.absolute.primero {
  transform: translate(-50%, -50%)rotate(0)translate(-100%)rotate(0);
}

.home-benefits_button-wrapper.absolute.segundo {
  transform: translate(-50%, -50%)rotate(120deg)translate(-100%)rotate(-120deg);
}

.home-benefits_button-wrapper.absolute.tercero {
  justify-content: center;
  transform: translate(-50%, -50%)rotate(240deg)translate(-100%)rotate(-240deg);
}

.home_benefits-content {
  align-items: center;
  display: flex;
}

.product-about {
  padding-top: 2em;
}

.product-about_head-wrapper {
  max-width: 30em;
  margin-left: auto;
  margin-right: auto;
}

.product-about_head-wrapper.is-short {
  max-width: 25em;
  margin-left: 0;
  margin-right: 0;
}

.product-about_card {
  height: 19em;
  background-color: #ebf1f6;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  margin-top: 2.5em;
  margin-bottom: 2.5em;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  display: flex;
}

.about_card-wrapper {
  width: 80%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-card_text {
  width: 15em;
}

.about-card-info_head {
  max-width: 30em;
  text-align: center;
}

.about-card-info_content {
  background-color: #ebf1f6;
  border-radius: 10px;
  padding: 2em;
}

.about-card_list-item {
  margin-bottom: 1em;
}

.about-card_list-item.is-last {
  margin-bottom: 0;
}

.mega-menu_wrapper {
  width: 60em;
  min-width: 60em;
  padding-top: 2vh;
}

.dropdown-link {
  padding: 0 20px 1.5vh;
}

.dropdown-link:hover {
  color: #1d3d7c;
  text-decoration: underline;
}

.hero-circles_wrapper {
  justify-content: center;
  display: flex;
  position: relative;
}

.blue-circle {
  width: 12em;
  height: 12em;
  background-color: #1d3d7c;
  border-radius: 50%;
  position: absolute;
  top: 16%;
  bottom: auto;
  left: auto;
  right: 11%;
}

.hero-circle_img {
  z-index: 2;
  width: 90%;
  position: relative;
}

.white-circle {
  width: 18em;
  height: 18em;
  background-color: #f7fafe;
  border-radius: 50%;
  position: absolute;
  top: auto;
  bottom: 10%;
  left: auto;
  right: 10%;
}

.zimmer-hero_img {
  width: 27em;
  mix-blend-mode: darken;
}

.product-info_wrapper {
  padding-left: 2em;
}

.footer-products_column {
  width: 60%;
  flex-direction: column;
  display: flex;
}

.footer-icons_wrapper {
  margin-top: 1em;
}

.circles-container {
  z-index: 1;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.about-mision-vision_wrapper {
  padding-top: 1em;
  padding-bottom: 1em;
}

.contact-hero_text-wrapper {
  padding-top: 1em;
}

.contact-form_info-wrapper {
  padding-top: 2em;
}

.medtronic-hero_head {
  max-width: 30em;
}

.image-90 {
  width: 90%;
}

.numero-wrapper {
  padding-left: 1em;
  padding-right: 1.5em;
}

.dropdown-title {
  color: #303236;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 1.3125em;
  font-weight: 600;
  text-decoration: none;
}

.dropdown-title:hover {
  color: #1d3d7c;
  text-decoration: underline;
}

.card-grid {
  width: 100%;
  grid-column-gap: 1em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(14em, 30%));
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: start;
  justify-content: space-between;
  justify-items: stretch;
  display: grid;
}

.card-grid.neuro {
  justify-content: start;
}

.marquee-emebed {
  display: none;
}

.circles-hero_wrapper {
  background-color: #ebf1f6;
}

.dropdow-mobile, .home-clientes_content-mobile {
  display: none;
}

.image-60 {
  width: 60%;
}

.oculto {
  display: none;
}

.image-80 {
  width: 80%;
}

.image-height-25em {
  height: 25em;
}

.clearview-text-wrapper {
  padding-bottom: 1em;
}

.image-35-height {
  height: 35em;
}

.list-item {
  list-style-type: none;
}

.nim-card-img {
  width: 50%;
}

.contact-redes-name {
  display: none;
}

.zimmer-catalogo-head {
  text-align: left;
}

.product-card-image {
  width: 100%;
  height: 13em;
  overflow: hidden;
}

.product-card-content {
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.dropdow-mobile_marcas {
  display: none;
}

.dropdown-mobile-link {
  color: #303236;
}

.dropdown-mobile-link:hover {
  color: #1d3d7c;
  text-decoration: underline;
}

.image-full-darken-copy {
  width: 90%;
  max-height: 100%;
  opacity: 1;
  mix-blend-mode: darken;
  object-fit: contain;
  display: none;
}

.product-hero_img {
  width: 100%;
  max-width: 25em;
}

.product-image-height {
  height: 70vh;
  max-height: 30em;
}

.align-center {
  align-items: center;
  display: flex;
}

.list-item-beneficios {
  margin-bottom: 1em;
}

.sqr-rounded-img {
  width: 80%;
  border-radius: .375em;
}

.sqr-rounded-img.is-hero {
  width: 95%;
}

.sqr-rounded-img.long-img {
  width: 60%;
}

.sqr-rounded-img.big-img {
  width: 95%;
}

.sqr-rounded-img.is-100, .image-100 {
  width: 100%;
}

.transition {
  z-index: 200;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
}

.transition-trigger {
  background-color: #f7fafe;
  display: none;
}

.transition-content {
  width: 100%;
  height: 100vh;
  background-color: #f7fafe;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lottie-load {
  width: 60%;
  position: relative;
}

.lottie-animation {
  width: 50%;
}

.is-footer-legal {
  margin-bottom: 0;
  line-height: 1.2;
}

.crumb-bread {
  padding-left: 0;
  padding-right: 0;
}

.crum-bread_wrapper {
  align-items: center;
  margin-top: 9vh;
  padding-top: .625em;
  padding-bottom: .625em;
  display: flex;
}

.crum-bread_container {
  width: 100%;
  max-width: 90em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 7em;
  padding-right: 7em;
  position: relative;
  top: 5em;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.crum-bread_container.is-nav {
  background-color: #ebf1f6;
  padding-top: 0;
  padding-bottom: 0;
}

.crum-bread_container.is-footer {
  padding-top: 0;
  padding-bottom: 1.5em;
}

.crum-bread_container.z-index-2 {
  z-index: 2;
  position: relative;
}

.crum-bread_container.is-benefits {
  padding-left: 5.8em;
  padding-right: 0;
}

.crum-bread_container.about-product {
  padding-left: 10em;
  padding-right: 0;
}

.crum-bread_container.double-padding {
  padding-top: 4em;
  padding-bottom: 4em;
}

.crumbread-container {
  width: 100%;
  background-color: #ebf1f6;
  margin-top: 80px;
}

.div-block-2 {
  height: 65vh;
  background-color: #3259a4;
}

.nav-brand {
  width: 18%;
  height: 9vh;
  max-height: 100%;
  min-height: 80px;
  mix-blend-mode: darken;
  background-image: url('../images/logotipo_La-Tienda-Ortopedica.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
}

.nav-brand.w--current {
  background-image: url('../images/logotipo_La-Tienda-Ortopedica.webp');
}

.mega-menu-list {
  margin-bottom: 1vh;
}

.text-size-12 {
  margin-bottom: 0;
}

.text-size-12.with-hover {
  transition: all .2s;
}

.text-size-12.with-hover:hover {
  text-decoration: underline;
}

.icon, .dropdown-text-arrow {
  margin-right: 1em;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100vw;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  display: flex;
}

._404-lottie_wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

._404-head {
  color: #1d3d7c;
  text-align: left;
  font-family: Nunito, sans-serif;
  font-size: 4.5em;
  font-weight: 800;
  line-height: 1.2;
}

.about-valores_head-wrapper {
  padding-top: 1em;
  padding-bottom: 2em;
}

.legal-content {
  margin-top: 10vh;
}

.legal-wrapper {
  margin-top: 90px;
}

.span-correo {
  color: #6b7078;
}

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

.about-imagenes {
  padding-bottom: 4em;
}

.about-images_wrapper {
  width: 100%;
  height: 100%;
  padding: 1.5em;
}

.valores-img {
  height: 22em;
  object-fit: cover;
}

.home-button {
  padding: 20px;
  color: #1d3d7c;
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 2em;
    padding-right: 2em;
  }

  .container.is-benefits {
    padding-left: 2em;
  }

  .container.about-product {
    padding-left: 1em;
    padding-right: 1em;
  }

  .container.is-home-hero {
    padding-left: 2%;
    padding-right: 2%;
  }

  .c-layout-flex {
    grid-row-gap: 1em;
    flex-wrap: wrap;
  }

  .c-layout-flex.align-start.mobile-reverse {
    flex-direction: row;
  }

  .c-layout-flex.align-baseline {
    flex-wrap: nowrap;
  }

  .c-layout-flex.align-baseline.justify-start.no-wrap.long-text {
    padding-left: 0;
  }

  .c-layout-flex.is-vertical.contact-redes {
    grid-row-gap: 0em;
  }

  .c-layout-flex.justify-left.buttons {
    flex-wrap: nowrap;
  }

  .c-layout-flex.reverse {
    flex-wrap: wrap-reverse;
  }

  .c-layout-flex.no-gap {
    grid-row-gap: 0em;
  }

  .c-layout-flex.footer-legal_wrapper {
    justify-content: center;
  }

  .c-layout-flex.is-long_content {
    flex-direction: column;
  }

  .c-layout-flex.is-aliados.contact-redes {
    grid-row-gap: 0em;
  }

  .home-hero {
    height: auto;
    margin-top: 80px;
  }

  .c-column.is-40 {
    width: 100%;
  }

  .c-column.is-40.text-align-center.border-right {
    border-bottom: 1px solid #6b7078;
    border-right-style: none;
  }

  .c-column.is-60 {
    width: 100%;
  }

  .c-column.is-catalogo-izq, .c-column.is-catalogo-der {
    width: 50%;
    min-width: auto;
  }

  .c-column.is-33.justify-end {
    width: auto;
  }

  .c-column.is-form-field {
    padding-right: 0;
  }

  .c-column.is-footer, .c-column.is-100 {
    width: 50%;
  }

  .c-column.is-100.is-vertical.direction-reverse.align-center.is-long-content, .c-column.is-100.is-long-content {
    width: 100%;
  }

  .c-column.is-100.justify-center {
    justify-content: center;
  }

  .image-fullwidth {
    height: 50vh;
    object-position: 50% 50%;
  }

  .home-intro {
    min-height: 80vh;
  }

  .hero-intro_button-wrapper {
    padding-left: 0;
  }

  .hero-intro_button-wrapper.mobile {
    display: none;
  }

  .home-aliados {
    min-height: 70vh;
  }

  .blue-bar.is-full-width {
    margin-left: 0;
    margin-right: auto;
  }

  .home-aliados_text-wrapper, .home-aliados_text-wrapper.is-medtronic {
    max-width: 90%;
  }

  .home-catalogo {
    min-height: 75vh;
  }

  .product-card {
    height: auto;
    min-height: 22.5em;
  }

  .home-benefits {
    min-height: 70vh;
  }

  .home-benefits_intro {
    text-align: left;
  }

  .home-clientes {
    min-height: 80vh;
  }

  .clientes-card {
    height: 12em;
  }

  .no-wrap {
    flex-wrap: nowrap;
  }

  .clientes-card_img.is-front, .clientes-card_img.is-front.imss {
    max-width: 8em;
  }

  .clientes-footer-left {
    margin-right: 0;
    padding-bottom: 1em;
  }

  .clientes-footer-right {
    margin-left: 0;
  }

  .c2a-content.text-align-center {
    width: 85%;
  }

  .c2a_text-wrapper.is-larger {
    width: auto;
    padding-left: .5em;
    padding-right: .5em;
  }

  .about-hero {
    min-height: 85vh;
    padding-top: 0;
    padding-bottom: 2em;
  }

  .about-identidad {
    padding-top: 4em;
  }

  .about-mision-vision {
    min-height: auto;
    padding-bottom: 2em;
  }

  .contact-hero {
    min-height: 85vh;
    padding-top: 0;
  }

  .contact-form {
    padding-left: 2em;
    padding-right: 2em;
  }

  .catalogo-hero {
    min-height: 85vh;
    padding-top: 2em;
  }

  .catalogo-hero.is-zimmer {
    padding-top: 6em;
  }

  .medtronic-catalogo_text {
    max-width: none;
    font-weight: 400;
  }

  .product-hero {
    height: auto;
  }

  .product-hero.is-small_img {
    height: 60vh;
    min-height: 50vh;
  }

  .product-section1_description.double-padding {
    padding: 2em 1em;
  }

  .nav-menu {
    width: 100%;
    height: auto;
    background-color: #f7fafe;
  }

  .dropdown {
    height: auto;
    display: none;
  }

  .dropdown-toggle {
    height: auto;
  }

  .product-about_head-wrapper.is-short {
    max-width: 20em;
  }

  .about-card-info_head {
    text-align: left;
  }

  .blue-circle {
    width: 20vw;
    height: 20vw;
    top: 35%;
    right: 20%;
  }

  .blue-circle.is-conctact {
    top: 18%;
    right: 5%;
  }

  .blue-circle.is-about {
    top: 20%;
    right: 5%;
  }

  .white-circle {
    width: 30vw;
    height: 30vw;
    top: 75%;
    bottom: auto;
  }

  .white-circle.is-contact {
    top: 43%;
    right: 2%;
  }

  .white-circle.is-about {
    top: 45%;
    right: 2%;
  }

  .footer-products_column {
    width: 50%;
  }

  .medtronic-hero_head {
    max-width: none;
    text-align: center;
  }

  .circles-hero_wrapper {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .dropdow-mobile {
    display: block;
  }

  .dropdown-mobile_toggle {
    width: 100%;
    padding-left: 2em;
  }

  .dropdown-mobile_toggle:hover {
    color: #1d3d7c;
    text-decoration: underline;
  }

  .dropdown-mobile_toggle.w--open {
    padding-left: 2em;
  }

  .image-60, .image-60.is-mobile {
    margin-left: auto;
    margin-right: auto;
  }

  .contact-redes-name {
    display: none;
  }

  .about-hero_head {
    padding-bottom: 5em;
  }

  .contact-hero_head-wrapper {
    padding-bottom: 4em;
  }

  .zimmer-catalogo-head {
    text-align: center;
  }

  .dropdow-mobile_marcas {
    display: block;
  }

  .dropdown-mobile_marcas-toggle {
    width: 100%;
    padding-left: 3em;
  }

  .dropdown-mobile_marcas-toggle:hover {
    color: #1d3d7c;
    text-decoration: underline;
  }

  .dropdown-mobile_categoria {
    width: 100%;
  }

  .dropdown-mobile_categoria-toggle {
    width: 100%;
    padding-left: 4.5em;
  }

  .dropdown-mobile_categoria-toggle:hover {
    color: #1d3d7c;
    text-decoration: underline;
  }

  .productos-list {
    padding-left: 5em;
  }

  .dropdown-list-2 {
    padding-left: 5px;
  }

  .dropdown-list-2.w--open {
    padding-left: 3em;
  }

  .dropdown-list-mobile_marcas {
    background-color: #ebf1f6;
  }

  .dropdown-list-mobile_categoria, .dropdown-list-mobile_categoria.w--open, .dropdown-list-mobile_productos {
    background-color: #e6eaee;
  }

  .dropdown-list-mobile_productos.w--open {
    position: relative;
  }

  .menu-button.w--open {
    color: #3259a4;
    background-color: rgba(0, 0, 0, 0);
  }

  .image-full-darken-copy {
    width: 100%;
    max-width: none;
  }

  .sqr-rounded-img.long-img {
    width: 80%;
  }

  .crumb-bread, .crum-bread_container {
    padding-left: 2em;
    padding-right: 2em;
  }

  .crum-bread_container.is-benefits {
    padding-left: 2em;
  }

  .crum-bread_container.about-product {
    padding-left: 1em;
    padding-right: 1em;
  }

  .nav-brand {
    width: 28%;
  }

  .home-button {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  p {
    line-height: 1.5;
  }

  .navbar {
    position: fixed;
  }

  .container.is-benefits {
    padding-right: 2em;
  }

  .container.is-home-hero {
    padding-left: 4%;
    padding-right: 4%;
  }

  .c-layout-flex.align-start {
    flex-wrap: wrap;
  }

  .c-layout-flex.align-start.reverse, .c-layout-flex.align-start.mobile-reverse {
    flex-wrap: wrap-reverse;
  }

  .c-layout-flex.is-vertical {
    flex-direction: column;
  }

  .c-layout-flex.align-stetch {
    flex-wrap: wrap;
  }

  .c-layout-flex.footer-telefono {
    justify-content: space-around;
  }

  .c-layout-flex.footer-legal_wrapper {
    grid-row-gap: 1em;
    flex-direction: column;
  }

  .c-layout-flex.justify-mobile {
    justify-content: center;
  }

  .c-layout-flex.is-aliados {
    flex-direction: column;
  }

  .home-hero {
    height: 100vh;
    min-height: 50em;
    margin-top: 3em;
  }

  .c-column, .c-column.is-40, .c-column.is-60 {
    width: 100%;
  }

  .c-column.is-catalogo-izq {
    width: 100%;
    min-height: 24em;
    border-bottom-style: none;
    border-right: 1px solid #3259a4;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
    align-items: center;
  }

  .c-column.is-catalogo-der {
    width: 100%;
    min-height: 24em;
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
    align-items: center;
  }

  .c-column.is-mision {
    width: 100%;
    border-bottom-style: none;
    border-right: 1px solid #3259a4;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
  }

  .c-column.is-vision {
    width: 100%;
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
  }

  .c-column.is-footer {
    width: 100%;
  }

  .c-column.is-100 {
    width: 100%;
    justify-content: center;
    display: flex;
  }

  .c-column.is-100.is-vertical.align-center {
    align-items: center;
  }

  .c-column.is-100.is-vertical.direction-reverse {
    flex-direction: column-reverse;
  }

  .text-size-h1 {
    font-size: 2.375em;
  }

  .text-size-h4 {
    font-size: 1em;
  }

  .image-fullwidth {
    height: 40vh;
    min-height: 350px;
    object-position: 50% 50%;
  }

  .blue-dot.darkest {
    margin-bottom: 0;
  }

  .text-size-h2 {
    font-size: 1.75em;
  }

  .text-size-h2.text-color-dark-gray.text-style-bold.text-style-nodecoration.is-footer:hover {
    text-decoration: underline;
  }

  .home-intro_content {
    max-width: none;
  }

  .dot_wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .dot_wrapper.oculto-movil {
    display: none;
  }

  .dot_wrapper.is-legal {
    padding-bottom: 1em;
  }

  .hero-intro_button-wrapper {
    padding-left: 0;
    display: none;
  }

  .hero-intro_button-wrapper.mobile {
    display: block;
  }

  .product-card {
    width: 100%;
    height: 13em;
    min-height: auto;
    flex-direction: row;
  }

  .splide__slide.product-card.medtronic, .splide__slide.product-card.zimmer {
    width: 18.5em;
    height: 24em;
    flex-direction: column;
  }

  .clientes-card_img.is-front {
    max-height: 6em;
    max-width: 7em;
  }

  .c2a {
    padding-left: 2em;
    padding-right: 2em;
  }

  .c2a-content.text-align-center {
    width: 100%;
  }

  .c2a_text-wrapper {
    width: auto;
    max-width: 25em;
  }

  .c2a_text-wrapper.is-larger {
    max-width: none;
    padding-left: 1em;
    padding-right: 1em;
  }

  .about-hero {
    min-height: 80vh;
  }

  .contact-hero {
    min-height: 100vh;
  }

  .contact-form {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-product:hover {
    text-decoration: underline;
  }

  .footer-legal_list {
    flex-direction: column;
  }

  .catalogo-hero {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .catalogo-hero.is-zimmer {
    padding-bottom: 3em;
  }

  .product-hero, .product-hero.is-small_img {
    height: auto;
  }

  .product-intro, .product-info_head-wrapper {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .benefits_wrapper {
    display: block;
  }

  .home-benefits_menu-wrapper.test {
    width: 100%;
    min-height: auto;
    min-width: auto;
    flex-direction: column;
    display: flex;
  }

  .home-benefits_button-wrapper.absolute.primero {
    position: static;
    transform: none;
  }

  .home-benefits_button-wrapper.absolute.segundo {
    position: static;
    left: 0%;
    transform: none;
  }

  .home-benefits_button-wrapper.absolute.tercero {
    justify-content: flex-start;
    position: static;
    transform: none;
  }

  .home_benefits-content {
    flex-direction: row;
  }

  .home_benefits-content.direction-reverse, .home_benefits-content.is-aliados {
    flex-direction: row-reverse;
  }

  .product-about_head-wrapper.is-short {
    max-width: none;
  }

  .product-about_card {
    height: auto;
  }

  .about-card_text {
    width: auto;
  }

  .hero-circles_wrapper {
    padding-top: 2em;
  }

  .blue-circle {
    top: 43%;
  }

  .blue-circle.is-conctact {
    top: 50%;
  }

  .white-circle {
    top: 65%;
    right: 16%;
  }

  .white-circle.is-contact {
    top: 75%;
  }

  .zimmer-hero_img {
    width: auto;
    max-width: 24em;
  }

  .footer-mail-wrapper {
    text-align: center;
  }

  .footer-products_column {
    width: 100%;
  }

  .reverse {
    flex-wrap: wrap-reverse;
    display: flex;
  }

  .circles-container {
    display: none;
  }

  .card-grid {
    grid-template-columns: repeat(auto-fit, minmax(90%, 18em));
    justify-content: center;
  }

  .card-grid.neuro {
    justify-content: center;
  }

  .image-60 {
    margin-left: auto;
    margin-right: auto;
  }

  .image-60.is-mobile {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-80 {
    margin-left: auto;
    margin-right: auto;
  }

  .product-card-image {
    width: 30em;
  }

  .product-card-content {
    width: 100%;
  }

  .product-image-height {
    height: 70vh;
    max-height: 30em;
  }

  .crum-bread_container.is-benefits {
    padding-right: 2em;
  }

  .nav-brand {
    width: 40%;
  }

  ._404-lottie {
    width: 80%;
  }

  ._404-head {
    font-size: 3.5em;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: .5em;
    padding-right: .5em;
  }

  .container.is-benefits {
    padding-left: 1em;
    padding-right: 1em;
  }

  .c-layout-flex.is-vertical.contact-redes {
    grid-row-gap: 0em;
    flex-direction: row;
  }

  .c-layout-flex.align-stetch {
    grid-row-gap: 0em;
  }

  .c-layout-flex.is-aliados.contact-redes {
    grid-row-gap: 0em;
    flex-direction: row;
  }

  .home-hero {
    min-height: 50em;
    margin-top: 2em;
  }

  .c-column {
    flex-direction: column;
    display: flex;
  }

  .c-column.is-catalogo-izq {
    width: 100%;
  }

  .c-column.is-catalogo-der {
    width: 100%;
    min-height: 26em;
  }

  .c-column.is-mision {
    width: 100%;
    border: 1px solid #3259a4;
    border-bottom-style: none;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
  }

  .c-column.is-vision {
    width: 100%;
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
  }

  .c-column.is-100 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .c-column.is-100.justify-center {
    align-items: center;
  }

  .image-fullwidth {
    height: 35vh;
    max-height: 350px;
    min-height: 250px;
    object-fit: cover;
  }

  .dot_wrapper.oculto {
    display: none;
  }

  .dot_wrapper.no-padding {
    padding-bottom: 0;
  }

  .hero-intro_button-wrapper {
    padding-top: 0;
    padding-left: 0;
  }

  .home-catalogo {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .product-card {
    width: 18em;
    height: 22.5em;
    flex-direction: column;
  }

  .product-image {
    width: 100%;
  }

  .splide__slide.product-card.medtronic, .splide__slide.product-card.zimmer {
    width: 20em;
  }

  .home-benefits_button.test {
    width: 7em;
    height: 7em;
  }

  .home-clientes_content {
    display: none;
  }

  .c2a {
    padding-left: .5em;
    padding-right: .5em;
  }

  .c2a_text-wrapper {
    max-width: 20em;
  }

  .c2a_text-wrapper.is-larger {
    padding-left: .5em;
    padding-right: .5em;
  }

  .catalogo_button-wrapper {
    padding-right: 1em;
  }

  .about-hero {
    padding-top: 2em;
  }

  .contact-hero {
    min-height: 80vh;
    padding-top: 2em;
  }

  .footer-product {
    width: 50%;
    padding-left: 0;
  }

  .catalogo-hero {
    min-height: auto;
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .catalogo-hero.is-zimmer {
    padding-top: 6em;
  }

  .product-hero.is-small_img {
    min-height: 70vh;
  }

  .product-hero_content-wrapper {
    padding-left: 1em;
  }

  .productos-relacionados_content {
    padding-left: 1em;
    padding-right: 1em;
  }

  .benefits_wrapper {
    max-width: 17em;
    padding-left: .5em;
    padding-right: .5em;
  }

  .blue-circle {
    top: 55%;
  }

  .blue-circle.is-conctact, .blue-circle.is-about {
    width: 6em;
    height: 6em;
    top: 55%;
    right: 15%;
  }

  .hero-circle_img {
    width: 80%;
  }

  .white-circle {
    top: 70%;
  }

  .white-circle.is-contact {
    width: 9em;
    height: 9em;
    top: 75%;
    right: 11%;
  }

  .white-circle.is-about {
    width: 9em;
    height: 9em;
    top: 75%;
    right: 10%;
  }

  .product-info_wrapper {
    padding-right: 1em;
  }

  .circles-container {
    display: none;
  }

  .card-grid {
    justify-content: center;
    justify-items: center;
  }

  .circles-hero_wrapper {
    padding-top: 0;
  }

  .home-clientes_content-mobile {
    width: 100%;
    min-height: 38em;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .cubo-clientes_flex {
    width: 80%;
    height: 100%;
    flex-direction: column;
    display: block;
    position: absolute;
    transform: translate(0);
  }

  .cubo-clientes_flex.segundo, .cubo-clientes_flex.primero, .cubo-clientes_flex.tercero, .cubo-clientes_flex.cuarto, .cubo-clientes_flex.quinto, .cubo-clientes_flex.sexto, .cubo-clientes_flex.septimo, .cubo-clientes_flex.octavo {
    display: block;
    transform: none;
  }

  .cubo-card {
    width: 100%;
    height: 50%;
    background-color: #f7fafe;
    border: 1px solid #000;
    justify-content: center;
    align-items: center;
    padding: 1em;
    display: flex;
  }

  .cubo-card.bottom {
    border-top-style: none;
  }

  .image-60, .image-60.is-mobile, .image-80 {
    width: 100%;
  }

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

  .contact-redes-name {
    display: block;
  }

  .about-hero_head {
    padding-bottom: 2em;
  }

  .product-card-image {
    width: 100%;
  }

  .productos-list {
    border-bottom: 1px solid #aaadb2;
    padding-left: 6em;
  }

  .dropdown-mobile-link {
    padding-bottom: 1.5em;
    padding-left: 0;
  }

  .menu-button {
    background-color: rgba(0, 0, 0, 0);
  }

  .benefiicios-list {
    padding-right: 1em;
  }

  .cubo-card_img {
    max-height: 100%;
    max-width: 90%;
  }

  .sqr-rounded-img {
    width: 100%;
  }

  .lottie-load {
    width: 80%;
  }

  .crumb-bread {
    padding-left: .5em;
    padding-right: .5em;
  }

  .crum-bread_wrapper {
    padding-left: 1.25em;
  }

  .crum-bread_container {
    padding-left: .5em;
    padding-right: .5em;
  }

  .crum-bread_container.is-benefits {
    padding-left: 1em;
    padding-right: 1em;
  }

  .nav-brand {
    width: 60%;
  }

  .text-size-12 {
    font-size: .75em;
  }
}

#w-node-_6a0c1639-24db-c2f7-9b21-6e735c0a090e-bc84deec {
  justify-self: auto;
}


