.font-light {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

.titulo {
  font-family: "Open Sans", sans-serif;
  font-size: 2.5rem;
  color: white;
  font-weight: 100 !important;
  letter-spacing: -2px;
}

.subtitulo {
  font-weight: 400;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  color: #39639c;
}

form .form-floating input {
  border-radius: 1.3rem;
  padding: 1rem 1.25rem;
}
form .form-floating label {
  font-weight: 500;
}

.hablemos {
  scroll-margin-top: 100px;
}

.social-icons {
  gap: 1.2rem;
}
.social-icons .social-icon {
  background-color: #000;
  color: #fff;
  font-size: 1.3rem;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.social-icons .social-icon:hover {
  background-color: #eec000;
  color: #fff;
}

@media (max-width: 768px) {
  .titulo {
    font-size: 1.8rem;
    font-weight: 300 !important;
  }
}
.main-header {
  background-color: #f2f2f4;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.logo-header img {
  width: 220px;
  height: auto;
}
@media (max-width: 768px) {
  .logo-header img {
    width: 180px;
  }
}

.navbar-toggler {
  border: none;
  outline: none;
  width: 44px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar-toggler .custom-icon {
  display: inline-block;
  width: 25px;
  height: 2px;
  background-color: #000;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.navbar-toggler .custom-icon::before, .navbar-toggler .custom-icon::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 2px;
  background-color: #000;
  transition: all 0.3s ease-in-out;
}
.navbar-toggler .custom-icon::before {
  top: -8px;
}
.navbar-toggler .custom-icon::after {
  bottom: -8px;
}

.navbar-nav {
  text-align: center;
  padding-top: 1rem;
}
.navbar-nav .nav-item {
  margin-bottom: 0.75rem;
}
.navbar-nav .nav-item .nav-link {
  font-size: 17px;
  letter-spacing: -1px;
  color: #52575d;
  padding: 0.5rem 1rem;
  position: relative;
  transition: color 0.3s ease;
}
.navbar-nav .nav-item .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #eec000;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
.navbar-nav .nav-item .nav-link:hover, .navbar-nav .nav-item .nav-link:focus {
  color: #eec000;
}
.navbar-nav .nav-item .nav-link:hover::after, .navbar-nav .nav-item .nav-link:focus::after {
  width: 100%;
}

@media (min-width: 992px) {
  .navbar-nav {
    flex-direction: row;
    padding-top: 0;
  }
  .navbar-nav .nav-item {
    margin-bottom: 0;
    margin-left: 1.5rem;
  }
  .navbar-nav .nav-item .nav-link {
    padding: 0;
    background: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-collapse {
    background-color: #ffffff;
    padding: 1rem 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    margin-top: 1rem;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.6s ease-in-out, opacity 0.4s ease-in-out;
    pointer-events: none;
  }
  .navbar-collapse.collapse {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
  }
  .navbar-collapse.collapsing {
    height: auto !important;
    transition: none;
  }
  .navbar-collapse.show {
    max-height: 600px;
    opacity: 1;
    pointer-events: auto;
  }
  .navbar-nav {
    flex-direction: column;
    align-items: center;
    transition: padding 0.3s ease, opacity 0.3s ease;
  }
}
@media (max-width: 991.98px) {
  .navbar-collapse {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.56s ease, opacity 0.5s ease;
    pointer-events: none;
  }
  .navbar-collapse.show {
    max-height: 600px;
    opacity: 1;
    pointer-events: auto;
  }
  .navbar-collapse.hiding {
    max-height: 0;
    opacity: 0;
    pointer-events: none;
  }
}
.hero-slider .carousel-item {
  height: 100vh;
  background: url("../img/hero-bg.jpg") center center no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  max-height: 42.5rem;
}
@media (max-width: 768px) {
  .hero-slider .carousel-item {
    padding: 3rem 0;
  }
}
.hero-slider .hero-slide {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-slider .hero-content {
  max-width: 1200px;
  width: 100%;
  padding: 0 2rem;
}
.hero-slider .hero-text {
  text-align: center;
}
.hero-slider .hero-text h1 {
  font-family: "Highrise", serif;
  font-size: 7.5rem;
  line-height: 1;
}
.hero-slider .hero-text h5 {
  font-family: "Open Sans", sans-serif;
  line-height: 0.01;
}
.hero-slider .hero-text p {
  margin-bottom: 0.18rem;
}
.hero-slider .hero-text p span {
  color: #0071c1;
  font-style: italic;
  font-weight: 600;
}
@media (max-width: 768px) {
  .hero-slider .hero-text {
    text-align: center;
  }
  .hero-slider .hero-text h1 {
    font-size: 5rem;
  }
}
@media (max-width: 576px) {
  .hero-slider .hero-text {
    text-align: center;
  }
  .hero-slider .hero-text p {
    font-size: 0.95rem;
  }
}
.hero-slider .hero-book {
  max-width: 380px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  background-color: white;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .hero-slider .hero-book {
    max-width: 250px;
    margin-top: 2rem;
  }
}
@media (max-width: 480px) {
  .hero-slider .hero-book {
    max-width: 220px;
  }
}

.sobre-mi {
  padding: 5rem 0;
  background: url("../img/about-bg.jpg") center center no-repeat;
  background-size: cover;
  scroll-margin-top: 100px;
}
.sobre-mi .row {
  gap: 2rem;
}
.sobre-mi .subtitulo {
  color: #eec000;
}
.sobre-mi p {
  color: white;
  line-height: 1.7;
  margin-bottom: 1rem;
}
.sobre-mi .carousel-inner {
  border-radius: 35px;
}
.sobre-mi .carousel-inner img {
  object-fit: cover;
  height: 330px;
  border-radius: 35px;
  animation-duration: 4s;
  filter: brightness(0.85);
  transition: filter 0.3s ease;
}
.sobre-mi .btn-link {
  color: #eec000;
  font-weight: 600;
  text-decoration: none;
}
.sobre-mi .btn-link:hover {
  text-decoration: underline;
}
.sobre-mi .leermas {
  background: none;
  border: none;
  color: #eec000;
  float: inline-end;
  margin-top: 1rem;
  transition: all 0.3s ease;
  cursor: pointer;
}
.sobre-mi .leermas i {
  transition: transform 0.3s ease;
}
.sobre-mi .leermas:hover i {
  transform: translateY(-2px);
}
.sobre-mi .leermas.open i {
  transform: rotate(180deg);
}
.sobre-mi .texto-expandido {
  transition: max-height 0.6s ease, opacity 0.5s ease;
  overflow: hidden;
}
.sobre-mi .texto-expandido.collapsing {
  opacity: 0;
  max-height: 0;
}
.sobre-mi .texto-expandido.collapse:not(.show) {
  display: block;
  opacity: 0;
  max-height: 0;
}
.sobre-mi .texto-expandido.collapse.show {
  opacity: 1;
  max-height: 1000px;
}
@media (max-width: 768px) {
  .sobre-mi .titulo, .sobre-mi .subtitulo {
    text-align: center;
  }
  .sobre-mi .carousel-inner img {
    height: 220px;
  }
  .sobre-mi .row {
    gap: 1.2rem;
  }
  .sobre-mi .leermas {
    float: none;
    display: block;
    text-align: center;
    margin-top: 1.5rem;
  }
}

.servicios {
  background: url("../img/services-bg.png") center center no-repeat;
  padding: 3rem 0;
  scroll-margin-top: 100px;
}
.servicios .servicio-card {
  position: relative;
  background: #fff;
  border-radius: 1.5rem;
  padding: 2rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: left;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
}
.servicios .servicio-card h4 {
  font-size: 1.2rem;
  color: #39639c;
  z-index: 2;
  position: relative;
  margin-bottom: 0.75rem;
}
.servicios .servicio-card p {
  line-height: 1.6;
  z-index: 1;
  position: relative;
}
.servicios .servicio-card .decor-line {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px dashed #888;
  opacity: 0.4;
  z-index: 1;
}
.servicios .servicio-card:hover {
  transform: scale(1.03);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}
.servicios .bs360 {
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0.7), rgb(255, 255, 255)), url("../img/card-bs360.png");
}
.servicios .mentoria {
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0.7), rgb(255, 255, 255)), url("../img/card-mentorias.png");
}
.servicios .charlas {
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0.7), rgb(255, 255, 255)), url("../img/card-charlas.png");
}
.servicios .line1 {
  bottom: -20px;
  left: -30px;
}
.servicios .line2 {
  top: -40px;
  right: -25px;
}
.servicios .line3 {
  bottom: -35px;
  right: -30px;
}
@media (max-width: 768px) {
  .servicios .servicio-card {
    text-align: center;
    background-position: center right;
  }
  .servicios .decor-line {
    display: none;
  }
}

