:root {
  --melón-2: #ffac92;
  --white: white;
  --melón: #f8b797;
  --verde-agua: #02b0b9;
  --black: black;
}

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

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

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

.container-top {
  background-color: #222;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 15px;
}

.pill {
  color: #f9f9f9;
  background-color: #1976d2;
  border-radius: 20px;
  margin-right: 10px;
  padding: 5px 20px;
}

.pill.primary {
  background-color: #eb5757;
  font-size: 16px;
}

.pill.primary.alert-bar {
  background-color: var(--melón-2);
  color: #1e1e1e;
  margin-right: 0;
  font-size: 20px;
  font-weight: 700;
}

.pill.primary.alert-bar:hover {
  background-color: var(--white);
  color: var(--melón-2);
}

.cart-nav-wrapper {
  align-items: center;
  display: flex;
}

.banner-content-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-5 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.navbar-4 {
  background-color: var(--melón-2);
  -webkit-text-stroke-color: #3330;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-block-2 {
  color: #fff;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
}

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

.nav-link-3 {
  color: #f9f9f9;
  border-radius: 5px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 4px 10px;
  transition: all .3s;
}

.nav-link-3:hover {
  background-color: #222;
  background-image: none;
}

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

.nav-menu-3 {
  display: block;
}

.menu-wrapper {
  z-index: 900;
  position: sticky;
  top: 6%;
}

.hero-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 550px;
  display: flex;
}

.hero-heading {
  color: #f9f9f9;
  width: 50%;
  font-size: 62px;
  line-height: 1.1;
}

