@font-face {
    font-family: 'Charter';
    src: url('fonts/Charter-Roman.woff2') format('woff2'),
        url('fonts/Charter-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Charter';
    src: url('fonts/Charter-Bold.woff2') format('woff2'),
        url('fonts/Charter-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



* {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;

}

body {
  background: #e8ecf9;
  color: #2e2d63;
}

.white-bg {
  background: #fff;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Charter", sans-serif;
}


h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong{
  font-family: "Charter", sans-serif;
}

.LV_valid_field,
input.LV_valid_field:hover,
input.LV_valid_field:active,
textarea.LV_valid_field:hover,
textarea.LV_valid_field:active,
.fieldWithErrors input.LV_valid_field,
.fieldWithErrors textarea.LV_valid_field {
  border: 2px solid #00CC00 !important;
}

.LV_invalid_field,
input.LV_invalid_field:hover,
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover,
textarea.LV_invalid_field:active,
.fieldWithErrors input.LV_invalid_field,
.fieldWithErrors textarea.LV_invalid_field {
  border: 2px solid #CC0000 !important;
}

.centered {
  margin: 0 auto;
  display: block;
}

.btnclick {
  cursor: pointer;
}

.padd-0 {
  padding: 0 !important;
}

.cbp-spmenu {
  background: #F8F9FD;
  position: fixed;
}


.cbp-spmenu h3 {
  color: #233050;
  font-size: 1.9em;
  padding: 0px;
  margin: 0;
  font-weight: 300;
  background: rgb(255 255 255 / 30%);
}

.cbp-spmenu a {
  display: block;
  color: #2e2d63;
  font-size: 10px;
}

.cbp-spmenu-vertical {
  width: 90%;
  height: 100%;
  top: 0;
  z-index: 1000;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.cbp-spmenu-vertical a {
  padding: 8px 20px;
  font-weight: 600;
  font-size: 20px;
}

.cbp-spmenu-vertical a:first-child {
  border-bottom: 0px solid #000301;
  padding: 11px;
}

.cbp-spmenu-right {
  right: -90%;
}

.cbp-spmenu-right.cbp-spmenu-open {
  right: 0px;
}
.cbp-spmenu,
.cbp-spmenu-push {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cbp-spmenu-push-toright {
  left: 240px;
}

#showRight {
  float: right;
}

#showRight, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 39px;
  height: 37px;
  position: relative;
  margin: 6px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  margin-top: 8px;
  margin-bottom: 0px;
}

#showRight span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 3px;
    width: 96%;
  background: #312c5f;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#showRight span:nth-child(1) {
  top: -2px;
}

#showRight span:nth-child(2) {
  top: 8px;
}

#showRight span:nth-child(3) {
  top: 20px;
}

#showRight.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#showRight.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#showRight.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
@media screen and (max-width: 55.1875em){

  .cbp-spmenu-horizontal {
    font-size: 75%;
    height: 110px;
  }

  .cbp-spmenu-top {
    top: -110px;
  }

  .cbp-spmenu-bottom {
    bottom: -110px;
  }

}

@media screen and (max-height: 26.375em){

  .cbp-spmenu-vertical {
    font-size: 90%;
    width: 246px;
  }

  .cbp-spmenu-left,
  .cbp-spmenu-push-toleft {
    left: -190px;
  }

  .cbp-spmenu-right {
    right: -190px;
  }

  .cbp-spmenu-push-toright {
    left: 190px;
  }
}

.close-menu {
  text-align: right;
      margin-top: 12px;
}

.close-menu i {
  font-size: 38px;

}

.white, .white a {
  color: #fff;
}

.white a:hover, .white a:active, .white a:focus {
  color: #ff7000;
}

.orange {
  color: #ff7000;
}

.blue {
  color: #00589b;
}


.mt-30 {
  margin-top: 30px;
}

.mt-20 {
  margin-top: 20px;
}

.white {
  color: #fff;
}

.p-small {
  font-size: 12px;
}

.p-xs {
  font-size: 10px;
}

