:root {
  --gris-logo: #3c3c3b;
  --white: white;
  --morado-ref: #5748c5;
  --morado-logo: #6860a8;
  --dim-grey: #6b6b6b;
  --lavender: #dfd8fa;
}

.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;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: underline;
}

li {
  margin-top: 16px;
  margin-bottom: 16px;
}

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

.image {
  width: 180px;
}

.container {
  color: var(--gris-logo);
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.navbar {
  background-color: #fff;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.text-block {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 27px;
}

.text-block.detecta {
  text-shadow: none;
  font-weight: 600;
}

.text-block.detecta.fichas {
  text-transform: uppercase;
}

.container-2 {
  text-align: center;
  margin-top: 155px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.text-block-3 {
  color: #fff;
  text-shadow: none;
  margin-top: 6px;
  margin-bottom: 49px;
  font-size: 45px;
  font-weight: 700;
  line-height: 43px;
}

.superindice {
  font-size: 18px;
  position: relative;
  top: -17px;
}

.paragraph {
  color: var(--gris-logo);
  margin-bottom: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.section-2 {
  height: auto;
  background-color: var(--white);
  opacity: 1;
  flex-direction: column;
  justify-content: flex-start;
  font-size: 12px;
}

.heading {
  color: var(--morado-ref);
  text-align: center;
  margin-bottom: 17px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.heading.como {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
}

.heading.como.antigeno, .heading.tecnicas {
  margin-bottom: 47px;
}

.container-3 {
  text-align: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  font-family: Montserrat, sans-serif;
}

.text-span {
  color: var(--gris-logo);
}

.grid {
  grid-template-rows: auto;
  margin-bottom: 46px;
}

.grid.product {
  grid-template-columns: 1fr .75fr;
  margin-bottom: 0;
}

.list-item {
  padding-top: 0;
  padding-bottom: 0;
}

.list {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.text-block-6 {
  background-image: linear-gradient(to right, #a14cdf 41%, var(--morado-ref));
  color: var(--white);
  border-radius: 10px;
  margin-top: 0;
  margin-bottom: 23px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 10px;
  font-size: 20px;
  font-weight: 500;
}

.div-block {
  box-shadow: none;
  background-color: #f0ecff;
  border-radius: 20px;
  padding: 25px;
}

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

.div-block-2 {
  box-shadow: none;
  background-color: #f0ecff;
  border-radius: 20px;
  padding: 25px;
}

.div-block-2.pack {
  background-image: url('../images/fotokitcovid.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-2.ficha2 {
  text-align: center;
}

.image-2 {
  border-bottom: 2px none var(--morado-ref);
  border-radius: 0;
  margin-top: -78px;
  margin-bottom: 27px;
}

.image-3 {
  margin-top: -78px;
  margin-bottom: 27px;
}

.section-3 {
  height: auto;
  background-color: rgba(87, 72, 197, .09);
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.paragraph-3 {
  margin-bottom: 63px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.text-span-2 {
  font-size: 11px;
  position: relative;
  top: -6px;
}

.container-4 {
  margin-top: 74px;
}

.image-4 {
  margin-top: 43px;
  margin-bottom: 43px;
}

.contact-form {
  background-color: #473fa0;
  background-image: url('../images/Fondo-form.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
}

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

.container-5 {
  color: var(--white);
  margin-bottom: 0;
}

.submit-button {
  border: 1px solid var(--white);
  background-color: #c548ac;
  border-radius: 9px;
  margin-top: 20px;
}

.success-message {
  border: 2px solid var(--white);
  background-color: #02b7d3;
}

.text-block-7 {
  color: var(--gris-logo);
}

.container-6 {
  margin-top: 78px;
  margin-bottom: 78px;
  font-family: Montserrat, sans-serif;
}

.text-block-9 {
  color: var(--morado-ref);
  font-size: 16px;
  font-weight: 500;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.text-block-10 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 37px;
}

.section-4 {
  height: auto;
  background-color: #f0effa;
}

.container-7 {
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  font-family: Montserrat, sans-serif;
}

.paragraph-4 {
  color: var(--gris-logo);
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.text-block-11 {
  color: var(--morado-ref);
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}

.div-block-3 {
  border-radius: 16px;
  box-shadow: 1px 1px 9px 1px rgba(87, 72, 197, .22);
}

.div-block-3.pasos {
  height: auto;
  box-shadow: none;
  text-align: center;
  border-radius: 0;
}

.image-5, .image-6 {
  margin-bottom: 30px;
}

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

.image-7, .image-8, .image-9 {
  margin-bottom: 30px;
}

.form {
  margin-bottom: 69px;
  padding-bottom: 0;
}

.section-5 {
  height: 250px;
  border-top: 3px solid var(--white);
  background-color: #363636;
}

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

.image-10 {
  margin-top: 47px;
}

.text-block-12 {
  color: var(--white);
  letter-spacing: 1px;
  margin-top: 26px;
  margin-bottom: 14px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.heading-2 {
  font-size: 40px;
  font-weight: 200;
}

.field-label, .field-label-2, .field-label-3, .field-label-4, .field-label-5 {
  font-weight: 400;
}

.nav-menu {
  align-items: center;
  font-size: 15px;
  display: flex;
}

.link {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.link:hover {
  color: #afa5fc;
}

.nav-link {
  background-color: var(--morado-ref);
  color: var(--white);
  border-radius: 12px;
  padding: 7px;
}

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

.button-2 {
  border: 1px solid var(--white);
  background-color: #c148c5;
  border-radius: 9px;
}

.nav-link-2 {
  margin-right: 0;
}

.background-video {
  height: 800px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  justify-items: center;
  margin-bottom: 49px;
}

.section-6 {
  display: flex;
}

.grid-4 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  font-family: Montserrat, sans-serif;
  line-height: 27px;
}

.text-block-13 {
  color: var(--morado-ref);
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.div-block-6 {
  background-color: var(--white);
  border: 2px solid rgba(87, 72, 197, .27);
  border-radius: 9px;
  padding: 15px;
  font-size: 20px;
}

.container-10 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 70px;
  padding-bottom: 70px;
}

.section-7 {
  background-color: rgba(223, 216, 250, .51);
}

.section-7.serologica {
  background-color: var(--white);
}

.paragraph-5, .paragraph-6 {
  font-size: 18px;
}

.paragraph-7 {
  font-size: 18px;
  line-height: 25px;
}

.paragraph-8, .paragraph-9 {
  font-size: 18px;
}

.text-block-14 {
  text-align: center;
  margin-top: 14px;
  margin-bottom: 52px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.text-block-15 {
  color: var(--morado-ref);
  font-size: 18px;
}

.div-block-copy {
  box-shadow: none;
  background-color: #e7e1ff;
  border-radius: 20px;
  padding: 25px;
}

.text-block-17 {
  text-align: center;
  margin-bottom: 39px;
  font-size: 24px;
  font-weight: 600;
}

.section-9 {
  height: 800px;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Hero-photo.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  align-items: center;
  display: flex;
}

.div-block-10 {
  height: 400px;
  background-image: url('../images/PCR-fondo.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.div-block-10.sero {
  background-image: url('../images/Serologica.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-10.antigeno {
  background-image: url('../images/Antigeno.jpg');
}

.grid-6 {
  grid-template-rows: auto;
  margin-top: 83px;
}

.cuadro-precios {
  background-color: rgba(87, 72, 197, .07);
  border: 2px solid rgba(91, 75, 204, .49);
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px;
  display: flex;
}

.cuadro-precios.cuadros {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.image-12, .image-13 {
  margin-top: -60px;
}

.text-block-18 {
  color: var(--morado-ref);
  text-align: center;
  margin-top: 34px;
  margin-bottom: 15px;
  font-size: 40px;
  font-weight: 700;
}

.text-block-19 {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: line-through;
}

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

.text-block-21 {
  color: var(--morado-ref);
  text-align: center;
  margin-top: 35px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.text-block-22 {
  color: var(--morado-ref);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 700;
}

.section-11 {
  border-top: 5px solid var(--white);
  background-color: var(--gris-logo);
}

.text-block-23 {
  text-align: center;
  margin-top: 9px;
  margin-bottom: 31px;
}

.button {
  width: 180px;
  background-color: #25d366;
  background-image: url('../images/whatsapp-logo.svg'), linear-gradient(#03a837, #03a837), linear-gradient(#25d366 7%, #075e54);
  background-position: 5%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: auto 25px, auto, auto;
  border-radius: 7px;
  margin-top: 14px;
  margin-bottom: 14px;
  padding-left: 45px;
  font-size: 18px;
  font-weight: 500;
}

.button.piepag {
  background-color: #796dce;
  background-image: url('../images/whatsapp-logo.svg');
  background-position: 5%;
  background-repeat: no-repeat;
  background-size: auto 25px;
  margin-right: 0;
}

.button.tel {
  background-color: #5748c5;
  background-image: none;
  margin-left: 0;
  padding-left: 15px;
}

.button.tel.pie {
  background-color: #796dce;
  margin-bottom: 29px;
  margin-left: 0;
  padding-left: 14px;
}

.text-block-24 {
  margin-bottom: 11px;
  font-size: 16px;
}

.text-block-24.mail {
  color: #fff;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.text-block-24.mail:hover {
  color: #8675ff;
}

.link-block {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
}

.link-block:hover {
  color: #8675ff;
}

.div-block-11 {
  text-align: center;
  margin-top: 6px;
  margin-bottom: 25px;
}

.grid-7 {
  grid-template-rows: auto;
  margin-top: 0;
}

.container-11 {
  color: #fff;
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.text-block-25 {
  font-size: 20px;
}

.text-block-26 {
  text-transform: uppercase;
  margin-top: 13px;
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.text-block-26.descarga {
  font-size: 18px;
  text-decoration: none;
}

.text-field, .text-field-2, .text-field-3, .textarea {
  border: 2px solid var(--white);
}

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

@media screen and (min-width: 1280px) {
  .text-block.detecta {
    font-weight: 500;
    display: block;
  }

  .text-block-3 {
    line-height: 55px;
  }

  .paragraph {
    width: auto;
    margin-bottom: 50px;
  }

  .section-2 {
    padding-top: 63px;
    padding-bottom: 63px;
  }

  .heading {
    margin-bottom: 17px;
  }

  .container-3 {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
    display: block;
  }

  .grid.product {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr .75fr;
  }

  .grid.product._2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .list {
    line-height: 25px;
  }

  .div-block {
    background-color: #e7e1ff;
    border-radius: 20px;
  }

  .div-block-2 {
    background-color: #e7e1ff;
  }

  .div-block-2.pack {
    border-radius: 20px;
  }

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

  .grid-4 {
    width: auto;
  }

  .paragraph-7 {
    margin-bottom: 30px;
    line-height: 25px;
  }

  .div-block-copy {
    background-color: #e7e1ff;
    border-radius: 20px;
  }

  .text-block-17 {
    text-align: center;
    margin-bottom: 39px;
    font-size: 24px;
    font-weight: 600;
    text-decoration: none;
  }

  .section-9 {
    height: 900px;
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Hero-photo.jpg');
    background-position: 0 0, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    align-items: center;
    display: flex;
  }

  .div-block-10 {
    height: 400px;
    background-image: url('../images/PCR-fondo.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  .div-block-10.sero {
    background-image: url('../images/Serologica.jpg');
  }

  .div-block-10.antigeno {
    background-image: url('../images/Antigeno.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .grid-6 {
    grid-template-rows: auto;
    margin-top: 83px;
  }

  .cuadro-precios {
    background-color: rgba(87, 72, 197, .07);
    border: 2px solid rgba(91, 76, 204, .49);
    border-radius: 20px;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px;
    display: flex;
  }

  .cuadro-precios.cuadros {
    background-color: rgba(87, 72, 197, .07);
  }

  .image-12, .image-13 {
    margin-top: -66px;
  }

  .text-block-18 {
    color: var(--morado-ref);
    text-align: center;
    margin-top: 34px;
    margin-bottom: 15px;
    font-size: 40px;
    font-weight: 700;
  }

  .text-block-19 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 22px;
    font-weight: 700;
    text-decoration: line-through;
  }

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

  .text-block-21 {
    color: var(--morado-ref);
    text-align: center;
    margin-top: 35px;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
  }

  .text-block-22 {
    color: var(--morado-ref);
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 700;
  }

  .section-10 {
    height: 500px;
  }
}

@media screen and (max-width: 991px) {
  .text-block.detecta {
    font-size: 20px;
  }

  .text-block-3 {
    font-size: 40px;
  }

  .heading {
    margin-bottom: 17px;
  }

  .container-3 {
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .list {
    padding-left: 20px;
  }

  .text-block-6 {
    line-height: 27px;
  }

  .nav-link {
    border-radius: 6px;
    margin-bottom: 15px;
  }

  .background-video {
    height: 600px;
  }

  .text-block-17 {
    margin-bottom: 39px;
  }
}

@media screen and (max-width: 767px) {
  .section-2, .container-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid, .grid.product {
    flex-direction: column;
    display: flex;
  }

  .div-block {
    margin-bottom: 58px;
  }

  .div-block-2.pack {
    height: 500px;
    background-position: 50% 100%;
  }

  .section-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-4, .image-4 {
    text-align: left;
  }

  .contact-form {
    padding: 40px 20px;
  }

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

  .grid-2 {
    flex-direction: column;
    display: flex;
  }

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

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

  .paragraph-7 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-block-copy {
    margin-bottom: 58px;
  }

  .grid-6 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .container-2 {
    margin-bottom: 41px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-3 {
    font-size: 35px;
  }

  .paragraph {
    font-size: 19px;
  }

  .heading.como {
    font-size: 29px;
  }

  .container-3 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .grid.product {
    grid-template-columns: 1fr;
  }

  .div-block {
    margin-bottom: 0;
  }

  .container-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-6 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-2 {
    flex-direction: column;
    display: flex;
  }

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

  .nav-link {
    border-radius: 0;
  }

  .button-2 {
    font-size: 12px;
  }

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

  .div-block-copy {
    margin-bottom: 0;
  }

  .text-block-17 {
    line-height: 30px;
  }

  .link-block {
    font-size: 17px;
  }

  .grid-7 {
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
  }

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

#w-node-_29a46b46-5153-a363-17ba-d1c27f6452c3-ee5a6dd7 {
  justify-self: center;
}
