@charset "UTF-8";
@font-face {
  font-family: "Montserrat";
  src: url("../../../fonts/monserrat-bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
/* Reset básico */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}

.btn {
  background-color: #2910ff;
  color: white;
  padding: 0.4rem 0.5rem;
  border-radius: 20px;
  font-size: 23px;
  font-weight: 400;
  text-align: center;
  font-family: "Work Sans", sans-serif;
}
.btn:hover, .btn:focus {
  box-shadow: 0 2px 12px rgb(255, 255, 255);
  text-decoration: none;
  color: white;
}

.bk {
  background-size: cover;
  background-position: center top 0px;
  position: relative;
  padding: 2rem 0;
  color: #F7F7F7;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.navbar {
  background-color: #F7F7F7;
  z-index: 1;
  padding: 1rem 0;
}
.navbar .img-logo {
  max-width: 158px !important;
}
@media (max-width: 767.98px) {
  .navbar .borde-responsive {
    border: none !important;
  }
}
.navbar .tam-icon {
  min-width: 200px;
}
.navbar .navbar-toggler {
  border: none !important;
  background-image: linear-gradient(to right, #cd6afb, #2910ff) !important;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 4px;
  transform: scale(1.2);
}
.navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000000' viewBox='0 0 30 30'%3e%3cpath stroke='%23000000' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar .navbar-collapse {
  background-color: transparent !important;
  padding-top: 1.2rem;
}
.navbar .navbar-nav {
  text-align: center;
}
.navbar .nav-link {
  color: black;
  font-weight: 500;
  font-size: 22px;
  padding: 1rem 0;
  text-transform: none;
  transition: color 0.3s ease;
}
.navbar .nav-link:hover {
  color: #550DBC;
}
.navbar .nav-link-boton {
  color: white;
  font-weight: 500;
  font-size: 1.2rem;
  padding: 1rem 0;
  text-transform: none;
}
.navbar .nav-link-boton:hover {
  color: #5c0ee3;
}
.navbar .lang-switcher-container {
  padding: 0 0 2rem;
  margin-top: 0.5rem;
}
.navbar .lang-switcher-container .lang-switcher-nav {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 3rem;
  justify-content: center;
}
.navbar .lang-switcher-container .lang-switcher-nav .lang-item {
  margin: 0;
}
.navbar .lang-switcher-container .lang-switcher-nav .lang-item .lang-link {
  display: inline-block;
  padding: 0.35rem 0.75rem;
  border-radius: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  color: white;
  background-color: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.25);
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.navbar .lang-switcher-container .lang-switcher-nav .lang-item .lang-link:hover {
  background-color: rgba(92, 14, 227, 0.3);
  border-color: rgba(255, 255, 255, 0.5);
  color: #5c0ee3;
}
.navbar .lang-switcher-container .lang-switcher-nav .lang-item .lang-link.active-lang {
  background-color: #431797;
  color: white;
  font-weight: 600;
  border-color: rgb(229.5, 229.5, 229.5);
  cursor: default;
}
.navbar .lang-switcher-container .lang-switcher-nav .lang-item .lang-link.active-lang:hover {
  background-color: #9966ff;
  border-color: rgb(57.1810344828, 19.6293103448, 128.8706896552);
  color: white;
}
@media (min-width: 992px) {
  .navbar .navbar-collapse {
    padding-top: 0;
  }
  .navbar .lang-switcher-container {
    margin-top: 0;
    padding: 0;
    align-content: center;
  }
  .navbar .lang-switcher-container .lang-switcher-nav {
    gap: 0.5rem;
  }
  .navbar .lang-switcher-container .lang-switcher-nav .lang-item .lang-link {
    font-size: 0.9rem;
    padding: 0.4rem 0.9rem;
  }
}

.site-footer {
  background-color: #000;
  color: #fff;
  padding: 60px 20px;
}
.site-footer .footer-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 50px;
}

.footer-about {
  max-width: 600px;
}
.footer-about .footer-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}
.footer-about .footer-logo .logo-foot {
  max-width: 260px;
  height: auto;
}
.footer-about p {
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.1rem;
  margin: 0;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
}

