@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-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  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-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-ExtraBoldItalic.ttf') format("truetype"), url('../fonts/Poppins-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  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-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@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-SemiBold.ttf') format("truetype");
  font-weight: 600;
  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-ExtraLightItalic.ttf') format("truetype");
  font-weight: 200;
  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-ThinItalic.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  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-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

:root {
  --color-6: #f9f5fa;
  --color-2: #0d1d59;
  --color-3: #decae2;
  --color-4: #f8faf0;
  --color-5: #ffa85c;
  --color-1: #92579e;
}

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

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

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

.seccion.menu {
  position: absolute;
  top: 0;
}

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

.seccion.nosotros {
  background-color: #0000;
  background-image: linear-gradient(180deg, var(--color-6), #f9f5fad9 85%);
}

.seccion.formulario {
  background-color: var(--color-6);
  padding-bottom: 4rem;
}

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

.seccion._2 {
  background-color: #ffffff1a;
}

.seccion._2.none {
  display: none;
}

.seccion.bco {
  background-color: var(--color-6);
}

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

.contenedor.menu {
  justify-content: center;
  height: 100%;
  margin: 0 auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.contenedor.hero {
  align-self: center;
  margin: auto auto 12rem;
  padding-top: 0;
}

.contenedor.hero.b {
  width: 50%;
  margin-left: 10%;
}

.contenedor.formulario {
  background-color: var(--color-3);
  border-radius: 20px;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.contenedor.footer {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: center;
  align-items: flex-start;
}

.cont_logo {
  justify-content: center;
  align-items: center;
  width: auto;
  height: 8rem;
  display: flex;
}

.titulo_logo {
  color: var(--color-4);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 1.3em;
}

.cont_enlaces {
  z-index: 57;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: space-around;
  align-items: center;
  width: auto;
  height: 4rem;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: relative;
}

.enlace {
  color: var(--color-4);
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #0000;
  border-radius: 27px;
  align-self: center;
  width: auto;
  height: auto;
  margin-left: 1rem;
  margin-right: 1rem;
  padding: .5rem 1.5rem;
  font-size: 1.1rem;
  text-decoration: none;
  transition: border-color .2s;
}

.enlace:hover {
  border-color: var(--color-4);
}

.col60 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: wrap;
  justify-content: space-between;
  align-self: flex-start;
  width: 58%;
  height: auto;
  display: flex;
  position: relative;
}

.col60.testimonios {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  width: 100%;
}

.col60.form {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  align-self: center;
  width: 100%;
}

.col60._2 {
  z-index: 6;
  width: 70%;
}

.col60._2.hero {
  width: 100%;
}

.col60._3 {
  width: 60%;
}

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

.h1 {
  color: var(--color-4);
  text-align: center;
  text-transform: uppercase;
  align-self: center;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.5em;
}

.subtitulo_hero {
  color: var(--color-3);
  text-align: center;
  text-transform: none;
  align-self: center;
  width: 100%;
  height: auto;
  margin: 3rem auto;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.3em;
}

.cont_calificacion {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--color-4);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff26;
  border-radius: 32px;
  justify-content: space-around;
  align-self: center;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: 1rem;
  padding: 1rem;
  display: flex;
}

.txt_opiniones {
  color: var(--color-4);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  align-self: center;
  width: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 1rem;
  line-height: 1em;
}

.div_line {
  background-color: var(--color-4);
  width: 1px;
  height: auto;
}

.div_line.hor {
  width: 200vw;
  height: 1px;
  position: absolute;
  inset: 0% auto auto -50%;
}

.div_line._2 {
  margin-left: 1rem;
  margin-right: 1rem;
}

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

.cont_stars {
  flex-flow: wrap;
  justify-content: space-between;
  align-self: center;
  width: auto;
  height: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.star {
  width: 1.4rem;
  height: 1.6rem;
}

.btn {
  z-index: 10;
  background-color: var(--color-5);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 32px;
  align-self: center;
  width: 25%;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 2rem;
  font-size: 1.2rem;
  font-weight: 600;
  transition: background-color .2s;
  position: absolute;
  inset: auto 0% -4%;
}

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

.btn.center {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.btn.form {
  margin-left: auto;
  margin-right: auto;
}

.btn.form.b {
  width: 100%;
  position: static;
}

.btn.hero {
  width: auto;
  height: auto;
  position: static;
}

.h2 {
  color: var(--color-1);
  text-align: center;
  width: 100%;
  height: auto;
  margin: 4rem auto;
  font-weight: 300;
}

.h2.bco {
  color: var(--color-4);
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.h2.bco._2 {
  margin-top: 0;
}

.h2.form {
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 1.6rem;
  display: block;
}

.h2.left {
  text-align: left;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 2rem;
  line-height: 1.3em;
}

.parrafo_info {
  color: var(--color-2);
  text-align: left;
  letter-spacing: .25px;
  width: 100%;
  height: auto;
  margin-bottom: 3rem;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.8em;
}

.parrafo_info._2 {
  color: var(--color-1);
  font-size: .8rem;
  font-style: italic;
  font-weight: 400;
}

.parrafo_info.none {
  display: none;
}

.col50 {
  flex-flow: wrap;
  justify-content: space-between;
  align-self: center;
  width: 48%;
  height: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.col50.maps {
  width: 90%;
  margin-top: 0;
  margin-bottom: 2rem;
}

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

.col50.opcion {
  width: 47%;
  height: 100%;
  min-height: 30rem;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.col50.form {
  margin-left: auto;
  margin-right: auto;
}

.cont_testimonio {
  width: 100%;
  height: 14rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  line-height: 1.6em;
}

.cont_testimonio.info {
  padding-left: 0;
  padding-right: 0;
}

.cont_testimonio._1 {
  border-bottom: 1px solid #ffffff40;
  padding-left: 0;
  padding-right: 0;
}

.parrafo_testimonio {
  color: var(--color-3);
  text-align: center;
  width: 100%;
  height: auto;
  line-height: 1.7em;
}

.parrafo_testimonio.info {
  color: var(--color-5);
  font-size: 1.6rem;
}

.code-embed {
  pointer-events: none;
  border-radius: 20px;
  width: 100%;
  height: auto;
  overflow: clip;
}

.direccion {
  width: 100%;
  height: auto;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-field {
  border: 1px solid var(--color-1);
  color: var(--color-4);
  background-color: #ffffffe6;
  border-radius: 10px;
  width: 100%;
  height: 3rem;
  transition: background-color .2s;
}

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

.text-field:focus {
  background-color: #c982d857;
}

.text-field::placeholder {
  color: var(--color-1);
}

.body {
  font-family: Poppins, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.3em;
}

.bg_img {
  z-index: -1;
  background-image: url('../images/FONDO-GENERAL_1.avif');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: fixed;
}

.bold {
  width: 100%;
  height: auto;
  font-weight: 700;
}

.bold.size {
  font-size: 2.8rem;
  line-height: 1.5em;
}

.semibold {
  font-weight: 600;
}

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

.recaptcha {
  margin-left: 0;
  margin-right: auto;
}

.text-area.text-field {
  height: 8rem;
}

.cont_img_flotante {
  z-index: 3;
  justify-content: flex-start;
  align-items: flex-end;
  width: 28%;
  height: auto;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.persona_img {
  z-index: 1;
  object-fit: contain;
  width: 100%;
  height: auto;
  position: absolute;
  inset: auto auto 0% 0%;
  overflow: clip;
}

.persona_fondo {
  z-index: auto;
  opacity: .25;
  mix-blend-mode: multiply;
  object-fit: contain;
  width: 100%;
  height: auto;
  position: absolute;
  inset: auto 0% 0% auto;
}

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

.whats-card-2 {
  z-index: 99999;
  -webkit-text-stroke-color: #000;
  background-color: #2ef253;
  background-image: linear-gradient(135deg, #0000, #3e9959);
  border: .5px #edf0f5;
  border-radius: 3vw;
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: .5rem;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: static;
  bottom: 20px;
  left: auto;
  right: 10%;
  box-shadow: 0 2px 5px #0003;
}

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

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

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

.info_hero {
  flex-flow: wrap;
  justify-content: space-between;
  align-self: center;
  display: flex;
  position: relative;
}

.foto_perfil {
  aspect-ratio: 1;
  object-fit: contain;
  border-radius: 100%;
  width: auto;
  height: 8rem;
}

.parrafo_curriculum {
  color: var(--color-1);
  width: 78%;
  height: auto;
  font-size: .8rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1.8em;
}

.list-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 100%;
  height: auto;
  list-style-type: none;
  display: flex;
}

.bold2 {
  font-style: normal;
  font-weight: 700;
}

.list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding-left: 1rem;
  list-style-type: none;
  display: flex;
}

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

.col100 {
  width: 100%;
  height: auto;
  padding-left: 3rem;
  padding-right: 3rem;
}

.txt_bco {
  color: #fff;
  width: 100%;
  height: auto;
  font-size: .9rem;
  font-weight: 300;
}

.txt_bco.mayus {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: auto;
  font-size: 1.4rem;
  font-weight: 600;
  display: flex;
}

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

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

.txt_footer {
  color: #000205;
  align-self: center;
  margin-right: auto;
  font-size: .8rem;
  text-decoration: none;
}

.txt_footer.newape {
  color: #f2f2ed;
  margin-left: auto;
  margin-right: auto;
}

.enlace_newape {
  font-weight: 700;
}

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

.logo {
  width: 100%;
  height: 100%;
}

.cont_btn {
  margin-right: auto;
}

.base_hero {
  z-index: 10;
  opacity: 1;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
  overflow: clip;
}

.base_hero._1 {
  inset: auto 0% 0%;
}

.col40 {
  width: 38%;
  height: auto;
}

.col40.foto {
  width: 38%;
  height: 20rem;
}

.col40._33 {
  width: 31%;
}

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

.mask {
  width: 100%;
  height: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.slide {
  aspect-ratio: auto;
  border-radius: 35px;
  width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: 1rem;
  padding-left: 0;
  padding-right: 0;
}

.imagen_slider {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 35px;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  overflow: clip;
}

.imagen_slider.b {
  object-position: 0% 50%;
  height: 30rem;
}

.imagen_slider.b.center {
  object-position: 50% 50%;
}

.imagen_slider.c {
  object-position: 75% 50%;
  height: 30rem;
}

.imagen_slider.c.center {
  object-position: 50% 50%;
}

.imagen_slider.d {
  object-position: 38% 50%;
  height: 30rem;
}

.left-arrow {
  display: none;
  inset: 0% auto 0% -10%;
}

.right-arrow {
  display: none;
  inset: 0% -10% 0% auto;
}

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

.color {
  background-color: var(--color-1);
  -webkit-text-fill-color: inherit;
  mix-blend-mode: multiply;
  background-clip: border-box;
  border-radius: 35px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.txt_slider {
  z-index: 6;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.8rem;
  line-height: 1.5em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.txt_slider.none {
  display: none;
}

.black {
  font-size: 2.5rem;
  font-weight: 900;
}

.small {
  text-transform: none;
  font-size: .9rem;
}

.medium {
  font-weight: 500;
}

.cont_informacion-1 {
  border: 1px solid #fff;
  border-radius: 35px;
  flex-flow: wrap;
  place-content: stretch space-between;
  align-self: center;
  width: 100%;
  height: auto;
  padding: 0 1rem;
  display: flex;
  position: relative;
}

.cont_informacion-1.b {
  border-style: none;
  border-color: var(--color-2);
  margin-bottom: 3rem;
}

.cont_informacion-1.a {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.h3 {
  color: #fff;
  text-align: center;
  width: 48%;
  height: auto;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3em;
}

.h3.b {
  color: var(--color-1);
  text-align: left;
  width: 100%;
  margin-bottom: 2rem;
  display: block;
}

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

.cont_pago {
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.box_pago {
  background-color: var(--color-1);
  border-radius: 45px;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  display: flex;
}

.image {
  width: 33%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

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

.cont_faq {
  width: 65%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.cont_acordeon {
  background-color: #0000;
  border-bottom: 1px solid #decae280;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

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

.titulo_faq {
  color: #fff;
  width: auto;
  height: auto;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2em;
  display: block;
}

.icono_faq {
  color: #000;
  width: auto;
  height: auto;
  font-size: 2rem;
  line-height: 1.2em;
}

.texto_acordeon {
  overflow: hidden;
}

.respuesta_faq {
  color: var(--color-3);
  width: 92%;
  margin-top: 0;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2em;
}

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

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

.col30 {
  width: 28%;
  height: auto;
}

.col70 {
  width: 68%;
  height: auto;
}

.foto {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border-radius: 35px;
  width: 100%;
  height: 100%;
  max-height: 1000px;
}

.foto.a {
  width: 100%;
}

.foto._1 {
  object-position: 50% 0%;
}

.nombre_txt {
  color: var(--color-1);
  margin-bottom: .5rem;
  font-weight: 600;
}

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

.col33.b {
  width: 31%;
}

.img_center {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 20px;
  width: 100%;
  height: 16rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.img_center.b {
  height: auto;
  margin-bottom: 0;
}

.image-2 {
  width: 3rem;
  height: 3rem;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem;
}

.col20 {
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.col20.circulo {
  background-color: var(--color-5);
  border-radius: 500px;
  width: 4rem;
  height: 4rem;
}

.col20.circulo:hover {
  background-color: var(--color-5);
}

.col80 {
  flex-flow: wrap;
  justify-content: space-between;
  width: 78%;
  height: auto;
  margin-right: auto;
  display: flex;
}

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

.slide-nav {
  display: none;
}

.parrafo_hero {
  color: #fff;
  text-align: center;
  width: 100%;
  height: auto;
  margin-bottom: 2rem;
  font-size: 1.1rem;
  line-height: 1.8em;
}

.list-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  justify-content: space-between;
  align-self: flex-start;
  width: 100%;
  margin-bottom: 2rem;
  display: flex;
}

.list-item-2 {
  width: 100%;
  height: auto;
  list-style-type: none;
  display: flex;
}

.icon_lista {
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 1rem;
}

.txt_block {
  color: var(--color-2);
  align-self: center;
  width: auto;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.8em;
}

.iva {
  font-size: 1rem;
  line-height: 1.1em;
}

.cont-50 {
  flex-flow: wrap;
  align-self: flex-start;
  width: 48%;
  height: auto;
  display: flex;
}

.cont-formulario {
  flex-flow: wrap;
  justify-content: space-between;
  align-self: flex-start;
  width: 36%;
  height: auto;
  margin-right: auto;
  display: flex;
}

@media screen and (max-width: 991px) {
  .seccion.hero {
    height: auto;
    min-height: 100svh;
    padding-bottom: 4rem;
  }

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

  .contenedor {
    width: 90%;
  }

  .contenedor.menu {
    flex-flow: column;
    width: 90%;
    height: auto;
    margin-top: 0;
  }

  .contenedor.hero {
    width: 90%;
  }

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

  .contenedor.formulario {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .titulo_logo {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .cont_enlaces {
    flex-flow: row;
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .enlace {
    margin-left: .5rem;
    margin-right: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .col60 {
    width: 58%;
  }

  .col60.form {
    margin-left: 0;
  }

  .col60._2, .col60._3 {
    width: 100%;
  }

  .subtitulo_hero {
    margin-top: 1rem;
  }

  .cont_calificacion {
    flex-flow: row;
    margin-left: auto;
    margin-right: auto;
  }

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

  .div_line._2 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

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

  .btn {
    width: 50%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .btn.mid {
    bottom: -2.5%;
  }

  .h2.form {
    width: 90%;
  }

  .h2.left {
    margin-top: 2rem;
  }

  .parrafo_info._2 {
    font-size: .9rem;
  }

  .col50, .col50.maps {
    width: 100%;
  }

  .col50.psic {
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .col50.opcion {
    margin-bottom: auto;
    padding-top: 1rem;
  }

  .cont_testimonio {
    height: 10rem;
  }

  .cont_testimonio.info {
    height: auto;
  }

  .cont_testimonio._1 {
    height: 10rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .code-embed {
    margin-left: auto;
    margin-right: auto;
  }

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

  .whats-card-2 {
    border-radius: 6vw;
    width: 4rem;
    height: 4rem;
    padding-left: .5rem;
    padding-right: .5rem;
    left: auto;
    right: 5%;
  }

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

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

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

  .cont_btn {
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

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

  .col40.foto {
    object-position: 50% 50%;
    height: 20rem;
  }

  .col40._33 {
    width: 100%;
  }

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

  .slide {
    max-height: none;
  }

  .imagen_slider {
    object-fit: cover;
  }

  .imagen_slider.b, .imagen_slider.c {
    height: 29rem;
  }

  .cont_informacion-1 {
    justify-content: space-between;
  }

  .h3.b {
    display: none;
  }

  .image {
    width: 60%;
  }

  .cont_faq {
    width: 100%;
  }

  .foto {
    object-position: 50% 20%;
  }

  .foto._2 {
    object-position: 50% 0%;
  }

  .col33.b {
    width: 100%;
  }

  .form-block {
    z-index: 10;
    position: relative;
  }

  .img_center {
    height: 15rem;
  }

  .parrafo_hero {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .cont-formulario {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .cont_enlaces {
    width: 100%;
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
  }

  .enlace {
    width: 24%;
    margin-left: 0;
    margin-right: 0;
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: 1rem;
  }

  .h1 {
    font-size: 2.5rem;
  }

  .subtitulo_hero {
    font-size: 1.7rem;
  }

  .cont_calificacion {
    width: 80%;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }

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

  .div_line._2 {
    width: 100%;
    height: 1px;
  }

  .cont_stars {
    display: block;
  }

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

  .btn.mid {
    width: 80%;
    bottom: -2.5%;
  }

  .h2.left {
    font-size: 1.7rem;
  }

  .parrafo_info {
    font-size: 1rem;
  }

  .col50.maps {
    margin-bottom: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .col50.opcion {
    width: 100%;
  }

  .col50.form {
    padding-top: 0;
  }

  .cont_testimonio.info {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .cont_testimonio._1 {
    height: 10rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .code-embed {
    border-radius: 20px;
  }

  .cont_img_flotante {
    display: none;
  }

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

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

  .cont_whats-2 {
    height: 4vw;
  }

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

  .list {
    margin-bottom: 1rem;
  }

  .txt_bco.mayus {
    font-size: 1.2rem;
  }

  .consent-banner_bco {
    width: 70%;
  }

  .logo {
    height: 8rem;
  }

  .h3.a {
    display: none;
  }

  .h3.b {
    text-align: left;
    display: block;
  }

  .box_pago {
    width: 90%;
  }

  .image {
    width: 50%;
  }

  .respuesta_faq {
    margin-top: 5px;
  }

  .foto {
    margin-bottom: 1rem;
  }

  .img_center {
    width: 100%;
  }

  .image-2 {
    width: 3.5rem;
    height: 3.5rem;
  }

  .col20.circulo {
    width: 4rem;
    height: 4rem;
  }

  .cont-50 {
    width: 100%;
  }

  .cont-formulario {
    width: 90%;
  }
}

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

  .seccion.footer {
    padding-bottom: 4rem;
  }

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

  .contenedor {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .contenedor.footer {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

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

  .cont_enlaces {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: wrap;
    justify-content: space-around;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .enlace {
    justify-content: center;
    align-items: center;
    width: 45%;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .col60 {
    width: 100%;
  }

  .h1 {
    width: 90%;
    font-size: 1.8rem;
    line-height: 1.3em;
  }

  .subtitulo_hero {
    font-size: 1.4rem;
  }

  .cont_calificacion {
    width: 100%;
  }

  .txt_opiniones {
    text-align: center;
  }

  .btn.form {
    align-content: stretch;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .7rem;
  }

  .btn.form.b {
    width: 100%;
    font-size: 1.2rem;
  }

  .btn.mid {
    bottom: -2%;
  }

  .h2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 1.8rem;
    line-height: 1.3em;
  }

  .h2.bco {
    font-size: 1.7rem;
    line-height: 1.3em;
  }

  .h2.form {
    width: 90%;
    font-size: 1.4rem;
  }

  .h2.left {
    font-size: 1.4rem;
  }

  .parrafo_info._2 {
    margin-top: 1rem;
  }

  .col50 {
    width: 100%;
  }

  .col50.maps {
    margin-bottom: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .col50.psic, .col50.opcion {
    padding-top: 0;
  }

  .cont_testimonio {
    height: auto;
  }

  .cont_testimonio.info, .cont_testimonio._1 {
    height: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .parrafo_testimonio {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    font-size: .9rem;
    display: flex;
  }

  .parrafo_testimonio.info {
    flex-flow: column;
    line-height: 1.4em;
    display: block;
  }

  .code-embed {
    border-radius: 20px;
  }

  .direccion {
    font-size: 1rem;
    line-height: 1.3em;
  }

  .bold {
    font-size: 1.3rem;
  }

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

  .semibold {
    width: auto;
  }

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

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

  .whats-card-2 {
    border-radius: 20vw;
    width: 3rem;
    height: 3rem;
    padding-right: .5rem;
    left: auto;
    right: 5%;
  }

  .cont_whats-2 {
    height: 6vw;
    padding-left: 0;
    padding-right: 0;
  }

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

  .foto_perfil {
    height: 10rem;
    padding: 0 4rem;
  }

  .list-item {
    flex-flow: column;
  }

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

  .txt_footer {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: .7rem;
  }

  .txt_footer.newape {
    margin-left: auto;
    margin-right: auto;
  }

  .consent-banner_bco {
    width: 90%;
  }

  .parrafo_cookies {
    margin-top: 0;
  }

  .btn_rechazar {
    width: 250px;
  }

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

  .col40 {
    height: auto;
  }

  .col40.foto {
    width: 100%;
    height: 18rem;
  }

  .slider {
    width: 95%;
  }

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

  .slide {
    max-height: 60vh;
  }

  .left-arrow {
    display: none;
    left: -12%;
  }

  .right-arrow {
    display: none;
    right: -12%;
  }

  .icon {
    font-size: 1.2rem;
  }

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

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

  .h3.b {
    width: auto;
    margin-bottom: 1rem;
  }

  .box_pago {
    width: 90%;
    padding: 1rem;
  }

  .image {
    width: 80%;
  }

  .cont_acordeon {
    flex-flow: wrap;
    align-items: flex-start;
    margin-bottom: 1rem;
  }

  .titulo_faq {
    width: 88%;
    font-size: 1.1rem;
  }

  .texto_acordeon {
    width: auto;
    margin-top: .5rem;
  }

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

  .foto {
    object-fit: cover;
    object-position: 50% 5%;
  }

  .foto._1 {
    object-position: 50% 15%;
  }

  .foto._2 {
    object-position: 50% 0%;
  }

  .nombre_txt {
    margin-bottom: 0;
  }

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

  .image-2 {
    width: 5rem;
    height: 5rem;
  }

  .col20.circulo {
    width: 6rem;
    height: 6rem;
    margin-bottom: 1rem;
    margin-left: auto;
  }

  .col20.circulo:hover {
    background-color: var(--color-5);
  }

  .col80 {
    width: 100%;
  }

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

  .parrafo_hero {
    font-size: 1rem;
  }

  .list-item-2 {
    margin-bottom: .5rem;
  }

  .txt_block {
    line-height: 1.5em;
  }
}


@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-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  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-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBold.ttf') format('truetype'), url('../fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBoldItalic.ttf') format('truetype'), url('../fonts/Poppins-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  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-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@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-SemiBold.ttf') format('truetype');
  font-weight: 600;
  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-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  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-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  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-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}