:root {
  --color-4: #faf4f0;
  --color-5: #2e2e2e;
  --color-2: #e76f51;
  --color-3: #e7ac59;
  --color-1: #c73636;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.main {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.body {
  background-color: var(--color-4);
  color: var(--color-5);
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.4em;
  overflow: visible;
}

.seccion {
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  height: auto;
  min-height: 0;
  display: flex;
}

.seccion.hero {
  z-index: 30;
  background-color: #0000;
  background-image: linear-gradient(270deg, #0000 62%, #8109093d);
  width: 100%;
  min-height: 100vh;
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
}

.seccion.nav {
  z-index: 30;
  background-color: #0000;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.seccion.info {
  z-index: 15;
  background-color: var(--color-4);
  min-height: 0;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}

.seccion.testimonio {
  z-index: 15;
  background-color: var(--color-4);
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
}

.seccion.mas {
  z-index: 15;
  padding-bottom: 4rem;
  position: relative;
}

.seccion.formulario {
  z-index: 100;
  position: relative;
}

.seccion.bars {
  position: relative;
}

.contenedor {
  flex-flow: wrap;
  justify-content: space-between;
  align-self: center;
  width: 60%;
  max-width: 1280px;
  height: auto;
  margin-left: 10%;
  margin-right: auto;
  display: flex;
}

.contenedor.hero {
  width: 60%;
  padding-left: 0;
  padding-right: 3rem;
}

.contenedor.info {
  width: 59%;
}

.contenedor.testimonios {
  width: 58%;
}

.contenedor.footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.h1 {
  color: var(--color-4);
  text-transform: none;
  align-self: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 3rem;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.4em;
}

.bold {
  font-weight: 700;
}

.logo {
  width: auto;
  height: 7rem;
}

.h2 {
  color: var(--color-4);
  width: 100%;
  margin-top: 0;
  margin-bottom: 3rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4em;
}

.h2.form {
  color: var(--color-2);
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.1em;
}

.h2._2 {
  color: var(--color-2);
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
}

.h2._2.bco {
  color: var(--color-4);
}

.h2.hero {
  font-size: 1.8rem;
}

.bar_form {
  background-color: var(--color-2);
  width: 30%;
  height: 100%;
  min-height: 0%;
  margin-top: 0;
  margin-bottom: 0;
  position: fixed;
  inset: 0% -24% 0% auto;
}

.bar_form._2 {
  z-index: 8;
  background-color: var(--color-2);
  right: -24%;
}

.bar_form._2.b {
  right: -22%;
}

.bar_form._1 {
  z-index: 7;
  background-color: var(--color-3);
  right: -21%;
}

.bar_form._1.b {
  display: block;
  right: -18%;
}

.bar_form._3 {
  z-index: 9;
  background-color: var(--color-1);
  right: -27%;
}

.bar_form._3.b {
  right: -26%;
}

.cont_bars {
  z-index: 10;
  flex-flow: wrap;
  justify-content: space-between;
  width: auto;
  height: auto;
  display: flex;
  position: relative;
}

.cont_bars.b {
  z-index: 17;
  display: block;
}

.form_block {
  z-index: 100;
  background-color: var(--color-4);
  opacity: 1;
  border-radius: 15px;
  flex-flow: wrap;
  place-content: space-between;
  width: 30%;
  height: 90%;
  min-height: 90%;
  margin-top: auto;
  margin-bottom: auto;
  padding: 1rem;
  display: block;
  position: fixed;
  inset: 0% 1% 0% auto;
  box-shadow: -1px 1px 2px #00000026;
}

.parrafo_hero {
  color: var(--color-4);
  width: 100%;
  height: auto;
  margin-bottom: 3rem;
  font-size: 1.1rem;
  line-height: 1.4em;
}

.form-block {
  flex-flow: wrap;
  place-content: stretch space-between;
  align-self: flex-start;
  width: 100%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.submit-button {
  background-color: var(--color-1);
  text-transform: uppercase;
  border-radius: 30px;
  width: auto;
  height: auto;
  padding: 1rem 2rem;
  font-size: 1.1rem;
  font-weight: 700;
  transition: background-color .2s;
}

.submit-button:hover {
  background-color: var(--color-2);
}

.text-field {
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  height: 3rem;
}

.text-field.block {
  min-height: 9rem;
}

.background-video {
  z-index: 11;
  filter: grayscale();
  object-fit: cover;
  width: 100%;
  height: auto;
  min-height: 100vh;
  display: block;
  position: fixed;
  inset: 0%;
}

.bg_color {
  z-index: -4;
  background-color: var(--color-1);
  filter: blur(5px);
  mix-blend-mode: normal;
  width: 100%;
  height: auto;
  min-height: 100vh;
  position: fixed;
  inset: 0%;
}

.bg_color._2 {
  z-index: 12;
  opacity: 1;
  filter: none;
  mix-blend-mode: color;
}

.bg_color._1 {
  z-index: 12;
  opacity: .8;
  filter: none;
  display: block;
}

.button {
  background-color: var(--color-4);
  color: var(--color-1);
  text-transform: uppercase;
  border-radius: 30px;
  width: auto;
  height: auto;
  padding: 1rem 2rem;
  font-size: 1.1rem;
  font-weight: 700;
  transition: color .2s, background-color .2s;
}

.button:hover {
  background-color: var(--color-3);
  color: var(--color-5);
}

.h3 {
  color: var(--color-5);
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 80%;
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.4em;
  display: block;
}

.h3.b {
  height: auto;
  margin-top: 0;
  font-size: .9rem;
  font-weight: 700;
}

.h3._1 {
  width: 90%;
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 1rem;
}

.h3._1.b {
  color: var(--color-4);
  width: 90%;
  margin-bottom: 4rem;
  font-weight: 500;
}

.h3.form {
  width: 100%;
}

.cont_titulo_form {
  border-left: 10px solid var(--color-2);
  flex-flow: wrap;
  justify-content: space-between;
  align-self: flex-start;
  width: 100%;
  height: auto;
  margin-top: .5rem;
  margin-bottom: 1rem;
  padding-left: 1rem;
  display: flex;
}

.form-2 {
  flex-flow: wrap;
  place-content: stretch space-between;
  align-self: flex-start;
  width: 100%;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.cont_producto {
  width: 100%;
  height: auto;
  margin-bottom: 4rem;
  display: flex;
  position: relative;
}

.cont_producto._2 {
  justify-content: flex-end;
}

.block40 {
  flex-flow: wrap;
  justify-content: space-between;
  width: 40%;
  height: 20rem;
  display: flex;
}

.block40._1 {
  background-image: url('../images/screen-1_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.block40._2 {
  background-image: url('../images/aluminio-enrrollable_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.block40._3 {
  background-image: url('../images/malla-persiana_1.avif');
  background-position: 50%;
  background-size: cover;
}

.block60 {
  flex-flow: wrap;
  justify-content: space-between;
  width: 60%;
  height: auto;
  display: flex;
}

.block60._1 {
  background-color: var(--color-1);
  justify-content: space-between;
  align-items: stretch;
  padding: 0 2rem 2rem;
  position: absolute;
  inset: 5% 2% -5% auto;
}

.block60._1.b {
  background-color: var(--color-3);
}

.block60._2 {
  z-index: 10;
  background-color: var(--color-2);
  padding: 0 2rem 2rem;
  position: absolute;
  inset: 5% auto -5% 2%;
}

.paragraph {
  color: #fff;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.4em;
  display: block;
}

.txt_img {
  background-color: var(--color-2);
  color: var(--color-4);
  text-align: center;
  text-transform: uppercase;
  align-self: center;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.4em;
  position: absolute;
  inset: auto 0% 0%;
}

.txt_img._2 {
  color: #fff;
  text-align: left;
  text-transform: none;
  background-color: #0000;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  font-weight: 700;
  display: block;
  position: static;
}

.txt_img._2.box {
  text-align: center;
  align-self: flex-end;
  font-size: 1.8rem;
}

.txt_img._2.box.a {
  background-color: #0000;
  align-self: center;
  width: auto;
  margin-left: auto;
  margin-right: .5rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.2rem;
}

.txt_img._2.box.b {
  background-color: #e76f51;
  width: auto;
  padding: 1rem 2rem;
  font-size: 1.4rem;
  position: absolute;
  inset: -5% -10% auto auto;
}

.txt_img._2.box.b.inferior {
  background-color: #0000;
  align-self: flex-start;
  margin-left: auto;
  margin-right: .5rem;
  padding: 0;
  font-size: 1.2rem;
  position: static;
  inset: auto 0% 0%;
}

.txt_img._2.box.c {
  background-color: var(--color-3);
  width: auto;
  padding: 1rem 2rem;
  font-size: 1.4rem;
  position: absolute;
  inset: -5% auto auto -10%;
}

.txt_img._2.box.c.inferior {
  background-color: #0000;
  align-self: flex-start;
  margin-left: auto;
  margin-right: .5rem;
  padding: 0;
  font-size: 1.2rem;
  position: static;
  inset: auto 0% 0%;
}

.txt_img._2.box.d {
  background-color: var(--color-3);
  width: auto;
  padding: 1rem 2rem;
  font-size: 1.4rem;
  position: absolute;
  inset: auto -10% -5% auto;
}

.txt_img._2.box.e {
  background-color: var(--color-2);
  width: auto;
  padding: 1rem 2rem;
  font-size: 1.4rem;
  position: absolute;
  inset: auto auto -5% -10%;
}

.txt_img._1 {
  color: #fff;
  text-align: left;
  text-transform: none;
  background-color: #0000;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  font-weight: 700;
  display: block;
  position: static;
}

.cont_header {
  align-self: center;
  margin-bottom: 4rem;
  display: flex;
}

.cont_header.b {
  margin-bottom: 0;
}

.cont_header._1 {
  margin-bottom: 3rem;
}

.cont_header._1.info, .cont_header.footer {
  margin-bottom: 0;
}

.box-bullet {
  background-image: linear-gradient(90deg, var(--color-3), var(--color-3) 33%, var(--color-2) 33%, var(--color-2) 66%, var(--color-1) 66%);
  align-self: center;
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
}

.cont_productos_33 {
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-bottom: 3rem;
  display: flex;
}

.col33 {
  width: 33.33%;
}

.col33._1 {
  aspect-ratio: 1;
  object-fit: cover;
  background-image: url('../images/cortinas-2_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  transform: translate(0);
}

.col33._1.a {
  background-image: url('../images/persiana-pvc_1.avif');
  flex-flow: wrap;
  overflow: clip;
}

.col33._1.b {
  background-image: url('../images/panel-japones_1.avif');
}

.col33._2 {
  aspect-ratio: 1;
  object-fit: cover;
  background-image: url('../images/sheer-elegance-1_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  position: relative;
}

.col33._2.a {
  background-image: url('../images/persiana-filtro-ligero_1.avif');
  position: relative;
}

.col33._2.b {
  background-image: url('../images/persiana-madera-b_1.avif');
  position: relative;
}

.col33._3 {
  aspect-ratio: 1;
  object-fit: cover;
  background-image: url('../images/enrollable-black-out_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  position: relative;
}

.col33._3.a {
  background-image: url('../images/persiana-romana_1.avif');
  position: relative;
}

.col33._3.b {
  background-image: url('../images/persiana-aluminio_1.avif');
}

.cont_desplegable_block {
  background-color: var(--color-3);
  flex-flow: wrap;
  justify-content: space-between;
  align-self: flex-end;
  width: 100%;
  height: auto;
  display: flex;
}

.cont_desplegable_block._1 {
  cursor: pointer;
  justify-content: center;
  height: auto;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.cont_desplegable_block._1:hover {
  background-color: #f3bf75;
}

.cont_desplegable_block._2 {
  background-color: var(--color-2);
  cursor: pointer;
  justify-content: center;
  height: auto;
  transition: background-color .2s;
  position: relative;
}

.cont_desplegable_block._2:hover {
  background-color: #f18266;
}

.cont_desplegable_block._3 {
  background-color: var(--color-1);
  cursor: pointer;
  justify-content: center;
  height: auto;
  transition: background-color .2s;
  position: relative;
}

.cont_desplegable_block._3:hover {
  background-color: #d84646;
}

.parrafo_block {
  color: var(--color-4);
  align-self: center;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding: 1rem;
  font-size: .9rem;
  display: none;
}

.parrafo_block._1 {
  height: auto;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: .9rem;
  display: block;
}

.parrafo_block._2 {
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.slider {
  background-color: #0000;
  width: 90%;
  height: auto;
  padding-top: 0;
  padding-bottom: 2rem;
}

.icon, .icon-2 {
  color: var(--color-1);
}

.slide-nav {
  font-size: .6rem;
}

.mask {
  width: 100%;
  height: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.slide {
  background-color: #ffffff80;
  border-radius: 15px 0 0 15px;
  width: 47%;
  height: 20rem;
  margin-right: 2rem;
  overflow: clip;
  box-shadow: 0 1px 2px #0003;
}

.info_testimonio {
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding: 1rem 3rem 1rem 1rem;
  display: flex;
}

.left-arrow {
  inset: 0% auto 0% -8%;
}

.right-arrow {
  inset: 0% -8% 0% auto;
}

.cont_titulo {
  flex-flow: row;
  justify-content: space-between;
  align-self: center;
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
  display: flex;
}

.perfil_testimonio {
  aspect-ratio: 1;
  background-color: var(--color-5);
  border-radius: 100%;
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
}

.parrafo_testimonio {
  width: 100%;
  height: auto;
  margin-bottom: 0;
  font-size: .8rem;
}

.cont_stars {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: wrap;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
  display: flex;
}

.star {
  width: 1.5rem;
  height: 1.5rem;
}

.cont_otros {
  flex-flow: wrap;
  justify-content: space-between;
  width: 90%;
  height: auto;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.col50 {
  flex-flow: wrap;
  justify-content: space-between;
  width: 49%;
  height: auto;
  margin-bottom: 1rem;
  display: flex;
  position: relative;
}

.img-producto {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.cont_btns_flotante {
  z-index: 99999;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  inset: auto auto 5% 3%;
}

.whats-card-2 {
  z-index: 99999;
  -webkit-text-stroke-color: #000;
  background-color: #2ef253;
  background-image: linear-gradient(135deg, #0000, #3e9959);
  border: .5px #edf0f5;
  border-radius: 3vw;
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: .5rem;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: static;
  bottom: 20px;
  left: auto;
  right: 10%;
  box-shadow: 0 2px 5px #0003;
}

.whats-card-2:hover {
  background-color: #157212;
}

.cont_whats-2 {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding-right: 0;
  display: flex;
}

.img_whats-2 {
  width: 2.5rem;
  height: 2.5rem;
  padding-right: 0;
}

.dropdown_icon {
  align-self: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: auto;
}

.titulo_block {
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.block_parrafo {
  align-self: center;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.pie-pagina {
  z-index: 15;
  background-color: var(--color-4);
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
}

.cont_footer {
  flex-flow: wrap;
  justify-content: space-between;
  width: 60%;
  max-width: none;
  height: auto;
  margin-left: 10%;
  margin-right: auto;
  display: flex;
}

.copyright {
  color: var(--color-5);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.link {
  text-decoration: none;
}

.text-span {
  color: var(--color-1);
  font-weight: 600;
  text-decoration: none;
}

.success_message {
  color: var(--color-4);
  background-color: #0a920a;
}

.error_message {
  background-color: #d82020;
}

@media screen and (max-width: 991px) {
  .seccion.formulario {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .seccion.bars {
    position: relative;
  }

  .contenedor.hero {
    width: 90%;
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-right: 7rem;
  }

  .contenedor.info {
    width: 80%;
    padding-right: 0;
  }

  .contenedor.testimonios, .contenedor.footer {
    width: 80%;
  }

  .h1 {
    font-size: 2.5rem;
  }

  .logo {
    height: 5rem;
  }

  .h2._2, .h2._2.bco {
    font-size: 2rem;
  }

  .h2.hero {
    font-size: 1.4rem;
  }

  .bar_form._2.b {
    right: -24%;
  }

  .bar_form._1.b {
    right: -21%;
  }

  .bar_form._3.b {
    right: -27%;
  }

  .cont_bars.b {
    z-index: 17;
  }

  .form_block {
    width: 80%;
    height: auto;
    margin-left: 6%;
    margin-right: auto;
    position: static;
  }

  .parrafo_hero {
    font-size: 1rem;
  }

  .submit-button {
    align-self: center;
  }

  .paragraph {
    font-size: 1rem;
  }

  .txt_img._2 {
    font-size: 1.8rem;
  }

  .txt_img._2.box.a {
    font-size: 1.1rem;
  }

  .txt_img._2.box.b {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.2rem;
  }

  .txt_img._2.box.b.inferior {
    font-size: 1.1rem;
  }

  .txt_img._2.box.c {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.2rem;
  }

  .txt_img._2.box.c.inferior {
    font-size: 1.1rem;
  }

  .txt_img._2.box.d, .txt_img._2.box.e {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.2rem;
  }

  .txt_img._1 {
    font-size: 1.8rem;
  }

  .col33._1, .col33._2, .col33._3 {
    aspect-ratio: 2;
    width: 100%;
  }

  .slide {
    height: 21rem;
  }

  .left-arrow {
    left: -10%;
  }

  .right-arrow {
    right: -10%;
  }

  .perfil_testimonio {
    aspect-ratio: 1;
  }

  .cont_btns_flotante {
    width: auto;
    margin-left: 1rem;
    left: auto;
    right: 1%;
  }

  .whats-card-2 {
    border-radius: 6vw;
    width: 3.5rem;
    height: 3.5rem;
    padding-left: .5rem;
    padding-right: .5rem;
    left: auto;
    right: 5%;
  }

  .cont_whats-2 {
    width: auto;
    height: auto;
    padding-right: 0;
  }

  .img_whats-2 {
    width: 2rem;
    height: 2rem;
  }

  .block_parrafo {
    width: auto;
    height: auto;
    overflow: clip;
  }

  .pie-pagina {
    padding-bottom: 3rem;
  }

  .cont_footer {
    text-align: center;
    flex-flow: column;
    width: 90%;
    margin-left: auto;
    margin-right: 10%;
  }

  .copyright {
    text-align: center;
    margin-top: .5rem;
  }
}

@media screen and (max-width: 767px) {
  .seccion.info {
    position: relative;
  }

  .seccion.mas {
    padding-bottom: 0;
  }

  .contenedor.hero {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-right: 5rem;
  }

  .contenedor.info {
    margin-right: 15%;
  }

  .h1 {
    font-size: 2rem;
  }

  .h2._2, .h2._2.bco {
    font-size: 1.6rem;
  }

  .h2.hero {
    font-size: 1.2rem;
  }

  .h3 {
    width: 100%;
  }

  .h3._1 {
    margin-bottom: 1rem;
  }

  .cont_producto {
    flex-flow: wrap;
    justify-content: space-between;
  }

  .cont_producto._2 {
    justify-content: space-between;
  }

  .block40._1 {
    width: 100%;
  }

  .block40._2 {
    width: 100%;
    position: relative;
  }

  .block40._3 {
    width: 100%;
  }

  .block60._1 {
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    top: -5%;
  }

  .block60._2 {
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
  }

  .txt_img._2.box.b, .txt_img._2.box.c, .txt_img._2.box.d, .txt_img._2.box.e {
    font-size: 1rem;
  }

  .cont_header._1.info {
    margin-bottom: 1rem;
  }

  .col33._1, .col33._2, .col33._3 {
    aspect-ratio: 3 / 2;
    width: 100%;
  }

  .slide {
    width: 100%;
    height: 17rem;
  }

  .left-arrow {
    left: -15%;
  }

  .right-arrow {
    right: -15%;
  }

  .perfil_testimonio {
    aspect-ratio: 1;
  }

  .col50 {
    width: 100%;
    margin-bottom: 3rem;
  }

  .cont_btns_flotante {
    margin-left: auto;
    margin-right: .5rem;
    right: 1%;
  }

  .whats-card-2 {
    width: 3rem;
    height: 3rem;
  }

  .cont_whats-2 {
    height: 4vw;
  }

  .img_whats-2 {
    width: 1.9rem;
    height: 1.9rem;
    padding-left: 0;
  }

  .pie-pagina {
    font-size: .9rem;
  }

  .cont_footer {
    margin-left: 0%;
  }
}

@media screen and (max-width: 479px) {
  .contenedor.hero {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 3rem;
  }

  .h1 {
    font-size: 1.6rem;
  }

  .h2.form, .h2._2, .h2._2.bco {
    font-size: 1.4rem;
  }

  .submit-button {
    font-size: .8rem;
  }

  .text-field.block {
    min-height: 12rem;
  }

  .button {
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1rem;
  }

  .h3 {
    width: 100%;
  }

  .block60._1, .block60._2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .paragraph {
    font-size: .9rem;
  }

  .txt_img._2.box.b, .txt_img._2.box.c, .txt_img._2.box.d, .txt_img._2.box.e {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .txt_img._1 {
    font-size: 1.6rem;
  }

  .cont_header.b, .cont_header._1.info, .cont_header.footer {
    margin-bottom: 1rem;
  }

  .col33._1.a, .col33._2.a, .col33._3.a {
    aspect-ratio: 3 / 2;
  }

  .parrafo_block._2 {
    font-size: .8rem;
  }

  .icon, .icon-2 {
    font-size: 2rem;
    font-weight: 900;
  }

  .slide {
    height: 22rem;
  }

  .info_testimonio {
    padding-right: 2rem;
  }

  .left-arrow {
    left: -23%;
  }

  .right-arrow {
    right: -24%;
  }

  .perfil_testimonio {
    width: 2rem;
    height: 2rem;
  }

  .cont_btns_flotante {
    margin-right: 0;
    bottom: .5rem;
    right: .5rem;
  }

  .whats-card-2 {
    border-radius: 20vw;
    width: 3rem;
    height: 3rem;
    padding-right: .5rem;
    left: auto;
    right: 5%;
  }

  .cont_whats-2 {
    height: 6vw;
    padding-left: 0;
    padding-right: 0;
  }

  .img_whats-2 {
    width: 1.9rem;
    height: 1.9rem;
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
  }

  .pie-pagina {
    padding-bottom: 6rem;
    padding-right: 2rem;
  }
}


