@font-face {
  font-family: Serenity Demi;
  src: url('../fonts/Serenity-Demi-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Serenity;
  src: url('../fonts/Serenity-Heavy.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Serenity;
  src: url('../fonts/Serenity-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ingra;
  src: url('../fonts/Ingra-ExtraBold.ttf') format("truetype"), url('../fonts/Ingra-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ingra;
  src: url('../fonts/Ingra-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Serenity;
  src: url('../fonts/Serenity-Medium-Italic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Ingra;
  src: url('../fonts/Ingra-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Serenity Demi;
  src: url('../fonts/Serenity-Demi-Bold-Italic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Serenity Extra;
  src: url('../fonts/Serenity-Extra-Light-Italic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Serenity;
  src: url('../fonts/Serenity-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ingra;
  src: url('../fonts/Ingra-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Serenity Extra;
  src: url('../fonts/Serenity-Extra-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Serenity;
  src: url('../fonts/Serenity-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ingra Hair;
  src: url('../fonts/Ingra-Hair.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ingra Book;
  src: url('../fonts/Ingra-Book.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Serenity;
  src: url('../fonts/Serenity-Bold-Italic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Serenity;
  src: url('../fonts/Serenity-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Serenity;
  src: url('../fonts/Serenity-Light-Italic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Ingra;
  src: url('../fonts/Ingra-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Serenity;
  src: url('../fonts/Serenity-Thin-Italic.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Ingra;
  src: url('../fonts/Ingra-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Serenity;
  src: url('../fonts/Serenity-Heavy-Italic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Ingra;
  src: url('../fonts/Ingra-UltraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

:root {
  --color-4: #252f4c;
  --color-2: #f2f2f2;
  --color-1: #cc2921;
  --color-3: #575759;
  --color-5: #0c2666;
}

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

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

.seccion {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  height: auto;
  display: flex;
}

.seccion.menu {
  z-index: 15;
  background-color: #fff;
  background-image: none;
  position: fixed;
}

.seccion.hero {
  background-image: linear-gradient(270deg, transparent 38%, var(--color-4) 69%), linear-gradient(to bottom, #252f4c54, #252f4c54), url('../images/hero_bg-2_1.avif');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  height: 100vh;
  min-height: 50rem;
}

.seccion.bco {
  -webkit-backdrop-filter: grayscale();
  backdrop-filter: grayscale();
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  padding-bottom: 4rem;
}

.seccion.bco._1 {
  opacity: 1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  mix-blend-mode: normal;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
}

.seccion.bco._2 {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  padding-bottom: 0;
}

.seccion.cintillo {
  background-color: var(--color-2);
  background-image: none;
  overflow: clip;
}

.seccion.herramientas {
  -webkit-backdrop-filter: grayscale();
  backdrop-filter: grayscale();
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.seccion.banner {
  background-image: linear-gradient(#0c266680, #0c266680), url('../images/banner_bw_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.seccion.footer {
  background-color: var(--color-1);
  background-image: none;
  height: 5rem;
}

.seccion.formulario {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.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 {
  color: var(--color-2);
  text-transform: uppercase;
  align-self: center;
  padding-top: 6rem;
  padding-bottom: 6rem;
  font-weight: 200;
  position: relative;
}

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

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

.logo_menu {
  width: auto;
  height: 4rem;
}

.cont_logo {
  flex-flow: wrap;
  justify-content: space-between;
  align-self: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.body {
  font-family: Ingra, Trebuchet MS, sans-serif;
  font-size: 1rem;
  line-height: 1.3em;
}

.red_div {
  background-color: var(--color-1);
  width: 100%;
  height: .5rem;
}

.cont_boton {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #0000;
  flex-flow: wrap;
  justify-content: space-around;
  align-self: center;
  width: auto;
  height: auto;
  padding: .5rem;
  text-decoration: none;
  display: flex;
}

.cont_boton.tel {
  background-color: var(--color-1);
  border-radius: 15px;
  padding: 1rem 2rem;
}

.cont_menu {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.button {
  background-color: var(--color-1);
  text-transform: none;
  border-radius: 10px;
  width: auto;
  height: auto;
  margin-left: 2rem;
  margin-right: auto;
  padding: 1rem 2rem;
  font-family: Ingra, Trebuchet MS, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  transition: background-color .2s;
  display: inline-block;
}

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

.button._2 {
  margin-left: auto;
}

.button.hero {
  border-radius: 10px;
  align-self: center;
  transition: background-color .2s;
}

.button.hero:hover {
  background-color: #ff5b53;
}

.button.hero._2 {
  display: none;
}

.button._3 {
  align-self: center;
  padding-left: 3rem;
  padding-right: 3rem;
}

.button.cta {
  align-self: center;
  width: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

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

.telefono {
  color: var(--color-1);
  align-self: center;
  width: auto;
  height: auto;
  font-size: 1.5rem;
  line-height: 1.3em;
}

.image {
  background-color: var(--color-1);
  border-radius: 100%;
  align-self: center;
  width: auto;
  height: 3rem;
  padding: .5rem;
  overflow: visible;
}

.image:hover {
  background-color: var(--color-1);
}

.col50 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  place-content: flex-start space-between;
  align-self: flex-start;
  align-items: stretch;
  width: 48%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.col50.hero {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  align-self: center;
  height: auto;
}

.col50._2 {
  align-content: center;
  align-self: center;
  align-items: center;
  padding-top: 2rem;
}

.h1 {
  text-align: left;
  letter-spacing: 2px;
  width: 100%;
  height: auto;
  font-family: Serenity, Trebuchet MS, sans-serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1em;
}

.title_1 {
  letter-spacing: 1px;
  font-size: 3rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1em;
}

.title_2 {
  font-size: 4rem;
}

.h2 {
  text-transform: none;
  width: 100%;
  font-family: Ingra, Trebuchet MS, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.3em;
}

.h2._2 {
  color: var(--color-4);
  text-align: center;
  text-transform: uppercase;
  align-self: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 4rem;
  font-family: Serenity Demi, Trebuchet MS, sans-serif;
  font-size: 2.9rem;
  font-weight: 400;
  line-height: 1.3em;
}

.h2._2.b {
  margin-bottom: 2rem;
}

.h2._2.rojo {
  color: var(--color-1);
  margin-bottom: 2rem;
  font-size: 2.2rem;
  line-height: .8em;
}

.h2._2.rojo.left {
  text-align: left;
  align-self: flex-start;
  margin-bottom: 0;
  font-size: 2.2rem;
  line-height: 1.3em;
}

.h2._2.c {
  text-align: center;
  margin-bottom: 0;
  font-size: 2.5rem;
}

.h2._1 {
  color: var(--color-2);
  text-align: center;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  font-size: 2.6rem;
  font-weight: 500;
}

.h2.banner {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  font-family: Serenity, Trebuchet MS, sans-serif;
  font-size: 2.5rem;
}

.clientes_cont {
  background-color: var(--color-1);
  flex-flow: wrap;
  justify-content: space-between;
  align-self: center;
  width: 100%;
  height: auto;
  padding-top: 2rem;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.clientes_cont.none {
  display: none;
}

.col40 {
  z-index: 11;
  flex-flow: wrap;
  justify-content: space-between;
  align-self: center;
  width: 40%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.col60 {
  flex-flow: wrap;
  justify-content: space-between;
  align-self: center;
  width: 60%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  inset: 0% 0% 0% auto;
}

.col60.blocks {
  width: 58%;
  margin-right: 0;
  position: relative;
}

.col60.slider {
  width: 58%;
  position: static;
}

.icono_vigilant {
  align-self: center;
  width: auto;
  height: 6rem;
  margin-left: auto;
  margin-right: auto;
}

.subtitulo_seccion {
  color: var(--color-2);
  text-align: center;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  font-family: Ingra, Trebuchet MS, sans-serif;
  font-size: 1.3rem;
  line-height: 1.3em;
}

.cont_clientes {
  background-color: var(--color-1);
  border-top-left-radius: 80px;
  flex-flow: wrap;
  justify-content: space-around;
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
  inset: -10% 0% 0%;
}

.block_cliente {
  background-color: var(--color-2);
  flex-flow: row;
  justify-content: space-between;
  align-self: flex-start;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 1.5rem;
  display: flex;
  position: relative;
}

.block_cliente._3 {
  background-color: #e3e3e3;
  border-bottom-left-radius: 20px;
  padding-right: 5.5rem;
  overflow: clip;
}

.block_cliente._2 {
  background-color: #ededed;
  padding-right: 5.5rem;
  overflow: clip;
}

.block_cliente._1 {
  background-color: #f6f6f6;
  border-top-left-radius: 20px;
  padding-right: 5.5rem;
  overflow: clip;
}

.blocks {
  z-index: 5;
  flex-flow: wrap;
  justify-content: space-around;
  width: 100%;
  height: auto;
  padding-left: 4rem;
  padding-right: 0;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.paragraph {
  text-align: left;
  align-self: center;
  margin-left: 2rem;
  font-size: .8rem;
}

.logo_clientes {
  aspect-ratio: 2;
  width: auto;
  height: 6rem;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
}

.bold {
  font-family: Ingra, Trebuchet MS, sans-serif;
  font-weight: 600;
}

.circulo_rojo {
  border: 5px solid var(--color-1);
  border-radius: 100%;
  width: 3rem;
  height: 3rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% -5%;
}

.text-span {
  font-family: Serenity, Trebuchet MS, sans-serif;
  font-size: 2rem;
  font-weight: 300;
}

.text-span._2 {
  width: 100%;
  height: auto;
}

.servicios_cont {
  flex-flow: wrap;
  justify-content: space-between;
  width: 80%;
  height: auto;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.bloque1 {
  border-style: solid solid none;
  border-width: 1px;
  border-color: var(--color-1);
  background-color: #0000;
  flex-flow: row;
  width: 50%;
  height: 16rem;
  padding: 2rem 2.5rem;
  display: flex;
  position: relative;
  overflow: visible;
}

.bloque1._2, .bloque1.bottom_left {
  border-bottom-style: solid;
}

.bloque1.bottom_right {
  border-bottom-style: solid;
  border-left-style: none;
  border-right-style: solid;
}

.bloque1.top_right {
  border-bottom-style: none;
  border-left-style: none;
}

.bloque2 {
  border-style: none solid;
  border-width: 1px;
  border-color: var(--color-1);
  background-color: var(--color-2);
  align-self: center;
  width: 100%;
  height: 12rem;
  padding: 2rem 12rem;
  display: flex;
}

.bloque2.center {
  background-color: #0000;
  border-top-style: solid;
}

.bloque2.center.b {
  border-bottom-style: solid;
  height: 16rem;
  padding-left: 10rem;
  padding-right: 10rem;
}

.icono_servicio {
  aspect-ratio: 1;
  object-fit: contain;
  align-self: center;
  width: 100%;
  height: auto;
  margin-right: 0;
  position: absolute;
  inset: 0%;
}

.icono_servicio._2 {
  width: 5rem;
}

.icono_servicio._2.rojo {
  width: 6rem;
}

.icono_servicio.bco {
  opacity: 0;
  width: 5rem;
}

.icono_servicio.rojo {
  opacity: 1;
  width: 8rem;
}

.paragraph-2 {
  align-self: center;
}

.parrafo_servicio {
  color: var(--color-3);
  text-align: center;
  align-self: center;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.3em;
}

.parrafo_servicio._2 {
  color: var(--color-4);
  width: 100%;
  margin-bottom: 2rem;
}

.parrafo_servicio._2._40 {
  text-align: center;
  width: 100%;
  padding-left: 0;
}

.parrafo_servicio._2.center {
  text-align: center;
}

.parrafo_servicio.hero {
  color: #fff;
  text-align: left;
  text-transform: none;
  width: 100%;
  margin: 2rem 0;
  padding-left: 0;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.5em;
}

.circulo {
  border: 4px solid var(--color-1);
  background-color: #fff;
  border-radius: 100%;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  inset: -10% auto auto -5%;
}

.circulo.a {
  border-width: 2px;
  width: 1.5rem;
  height: 1.5rem;
  top: -7%;
  left: -3%;
}

.circulo.a._2 {
  background-color: var(--color-1);
}

.circulo.b {
  z-index: 5;
  background-color: var(--color-1);
  width: 1rem;
  height: 1rem;
  inset: -4% 50% auto auto;
}

.circulo.b._2 {
  border-width: 3px;
  width: 2.5rem;
  height: 2.5rem;
  top: -10%;
  right: -5%;
}

.circulo.b._3 {
  background-color: #fff;
  border-width: 2px;
  width: 1.5rem;
  height: 1.5rem;
  top: -7%;
  right: -3%;
}

.circulo.b.center {
  right: -2%;
}

.circulo.b._4 {
  top: 50%;
  right: -1%;
}

.circulo.b._4.alt {
  right: -3%;
}

.circulo.b.big {
  width: 2rem;
  height: 2rem;
  top: -5%;
}

.circulo.c {
  z-index: 6;
  border-width: 2px;
  width: 1.5rem;
  height: 1.5rem;
  inset: auto 50% -5% auto;
}

.circulo.c._2 {
  background-color: var(--color-1);
  right: -3%;
}

.circulo.c._2.center {
  bottom: -5%;
  right: 50%;
}

.circulo.c._3 {
  background-color: var(--color-1);
  width: 1rem;
  height: 1rem;
  bottom: -4%;
  right: -2%;
}

.circulo.c._4 {
  width: 2.5rem;
  height: 2.5rem;
  bottom: -10%;
  right: -4%;
}

.circulo.c._5 {
  border-width: 2px;
  bottom: 50%;
  right: -4%;
}

.circulo.d {
  z-index: 6;
  background-color: var(--color-1);
  width: 1rem;
  height: 1rem;
  inset: auto auto -4% -2%;
}

.circulo.d._2 {
  background-color: #fff;
  border-width: 2px;
  width: 2.5rem;
  height: 2.5rem;
  bottom: -10%;
  left: -5%;
}

.circulo.d._3 {
  width: 2.5rem;
  height: 2.5rem;
  bottom: -10%;
  left: -5%;
}

.circulo.d._4 {
  background-color: #fff;
  border-width: 2px;
  bottom: -3%;
  left: -1%;
}

.h3 {
  color: var(--color-4);
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  font-family: Serenity, Trebuchet MS, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3em;
}

.h3._2 {
  color: var(--color-1);
  text-align: center;
  width: 50%;
  margin-right: 0;
}

.h3._2.center {
  align-self: center;
  width: 100%;
  margin: 0 auto 0;
}

.h3._3 {
  color: var(--color-1);
  text-align: center;
  text-transform: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 0;
  font-family: Serenity, Trebuchet MS, sans-serif;
  font-size: 2rem;
  display: block;
}

.h3.bco {
  color: var(--color-2);
  text-transform: none;
  width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  font-family: Ingra, Trebuchet MS, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
}

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

.marca_img {
  aspect-ratio: 1;
  filter: grayscale();
  object-fit: contain;
  width: 13%;
  height: auto;
}

.cont_porque {
  flex-flow: wrap;
  justify-content: space-between;
  width: 80%;
  height: auto;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.col33 {
  border: 1px solid var(--color-1);
  flex-flow: wrap;
  justify-content: space-between;
  align-self: center;
  width: 32%;
  height: 17rem;
  padding: 3rem 2rem;
  display: flex;
  position: relative;
  overflow: visible;
}

.col33._2 {
  border-style: none;
  height: auto;
  padding: 0;
}

.col33._60 {
  background-color: #fff;
  width: 58%;
  height: auto;
}

.cta {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 3rem;
  display: flex;
}

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

.col70.hero {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  align-self: center;
  width: 50%;
  margin-top: 2rem;
}

.col30 {
  width: 28%;
}

.col30.ventajas {
  align-self: center;
}

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

.img_diagrama {
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.img_herramienta {
  width: 48%;
  height: auto;
  padding: 0 2rem;
}

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

.text-field {
  border: 1px solid var(--color-1);
  background-color: var(--color-2);
  color: var(--color-3);
  border-radius: 10px;
  width: 100%;
  height: 3rem;
  font-size: 1.1rem;
}

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

.text-field.block {
  height: 8rem;
  margin-bottom: 2rem;
}

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

.recaptcha {
  margin-left: auto;
}

.light {
  font-weight: 300;
}

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

.list-item.contacto {
  margin-bottom: 1rem;
}

.list {
  align-self: flex-start;
  width: 100%;
  height: auto;
}

.icono_contacto {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 2rem;
}

.cont_contacto {
  border: 1px solid red;
  border-radius: 10px;
  flex-flow: wrap;
  place-content: flex-start space-between;
  align-self: flex-start;
  width: 100%;
  padding: .5rem 1rem;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

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

.contacto_rojo {
  color: var(--color-1);
  width: 100%;
  height: auto;
  margin-bottom: .5rem;
  font-family: Serenity, Trebuchet MS, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.3em;
}

.txt_gris {
  color: var(--color-3);
  width: 100%;
  height: auto;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.3em;
}

.cont_stars {
  border: 1px solid #fff;
  border-radius: 10px;
  flex-flow: wrap;
  justify-content: space-between;
  align-self: center;
  padding: 1rem 2rem;
  display: flex;
}

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

.icon_cont {
  aspect-ratio: 1;
  object-fit: contain;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 40%;
  height: auto;
  margin-right: 1rem;
  display: block;
  position: relative;
}

.txt_footer {
  color: #fff;
  align-self: center;
  font-weight: 300;
  text-decoration: none;
}

.txt_footer:hover {
  color: #cdcdcf;
}

.txt_footer._2:hover {
  color: #fff;
}

.link {
  color: #fff;
  text-decoration: none;
}

.link:hover {
  color: #cdcdcf;
}

.whats-card-2 {
  z-index: 99999;
  -webkit-text-stroke-color: #000;
  background-color: #42ce4f;
  border: 2px #fff;
  border-radius: 500px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  height: 3rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: .5rem;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: static;
  bottom: 20px;
  left: auto;
  right: 10%;
}

.whats-card-2:hover {
  background-color: var(--color-1);
}

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

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

.cont_btns_flotante-2 {
  z-index: 999;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 4rem;
  height: 4rem;
  display: flex;
  position: fixed;
  inset: auto 2% 2% auto;
}

.sello {
  align-self: flex-start;
  width: 7rem;
  height: 7rem;
  margin-top: 2rem;
  position: absolute;
  inset: 10% 0% auto auto;
}

.col20 {
  background-color: var(--color-2);
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 18%;
  height: 9rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.txt_info {
  color: var(--color-3);
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 400;
  display: flex;
}

.txt_info._2 {
  text-transform: uppercase;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.1rem;
  font-weight: 600;
}

.txt_info._3 {
  font-size: 1.3rem;
  font-weight: 500;
}

.txt_nota {
  color: var(--color-1);
  text-align: center;
  width: 100%;
  height: auto;
}

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

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

.slider {
  pointer-events: auto;
  background-color: #0000;
  width: 100%;
  height: auto;
  display: none;
}

.slide-nav {
  color: var(--color-1);
  font-size: .7rem;
}

.icon {
  color: var(--color-1);
  font-weight: 700;
}

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

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

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

.slide {
  background-image: url('../images/Vigilant-Slide-LogoBack.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
}

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

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

.txt_rojo {
  color: var(--color-1);
  text-transform: uppercase;
  width: 100%;
  height: auto;
  font-size: 1.1rem;
  line-height: 1.3em;
}

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

.list-item-2 {
  width: 100%;
}

.txt_lista {
  color: var(--color-5);
}

.txt_lista.bold {
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}

.parrafo_ventajas {
  color: var(--color-5);
  margin-bottom: 1rem;
}

.fondo-slider {
  width: 100%;
  height: auto;
}

.slide-2 {
  pointer-events: auto;
  background-image: url('../images/Vigilant-Slide-LogoBack.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-3 {
  z-index: -1;
  width: 100vw;
  height: 100vh;
  margin-left: auto;
  position: fixed;
  inset: auto 0% 0% auto;
}

.fondo_bg {
  z-index: -1;
  opacity: 1;
  background-image: url('../images/left.svg'), url('../images/Pattern_Vigilant-Rojo.svg');
  background-position: 0%, 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, auto;
  width: 100%;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

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

.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;
  font-size: 1rem;
  line-height: 1em;
}

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

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

.mask {
  pointer-events: auto;
}

.slider-2 {
  background-color: var(--color-2);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 2rem;
  padding-top: 2rem;
  padding-bottom: 3rem;
  display: block;
}

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

.slide-3 {
  width: 24%;
  height: auto;
  margin-left: 2rem;
  margin-right: 0;
  padding: 2rem 3rem;
}

.slide-3.b {
  height: 13rem;
  padding: 2rem 0;
}

.image-4 {
  aspect-ratio: auto;
  object-fit: contain;
  width: 90%;
  height: auto;
}

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

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

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

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

.col25 {
  border: 1px solid var(--color-1);
  flex-flow: wrap;
  justify-content: space-between;
  width: 23%;
  height: 11rem;
  padding: 1rem;
  display: flex;
  position: relative;
}

.slider-3 {
  pointer-events: auto;
  background-color: #0000;
  align-self: center;
  width: 100%;
  height: auto;
}

.slide-nav-3 {
  font-size: .5rem;
  display: block;
  inset: auto 0% 0%;
}

.solucion {
  aspect-ratio: 1;
  object-fit: contain;
  width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
}

.slide-4 {
  aspect-ratio: auto;
  object-fit: fill;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.mask-3 {
  pointer-events: none;
  width: 100%;
  height: auto;
}

.mapa {
  object-fit: contain;
  width: 100%;
  height: auto;
}

.txt_tel {
  color: var(--color-2);
  align-self: center;
}

.trigger_acordeon {
  cursor: pointer;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  font-weight: 400;
  display: flex;
}

.precios {
  color: var(--color-3);
  text-align: center;
  width: 100%;
  margin-bottom: .5rem;
  font-family: Serenity Demi, Trebuchet MS, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
}

.cont_promos {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.img_circular {
  aspect-ratio: 1;
  object-fit: contain;
  border-radius: 0%;
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
}

.contenedor-2 {
  flex-flow: wrap;
  justify-content: space-between;
  width: 90%;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contenedor-2._100 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 1rem;
}

.parrafo {
  color: var(--color-3);
  text-align: center;
  font-size: .9rem;
}

.cont_servicios {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 23%;
  padding: 1rem;
  display: flex;
}

.texto_acordeon {
  overflow: hidden;
}

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

.txt_servicios {
  color: var(--color-3);
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 1rem;
  font-family: Serenity Demi, Trebuchet MS, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
}

.titulo {
  color: #47497b;
  border-bottom: 2px solid #47497b;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
  font-family: Oswald, sans-serif;
  font-size: 2rem;
  line-height: 2em;
  display: flex;
}

.titulo._2 {
  color: #a2a4c7;
  -webkit-text-stroke-color: #a2a4c7;
  border-bottom-color: #a2a4c7;
}

.titulo._2.centrado {
  color: var(--color-5);
  text-align: center;
  text-transform: uppercase;
  border-bottom-style: none;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  font-family: Serenity Demi, Trebuchet MS, sans-serif;
}

.seccion-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.seccion-2.blanco {
  background-color: #fff;
}

@media screen and (max-width: 991px) {
  .seccion.hero {
    background-image: linear-gradient(90deg, var(--color-4) 22%, transparent 90%), url('../images/hero_bg-2_1.avif');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    height: auto;
    min-height: 100vh;
  }

  .contenedor {
    width: 90%;
  }

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

  .h2.banner {
    font-size: 2.3rem;
  }

  .clientes_cont {
    height: auto;
  }

  .col40 {
    width: 100%;
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
  }

  .col60 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
    position: static;
  }

  .col60.blocks {
    width: 100%;
  }

  .bloque1 {
    width: 100%;
    height: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .bloque1.top_right {
    border-left-style: solid;
  }

  .bloque2.center {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .bloque2.center.b {
    height: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .icono_servicio.bco, .icono_servicio.rojo {
    width: 5rem;
  }

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

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

  .circulo.b {
    top: -4%;
  }

  .circulo.b._4 {
    right: -1%;
  }

  .circulo.c._5 {
    right: -2%;
  }

  .h3._2 {
    text-align: left;
  }

  .h3._3 {
    font-size: 1.5rem;
  }

  .col33 {
    width: 100%;
    height: 12rem;
    margin-bottom: 2rem;
  }

  .col33._60 {
    width: 100%;
    height: auto;
  }

  .col70, .col70.hero, .col30.ventajas {
    width: 100%;
  }

  .contacto_rojo {
    font-size: 1.6rem;
  }

  .txt_gris {
    font-size: 1.3rem;
  }

  .cont_stars {
    margin-left: auto;
  }

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

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

  .img_whats-3 {
    height: 100%;
  }

  .cont_btns_flotante-2 {
    right: 5%;
  }

  .sello {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: auto 0% 3%;
  }

  .col20 {
    flex-flow: wrap;
    width: 30%;
    margin-bottom: 1rem;
  }

  .fondo_bg {
    opacity: .25;
  }

  .cont_beneficios {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    display: flex;
  }

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

  .mask {
    pointer-events: auto;
  }

  .slide-3 {
    width: 33%;
    height: auto;
    margin-left: 0;
  }

  .cont_texto {
    align-self: flex-start;
  }

  .col25 {
    width: 48%;
    margin-bottom: 1rem;
  }

  .slide-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .contenedor-2._100 {
    justify-content: center;
  }

  .cont_servicios {
    width: 30%;
    margin-left: .5rem;
    margin-right: .5rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .seccion-2 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .seccion.hero {
    background-image: linear-gradient(90deg, var(--color-4) 24%, transparent 88%), url('../images/hero_bg-2_1.avif');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
  }

  .seccion.bco {
    -webkit-backdrop-filter: grayscale();
    backdrop-filter: grayscale();
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .button.hero {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.4rem;
  }

  .button.cta {
    margin-left: auto;
    margin-right: auto;
  }

  .col50 {
    height: auto;
  }

  .h1 {
    font-size: 2.4rem;
  }

  .h2 {
    font-size: 1.4rem;
  }

  .h2._2, .h2.banner {
    font-size: 2.2rem;
  }

  .col40 {
    width: 100%;
  }

  .col60.blocks {
    padding-left: 0;
  }

  .block_cliente._1 {
    padding-left: 1rem;
    padding-right: 2.5rem;
  }

  .blocks {
    padding-left: 2rem;
  }

  .servicios_cont {
    width: 100%;
  }

  .bloque1 {
    border-left-style: solid;
    flex-flow: wrap;
    justify-content: space-between;
    width: 100%;
    height: auto;
  }

  .bloque1.top_right {
    border-left-style: solid;
  }

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

  .bloque2.center.b {
    height: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .icono_servicio.bco, .icono_servicio.rojo {
    margin-left: auto;
    margin-right: auto;
  }

  .parrafo_servicio.hero {
    font-size: 1rem;
  }

  .circulo.b._2 {
    width: 2.3rem;
    height: 2.3rem;
  }

  .circulo.b._4, .circulo.b._4.alt {
    right: -2%;
  }

  .circulo.c {
    bottom: -3%;
  }

  .h3 {
    text-align: center;
  }

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

  .h3._2.center {
    font-size: 1.8rem;
  }

  .h3._3 {
    text-align: left;
  }

  .h3.bco {
    text-align: left;
    font-size: 1.2rem;
  }

  .col33 {
    height: 10rem;
  }

  .cta {
    flex-flow: wrap;
  }

  .col70, .col30.ventajas {
    width: 100%;
  }

  .cont_stars {
    justify-content: center;
    width: 80%;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }

  .icon_cont {
    width: 25%;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }

  .cont_whats-2 {
    height: auto;
  }

  .img_whats-3 {
    height: 3rem;
    padding: .5rem;
  }

  .cont_btns_flotante-2 {
    left: 5%;
    right: auto;
  }

  .sello {
    z-index: 20;
    position: relative;
  }

  .txt_info {
    width: auto;
    height: auto;
    font-size: .8rem;
  }

  .slide-nav {
    inset: auto 0% -3%;
  }

  .left-arrow {
    width: auto;
    height: auto;
    display: none;
  }

  .right-arrow {
    display: none;
  }

  .slide-2 {
    width: 100%;
    height: auto;
  }

  .fondo_bg {
    opacity: .25;
  }

  .consent-banner_bco {
    width: 70%;
  }

  .mask {
    width: 100%;
    height: 35rem;
  }

  .slide-3 {
    width: 48%;
    height: auto;
    margin-left: 1rem;
  }

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

  .slide-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cont_servicios {
    padding-left: 0;
    padding-right: 0;
  }

  .titulo {
    font-size: 1.8rem;
  }

  .seccion-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media screen and (max-width: 479px) {
  .seccion.hero {
    height: auto;
  }

  .seccion.footer {
    padding-top: 0;
    padding-bottom: 9rem;
  }

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

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

  .logo_menu {
    height: 3rem;
  }

  .cont_logo {
    width: 47%;
  }

  .cont_boton {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: row;
    width: auto;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .button.hero {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .button._3 {
    margin-left: auto;
    margin-right: auto;
  }

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

  .image {
    height: 2rem;
  }

  .col50 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    height: auto;
  }

  .h1 {
    text-align: left;
    font-size: 2.3rem;
  }

  .h2 {
    font-size: 1.2rem;
  }

  .h2._2, .h2._2.rojo.left, .h2._2.c, .h2._1, .h2.banner {
    font-size: 1.8rem;
  }

  .subtitulo_seccion {
    font-size: 1.1rem;
  }

  .block_cliente._3, .block_cliente._2 {
    flex-flow: wrap;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .block_cliente._1 {
    flex-flow: wrap;
    justify-content: space-between;
    padding-right: 1rem;
  }

  .blocks {
    padding-bottom: 1rem;
    padding-left: 1rem;
  }

  .bloque1 {
    width: 100%;
  }

  .bloque1.bottom_right, .bloque1.top_right {
    border-left-style: solid;
  }

  .parrafo_servicio {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-left: 0;
  }

  .parrafo_servicio.hero {
    font-size: 1rem;
  }

  .parrafo_servicio.box {
    padding-left: 0;
  }

  .h3 {
    text-align: center;
    font-size: 1.8rem;
  }

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

  .h3._3 {
    font-size: 1.1rem;
  }

  .marca_img {
    width: 32%;
  }

  .col33 {
    height: 14rem;
  }

  .col70.hero {
    margin-top: 4rem;
  }

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

  .contacto_rojo {
    font-size: 1.3rem;
  }

  .txt_gris {
    font-size: 1rem;
  }

  .cont_stars {
    justify-content: center;
    width: 100%;
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
  }

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

  .txt_footer, .txt_footer._2 {
    font-size: .8rem;
  }

  .whats-card-2 {
    height: 2rem;
    padding-right: 0;
    left: auto;
    right: 5%;
  }

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

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

  .cont_btns_flotante-2 {
    left: 5%;
    right: auto;
  }

  .sello {
    margin-bottom: 2rem;
  }

  .col20 {
    width: 100%;
  }

  .left-arrow, .right-arrow {
    top: 10%;
  }

  .consent-banner_bco {
    width: 90%;
  }

  .parrafo_cookies {
    margin-top: 0;
  }

  .btn_rechazar {
    width: 250px;
  }

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

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

  .slide-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .trigger_acordeon {
    flex-flow: wrap-reverse;
  }

  .precios {
    margin-right: auto;
  }

  .cont_promos {
    flex-flow: column;
    align-items: flex-start;
    width: 60%;
    margin-left: auto;
    display: flex;
  }

  .img_circular {
    width: 35%;
    margin-left: 0;
  }

  .contenedor-2._100 {
    flex-flow: wrap;
  }

  .cont_servicios {
    flex-flow: row;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: .5rem 0;
  }

  .texto_acordeon {
    width: auto;
    margin-top: 0;
  }

  .arrow_down {
    width: 1.5rem;
    height: 1.5rem;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .txt_servicios {
    text-align: center;
    margin-bottom: .5rem;
    margin-right: auto;
  }

  .titulo {
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    line-height: 1.2em;
  }
}


@font-face {
  font-family: 'Serenity Demi';
  src: url('../fonts/Serenity-Demi-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Serenity';
  src: url('../fonts/Serenity-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Serenity';
  src: url('../fonts/Serenity-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ingra';
  src: url('../fonts/Ingra-ExtraBold.ttf') format('truetype'), url('../fonts/Ingra-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ingra';
  src: url('../fonts/Ingra-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Serenity';
  src: url('../fonts/Serenity-Medium-Italic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ingra';
  src: url('../fonts/Ingra-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Serenity Demi';
  src: url('../fonts/Serenity-Demi-Bold-Italic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Serenity Extra';
  src: url('../fonts/Serenity-Extra-Light-Italic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Serenity';
  src: url('../fonts/Serenity-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ingra';
  src: url('../fonts/Ingra-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Serenity Extra';
  src: url('../fonts/Serenity-Extra-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Serenity';
  src: url('../fonts/Serenity-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ingra Hair';
  src: url('../fonts/Ingra-Hair.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ingra Book';
  src: url('../fonts/Ingra-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Serenity';
  src: url('../fonts/Serenity-Bold-Italic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Serenity';
  src: url('../fonts/Serenity-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Serenity';
  src: url('../fonts/Serenity-Light-Italic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ingra';
  src: url('../fonts/Ingra-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Serenity';
  src: url('../fonts/Serenity-Thin-Italic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ingra';
  src: url('../fonts/Ingra-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Serenity';
  src: url('../fonts/Serenity-Heavy-Italic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ingra';
  src: url('../fonts/Ingra-UltraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}