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

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

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

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

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

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-BoldItalic.ttf') format("truetype"), url('../fonts/Poppins-ExtraBoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

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

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

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

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

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

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

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

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

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

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

:root {
  --tipografia-principal: Poppins, Arial, sans-serif;
  --color1: #000957;
  --color3: #577bc1;
  --color2: #344cb7;
  --white: white;
  --color-claro: #fffef1;
  --color-4: #ffeb00;
  --negro: #000;
  --black: black;
}

body {
  color: #333;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  font-family: var(--tipografia-principal);
  text-align: left;
  text-transform: uppercase;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1em;
}

h2 {
  color: var(--color1);
  text-align: left;
  text-transform: uppercase;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1em;
}

p {
  text-align: left;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5em;
}

a {
  text-transform: uppercase;
  margin-top: 1vw;
  margin-bottom: 1vw;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1em;
  text-decoration: underline;
}

li {
  margin-bottom: 1.5vw;
  font-size: 1rem;
  line-height: 1.2em;
}

.cont_texto_slider {
  z-index: 10;
  flex-flow: wrap;
  align-content: center;
  align-self: center;
  align-items: center;
  width: 80%;
  max-width: 1280px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20% 0 0;
  display: flex;
  position: static;
  inset: 12rem 10% auto;
}

.right-arrow {
  display: none;
}

.cont_fichas {
  z-index: 11;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  max-width: 1280px;
  height: auto;
  margin: 0 auto;
  display: flex;
  position: relative;
}

.col33 {
  width: 33.333%;
}