.semi-bold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.back-light-gray {
  background: #F5F5F5;
}



/*-------------- Header ------------------ */
.info-header {
  background: #128f88;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 10;
  position: relative;
  color: #fff;
}

.header-span {
  color: #9dc6ca;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.header-page {
  background: #181818;
}

.rss-icon-header {
  margin-right: 10px;
}

.header-span:hover, .header-span:focus, .header-span:active{ 
  color: #302e5c;
}

.header-icon {
  color:#9dc6ca; 
}

.left-icon {
  margin-left:3%;
}

.header-span {
  font-weight: 500;
}

.rss-div {
  margin-left: auto;
}

.grid-header {
  padding: 10px 40px !important;
  border-bottom: 1px solid #a7aac3;
}

.menu-header a{
  color: #2e2d63;
  
}

.menu-header a:hover, .menu-header a:focus, .menu-header a:active{
  text-shadow: 0 0 0.5px currentColor, 0 0 0.5px currentColor;
}

.contacto-header {
  font-weight: 700 !important;
  background: #02BEEC;
  background: linear-gradient(90deg, rgba(2, 190, 236, 1) 0%, rgba(2, 190, 236, 1) 21%, rgba(0, 84, 255, 1) 100%);
  padding-left: 20px !important;
  padding-right: 20px !important;
  color: #fff;
  transition: all 0.3s ease;
}

.contacto-header:hover, .contacto-header:focus, .contacto-header:active {
  background: #302e5c;
  color: #fff;
}

.info-header,
.grid-header {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 1000;
  will-change: transform, top, opacity;
}

.info-header {
  top: 0;
  
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.grid-header {
  top: 40px; /* altura inicial debajo del info-header */
  background: #e8ecf9;
  transition: top 0.3s ease; /* transición también al ocultar */
}

.info-header.hide {
  transform: translateY(-100%);
  opacity: 0;
}

.info-header.hide + .grid-header {
  top: 0; /* sube suavemente gracias a transition */
}

/*---- Home ----*/
.home-banner {
  padding-top: 90px;
}
.swiper-cursos {
  position: relative;
  margin-top: -200px;
  margin-bottom: -100px;
}

/* Posicionar flechas en medio vertical */
.swiper-cursos .cursos-prev,
.swiper-cursos .cursos-next, 
.galeria-swiper .cursos-prev,
.galeria-swiper .cursos-next {
  position: absolute !important;
  color: #333;          /* color de las flechas */
  width: 35px;
  height: 35px;
  top: 50% !important;             /* mitad del carrusel */
  transform: translateY(-50%);
}



.cursos-swiper {
  padding-top: 30px;
}

/* Ajustar separación de los lados */
.swiper-cursos .cursos-prev, .galeria-swiper .cursos-prev {
  left: 10px;
}

.swiper-cursos .cursos-next, .galeria-swiper .cursos-next {
  right: 10px;
}

.swiper-logos-top .clientes-prev,
.swiper-logos-top .clientes-next {
  position: absolute !important;
  color: #333;          /* color de las flechas */
  width: 35px;
  height: 35px;
  top: 29% !important;             /* mitad del carrusel */
  transform: translateY(-50%);
}

/* Ajustar separación de los lados */
.swiper-logos-top .clientes-prev {
  left: 10px;
}

.swiper-logos-top .clientes-next {
  right: 10px;
}

.swiper-logos-top-top,
.swiper-logos-top-bottom {
  padding: 20px 0;
}

/* Slides normales */
.swiper-cursos .swiper-slide {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover: subir tarjeta */
.swiper-cursos .swiper-slide:hover {
  transform: translateY(-10px); /* sube 10px */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); /* sombra para dar profundidad */
  z-index: 10;
}

.contador-div {
  background: #128f88;
  padding-top: 100px;
  padding-bottom: 30px;
  color: #fff;
}

.count-number-p {
  font-family: 'Charter';
}

.h2-number {
  font-size: 3.5rem;
  margin-left: -13px;
}

.h2-number-impacto {
  font-size: 4rem;
  margin-left: -13px;
  margin-bottom: -20px;
}

.div-contador {
  padding-left: 30px;
  padding-right: 30px;
}

.grid-escencia {
  padding-top: 40px;
}

.cell-escencia{
  padding: 0px 80px;
}

.cell-escencia .img-punto {
  max-width: 50px;
  margin-bottom: 20px;
}

.swiper-logos-top .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-logos-top img {
  max-width: 100%;
  max-height: 100%;
  height: 140px;
  
}

.logos-section {
  padding-top: 50px;
  padding-bottom: 10px;
}


.expertos-section {
  padding: 3rem 0;
  color: #2e2d63;
}

.cell-intro-expertos {
  margin-bottom: 30px;
}

.cell-intro-expertos p strong{
  color: #128f88;
}

.card-experto {
  position: relative;
  border: 1px solid #a7aac3;
  height: 350px;
  overflow: hidden;
  padding: 16px;
  transition: all 0.3s ease;
  cursor: pointer;
  border-radius: 0;
}

/* Fondo con imagen */
.card-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform .4s ease;
  z-index: 1;
}