.footer-column h4 {
  margin-bottom: 25px;
  color: white;
  font-weight: 700;
  font-size: 1.4rem;
  position: relative;
  padding-bottom: 10px;
}
.footer-column h4::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 40px;
  height: 2px;
  background-color: #550DBC;
}
.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-column li {
  margin-bottom: 15px;
}
.footer-column a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 1.1rem;
}
.footer-column a:hover {
  color: #BF45F5;
}

.footer-contact-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.footer-contact-info .footer-email {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-size: 1.1rem;
  transition: color 0.3s ease;
}
.footer-contact-info .footer-email:hover {
  color: #BF45F5;
}

.footer-social {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.footer-social .social-icon {
  color: white;
  background: rgba(255, 255, 255, 0.1);
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.footer-social .social-icon svg {
  width: 20px;
  height: 20px;
}
.footer-social .social-icon:hover {
  background: #550DBC;
  color: white;
}

@media (min-width: 992px) {
  .site-footer {
    padding: 24px 0;
  }
  .site-footer .footer-container {
    max-width: 1200px;
    margin: 0 auto;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    text-align: left;
    gap: 80px;
  }
  .footer-about {
    flex: 2;
  }
  .footer-about .footer-logo {
    justify-content: flex-start;
  }
  .footer-about p {
    font-size: 22px;
  }
  .footer-links {
    flex: 2;
    flex-direction: row;
    justify-content: flex-end;
    gap: 100px;
  }
  .footer-column h4 {
    text-align: left;
  }
  .footer-column h4::after {
    left: 0;
    transform: none;
  }
  .footer-column a:hover {
    color: #BF45F5;
  }
  .footer-contact-info {
    align-items: flex-start;
  }
  .footer-social {
    justify-content: flex-start;
  }
}
.bk-01 {
  background-color: #F7F7F7;
  padding: 0rem 0;
}
.bk-01 .imagen-container {
  padding: 0;
  margin: 0;
}
.bk-01 .imagen-container img {
  width: 83%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.bk-01 .titulo-seccion {
  font-size: 2rem;
  font-weight: 800;
  color: black;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}
.bk-01 .descripcion-seccion {
  font-size: 24px;
  color: black;
  line-height: 1.8;
  font-weight: 600;
  margin-bottom: 2rem;
}
.bk-01 .btn-primary {
  background: linear-gradient(to right, #550DBC, #3E50E7, #BF45F5, #C93458);
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  font-size: 22px;
  font-weight: 100;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  border: none;
  box-shadow: 0 4px 15px rgba(85, 13, 188, 0.3);
}
.bk-01 .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(160, 53, 210, 0.4);
  color: white;
}
@media (min-width: 992px) {
  .bk-01 .titulo-seccion {
    font-size: 50px;
  }
  .bk-01 .descripcion-seccion {
    font-size: 34px;
  }
  .bk-01 .btn-primary {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .bk-01 {
    padding: 3rem 0;
  }
  .bk-01 .contenido-texto {
    text-align: center;
  }
  .bk-01 .titulo-seccion {
    font-size: 34px;
  }
}

.bk-02 {
  background-color: white;
  padding: 5rem 0;
}
.bk-02 .titulo-seccion {
  font-size: 2.5rem;
  font-weight: 800;
  color: black;
  margin-bottom: 1rem;
}
.bk-02 .subtitulo-seccion {
  font-size: 1.3rem;
  color: black;
  font-weight: 400;
  margin-bottom: 0;
}
.bk-02 .puntos-container {
  margin-top: 3rem;
}
.bk-02 .punto-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: left;
  padding: 0rem;
  gap: 1.5rem;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
}
.bk-02 .numero-circular {
  width: 60px;
  height: 60px;
  min-width: 60px;
  background: linear-gradient(135deg, #a035d2 0%, #4a18a5 100%);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 700;
  margin-right: 0;
  box-shadow: 0 4px 15px rgba(160, 53, 210, 0.3);
}
.bk-02 .punto-titulo {
  font-size: 1.4rem;
  font-weight: 100;
  color: black;
  margin-bottom: 0;
}
.bk-02 .punto-descripcion {
  font-size: 1rem;
  color: #666;
  line-height: 1.6;
  margin-bottom: 0;
}
.bk-02 .btn-primary {
  background: linear-gradient(135deg, #a035d2 0%, #4a18a5 100%);
  color: white;
  padding: 0.75rem 2.5rem;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  border: none;
  box-shadow: 0 4px 15px rgba(160, 53, 210, 0.3);
}
.bk-02 .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(160, 53, 210, 0.4);
  color: white;
}
@media (min-width: 768px) {
  .bk-02 {
    padding: 6rem 0;
  }
  .bk-02 .titulo-seccion {
    font-size: 3rem;
  }
  .bk-02 .subtitulo-seccion {
    font-size: 3rem;
  }
  .bk-02 .numero-circular {
    width: 64px;
    height: 64px;
    font-size: 2rem;
  }
  .bk-02 .punto-titulo {
    font-size: 28px;
  }
  .bk-02 .punto-descripcion {
    font-size: 1.1rem;
  }
  .bk-02 .btn-primary {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .bk-02 {
    padding: 3rem 0;
  }
  .bk-02 .titulo-seccion {
    font-size: 2rem;
  }
  .bk-02 .subtitulo-seccion {
    font-size: 2rem;
  }
  .bk-02 .punto-item {
    justify-content: flex-start;
    max-width: 320px;
    margin: 0 auto;
    padding-left: 10px;
  }
}

.bk-03 {
  background-color: #2943d5;
  padding: 0rem 0;
}
.bk-03 .imagen-container {
  padding: 0;
  margin: 0;
  height: 100%;
  overflow: hidden;
}
.bk-03 .imagen-container.d-none.d-lg-block {
  height: 100%;
}
.bk-03 .imagen-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}
.bk-03 .contenido-texto {
  padding: 3rem 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.bk-03 .titulo-seccion {
  font-size: 2rem;
  font-weight: 800;
  color: white;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}
.bk-03 .descripcion-seccion {
  font-size: 22px;
  color: white;
  line-height: 1.8;
  font-weight: 500;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .bk-03 .titulo-seccion {
    font-size: 50px;
  }
  .bk-03 .descripcion-seccion {
    font-size: 34px;
  }
}
@media (max-width: 991px) {
  .bk-03 {
    padding: 0rem 0;
  }
  .bk-03 .imagen-container {
    justify-content: center;
    height: auto;
  }
  .bk-03 .imagen-container img {
    height: 380px;
    width: 100%;
    object-fit: contain;
  }
  .bk-03 .contenido-texto {
    padding: 2rem 1.5rem;
    align-items: center;
    text-align: center;
  }
  .bk-03 .titulo-seccion {
    font-size: 2rem;
    text-align: center;
  }
}

.bk-04 {
  background-color: #F7F7F7;
  background-image: linear-gradient(rgba(247, 247, 247, 0.93), rgba(247, 247, 247, 0.93)), url("../images/seccion4/fondo.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 3rem 0;
  position: relative;
}
.bk-04 .container {
  position: relative;
  z-index: 2;
}
.bk-04 .titulo-seccion {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 3rem;
  text-align: center;
}
.bk-04 .titulo-seccion span {
  color: #550DBC !important;
}
.bk-04 .card-servicio {
  background: linear-gradient(135deg, #550DBC 0%, #3E50E7 20%, #BF45F5 100%);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(85, 13, 188, 0.2);
  transition: transform 0.3s ease;
  height: 100%;
  max-width: 526px;
  margin: 0 auto 2rem;
}
.bk-04 .card-servicio:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}
.bk-04 .card-servicio .card-imagen {
  width: 100%;
  overflow: hidden;
}
.bk-04 .card-servicio .card-imagen img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  transition: transform 0.5s ease;
}
.bk-04 .card-servicio:hover .card-imagen img {
  transform: scale(1.05);
}
.bk-04 .card-servicio .card-texto {
  padding: 2rem;
  text-align: center;
}
.bk-04 .card-servicio .card-texto .card-titulo {
  font-size: 32px;
  font-weight: 700;
  color: white;
  margin-bottom: 1rem;
}
.bk-04 .card-servicio .card-texto .card-descripcion {
  font-size: 24px;
  color: white;
  line-height: 1.6;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .bk-04 {
    padding: 6rem 0;
  }
  .bk-04 .titulo-seccion {
    font-size: 50px;
  }
  .bk-04 .card-servicio .card-texto .card-titulo {
    font-size: 40px;
  }
  .bk-04 .card-servicio .card-texto .card-descripcion {
    font-size: 24px;
  }
}

.bk-05 {
  background-color: white;
  padding: 5rem 0;
}
.bk-05 .caja-titulo {
  background-color: white;
  border: solid #a035d2;
  padding: 1rem 1rem;
  display: inline-block;
  margin-bottom: 2rem;
  box-shadow: 0 4px 15px rgba(160, 53, 210, 0.1);
}
.bk-05 .caja-titulo .titulo-seccion {
  font-size: 28px;
  font-weight: 800;
  color: #550DCB;
  margin: 0;
  line-height: 1.2;
  text-align: center;
}
.bk-05 .subtitulo-seccion {
  font-size: 38px;
  color: black;
  line-height: 1.3;
  font-weight: 800;
  max-width: 90%;
}
.bk-05 .lista-cards {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  max-width: 550px;
  margin: 0 auto;
}
.bk-05 .card-item {
  display: flex;
  background: linear-gradient(to right, #550DBC 0%, #3E50E7 25%, #BF45F5 45%, #C93458 100%);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  border: none;
}
.bk-05 .card-item:hover {
  transform: translateX(5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}
.bk-05 .card-item .lado-izquierdo {
  background: transparent;
  color: white;
  padding: 1rem;
  width: 35%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.bk-05 .card-item .lado-izquierdo .palabra-clave {
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.bk-05 .card-item .lado-derecho {
  background: transparent;
  padding: 1rem 1rem;
  width: 70%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: left;
  text-align: left;
  gap: 0.3rem;
}
.bk-05 .card-item .lado-derecho .palabras-dobles {
  font-size: 24px;
  font-weight: 700;
  color: white;
  margin: 0;
}
.bk-05 .card-item .lado-derecho .palabras-descripcion {
  font-size: 22px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}
@media (min-width: 768px) {
  .bk-05 {
    padding: 4rem 0;
  }
  .bk-05 .caja-titulo {
    padding: 1rem 1rem;
  }
  .bk-05 .caja-titulo .titulo-seccion {
    font-size: 28px;
    text-align: left;
  }
}

.bk-06 {
  padding: 3rem 0;
  background-color: #F7F7F7;
}
.bk-06 .row {
  align-items: stretch;
}
.bk-06 .card-borde-morado {
  border: 4px solid transparent;
  background: linear-gradient(white, white) padding-box, linear-gradient(to right, #550DBC, #BF45F5) border-box;
  border-radius: 40px;
  padding: 1.5rem;
  background-color: white;
  text-align: left;
  height: 100%;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 550px;
  margin: 0 auto 1.5rem;
}
.bk-06 .card-borde-morado:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(85, 13, 188, 0.1);
}
.bk-06 .card-borde-morado .icono-card {
  margin-bottom: 1.5rem;
  display: block;
}
.bk-06 .card-borde-morado .icono-card img {
  max-width: 80px;
  height: auto;
  display: block;
}
.bk-06 .card-borde-morado .titulo-card {
  font-size: 1.8rem;
  font-weight: 800;
  color: black;
  margin-bottom: 1rem;
  line-height: 1.2;
}
.bk-06 .card-borde-morado .titulo-card span {
  color: #550DBC;
}
.bk-06 .card-borde-morado .texto-card {
  font-size: 1.2rem;
  line-height: 1.6;
  margin: 0;
  font-weight: 400;
  width: 100%;
}
@media (min-width: 992px) {
  .bk-06 {
    padding: 4rem 0;
  }
  .bk-06 .card-borde-morado {
    border-radius: 70px;
    padding: 2rem;
    margin-bottom: 0;
  }
  .bk-06 .card-borde-morado .icono-card {
    margin-bottom: 2rem;
  }
  .bk-06 .card-borde-morado .icono-card img {
    max-width: 110px;
  }
  .bk-06 .card-borde-morado .titulo-card {
    font-size: 38px;
  }
  .bk-06 .card-borde-morado .texto-card {
    font-size: 30px;
    width: 80%;
  }
}

.bk-07 {
  padding: 4rem 0;
  background-color: white;
}
.bk-07 .imagen-izquierda {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.bk-07 .imagen-izquierda img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.bk-07 .lado-derecho {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bk-07 .lado-derecho .titulo-seccion {
  font-size: 2.5rem;
  font-weight: 800;
  color: black;
  margin-bottom: 3rem;
}
.bk-07 .lado-derecho .titulo-seccion span {
  color: #550DBC !important;
}
.bk-07 .lado-derecho .items-lista {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.bk-07 .lado-derecho .item-lista {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 1.5rem;
  background-color: #f4f4f4;
  border-radius: 12px;
  padding: 1.5rem;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}
.bk-07 .lado-derecho .item-lista:hover {
  transform: translateX(5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  background-color: white;
  border-color: #eee;
}
.bk-07 .lado-derecho .item-lista .icono-item {
  flex-shrink: 0;
  width: 100px;
}
.bk-07 .lado-derecho .item-lista .icono-item img {
  width: 100%;
  height: auto;
  display: block;
}
.bk-07 .lado-derecho .item-lista .contenido-item .titulo-item {
  font-size: 28px;
  font-weight: 800;
  color: black;
  margin-bottom: 0.5rem;
}
.bk-07 .lado-derecho .item-lista .contenido-item .texto-item {
  font-size: 22px;
  color: #666;
  line-height: 1.5;
  margin: 0;
}
@media (max-width: 992px) {
  .bk-07 .imagen-izquierda {
    margin-bottom: 3rem;
  }
  .bk-07 .lado-derecho .titulo-seccion {
    text-align: center;
    margin-bottom: 2rem;
  }
}

.bk-08 {
  background-image: url("../images/seccion8/fondo.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 3rem 0;
  position: relative;
}
.bk-08::before {
  display: none;
}
.bk-08 .container {
  position: relative;
  z-index: 2;
}
.bk-08 .titulo-seccion {
  font-size: 2.5rem;
  font-weight: 800;
  color: black;
  text-align: center;
  margin-bottom: 4rem;
}
.bk-08 .titulo-seccion span {
  color: #550DBC !important;
}
.bk-08 .punto-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 2rem 1.5rem;
}
.bk-08 .punto-item .titulo-punto {
  font-size: 34px;
  font-weight: 600;
  color: black;
  margin-bottom: 1.5rem;
  line-height: 1.3;
}
.bk-08 .punto-item .icono-punto {
  margin-top: auto;
}
.bk-08 .punto-item .icono-punto img {
  width: 160px !important;
  max-width: none;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .bk-08 {
    padding: 9rem 0;
  }
  .bk-08 .titulo-seccion {
    font-size: 3rem;
  }
  .bk-08 .punto-item .titulo-punto {
    font-size: 40px;
  }
}

.bk-09 {
  padding: 3rem 0;
  background-color: white;
}
.bk-09 .titulo-seccion-bk9 {
  font-size: 32px;
  font-weight: 800;
  color: black;
  margin-bottom: 2rem;
  text-align: center;
}
.bk-09 .titulo-seccion-bk9 span {
  color: #550DBC !important;
}
.bk-09 .row {
  align-items: stretch;
}
.bk-09 .card-izquierda {
  background: linear-gradient(135deg, #550DBC 0%, #3E50E7 50%, #BF45F5 100%);
  border-radius: 16px;
  padding: 2rem 1.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: white;
  margin-bottom: 1.5rem;
}
.bk-09 .card-izquierda .titulo-contacto {
  font-size: 28px;
  font-weight: 800;
  color: white;
  margin-bottom: 1rem;
  line-height: 1.2;
}
.bk-09 .card-izquierda .texto-contacto {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
.bk-09 .card-izquierda .card-email {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  padding: 0.8rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  backdrop-filter: blur(4px);
  max-width: 100%;
  overflow: hidden;
}
.bk-09 .card-izquierda .card-email .email-texto {
  font-size: 18px;
  color: white;
  font-weight: 500;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.bk-09 .card-derecha {
  background-color: #F4F4F4;
  border-radius: 16px;
  padding: 1.5rem;
  height: 100%;
}
.bk-09 .card-derecha .wpcf7 {
  margin: 0;
}
.bk-09 .card-derecha .wpcf7 .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.bk-09 .card-derecha .wpcf7 .wpcf7-form label {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.25rem;
  width: 100%;
}
.bk-09 .card-derecha .wpcf7 .wpcf7-form label span {
  display: block;
}
.bk-09 .card-derecha .wpcf7 input[type=text],
.bk-09 .card-derecha .wpcf7 input[type=email],
.bk-09 .card-derecha .wpcf7 input[type=tel],
.bk-09 .card-derecha .wpcf7 textarea,
.bk-09 .card-derecha .wpcf7 select {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 1rem;
  background-color: white;
  color: #333;
  transition: border-color 0.2s ease;
}
.bk-09 .card-derecha .wpcf7 input[type=text]:focus,
.bk-09 .card-derecha .wpcf7 input[type=email]:focus,
.bk-09 .card-derecha .wpcf7 input[type=tel]:focus,
.bk-09 .card-derecha .wpcf7 textarea:focus,
.bk-09 .card-derecha .wpcf7 select:focus {
  outline: none;
  border-color: #550DBC;
  box-shadow: 0 0 0 3px rgba(85, 13, 188, 0.1);
}
.bk-09 .card-derecha .wpcf7 textarea.wpcf7-form-control {
  min-height: 80px !important;
  height: 80px !important;
}
.bk-09 .card-derecha .wpcf7 input[type=submit] {
  background: linear-gradient(to right, #550DBC, #BF45F5);
  color: white;
  border: none;
  padding: 0.9rem 2rem;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  width: 100%;
  transition: opacity 0.2s ease;
}
.bk-09 .card-derecha .wpcf7 input[type=submit]:hover {
  opacity: 0.9;
}
.bk-09 .wpcf7-submit {
  background: linear-gradient(to right, #550DBC, #3E50E7, #BF45F5) !important;
  color: white !important;
  border: none !important;
  padding: 0.9rem 2rem !important;
  border-radius: 8px !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  width: 100% !important;
  transition: opacity 0.2s ease !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.6rem !important;
}
.bk-09 .wpcf7-submit::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M2.01 21L23 12 2.01 3 2 10l15 2-15 2z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
}
.bk-09 .wpcf7-submit:hover {
  opacity: 0.9 !important;
}
@media (min-width: 992px) {
  .bk-09 {
    padding: 5rem 0;
  }
  .bk-09 .titulo-seccion-bk9 {
    font-size: 44px;
    margin-bottom: 3rem;
  }
  .bk-09 .card-izquierda {
    padding: 3rem 2.5rem;
    margin-bottom: 0;
  }
  .bk-09 .card-izquierda .titulo-contacto {
    font-size: 40px;
    margin-bottom: 1.5rem;
  }
  .bk-09 .card-izquierda .texto-contacto {
    font-size: 36px;
    margin-bottom: 0.5rem;
  }
  .bk-09 .card-izquierda .card-email {
    padding: 1rem 1.5rem;
    gap: 0.75rem;
  }
  .bk-09 .card-izquierda .card-email .email-texto {
    font-size: 28px;
  }
  .bk-09 .card-derecha {
    padding: 2.5rem;
  }
}

/*# sourceMappingURL=main.css.map */