.col33.round {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.col33.round.color {
  background-color: var(--color1);
  align-items: center;
  height: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.col33.round2 {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.col33.round2.color3 {
  background-color: var(--color3);
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.col33.color2 {
  background-color: var(--color2);
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.col33.espacio {
  align-items: center;
  padding-left: 1.5vw;
  display: flex;
}

.col33.espacio.ficha {
  padding-left: 2vw;
}

.navbar {
  background-color: var(--white);
  justify-content: center;
  width: 100%;
  height: auto;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  position: fixed;
  top: 0;
}

.cont_principal_menu {
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  min-width: 0%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.link_menu {
  color: var(--color1);
  align-self: auto;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 900;
}

.link_menu:hover {
  color: var(--color2);
  font-weight: 900;
}

.link_menu.w--current {
  color: var(--color2);
  font-size: 1rem;
}

.cont_menu {
  align-items: stretch;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.bco {
  color: var(--color-claro);
  font-family: Lato, sans-serif;
  line-height: 1.3em;
}

.bco.parrafo {
  font-family: Poppins, Arial, sans-serif;
  line-height: 1.4em;
}

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

.boton {
  background-color: var(--color-4);
  color: var(--color1);
  border-radius: 10px;
  padding: 1rem 3rem;
  font-family: Lato, sans-serif;
  font-weight: 900;
  transition: color .2s, background-color .2s;
}

.boton:hover {
  background-color: var(--color1);
  color: var(--color-claro);
}

.boton.izq {
  box-shadow: 1px 1px 1px #00095794;
}

.boton.izq.b {
  background-color: var(--color2);
  color: var(--color-claro);
}

.boton.izq.b:hover {
  background-color: var(--color1);
}

.boton.b {
  background-color: var(--color2);
  color: var(--color-claro);
}

.boton.b:hover {
  background-color: var(--color1);
}

.col66 {
  flex-flow: wrap;
  justify-content: space-around;
  align-self: auto;
  align-items: flex-start;
  width: 66.66%;
  height: 100%;
  padding-left: 1.5vw;
  padding-right: 1.5vw;
  display: block;
}

.circulo_tab {
  aspect-ratio: auto;
  background-color: var(--color-claro);
  color: var(--color2);
  text-align: center;
  object-fit: contain;
  border: 2px #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  padding-left: .75rem;
  padding-right: .75rem;
  font-family: Material Icons Round, sans-serif;
  font-size: 3.5rem;
  line-height: 1em;
  display: block;
  overflow: visible;
}

.circulo_tab._2 {
  color: var(--color1);
  display: none;
}

.circulo_tab.none {
  display: none;
}

.titulo_ficha_top {
  color: var(--color-claro);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4rem;
  line-height: 1.3em;
}

.parrafo_ficha_top {
  color: var(--color-claro);
  margin-top: .5vw;
  font-family: Poppins, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.2em;
}

.cont_info {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  max-width: 1280px;
  margin-left: 10%;
  margin-right: 10%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.cont_info.sin_margenes {
  z-index: 10;
  align-content: stretch;
  align-items: stretch;
  width: 80%;
  max-width: 1180px;
  margin-top: -150px;
  padding-top: 0;
  padding-bottom: 3vw;
  position: relative;
}

.col50 {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding-top: 5vw;
  padding-bottom: 5vw;
  display: flex;
}

.col50.der {
  flex-flow: wrap;
  justify-content: space-between;
  align-self: flex-start;
  align-items: stretch;
  height: auto;
  padding-top: 0;
}

.col50.right {
  align-self: flex-start;
  height: auto;
}

.text_sobre_titulo {
  color: var(--color1);
  font-family: Poppins, Arial, sans-serif;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1em;
}

._40 {
  align-self: flex-start;
  width: 45%;
  height: 40rem;
}

.left-arrow-2 {
  display: none;
}

.btn_resalto {
  background-color: var(--color2);
  color: var(--color-claro);
  border-radius: 5px;
  align-self: auto;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  transition: background-color .2s;
}

.btn_resalto:hover {
  background-color: var(--color1);
  color: var(--white);
  font-weight: 900;
}

.btn_resalto.w--current {
  background-color: var(--color2);
  color: #fff;
}

.text_sobre_seccion {
  color: var(--white);
  text-align: center;
  width: 100%;
  margin-bottom: 1rem;
  font-family: Poppins, Arial, sans-serif;
}

.titulo_h2_seccion {
  text-align: center;
  width: 100%;
  font-size: 2.5rem;
  font-weight: 900;
}

.titulo_h2_seccion.bco {
  font-family: Lato, sans-serif;
}

.parrafo_seccion_centrado {
  text-align: center;
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
}

.parrafo_seccion_centrado.bco {
  font-family: Poppins, Arial, sans-serif;
}

.ficha-servicio {
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: auto;
  min-height: 42rem;
  padding: 0 0 2vw;
  display: flex;
}

.img_ficha-servicio {
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
  height: 200px;
  min-height: 0;
  max-height: 200px;
  margin-bottom: 2vw;
}

.img_ficha-servicio.top_img {
  object-position: 50% 25%;
  border-radius: 0;
  height: 300px;
  max-height: 300px;
}

.titulo_ficha_servicio {
  text-align: center;
  text-transform: uppercase;
  margin-left: 2rem;
  margin-right: 2rem;
  font-family: Lato, sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.1em;
}

.col_30 {
  align-self: auto;
  width: 32%;
  height: auto;
  display: flex;
}

.btn_ficha {
  background-color: var(--color2);
  text-align: center;
  border-radius: 10px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  transition: background-color .2s;
}

.btn_ficha:hover {
  background-color: var(--color1);
}

.espaciador {
  width: 100%;
  height: 3vw;
}

.parrafo_ficha {
  margin: 2rem;
  font-family: Poppins, Arial, sans-serif;
}

.link_logotipo {
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.cont_testimonios {
  background-color: var(--color1);
  background-image: linear-gradient(#0448969e, #0448969e);
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  flex-wrap: wrap;
  place-content: flex-start;
  align-items: center;
  width: 50%;
  height: auto;
  padding: 3vw;
  display: flex;
}

.background_video {
  background-image: linear-gradient(#00000080, #00000080);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 35rem;
  padding: 10%;
  display: flex;
}

.titulo_video_seccion {
  text-align: center;
  width: 50%;
  font-family: Poppins, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3em;
}

.cont_formulario {
  background-color: #f1f1f1;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  flex-wrap: wrap;
  align-content: flex-start;
  width: 50%;
  padding: 2rem;
  display: flex;
}

.titi_testimonio {
  color: #fff;
  margin-bottom: 15px;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1em;
}

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

.slide {
  height: auto;
}

.parrafo_testimonio {
  color: #fff;
  margin-top: 5px;
  margin-bottom: 15px;
  font-family: Poppins, Arial, sans-serif;
  font-size: .9rem;
  line-height: 2em;
}

.estrella {
  color: #ffcd33;
  padding: 0 2px 0 0;
  font-family: Material Icons Round, sans-serif;
  font-size: 1.3rem;
  line-height: 1em;
}

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

.testimonio {
  background-color: #57c2e500;
  border: 1px #1bb2e6;
  border-radius: 18px;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 3vw;
  margin-left: 0;
  padding: 0;
}

.slider_testimonios {
  background-color: #0000;
  flex-wrap: nowrap;
  align-content: flex-end;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: 0;
  padding-bottom: 0;
  display: flex;
}

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

.caja-formulario {
  width: 100%;
}

.fiel_form {
  opacity: 1;
  border: 1px #000;
  width: 100%;
  height: 3em;
  font-size: .9rem;
  line-height: 1em;
}

.btn_form {
  background-color: var(--color2);
  text-align: center;
  text-transform: uppercase;
  border-radius: 10px;
  width: 100%;
  font-weight: 700;
}

.btn_form:hover {
  background-color: var(--color1);
}

.fiel_form_parrafo {
  opacity: 1;
  border: 1px #000;
  width: 100%;
  height: 6em;
  min-height: 6em;
  font-size: .9rem;
  line-height: 1em;
}

.sobre_texto_testimonios {
  margin-bottom: 3vw;
}

.sobre_texto_testimonios.azul1 {
  color: var(--color-claro);
  font-family: Poppins, Arial, sans-serif;
}

.cont_footer_bajo {
  background-color: var(--color1);
  perspective: none;
  transform-origin: 50% 100%;
  color: #000;
  border-radius: 0;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 100px;
  display: flex;
  transform: none;
}

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

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

.azul {
  border-bottom: 1px none var(--color2);
  color: var(--color1);
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-family: Poppins, Arial, sans-serif;
}

.texto_formulario {
  color: var(--color1);
  margin-top: .5vw;
  font-family: Poppins, Arial, sans-serif;
}

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

.cont_btn_form-se-debe-ocultar {
  flex-wrap: wrap;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: none;
}

.success_message {
  color: var(--color1);
  text-align: center;
  background-color: #89ff1b;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1em;
}

.error_message {
  color: #fff;
  text-align: center;
  background-color: #ff4a69;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px;
  font-size: 1rem;
  line-height: 1em;
}

.recaptcha-error-message {
  color: var(--negro);
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: .8rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1em;
}

.texto-muestra-error-recaptcha {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: .8rem;
  font-style: italic;
  line-height: 1em;
}

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

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

.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: 1vw;
  font-weight: 800;
  line-height: 1em;
}

.tel_card {
  z-index: 99999;
  background-color: var(--color2);
  -webkit-text-stroke-color: #000;
  border: 2px #ffb93c;
  border-radius: 60px;
  flex-wrap: wrap;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 0;
  padding: 0;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: fixed;
  bottom: 20px;
  left: auto;
  right: 29%;
}

.tel_card:hover {
  background-color: var(--color1);
}

.cont_tel {
  flex-wrap: wrap;
  place-content: center;
  align-items: center;
  width: 2.5vw;
  height: 2.5vw;
  padding: 0;
  display: flex;
}

.text_tel {
  color: #fff;
  text-align: left;
  letter-spacing: .5px;
  text-transform: none;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin: auto;
  padding-top: 0;
  font-family: Material Icons Round, sans-serif;
  font-size: 1.5vw;
  font-weight: 800;
  line-height: 1em;
  display: flex;
}

.hero {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  min-height: 50rem;
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
}

.background-video {
  z-index: -999;
  background-image: linear-gradient(#00000080, #00000080);
  width: 100%;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

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

.image.info {
  object-position: 20% 50%;
}

.body {
  font-family: Lato, sans-serif;
}

.seccion {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.seccion.azul {
  background-color: #0000;
}

.seccion.video {
  padding-top: 0;
  padding-bottom: 0;
}

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

.bold-text {
  font-weight: 900;
}

.bold-text.b {
  color: var(--color2);
}

.bold-text-2 {
  font-weight: 900;
}

.list {
  color: var(--color1);
  padding-left: 20px;
  font-size: 1rem;
  line-height: 1.1em;
}

.image-2 {
  object-fit: cover;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.image-2.b {
  object-position: 50% 50%;
}

.text-span {
  font-weight: 900;
}

.logo_contact {
  width: 30%;
  margin-top: 2rem;
}

.paragraph {
  color: var(--color1);
  font-family: Poppins, Arial, sans-serif;
}

.heading {
  font-family: Lato, sans-serif;
  line-height: 1.3em;
}

.paragraph-2 {
  color: var(--color1);
  font-family: Poppins, Arial, sans-serif;
}

.list-item {
  font-family: Poppins, Arial, sans-serif;
  line-height: 1.4em;
}

.bold-text-3 {
  font-family: Poppins, Arial, sans-serif;
}

.bg_color {
  z-index: -888;
  mix-blend-mode: multiply;
  background-color: #203970;
  width: 100%;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.bold {
  font-weight: 700;
}

.bold.mayus {
  text-transform: uppercase;
}

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

.image-3 {
  width: 100%;
  height: 3rem;
}

@media screen and (max-width: 991px) {
  .cont_texto_slider {
    width: 100%;
    padding: 0 5%;
    left: 0%;
    right: 0%;
  }

  .cont_fichas {
    width: 90%;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 3rem;
  }

  .col33.round.color {
    flex-flow: column;
    justify-content: space-around;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
  }

  .col33.round2.color3, .col33.color2 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .col33.espacio.ficha {
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .navbar {
    padding-left: 5%;
    padding-right: 5%;
  }

  .cont_principal_menu {
    width: 100%;
  }

  .link_menu {
    justify-content: center;
    align-items: center;
    padding: 1rem;
    font-size: 1.2rem;
    display: flex;
  }

  .cont_menu {
    background-color: #f1f1f1;
    justify-content: center;
    align-items: stretch;
    padding: 0;
  }

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

  .boton {
    justify-content: center;
    align-items: center;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .boton.izq {
    width: 50%;
    margin-left: 0;
  }

  .col66 {
    width: 80%;
    padding-left: 0;
    padding-right: 0;
  }

  .circulo_tab {
    width: 5rem;
    height: 5rem;
    font-size: 2.5rem;
  }

  .titulo_ficha_top {
    font-size: 1.1rem;
    display: block;
  }

  .parrafo_ficha_top {
    font-size: .8rem;
    line-height: 1.1em;
  }

  .cont_info {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }

  .cont_info.sin_margenes {
    width: 90%;
    margin-top: 0;
    padding-bottom: 0;
  }

  .col50.der, .col50.right {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  ._40 {
    width: 100%;
    height: 25rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
  }

  .btn_resalto {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: auto;
    padding: 1rem;
    font-size: 1.2rem;
    display: flex;
  }

  .text_sobre_seccion, .titulo_h2_seccion {
    text-align: left;
  }

  .parrafo_seccion_centrado {
    padding-left: 0%;
    padding-right: 0%;
  }

  .parrafo_seccion_centrado.bco {
    text-align: left;
  }

  .ficha-servicio {
    min-height: 22rem;
    padding-bottom: 2rem;
  }

  .img_ficha-servicio.top_img {
    height: 250px;
    max-height: 250px;
  }

  .titulo_ficha_servicio {
    margin-top: 1rem;
  }

  .col_30 {
    width: 100%;
    margin-bottom: 5vw;
  }

  .btn_ficha {
    width: 50%;
  }

  .parrafo_ficha {
    margin-top: 1rem;
  }

  .link_logotipo {
    width: auto;
    height: 3rem;
  }

  .cont_testimonios {
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0;
    width: 100%;
    padding: 2rem;
  }

  .background_video {
    height: 50vh;
    padding-top: 0%;
  }

  .titulo_video_seccion {
    width: 90%;
  }

  .cont_formulario {
    border-top-right-radius: 0;
    border-bottom-left-radius: 15px;
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .titi_testimonio {
    color: #fff;
    font-size: 1.1rem;
    line-height: 1em;
  }

  .parrafo_testimonio {
    font-size: .9rem;
    line-height: 1.5em;
  }

  .cont_estrellas {
    margin-left: 0;
  }

  .testimonio {
    width: 100%;
  }

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

  .text_footer_2 {
    text-align: center;
  }

  .cont_btn_form-se-debe-ocultar {
    display: none;
  }

  .menu-button {
    background-color: var(--color-claro);
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    padding: 0;
    display: flex;
  }

  .menu-button.w--open {
    background-color: var(--color-claro);
  }

  .icon {
    color: var(--color1);
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 2rem;
    line-height: 1em;
    display: flex;
  }

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

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

  .text_whaatsapp {
    font-size: 2.1vw;
  }

  .tel_card {
    left: auto;
    right: 41%;
  }

  .cont_tel {
    width: 4vw;
    height: 4vw;
    padding-right: 0;
  }

  .text_tel {
    font-size: 2.1vw;
  }

  .hero {
    margin-top: 12rem;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .seccion.azul {
    margin-bottom: 0;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .logo_contact {
    width: 25%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 1.8rem;
  }

  .cont_texto_slider {
    padding-top: 0;
    padding-bottom: 0;
  }

  .cont_fichas {
    border-radius: 0;
    flex-flow: wrap;
    margin-top: 0;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .col33.round.color {
    border-radius: 20px 20px 0 0;
    width: 100%;
  }

  .col33.round2.color3 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    width: 100%;
  }

  .col33.color2 {
    width: 100%;
  }

  .logotipo {
    height: auto;
  }

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

  .boton.izq {
    width: 100%;
  }

  .col66 {
    justify-content: space-around;
    align-items: center;
    margin-top: 1rem;
  }

  .parrafo_ficha_top {
    text-align: center;
  }

  .cont_info {
    margin-left: 5%;
    margin-right: 5%;
  }

  .cont_info.sin_margenes {
    width: 90%;
    margin-top: 0;
    padding-bottom: 0;
  }

  .col50 {
    width: 100%;
  }

  .col50.der, .col50.right {
    height: auto;
  }

  ._40 {
    width: 100%;
    height: 25rem;
  }

  .btn_resalto {
    width: 100%;
  }

  .titulo_h2_seccion {
    font-size: 1.8rem;
  }

  .img_ficha-servicio.top_img {
    object-position: 50% 23%;
  }

  .titulo_ficha_servicio {
    text-align: center;
  }

  .col_30 {
    width: 100%;
  }

  .btn_ficha {
    width: 90%;
  }

  .link_logotipo {
    width: auto;
    padding-left: 0;
  }

  .titulo_video_seccion {
    width: 90%;
  }

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

  .titi_testimonio {
    font-size: 1.1rem;
    line-height: 1.2em;
  }

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

  .text_footer {
    padding-bottom: 14px;
  }

  .whats-card {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .cont_whats {
    height: 4vw;
  }

  .img_whats {
    padding-left: .5vw;
  }

  .text_whaatsapp {
    font-size: 2.5vw;
  }

  .tel_card {
    left: 5%;
    right: auto;
  }

  .cont_tel {
    width: 3rem;
    height: 3rem;
    font-size: 2rem;
  }

  .text_tel {
    font-size: 2rem;
  }

  .hero, .image {
    height: auto;
  }

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

  .logo_contact {
    width: 30%;
  }
}

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

  h2 {
    margin-top: 0;
    font-size: 1.5rem;
  }

  p {
    margin-top: 0;
    font-size: .9rem;
    line-height: 1.2em;
  }

  .main {
    font-size: 4vw;
  }

  .cont_texto_slider {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 10%;
  }

  .cont_fichas {
    flex-wrap: wrap;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .col33 {
    width: 100%;
  }

  .col33.round.color {
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .col33.round2.color3 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .col33.color2 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .col33.espacio.ficha {
    justify-content: center;
    width: 30%;
  }

  .cont_principal_menu {
    justify-content: space-between;
    padding-top: 1rem;
  }

  .logotipo {
    height: auto;
  }

  .boton {
    text-align: center;
    width: 100%;
    font-size: .8rem;
    display: none;
  }

  .col66 {
    width: 80%;
  }

  .titulo_ficha_top {
    text-align: center;
    display: block;
  }

  .cont_info.sin_margenes {
    width: 90%;
    max-width: 1280px;
    height: auto;
    margin-top: 0;
    padding-bottom: 0;
    position: static;
  }

  ._40 {
    object-position: 40% 50%;
    height: 20rem;
  }

  .btn_resalto {
    width: auto;
  }

  .titulo_h2_seccion {
    font-size: 1.5rem;
  }

  .titulo_h2_seccion.bco {
    text-align: left;
  }

  .parrafo_seccion_centrado.bco {
    text-align: left;
    padding-left: 0%;
    padding-right: 0%;
  }

  .btn_ficha {
    width: 90%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .background_video {
    height: auto;
    padding-left: 5%;
    padding-right: 5%;
  }

  .titulo_video_seccion {
    width: 100%;
    font-size: 1.7rem;
  }

  .cont_formulario {
    padding: 1rem;
  }

  .titi_testimonio {
    font-size: 1.1rem;
  }

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

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

  .slider_testimonios {
    margin-left: 0;
  }

  .cont_footer_bajo {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .text_footer_2 {
    line-height: 1.2rem;
  }

  .cont_btn_form-se-debe-ocultar {
    display: none;
  }

  .whats-card {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    padding: .5rem 1rem;
    left: auto;
    right: 5%;
  }

  .cont_whats {
    flex-flow: wrap;
    width: 1rem;
    height: 1rem;
    margin-right: .5rem;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .img_whats {
    width: 1.5rem;
    height: 1rem;
    padding-left: 0;
  }

  .text_whaatsapp {
    font-size: 4vw;
  }

  .tel_card {
    left: 15px;
    right: auto;
  }

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

  .text_tel {
    font-size: 1rem;
  }

  .hero {
    height: auto;
    min-height: auto;
  }

  .background-video {
    height: 100vh;
  }

  .image {
    object-fit: cover;
    object-position: 15% 50%;
    height: 100%;
  }

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

  .logo_contact {
    width: 50%;
  }

  .image-3 {
    width: auto;
    height: 2rem;
  }

  .heading-2 {
    margin-top: 1rem;
  }
}


@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.ttf') format('truetype'), url('../fonts/Poppins-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-BoldItalic.ttf') format('truetype'), url('../fonts/Poppins-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}