/* CONTENIDO NORMAL */
.card-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center; /* centra el texto */
}

/* ICONO ARRIBA A LA IZQUIERDA – manteniendo tu estilo previo */
.card-icon {
  position: absolute;
  top: 10px;
  left: 0px;
  font-size: 2rem;
  color: #214070;
  margin-bottom: 1rem;
  z-index: 3;
}

.card-icon img {
  max-width: 40px;
}

/* TÍTULO */
.card-title {
  color: #ffffff;
  text-align: left;
  max-width: 80%;
  margin-top: 189px;
  font-size: 11px;
  font-weight: 600;
}

.card-title h4 {
  font-size: 22px;
  line-height: 24px;
}

.card-title h4 b{
  font-family: "Charter", sans-serif;
}

/* HOVER: CAPA SUPERIOR */
.card-hover {
  position: absolute;
  inset: 0;
  background: #2e2d63;
  color: #fff;
  padding: 20px 23px; /* más espacio arriba */
  display: flex;
  flex-direction: column;
  justify-content: flex-start; /* el contenido empieza arriba */
  gap: 20px; /* separación entre icono y texto */
  text-align: left;
  top: 100%;
  transition: all .45s ease;
  z-index: 4;
}

.card-hover img {
  max-width: 34px;
  display: block;
  margin-bottom: 12px;
}

.card-hover h4 {
  font-size: 22px;
  line-height: 24px;
  font-family: "Charter", sans-serif;
  margin-bottom: 20px;
}

.card-hover h4 b{
  font-family: "Charter", sans-serif;
}

.hover-text {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
}

.card-experto:hover .card-hover {
  top: 0;
}

.card-experto:hover .card-bg {
  transform: scale(1.1);
}

/* Hover original que ya tenías */
.card-experto:hover {
  transform: translateY(-5px);
  box-shadow: 0px 6px 16px rgba(0,0,0,0.1);
}

.button.trans {
  border: 1px solid #a7aac3;
  color: #128f88;
  background: transparent;
  transition: all 0.3s ease;
}

.button.green {
  border: 1px solid #a7aac3;
  color: #e8ecf9;
  background: #128f88;
  transition: all 0.3s ease;
}

.button.trans:hover, .button.trans:active, .button.trans:focus { 
  border: 1px solid #a7aac3;
  color: #e8ecf9;
  background: #128f88;
}

.button.green:hover, .button.green:active, .button.green:focus {
  border: 1px solid #a7aac3;
  color: #128f88;
  background: transparent;
}


.coaches-section {
  padding: 3rem 0;
  background: #2e2d63; /* tu azul de fondo */
  color: #fff;
}

.coaches-section h2 {
  margin-bottom: 1rem;
  color: #fff;
}

