.container-header {
  position: relative;
  /* Necesario para que el texto se posicione respecto a este div */
  width: 100%;
  background: rgba(169, 168, 168, 0.3);
}

.imagenheader {
  display: block;
  height: auto;
  height: 500px;
  object-fit: cover;
}

.capa-texto {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  /* Flex para centrar contenido */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;

  padding-left: 10%;
  color: white;
  background: rgba(0, 0, 0, 0.3);
}

/* Boton de accion de JACEFIT */
.button {
  border: none;
  cursor: pointer;
  outline: none;
  font-family: inherit;
}

.button {
  background: linear-gradient(135deg, #9b5e02, #b8781a);
  color: #fff;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  font-weight: 600;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 10px 30px;
  border-radius: 25px;
  box-shadow: 0 3px 10px 0 rgba(155, 94, 2, 0.3);
  transition: all 0.3s ease-in-out;
  display: inline-block;
  border: 2px solid #9b5e02;
}

.button:hover {
  background: linear-gradient(135deg, #b8781a, #9b5e02);
  box-shadow: 0 5px 20px rgba(155, 94, 2, 0.4);
  transform: translateY(-2px);
}

.button:active {
  transform: translateY(0);
}

/* titulo cabecera */
.tituloCabe {
  font-size: 4em;
  text-shadow: 3px 3px 4px #9b5e02;
}

/* el titulo de las suscripciones */
.tituloPlanes {
  text-align: center;
  margin-bottom: 2rem;
  margin-top: 2rem;
}

/*cards*/
body {
  background-color: #f8f9fa;
}

.pricing-card {
  border: none;
  border-radius: 15px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.pricing-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.pricing-header {
  border-radius: 15px 15px 0 0;
  color: white;
}

.basic-header {
  background: linear-gradient(45deg, #3494e6, #ec6ead);
}

.pro-header {
  background: linear-gradient(45deg, #614385, #516395);
}

.enterprise-header {
  background: linear-gradient(45deg, #1d976c, #93f9b9);
}

.btn-custom {
  border-radius: 50px;
  padding: 10px 30px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.feature-list {
  list-style-type: none;
  padding-left: 0;
}

.feature-list li {
  padding: 8px 0;
  border-bottom: 1px solid #e9ecef;
}

.feature-list li:last-child {
  border-bottom: none;
}

/*Aqui para los botones*/

.card-body {
  display: flex;
  flex-direction: column;
  margin-top: auto;
}

.feature-list {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  list-style: none;
  padding: 0;
}

.card-body .text-center {
  margin-top: auto;
}

/*Estilos de la parte de sobre nosotros*/
.featured-post {
  background-color: #f8f9fa;
  padding: 40px;
  border-radius: 10px;
}

.featured-post img {
  max-width: 100%;
  border-radius: 10px;
}

#sobreNosotros {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.titulo-jacefit {
  margin-bottom: 3rem;
  font-size: 4em;
  text-shadow: none;
  background: linear-gradient(45deg, #00d2ff, #3a7bd5);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* contenedor de los planes en la de suscriociones  */
.contenedor-planes {
  background-color: #ffffff;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 3px 10px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid #d7d7d7;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.titulo-jacefit {
  color: #333;
  font-weight: 700;
  margin-bottom: 25px;
  position: relative;
  display: inline-block;
}

.contenedor-planes p {
  color: #666;
  line-height: 1.8;
  font-size: 1.1rem;
}

/* Login Card con gradiente azul */
/* Login Card con gradiente azul */
.login-card {
  border: none;
  border-radius: 20px;
  background: white;
  box-shadow: 0 10px 30px rgba(0, 210, 255, 0.35);
  transition: all 0.3s ease;
}

.login-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 210, 255, 0.5);
}

.login-section {
  background: linear-gradient(135deg, #f5f7fa 0%, #e4e8ec 100%);
  padding: 4rem 0;
  margin-top: 1rem;
}

.login-logo {
  display: block;
  margin: 0 auto;
}

/* Signup Section */
.signup-section {
  padding: 4rem 0;
  margin-top: 1rem;
}

/* Signup Container con gradiente morado */
.signup-container {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(97, 67, 133, 0.35);
  transition: all 0.3s ease;
  margin: 0 auto;
}

.signup-container:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(97, 67, 133, 0.5);
}

/* Botones login con gradiente */
.btn-login {
  padding: 12px 30px;
  border-radius: 50px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.875rem;
  border: none;
  transition: all 0.3s ease;
  text-decoration: none;
}

.btn-login:hover {
  transform: translateY(-2px);
  color: white;
}

.btn-azul {
  background: linear-gradient(45deg, #00d2ff, #3a7bd5);
  box-shadow: 0 3px 15px rgba(0, 210, 255, 0.3);
  color: white !important;
}

.btn-azul:hover {
  box-shadow: 0 5px 25px rgba(0, 210, 255, 0.5);
}

.btn-morado {
  background: linear-gradient(45deg, #614385, #516395);
  box-shadow: 0 3px 15px rgba(97, 67, 133, 0.3);
  color: white !important;
}

.btn-morado:hover {
  box-shadow: 0 5px 25px rgba(97, 67, 133, 0.5);
}

.btn-outline-azul {
  background: transparent;
  border: 2px solid #3a7bd5;
  color: #3a7bd5;
}

.btn-outline-azul:hover {
  background: linear-gradient(45deg, #00d2ff, #3a7bd5);
  border-color: transparent;
  color: white;
}

.btn-gris {
  background: linear-gradient(45deg, #6c757d, #495057);
  box-shadow: 0 3px 15px rgba(108, 117, 125, 0.3);
  color: white !important;
}

.btn-gris:hover {
  box-shadow: 0 5px 25px rgba(108, 117, 125, 0.5);
  color: white !important;
}

body a {
  text-decoration: none;
}

@media (min-width: 992px) {
  .nav-item.dropdown:hover .dropdown-menu {
    display: block;
  }
}
