:root {
  --dorado: #ddbf8e;
  --aqua: #007791;
  --azul: #002147;
  --rojo: #911423;
}

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

h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1em;
}

h2 {
  color: var(--dorado);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 36px;
}

p {
  margin-bottom: 10px;
  line-height: 1.4em;
}

.hero {
  border-bottom: 10px none var(--dorado);
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: auto;
  min-height: 100vh;
  display: flex;
}

.contenedor {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  height: auto;
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: flex;
}

.contenedor.vertical {
  flex-flow: wrap;
  align-items: stretch;
}

.contenedor.vertical.v2 {
  align-items: center;
}

.contenedor.contacto {
  background-color: #fff3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}

.contenedor.centro {
  justify-content: center;
  align-items: center;
}

.seccion {
  z-index: 990;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

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

.seccion.stretch {
  align-items: stretch;
}

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

.hero_izq {
  z-index: 998;
  background-image: linear-gradient(#002147f2, #002147f2);
  justify-content: center;
  align-items: center;
  width: 70%;
  display: flex;
  position: relative;
}

.hero_der {
  z-index: 998;
  background-color: #911423f2;
  justify-content: center;
  align-items: center;
  width: 30%;
  display: flex;
  position: relative;
}

.body {
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  line-height: 1.1em;
}

.h1 {
  margin-top: 0;
  margin-bottom: 3rem;
  font-weight: 400;
  position: relative;
}

.h2 {
  margin-top: 0;
  margin-bottom: 3rem;
}

.btn {
  background-color: var(--aqua);
  padding: .75rem 2rem;
  font-size: 1rem;
}

.btn.v2 {
  background-color: var(--rojo);
}

.img_hero {
  width: 10rem;
  margin-bottom: 4rem;
}

.cont_stars {
  flex-flow: wrap;
  justify-content: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 2rem;
  margin-right: auto;
  display: flex;
}

.cont_stars.var {
  margin-bottom: 1rem;
}

.star {
  color: var(--dorado);
  justify-content: center;
  align-items: center;
  font-family: Material Icons Round, sans-serif;
  font-size: 1.25rem;
  line-height: 1em;
  display: flex;
}

.txt_tiempo {
  margin-left: .5rem;
  font-size: .9rem;
}

.promedio_num {
  color: #fff;
  margin-right: 10px;
  font-family: Oswald, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1em;
}

.promedio_txt {
  color: #fff;
  margin-left: 1rem;
  margin-right: 10px;
  font-family: Oswald, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2em;
}

.slide {
  width: 100%;
  height: 50%;
}

.slider {
  flex-flow: column;
  width: 100%;
  height: 50vh;
  display: flex;
}

.testimonio {
  background-color: #0000001a;
  margin-bottom: 1rem;
  padding: 2rem;
}

.star_ch {
  color: var(--dorado);
  justify-content: center;
  align-items: center;
  font-family: Material Icons Round, sans-serif;
  font-size: 1rem;
  line-height: 1em;
  display: flex;
}

.nombre {
  color: #fff;
  text-align: center;
  margin-bottom: 1rem;
  font-weight: 600;
}

.txt_testimonio {
  color: #fff;
  text-align: center;
  font-style: italic;
  font-weight: 300;
}

.subtitulo {
  color: var(--aqua);
  text-align: center;
  width: 100%;
  margin-bottom: 1rem;
  font-weight: 700;
}

.subtitulo.izq {
  text-align: left;
}

.subtitulo.bco {
  color: #fff;
}

.titulo {
  color: var(--rojo);
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Oswald, sans-serif;
  font-size: 2rem;
}

.titulo.izq {
  text-align: left;
}

.titulo.dorado {
  color: var(--dorado);
  height: auto;
  margin-bottom: 2rem;
}

.col45 {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 45%;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
  display: flex;
}

.col45.calendario {
  background-color: #0000;
  align-items: stretch;
  height: 100%;
  min-height: 250px;
  display: none;
}

.col45.izq {
  justify-content: flex-start;
  align-items: center;
}

.centrado {
  text-align: center;
}

.centrado.bold {
  margin-bottom: 2rem;
}

.text-span {
  color: var(--rojo);
  line-height: 1.6em;
}

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

.linea {
  background-color: var(--dorado);
  height: .75rem;
  position: relative;
}

.elemento {
  background-color: var(--dorado);
  width: 5rem;
  height: .25rem;
  margin-left: auto;
  margin-right: auto;
}

.elemento.izq {
  margin-left: 0;
}

.cont_titulo {
  width: 100%;
  margin-bottom: 4rem;
}

.image {
  aspect-ratio: 1;
  object-fit: contain;
  width: 20%;
  margin-right: 2rem;
}

.titulo_pros {
  color: #fff;
  width: 50%;
  font-family: Oswald, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4em;
}

.img1 {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 15%;
  background-image: linear-gradient(#ddbf8e80, #ddbf8e80), url('../images/financial-analyst-analyzes-business-finance-report-2025-01-10-12-42-40-utc.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  width: 80%;
}

.list {
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-left: 20px;
}

.col33 {
  width: 33.3333%;
  padding: 4rem 2rem;
}

.col33._1 {
  background-image: linear-gradient(#007791e6, #007791e6), url('../images/ChatGPT-Image-21-nov-2025-02_05_20-p.m..png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.col33._2 {
  background-color: #0000;
  background-image: linear-gradient(#002147e6, #002147e6), url('../images/ChatGPT-Image-24-nov-2025-12_34_19-p.m..png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.col33._3 {
  background-color: #0000;
  background-image: linear-gradient(#911423e6, #911423e6), url('../images/ChatGPT-Image-21-nov-2025-02_10_30-p.m..png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.titulo_servicios {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Oswald, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.4em;
}

.paragraph {
  color: #fff;
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.paragraph.contacto {
  width: 50%;
}

.form-block {
  width: 80%;
}

.text-field {
  border: 1px solid var(--dorado);
  color: var(--dorado);
  background-color: #0000;
  margin-top: 10px;
  margin-bottom: 0;
}

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

.text-field.var {
  height: 10rem;
  margin-top: 0;
  margin-bottom: 1rem;
}

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

.trazo {
  z-index: 998;
  background-color: var(--dorado);
  width: 20rem;
  height: 2px;
  position: static;
  inset: auto 0% auto auto;
}

.cont_h1 {
  position: relative;
}

.list-item {
  margin-bottom: 1rem;
  line-height: 1.5em;
}

.background-video {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: fixed;
}

.submit-button {
  background-color: var(--aqua);
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.col50 {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.form {
  flex-flow: wrap;
  margin-top: 2rem;
  display: flex;
}

.footer {
  background-color: var(--rojo);
  color: #fff;
  text-align: center;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.code-embed {
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.code-embed-2 {
  margin-top: 0;
}

.img2 {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 15%;
  background-image: linear-gradient(#ddbf8e80, #ddbf8e80), url('../images/ChatGPT-Image-21-nov-2025-01_45_30-p.m..png');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  width: 80%;
}

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

  .hero_izq {
    width: 60%;
  }

  .hero_der {
    width: 40%;
  }

  .h1 {
    margin-bottom: 2rem;
    font-size: 2rem;
  }

  .h2 {
    font-size: 1.6rem;
  }

  .btn {
    line-height: 1.4em;
  }

  .btn.v2 {
    text-align: center;
    line-height: 1.4em;
  }

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

  .star {
    font-size: .8rem;
  }

  .txt_tiempo {
    margin-left: .25rem;
    font-size: .8rem;
  }

  .star_ch {
    font-size: .8rem;
  }

  .col45 {
    width: 48%;
  }

  .col45.calendario {
    min-height: 250px;
  }

  .col30 {
    flex-flow: column;
    margin-bottom: auto;
  }

  .image {
    width: 30%;
    margin-bottom: 1rem;
  }

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

  .img1 {
    width: 100%;
  }

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

  .paragraph.contacto {
    width: 80%;
  }

  .form-block {
    width: 100%;
  }

  .col50 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .img2 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .contenedor {
    justify-content: space-between;
  }

  .seccion.stretch {
    flex-flow: column;
  }

  .hero_izq, .hero_der {
    width: 100%;
  }

  .h1 {
    font-size: 2.5rem;
  }

  .btn.v2 {
    width: 100%;
  }

  .cont_stars {
    display: flex;
  }

  .star {
    width: auto;
    font-size: .7rem;
  }

  .txt_tiempo {
    width: 100%;
  }

  .testimonio {
    width: 45%;
  }

  .star_ch {
    width: auto;
    font-size: .7rem;
  }

  .col45 {
    width: 100%;
  }

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

  .col33 {
    width: 100%;
  }

  .text-field.var {
    margin-top: 10px;
  }

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

  .background-video {
    position: absolute;
    inset: 0% 0% auto;
  }

  .submit-button, .col50 {
    width: 100%;
  }

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

@media screen and (max-width: 479px) {
  .seccion {
    z-index: 990;
    background-color: #fff;
    position: relative;
  }

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

  .h2 {
    margin-bottom: 2rem;
    font-size: 1.2rem;
    line-height: 1.4em;
  }

  .btn {
    text-align: center;
    line-height: 1.4em;
  }

  .btn.v2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .img_hero {
    margin-bottom: 3rem;
  }

  .cont_stars {
    flex-flow: wrap;
    margin-top: .5rem;
  }

  .col45.calendario {
    min-height: 0;
  }

  .linea {
    z-index: 990;
    position: relative;
  }

  .paragraph {
    width: 90%;
  }

  .background-video {
    position: fixed;
  }
}