.coaches-section .button {
  background: #02BEEC;
background: linear-gradient(90deg,rgba(2, 190, 236, 1) 0%, rgba(2, 190, 236, 1) 21%, rgba(0, 84, 255, 1) 100%);
  color: #fff;
}

.card-section {
  background: #128f88;
  color: #fff;
  font-size: 13px;
  line-height: 15px;
  min-height: 130px;
  max-height: 130px;
}


.coaches-swiper .swiper-button-prev,
.coaches-swiper .swiper-button-next {
  position: static !important;
  background: #2e2d63;
  border: 1px solid #fff;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.coaches-swiper .swiper-button-prev:hover,
.coaches-swiper .swiper-button-next:hover {
  background: #fff;
  border: 1px solid #2e2d63;
  color: #2e2d63;
}


.coaches-swiper .swiper-button-prev::after,
.coaches-swiper .swiper-button-next::after {
  font-size: 16px;
}

.testimoniales-section {
  padding: 3rem 0;
  
}

.testimonial-card {
  background: #fff;
  padding: 0;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  min-height: 120px;
  max-width: 400px;
  margin: 0 auto;
  transition: transform 0.3s ease, background 0.3s ease;
  color: #2e2d63;
}

.testimonial-card.destacado {
  background: #dedff4;
}

.testimonial-card p {
  margin-bottom: 0.8rem;
  font-size: 0.95rem;
}

.padd-testimonio {
  padding: 10px 20px 0px;
}

.stars {
  margin-top: 1.2rem;
  color: #f39c12;
  font-size: 1.1rem;
  float: right;
}

.p-testimonio {
  margin-bottom: 10px;
}

/* Swiper central destacado */

/* Flechas abajo */
.testimonial-controls {
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.swiper-nav-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  gap: 1rem;
}

/* Botones personalizados */
.swiper-button-prev,
.swiper-button-next {
  position: static !important;   /* ✅ quita posición absoluta */
  background: #fff;
  border: 1px solid #1f2453;
  color: #1f2453;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: #1f2453;
  color: #fff;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 16px; /* ajusta el ícono */
}

.contacto-bottom {
  background: #128f88;
  color: #e8ecf9;
  font-family: 'Charter';
  padding-top: 40px;
  padding-bottom: 40px;
}

.contacto-bottom h1, .contacto-bottom h2, .contacto-bottom h3, .contacto-bottom h4, .contacto-bottom h5, .contacto-bottom h6 {
  font-family: 'Charter';
  font-weight: 400;
}

.contacto-bottom h1 strong, .contacto-bottom h2 strong, .contacto-bottom h3 strong, .contacto-bottom h4 strong, .contacto-bottom h5 strong, .contacto-bottom h6 strong {
 font-family: 'Charter';
 font-weight: bold;
}

.p-button {
  margin-top: 26px;
}

.btn-contacto-bottom {
  color: #e8ecf9;
  border: 1px solid #e8ecf9;
  padding: 12px 19px;
  font-size: 19px;
  background: transparent;
  border-radius: 4px;              /* opcional, bordes suaves */
  transition: all 0.3s ease;       /* transición suave */
}

.btn-contacto-bottom:hover,
.btn-contacto-bottom:active,
.btn-contacto-bottom:focus {
  color: #128f88;
  background: #e8ecf9;
  transform: translateY(-2px);     /* efecto “levantar” */
  box-shadow: 0 4px 10px rgba(0,0,0,0.15); /* sombra suave */
}


.cell-mensaje-final a {
  display: inline-block;
  padding: 10px 26px;
  background: #02BEEC;
background: linear-gradient(0deg,rgba(2, 190, 236, 1) 0%, rgba(2, 190, 236, 1) 21%, rgba(0, 84, 255, 1) 100%);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border-radius: 40px;
  text-decoration: none;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.25);
  transition: all .25s ease;
}

/* HOVER */
.cell-mensaje-final a:hover {
  transform: translateY(-2px);
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.35);
  filter: brightness(1.08);
}

/* ACTIVE (cuando das click) */
.cell-mensaje-final a:active {
  transform: translateY(1px);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.30);
  filter: brightness(0.95);
}




