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

body {
  background-color: #ede5fc;
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.nav-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container {
  display: block;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image {
  margin-top: 3px;
  padding: 7px;
}

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

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #b3adb2;
  background-image: url('../images/imagen-header.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.heading-hola {
  margin-top: -85px;
  margin-left: 0px;
  color: #fff;
  font-size: 45px;
}

.texto-heading {
  margin-left: 0px;
  color: #fff;
  font-size: 16px;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.button-banderas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -20px 75px 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 20px;
  background-color: #000;
}

.button-banderas:hover {
  background-color: #440242;
}

.button-banderas:active {
  background-color: #917690;
}

.button-banderas.blog {
  margin: 0px;
}

.bandera {
  padding: 45px 75px 75px;
}

.container-3 {
  margin-top: -215px;
  padding: 55px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 1px 1px 6px 0 #d6d6d6;
}

.body {
  background-color: #ffeffe;
}

.nav-link {
  padding-right: 20px;
  font-size: 12px;
}

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

.column {
  padding: 43px;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-2 {
  margin-top: 61px;
  padding: 0px;
  border-radius: 20px;
  box-shadow: 1px 1px 6px 0 #d6d6d6;
}

.heading-libre {
  margin-top: 72px;
  margin-bottom: 19px;
}

.heading-libre.consulta {
  margin-bottom: -17px;
}

.heading-libre.servicios {
  margin-top: 78px;
  margin-bottom: 9px;
  text-align: center;
}

.heading-libre.clientes {
  text-align: center;
}

.heading-libre.blog {
  margin-bottom: 57px;
}

.heading-libre.faq {
  margin-top: 73px;
  margin-bottom: 19px;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 9px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.parrafo-libre {
  padding-right: 0px;
  font-size: 12px;
  line-height: 1.5;
}

.parrafo-libre.centrado {
  margin-top: -5px;
  margin-bottom: 38px;
  padding-right: 111px;
  padding-left: 111px;
  text-align: center;
}

.boton-whatsapp {
  margin-top: 35px;
  border-radius: 20px;
  background-color: #7c0078;
}

.boton-whatsapp:hover {
  background-color: #000;
}

.boton-whatsapp:active {
  background-color: #afafaf;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 37px;
  padding-bottom: 51px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-5 {
  max-height: 80%;
  max-width: 80%;
}

.grid-2 {
  margin-top: 27px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.mini-heading-servicios {
  margin-top: 24px;
  text-align: center;
}

.div-block-servicios {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 38px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.texto-servicios {
  margin-top: -7px;
  font-size: 11px;
  line-height: 1.5;
  text-align: center;
}

.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 31px 39px 110px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.column-3 {
  display: block;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 88px 55px 55px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide {
  background-image: url('../images/review1_evachavez.png');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: scroll;
}

.column-4 {
  padding: 68px 67px 68px 28px;
}

.slide-2 {
  background-image: url('../images/review2_santiagomoreno.png');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/review3_arthurampen.png');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/review4_edgartierrablanca.png');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/review5_ernestosolis.png');
  background-position: 0px 0px;
  background-size: cover;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 35px;
  padding-bottom: 51px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
}

.columna-slider {
  padding: 40px;
}

.columna-clientes {
  padding: 68px;
}

.slide-6 {
  border-radius: 0px;
  background-image: url('../images/review1_evachavez.png');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/review4_edgartierrablanca.png');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/review3_arthurampen.png');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/review2_santiagomoreno.png');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-10 {
  background-image: url('../images/review1_evachavez.png');
  background-position: 0px 0px;
  background-size: cover;
}

.arrow {
  color: #000;
}

.footer {
  padding-top: 38px;
  padding-bottom: 42px;
  background-color: #1d001c;
  background-image: url('../images/Gradient_builder_2.jpg');
  background-position: 100% 0%;
  background-size: auto;
}

.heading-redes {
  margin-top: 47px;
  margin-bottom: 47px;
  color: #fff;
  font-size: 18px;
  text-align: right;
}

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
}

.redes {
  margin: 14px 0px 14px 30px;
  padding: 5px;
}

.container-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-7 {
  margin-top: -47px;
  margin-left: 59px;
}

.link-block {
  margin-top: 25px;
  margin-right: 20px;
  margin-left: 20px;
  padding: 17px;
  background-image: url('../images/facebook.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.link-block.instagram {
  background-image: url('../images/instagram.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.link-block.youtube {
  margin-top: 0px;
  margin-right: 0px;
  background-image: url('../images/youtube.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.page-not-found {
  margin-top: 9px;
  color: #7c0078;
}

.grid-3 {
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-blog {
  font-size: 25px;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.parrafo-blog {
  margin-bottom: 36px;
  padding-right: 80px;
}

.link-blog {
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #313030;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

.section-4 {
  margin: 38px 84px;
  padding-top: 54px;
  padding-bottom: 54px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 1px 1px 6px 0 #d6d6d6;
}

.container-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.imagen-blog {
  border-radius: 10px;
}

.container-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.grid-4 {
  margin-right: 35px;
  margin-bottom: 72px;
  margin-left: 35px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

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

.div-block-faq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 25px;
  padding: 29px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 1px 1px 6px 0 #d6d6d6;
}

.div-block-faq.borde {
  border: 2px solid #7c0078;
}

.parrafo-faq {
  font-size: 11px;
  line-height: 1.6;
  text-align: center;
}

.heading-de-faq {
  color: #7c0078;
}

.container-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-6 {
  background-color: hsla(0, 0%, 100%, 0);
}

.slider {
  height: 70vh;
  padding: 0px;
  background-color: #fff;
}

.div-block-10 {
  padding-right: 32px;
  padding-bottom: 88px;
  padding-left: 32px;
}

.boton-reviews {
  display: inline-block;
  width: 14%;
  margin-top: 39px;
  margin-right: 34px;
  margin-left: 34px;
  padding-right: 1px;
  padding-left: 1px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #000;
  text-align: center;
}

.boton-reviews:hover {
  background-color: #440242;
}

.boton-reviews:active {
  background-color: #917690;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slide-11 {
  padding-right: 0px;
  padding-bottom: 0px;
  background-image: url('../images/reviews-1.jpg');
  background-position: 0px 0px;
  background-size: 100%;
}

.mask {
  padding-bottom: 0px;
}

.icon {
  color: #000;
}

.icon-2 {
  color: #000;
}

.slide-12 {
  background-image: url('../images/reviews-2.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-nav-2 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#c4c4c4), to(#fff));
  background-image: linear-gradient(0deg, #c4c4c4, #fff);
}

.slide-13 {
  background-image: url('../images/reviews-3.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-14 {
  background-image: url('../images/reviews-4.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-15 {
  background-image: url('../images/reviews-5.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-16 {
  background-image: url('../images/reviews-6.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-17 {
  background-image: url('../images/reviews-7.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-18 {
  background-image: url('../images/reviews-8.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-19 {
  background-image: url('../images/reviews-9.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.header-div-footer {
  margin-top: 17px;
  margin-bottom: -20px;
  padding-bottom: 0px;
  color: #fff;
  text-align: right;
}

.grid-5 {
  margin-right: -94px;
  margin-left: -94px;
  padding-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.link-block-2 {
  background-image: url('../images/bandera_argentina.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.link-bandera {
  display: inline-block;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-3 {
  padding-left: 0px;
}

.grid-banderas {
  padding-left: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-diferencia {
  margin-bottom: 30px;
  color: #fff;
}

.column-5 {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
  padding: 46px 46px 85px;
  background-color: #7c0078;
}

.parrafo-diferencia {
  color: #f1d3f4;
}

.text-diferencia {
  color: #f1d3f4;
}

.container-10 {
  padding: 22px;
}

.container-diferencia {
  margin-top: 54px;
  padding: 28px;
  border-radius: 15px;
  background-color: #fff;
}

.heading-seccion-dif {
  margin-top: 13px;
  color: #7c0078;
}

.column-6 {
  margin-bottom: 69px;
  padding-right: 37px;
  padding-left: 37px;
}

.bold-text {
  color: #7c0078;
}

.section-7 {
  margin-top: 54px;
}

.text-field {
  height: 200px;
  margin-bottom: -18px;
}

.secci-n-consulta {
  padding-bottom: 59px;
}

.form {
  margin: -20px 60px 60px;
  padding: 38px;
  border-radius: 20px;
  background-color: #fefefe;
}

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

.section-8 {
  padding: 53px;
}

.bold-text-2 {
  color: #7c0078;
}

.section-9 {
  height: 100vh;
}

.heading-gracias {
  margin-top: 216px;
  font-size: 38px;
  font-weight: 600;
  text-align: center;
}

.heading-gracias.cc-sin-margen {
  margin-top: 10px;
  font-size: 38px;
}

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

.container-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button {
  margin-top: 19px;
  border-radius: 20px;
  background-color: #7c0078;
}

.button:hover {
  background-color: #000;
}

.button:active {
  background-color: #afafaf;
}

.div-block-14 {
  position: fixed;
  z-index: 4;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.56);
}

.link-block-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 600px;
  height: 400px;
  margin: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/}.png');
  background-position: 50% 50%;
  background-size: auto;
}

.image-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.div-block-15 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.div-block-16 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 500px;
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: url('../images/popup_buenfin.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.button-2 {
  margin-top: 26px;
  margin-bottom: 26px;
  padding-right: 83px;
  padding-left: 83px;
  background-color: #ed1c25;
}

.div-block-17 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.image-5 {
  padding: 11px;
  cursor: pointer;
}

.slider_reviews {
  overflow: visible;
  height: auto;
  background-color: rgba(150, 139, 139, 0);
}

.slider_mask {
  overflow: visible;
  width: 344px;
  height: auto;
}

.slide-nav-3 {
  display: none;
  overflow: visible;
}

.slider_leftarrow {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #000;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.5);
  -webkit-transform: translate(-80%, 0px);
  -ms-transform: translate(-80%, 0px);
  transform: translate(-80%, 0px);
}

.slider_rightarrow {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #000;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
}

.section-10 {
  overflow: hidden;
  padding-top: 125px;
  padding-bottom: 125px;
}

.div_card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 27px 22px 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.19);
}

.slide_card {
  height: 344px;
  margin-right: 24px;
  border-radius: 20px;
}

.paragraph-3 {
  margin-top: 15px;
  font-weight: 600;
}

.div_persona {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 47px;
}

.card_date {
  color: rgba(51, 51, 51, 0.5);
  font-weight: 500;
}

.card_person {
  font-weight: 600;
}

.div-block-20 {
  padding-left: 12px;
}

.icon-3 {
  background-color: hsla(0, 0%, 98.7%, 0);
  color: #fff;
}

.text-span {
  color: rgba(51, 51, 51, 0.5);
  font-size: 12px;
  font-weight: 500;
}

.section-11 {
  padding-top: 76px;
  padding-bottom: 76px;
}

.container-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.dropdown {
  overflow: hidden;
  width: 100%;
}

.dropdown-list {
  position: static;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: hsla(0, 0%, 86.7%, 0);
}

@media screen and (min-width: 1280px) {
  .error-message {
    margin-top: -39px;
    margin-right: 63px;
    margin-left: 63px;
    background-color: #f5b2b2;
  }
}

@media screen and (min-width: 1440px) {
  .section-2 {
    background-color: #fff;
  }

  .section-4 {
    display: block;
  }

  .container-7 {
    padding-left: 0px;
  }

  .parrafo-faq {
    font-size: 13px;
  }

  .section-6 {
    background-color: hsla(0, 0%, 100%, 0);
  }
}

@media screen and (min-width: 1920px) {
  .heading-hola {
    margin-bottom: 38px;
    font-size: 45px;
  }

  .texto-heading {
    font-size: 16px;
  }

  .footer {
    background-size: cover;
  }

  .section-4 {
    display: block;
    margin: 43px 194px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .parrafo-faq {
    margin-top: 14px;
    font-size: 16px;
  }

  .heading-diferencia {
    line-height: 1.4;
  }

  .parrafo-diferencia {
    font-size: 16px;
    line-height: 1.6;
  }

  .text-diferencia {
    font-size: 16px;
  }

  .heading-seccion-dif {
    font-size: 26px;
  }

  .section-8 {
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .paragraph-2 {
    font-size: 18px;
    line-height: 1.6;
  }

  .text-block-2 {
    font-size: 18px;
    line-height: 1.6;
  }

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

@media screen and (max-width: 991px) {
  .grid {
    margin: -21px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .heading {
    margin-top: 20px;
  }

  .button-banderas {
    margin-bottom: 59px;
  }

  .button-banderas.blog {
    padding: 5px 27px;
    font-size: 12px;
  }

  .bandera {
    padding: 20px 72px 46px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .container-3 {
    padding: 26px 0px 0px;
  }

  .heading-libre.servicios {
    margin-top: 53px;
  }

  .heading-libre.faq {
    margin-top: 65px;
    margin-bottom: 21px;
  }

  .div-block-6 {
    padding-right: 27px;
    padding-left: 27px;
  }

  .section-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .columns-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .columna-slider {
    padding: 23px;
  }

  .columna-clientes {
    padding: 28px;
  }

  .footer {
    padding-right: 9px;
    padding-left: 9px;
    background-position: 100% 100%;
  }

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

  .div-block-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .link-block.instagram {
    margin-right: 0px;
  }

  .link-block.facebook {
    margin-right: 0px;
    margin-left: 0px;
  }

  .link-block.youtube {
    margin-top: 25px;
  }

  .div-block-8 {
    padding: 0px 0px 0px 27px;
  }

  .parrafo-blog {
    margin-bottom: 23px;
    padding-right: 34px;
    font-size: 11px;
    line-height: 1.7;
  }

  .link-blog {
    font-size: 25px;
  }

  .section-4 {
    margin: 25px;
    padding-left: 55px;
  }

  .container-7 {
    padding: 0px;
  }

  .grid-4 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-faq {
    margin: 0px;
  }

  .slider {
    height: 40vh;
  }

  .boton-reviews {
    width: auto;
    font-size: 12px;
  }

  .grid-5 {
    margin-right: 23px;
    margin-left: 0px;
    justify-items: end;
    grid-column-gap: 24px;
    -ms-grid-columns: 1fr minmax(25vh, 1fr) minmax(25vh, 1fr) minmax(25vh, 1fr);
    grid-template-columns: 1fr minmax(25vh, 1fr) minmax(25vh, 1fr) minmax(25vh, 1fr);
  }

  .div-block-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-5 {
    padding-top: 25px;
    padding-right: 9px;
    padding-left: 9px;
  }

  .container-diferencia {
    padding: 17px;
  }

  .heading-gracias.cc-sin-margen {
    line-height: 1.4;
  }

  .slider_reviews {
    padding-left: 87px;
  }

  .slider_mask {
    width: 300px;
    height: 300px;
  }

  .slider_leftarrow {
    -webkit-transform: translate(20%, 0px);
    -ms-transform: translate(20%, 0px);
    transform: translate(20%, 0px);
  }

  .slider_rightarrow {
    -webkit-transform: translate(-20px, 0px);
    -ms-transform: translate(-20px, 0px);
    transform: translate(-20px, 0px);
  }

  .slide_card {
    width: 300px;
    height: 300px;
    margin-right: 27px;
    margin-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .div-block {
    height: 50vh;
  }

  .heading-hola {
    margin-bottom: -2px;
    font-size: 30px;
  }

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

  .grid {
    position: static;
    display: -ms-grid;
    display: grid;
    max-height: 100%;
    max-width: 100%;
    margin: 0px;
    padding: 0px;
    clear: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: minmax(150px, 1fr) minmax(150px, 1fr) minmax(150px, 1fr);
    grid-template-columns: minmax(150px, 1fr) minmax(150px, 1fr) minmax(150px, 1fr);
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .heading {
    margin-top: 30px;
  }

  .button-banderas {
    margin: -8px 23px 47px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
  }

  .bandera {
    margin: -17px;
    padding: 46px;
  }

  .container-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -167px;
    padding: 0px 0px 20px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-libre.clientes {
    margin-top: 36px;
  }

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

  .div-block-servicios {
    padding: 22px 0px;
  }

  .section-3 {
    padding-top: 0px;
  }

  .footer {
    margin-top: -30px;
    padding-top: 0px;
    background-image: url('../images/Gradient_builder_2.jpg');
    background-position: 100% 0%;
    background-size: auto;
  }

  .heading-redes {
    margin-top: 12px;
    margin-right: 0px;
    margin-bottom: -8px;
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .container-5 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-7 {
    margin-top: -47px;
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .grid-4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-faq {
    margin: 0px -17px;
    padding-right: 14px;
    padding-left: 14px;
  }

  .slider {
    width: 100%;
    height: 30vh;
  }

  .boton-reviews {
    margin-right: 9px;
    margin-left: 9px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .header-div-footer {
    margin-bottom: -15px;
    padding-bottom: 6px;
  }

  .grid-5 {
    margin-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-align-content: start;
    -ms-flex-line-pack: start;
    align-content: start;
    -ms-grid-columns: minmax(70vh, 1fr);
    grid-template-columns: minmax(70vh, 1fr);
  }

  .div-block-12 {
    margin-top: 36px;
  }

  .column-5 {
    position: static;
  }

  .container-diferencia {
    margin-top: 8px;
  }

  .form {
    margin-right: 26px;
    margin-left: 26px;
    padding-right: 26px;
    padding-left: 26px;
  }

  .section-8 {
    padding: 28px;
  }

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

  .heading-gracias {
    font-size: 35px;
  }

  .heading-gracias.cc-sin-margen {
    font-size: 35px;
  }

  .slider_reviews {
    padding-left: 112px;
  }

  .slider_leftarrow {
    -webkit-transform: translate(70%, 0px);
    -ms-transform: translate(70%, 0px);
    transform: translate(70%, 0px);
  }

  .slider_rightarrow {
    -webkit-transform: translate(-70px, 0px);
    -ms-transform: translate(-70px, 0px);
    transform: translate(-70px, 0px);
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    height: 40vh;
    padding-top: 0px;
  }

  .heading-hola {
    margin-top: -29px;
  }

  .grid {
    width: 100%;
    max-width: 100vh;
    margin: 8px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    justify-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-grid-columns: minmax(50px, 1fr) minmax(33px, 1fr) minmax(50px, 1fr);
    grid-template-columns: minmax(50px, 1fr) minmax(33px, 1fr) minmax(50px, 1fr);
  }

  .button-banderas {
    margin: -11px 7px 17px;
    padding: 3px 0px;
    font-size: 11px;
  }

  .bandera {
    margin: -23px 0px;
    padding: 27px 14px 38px;
  }

  .container-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -79px;
    padding: 0px 0px 24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .column {
    margin-top: -36px;
    padding: 10px;
  }

  .heading-libre {
    margin-top: 25px;
    margin-bottom: 11px;
    font-size: 25px;
    line-height: 1.3;
    text-align: center;
  }

  .heading-libre.consulta {
    text-align: center;
  }

  .heading-libre.clientes {
    margin-top: 26px;
    font-size: 20px;
    text-align: center;
  }

  .heading-libre.blog {
    margin-top: 18px;
    margin-bottom: 19px;
    text-align: center;
  }

  .heading-libre.faq {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 53px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 25px;
    text-align: center;
  }

  .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .parrafo-libre.centrado {
    margin-bottom: 4px;
    padding: 0px 7px;
  }

  .section {
    padding-bottom: 5px;
  }

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

  .container-4 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .column-3 {
    padding-right: 7px;
    padding-left: 7px;
  }

  .div-block-6 {
    padding-right: 6px;
    padding-left: 6px;
  }

  .columna-clientes {
    padding: 0px 36px 36px;
  }

  .footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -41px;
    padding-top: 1px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 100% 0%;
    background-size: auto;
  }

  .heading-redes {
    margin-top: 45px;
    margin-bottom: -14px;
    padding-bottom: 0px;
    color: #fff;
  }

  .container-5 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .link-block.instagram {
    margin-top: 0px;
  }

  .link-block.facebook {
    margin-top: 0px;
    margin-left: 0px;
  }

  .link-block.youtube {
    margin-top: 0px;
    margin-right: 21px;
    margin-left: 21px;
  }

  .grid-3 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-8 {
    padding-left: 0px;
  }

  .link-blog {
    line-height: 1.2;
    text-align: center;
  }

  .section-4 {
    margin: 9px;
    padding: 35px;
  }

  .div-block-faq {
    padding: 8px;
  }

  .section-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-9 {
    margin-right: -8px;
    margin-left: -8px;
    padding: 0px;
  }

  .slider {
    height: 150px;
  }

  .div-block-10 {
    padding: 7px 0px 13px;
  }

  .boton-reviews {
    margin: 22px 8px;
    padding: 10px;
    font-size: 8px;
    line-height: 1.5;
  }

  .icon-2 {
    position: static;
    padding-left: 0px;
  }

  .slide-12 {
    background-size: 100%;
  }

  .slide-nav-2 {
    padding-top: 13px;
  }

  .slide-13 {
    background-size: 100%;
  }

  .slide-14 {
    background-size: 100%;
  }

  .slide-15 {
    background-size: 100%;
  }

  .slide-16 {
    background-size: 100%;
  }

  .slide-17 {
    background-position: 0% 0%;
    background-size: 100%;
  }

  .slide-18 {
    background-size: 100%;
  }

  .slide-19 {
    background-size: 100%;
  }

  .header-div-footer {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .grid-5 {
    padding-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .div-block-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-block-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .link-bandera {
    padding-right: 0px;
    padding-left: 0px;
  }

  .grid-banderas {
    margin-top: 13px;
    margin-bottom: 24px;
    grid-column-gap: 0px;
  }

  .heading-diferencia {
    margin-top: 0px;
    margin-bottom: 9px;
    font-size: 20px;
    line-height: 1.2;
  }

  .column-5 {
    position: static;
    top: 15px;
    padding-right: 3px;
    padding-left: 3px;
  }

  .parrafo-diferencia {
    margin-bottom: 0px;
    font-size: 12px;
  }

  .text-diferencia {
    margin-top: 22px;
    font-size: 12px;
  }

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

  .container-diferencia {
    margin-top: 19px;
    margin-bottom: 0px;
    padding-right: 20px;
    padding-bottom: 17px;
    padding-left: 20px;
  }

  .column-6 {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 12px;
  }

  .form {
    margin-right: 13px;
    margin-left: 13px;
    padding-right: 14px;
    padding-left: 14px;
  }

  .heading-formulario {
    font-size: 20px;
  }

  .text-field-2 {
    font-size: 12px;
  }

  .text-field-3 {
    font-size: 12px;
  }

  .text-field-4 {
    font-size: 12px;
  }

  .section-8 {
    padding: 26px 28px;
  }

  .heading-gracias {
    margin-top: 172px;
    font-size: 30px;
  }

  .heading-gracias.cc-sin-margen {
    font-size: 30px;
  }

  .div-block-14 {
    display: none;
  }

  .div-block-16 {
    width: 300px;
    height: 300px;
  }

  .button-2 {
    margin-top: 0px;
    margin-bottom: 6px;
    padding-right: 27px;
    padding-left: 27px;
  }

  .slider_reviews {
    padding-left: 33px;
  }

  .slider_mask {
    width: 250px;
    height: 250px;
  }

  .slider_leftarrow {
    background-color: transparent;
    -webkit-transform: translate(10%, 0px);
    -ms-transform: translate(10%, 0px);
    transform: translate(10%, 0px);
  }

  .slider_rightarrow {
    background-color: transparent;
    -webkit-transform: translate(-10px, 0px);
    -ms-transform: translate(-10px, 0px);
    transform: translate(-10px, 0px);
  }

  .div_card {
    padding-top: 20px;
  }

  .slide_card {
    width: 250px;
    height: 250px;
  }

  .paragraph-3 {
    margin-top: 8px;
    font-size: 10px;
    line-height: 1.4;
  }

  .card_date {
    font-size: 12px;
  }

  .card_person {
    font-size: 12px;
  }

  .icon-3 {
    color: #000;
  }

  .icon-4 {
    position: absolute;
  }

  .icon-5 {
    color: #000;
  }
}

#w-node-_75e9e2d7-f343-336f-bf74-853658cbcbc6-a2ff007f {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-b68ebf99-eb74-33fb-8f5d-2ddfeadebfa4-a2ff007f {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_3b5497dc-2674-7007-50a7-21ae4b7df2c8-a2ff007f {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-d8df6ae5-7aeb-c1a4-ba5a-29f31162f98b-a2ff007f {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_75e9e2d7-f343-336f-bf74-853658cbcbc6-239e720a {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-b68ebf99-eb74-33fb-8f5d-2ddfeadebfa4-239e720a {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_3b5497dc-2674-7007-50a7-21ae4b7df2c8-239e720a {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-d8df6ae5-7aeb-c1a4-ba5a-29f31162f98b-239e720a {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-_8a788a01-5c1f-2c47-be46-5f8e146636be-4ce40bf8 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b55b3a2e-5720-1b3c-b2e4-b18f9f725c4f-a2ff007f {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_8a788a01-5c1f-2c47-be46-5f8e146636be-4ce40bf8 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-_289a24c3-b26d-7b10-5508-899901682176-4ce40bf8 {
    -ms-grid-column-align: start;
    justify-self: start;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-_36190063-25e9-4b07-124e-b0c44ce40bfc-4ce40bf8 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-b55b3a2e-5720-1b3c-b2e4-b18f9f725c4f-239e720a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

