* {
   font-family: 'Cabin', sans-serif;
   margin-left: 0%;
   margin-right: 0%;

}

body {
   background-color: #e7e9e4;
   font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
   margin-top: 0%;
   margin-bottom: 0%;
}

/* Quote / Imagen Página principal*/

.intro {
   color: #121212;
   background-color: white;
   border-style: solid;
   border-width: 1%;
   border-radius: 2%;
}

.quote {
    position: relative;
    width: 100%;
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

/* Vídeo de fondo */
.quote-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

/* Capa de contraste */
.quote-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

/* Contenedor de texto y botón */
.quote-content {
    position: relative;
    z-index: 3;
    text-align: center;
    color: #ffffff;
    padding: 0 20px;
    max-width: 900px;
}

.quote-content h1 {
    font-size: 3.5rem;
    line-height: 1.2;
    margin-bottom: 40px;
    font-weight: 300;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

/* Resaltado de palabras clave */
.accent {
    color: #c0a060;
    font-weight: bold;
    font-style: italic;
}

/* Botón de acción */
.quote-action {
    display: flex;
    justify-content: center;
}

.btn-quote {
    background-color: #0B4141; 
    color: #ffffff;
    padding: 18px 45px;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    border: 2px solid #0B4141;
    border-radius: 4px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.btn-quote:hover {
    background-color: transparent;
    border-color: #c0a060;
    color: #c0a060;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(192, 160, 96, 0.4);
}

/* Responsive para tablets y móviles */
@media (max-width: 900px) {
    .quote-content h1 {
        font-size: 2.5rem;
    }
}

@media (max-width: 600px) {
    .quote {
        height: 80vh;
    }

    .quote-content h1 {
        font-size: 1.8rem;
        margin-bottom: 30px;
    }

    .btn-quote {
        padding: 15px 30px;
        font-size: 0.9rem;
    }
}

.Start-Now {
   background-color: #0B4141;
   color: white;
   text-align: center;
   text-transform: uppercase;
   text-decoration: none;
   height: 60px;
   border: none;
   border-radius: 10px;
   cursor: pointer;
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 16px;
   font-weight: bold;
   transition: transform 0.3s ease, box-shadow 0.3s ease;
   margin: 0 auto;
   margin-top: 10px;
}

.Start-Now a {
   color: white;
   text-decoration: none;
}


.Start-Now:hover {
   transform: scale(1.05);
   box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.presentation {
   color: #121212;
   display: flex;
   flex-wrap: wrap;
   gap: 20%;
   width: 100%;
   padding: 1% 5%;
   background-color: #F9FBF6;
   text-align: center;
   justify-content: center;
   overflow-x: hidden;
   box-sizing: border-box;
   margin: 0 auto;

}

#black-keywords a,
#black-keywords li {
   color: #121212;
   text-align: center;
   height: auto;
   font-size: x-large;
   font-weight: bold;
}

.presentation-content {
   padding: 80px 10%;
   background-color: #f9f9f9;
   font-family: 'Helvetica Neue', Arial, sans-serif;
   color: #333;
}

.presentation-container {
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 60px;
   max-width: 1200px;
   margin: 0 auto;
}

.presentation-photo {
   flex: 1;
   max-width: 400px;
}

.profile-img {
   width: 100%;
   height: auto;
   border-radius: 15px;
   box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
   object-fit: cover;
}

/* Estilo del texto */
.presentation-text {
   flex: 1.5;
}

.presentation-text span {
   text-transform: uppercase;
   letter-spacing: 2px;
   font-size: 0.8rem;
   color: #888;
   font-weight: bold;
}

.presentation-text h2 {
   font-size: 2.5rem;
   margin: 10px 0;
   color: #1a1a1a;
}

.separator {
   width: 60px;
   height: 4px;
   background-color: #0B4141;
   border: none;
   margin-bottom: 25px;
}

.presentation-text p {
   line-height: 1.8;
   margin-bottom: 20px;
   font-size: 1.05rem;
   color: #444;
}

/* Etiquetas */
.badges {
   display: flex;
   gap: 10px;
   margin-top: 30px;
}

.badge {
   padding: 8px 16px;
   background: #eee;
   border-radius: 50px;
   font-size: 0.85rem;
   font-weight: 600;
   color: #666;
}

/* Responsive */
@media (max-width: 768px) {
   .presentation-container {
      flex-direction: column;
      text-align: center;
      gap: 30px;
   }

   .separator {
      margin: 10px auto 25px;
   }

   .badges {
      justify-content: center;
   }
}


/* --- BANNER MENTORIX--- */
.banner-mentorix-grande {
    background-color: #0B4141; 
    background-image: linear-gradient(135deg, #0B4141 0%, #083333 100%);
    color: #ffffff;
    padding: 30px 5%; 
    border-top: 1px solid rgba(192, 160, 96, 0.3);
    border-bottom: 4px solid #c0a060; 
    font-family: 'Cabin', sans-serif;
    display: flex;
    align-items: center;
}

.banner-mentorix-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 40px;
}

.banner-logo {
    flex-shrink: 0;
}

.banner-logo img {
    height: 60px; 
    width: auto;
    display: block;
    filter: brightness(1.2); 
}

/* Contenido Central */
.banner-mentorix-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.banner-badge {
    background-color: #c0a060;
    color: #121212;
    font-size: 0.75rem;
    font-weight: bold;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 3px;
    display: inline-block;
    width: fit-content;
    letter-spacing: 1px;
}

.banner-text-group h3 {
    margin: 0;
    font-size: 1.5rem; 
    color: #ffffff;
    font-weight: 600;
}

.banner-text-group p {
    margin: 5px 0 0;
    font-size: 1.1rem;
    color: #e0e0e0;
    font-weight: 300;
}

.banner-text-group strong {
    color: #c0a060;
}

/* Botón */
.banner-btn-mentorix {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #c0a060;
    padding: 14px 28px;
    font-size: 1rem;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
}

.banner-btn-mentorix:hover {
    background-color: #c0a060;
    color: #0B4141;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

/* Responsive */
@media (max-width: 992px) {
    .banner-mentorix-container {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .banner-mentorix-content {
        align-items: center;
    }

    .banner-logo img {
        height: 50px;
    }
}

/*SENSAIDO*/
.sensaido {
   position: relative;
   min-height: 80vh;
   display: flex;
   align-items: center;
   justify-content: flex-start;
   padding: 80px 10%;
   background-color: #121212;
   font-family: 'Helvetica Neue', Arial, sans-serif;
   overflow: hidden;
}

/* Imagen de fondo */
.sensaido::before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-size: cover;
   background-position: center;
   opacity: 0.4;
   z-index: 0;
}

/*fondo de sensaido y de cursos*/
.sensaido--uno::before {
   background-image: url('../Imgs/StockCake-Sunrise\ Tai\ Chi_1747140743.jpg');
}

.sensaido--curso-exito::before {
   background-image: url('../Imgs/Copia\ de\ ALCANZA\ EL\ ÉXITO\ .png');
}



.sensaido-overlay {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: linear-gradient(to right, rgba(18, 18, 18, 0.342), transparent);
   z-index: 1;
}

.sensaido-container {
   position: relative;
   z-index: 2;
   width: 100%;
   max-width: 1200px;
   margin: 0 auto;
}

/* Caja de contenido */
.sensaido-card {
   max-width: 550px;
   background-color: rgba(18, 18, 18, 0.85);
   padding: 50px;
   border-radius: 4px;
   border-left: 4px solid #0B4141;
   backdrop-filter: blur(5px);
}

.sensaido-subtitle {
   text-transform: uppercase;
   letter-spacing: 2px;
   font-size: 0.8rem;
   color: #888888;
   font-weight: bold;
   display: block;
   margin-bottom: 10px;
}

.sensaido-card h2 {
   font-size: 2.8rem;
   color: #ffffff;
   margin: 0;
   font-weight: bold;
}

.sensaido-separator {
   width: 60px;
   height: 4px;
   background-color: #0B4141;
   border: none;
   margin: 20px 0;
}

.sensaido-intro {
   font-size: 1.2rem;
   color: #0B4141;
   font-style: italic;
   margin-bottom: 20px;
}

.sensaido-card p {
   color: #e0e0e0;
   line-height: 1.8;
   font-size: 1.05rem;
   margin-bottom: 20px;
}

.sensaido-card strong {
   color: #ffffff;
}

/* Botón de acción */
.sensaido-action {
   margin-top: 30px;
}

.btn-sensaido {
   display: inline-block;
   padding: 15px 30px;
   background-color: transparent;
   color: #ffffff;
   border: 1px solid #0B4141;
   text-decoration: none;
   font-weight: bold;
   transition: all 0.3s ease;
   border-radius: 2px;
}

.btn-sensaido:hover {
   background-color: #0B4141;
   color: #ffffff;
   transform: translateY(-3px);
}

/* Responsive */
@media (max-width: 768px) {
   .sensaido {
      justify-content: center;
      padding: 60px 5%;
      text-align: center;
   }

   .sensaido-overlay {
      background: rgba(18, 18, 18, 0.7);
   }

   .sensaido-card {
      padding: 30px;
      border-left: none;
      border-top: 4px solid #c0a060;
   }

   .sensaido-separator {
      margin: 20px auto;
   }

   .sensaido-card h2 {
      font-size: 2rem;
   }
}

/*Talleres y coacing*/

/*Texto Intro*/
.texto-intro-fb {
   opacity: 1;
   color: #383838;
   text-align: center;
   overflow-x: hidden;
   box-sizing: border-box;
   max-width: 900px;
   margin: 0 auto;
   margin-bottom: 20px;

}

.texto-intro-fb h1 {
   color: rgb(17, 17, 17);
   font-weight: bolder;
   font-size: 36px;
}

.texto-intro-fb hr {
   position: relative;
   width: 0;
   height: 4px;
   background-color: #0B4141;
   border: none;
   margin: 0 auto 20px auto;
   border-radius: 2px;
   animation: underline-grow 1s ease-in-out forwards;
}

.texto-intro-fb a {
   color: #0B4141;
}

@keyframes underline-grow {
   from {
      width: 0;
   }

   to {
      width: 200px;
   }
}

/*VIDEOS*/

.talleres-y-coaching {
   padding: 80px 5%;
   background-color: #fcfcfc;
   font-family: 'Helvetica Neue', Arial, sans-serif;
   overflow: hidden;
}

/* Introducción */
.texto-intro-fb {
   text-align: center;
   max-width: 800px;
   margin: 0 auto 50px;
}

.texto-intro-fb span {
   text-transform: uppercase;
   letter-spacing: 2px;
   font-size: 0.8rem;
   color: #888;
   font-weight: bold;
}

.texto-intro-fb h2 {
   font-size: 2.5rem;
   color: #333333;
   margin: 10px 0;
}

.separator-center {
   width: 60px;
   height: 4px;
   background-color: #c0a060;
   border: none;
   margin: 0 auto 20px;
}

.texto-intro-fb p {
   color: #555;
   line-height: 1.6;
}

.intro-links {
   margin-top: 25px;
   display: flex;
   justify-content: center;
   gap: 30px;
}

.btn-link {
   color: #0B4141;
   text-decoration: none;
   font-weight: bold;
   font-size: 0.95rem;
   padding-bottom: 5px;
   border-bottom: 2px solid transparent;
   transition: all 0.3s ease;
}

.btn-link:hover {
   border-bottom: 2px solid #c0a060;
   color: #c0a060;
}

/* Layout de Tarjetas */
.container-home {
   display: flex;
   gap: 20px;
   max-width: 1300px;
   margin: 0 auto;
   height: 550px;
}

.column-side {
   flex: 1;
   display: flex;
   flex-direction: column;
   gap: 20px;
}

.column-main {
   flex: 2;
}

/* Estilo de Tarjetas */
.card-home {
   position: relative;
   border-radius: 12px;
   overflow: hidden;
   background-color: #000;
   cursor: pointer;
}

/* Asegura que ocupen el alto necesario */
.small {
   height: 50%;
}

.large {
   height: 100%;
}

.card-home img,
.card-home video {
   width: 100%;
   height: 100%;
   object-fit: cover;
   transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.card-home::after {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: linear-gradient(to top, rgba(11, 65, 65, 0.8) 0%, rgba(0, 0, 0, 0) 60%);
   z-index: 1;
   transition: opacity 0.4s ease;
}

.card-content {
   position: absolute;
   bottom: 0;
   left: 0;
   padding: 20px;
   z-index: 2;
   color: #ffffff;
   text-align: left;
}

.card-content h3 {
   margin: 0;
   font-size: 1.1rem;
   font-weight: 600;
   transform: translateY(5px);
   transition: transform 0.4s ease;
}

.card-content p {
   margin: 5px 0 0;
   font-size: 0.85rem;
   opacity: 0.8;
   transform: translateY(5px);
   transition: transform 0.4s ease;
}

/* Efectos al pasar el ratón (Hover) */
.card-home:hover img,
.card-home:hover video {
   transform: scale(1.08);
}

.card-home:hover .card-content h3,
.card-home:hover .card-content p {
   transform: translateY(0);
}

.card-home:hover::after {
   background: linear-gradient(to top, #0B4141 0%, rgba(0, 0, 0, 0) 85%);
}

/* Responsive */
@media (max-width: 900px) {
   .container-home {
      flex-direction: column;
      height: auto;
   }

   .column-main {
      order: -1;
      height: 350px;
   }

   .small {
      height: 250px;
   }
}

/* Libros */
.libros-section {
   position: relative;
   padding: 100px 5%;
   background-color: #121212;
   overflow: hidden;
   font-family: 'Helvetica Neue', Arial, sans-serif;
   color: #ffffff;
}

/* Imagen de fondo*/
.libros-section::before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-image: url('../Imgs/Fondo-Estántería.jpg');
   background-size: cover;
   background-position: center;
   opacity: 0.2;
   z-index: 0;
}

/* Degradados*/
.libros-bg-overlay {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: linear-gradient(to bottom, #121212 0%, transparent 15%, transparent 85%, #121212 100%);
   z-index: 1;
}

.libros-content {
   position: relative;
   z-index: 2;
   max-width: 1200px;
   margin: 0 auto;
}

/* Texto Introductorio */
.libros-intro {
   text-align: center;
   max-width: 700px;
   margin: 0 auto 60px;
}

.libros-intro span {
   text-transform: uppercase;
   letter-spacing: 2px;
   font-size: 0.8rem;
   color: #888888;
   font-weight: bold;
}

.libros-intro h2 {
   font-size: 2.5rem;
   margin: 10px 0;
}

.separator-libros {
   width: 60px;
   height: 4px;
   background-color: #0B4141;
   border: none;
   margin: 0 auto 25px;
}

.libros-intro p {
   color: #cccccc;
   line-height: 1.8;
   font-size: 1.1rem;
   margin-bottom: 30px;
}

.btn-libros {
   color: #ffffff;
   text-decoration: none;
   font-weight: bold;
   border-bottom: 2px solid transparent;
   transition: all 0.3s ease;
}

.btn-libros:hover {
   border-bottom: 2px solid #c0a060;
}

/* Galería de Libros */
.libros-grid {
   display: flex;
   justify-content: center;
   gap: 30px;
   flex-wrap: wrap;
}

.libro-item {
   position: relative;
   width: 240px;
   height: 360px;
   border-radius: 4px;
   overflow: hidden;
   cursor: pointer;
   box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
   transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
   background-color: #000;
}

.libro-item img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   filter: grayscale(100%);
   transition: all 0.6s ease;
}


/* Efectos Hover */
.libro-item:hover img {
   filter: grayscale(0%);
   transform: scale(1.05);
}

.libro-item:hover {
   box-shadow: 0 12px 20px rgba(0, 0, 0, 0.3);
   transform: translateY(-20px);
   background: linear-gradient(to bottom, #ffd8d800, #0B414134);
}


.libro-item:hover::before {
   opacity: 1;
}

/* Responsive */
@media (max-width: 768px) {
   .libros-grid {
      gap: 20px;
   }

   .libro-item {
      width: 160px;
      height: 240px;
   }

   .libros-intro h2 {
      font-size: 2rem;
   }
}