/*---- Nosotros ----*/

.section-top {
  padding-top: 100px;
  padding-bottom: 30px;
}

.cell-nosotros a{
  font-weight: 700 !important;
  background: #128f88;
  padding: 10px 20px !important;
  
  color: #fff;
  transition: all 0.3s ease;
}

.cell-nosotros a:hover, .cell-nosotros a:focus, .cell-nosotros a:active {
  background: #302e5c;
  color: #fff;
}

.puntos-nosotros {
  background: #d9d8ef;
  padding-top: 30px;
  
}

.div-puntos-nosotros {
  padding-top: 40px !important;
}

.cell-puntos-nosotros {
  margin-top: 25px;
}

.cell-puntos-nosotros p {
  margin-top: -10px;
}

.icono-puntos-nosotros {
  max-width: 40px;
}

.equipo-card {
  overflow: hidden;
  border: none;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.equipo-card:hover {
  transform: translateY(-5px);
}

.equipo-card .card-image {
  position: relative; /* 🔥 clave: define el contexto para .info */
  overflow: hidden;
}

.equipo-card img {
  width: 100%;
  display: block;
}

/* Nombre fijo debajo de la imagen */
.card-section-nosotros {
  background: #00796b;
  color: white;
  padding: 0.75rem;
  font-weight: 600;
  z-index: 1;
  position: relative;
}

/* Info oculta (parte inferior de la imagen) */
.equipo-card .info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #00796b;
  color: white;
  padding: 1rem;
  text-align: center;
  transform: translateY(65%);
  transition: transform 0.3s ease;
  z-index: 0; /* asegura que esté sobre la imagen, no sobre otras secciones */
  
}

.equipo-card:hover .info {
  transform: translateY(0);
  z-index: 2;

}

.equipo-card .info p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.4;
}

.title-persona {
  font-weight: 700;
  margin-bottom: 0.3rem;
}



.title-persona {
  font-family: "Charter", sans-serif;
  font-weight: bold;
  font-size: 1.2rem !important;
}

.section-clientes {
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}

.logo-clientes-nosotros {
  max-width: 70%;
  margin: 0 auto;
  display: block;
}


/*--- Soluciones ----*/

.hero-acf {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 200px 0;
  color: #fff;
}

/* Capa oscura encima de la imagen */
.hero-acf .hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(46,45,99,0.5); /* Puedes subir o bajar el darkening */
  z-index: 1;
}

/* Contenido arriba del overlay */
.hero-acf .hero-text {
  position: relative;
  z-index: 2;
  font-size: 36px;
  line-height: 1.3;
  font-weight: 600;
}

.div-morado-titulo-soluciones {
  background: #2e2d63;
  padding: 40px;
  color: #fff;
}

.lista-problemas li {
  padding: .5rem;
  border-bottom: 1px solid #ccc;
  transition: background-color 0.3s ease;
}

.lista-problemas li:hover {
  background-color: #d9d8ef; /* tono lavanda similar al de la imagen */
}

.icono-entrenamiento {
  max-width: 40px;
}

.p-entrenamiento {
  color: #128f88;
  margin-top: 10px;
}

.p-entrenamiento p {
  line-height: 20px;
}

.p-entrenamiento strong{
  font-family: 'Charter';
  font-weight: bold;
  font-size: 18px;
}
/* Cada tarjeta */
.card-evento {
  background: transparent;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 1.5rem;
}

/* Imagen superior */
.card-evento img {
  width: 100%;
  /*height: 180px;*/
  object-fit: cover;
  border-radius: 2px;
}

/* Contenedor del texto */
.card-evento-section {
  margin-top: 1rem;
  max-width: 90%;
}

/* CONTENEDOR HORIZONTAL */
.evento-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* CAJA COMPLETA DEL CALENDARIO */
.evento-cal {
    width: 70px;
    height: 65px;
    border: 1px solid #fff;
    border-radius: 10px;
    color: #fff;
    display: flex;
    flex-direction: column;
    text-align: center;
    font-weight: 700;
    position: relative;
}

