@font-face {
  font-family: Opensans Variablefont Wdth Wght;
  src: url('../images/') format("truetype");
  font-weight: 300 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Opensans Variablefont Wdth Wght;
  src: url('../images/') format("truetype");
  font-weight: 300 800;
  font-style: italic;
  font-display: swap;
}

:root {
  --color-2: #212121;
  --color-3: #fafafa;
  --color-1: #e7472c;
  --color-5: #616161;
  --color-6: #62cf70;
  --color-4: #424242;
}

.body {
  color: var(--color-2);
  font-family: Open Sans, sans-serif;
}

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

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

.seccion.menu {
  z-index: 999;
  height: 6rem;
  position: fixed;
}

.seccion.info {
  background-color: var(--color-3);
  color: var(--color-2);
}

.seccion.info._2 {
  background-color: #f1f1f1;
}

.seccion.hero {
  min-height: 100vh;
}

.seccion.cintillo {
  background-color: var(--color-1);
  height: auto;
  overflow: clip;
}

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

.contenedor.hero {
  align-self: center;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.contenedor.info {
  padding-top: 6rem;
  padding-bottom: 4rem;
}

.contenedor.info._2 {
  padding-bottom: 2rem;
}

.contenedor.info._2.marcas {
  padding-bottom: 4rem;
}

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

.contenedor.cintillo {
  align-self: flex-start;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.contenedor.formulario {
  padding-top: 6rem;
  padding-bottom: 4rem;
}

.contenedor.b {
  width: 100%;
  margin-top: 2rem;
}

.background-video {
  z-index: -5;
  filter: grayscale();
  width: 100%;
  height: auto;
  min-height: 100vh;
  position: fixed;
  inset: 0%;
}

.bg_color {
  background-color: var(--color-3);
  opacity: .8;
  mix-blend-mode: screen;
  width: 100%;
  height: auto;
  min-height: 100vh;
}

.bg_color._1 {
  z-index: -4;
  position: fixed;
  inset: 0%;
}

.bg_color._2 {
  z-index: -3;
  background-color: #0000;
  background-image: linear-gradient(90deg, var(--color-3), transparent);
  opacity: 100;
  mix-blend-mode: normal;
  position: fixed;
  inset: 0%;
}

.logo {
  aspect-ratio: auto;
  object-fit: contain;
  align-self: center;
  width: 25%;
  height: auto;
  min-height: 30px;
}

.cont_btn {
  background-color: var(--color-1);
  cursor: pointer;
  border-radius: 6px;
  align-self: center;
  width: auto;
  height: auto;
  padding: .5rem 1.5rem;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.cont_btn:hover {
  background-color: #ff6730;
}

.icon_btn {
  aspect-ratio: 1;
  object-fit: contain;
  align-self: center;
  width: 48px;
  height: 48px;
  margin-right: 1rem;
}

.txt_btn {
  color: var(--color-3);
  align-self: center;
  width: auto;
  height: auto;
  font-family: Opensans Variablefont Wdth Wght, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.4em;
}

.col50 {
  flex-flow: wrap;
  justify-content: space-between;
  align-self: flex-start;
  width: 48%;
  display: flex;
}

.col50.icono {
  background-color: var(--color-1);
  border-radius: 15px;
  place-content: flex-start space-between;
  align-self: center;
  align-items: stretch;
  width: 23%;
  height: 17rem;
  margin-bottom: 1rem;
  padding: 1rem 1.5rem;
}

.col50.right {
  height: 100%;
}

.col50.precio.ficha {
  width: 32%;
}

.col50.lista {
  display: flex;
}

.cont_img_hero {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.block_fondo {
  aspect-ratio: auto;
  background-color: var(--color-1);
  border-radius: 35px;
  align-self: flex-end;
  width: 100%;
  height: 22rem;
  position: absolute;
}

.image {
  z-index: 3;
  object-fit: contain;
  align-self: flex-end;
  width: 100%;
  height: 32rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  position: relative;
  bottom: 0;
}

.col40 {
  flex-flow: wrap;
  justify-content: space-between;
  align-self: center;
  width: 30%;
  height: auto;
  display: flex;
}

.col40.movil {
  display: none;
}

.col60 {
  flex-flow: wrap;
  justify-content: space-between;
  align-self: center;
  width: 60%;
  height: auto;
  display: flex;
}

.h1 {
  align-self: center;
  width: 100%;
  height: auto;
  min-height: 5rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Opensans Variablefont Wdth Wght, Arial, sans-serif;
  font-size: 2.1875rem;
  font-weight: 600;
  line-height: 1.2em;
}

.bold {
  color: var(--color-1);
  font-weight: 600;
}

.bold._2 {
  color: var(--color-2);
  font-weight: 600;
}

.bold._2.b {
  color: var(--color-2);
}

.bold._2.wapp {
  color: #4fc766;
}

.bold._1 {
  font-weight: 600;
}

.bold._3 {
  color: var(--color-3);
}

.h2 {
  align-self: center;
  width: 100%;
  height: auto;
  min-height: 3rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-family: Opensans Variablefont Wdth Wght, Arial, sans-serif;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 30px;
}

.h2.b {
  color: var(--color-2);
  letter-spacing: 1px;
  min-height: 3rem;
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 1.875rem;
  font-weight: 500;
}

.h2.b.bco {
  color: var(--color-3);
}

.h2.b.bco.center {
  text-align: center;
  margin-bottom: 0;
  font-family: Opensans Variablefont Wdth Wght, Arial, sans-serif;
}

.parrafo_txt {
  color: var(--color-2);
  width: 100%;
  height: auto;
  min-height: 50px;
  margin-bottom: 2rem;
  font-family: Opensans Variablefont Wdth Wght, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 27px;
}

.parrafo_txt._2 {
  color: var(--color-2);
  margin-top: 2rem;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 27px;
}

.parrafo_txt._2.b {
  text-align: left;
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}

.parrafo_txt._2.contacto {
  align-self: center;
}

.parrafo_txt.b {
  color: var(--color-5);
  text-align: center;
  align-self: flex-start;
  margin-left: auto;
  margin-right: auto;
}

.button {
  background-color: var(--color-1);
  text-transform: none;
  border-radius: 6px;
  align-self: center;
  width: auto;
  height: auto;
  padding: .875rem 1.5rem;
  font-family: Open Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 27px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

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

.button.bco {
  z-index: 40;
  background-color: var(--color-3);
  color: var(--color-1);
  text-align: center;
  border: 1px solid #fff;
  width: auto;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.button.bco:hover {
  border: 1px solid var(--color-3);
  color: var(--color-3);
  background-color: #fafafae6;
}

.button.bco.txt.b {
  color: var(--color-1);
  background-color: #0000;
  border-width: 0;
  margin-top: 0;
}

.button.center {
  text-align: center;
  align-self: center;
  width: auto;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
}

.button.center.txt {
  background-color: #0000;
  margin-bottom: 0;
}

.button.txt {
  color: var(--color-3);
  background-color: #0000;
  padding: 0;
  font-family: Opensans Variablefont Wdth Wght, Arial, sans-serif;
  text-decoration: none;
}

.button.hero {
  width: auto;
  text-decoration: none;
}

.button.info {
  width: auto;
}

.button.contacto {
  width: 100%;
  font-family: Opensans Variablefont Wdth Wght, Arial, sans-serif;
}

.linea_div {
  background-color: var(--color-1);
  width: 3rem;
  height: 1px;
  margin-top: 1rem;
}

.linea_div._2 {
  z-index: 1;
  background-color: var(--color-3);
  width: 100%;
  height: 3px;
  position: absolute;
  inset: 5% 0% auto;
}

.linea_div.bco {
  background-color: var(--color-3);
  margin-bottom: 2rem;
}

.linea_div.center {
  margin-left: auto;
  margin-right: auto;
}

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

.cont_parrafo._2 {
  flex-flow: row;
  justify-content: flex-start;
}

.cont_parrafo._2.b {
  background-color: #f1f1f1;
  margin-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  justify-content: space-between;
  align-self: center;
  width: 100%;
  height: auto;
  margin-top: 2rem;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.list-item {
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  height: auto;
  list-style-type: none;
  display: flex;
}

.txt_list {
  color: var(--color-2);
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 100%;
  height: auto;
  font-family: Opensans Variablefont Wdth Wght, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.4em;
  display: block;
}

.cont_list {
  justify-content: flex-start;
  align-self: center;
  align-items: stretch;
  width: 100%;
  height: auto;
  display: flex;
}

.bullet {
  background-color: var(--color-1);
  border-radius: 100%;
  align-self: center;
  width: .5rem;
  height: .5rem;
  margin-right: 1rem;
}

.col25 {
  flex-flow: wrap;
  justify-content: space-between;
  align-self: center;
  width: 23%;
  height: auto;
  display: flex;
}

.col25.b {
  z-index: 3;
  align-self: flex-start;
  width: 31%;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}

.h3 {
  color: var(--color-3);
  text-align: center;
  align-self: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4em;
}

.h3.left {
  text-align: left;
  font-family: Opensans Variablefont Wdth Wght, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 21.6px;
}

.h3.left.b {
  text-align: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Opensans Variablefont Wdth Wght, Arial, sans-serif;
  font-size: .8rem;
  font-weight: 600;
}

.h3.block {
  font-family: Opensans Variablefont Wdth Wght, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2em;
}

.h3.precio {
  color: var(--color-2);
  align-self: flex-start;
  margin-bottom: 0;
  font-family: Opensans Variablefont Wdth Wght, Arial, sans-serif;
  font-size: 4rem;
  font-weight: 400;
}

.icono_box {
  aspect-ratio: 1;
  background-color: var(--color-1);
  object-fit: contain;
  align-self: flex-start;
  width: 3.5rem;
  height: 3.5rem;
  margin-bottom: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}

.icono_box._2 {
  width: 48px;
  height: 48px;
  padding: .5px .5rem;
}

.icono_box._1 {
  background-color: #0000;
  width: 48px;
  height: 48px;
}

.parrafo_block {
  color: var(--color-3);
  text-align: center;
  align-self: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4em;
}

.parrafo_block.left {
  text-align: left;
  font-weight: 300;
}

.parrafo_block.left._2 {
  font-size: 1.125rem;
}

.parrafo_block._2 {
  font-family: Opensans Variablefont Wdth Wght, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 27px;
}

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

.col100.boxes {
  margin-top: 2rem;
}

.col100.servicios {
  margin-top: 4rem;
}

.cont_block_info {
  flex-flow: wrap;
  place-content: flex-start space-between;
  align-self: center;
  width: 100%;
  height: auto;
  display: flex;
}

.image_info {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 360px;
}

.cont-block-pasos {
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.icono_parrafo {
  align-self: center;
  width: 48px;
  height: 48px;
  margin-right: 1rem;
}

.cont_formulario {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: auto;
  display: flex;
}

.success_message {
  background-color: #97ff9a;
}

.error_message {
  background-color: #f36c6c;
}

.text-field {
  background-color: #ffffffe6;
  border-radius: 5px;
  width: 100%;
  height: 3rem;
  font-family: Opensans Variablefont Wdth Wght, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.4em;
}

.text-field:hover {
  border: 1px solid var(--color-1);
}

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

.text-field._50 {
  width: 48%;
}

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

.form-block {
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.textarea {
  background-color: #ffffffe6;
  border-radius: 5px;
  width: 100%;
  height: 9rem;
  min-height: 9rem;
  font-family: Opensans Variablefont Wdth Wght, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.4em;
}

.textarea:hover {
  border: 1px solid var(--color-1);
}

.textarea::placeholder {
  color: #b3b3b3;
}

.img_form {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 395px;
}

.block_naranja {
  z-index: 2;
  background-color: var(--color-1);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cont_footer_bajo {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--color-1);
  perspective: none;
  transform-origin: 50% 100%;
  color: #000;
  border-radius: 0;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 2rem;
  padding-bottom: 3rem;
  display: flex;
  transform: none;
}

.text_footer {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: 11px;
  font-family: Opensans Variablefont Wdth Wght, Arial, sans-serif;
  font-size: .9rem;
  line-height: 1rem;
}

.link-2 {
  color: #fff;
  font-size: .9rem;
  font-weight: 700;
  text-decoration: none;
}

.text_footer_2 {
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
  font-family: Opensans Variablefont Wdth Wght, Arial, sans-serif;
  font-size: .8rem;
  line-height: 1rem;
}

.whats-card {
  z-index: 0;
  background-color: #0000;
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: .5rem;
  text-decoration: none;
  display: flex;
  position: relative;
  bottom: auto;
  right: auto;
}

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

.whats-card.wapp {
  z-index: 999;
  background-color: #39b54a;
  border-radius: 100%;
  width: 4rem;
  height: 4rem;
  transition: background-color .2s;
  position: fixed;
  inset: 1% 1% auto auto;
  box-shadow: 2px 2px 3px #0003;
}

.whats-card.wapp:hover {
  background-color: #5bcf6b;
}

.icono_wapp {
  width: 100%;
  height: 2.5rem;
  position: absolute;
}

.icono_wapp.wapp_white {
  width: 2.5rem;
  height: 2.5rem;
}

.cont_rrss {
  width: 100%;
  display: flex;
}

.icono-rrss {
  object-fit: contain;
  background-color: #f1f1f1;
  align-self: center;
  width: 2rem;
  height: 2rem;
  margin-right: .5rem;
  padding: .5rem;
}

.icono-rrss.b {
  background-color: #0000;
  align-self: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0;
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.txt_rrss {
  align-self: center;
  width: auto;
  height: auto;
  font-family: Opensans Variablefont Wdth Wght, Arial, sans-serif;
  font-weight: 300;
}

.slider {
  background-color: #0000;
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  height: auto;
  display: flex;
}

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

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

.slide-nav {
  width: 100%;
  height: auto;
  font-size: .5rem;
  line-height: 1.1em;
  inset: auto 0% -10%;
}

.slide {
  width: 14.28%;
  margin-right: 0;
}

.image-2 {
  aspect-ratio: 16 / 9;
  object-fit: contain;
  width: 100%;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

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

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

.txt_menu {
  color: var(--color-2);
  align-self: center;
  margin-left: auto;
  margin-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 27px;
}

.txt_menu.wapp {
  color: #4fc766;
  font-family: Opensans Variablefont Wdth Wght, Arial, sans-serif;
}

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

.block_titulo {
  background-color: var(--color-1);
  flex-flow: wrap;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 9rem;
  margin-bottom: 2.5rem;
  padding: 2rem 1.5rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.block_info_main {
  background-color: #f1f1f1;
  flex-flow: wrap;
  justify-content: space-between;
  align-self: flex-start;
  align-items: stretch;
  width: 100%;
  height: 64rem;
  padding: 3rem 2rem 2rem;
  display: flex;
}

.small {
  color: var(--color-5);
  vertical-align: middle;
  font-size: 1.8rem;
}

.block_telefono {
  color: var(--color-2);
  align-self: center;
  margin-left: auto;
  margin-right: 1rem;
  text-decoration: none;
  display: flex;
}

.block_telefono.movil {
  display: none;
}

.block_whatsapp {
  border: 1px solid #4fc766;
  border-radius: 6px;
  align-self: center;
  margin-left: 1rem;
  margin-right: 1rem;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.block_whatsapp.menu {
  display: none;
}

.block_whatsapp.form {
  width: auto;
  margin-bottom: 1rem;
  margin-left: 0;
  margin-right: 0;
  transition: background-color .2s;
}

.block_whatsapp.form:hover {
  background-color: var(--color-2);
}

.img-seccion {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 100% 50%;
  border-radius: 10px;
  width: 50%;
  height: auto;
  min-height: 550px;
}

.list-2 {
  flex-flow: wrap;
  justify-content: space-between;
  align-self: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.list-item-2 {
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
  font-family: Opensans Variablefont Wdth Wght, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 27px;
}

.cont-info-paquete {
  flex-flow: wrap;
  justify-content: space-between;
  align-self: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.linea-tag-block {
  background-color: var(--color-6);
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: .25rem;
  padding-bottom: .25rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: translate(41%, 50%)rotate(45deg);
}

.field-wrapper {
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  height: auto;
  display: flex;
}

.input {
  color: #1a1a1a;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 25px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: .5rem;
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 1rem;
  font-size: 1rem;
  line-height: 1.2em;
  display: block;
}

.input::placeholder {
  color: #1a1a1a;
}

.input.var {
  background-color: #f8f8f8;
}

.input.var::placeholder {
  color: #929292;
}

.input.var.work-mail {
  display: none;
}

@media screen and (max-width: 991px) {
  .contenedor, .contenedor.hero {
    width: 90%;
  }

  .contenedor.info {
    padding-bottom: 0;
  }

  .logo {
    width: 38%;
  }

  .cont_btn {
    padding: .5rem 1rem;
  }

  .icon_btn {
    width: 36px;
  }

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

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

  .col50.icono {
    width: 48%;
  }

  .col50.right {
    height: auto;
  }

  .col50.img {
    margin-bottom: 3rem;
  }

  .col50.precio.ficha {
    width: 100%;
    margin-bottom: 4rem;
  }

  .col50.lista {
    margin-bottom: 3rem;
  }

  .cont_img_hero {
    justify-content: flex-end;
    align-items: center;
  }

  .block_fondo {
    height: 20rem;
  }

  .image {
    height: auto;
  }

  .col40 {
    width: 38%;
  }

  .col60 {
    width: 58%;
  }

  .h1 {
    font-size: 2.7rem;
  }

  .h2 {
    font-size: 1.6rem;
  }

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

  .h2.b.bco.center {
    min-height: 2rem;
  }

  .parrafo_txt, .parrafo_txt._2 {
    font-size: 1rem;
  }

  .linea_div._2 {
    display: none;
  }

  .txt_list {
    font-size: 1rem;
  }

  .col25.b {
    width: 33%;
    margin-bottom: 3rem;
  }

  .icono_box._2 {
    margin-bottom: 2rem;
  }

  .parrafo_block.left._2, .parrafo_block._2 {
    font-size: 1rem;
  }

  .image_info {
    aspect-ratio: 16 / 9;
    height: auto;
    min-height: 300px;
  }

  .img_form {
    height: auto;
  }

  .block_naranja {
    display: none;
  }

  .cont_footer_bajo {
    width: 100%;
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .text_footer_2 {
    text-align: center;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .whats-card {
    bottom: auto;
    right: auto;
  }

  .whats-card.wapp {
    top: 15%;
  }

  .slide {
    width: 25%;
  }

  .image-2 {
    height: auto;
    min-height: 90px;
  }

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

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

  .txt_menu {
    margin-right: 0;
    font-size: .9rem;
  }

  .block_titulo {
    min-height: 5rem;
  }

  .block_info_main {
    height: auto;
  }

  .img-seccion {
    aspect-ratio: 2.39;
    object-position: 100% 100%;
    width: 100%;
    min-height: 300px;
  }
}

@media screen and (max-width: 767px) {
  .contenedor.hero {
    padding-top: 7rem;
  }

  .contenedor.info._2 {
    padding-bottom: 2rem;
  }

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

  .icon_btn {
    width: 1.2rem;
    height: 1.2rem;
    margin-right: .5rem;
  }

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

  .col50.icono {
    height: 16rem;
  }

  .cont_img_hero {
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
  }

  .block_fondo {
    justify-content: center;
    align-items: flex-end;
    width: 50%;
    height: 15rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .image {
    width: 33%;
    padding-top: 0;
  }

  .col40 {
    width: 100%;
  }

  .col40.movil {
    display: flex;
  }

  .col40.escritorio {
    display: none;
  }

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

  .h1 {
    font-size: 2.2rem;
  }

  .h2 {
    font-size: 1.4rem;
  }

  .h2.b {
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }

  .list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .col25.b {
    width: 100%;
  }

  .h3 {
    font-size: 1.2rem;
  }

  .icono_box._2 {
    width: 3.5rem;
    height: 3.5rem;
  }

  .icono_box._1 {
    width: 3rem;
    height: 3rem;
  }

  .col100.boxes {
    margin-bottom: 2rem;
  }

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

  .textarea {
    height: 11rem;
    min-height: 11rem;
  }

  .text_footer {
    width: 90%;
    padding-bottom: 14px;
  }

  .text_footer_2 {
    width: 90%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .whats-card {
    width: 3rem;
    height: 3rem;
    bottom: auto;
    right: auto;
  }

  .whats-card.wapp {
    top: 1%;
  }

  .slide {
    width: 33%;
  }

  .txt_menu {
    margin-left: auto;
    margin-right: auto;
    font-size: .8rem;
  }

  .cont_contacto_menu {
    flex-flow: row;
    justify-content: center;
    width: 100%;
    height: auto;
    display: flex;
  }

  .block_telefono {
    margin-left: 0;
  }

  .block_telefono.desktop {
    display: none;
  }

  .block_telefono.movil {
    display: flex;
  }

  .input {
    background-color: #0000;
  }

  .input.var {
    font-size: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .seccion.menu {
    height: auto;
    padding-bottom: 1rem;
  }

  .seccion.cintillo {
    overflow: clip;
  }

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

  .contenedor.info._2 {
    padding-bottom: 2rem;
  }

  .logo {
    width: 100%;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .cont_btn {
    display: flex;
  }

  .col50.icono {
    width: 100%;
    height: auto;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .col40.movil {
    display: none;
  }

  .h1 {
    font-size: 2rem;
  }

  .h2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1.2rem;
  }

  .h2.b {
    font-size: 1.3rem;
  }

  .parrafo_txt {
    margin-bottom: 1rem;
  }

  .parrafo_txt._2 {
    width: 100%;
    height: auto;
    margin-top: 1rem;
  }

  .button {
    text-align: center;
    width: 100%;
  }

  .button.bco {
    z-index: 40;
    text-align: center;
    position: relative;
  }

  .linea_div._2 {
    width: 3px;
    height: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .cont_parrafo._2 {
    flex-flow: wrap;
  }

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

  .parrafo_block.left {
    background-color: var(--color-1);
  }

  .image_info {
    aspect-ratio: 3 / 2;
  }

  .icono_parrafo {
    width: 3rem;
    height: 3rem;
    margin-left: auto;
    margin-right: auto;
  }

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

  .textarea {
    height: 14rem;
    min-height: 14rem;
  }

  .block_naranja.b {
    height: 110%;
    display: block;
  }

  .cont_footer_bajo {
    padding-bottom: 4rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .text_footer {
    font-size: .8rem;
    line-height: 1.3rem;
  }

  .link-2 {
    font-size: .9rem;
  }

  .text_footer_2 {
    padding-left: 0;
    padding-right: 0;
    font-size: .7rem;
    line-height: 1.2rem;
  }

  .whats-card {
    width: 2.5rem;
    height: 2.5rem;
    bottom: auto;
    right: auto;
  }

  .whats-card.wapp {
    width: 3rem;
    height: 3rem;
    top: 11%;
  }

  .icono_wapp.wapp_white {
    width: 2rem;
    height: 2rem;
  }

  .slide {
    width: 50%;
  }

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

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

  .txt_menu {
    margin-left: 0;
    margin-right: 0;
    font-size: .8rem;
    display: block;
  }

  .block_telefono {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .block_telefono.desktop {
    width: auto;
    display: flex;
  }

  .block_telefono.movil {
    display: none;
  }

  .input.var {
    font-size: 1rem;
    line-height: 1.5em;
  }
}


@font-face {
  font-family: 'Opensans Variablefont Wdth Wght';
  src: url('../images/') format('truetype');
  font-weight: 300 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans Variablefont Wdth Wght';
  src: url('../images/') format('truetype');
  font-weight: 300 800;
  font-style: italic;
  font-display: swap;
}