:root {
  --menta: #82c0b4;
  --azul: #2c3664;
  --aqua: #62b7a5;
  --verde: #9bce6e;
}

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

h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1em;
}

h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2em;
}

p {
  margin-bottom: 1rem;
  line-height: 1.5em;
}

li {
  margin-bottom: 1rem;
}

.seccion {
  width: 100%;
  height: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.seccion.hero {
  z-index: 990;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 20rem;
  display: flex;
  position: static;
}

.seccion.hero.bg-dark {
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  padding-top: 4rem;
  position: relative;
}

.seccion.blanco {
  z-index: 990;
  background-color: #fff;
  border: 1px #000;
  border-top-width: 10px;
  position: relative;
}

.seccion.verde {
  z-index: 990;
  background-color: #fff;
  background-image: linear-gradient(#82c0b426, #82c0b426);
  border: 0 #000;
  position: relative;
}

.seccion.azul {
  z-index: 990;
  border-style: solid;
  border-width: 10px 1px;
  border-color: var(--menta) black;
  background-color: var(--azul);
  position: relative;
}

.seccion.hero_servicios {
  z-index: 990;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  padding-top: 12rem;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
}

.seccion.hero_servicios.bg-dark {
  min-height: 100vh;
  padding-bottom: 0;
}

.seccion.hero_contacto {
  z-index: 990;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding-top: 12rem;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.seccion.hero_contacto.bg-dark {
  min-height: 100vh;
}

.contenedor {
  flex-flow: wrap;
  align-items: center;
  width: 80%;
  max-width: 1280px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.contenedor.centrado {
  justify-content: center;
  align-items: center;
}

.contenedor.franja {
  opacity: 5;
  background-color: #82c0b4b3;
  flex-flow: wrap;
  justify-content: space-between;
  max-width: none;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: static;
}

.contenedor.hero {
  justify-content: space-between;
  position: relative;
}

.contenedor.wrap {
  flex-flow: wrap;
  justify-content: space-around;
  align-items: stretch;
}

.contenedor.full {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: none;
  margin-bottom: 2rem;
}

.contenedor.down {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  margin-bottom: auto;
}

.contenedor.menu {
  width: 90%;
  max-width: none;
  padding-top: 0;
  padding-bottom: 0;
}

.contenedor.centro {
  justify-content: center;
  align-items: center;
}

.contenedor._90 {
  width: 90%;
  max-width: none;
}

.contenedor.grid {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-bottom: 2rem;
}

.contenedor.verde {
  background-color: #82c0b480;
  border-radius: 20px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 3rem 2rem;
  position: relative;
}

.top_bar {
  background-color: var(--aqua);
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3rem;
  padding-top: .6rem;
  padding-bottom: .6rem;
  display: flex;
  position: static;
  top: 0;
}

.body {
  color: var(--azul);
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1.2em;
}

.centrado {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.menu {
  z-index: 998;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #0000;
  flex-flow: wrap;
  width: 100%;
  height: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.menu.blanco {
  background-color: #0000;
}

.cont_menu {
  z-index: 999;
  flex-flow: wrap;
  width: 100%;
  height: auto;
  display: flex;
  position: fixed;
  top: 0;
}

.brand {
  width: auto;
  height: auto;
  display: flex;
}

.brand.w--current {
  display: flex;
}

.logo-dark {
  width: 3.5rem;
  height: 3.5rem;
  display: block;
}

.nav-menu {
  z-index: 999;
  color: #2c3664;
  background-color: #0000;
  width: auto;
  margin-left: auto;
  display: block;
  position: static;
}

.link {
  color: #fff;
  letter-spacing: .1em;
  padding: .5rem 0 .5rem 2rem;
  text-decoration: none;
}

.link.w--current:hover {
  color: var(--aqua);
}

.link._2 {
  color: var(--azul);
}

.link._2.w--current {
  color: var(--menta);
}

.background-video {
  z-index: 0;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.franja {
  z-index: 990;
  background-color: var(--menta);
  opacity: .7;
  justify-content: center;
  align-items: center;
  width: 100vw;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  position: static;
}

.col50 {
  width: 48%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.col50.img {
  z-index: 990;
  justify-content: center;
  align-items: center;
  width: 48%;
  height: auto;
  display: flex;
  position: absolute;
  top: auto;
  right: 0;
}

.col50.izq {
  z-index: 998;
  flex-flow: wrap;
  margin-left: 0;
  display: flex;
  left: 0;
}

.col50.fill {
  flex-flow: wrap;
  justify-content: space-between;
  height: auto;
  margin-bottom: 2rem;
  display: flex;
}

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

.col50.der {
  flex-flow: wrap;
  width: 55%;
  margin-right: 0;
  position: static;
  right: 0;
}

.img_hero01 {
  aspect-ratio: 1;
  object-fit: contain;
  width: 100%;
  height: auto;
}

.btn_hero {
  background-color: var(--aqua);
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-right: 1rem;
  padding: .8rem 2.5rem;
  display: flex;
}

.btn_hero:hover {
  background-color: var(--verde);
}

.titulo {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3em;
}

.titulo.bco {
  color: #fff;
}

.titulo.izq {
  background-image: url('../images/sebdam_grafico.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: -8rem;
  padding-left: 4rem;
}

.titulo.der {
  margin-left: 4rem;
}

.titulo.blanco {
  color: #fff;
}

.cont_titulo {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.cont_titulo.auto {
  width: auto;
  margin-bottom: 2rem;
  margin-left: 0;
}

.cont_titulo.left {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2rem;
}

.cont_titulo.down {
  flex-flow: column;
}

.icono {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1rem;
}

.recuadro {
  background-color: #82c0b426;
  border-radius: 30px;
  width: 100%;
  padding: 2rem;
}

.recuadro._1 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 300px;
  margin-bottom: 1.5rem;
  display: flex;
}

.recuadro._2 {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  height: 300px;
  display: flex;
}

.recuadro._3 {
  flex-flow: wrap;
  width: 48%;
  margin-bottom: 0;
  display: flex;
}

.recuadro._4 {
  aspect-ratio: auto;
  flex-flow: wrap;
  width: 100%;
  height: 48%;
  margin-bottom: auto;
  display: flex;
}

.recuadro._5 {
  aspect-ratio: auto;
  flex-flow: wrap;
  width: 100%;
  height: 49%;
  margin-top: auto;
  display: flex;
}

.img2 {
  object-fit: contain;
  width: auto;
  height: 80%;
  margin-top: auto;
  margin-bottom: 1rem;
}

.btn {
  background-color: var(--aqua);
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-right: 1rem;
  padding: .8rem 2.5rem;
  display: flex;
}

.btn:hover {
  background-color: var(--verde);
}

.btn.productos {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.nombre {
  width: 100%;
  margin-top: auto;
  font-weight: 600;
}

.col25 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 23%;
  margin-bottom: 4rem;
  display: flex;
}

.img_servicios {
  aspect-ratio: 1;
  border-radius: 500px;
  width: 18vw;
  height: auto;
  margin-bottom: 1rem;
}

.txt_servicios {
  color: var(--menta);
  text-align: center;
  width: 80%;
  font-size: 1.2rem;
}

.logos {
  width: 20%;
  margin-left: auto;
  margin-right: auto;
}

.logos.var {
  width: 12%;
  height: auto;
}

.cont_logos {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

.footer {
  z-index: 990;
  border-style: solid;
  border-width: 10px 1px 1px;
  border-color: var(--menta) black black;
  background-color: var(--azul);
  color: #fff;
  width: 100%;
  height: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}

.logo_footer {
  width: 4rem;
  margin-bottom: 2rem;
}

.rrss {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: auto;
  display: flex;
  position: static;
  right: 5%;
}

.rrss.abs {
  position: absolute;
}

.logo_rrss {
  background-color: var(--menta);
  object-fit: cover;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 1.8rem;
  height: 1.8rem;
  margin-left: .5rem;
  margin-right: .5rem;
  padding: .6rem;
  display: flex;
}

.logo_rrss:hover {
  background-color: #fff;
}

.logo_rrss.var {
  padding: .4rem;
}

.logo_rrss._2 {
  background-color: var(--azul);
}

.logo_rrss._2:hover {
  background-color: #fff;
}

.legales {
  flex-flow: column;
  width: 100%;
  height: auto;
  margin-bottom: 2rem;
  display: flex;
}

.legales._1 {
  background-image: url('../images/Footer-Check.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 1.8rem;
  flex-flow: wrap;
  width: auto;
}

.legales._2 {
  background-image: url('../images/Footer-Info.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 1.8rem;
  width: auto;
}

.legales._3 {
  background-image: url('../images/Footer-Question.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 1.8rem;
  width: auto;
  margin-bottom: auto;
  margin-left: 1rem;
  margin-right: 0;
  padding-left: 0;
}

.txt_footer {
  color: #fff;
  width: 80%;
  margin-bottom: 1rem;
  font-size: .9rem;
}

.txt_footer.var {
  flex-flow: column;
  width: auto;
  margin-bottom: 0;
  margin-left: 3rem;
  text-decoration: none;
  display: flex;
}

.txt_footer.hoover {
  width: auto;
  margin-bottom: 0;
  margin-left: 3rem;
  margin-right: auto;
  text-decoration: none;
}

.txt_footer.hoover:hover {
  color: var(--menta);
}

.col {
  width: auto;
  margin-bottom: auto;
  margin-left: 1rem;
}

.col.auto {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.col.var {
  width: 25vw;
}

.link-2 {
  color: var(--menta);
  text-decoration: none;
}

.link-2:hover {
  color: var(--aqua);
}

.img1 {
  object-fit: contain;
  width: 80%;
}

.cont_recuadros {
  flex-flow: wrap;
  width: 48%;
  display: flex;
}

.video {
  height: auto;
}

.cont_legales {
  flex-flow: wrap;
  justify-content: space-between;
  width: auto;
  display: flex;
}

.copyright {
  border-top: 2px solid var(--menta);
  text-align: center;
  width: 90%;
  max-width: 1280px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  font-size: .9rem;
}

.img3 {
  object-fit: contain;
  width: 100%;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: static;
  right: auto;
}

.img3.var {
  margin-top: auto;
}

.txt_seccion {
  color: var(--menta);
  width: 100%;
  margin-bottom: 1rem;
}

.contenedor_split {
  background-color: #fff;
  background-image: linear-gradient(#82c0b426, #82c0b426);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.contenedor_split.bg-light {
  height: 40vh;
}

.parrafo50 {
  width: 50%;
  line-height: 1.3em;
}

.parrafo50.sinmargen {
  width: 65%;
  margin-bottom: 0;
}

.img5 {
  z-index: 990;
  object-fit: contain;
  width: auto;
  max-width: 60%;
  height: auto;
  position: absolute;
  top: 20rem;
  right: -10rem;
}

.img6 {
  aspect-ratio: 1;
  border-radius: 30px;
}

.col30 {
  width: 30%;
  position: static;
}

.cont_showhide {
  width: 100%;
  margin-bottom: 1rem;
  margin-left: auto;
  position: relative;
}

.cont_text {
  border-bottom: 2px solid var(--azul);
  width: 100%;
  margin-bottom: 2rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-weight: 700;
}

.txt_servicio {
  width: 100%;
  margin-left: 0;
  display: none;
}

.col70 {
  width: 65%;
  margin-left: auto;
}

.img7 {
  aspect-ratio: 1;
  border-radius: 500px;
}

.auto {
  width: auto;
  margin-left: 2rem;
}

.arrow {
  width: 1rem;
  height: 1rem;
  position: absolute;
  inset: auto 0% auto auto;
}

.text-block {
  display: block;
}

.img8 {
  z-index: 998;
  width: 40vw;
  position: absolute;
  right: 0;
}

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

.button {
  background-color: var(--menta);
  border-radius: 500px;
  margin: auto auto auto 2rem;
  padding: .8rem 2rem;
}

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

.button.der {
  margin-left: auto;
  margin-right: 0;
}

.filtros {
  background-color: #2c36640f;
  border-radius: 20px;
  width: 22%;
  padding: 1.5rem;
}

.filter-btn {
  color: var(--azul);
  background-color: #0000;
  border: 1px #0000;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.cont_productos {
  flex-flow: column;
  justify-content: flex-start;
  width: 75%;
  display: flex;
}

.titulo2 {
  color: var(--menta);
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5em;
}

.parrafo100 {
  width: 100%;
  height: auto;
  margin-bottom: 2rem;
  line-height: 1.3em;
}

.data-group {
  margin-bottom: 1rem;
}

.data-group._2 {
  margin-top: 1rem;
}

.parrafo-producto {
  color: #a2a2a2;
  font-size: .8rem;
}

.nombre-producto {
  color: var(--azul);
  margin-bottom: .5rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1em;
  text-decoration: none;
}

.subtitulo {
  color: var(--menta);
  margin-bottom: 1rem;
}

.img_producto {
  object-fit: contain;
  margin-top: 0;
  margin-bottom: 1rem;
}

.product-card {
  background-color: #82c0b426;
  border-radius: 20px;
  width: 31%;
  margin-bottom: 2rem;
  margin-left: .5rem;
  margin-right: .5rem;
  padding: 2rem;
  text-decoration: none;
}

.product-card:hover {
  background-color: #9bce6e26;
}

.filter-clear {
  background-color: var(--menta);
  color: #fff;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.filter-clear:hover {
  background-color: var(--aqua);
  color: #fff;
}

.cont_filtros {
  width: auto;
  height: auto;
}

.form-block {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #82c0b426;
  border-radius: 20px;
  flex-flow: wrap;
  justify-content: space-between;
  margin-bottom: 4rem;
  padding: 2rem;
  display: flex;
}

.form {
  flex-flow: wrap;
  align-items: flex-start;
  width: 55%;
  display: flex;
}

.code-embed {
  filter: grayscale();
  width: 40%;
  min-height: 20rem;
}

.text-field {
  color: #fff;
  background-color: #ffffff1a;
  border: 1px solid #0000;
  width: 49%;
}

.text-field::placeholder {
  color: #fff;
}

.text-field._100 {
  width: 100%;
}

.text-field.txt {
  width: 100%;
  min-height: 10rem;
}

.submit-button {
  background-color: var(--menta);
  border-radius: 5500px;
  width: auto;
  height: 3rem;
  margin-top: 1rem;
  margin-bottom: auto;
  margin-left: auto;
}

.cont_textfield {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.background-video-2 {
  z-index: 0;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.img_servicio {
  width: 100%;
  height: auto;
  position: static;
}

.titulo_productos {
  text-align: right;
  margin-bottom: 0;
  margin-left: auto;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1em;
}

.cont_titulos {
  flex-flow: wrap;
  width: 100%;
  margin-bottom: 2rem;
  margin-left: auto;
  display: flex;
}

.categoria {
  color: var(--menta);
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-bottom: .5rem;
  margin-left: auto;
  display: flex;
}

.link_brochure {
  color: var(--aqua);
  margin-top: 2rem;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.link_brochure:hover {
  color: #fff;
  font-weight: 500;
}

.parrafo_cta {
  justify-content: space-between;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.col_imagen {
  width: 48%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.col_imagen.absolute {
  justify-content: center;
  align-items: center;
  width: 40%;
  height: auto;
  margin-left: 2rem;
  display: flex;
  position: absolute;
  left: 0;
}

.btn_back {
  color: var(--azul);
  justify-content: flex-start;
  align-items: flex-end;
  width: auto;
  height: auto;
  margin-bottom: 5px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.btn_back:hover {
  color: var(--verde);
}

.cont_100 {
  flex-flow: wrap;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
  display: flex;
}

.logo-light {
  width: 3.5rem;
  height: 3.5rem;
  display: block;
}

.paragraph-2 {
  margin-bottom: 1rem;
}

.list-2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding-left: 20px;
}

.txt {
  font-weight: 700;
}

.cruz {
  z-index: 0;
  opacity: .5;
  width: 30%;
  height: auto;
  position: absolute;
  inset: 12rem auto auto 10%;
}

.cruz.var {
  left: auto;
  right: 10%;
}

.slider {
  background-color: #0000;
  width: auto;
  height: auto;
}

.slide-nav {
  display: none;
}

.icon-2, .icon-3 {
  font-size: 1rem;
}

.left-arrow, .right-arrow {
  display: none;
}

.h1 {
  font-size: 2rem;
  line-height: 1.2em;
}

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

.tel2-card {
  z-index: 99999;
  color: #fff;
  -webkit-text-stroke-color: #000;
  background-color: #3e53ae;
  border: 1px #edf0f5;
  border-radius: 5vw;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: .5rem;
  text-decoration: none;
  display: none;
  position: static;
  bottom: 55px;
  left: auto;
  right: 10%;
  box-shadow: 3px 2px 5px #0003;
}

.tel2-card:hover {
  color: #1d1a19;
  background-color: #09335f;
  background-image: none;
}

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

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

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

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

@media screen and (min-width: 1280px) {
  .seccion.hero {
    padding-top: 12rem;
  }

  .contenedor.down._2 {
    margin-bottom: 4rem;
  }

  .centrado {
    width: 90%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }

  .col50.img {
    width: 48%;
  }

  .col50.fill {
    height: auto;
  }

  .img_hero01 {
    object-fit: contain;
    height: auto;
  }

  .btn_hero {
    width: auto;
  }

  .recuadro._1 {
    height: 48%;
  }

  .recuadro._2 {
    aspect-ratio: 1;
    flex-flow: column;
    height: 48%;
    min-height: 300px;
    display: flex;
  }

  .recuadro._3 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 48%;
    height: 100%;
    display: flex;
  }

  .recuadro._4 {
    aspect-ratio: 1;
    flex-flow: column;
    width: 100%;
    height: 48%;
    margin-bottom: auto;
    display: flex;
  }

  .recuadro._5 {
    aspect-ratio: 1;
    flex-flow: column;
    width: 100%;
    height: 48%;
    margin-bottom: 0;
    display: flex;
  }

  .img2 {
    aspect-ratio: 1;
    object-fit: contain;
    width: 100%;
    margin-top: auto;
    margin-bottom: 1rem;
  }

  .btn.productos.none {
    display: none;
  }

  .nombre {
    width: 100%;
    margin-top: auto;
  }

  .footer {
    flex-flow: wrap;
    padding-bottom: 2rem;
    display: flex;
  }

  .legales._3 {
    margin-left: 0;
  }

  .txt_footer.var {
    margin-left: 4rem;
  }

  .col {
    width: auto;
    margin-left: 0;
    margin-right: 1rem;
  }

  .img1 {
    aspect-ratio: auto;
    object-fit: contain;
    width: auto;
    height: 90%;
    margin-top: auto;
    margin-bottom: auto;
  }

  .cont_recuadros {
    flex-flow: column;
    width: 48%;
    height: 100%;
    display: flex;
  }

  .cont_legales {
    width: auto;
    display: flex;
  }

  .copyright {
    border-style: solid none none;
    border-width: 1px 3px 3px;
    border-color: var(--menta) black black;
    width: 90%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2rem;
  }

  .img3 {
    aspect-ratio: auto;
    object-fit: contain;
    width: 100%;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
  }

  .h2_hero {
    text-transform: uppercase;
    font-size: 1.8rem;
  }

  .img5 {
    aspect-ratio: auto;
    object-fit: contain;
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
  }

  .img_producto {
    aspect-ratio: 1;
    object-fit: contain;
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
  }

  .text-field:hover {
    background-color: #fff6;
  }

  .text-field::placeholder {
    color: #ffffff80;
  }

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

  .link_brochure {
    width: 100%;
    display: none;
  }

  .h1 {
    text-transform: uppercase;
    font-size: 2.5rem;
    line-height: 1.2em;
  }

  .whats-card-2 {
    display: flex;
  }

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

@media screen and (max-width: 991px) {
  h1 {
    font-size: 2.5rem;
    line-height: 1.1em;
  }

  h2 {
    text-align: center;
    font-size: 1.2rem;
  }

  li {
    margin-bottom: .5rem;
  }

  .seccion.hero {
    min-height: 0;
    padding-top: 10rem;
    padding-bottom: 2rem;
  }

  .seccion.hero.bg-dark {
    min-height: 0;
    padding-top: 14rem;
    padding-bottom: 10rem;
  }

  .seccion.hero_servicios {
    min-height: 0;
    padding-top: 10rem;
    padding-bottom: 4rem;
  }

  .seccion.hero_servicios.bg-dark {
    padding-bottom: 0;
  }

  .seccion.hero_contacto {
    min-height: 0;
    padding-top: 10rem;
  }

  .seccion.hero_contacto.bg-dark {
    padding-top: 10rem;
  }

  .contenedor {
    justify-content: space-between;
  }

  .contenedor.franja {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .contenedor.hero {
    flex-flow: wrap-reverse;
  }

  .contenedor.wrap {
    width: 90%;
  }

  .contenedor.full {
    flex-flow: wrap;
    align-items: stretch;
  }

  .contenedor.down {
    width: 90%;
  }

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

  .contenedor.grid {
    flex-flow: wrap;
    align-items: flex-start;
  }

  .contenedor.verde {
    width: 100%;
    position: static;
  }

  .top_bar {
    height: 2.5rem;
  }

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

  .logo-dark {
    width: auto;
    height: 3rem;
  }

  .nav-menu {
    background-color: #82c0b4f2;
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-top: 1rem;
    display: flex;
    position: absolute;
  }

  .link {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 16vh;
    max-height: 16vh;
    font-size: 1.2rem;
    font-weight: 600;
    display: flex;
  }

  .link:hover {
    color: var(--azul);
  }

  .link.w--current {
    color: var(--azul);
    height: 12vh;
  }

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

  .col50.img {
    width: 48%;
    margin-top: -5rem;
    margin-left: auto;
    padding-left: 0%;
    padding-right: 0%;
    position: relative;
  }

  .col50.izq {
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: auto;
    position: static;
  }

  .col50.izq.hero {
    width: 70%;
  }

  .col50.fill {
    width: 48%;
  }

  .col50.der {
    width: 100%;
    margin-bottom: 0;
  }

  .img_hero01 {
    width: 100%;
    height: auto;
  }

  .btn_hero {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .titulo {
    line-height: 1.2em;
  }

  .titulo.izq {
    margin-left: 0;
    margin-right: auto;
  }

  .titulo.der {
    margin-left: auto;
  }

  .cont_titulo {
    margin-bottom: 2rem;
  }

  .cont_titulo.down {
    width: 80%;
  }

  .recuadro._1 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-height: 250px;
    display: flex;
  }

  .recuadro._2 {
    height: 250px;
    padding: 1.5rem;
  }

  .recuadro._3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .recuadro._4 {
    height: auto;
    min-height: 250px;
  }

  .img2 {
    object-fit: contain;
    width: 100%;
    height: 70%;
  }

  .btn.productos, .nombre {
    margin-right: auto;
  }

  .col25 {
    width: 48%;
  }

  .img_servicios {
    width: 35vw;
  }

  .txt_servicios {
    text-align: center;
    font-size: 1rem;
  }

  .cont_logos {
    margin-bottom: 2rem;
  }

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

  .logo_rrss {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .legales._1 {
    flex-flow: wrap;
    margin-bottom: 1rem;
  }

  .legales._2 {
    margin-bottom: 1rem;
  }

  .legales._3 {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }

  .txt_footer {
    width: 75%;
    font-size: 1rem;
  }

  .txt_footer.var {
    width: 85%;
    margin-bottom: .5rem;
    font-size: .9rem;
  }

  .txt_footer.hoover {
    width: 85%;
    margin-bottom: .2rem;
    font-size: .9rem;
  }

  .col {
    width: 100%;
  }

  .col.auto {
    width: 20%;
  }

  .col.var {
    width: 50vw;
  }

  .img1 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .cont_legales {
    width: 55%;
  }

  .copyright {
    margin-top: 2rem;
  }

  .h2_hero {
    text-align: left;
  }

  .contenedor_split {
    margin-top: 2rem;
  }

  .img5 {
    width: 65vw;
    max-width: none;
    top: 24.5rem;
    right: -2rem;
  }

  .col30 {
    width: 40%;
    margin-bottom: 2rem;
  }

  .cont_showhide {
    width: 100%;
    margin-bottom: 1rem;
  }

  .cont_text {
    padding-right: 2rem;
  }

  .col70 {
    width: 55%;
  }

  .auto {
    width: 48%;
    margin-left: 0;
  }

  .img8 {
    width: 60vw;
    right: -5rem;
  }

  .filtros {
    border-radius: 20px;
    padding: 1rem;
  }

  .filter-btn {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: .8rem;
  }

  .titulo2 {
    margin-bottom: 1rem;
    font-size: 1.8rem;
  }

  .data-group {
    margin-bottom: .5rem;
  }

  .nombre-producto {
    font-size: 1.2rem;
  }

  .img_producto {
    width: 100%;
    margin-top: 0;
  }

  .product-card {
    width: 45%;
    margin-bottom: 1rem;
    padding: 1rem;
  }

  .submit-button {
    width: 49%;
  }

  .cont_textfield {
    width: 100%;
    margin-bottom: 0;
  }

  .img_servicio {
    width: 60%;
  }

  .titulo_productos {
    text-align: right;
    width: 80%;
    font-size: 2.2rem;
    line-height: 1.2em;
  }

  .cont_titulos {
    width: 100%;
  }

  .link_brochure {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .parrafo_cta {
    width: 100%;
  }

  .col_imagen {
    width: 100%;
    margin-bottom: 2rem;
  }

  .col_imagen.absolute {
    width: 100%;
    height: auto;
    margin-left: auto;
    position: static;
  }

  .logo-light {
    width: auto;
    height: 3rem;
  }

  .cruz.var {
    width: 50%;
    top: 15rem;
  }

  .h1 {
    font-size: 1.5rem;
  }

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

  .tel2-card {
    width: 6vw;
    height: 6vw;
    padding-left: 1vw;
    padding-right: 1vw;
    bottom: 70px;
    left: auto;
    right: 5%;
  }

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

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

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

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

  .seccion.hero {
    padding-top: 12rem;
  }

  .seccion.hero_servicios.bg-dark {
    min-height: 90vh;
    padding-bottom: 0;
  }

  .contenedor {
    width: 90%;
  }

  .contenedor.franja {
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .contenedor.wrap, .contenedor.down {
    width: 90%;
  }

  .contenedor.centro {
    flex-flow: wrap;
  }

  .contenedor.verde {
    width: 100%;
    padding-top: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .centrado {
    margin-left: 2.5%;
  }

  .col50.img {
    width: 100%;
    margin-top: -6rem;
    margin-bottom: 0;
    padding-left: 20%;
    padding-right: 20%;
  }

  .col50.izq {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
  }

  .col50.izq.hero {
    width: 65%;
  }

  .col50.fill {
    width: 100%;
  }

  .btn_hero {
    width: 40%;
    margin-left: auto;
  }

  .titulo {
    font-size: 1.6rem;
  }

  .titulo.izq {
    margin-left: 0;
    margin-right: auto;
    padding-left: 3rem;
  }

  .titulo.der {
    margin-left: auto;
  }

  .cont_titulo.down {
    width: 100%;
  }

  .recuadro {
    padding: 1rem;
  }

  .recuadro._3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .recuadro._4 {
    height: 48%;
    margin-bottom: 1rem;
  }

  .recuadro._5 {
    height: 48%;
  }

  .logos {
    width: 40%;
    margin-bottom: 2rem;
    margin-left: 5%;
    margin-right: 5%;
  }

  .logos.var {
    width: 25%;
    margin-left: 12.5%;
    margin-right: 12.5%;
  }

  .cont_logos {
    margin-bottom: 1rem;
  }

  .logo_footer {
    margin-left: auto;
    margin-right: auto;
  }

  .rrss {
    width: 100%;
    margin-right: auto;
  }

  .rrss.abs {
    width: auto;
  }

  .logo_rrss {
    margin-left: auto;
    margin-right: auto;
  }

  .logo_rrss._2 {
    margin-left: .25rem;
    margin-right: 0;
  }

  .legales._1 {
    width: 100%;
    margin-bottom: 1rem;
    margin-left: auto;
  }

  .legales._2 {
    width: 100%;
    margin-bottom: 0;
    margin-left: auto;
  }

  .legales._3 {
    margin-bottom: 0;
  }

  .txt_footer.var {
    width: auto;
    font-size: .8rem;
  }

  .txt_footer.hoover {
    width: 90%;
    font-size: .8rem;
  }

  .col.auto {
    justify-content: center;
    align-items: stretch;
    width: 25%;
  }

  .col.var {
    width: 90%;
    margin-left: 0;
  }

  .video {
    height: auto;
  }

  .cont_legales {
    justify-content: flex-end;
    width: 75%;
  }

  .copyright {
    margin-top: 2rem;
    padding-top: 1rem;
  }

  .h2_hero {
    text-align: left;
    width: 100%;
    margin-bottom: 2rem;
  }

  .contenedor_split {
    margin-top: 2rem;
  }

  .contenedor_split.bg-light {
    height: auto;
    padding-top: 8rem;
  }

  .parrafo50, .parrafo50.sinmargen {
    width: 100%;
  }

  .img5 {
    width: 80vw;
    max-width: none;
    top: 20rem;
    right: auto;
  }

  .img8 {
    width: 60vw;
    top: 6rem;
    right: -6.5rem;
  }

  .button {
    margin-left: auto;
  }

  .button.der {
    margin-top: 2rem;
    margin-right: auto;
  }

  .filtros {
    border-radius: 20px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 1rem;
    padding: 1rem;
    display: flex;
  }

  .filter-btn {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 15px;
    font-size: .8rem;
    display: flex;
  }

  .filter-btn.var {
    margin-top: 1.5rem;
  }

  .cont_productos {
    width: 100%;
  }

  .titulo2 {
    font-size: 1.8rem;
  }

  .parrafo100 {
    width: 100%;
  }

  .data-group {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: 1rem;
    margin-bottom: .5rem;
    display: flex;
  }

  .data-group._2 {
    width: 100%;
    margin-top: 0;
  }

  .product-card {
    padding: 1rem;
  }

  .filter-clear {
    width: 48%;
    margin-top: 1rem;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cont_filtros {
    width: 48%;
    margin-bottom: auto;
  }

  .cont_filtros._1, .cont_filtros._2 {
    width: 33%;
  }

  .form {
    width: 100%;
  }

  .code-embed {
    width: 100%;
    min-height: 15rem;
    margin-bottom: 1rem;
  }

  .submit-button {
    width: 50%;
    margin-right: auto;
  }

  .img_servicio {
    width: 70%;
  }

  .titulo_productos {
    text-align: right;
    font-size: 2rem;
  }

  .link_brochure {
    margin-top: 1rem;
  }

  .parrafo_cta {
    flex-flow: column;
  }

  .cruz {
    opacity: .5;
    width: 80%;
    left: auto;
  }

  .cruz.var {
    width: 70%;
    top: 8rem;
    right: auto;
  }

  .h1 {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

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

  .tel2-card {
    width: 3rem;
    height: 3rem;
    bottom: 62px;
  }

  .cont_whats {
    height: 4vw;
  }

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

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

  .cont_whats-2 {
    height: 4vw;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 1.1rem;
  }

  .seccion.hero_servicios {
    padding-top: 9rem;
  }

  .seccion.hero_servicios.bg-dark {
    min-height: 100vh;
  }

  .seccion.hero_contacto, .seccion.hero_contacto.bg-dark {
    padding-top: 9rem;
  }

  .contenedor {
    width: 90%;
  }

  .contenedor.franja {
    width: 100%;
  }

  .contenedor.full {
    flex-flow: wrap;
    width: 100%;
  }

  .contenedor.centro {
    flex-flow: column;
  }

  .contenedor.grid {
    flex-flow: column;
    width: 100%;
  }

  .contenedor.verde {
    width: 95%;
    padding: 1rem;
  }

  .centrado {
    margin-left: auto;
  }

  .link {
    height: 20vh;
    max-height: 20vh;
    padding-right: 2rem;
  }

  .col50.img {
    padding-left: 15%;
    padding-right: 15%;
  }

  .col50.izq {
    width: 100%;
    margin-bottom: 0;
  }

  .col50.izq.hero {
    width: 90%;
    margin-left: auto;
  }

  .col50.fill {
    margin-bottom: 1rem;
  }

  .col50.der {
    margin-bottom: 0;
  }

  .btn_hero {
    width: 90%;
    margin-bottom: 1rem;
    margin-right: auto;
  }

  .titulo {
    text-align: center;
    width: auto;
    font-size: 1.6rem;
    line-height: 1.1em;
  }

  .titulo.izq {
    background-size: auto;
    width: 100%;
    margin-left: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.2rem;
  }

  .titulo.der {
    margin-left: auto;
    margin-right: 1rem;
    font-size: 1.2rem;
  }

  .cont_titulo {
    flex-flow: column;
    margin-bottom: 2rem;
  }

  .cont_titulo.auto {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .icono {
    width: 2rem;
    height: 2rem;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }

  .recuadro._1 {
    margin-bottom: 1rem;
    padding: 1rem;
  }

  .recuadro._2 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    display: flex;
  }

  .recuadro._3 {
    justify-content: center;
    align-items: flex-end;
    padding: 1rem;
  }

  .recuadro._4 {
    justify-content: center;
    align-items: center;
  }

  .recuadro._5 {
    justify-content: center;
    align-items: center;
    min-height: 250px;
    padding: 1rem;
  }

  .btn {
    width: 100%;
  }

  .nombre {
    text-align: center;
    margin-top: 1rem;
  }

  .col25 {
    width: 47%;
    margin-bottom: 2rem;
  }

  .img_servicios {
    width: 100%;
  }

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

  .logos {
    width: 40%;
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
  }

  .logos.var {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
  }

  .cont_logos {
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .footer {
    padding-top: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .logo_footer {
    margin-bottom: 1rem;
  }

  .rrss.abs {
    display: none;
  }

  .legales._1 {
    background-size: 1.5rem;
    width: auto;
  }

  .legales._2 {
    background-size: 1.5rem;
    margin-bottom: 1rem;
  }

  .legales._3 {
    background-size: 1.5rem;
  }

  .txt_footer {
    width: 100%;
    font-size: .9rem;
  }

  .txt_footer.var {
    width: 85%;
    margin-left: 2.5rem;
    font-size: .8rem;
  }

  .txt_footer.hoover {
    width: 85%;
    margin-bottom: .2rem;
    margin-left: 2.5rem;
    font-size: .8rem;
  }

  .col {
    margin-left: 0;
  }

  .col.auto {
    width: 40%;
    margin-bottom: 4rem;
    margin-left: auto;
  }

  .col.var {
    width: auto;
  }

  .video {
    height: auto;
  }

  .cont_legales {
    justify-content: space-between;
    width: 100%;
  }

  .copyright {
    font-size: .8rem;
  }

  .h2_hero {
    margin-bottom: 2rem;
  }

  .contenedor_split {
    padding-top: 8rem;
  }

  .contenedor_split.bg-light {
    padding-top: 5.9rem;
  }

  .parrafo50 {
    text-align: center;
    flex-flow: wrap;
    display: flex;
  }

  .img5 {
    width: 90%;
    max-width: 100%;
    top: 22rem;
    right: auto;
  }

  .col30 {
    width: 100%;
  }

  .cont_showhide {
    margin-bottom: 1rem;
  }

  .col70 {
    width: 100%;
  }

  .auto {
    width: 100%;
    margin-left: 0;
  }

  .text-block {
    padding-right: 2rem;
  }

  .img8 {
    width: 90vw;
    max-width: none;
    top: 17rem;
    right: auto;
  }

  .filtros {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .filter-btn {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-right: 0;
    font-size: .7rem;
  }

  .titulo2 {
    text-align: center;
    font-size: 1.6rem;
  }

  .parrafo100 {
    text-align: center;
  }

  .parrafo-producto {
    width: 100%;
  }

  .nombre-producto {
    width: 100%;
    font-size: 1.3rem;
  }

  .subtitulo {
    width: 100%;
  }

  .img_producto {
    width: 80%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .product-card {
    flex-flow: wrap;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .filter-clear {
    width: auto;
  }

  .heading {
    font-size: 2rem;
  }

  .list {
    padding-left: 20px;
  }

  .form-block {
    padding: 1.5rem;
  }

  .text-field, .submit-button, .img_servicio {
    width: 100%;
  }

  .titulo_productos {
    text-align: center;
    width: 100%;
    margin-bottom: 0;
    margin-right: auto;
    font-size: 1.6rem;
    line-height: 1.1em;
  }

  .categoria {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
  }

  .link_brochure {
    margin-top: 1rem;
  }

  .parrafo_cta {
    width: 100%;
  }

  .btn_back {
    text-align: right;
    justify-content: center;
    align-items: flex-start;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-3 {
    line-height: 1.2em;
  }

  .cruz.var {
    top: 8rem;
  }

  .h1 {
    justify-content: flex-start;
    align-items: center;
    font-size: 1.3rem;
  }

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

  .tel2-card {
    border-radius: 10vw;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    margin-top: .5rem;
    padding: .5rem;
    bottom: 55px;
    left: auto;
    right: 5%;
  }

  .cont_whats {
    height: 10vw;
    padding-left: 0;
  }

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

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