/* MES (FRANJA SUPERIOR) */
.evento-mes {
    font-size: 0.75rem;
    padding-top: 2px;
    padding-bottom: 1px;
    border-bottom: 1px solid #fff;
    text-transform: lowercase;
}

/* DÍA (NÚMERO GRANDE) */
.evento-num {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 2rem;
    line-height: 1;
}

/* TEXTO DEL EVENTO */
.evento-info {
    color: #fff;
    font-size: 1.1rem;
    line-height: 1.1;
    font-weight: 700;
    text-align: left;
}

/* Párrafo con info */
.card-evento-section p {
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0.8rem 0 1.3rem;
  text-align: left;
}

.btn-blue-gradient {
  font-weight: 700 !important;
  background: #02BEEC;
  background: linear-gradient(90deg, rgba(2, 190, 236, 1) 0%, rgba(2, 190, 236, 1) 21%, rgba(0, 84, 255, 1) 100%);
  padding-left: 20px !important;
  padding-right: 20px !important;
  color: #fff;
  transition: all 0.3s ease;
  border: none;
  float: left;
}

.btn-blue-gradient:hover, .btn-blue-gradient:focus, .btn-blue-gradient:active {
  background: #302e5c;
    color: #fff;
}

/* Botón */
.button.hollow {
  border: 1px solid white;
  color: white;
  background: transparent;
  font-size: 0.95rem;
  padding: 0.7rem 1.5rem;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.button.hollow:hover {
  background: white;
  color: #1A7A7B;
}

.button.hollow.darkblue {
  border: 1px solid #2e2d63;
  color: #2e2d63;
  background: transparent;
  font-size: 0.95rem;
  padding: 0.7rem 1.5rem;
  border-radius: 4px;
  transition: all 0.3s ease;
  float: left;
}

.button.hollow.darkblue:hover {
  background: white;
  color: #1A7A7B;
}

.swiper-eventos {
  position: relative;
}

.swiper-eventos .cursos-prev,
.swiper-eventos .cursos-next {
  position: absolute !important;
  color: #333;          /* color de las flechas */
  width: 35px;
  height: 35px;
  top: 50% !important;             /* mitad del carrusel */
  transform: translateY(-50%);
}

/* Ajustar separación de los lados */
.swiper-eventos .cursos-prev {
  left: 0px;
}

.swiper-eventos .cursos-next {
  right: 0px;
}

/*--- Contacto ----*/
.section-contacto {
  color: #2e2d63;
  padding-top: 120px;
}

.grid-contenido-contacto {
  padding: 2rem 0 6rem;
}

.section-contacto a {
  color: #2e2d63;
}

.div-contacto {
  background: #d9d8ef;
  padding: 30px 30px;
}

[type='text']{
  background: none;
  box-shadow: none;
  border: none;
  border-bottom: 2px solid #a7aac3;
}

textarea {
  margin-top: 25px;
  background: #e8ecf9;
  box-shadow: none;
  border: none;
  height: 150px;

}

[type='text']::placeholder, textarea::placeholder {
  color: rgb(46 45 99 / 70%);
}

.btn-send {
  font-weight: 700 !important;
  background: #128f88;
  padding-left: 20px !important;
  padding-right: 20px !important;
  color: #fff;
  transition: all 0.3s ease;
  font-size: 17px;


  background: #02BEEC;
  background: linear-gradient(90deg, rgba(2, 190, 236, 1) 0%, rgba(2, 190, 236, 1) 21%, rgba(0, 84, 255, 1) 100%);
  padding-left: 20px !important;
  padding-right: 20px !important;
  color: #fff;
  transition: all 0.3s ease;
  border: none;
  
}

.btn-send:hover, .btn-send:focus, .btn-send:active {
  background: #302e5c;
  color: #fff;
}

.hr-page {
  border: 1px solid #a7aac3;
}

.active-link a{
  font-weight: 900;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border-bottom: 0;
  font-size: 1rem;
  line-height: 1;
  background: #d9d8ef;
  border: none;
  font-weight: 600;
}

li.accordion-item {
  margin-bottom: 11px;
}

.accordion {
  background: none;
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: none;
  border-bottom: 0;
  background-color: transparent;
  color: #2e2d63;
}

.grid-contacto-parallax {
  padding-top: 80px;
  padding-bottom: 80px;
  color: #fff;
}

.social-icons a {
  color: white; /* o el color que quieras */
  margin: 0 10px;
  font-size: 3rem;
  transition: color 0.3s ease;
}

.social-icons a:hover {
  color: #c4c4c4; /* color al pasar el mouse */
}

.div-green {
  background: #128f88;
  padding: 30px;
}

@media print, screen and (min-width: 40em) {
  .reveal.small {
      width: 64%;
      max-width: 75rem;
  }
}

/*--- Blog ---*/
#blog_section {
   background: #128f88;
}

