:root {
  --dark-slate-grey: #3c3c3b;
  --black: #333;
  --gold: #f8bc02;
  --white: white;
  --yellow: #fff425;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

body {
  color: var(--dark-slate-grey);
  font-family: Poppins, sans-serif;
  font-size: 1.3vw;
  font-weight: 400;
  line-height: 1.3em;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1em;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2vw;
  font-weight: 600;
  line-height: 1.2em;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
}

li {
  background-image: url('../images/okk-1.gif');
  background-position: 0 -6px;
  background-repeat: no-repeat;
  background-size: 40px;
  padding-top: 0;
  padding-bottom: 20px;
  padding-left: 50px;
}

.body {
  color: var(--dark-slate-grey);
  font-family: Droid Sans, sans-serif;
  font-size: 1.1rem;
  line-height: 1em;
}

.slider {
  display: none;
}

.menu {
  z-index: 999;
  background-color: var(--black);
  color: var(--black);
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding-top: 19px;
  padding-bottom: 19px;
  display: flex;
  position: sticky;
  top: 0;
}

.logotipo {
  width: auto;
  height: 5.1vw;
}

.seccion {
  flex-flow: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-top: 8vw;
  padding-bottom: 8vw;
  display: flex;
}

.seccion.amarillo {
  background-color: var(--black);
  background-image: linear-gradient(#000c, #000c), url('../images/textura.webp');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
}

.seccion.negro {
  background-color: #000;
}

.seccion.bg {
  background-image: radial-gradient(circle at 20%, #292828, #fff0 52%), linear-gradient(86deg, #000, #fff0), url('../images/Rotulacion-Auto-LICA.webp');
  background-position: 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, auto 100%;
}

.seccion.sin_margen {
  padding-top: 4vw;
  padding-bottom: 4vw;
}

.seccion.back-black {
  background-color: #000;
  position: relative;
}

.cont_info {
  flex-flow: column wrap;
  width: 73%;
  max-width: 2560px;
  padding-top: 3vw;
  padding-bottom: 3vw;
  display: flex;
}

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

.cont_info.horizontal {
  flex-direction: row;
}

.cont_info.hero {
  flex-direction: row;
  justify-content: space-between;
  max-width: 73vw;
}

.cont_info.margenes {
  margin-top: 60px;
}

.cont_info.cta {
  align-content: center;
  align-items: center;
}

.col_30 {
  flex-flow: column wrap;
  align-items: flex-start;
  width: 40%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.img_col_testimonios {
  z-index: 2;
  border-radius: 100%;
  width: 100%;
  height: auto;
  position: absolute;
}

.tit_testimonios {
  text-align: center;
  margin: 16px auto;
}

.parrafo_testimonios {
  text-align: center;
}

.cont_img_testimonios {
  width: 100%;
  position: relative;
}

.circulo_color_testimonios {
  z-index: -1;
  background-color: var(--gold);
  border-radius: 100%;
  width: 130px;
  height: 130px;
  position: absolute;
  inset: -12% auto 40% -10%;
}

.circulo_color_testimonios.centro {
  width: 180px;
  height: 180px;
  top: -15%;
  bottom: 0%;
  left: -2%;
}

.circulo_color_testimonios.right {
  width: 150px;
  height: 150px;
  left: auto;
  right: -29px;
}

.circulo_color_testimonios.left {
  width: 80%;
  height: 80%;
  inset: auto 0%;
}

.col50-vert-centro {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.col50-vert-centro.c-imagen {
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
  position: relative;
}

.col50-vert-centro.aling-vert {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.col50-vert-centro.left {
  padding-right: 50px;
}

.col50-vert-centro.right {
  padding-left: 50px;
}

.row_serv {
  flex-flow: column wrap;
  width: 80%;
  max-width: 1280px;
  display: flex;
}

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

.row_serv.horizontal {
  flex-direction: row;
  width: 73%;
  max-width: none;
}

.row_serv.horizontal.inv {
  flex-flow: row-reverse wrap;
}

.imagen-servicio {
  border-radius: 1005px;
  width: 100%;
}

.image-2 {
  width: 100%;
}

.body-2 {
  font-size: 1.1vw;
}

.slider-2 {
  width: 100%;
  height: 60vh;
}

.col_50 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  padding-left: 0;
  display: flex;
}

.col_50.centrada {
  justify-content: flex-end;
  align-items: flex-end;
  width: 40%;
  display: flex;
}

.col_50.img {
  width: 40%;
}

.image-3 {
  border-radius: 0%;
  width: 100%;
  max-width: none;
  height: auto;
  display: block;
}

.col_20 {
  width: 20%;
}

.img_presencia {
  width: 100%;
  margin-top: -6vw;
  margin-bottom: -6vw;
}

.list {
  color: #fff;
  padding-left: 0;
}

.text-block-2 {
  color: var(--gold);
  font-size: 2.5vw;
  font-weight: 700;
  line-height: 1em;
}

.cont_embed_alertas {
  width: 100%;
  display: block;
}

.contenerdor_formulario {
  background-color: #f3f3f3;
  border-radius: 7px;
  width: 100%;
  height: auto;
  margin: 40px auto 100px;
  padding: 79px;
}

.style_field_form_grl {
  color: var(--gold);
  font-size: 1.1vw;
  line-height: 1.5em;
}

.embed_codigo_captcha {
  width: 100%;
}

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

.select_interes {
  color: gray;
  background-color: #fff;
  height: auto;
  min-height: 3vw;
  font-family: Open Sans, sans-serif;
  font-size: 1.3vw;
  font-weight: 300;
  line-height: 1.5em;
}

.texto_check_style {
  color: #646464;
  font-size: 20px;
}

.success_message {
  color: #fff;
  text-align: center;
  background-color: #4ef9a9;
  margin-top: 35px;
  padding: 29px;
  font-size: 20px;
}

.submit-button-2 {
  background-color: var(--gold);
  color: #fff;
  letter-spacing: 0;
  border: 2px #33d7f0;
  border-radius: 5px;
  width: 100%;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 29px;
  font-style: normal;
  font-weight: 700;
  display: block;
}

.submit-button-2:hover {
  background-color: var(--dark-slate-grey);
  color: #fff;
  border-style: none;
  border-color: #09355f;
}

.error_message {
  color: #fff;
  text-align: center;
  background-color: #fc5e5e;
  margin-top: 35px;
  padding: 30px;
  font-size: 20px;
}

._50div-form {
  color: #fff;
  width: 49%;
  margin-right: 1%;
  font-size: 16px;
}

.imput_form {
  background-color: #ffffff4d;
  height: auto;
  min-height: 60px;
  font-size: 19px;
}

.imput_form.style_form {
  color: gray;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 0;
  min-height: 3vw;
  font-family: Open Sans, sans-serif;
  font-size: 1.3vw;
  font-weight: 300;
  line-height: 1.5em;
  box-shadow: 0 1px 3px #dadada;
}

.texto_info_form {
  margin-top: 40px;
  margin-bottom: 60px;
  padding-bottom: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 1.3vw;
  font-weight: 300;
  line-height: 1.5em;
}

.formualrio {
  flex-flow: wrap;
  display: flex;
}

.input_mensaje {
  color: #8a8a8a;
  background-color: #fff;
  min-height: 20vw;
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 1.3vw;
  font-weight: 300;
  line-height: 1.5em;
}

._50div-form2 {
  color: #fff;
  width: 49%;
  margin-left: 1%;
  margin-right: 0%;
  font-size: 16px;
}

.imput_ape_form {
  color: #fff;
  letter-spacing: .5px;
  background-color: #0000;
  border: 2px solid #14d70e;
  border-radius: 10px;
  width: 100%;
  min-height: 60px;
  font-size: 1rem;
  line-height: 1em;
}

.bold-text {
  text-align: center;
}

.heading {
  color: var(--gold);
  text-align: left;
}

.heading-2 {
  color: #fff;
  text-align: left;
  font-size: 2vw;
  font-weight: 400;
  line-height: 1.2em;
}

.paragraph {
  color: #fff;
  text-align: left;
  width: 100%;
  margin-top: 40px;
}

.div-block {
  width: 50%;
}

.image-4 {
  width: 100%;
  max-width: 15vw;
  height: auto;
}

.logotipo_cliente {
  background-color: #0000;
  height: 2.5rem;
  padding: 0;
}

.logotipo_cliente_clarion, .logotipo_cliente_ms {
  height: 2.5rem;
  padding: 0;
}

.cont_logos_clientes {
  background-color: #0000;
  flex-wrap: wrap;
  place-content: center;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.logotipo_cliente_mfg {
  height: 2.9rem;
  padding: 0;
}

.logotipo_cliente-dya {
  height: 3rem;
  padding: 0;
}

.logotipo_cliente_1x1 {
  height: 3.8rem;
  padding: 0;
}

.logotipo_cliente_baksht {
  height: 3.2rem;
  margin-top: 15px;
  padding: 0;
}

.cont_logotipo_cte {
  opacity: .77;
  mix-blend-mode: difference;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: .75rem 1.5rem .75rem 0;
  display: flex;
}

.cont_logotipo_cte:hover {
  opacity: 1;
  filter: none;
}

.logotipo_cliente_1x1_tar {
  height: 3.5rem;
  padding: 0;
}

.logotipo_client_opti {
  height: 3rem;
  padding: 0;
}

.paragraph-2 {
  color: #fff;
}

.heading-4 {
  color: var(--gold);
  font-weight: 600;
}

.heading-5 {
  color: var(--white);
}

.image-5 {
  width: 100%;
  max-width: none;
  height: auto;
}

.image-6 {
  width: 100%;
  height: auto;
}

.cont_info-copy {
  flex-flow: column wrap;
  width: 85%;
  max-width: 2560px;
  display: flex;
}

.cont_info-copy.testimonios {
  flex-flow: wrap;
  justify-content: space-between;
}

.cont_info-copy.horizontal, .cont_info-copy.hero {
  flex-direction: row;
}

.cont_info-copy.margenes {
  width: 75%;
  margin-top: 60px;
}

.cont_info_2 {
  flex-flow: column wrap;
  width: 85%;
  max-width: 2560px;
  display: flex;
}

.cont_info_2.testimonios {
  flex-flow: wrap;
  justify-content: space-between;
  display: block;
}

.cont_info_2.horizontal, .cont_info_2.hero {
  flex-direction: row;
}

.cont_info_2.margenes {
  margin-top: 60px;
}

.col_40 {
  flex-flow: column wrap;
  align-items: flex-start;
  width: 40%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.col_60 {
  flex-direction: column;
  justify-content: flex-start;
  width: 60%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.col_60.centrada {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.cont_estrellas {
  margin-top: 0;
  margin-left: -2px;
  display: flex;
}

.testimonio {
  background-color: #33333340;
  border: 1px #1bb2e6;
  border-radius: 18px;
  width: 95%;
  margin-top: 28px;
  margin-bottom: 28px;
  margin-left: 10px;
  padding: 15px 20px;
  box-shadow: 2px 1px 5px #0003;
}

.titi_testimonio {
  color: var(--gold);
  margin-bottom: 15px;
  font-size: 1.5vw;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2em;
}

.parrafo_testimonio {
  color: var(--white);
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 1.3vw;
  line-height: 1.3em;
}

.left-arrow {
  display: none;
}

.estrella {
  color: var(--gold);
  padding: 0 2px 0 0;
  font-family: Material Icons Round, sans-serif;
  font-size: 21px;
  line-height: 30px;
}

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

.slider_testimonios {
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-left: -15px;
}

.mask {
  width: auto;
  height: auto;
  overflow: hidden;
}

.slide {
  height: auto;
}

.right-arrow {
  display: none;
}

.con_tel {
  flex-direction: column;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.tex_llamanos {
  color: var(--gold);
  text-align: right;
  margin-top: -5px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 2vw;
  font-weight: 700;
  line-height: 1em;
}

.text_telefono {
  color: #fff;
  text-align: right;
  -webkit-text-stroke-color: var(--gold);
  padding: 5px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 3.3vw;
  font-weight: 600;
  line-height: 1em;
}

.text_telefono:hover {
  background-color: var(--white);
  color: var(--black);
}

.text_asesoria {
  color: var(--gold);
  text-align: right;
  font-family: Barlow Condensed, sans-serif;
  font-size: 1.4vw;
  font-weight: 400;
  line-height: 1em;
}

.cont_menu {
  flex-flow: wrap;
  place-content: stretch space-between;
  align-items: center;
  width: 73%;
  max-width: 2560px;
  display: flex;
}

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

.cont_menu.horizontal, .cont_menu.hero {
  flex-direction: row;
}

.cont_menu.margenes {
  margin-top: 60px;
}

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

.tit_serv {
  border-bottom: 3px solid var(--gold);
  padding-bottom: 5px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 3.1vw;
}

.b_ama {
  color: var(--gold);
}

.btn_cta_servicio {
  background-color: var(--gold);
  color: var(--dark-slate-grey);
  border: 2px solid #fff425;
  border-radius: 60px;
  margin-top: 44px;
  margin-left: -10px;
  font-size: 1.1vw;
  box-shadow: 4px 4px 2px -2px #0000001a;
}

.btn_cta_servicio:hover {
  border-color: var(--gold);
  background-color: var(--dark-slate-grey);
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
}

.highlights {
  margin-top: 3px;
  margin-bottom: 0;
  font-size: 1vw;
}

.paragraph-3 {
  margin-top: 5px;
}

.espaciador {
  padding-top: 15px;
  padding-bottom: 15px;
}

.image-wrapper {
  border-radius: 4px;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.image-one, .image-two {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.img-galeria {
  flex-wrap: wrap;
  align-items: center;
}

.container {
  z-index: 30;
  background-color: #fff;
  border-radius: 25px;
  flex: 1;
  height: 57vh;
  position: relative;
  overflow: hidden;
}

.drag {
  z-index: 5;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  cursor: grab;
  background-color: #ffffff8c;
  justify-content: center;
  align-items: center;
  width: 2%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 49%;
}

.icon {
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background-color: #ffffffe3;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 37px;
  height: 38px;
  min-height: 38px;
  padding: 5px;
  display: flex;
}

.before {
  z-index: 2;
  background-image: url('../images/2023-GLB-SUV-CT-1-5-01-DR_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 42vh;
  background-attachment: fixed;
  width: 50%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.before_mobile {
  z-index: 2;
  background-image: url('../images/2023-GLB-SUV-CT-1-5-01-DR_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 70%;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
  overflow: hidden;
}

.after {
  z-index: 1;
  background-image: url('../images/2023-GLB-SUV-CT-1-5-02-DR_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 42vh;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.after_mobile {
  z-index: 1;
  background-image: url('../images/2023-GLB-SUV-CT-1-5-02-DR_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 70%;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
}

.image-right {
  z-index: 0;
  width: 100%;
  position: absolute;
}

.handle {
  color: #fff;
  text-align: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
}

.handle._2 {
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
}

.circle-wrapper {
  cursor: grab;
  background-color: #fff;
  background-image: url('../images/arrows.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
}

.circle-wrapper._2 {
  background-color: #000;
  background-image: url('../images/swap-horizontal-orientation-arrows.svg');
}

.handle-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 700px;
  max-width: none;
  height: 700px;
  margin-bottom: 20px;
  margin-right: 0;
  display: flex;
  position: relative;
}

.before-2 {
  z-index: 3;
  background-color: #ffffff26;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  padding-left: 10px;
  padding-right: 10px;
  transition: opacity .2s ease-in-out;
  display: flex;
  position: absolute;
  inset: 20px auto auto 20px;
}

.before-2._2 {
  background-color: #0000;
  border-radius: 4px;
}

.image-left {
  z-index: 1;
  position: absolute;
}

.handle-bar {
  z-index: 10;
  color: #0000;
  cursor: grab;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1px;
  height: 700px;
  display: flex;
  position: relative;
}

.handle-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.after-2 {
  z-index: 3;
  background-color: #ffffff26;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  padding: 0 10px;
  transition: opacity .2s ease-in-out;
  display: flex;
  position: absolute;
  inset: 20px 20px auto auto;
}

.after-2._2 {
  background-color: #0000;
  border-radius: 4px;
}

.cd-image-2 {
  object-fit: cover;
  max-width: none;
  display: block;
  position: absolute;
  inset: 0 auto 0% 0;
}

.cd-image-container {
  justify-content: center;
  align-items: center;
  width: 73vw;
  max-width: 73vw;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cd-image {
  max-height: 99%;
}

.btn-s-rounded-outlined {
  color: #141414;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #666;
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  min-width: 105px;
  padding: 10px 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.btn-s-rounded-outlined:hover {
  color: #fff;
  background-color: #272731;
}

.btn-s-rounded-outlined.invert {
  color: #fff;
  border-color: #fff;
}

.cd-resize-img {
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: opacity .3s;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  transform: translate(0);
}

.compare-text {
  align-items: center;
  margin-bottom: 20px;
  line-height: 1.6;
  display: flex;
}

.compare-text.after {
  text-align: right;
  background-image: none;
}

.cd-image-label {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 300px;
  height: 100%;
  padding-left: 60px;
  padding-right: 60px;
  transition: opacity .3s;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(0, 20px);
}

.cd-image-label.original {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: none;
  left: 0;
  right: auto;
}

.cd-handle {
  opacity: 0;
  cursor: ew-resize;
  transform-style: preserve-3d;
  background-color: #d51c44;
  background-image: url('../images/cd-arrows.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 22px 22px;
  border-radius: 44px;
  width: 44px;
  height: 44px;
  margin-top: -22px;
  margin-left: -22px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: scale3d(0, 0, 0);
  box-shadow: 0 0 0 6px #0003;
}

.whats-card {
  z-index: 99999;
  -webkit-text-stroke-color: #000;
  background-color: #3ec04c;
  border: 2px #ffb93c;
  border-radius: 60px;
  align-items: center;
  margin-left: 0;
  padding: 5px 25px 5px 20px;
  text-decoration: none;
  display: flex;
  position: fixed;
  bottom: 20px;
  left: auto;
  right: 13.5%;
}

.cont_whats {
  height: 2vw;
  padding-right: 10px;
}

.img_whats {
  height: 100%;
  padding-right: 0;
}

.text_whaatsapp {
  color: #fff;
  text-align: left;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 1.2vw;
  font-weight: 800;
  line-height: 1em;
}

.bold-text-2 {
  font-size: 1vw;
}

.quick-stack {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding: 0;
}

.button {
  background-color: var(--gold);
  color: var(--dark-slate-grey);
  border-radius: 3vw;
  padding: 1.3vw 2vw;
  font-size: 2vw;
}

.text-block-3 {
  color: var(--white);
  text-align: center;
  margin-bottom: 2vw;
}

.cont_footer_bajo {
  background-color: var(--dark-slate-grey);
  color: #000;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 100px;
  display: flex;
}

.text_footer {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: 11px;
  font-size: 1rem;
  line-height: 1rem;
}

.link {
  color: #fc0;
  font-weight: 700;
  text-decoration: none;
}

.text-block-4 {
  color: #fff;
  margin-top: 6px;
  font-size: .8rem;
  line-height: 1rem;
}

.image-7 {
  z-index: 1;
  opacity: .57;
  background-color: #0000;
  padding-right: 0;
  position: absolute;
  top: -43px;
  left: -30px;
}

.heading-6 {
  color: var(--gold);
  font-family: Barlow Condensed, sans-serif;
  font-size: 3.1vw;
}

.paragraph-4 {
  color: var(--white);
}

.col_70 {
  width: 70%;
}

.heading-7 {
  color: var(--black);
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 4vw;
  font-weight: 400;
  display: flex;
}

.titulo_seccion {
  width: 73%;
  margin-bottom: 60px;
}

.consent-banner_bco {
  z-index: 999999;
  background-color: #ffffffe6;
  border-radius: 0;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 5rem;
  display: none;
  position: fixed;
  inset: auto 0% 43%;
  box-shadow: 4px 4px 3px #0003;
}

.parrafo_cookies {
  color: #000;
  text-align: center;
  width: 100%;
  font-family: Lato, sans-serif;
  font-size: .9rem;
  font-weight: 400;
}

.btn_rechazar {
  outline-offset: 0px;
  color: #868686;
  text-align: center;
  -webkit-text-stroke-color: #868686;
  text-transform: capitalize;
  background-color: #dcdcdc00;
  border: 1px solid #868686;
  outline: 3px #fff;
  width: 150px;
  margin-left: 0;
  font-family: Lato, sans-serif;
}

.btn_aceptar {
  color: #fff;
  text-align: center;
  background-color: #00c355;
  width: 150px;
  margin-left: 1rem;
  margin-right: 0;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.btn_aceptar:hover {
  background-color: #098500;
}

.link_privacidad {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .9rem;
  line-height: 1em;
  display: flex;
}

.contenedor {
  width: 73%;
}

.paragraph-5 {
  font-size: 1.1rem;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 2.2vw;
  }

  h1 {
    font-size: 6vw;
  }

  h2 {
    font-size: 3vw;
  }

  .logotipo {
    height: 7vw;
    font-size: 5vw;
  }

  .seccion.bg {
    background-position: 0 0, 0 0, 49%;
    background-size: auto, auto, cover;
  }

  .cont_info {
    width: 90%;
  }

  .cont_info.testimonios {
    flex-direction: column-reverse;
    align-items: center;
    width: 90%;
  }

  .cont_info.horizontal, .cont_info.hero {
    width: 90%;
  }

  .col_30 {
    width: 100%;
    padding-top: 8vw;
    padding-bottom: 3vw;
  }

  .img_col_testimonios {
    position: relative;
  }

  .col50-vert-centro {
    flex-direction: column;
    width: 100%;
  }

  .col50-vert-centro.c-imagen {
    padding: 0;
  }

  .col50-vert-centro.left {
    padding-right: 0;
  }

  .col50-vert-centro.right {
    padding-left: 0;
  }

  .row_serv.horizontal {
    flex-direction: column-reverse;
    width: 90%;
  }

  .row_serv.horizontal.inv {
    flex-flow: wrap-reverse;
  }

  .col_50 {
    justify-content: center;
    width: 60%;
  }

  .col_50.img {
    width: 100%;
  }

  .image-3 {
    width: 90vw;
    height: 80vw;
  }

  .col_20 {
    width: 50%;
  }

  .text-block-2 {
    font-size: 3vw;
  }

  .contenerdor_formulario {
    padding-left: 40px;
    padding-right: 40px;
  }

  .style_field_form_grl {
    font-size: 2.2vw;
  }

  .cont_btn_form {
    display: flex;
  }

  .select_interes {
    font-size: 2vw;
  }

  ._50div-form {
    width: 100%;
    margin-right: 0%;
  }

  .imput_form.style_form, .texto_info_form {
    font-size: 2vw;
  }

  .input_mensaje {
    min-height: 30vw;
    font-size: 2vw;
  }

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

  .heading {
    font-size: 5vw;
    line-height: 5.3vw;
  }

  .heading-2 {
    margin-top: 10px;
    font-size: 3vw;
    line-height: 3vw;
  }

  .paragraph {
    margin-top: 10px;
    font-size: 2.2vw;
    line-height: 1.4em;
  }

  .logotipo_cliente {
    height: 1.8rem;
  }

  .logotipo_cliente_clarion, .logotipo_cliente_ms {
    height: 2.1rem;
  }

  .logotipo_cliente_mfg {
    height: 2rem;
  }

  .logotipo_cliente-dya {
    height: 2.2rem;
  }

  .logotipo_cliente_1x1, .logotipo_cliente_baksht {
    height: 2.6rem;
  }

  .logotipo_cliente_1x1_tar {
    height: 2.8rem;
  }

  .logotipo_client_opti {
    height: 2.5rem;
  }

  .heading-3 {
    font-size: 6vw;
  }

  .cont_info-copy.margenes {
    width: 90%;
  }

  .col_40 {
    flex-direction: column;
    width: 60%;
  }

  .col_60 {
    justify-content: center;
    width: 100%;
    height: auto;
  }

  .testimonio {
    width: 100%;
  }

  .titi_testimonio {
    color: var(--yellow);
    font-size: 2.3vw;
    line-height: 1.2em;
  }

  .parrafo_testimonio {
    font-size: 2.1vw;
  }

  .tex_llamanos {
    font-size: 3vw;
  }

  .text_telefono {
    font-size: 4.3vw;
  }

  .text_asesoria {
    font-size: 2.4vw;
  }

  .cont_menu {
    width: 90%;
  }

  .tit_serv {
    font-size: 5vw;
  }

  .btn_cta_servicio {
    font-size: 2vw;
  }

  .highlights {
    font-size: 1.6vw;
  }

  .espaciador {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .before {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .before_mobile {
    background-position: 50% 60%;
    background-size: auto 40vh;
    width: 100%;
    display: block;
  }

  .after {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .after_mobile {
    background-position: 50% 60%;
    background-size: auto 40vh;
    width: 100%;
    display: block;
  }

  .handle-wrapper {
    width: 700px;
    max-width: none;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .image-left {
    width: auto;
  }

  .handle-bar {
    height: 500px;
  }

  .handle-container {
    flex-direction: column;
    width: 90%;
  }

  .cd-image-2 {
    width: 768px;
  }

  .cd-image-container {
    width: 90%;
    max-width: 90%;
  }

  .cd-image-label {
    padding-left: 40px;
    padding-right: 40px;
  }

  .whats-card {
    left: auto;
    right: 5%;
  }

  .cont_whats {
    height: 3vw;
    padding-right: 1vw;
  }

  .text_whaatsapp {
    font-size: 2.1vw;
  }

  .button {
    font-size: 3vw;
  }

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

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

  .image-7 {
    display: block;
    inset: 0% auto auto 0%;
  }

  .heading-6 {
    font-size: 4vw;
  }

  .heading-7 {
    font-size: 4vw;
    font-weight: 600;
  }

  .titulo_seccion {
    width: 89%;
    margin-bottom: 0;
  }

  .bold-text-3 {
    font-size: 3vw;
  }

  .consent-banner_bco {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 60%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .btn_aceptar {
    margin-top: 0;
    margin-left: 1rem;
  }

  .contenedor {
    width: 90%;
    font-size: 1.8vw;
  }

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

@media screen and (max-width: 767px) {
  body {
    font-size: 3vw;
  }

  h1 {
    font-size: 8vw;
  }

  h2 {
    font-size: 4vw;
  }

  .logotipo {
    height: 9vw;
  }

  .seccion.bg {
    background-position: 0 0, 0 0, 50%;
    background-size: auto, auto, cover;
  }

  .cont_info.horizontal {
    align-items: stretch;
    width: 95%;
  }

  .col50-vert-centro {
    padding-left: 0;
    padding-right: 0;
  }

  .col_50 {
    width: 80%;
  }

  .col_50.centrada {
    align-items: flex-start;
  }

  .image-3 {
    width: 90vw;
    height: 79vw;
  }

  .text-block-2 {
    font-size: 4vw;
  }

  .style_field_form_grl {
    font-size: 2.9vw;
  }

  .select_interes, .imput_form.style_form, .texto_info_form {
    font-size: 3vw;
  }

  .input_mensaje {
    min-height: 60vw;
    font-size: 3vw;
  }

  .heading {
    font-size: 6vw;
  }

  .paragraph {
    font-size: 3vw;
  }

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

  .heading-3 {
    font-size: 8vw;
  }

  .col_60 {
    align-items: center;
    width: 100%;
  }

  .titi_testimonio {
    font-size: 3.2vw;
    line-height: 1.2em;
  }

  .parrafo_testimonio {
    font-size: 2.7vw;
  }

  .tex_llamanos {
    font-size: 4vw;
  }

  .text_telefono {
    font-size: 5.3vw;
  }

  .text_asesoria {
    font-size: 3.4vw;
  }

  .tit_serv {
    font-size: 6vw;
  }

  .btn_cta_servicio {
    font-size: 3vw;
  }

  .highlights {
    font-size: 2vw;
  }

  .container {
    height: 300px;
  }

  .before_mobile, .after_mobile {
    background-position: 50% 70%;
  }

  .handle-wrapper {
    width: auto;
    min-width: 500px;
    height: auto;
  }

  .cd-image-2 {
    width: 100%;
  }

  .cd-image-container {
    width: 90%;
  }

  .cd-image-label {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cd-image-label.original {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cont_whats {
    height: 4vw;
  }

  .text_whaatsapp {
    font-size: 2.5vw;
  }

  .button {
    font-size: 4vw;
  }

  .text_footer {
    padding-bottom: 14px;
  }

  .heading-6 {
    font-size: 6vw;
  }

  .paragraph-4 {
    text-align: center;
  }

  .bold-text-3 {
    font-size: 4vw;
  }

  .consent-banner_bco {
    width: 70%;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 4vw;
  }

  h1 {
    font-size: 10vw;
  }

  h2 {
    font-size: 5vw;
  }

  .logotipo {
    height: 11vw;
    font-size: 3vw;
  }

  .seccion.bg {
    background-position: 0 0, 0 0, 64%;
    background-size: auto, auto, cover;
    padding-top: 40px;
  }

  .cont_info.testimonios {
    max-width: 90%;
  }

  .cont_info.horizontal {
    margin-bottom: 40px;
  }

  .cont_info.hero {
    max-width: 90vw;
  }

  .col_30 {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .col_50 {
    width: 85%;
  }

  .col_20 {
    width: 60%;
  }

  .text-block-2 {
    font-size: 8vw;
  }

  .contenerdor_formulario {
    padding-left: 5px;
    padding-right: 5px;
  }

  .style_field_form_grl {
    font-size: 4.5vw;
  }

  .cont_btn_form {
    display: none;
  }

  .select_interes {
    font-size: 5vw;
  }

  .texto_check_style {
    line-height: 25px;
  }

  .submit-button-2 {
    font-size: 20px;
  }

  .imput_form.style_form, .texto_info_form {
    font-size: 5vw;
  }

  .input_mensaje {
    min-height: 80vw;
    font-size: 5vw;
  }

  .heading {
    font-size: 11vw;
    line-height: 1em;
  }

  .heading-2 {
    font-size: 6vw;
    line-height: 1.2em;
  }

  .paragraph {
    font-size: 5vw;
    line-height: 1.3em;
  }

  .image-4 {
    max-width: 35vw;
  }

  .logotipo_cliente {
    height: 1.4rem;
  }

  .logotipo_cliente_clarion {
    height: 1.7rem;
    line-height: 1.3rem;
  }

  .logotipo_cliente_ms {
    height: 1.9rem;
  }

  .cont_logos_clientes {
    justify-content: flex-start;
  }

  .logotipo_cliente_mfg {
    height: 1.6rem;
  }

  .logotipo_cliente-dya {
    height: 1.8rem;
  }

  .logotipo_cliente-dya:hover {
    opacity: 1;
  }

  .logotipo_cliente_1x1 {
    height: 2.6rem;
  }

  .logotipo_cliente_baksht {
    height: 2.2rem;
  }

  .cont_logotipo_cte {
    opacity: .87;
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
  }

  .logotipo_cliente_1x1_tar {
    height: 2.1rem;
  }

  .logotipo_client_opti {
    height: 2rem;
  }

  .paragraph-2 {
    display: none;
  }

  .heading-3 {
    font-size: 12vw;
  }

  .col_40 {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .col_60 {
    width: 100%;
  }

  .testimonio {
    width: 95%;
    margin-left: 0;
  }

  .titi_testimonio {
    font-size: 5vw;
  }

  .parrafo_testimonio {
    font-size: 4vw;
  }

  .slider_testimonios {
    margin-left: 0;
  }

  .tex_llamanos {
    font-size: 1.1rem;
  }

  .text_telefono {
    padding-left: 0;
    font-size: 1.3rem;
  }

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

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

  .tit_serv {
    font-size: 9vw;
  }

  .btn_cta_servicio {
    font-size: 5vw;
  }

  .highlights {
    font-size: 3vw;
  }

  .container {
    height: 300px;
  }

  .drag {
    width: 4%;
    left: 48%;
  }

  .before {
    background-repeat: repeat-x;
    background-size: cover;
  }

  .before_mobile, .after_mobile {
    background-position: 50% 75%;
    background-size: auto 200px;
  }

  .image-right {
    width: 300px;
    height: 300px;
  }

  .circle-wrapper {
    width: 60px;
    height: 60px;
  }

  .handle-wrapper {
    width: 300px;
    min-width: auto;
    height: 300px;
  }

  .image-left, .handle-bar {
    height: 300px;
  }

  .cd-image-2 {
    width: 100%;
  }

  .cd-image-container {
    width: 90%;
  }

  .cd-image {
    max-height: none;
  }

  .btn-s-rounded-outlined {
    flex: none;
  }

  .whats-card {
    left: auto;
    right: 3%;
  }

  .cont_whats {
    height: 6vw;
  }

  .text_whaatsapp {
    font-size: 4vw;
  }

  .button {
    border-radius: 5vw;
    padding: 2vw 4vw;
    font-size: 7vw;
  }

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

  .text-block-4 {
    line-height: 1.2rem;
  }

  .image-7 {
    top: -7%;
  }

  .heading-6 {
    font-size: 9vw;
  }

  .paragraph-4 {
    text-align: center;
  }

  .heading-7 {
    text-align: left;
    font-size: 7vw;
  }

  .titulo_seccion {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .bold-text-3 {
    font-size: 7vw;
  }

  .consent-banner_bco {
    width: 90%;
  }

  .parrafo_cookies {
    margin-top: 0;
  }

  .btn_rechazar {
    width: 250px;
  }

  .btn_aceptar {
    width: 250px;
    margin-top: .5rem;
    margin-left: 0;
  }
}

#w-node-_1a195711-eaa1-b8ba-d25e-e93f8e3369fc-af9de945 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}