.stretched-link {
  color: inherit !important;
  text-decoration: none !important;
}

.newsletter {
  padding: 4rem 0;
  scroll-margin-top: 100px;
}
.newsletter .newsletter-title {
  color: #333;
}

.footer {
  background: url("../img/footer-bg.png") center center no-repeat;
  background-size: cover;
  padding: 4rem 0 0;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer .footer-logo {
  width: 60px;
  margin: 0 auto;
}
.footer .footer-bottom {
  color: #fff;
  font-size: 0.8rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(1px);
  text-align: center;
}
.footer .footer-bottom .copyright {
  margin-bottom: 0.5rem;
}
.footer .footer-cr {
  transition: opacity 0.3s ease;
}
.footer .footer-cr:hover {
  opacity: 1;
}

@media (max-width: 576px) {
  .footer {
    padding: 0;
  }
  .footer-bottom {
    backdrop-filter: none !important;
    font-size: 10px;
  }
}
.btn-subir {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 999;
  background-color: #eec000;
  color: white;
  padding: 0.75rem 1rem;
  border-radius: 50%;
  font-size: 1.25rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  opacity: 0.85;
}
.btn-subir:hover {
  background-color: #bb9700;
  opacity: 1;
  transform: translateY(-3px);
}

.intro-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.7254901961);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.intro-overlay .intro-img {
  max-width: 100%;
  max-height: 60vh;
  object-fit: cover;
  border-radius: 20px;
}
.intro-overlay .btn-intro {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.6392156863);
  border: none;
  transition: all 0.3s ease;
  background: none;
  font-weight: 300;
  font-size: 14px;
}
.intro-overlay .btn-intro:hover {
  filter: brightness(1.1);
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 0.938rem;
  background-color: #e5e5e5;
}

.custom-toggler {
  border: none;
  background: transparent;
}
.custom-toggler .custom-icon {
  width: 25px;
  height: 2px;
  background-color: #000;
  display: block;
  position: relative;
  transition: all 0.3s ease;
}
.custom-toggler .custom-icon::before, .custom-toggler .custom-icon::after {
  content: "";
  width: 25px;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 0;
  transition: all 0.3s ease;
}
.custom-toggler .custom-icon::before {
  top: -8px;
}
.custom-toggler .custom-icon::after {
  top: 8px;
}

.btn {
  background-image: linear-gradient(to bottom, #eec000, #edb200);
  color: #000;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  width: 17rem;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-size: 0.75rem;
}
.btn:hover {
  filter: brightness(1.1);
}

.btn-subir {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: all 0.3s ease;
}
.btn-subir.visible {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

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