.pt-100 {
  padding-top: 100px;
}

.descripcionTestimonio p {
  font-size: 13px;
  text-align: justify;
  line-height: 17px;
}

.grid-blog {
  padding-top: 50px;
}
.blog-card .card-img {
  position: relative;
  height: 200px;
  background-size: cover;
  background-position: center;
}

.text-shadow {
  text-shadow: 5px 2px 4px rgba(0,0,0,0.6);
}

.blog-card .card-img-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px 12px 0px;

  background: #ffffff;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(124, 120, 191, .1) 21%, rgba(46, 45, 99, 1) 100%);
}

.div-excerpt p {
      font-size: 14px;
    line-height: 18px;
}

.blog-card .card-img-overlay h3 {
  color: #fff;
  margin: 0;
  font-size: 22px;
  font-weight: 600;
}

.blog-card .card-content-blog {
  padding: 20px 0;
}

.btn-caso {
  color: #cf1417;
  border: 2px solid #cf1417;
  border-radius: 200px;
  padding: 10px 50px;
  display: inline-block;
}

.btn-mas-blog {
  color: #e8ecf9;
  border: 1px solid #e8ecf9;
  padding: 8px 25px;
  font-size: 14px;
  background: transparent;
  transition: all 0.3s ease;       /* transición suave */
}

.btn-mas-blog:hover,
.btn-mas-blog:active,
.btn-mas-blog:focus {
  color: #128f88;
  background: #e8ecf9;
  transform: translateY(-2px);     /* efecto “levantar” */
  box-shadow: 0 4px 10px rgba(0,0,0,0.15); /* sombra suave */
}
.align-title-vertical {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cell-post-title {
  background: #2e2d63;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
}

.darkblue {
  color: #2e2d63;
}
/*--- Footer ----*/
.footer {
  background: #2b2b2b;
  color: #fff;
  font-size: 0.9rem;
}

.footer h6 {
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.footer a {
  color: #128f88;
  text-decoration: none;
  transition: color 0.3s;
  font-weight: 600;
}

.footer a:hover {
  color: #fff; /* color de hover */
}

.footer-logo {
  max-width: 80px;
}

.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-menu li {
  margin-bottom: 0.4rem;
}

.footer-social a {
  color: #fff;
  margin-right: 0.6rem;
  font-size: 1.2rem;
}

.footer-social a:hover {
  color: #38a89d;
}

.footer-top {
  padding-top: 2rem;
  padding-bottom: 1rem;
}

.footer-bottom {
  font-size: 0.8rem;
  padding: 0.8rem 0;
}

.footer hr {
  border-color: #aaa;
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 100%;
}

.a-footer {
  color: #fff !important;
  font-weight: 400 !important;
}

@media screen and (max-width: 460px) {

  .header-span {
    font-size: 16px;
  }

  .grid-header {
    top: 10px;
    background: #e8ecf9;
    transition: top 0.3s ease;
  }
  .swiper-cursos {
    position: relative;
    margin-top: -69px;
    margin-bottom: -100px;
  }

}