.hero-section {
  background-image: linear-gradient(360deg, #222, #2220), url('../images/pexels-karolina-grabowska-5908493.jpg');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  min-height: 100vh;
}

.hero-paragraph {
  color: #f9f9f9;
  width: 35%;
  margin-bottom: 25px;
  font-size: 18px;
}

.btn {
  background-color: #eb5757;
  border: 1px solid #eb5757;
  border-radius: 5px;
  padding: 5px 25px;
  font-weight: 700;
  transition: border-color .3s, background-color .3s;
}

.btn:hover {
  background-color: #222;
  border-color: #222;
}

.btn.light {
  color: #222;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}

.btn.light:hover {
  color: #f9f9f9;
  background-color: #eb5757;
  border-color: #eb5757;
}

.btn.light.outline {
  color: #f9f9f9;
  text-align: center;
  background-color: #f9f9f900;
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
}

.btn.light.outline:hover {
  background-color: var(--melón);
  color: #222;
  border-style: none;
  border-color: #f9f9f9;
  font-size: 16px;
}

.btn.light.hero {
  margin-right: 10px;
}

.btn.light.hero.safe {
  text-align: center;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
}

.btn.light.hero.safe:hover {
  background-color: var(--melón-2);
}

.cf-testimonial-container {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 850.844px;
  margin-top: 20px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.cf-testimonial-slider-content-wrapper {
  background-color: #fff;
  border-radius: 18px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  max-width: 650px;
  height: 100%;
  min-height: 350px;
  margin-left: auto;
  margin-right: auto;
  padding: 45px 6% 60px;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 0 15px 30px #b1b6c940;
}

.cf-text-block {
  color: #6f6a80;
  font-family: Montserrat, sans-serif;
}

.cf-text-block._24-px {
  color: #0f072c;
  font-size: 18px;
  line-height: 150%;
}

.cf-testimonial-top-heading {
  margin-top: 0;
}

.cf-testimonial-text-wrapper {
  margin-top: 25px;
}

.testimonial-person-images-container {
  transform-style: preserve-3d;
  justify-content: center;
  align-items: flex-start;
  max-width: 650px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial-person-images-container:hover {
  transform: scale3d(1none, 1none, 1none);
}

.cf-testimonial-slider-right-arrow {
  background-color: var(--melón-2);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
  top: -40%;
  right: 10%;
}

.cf-testimonial-slider-mask {
  height: 600px;
  padding-top: 0;
}

.hide {
  display: none;
}

.cf-testimonial-person-image {
  transform-origin: 50%;
  background-image: url('../images/Recurso-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  overflow: hidden;
}

.cf-testimonial-person-image.slide-author3 {
  background-image: url('../images/Recurso-6.png');
}

.cf-testimonial-person-image.slide-author3.current {
  background-image: url('../images/Recurso-6.png');
  width: 80px;
  height: 80px;
}

.cf-testimonial-person-image.slide-author5 {
  background-image: url('../images/Recurso-5.png');
}

.cf-testimonial-person-image.slide-author5.current {
  width: 80px;
  height: 80px;
}

.cf-testimonial-person-image.slide-author1 {
  background-image: url('../images/Recurso-2.png');
  width: 38px;
  height: 38px;
}

.cf-testimonial-person-image.slide-author1.current {
  background-image: url('../images/Recurso-2.png');
  width: 80px;
  height: 80px;
}

.cf-testimonial-person-image.cf-slide-author {
  background-image: url('../images/Recurso-4.png');
}

.cf-testimonial-person-image.cf-slide-author.current {
  background-image: url('../images/IMG_3876.jpeg');
  width: 80px;
  height: 80px;
}

.cf-testimonial-person-image.slide-author2 {
  background-image: url('../images/Recurso-3.png');
}

.cf-testimonial-person-image.slide-author2.current {
  background-image: url('../images/Recurso-3.png');
  width: 80px;
  height: 80px;
}

.cf-testimonial-slider-left-arrow {
  background-color: var(--melón-2);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
  top: -40%;
  left: 10%;
}

.cf-testimonial-slide {
  text-align: center;
  border-radius: 18px;
  height: auto;
  padding: 0;
}

.cf-testimonial-person {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-left: 9px;
  margin-right: 9px;
  display: flex;
}

.cf-testimonial-person.slide-current-author {
  justify-content: center;
  max-width: 100px;
}

.cf-testimonial-person.slide-current-author:hover {
  transform: scale(1.1);
}

.support-top-details-text {
  text-transform: none;
}

.cf-nav-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 85%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.cf-nav-wrapper.testimonial-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  width: 80%;
  height: auto;
  padding-bottom: 0;
  position: relative;
}

.cf-section-placeholder {
  margin-top: -100px;
  position: absolute;
  inset: 0% 0% auto;
}

.cf-section-placeholder.testimonial {
  margin-top: -50px;
}

.cf-testimonial-section-4 {
  background-color: #f2f2f2;
  padding-bottom: 0;
}

.cf-testimonial-slider-arrow-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 11px;
  display: flex;
}

.cf-colourful-text {
  background-image: linear-gradient(135deg, var(--melón-2), var(--melón-2) 11%, #f97d40 75%, #f97d40);
  white-space: normal;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-right: 3px;
  padding-bottom: 0;
  display: inline-block;
}

.cf-testimonial-slider {
  background-color: #0000;
  width: 100%;
  height: auto;
  position: relative;
}

.cf-quotation-image {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
}

.cf-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.cf-image.contain {
  object-fit: contain;
}

.cf-testimonial-person-designation-text {
  color: #6f6a80;
  margin-top: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 18px;
  display: none;
}

.cf-testimonial-person-name-text {
  color: #0f072c;
  margin-top: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 28px;
  display: none;
}

.cf-testimonial-person-name-text.slide-current-author {
  width: 250%;
  margin-top: 10px;
  font-weight: 600;
  display: block;
}

.cf-testimonial-heading-wrapper {
  max-width: 700px;
}

.support-square {
  background-color: #222;
  background-image: linear-gradient(#0000 40%, #00000080), linear-gradient(#ffac92cc, #ffac92cc), url('../images/vitaly-gariev-J8JT0DnTP3k-unsplash.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  border-radius: 5px;
  justify-content: center;
  align-items: flex-end;
  min-height: 350px;
  margin-bottom: 45px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.support-square:hover {
  transform: scale(1.1);
}

.support-square-copy {
  background-color: #20c788;
  background-image: linear-gradient(#0000 40%, #00000080), linear-gradient(#4b4237cc, #4b4237cc), url('../images/pexels-julia-m-cameron-4145347.jpg');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, cover;
  border-radius: 5px;
  justify-content: center;
  align-items: flex-end;
  min-height: 350px;
  margin-bottom: 45px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.support-square-copy:hover {
  transform: scale(1.1);
}

.support-wrapper {
  justify-content: space-between;
  display: flex;
}

.support-section {
  padding-top: 65px;
  padding-bottom: 65px;
}

.support-square-copy2 {
  background-color: #02b0b9;
  background-image: linear-gradient(#0000 40%, #00000080), linear-gradient(#ffac92cc, #ffac92cc), url('../images/pexels-kampus-7919624.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  border-radius: 5px;
  justify-content: center;
  align-items: flex-end;
  min-height: 350px;
  margin-bottom: 45px;
  font-size: 12px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.support-square-copy2:hover {
  transform: scale(1.1);
}

.support-top-heading {
  text-align: left;
  width: auto;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 40px;
  line-height: 1.2;
}

.paragraph-7, .paragraph {
  margin-bottom: 40px;
}

.paragraph-5 {
  padding-top: 4px;
  font-size: 15px;
}

.pill-3 {
  color: #f9f9f9;
  text-align: center;
  background-color: #373d43;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 500;
  display: flex;
}

.pill-3:hover {
  background-color: var(--melón-2);
  transform: scale(1.1);
}

.color {
  color: var(--melón-2);
}

.support-column {
  width: 30%;
  min-height: 200px;
}

.support-square-text {
  color: #f9f9f9;
  text-align: left;
  text-transform: uppercase;
  border: 1px #000;
  width: 100%;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: underline;
}

.support-top-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.support-top-right {
  width: 45%;
}

.support-top-left {
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.safe-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  min-height: 550px;
  display: flex;
}

.safe-heading {
  color: #f9f9f9;
  text-align: right;
  width: 45%;
  font-size: 45px;
  line-height: 1.2;
}

.safe-section {
  background-image: linear-gradient(#2222222b, #222), url('../images/nathan-dumlao-pLoMDKtl-JY-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  min-height: 550px;
}

.safe-paragraph {
  color: #f9f9f9;
  text-align: right;
  width: 35%;
  margin-bottom: 25px;
  font-size: 18px;
}

.footer {
  background-color: #222;
  padding-top: 65px;
  padding-bottom: 40px;
}

.text-span {
  color: var(--melón-2);
  text-decoration: underline;
}

.footer-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-12 {
  padding: 20px;
}

.footer-bottom-wrapper {
  color: #f9f9f9;
  text-align: center;
  margin-top: 0;
}

.small {
  margin-bottom: 10px;
  font-size: 10px;
}

.small.footer-small {
  margin-bottom: 0;
  padding: 20px;
  font-size: 14px;
}

.body {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.sintomas-comparison {
  border: 1px #000;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 30px;
  position: relative;
}

.container {
  border-radius: 30px;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.sintomas-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  box-shadow: none;
  border-radius: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.sintomas-wrapper:hover {
  box-shadow: 0 4px 100px #0003;
}

.s-ntoma-card {
  box-shadow: none;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  position: relative;
}

.s-ntoma-card:hover {
  box-shadow: none;
}

.s-ntoma-card.featured-pricing {
  z-index: 2;
  box-shadow: none;
}

.s-ntoma-card.featured-pricing:hover {
  box-shadow: none;
}

.pricing-feature-list {
  align-self: stretch;
}

.s-ntomas {
  text-align: center;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 0;
  font-size: 14px;
  line-height: 24px;
}

.link-block {
  width: 100%;
  min-height: 350px;
}

.support-top-heading-copy {
  text-align: center;
  width: 80%;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 10px;
  font-size: 40px;
  line-height: 1.2;
}

.support-top-wrapper-copy {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.logos-title-small {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  display: none;
  position: relative;
}

.container-7 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.clients-wrapper-three {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.clients-image-three {
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.cf-testimonial-top-heading-copy {
  text-align: center;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 25px;
}

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

.link:hover {
  color: #8d8d8d;
  text-decoration: underline;
}

.link-2 {
  color: #333;
  text-decoration: none;
}

.link-2:hover {
  color: #8d8d8d;
  text-decoration: underline;
}

.link-3 {
  color: #333;
  text-decoration: none;
}

.link-3:hover {
  color: #8d8d8d;
  text-decoration: underline;
}

.link-4 {
  color: #333;
  text-decoration: none;
}

.link-4:hover {
  color: #8d8d8d;
  text-decoration: underline;
}

.link-5 {
  color: #333;
  text-decoration: none;
}

.link-5:hover {
  color: #8d8d8d;
  text-decoration: underline;
}

.pill-3-copy {
  color: #f9f9f9;
  text-align: center;
  background-color: #373d43;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 500;
  display: flex;
}

.pill-3-copy:hover {
  background-color: var(--melón-2);
  transform: scale(1.1);
}

.brix---top-bar-right-col-2 {
  margin-right: 5px;
}

.brix---top-bar-wrapper-3 {
  z-index: 999;
  float: none;
  clear: none;
  color: #fff;
  text-align: center;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 6vh;
  padding: 0 72px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 28px;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
  overflow: hidden;
}

.brix---container-default-46 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---top-bar-flex-h-sb {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-123 {
  margin-top: -.2vh;
}

.brix---text-left---t-center {
  text-align: left;
}

.text-block-131 {
  color: #9d9d9d;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 14px;
}

.brix---top-bar-small-padding-2 {
  width: 100%;
  padding: 0;
}

.text-block-131-movil {
  font-family: Lato, sans-serif;
  font-size: 14px;
  display: none;
}

@media screen and (min-width: 1280px) {
  .pill.primary.alert-bar {
    font-size: 20px;
    font-weight: 700;
  }

  .navbar-4 {
    background-color: var(--melón-2);
    border: 1px #000;
  }

  .text-block-2 {
    padding-right: 10px;
  }

  .nav-link-3, .nav-link-3.w--current {
    font-size: 18px;
  }

  .hero-heading {
    width: 40%;
  }

  .btn.light.outline, .btn.light.outline:hover {
    font-size: 20px;
  }

  .cf-testimonial-container {
    position: relative;
  }

  .support-square {
    background-color: #02b0b9;
  }

  .bold {
    font-weight: 800;
  }

  .support-square-copy, .support-square-copy2 {
    background-color: #02b0b9;
  }

  .pill-3 {
    background-color: #373d43;
  }

  .text-span {
    color: var(--melón-2);
  }

  .pill-3-copy {
    background-color: #373d43;
  }

  .brix---top-bar-wrapper-3 {
    z-index: 9998;
    justify-content: center;
    align-items: center;
    height: 7vh;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    box-shadow: 0 .5px 8px #0003;
  }

  .image-123 {
    margin-top: -.2vh;
  }
}

@media screen and (min-width: 1440px) {
  .pill.primary.alert-bar {
    background-color: var(--melón-2);
    color: var(--white);
  }

  .navbar-4 {
    background-color: var(--melón-2);
  }

  .hero-heading {
    line-height: 1;
  }

  .hero-section {
    min-height: 85vh;
  }

  .btn.light.hero.safe {
    margin-right: 0;
    font-size: 18px;
  }

  .btn.light.hero.safe:hover, .cf-testimonial-slider-right-arrow, .cf-testimonial-slider-left-arrow {
    background-color: var(--melón-2);
  }

  .cf-colourful-text {
    background-image: linear-gradient(135deg, var(--melón-2), #fea687 10%, #f97d40 75%, #f97d40);
  }

  .support-square {
    background-image: linear-gradient(#ffac92cc, #ffac92cc), url('../images/vitaly-gariev-J8JT0DnTP3k-unsplash.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    justify-content: center;
    align-items: flex-end;
  }

  .support-square:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 50px #0003;
  }

  .support-square-copy {
    background-color: #20c788;
    background-image: linear-gradient(#0000 40%, #00000080), linear-gradient(#4b4237cc, #4b4237cc), url('../images/pexels-julia-m-cameron-4145347.jpg');
    background-position: 0 0, 0 0, 0 0;
    background-size: auto, auto, cover;
    justify-content: center;
    align-items: flex-end;
  }

  .support-square-copy:hover {
    box-shadow: 0 4px 50px #0003;
  }

  .support-square-copy2 {
    background-image: linear-gradient(#0000 40%, #00000080), linear-gradient(#ffac92cc, #ffac92cc), url('../images/pexels-kampus-7919624.jpg');
    background-position: 0 0, 0 0, 50%;
    background-size: auto, auto, cover;
    justify-content: center;
    align-items: flex-end;
  }

  .support-square-copy2:hover {
    box-shadow: 0 4px 50px #0003;
  }

  .bold-text-5 {
    font-weight: 800;
  }

  .support-top-heading {
    padding-bottom: 20px;
  }

  .paragraph-7 {
    margin-bottom: 40px;
  }

  .paragraph {
    text-align: left;
    margin-bottom: 40px;
  }

  .paragraph-5 {
    font-size: 16px;
  }

  .pill-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .pill-3:hover {
    background-color: var(--melón-2);
  }

  .color {
    color: var(--melón-2);
  }

  .support-square-text {
    text-align: left;
    padding: 20px;
  }

  .support-top-wrapper {
    align-items: flex-start;
  }

  .safe-button-wrapper {
    text-align: center;
  }

  .text-span {
    color: var(--melón-2);
  }

  .support-top-heading-copy {
    padding-bottom: 20px;
  }

  .support-top-wrapper-copy {
    align-items: flex-start;
  }

  .link, .link-2, .link-3, .link-4, .link-5 {
    color: #333;
    text-decoration: none;
  }

  .pill-3-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .pill-3-copy:hover {
    background-color: var(--melón-2);
  }

  .brix---top-bar-wrapper-3 {
    z-index: 999;
    justify-content: center;
    align-items: center;
    height: 6vh;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .image-123 {
    margin-top: -.2vh;
  }
}

@media screen and (min-width: 1920px) {
  .brix---top-bar-wrapper-3 {
    z-index: 999;
    justify-content: center;
    align-items: center;
    height: 6vh;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: sticky;
  }

  .image-123 {
    margin-top: -.1vh;
  }

  .text-block-131 {
    font-size: 14px;
  }

  .text-block-131-movil {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .container-top, .container-5 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-button {
    color: #f9f9f9;
  }

  .nav-button.w--open {
    z-index: 100;
    background-color: #2222224a;
    border-radius: 5px;
  }

  .nav-link-3 {
    text-align: center;
    font-size: 18px;
  }

  .nav-menu-3 {
    background-color: var(--melón-2);
    width: 100vw;
    padding-top: 140px;
    padding-bottom: 30px;
  }

  .hero-heading {
    width: 60%;
  }

  .hero-paragraph {
    width: 55%;
  }

  .cf-testimonial-container {
    margin-top: 0;
  }

  .cf-testimonial-slider-content-wrapper {
    width: 90%;
    max-width: 620px;
  }

  .cf-text-block._24-px {
    font-size: 22px;
    line-height: 140%;
  }

  .testimonial-person-images-container {
    max-width: 620px;
  }

  .cf-testimonial-slider-right-arrow {
    margin-top: 26%;
    top: 0%;
    right: 3%;
  }

  .cf-testimonial-slider-left-arrow {
    margin-top: 26%;
    top: 0%;
    left: 3%;
  }

  .cf-nav-wrapper {
    flex-direction: column;
  }

  .cf-nav-wrapper.testimonial-wrapper {
    width: 90%;
    padding-bottom: 60px;
  }

  .cf-section-placeholder {
    margin-top: -60px;
  }

  .cf-testimonial-slider {
    max-width: 700px;
  }

  .support-square, .support-square-copy, .support-square-copy2 {
    min-height: 330px;
  }

  .support-square-text {
    font-size: 18px;
  }

  .safe-heading {
    width: 60%;
  }

  .safe-paragraph {
    width: 55%;
  }

  .container {
    max-width: 728px;
  }

  .sintomas-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .s-ntoma-card {
    width: 350px;
  }

  .container-7 {
    max-width: 728px;
  }

  .clients-image-three {
    margin-bottom: 30px;
  }

  .pill-3-copy {
    text-align: center;
  }

  .div-block-189 {
    display: block;
  }

  .brix---top-bar-right-col-2 {
    margin-bottom: 0;
    margin-right: 0;
  }

  .brix---top-bar-wrapper-3 {
    height: 46px;
    padding: 10px 24px;
    position: sticky;
  }

  .brix---container-default-46 {
    max-width: none;
    padding: 0;
  }

  .brix---top-bar-flex-h-sb {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: row;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .brix---text-left---t-center {
    text-align: center;
  }

  .brix---top-bar-small-padding-2 {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .hero-heading {
    width: 70%;
  }

  .cf-testimonial-container {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .cf-testimonial-slider-content-wrapper {
    padding: 40px 7%;
  }

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

  .cf-testimonial-slider-right-arrow {
    width: 28px;
    height: 28px;
    margin-top: 0%;
    top: 33%;
  }

  .cf-testimonial-slider-mask {
    padding-top: 20px;
  }

  .cf-testimonial-slider-left-arrow {
    width: 28px;
    height: 28px;
    margin-top: 0%;
    top: 33%;
  }

  .cf-nav-wrapper {
    width: 90%;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .cf-nav-wrapper.testimonial-wrapper {
    padding-bottom: 60px;
  }

  .cf-testimonial-section-4 {
    overflow: hidden;
  }

  .cf-colourful-text {
    padding-bottom: 0;
  }

  .support-wrapper {
    flex-wrap: wrap;
  }

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

  .support-column {
    width: 100%;
    margin-bottom: 40px;
  }

  .support-square-text {
    font-size: 40px;
  }

  .support-top-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .support-top-right {
    width: 100%;
  }

  .support-top-left {
    margin-bottom: 15px;
  }

  .safe-wrapper {
    justify-content: center;
    align-items: center;
    padding-bottom: 25px;
  }

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

  .safe-paragraph {
    text-align: center;
    font-size: 16px;
  }

  .sintomas-comparison {
    padding: 60px 15px;
  }

  .sintomas-wrapper {
    justify-items: stretch;
  }

  .s-ntoma-card {
    width: auto;
  }

  .support-top-wrapper-copy {
    flex-direction: column;
    align-items: flex-start;
  }

  .logos-title-small {
    padding: 60px 15px;
  }

  .clients-wrapper-three {
    margin-bottom: -30px;
  }

  .clients-image-three {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .pill-3-copy {
    text-align: center;
    width: 70%;
  }

  .div-block-189 {
    display: block;
  }

  .brix---top-bar-right-col-2 {
    margin-bottom: 5px;
  }

  .brix---top-bar-wrapper-3 {
    padding: 0;
  }

  .brix---top-bar-flex-h-sb {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: row;
  }

  .text-block-131 {
    margin-top: 6px;
    font-size: 12px;
  }

  .brix---top-bar-small-padding-2 {
    padding: 0;
  }

  .text-block-131-movil {
    font-size: 12px;
  }
}

@media screen and (max-width: 479px) {
  .container-top {
    display: block;
  }

  .pill.primary.alert-bar {
    margin-bottom: 0;
    padding: 3px 10px;
    font-size: 12px;
  }

  .banner-content-wrapper {
    flex-direction: column;
    display: flex;
  }

  .text-block-2 {
    text-align: center;
    width: auto;
    padding-right: 0;
    font-size: 12px;
  }

  .nav-button.w--open {
    background-color: #22222242;
  }

  .nav-link-3 {
    font-size: 14px;
  }

  .nav-menu-3 {
    background-color: #ffac92e6;
  }

  .brand {
    width: 100px;
  }

  .brand.w--current {
    width: 90px;
  }

  .hero-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-bottom: 45px;
  }

  .hero-heading {
    width: 90%;
    font-size: 36px;
  }

  .hero-section {
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .hero-paragraph {
    width: 80%;
    font-size: 13px;
  }

  .btn.light.hero.safe {
    margin-right: 0;
  }

  .cf-testimonial-container {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .cf-testimonial-slider-content-wrapper {
    width: 100%;
    padding-left: 8%;
    padding-right: 8%;
  }

  .cf-text-block._24-px {
    font-size: 18px;
    line-height: 140%;
  }

  .cf-testimonial-slider-right-arrow {
    top: 30%;
    right: -4%;
  }

  .cf-testimonial-slider-mask {
    overflow: visible;
  }

  .cf-testimonial-slider-left-arrow {
    top: 30%;
    left: -4%;
  }

  .cf-testimonial-person {
    margin-left: 5px;
    margin-right: 5px;
  }

  .cf-testimonial-person.slide-current-author {
    max-width: 80px;
  }

  .cf-colourful-text {
    padding-bottom: 0;
  }

  .cf-testimonial-slider {
    width: 100%;
  }

  .support-square {
    margin-bottom: 20px;
  }

  .support-square:hover, .support-square-copy:hover, .support-square-copy2:hover {
    transform: scale(1.05);
  }

  .paragraph {
    margin-bottom: 0;
  }

  .pill-3 {
    text-align: center;
    width: 70%;
  }

  .support-column {
    margin-bottom: 20px;
  }

  .support-square-text {
    font-size: 25px;
  }

  .safe-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

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

  .safe-paragraph {
    text-align: center;
    width: 70%;
    font-size: 13px;
  }

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

  .footer-logo-column {
    margin-bottom: 30px;
  }

  .image-12 {
    padding-bottom: 0;
  }

  .small.footer-small {
    padding-top: 0;
  }

  .container {
    max-width: none;
  }

  .support-top-heading-copy {
    width: 90%;
    font-size: 25px;
  }

  .container-7 {
    max-width: none;
  }

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .clients-image-three {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .pill-3-copy {
    text-align: center;
    width: 80%;
  }

  .div-block-189 {
    display: block;
  }

  .brix---top-bar-wrapper-3 {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 17px;
    line-height: 26px;
    position: sticky;
  }

  .brix---container-default-46 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---top-bar-flex-h-sb {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .image-123 {
    margin-top: 2px;
    display: block;
  }

  .text-block-131 {
    text-align: left;
    line-height: 16px;
    display: none;
  }

  .text-block-131-movil {
    color: #9d9d9d;
    text-align: left;
    margin-top: 6px;
    padding-right: 0;
    font-size: 11px;
    line-height: 14px;
    display: block;
  }
}

#w-node-_51bf2cdb-fe13-b63f-0a74-4470755e4909-3cbd1284, #w-node-_51bf2cdb-fe13-b63f-0a74-4470755e4929-3cbd1284, #w-node-_51bf2cdb-fe13-b63f-0a74-4470755e4951-3cbd1284 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


