:root {
  --text: #7b7b7b;
  --hover: #06c5f233;
  --primary-blue: #06c5f2;
  --titles: #3a3a3a;
  --white: #fff;
  --secundary-blue: #eef6f7;
  --contrast: #eaf1fe;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  position: relative;
  box-shadow: 0 6px 10px #0000000f;
}

.container-regular {
  width: 100%;
  max-width: 1200px;
  min-height: 0;
  margin-left: auto;
  margin-right: auto;
}

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

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

.nav-link {
  color: var(--text);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: color .2s;
}

.nav-link:hover {
  background-color: var(--hover);
  color: #1a1b1fbf;
  border-radius: 6px;
}

.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: var(--text);
  font-size: 14px;
  font-weight: 400;
  transition-property: none;
  display: inline;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  background-color: var(--hover);
  color: #1a1b1fbf;
  border-radius: 6px;
}

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

.nav-dropdown-icon {
  color: var(--text);
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav-dropdown-link {
  color: var(--text);
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
}

.nav-dropdown-link:hover {
  background-color: var(--hover);
}

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

.mobile-margin-top-10 {
  flex: 0 auto;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  background-color: var(--primary-blue);
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  border-radius: 10px;
  padding: 12px 25px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.cta {
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 24px;
  font-size: 18px;
  display: flex;
}

.text-block {
  color: var(--text);
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.list-item {
  color: var(--text);
  overflow: visible;
}

.body {
  background-color: var(--white);
  color: var(--titles);
}

.container {
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.container.thanks {
  height: 100%;
  display: flex;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.hero-split {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: none;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.background-video {
  background-image: linear-gradient(45deg, var(--titles) 13%, #3a3a3a00);
  justify-content: flex-start;
  align-items: center;
  height: 70vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.heading {
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 60px;
  line-height: 100%;
}

.heading.h2 {
  color: var(--titles);
  text-align: left;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  display: block;
}

.heading.h2.title {
  letter-spacing: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 30px;
  line-height: 120%;
}

.heading.h2.title.thanks {
  color: var(--primary-blue);
}

.heading.h2.title.blue {
  color: var(--primary-blue);
  text-align: center;
}

.heading.h2.title.especialidades {
  text-align: center;
}

.heading.h1 {
  width: 100%;
  line-height: 120%;
}

.heading.h4 {
  flex: 0 auto;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.heading.h5 {
  color: var(--titles);
  margin-bottom: 10px;
  font-size: 16px;
}

.heading.h6 {
  color: var(--titles);
  letter-spacing: normal;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
}

.heading.h6.cta {
  color: var(--secundary-blue);
}

.who-section {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.content {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  height: auto;
  text-decoration: none;
  display: flex;
}

.column.form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  width: 100%;
  padding: 0;
  display: flex;
}

.column.logo {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
}

.column.services {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
}

.column.accordion {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.column.details {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
}

.row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.row.form {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--secundary-blue);
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: flex;
}

.row.form.input {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding: 0;
}

.row.footer {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
}

.row.who {
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
}

.row.price {
  border: 0px none var(--primary-blue);
  background-color: var(--hover);
  border-radius: 6px;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}

.row.price.title {
  background-color: #0000;
  flex-flow: row;
  flex: 1;
}

.row.thanks {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.row.cta {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
}

.title {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--primary-blue);
  letter-spacing: 1px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.title.form {
  background-color: #0000;
  padding: 0;
}

.text {
  color: var(--text);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.text.title {
  text-align: center;
  letter-spacing: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  text-decoration: none;
  display: block;
}

.text.title.thanks {
  color: var(--white);
}

.text.form {
  background-color: #0000;
  border-radius: 0;
  padding: 0;
  font-size: 16px;
}

.text.footer {
  color: var(--white);
}

.text.price {
  letter-spacing: normal;
  display: block;
}

.vectors-wrapper {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  text-decoration: none;
  display: flex;
}

.services-section {
  background-color: #eef6f7;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.button {
  background-color: #06c5f2;
  border-radius: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 18px;
  text-decoration: none;
  display: flex;
}

.button.footer {
  background-color: var(--titles);
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.bento-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--white);
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.card.horizontal {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
}

.card.vertical {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 360px;
}

.card.vertical.bg {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--secundary-blue);
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: auto;
  padding: 20px;
  display: flex;
}

.card.vertical.bg.gif {
  background-color: #0000;
  align-self: auto;
  height: 36%;
}

.image-salud {
  background-image: url('../images/salud-ocupacional.jpg');
  background-size: cover;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-end;
  height: auto;
  padding: 20px;
  display: flex;
}

.image-vacunatorio {
  background-image: url('../images/close-up-of-prepares-a-patient-for-vaccination-2024-12-04-20-37-45-utc-1.png');
  background-position: 0 0;
  background-size: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-end;
  width: auto;
  height: 250px;
  padding: 20px;
  display: flex;
}

.image-imagen {
  background-image: url('../images/doctor-examining-skull-x-ray-on-tablet-at-hospital-2024-11-05-04-46-38-utc.jpg');
  background-position: 0 0;
  background-size: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-end;
  height: 250px;
  padding: 20px;
  display: flex;
}

.description {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.image-laboratorio {
  background-image: url('../images/lab-worker-doing-blood-test-2025-03-05-20-49-25-utc.png');
  background-size: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 250px;
  padding: 20px;
  display: flex;
}

.image-ambulancia {
  background-image: url('../images/WhatsApp-Image-2025-01-29-at-00.50.41.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px 0 0 10px;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-end;
  width: auto;
  height: auto;
  padding: 20px;
  display: flex;
}

.logos-section {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.title-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.form-section {
  background-color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: none;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: block;
}

.form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--secundary-blue);
  border-radius: 10px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: auto;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.form.details {
  flex-flow: row;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
}

.input {
  grid-row-gap: 0px;
  background-color: #fff;
  border: .5px #202b57;
  border-radius: 6px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.input.message {
  padding-bottom: 140px;
}

.image-form {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  background-image: url('../images/confident-doctor-posing-with-folded-arms-in-front-2024-10-24-19-02-24-utc.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  width: auto;
  height: auto;
  max-height: none;
  display: block;
  overflow: visible;
}

.footer-section {
  background-color: #3a3a3a;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-3 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 37.0118px;
  text-decoration: none;
  display: flex;
}

.text-10 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
}

.vectors-wrapper-4 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.footer-line {
  border: 0 solid #fff;
  border-top-width: .5px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 24px;
  text-decoration: none;
  display: flex;
}

.icons {
  grid-column-gap: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer.logo {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: auto;
  display: flex;
}

.footer.menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 700px;
  display: flex;
}

.items {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.dropdown-toggle {
  width: 100%;
  padding: 0;
}

.logo {
  width: 120px;
}

.marquee {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: flex-start;
  width: auto;
  min-width: 0%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  overflow: hidden;
}

.marquee-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: none;
  justify-content: space-around;
  align-items: center;
  min-width: 100%;
  display: flex;
}

.marquee-content.scroll {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: space-between;
  align-items: center;
  min-width: 0%;
}

.image {
  object-fit: cover;
  border-radius: 8px;
  flex: 1;
  width: 100%;
  max-width: none;
  height: 200px;
  max-height: none;
  overflow: clip;
}

.fields {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.page-contact-form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--secundary-blue);
  border-radius: 0;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  width: 600px;
  height: 100vh;
  padding: 40px;
  display: block;
}

.image-salud-ocupacional {
  object-fit: fill;
  align-self: stretch;
  width: 100%;
  height: auto;
}

.descrip-salud {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.faq-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.faq-wrapper {
  width: 100%;
}

.faq-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--secundary-blue);
  border-radius: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.faq-question {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 14px;
  display: flex;
}

.arrow-accordian {
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  overflow: visible;
}

.faq-answer {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 14px;
  display: flex;
}

.image-medicine {
  background-image: url('../images/doctor-in-a-surgical-suit-studying-the-virtual-str-2024-01-22-17-42-43-utc.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 10px;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-end;
  height: auto;
  padding: 20px;
  display: flex;
}

.button-secundary {
  border: 1px solid var(--primary-blue);
  color: var(--primary-blue);
  background-color: #0000;
  border-radius: 10px;
  padding: 12px 25px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-weight: 700;
}

.button-secundary:hover {
  background-color: var(--primary-blue);
  color: var(--white);
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  border-style: none;
}

.image-2 {
  max-width: 80%;
}

.background-video-2 {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  width: auto;
  max-width: none;
  height: auto;
  display: block;
}

.video {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100vh;
  display: flex;
}

.image-cobertura {
  background-image: url('../images/heavy-duty-road-construction-machinery-caucasian-o-2023-11-27-05-18-10-utc.png');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 10px;
  flex: 1;
  align-self: stretch;
}

.especialidades {
  width: 100%;
}

.button-tertiary {
  color: var(--primary-blue);
  background-color: #fff;
  border-radius: 10px;
  padding: 12px 25px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-weight: 700;
}

.button-tertiary:hover {
  background-color: var(--titles);
  color: var(--white);
}

.background-video-3 {
  background-image: linear-gradient(#3a3a3ae6, #3a3a3ae6);
  height: 80vh;
}

.play-pause-button {
  display: none;
}

.image-3, .image-4, .image-5 {
  border-radius: 10px;
  width: 100%;
}

.lottie-animation {
  width: 60px;
  height: auto;
}

.lottie-animation-2 {
  height: 40px;
}

.lottie-animation-3 {
  width: 80px;
  height: auto;
}

.background-video-4 {
  background-color: #06c5f2f2;
  border-radius: 10px;
  height: 100%;
}

.lottie-animation-4 {
  flex: 0 auto;
  width: 60px;
  height: auto;
}

.lottie-animation-5 {
  width: 60px;
}

.image-6 {
  width: 50px;
}

.image-especialidades {
  background-image: url('../images/portrait-of-an-experienced-doctor-with-glasses-a-2023-11-27-05-31-26-utc.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 10px;
  flex: 1;
  align-self: stretch;
}

@media screen and (min-width: 1920px) {
  .title {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .title.form {
    background-color: #0000;
  }

  .marquee {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .container-regular {
    width: 90%;
  }

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

  .nav-menu {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-color: #fff;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100vh;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
    display: flex;
  }

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

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .button-primary {
    flex: 0 auto;
  }

  .menu-button {
    border: 1px solid var(--titles);
    border-radius: 10px;
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: var(--primary-blue);
    color: #fff;
    border-radius: 10px;
  }

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

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .heading.h2, .heading.h2.title {
    text-align: center;
  }

  .heading.h1 {
    width: 100%;
  }

  .who-section {
    flex-flow: row;
    height: auto;
    max-height: none;
    display: block;
  }

  .column {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex: 0 auto;
    max-height: 100%;
  }

  .row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .row.form {
    justify-content: space-between;
    align-items: center;
  }

  .row.form.input {
    flex-flow: column;
  }

  .row.footer, .row.price {
    flex-flow: row;
  }

  .title.form {
    background-color: #0000;
  }

  .bento-grid {
    width: 100%;
    display: flex;
  }

  .card.horizontal {
    flex-flow: column;
  }

  .card.vertical {
    flex-flow: column;
    width: 100%;
  }

  .image-salud {
    border-radius: 10px;
    width: 100%;
    max-height: 250px;
    padding-top: 200px;
  }

  .image-vacunatorio {
    background-position: 100% 0;
    border-radius: 10px;
    height: auto;
    max-height: 250px;
    padding-top: 200px;
  }

  .image-imagen {
    background-position: 50%;
    border-radius: 10px;
    height: auto;
    max-height: 250px;
    padding-top: 200px;
  }

  .image-laboratorio {
    background-position: 50%;
    border-radius: 10px;
    flex: 1;
    align-self: stretch;
    height: auto;
    max-height: 250px;
    padding-top: 200px;
  }

  .image-ambulancia {
    background-position: 50%;
    border-radius: 10px;
    width: 100%;
    max-height: 250px;
    padding-top: 200px;
  }

  .footer.menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
  }

  .items {
    flex: 1;
  }

  .items.menu {
    flex: 1;
    width: auto;
  }

  .marquee {
    margin-left: 0;
    margin-right: 0;
  }

  .image {
    height: 250px;
  }

  .page-contact-form {
    width: auto;
  }

  .icon {
    color: var(--titles);
  }

  .descrip-salud {
    flex: 0 auto;
    align-self: stretch;
  }

  .image-medicine {
    width: auto;
    max-height: 250px;
    padding-top: 200px;
  }

  .image-cobertura {
    flex: 0 auto;
    height: 250px;
  }

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

  .image-especialidades {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 470px;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
  }

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

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

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

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

  .heading.h1 {
    width: 100%;
  }

  .title.form {
    background-color: #0000;
  }

  .image-form {
    display: none;
  }

  .marquee {
    margin-left: 0;
    margin-right: 0;
  }

  .page-contact-form {
    width: auto;
  }

  .image-cobertura {
    flex: 0 auto;
    align-self: stretch;
    height: 250px;
  }

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

  .image-especialidades {
    padding-bottom: 335px;
  }
}

@media screen and (max-width: 479px) {
  .navbar-no-shadow-container {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100vh;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .button-primary {
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .menu-button {
    color: #fff;
    border-style: solid;
  }

  .menu-button.w--open {
    border-style: none;
    border-color: var(--primary-blue);
    background-color: var(--primary-blue);
    color: #fff;
    flex: 0 auto;
    display: block;
  }

  .container {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    display: flex;
  }

  .hero-wrapper {
    margin-bottom: 0;
    padding-top: 60px;
  }

  .hero-split {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .background-video {
    height: 100%;
  }

  .heading.h2 {
    text-align: center;
    flex: 1;
    width: 100%;
    font-size: 30px;
  }

  .heading.h1 {
    width: 100%;
    font-size: 40px;
  }

  .heading.h5 {
    line-height: 120%;
  }

  .heading.h6 {
    text-align: left;
    flex: 1;
  }

  .who-section {
    width: auto;
    padding-top: 0;
  }

  .content {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .column {
    flex-flow: column;
    max-height: 100%;
  }

  .column.logo {
    flex-flow: column;
    flex: 0 auto;
    align-self: auto;
    width: 100%;
    max-width: none;
    max-height: none;
    display: flex;
    overflow: visible;
  }

  .row {
    display: flex;
  }

  .row.form {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0;
  }

  .row.form.input {
    flex-flow: column;
  }

  .row.price {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .row.price.title {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .title {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .text.price {
    display: block;
  }

  .services-section {
    width: auto;
  }

  .description {
    padding: 20px 0 0;
  }

  .description.card {
    padding: 20px;
  }

  .logos-section {
    width: auto;
    display: block;
    overflow: visible;
  }

  .title-wrap {
    width: auto;
    max-width: 100%;
  }

  .form-section {
    display: block;
  }

  .form {
    padding: 20px;
  }

  .form.details {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .image-form {
    flex-flow: row;
    flex: 1;
    display: none;
    overflow: visible;
  }

  .footer-line {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .footer.menu {
    flex-flow: column;
  }

  .marquee {
    flex: 0 auto;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    width: auto;
    min-width: 0;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .marquee-content.scroll {
    max-width: none;
  }

  .page-contact-form {
    border-radius: 0;
    width: 100%;
    padding: 20px;
  }

  .icon {
    color: var(--titles);
  }

  .bateria-section {
    padding-top: 40px;
  }

  .button-secundary {
    text-align: center;
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .image-2 {
    max-width: none;
  }

  .image-cobertura {
    background-image: url('../images/heavy-duty-road-construction-machinery-caucasian-o-2023-11-27-05-18-10-utc.png');
    background-size: cover;
    flex: 0 auto;
    align-self: stretch;
    height: 250px;
  }

  .button-tertiary {
    flex: 0 auto;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    display: flex;
  }

  .image-especialidades {
    padding-bottom: 200px;
    display: block;
  }
}


