/* Mobile */
*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
h1 {
  font-size: calc(6vw + 1rem);
}

h2 {
  font-size: calc(5.5vw + 1rem);
}

h3 {
  font-size: calc(5vw + 0.8rem);
}

h4 {
  font-size: calc(4.5vw + 0.7rem);
}

h5 {
  font-size: calc(4vw + 0.6rem);
}

h6 {
  font-size: calc(3.5vw + 0.5rem);
}

/* Tablet */
@media (min-width: 768px) {
  h1 {
    font-size: calc(5vw + 1.5rem);
  }

  h2 {
    font-size: calc(4.5vw + 1.2rem);
  }

  h3 {
    font-size: calc(4vw + 1rem);
  }

  h4 {
    font-size: calc(3.5vw + 0.9rem);
  }

  h5 {
    font-size: calc(3vw + 0.8rem);
  }

  h6 {
    font-size: calc(2.5vw + 0.7rem);
  }
}

/* Desktop */
@media (min-width: 1024px) {
  h1 {
    font-size: calc(4vw + 2rem);
  }

  h2 {
    font-size: calc(3.5vw + 1.8rem);
  }

  h3 {
    font-size: calc(3vw + 1.5rem);
  }

  h4 {
    font-size: calc(2.5vw + 1.3rem);
  }

  h5 {
    font-size: calc(2vw + 1rem);
  }

  h6 {
    font-size: calc(1.5vw + 0.8rem);
  }
}

/* Animación del gradiente */
@keyframes gradient-morph {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.hero,
.hero .row {
  min-height: 100vh;
}

.sub-hero,
.sub-hero .row {
  min-height: 15vh;
}

.bg-noise {
  background-color: #fafafa;
  background-image: url("https://stunning-mandazi-f00afc.netlify.app/assets/img/noise.png");
  background-repeat: repeat;
}

.box {
  border: 1px solid rgb(52, 52, 52);
}

@font-face {
  font-family: "Dreaming Outloud Regular";
  src: url("/assets/font/dreaming-outloud-regular.otf");
}

@font-face {
  font-family: "Hero Light Regular";
  src: url("/assets/font/HeroLight-Regular.otf");
}

@font-face {
  font-family: "NewBaskerville Regular";
  src: url("/assets/font/NewBaskervilleRegular.otf");
}

.quote {
  font-family: "Dreaming Outloud Regular", ;
}

body {
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "NewBaskerville Regular";
}

p,
li,
a {
  font-family: "Hero Light Regular", ;
}

p {
  color: #696969;
}

a {
  text-decoration: none;
}

.hero h1 {
  font-size: 70px;
  line-height: 100%;
  letter-spacing: -3px;
}

@media (max-width: 1080px) {
  .hero h1 {
    font-size: 50px;
  }
}

.hero p {
  font-size: 20px;
  padding-right: 30%;
}

.hero .btn-hero {
  transition: 0.5s !important;
}

.btn-hero,
.btn-subhero {
  border-radius: 20px;
  padding: 5px 15px;
  background-color: rgba(0, 0, 0, 0.09);
  color: black;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  transition: 0.3s;
}

.btn-hero:hover,
.btn-subhero:hover {
  padding: 5px 20px;
  background-color: #d9f9d2;
  color: #000 !important;
}

.scroll-container {
  overflow: hidden;
  white-space: nowrap;
}

.scroll-text {
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  animation: scrollText 20s linear infinite;
}

@keyframes scrollText {
  0% {
    transform: translateX(100%);
    /* Empieza fuera de la pantalla a la derecha */
  }

  100% {
    transform: translateX(-100%);
    /* Termina fuera de la pantalla a la izquierda */
  }
}

.accordion-button:not(.collapsed) {
  color: #000;
  background-color: #b8372b33;
}

.accordion-button {
  color: #b8372b;
}

.accordion-button:focus {
  box-shadow: 0 0 0 0.25rem #b8372b9a;
}

body #magicMouseCursor {
  border: 1px solid #000 !important;
}

body #magicPointer {
  background: #000 !important;
  z-index: 2000;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #000;
  padding: 20px;
  background-size: 20px;
  border-radius: 50%;
}

.carousel-control-prev {
  justify-content: start;
}

.carousel-control-next {
  justify-content: end;
}

.carousel-control-next,
.carousel-control-prev {
  width: auto;
}

.carousel-item .row {
  padding: 0 8%;
}

.accordion-item {
  border: none;
  background: transparent;
}

.accordion-header {
  border-bottom: 1px solid gray;
}

.text-justify {
  text-align: justify;
}

.mvh-100 {
  min-height: 100vh;
}

footer .col-lg-4 {
  padding: 100px 3rem;
}

.accordion {
  margin: 0 auto;
}

.logo-banner {
  width: 100%;
  height: auto;
}

.img-hero-col {
  width: 100%;
  height: 15vh;
  object-fit: cover;
}
@media(max-width: 1080px){
  .img-hero-col{
    height: 200px;
  }
}

body {
  overflow-x: hidden;
}

.p-0-mob {
  padding: 0;
}

.p-0-mob .col-lg-8 {
  padding: 50px;
}

.img-hero-col {
  height: 400px;
}

.p-5-mob {
  padding: 2rem 0 7rem 0;
}

@media (min-width: 768px) {
  .accordion {
    width: 90%;
  }

  .logo-banner {
    height: 80px;
    width: auto;
  }

  .hero #bg-wrap {
    display: block;
  }

  .img-hero-col {
    height: 200px;
    width: 100%;
    object-fit: cover;
  }

  .p-0-mob {
    padding: 0;
  }

  .p-5-mob {
    padding: 3rem;
  }
}

#loom-companion-mv3 {
  display: none;
}

.img-profile {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.p-relative {
  position: relative;
}

.glass {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
  padding: 50px;
}

.bg-body-tertiary {
  width: 98%;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.1) !important;
  border-radius: 25px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
}

.glass-quote {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
  padding: 50px;
}

.offcanvas {
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 25px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
}

.fixed-top {
  top: 10px;
}

.offcanvas-backdrop.show {
  opacity: 0;
}

.offcanvas.offcanvas-end {
  height: 100vh;
}

.glass p {
  color: #000;
}

.img-logo {
  height: 50px;
  width: auto;
}
#carouselTestimonial .carousel-item {
  min-height: 680px;
}
/* SOBRE MI */
.img-quien-soy {
  height: 500px;
  width: 100%;
  object-fit: cover;
  object-position: top;
  border: 1px solid black;
}
/* text anim */
.floating-container {
  position: relative;
  width: 100%; /* Ajusta el ancho del contenedor */
  height: 100vh; /* Ajusta el alto del contenedor */
  overflow: hidden; /* Oculta las palabras fuera del contenedor */
  background-color: transparent;
  display: flex; /* Asegura que las palabras estén en línea */
  justify-content: space-between; /* Distribuye las palabras de manera uniforme */
  align-items: center; /* Centra verticalmente */
}

.floating-word {
  position: absolute; /* Necesario para que floten */
  font-size: 22px;
  color: #000;
  animation: floatUpDown 20s ease-in-out infinite;
  opacity: 0;
  transition: transform 0.3s ease; 
  font-family: "NewBaskerville Regular", ;
}

/* Posiciones iniciales únicas para cada palabra */
.floating-word:nth-child(1) {
  left: 1%;
  animation-delay: 0s;
}
.floating-word:nth-child(2) {
  left: 18%;
  animation-delay: 1s;
}
.floating-word:nth-child(3) {
  left: 35%;
  animation-delay: 2s;
}
.floating-word:nth-child(4) {
  left: 45%;
  animation-delay: 3s;
}
.floating-word:nth-child(5) {
  left: 55%;
  animation-delay: 4s;
}
.floating-word:nth-child(6) {
  left: 65%;
  animation-delay: 5s;
}
.floating-word:nth-child(7) {
  left: 80%;
  animation-delay: 6s;
}

/* Animación de arriba hacia abajo y viceversa */
@keyframes floatUpDown {
  0% {
    top: -10%; /* Empieza fuera del contenedor por arriba */
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50% {
    top: 80%; /* Baja al fondo del contenedor */
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    top: -10%; /* Regresa al inicio por arriba */
    opacity: 0;
  }
}

/* Hover en las palabras: se desacomodan */
.floating-word:hover {
  transform: translate(-10px, 10px) rotate(15deg) scale(1.5);
}

.v-center{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.floating-icon{
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 20;
}
.floating-icon img{
  border-radius: 50%;
  height: 60px;
  transition: .3s all ease-in-out;
}
.floating-icon img:hover{
  transform: scale(1.1); 
}
.glass-quote p{
  font-size: 20px;
}
.pt-mob-5{
  padding-top: 3rem;
}
.w-50-mobile{
  width: 65%;
}
@media(max-width: 1080px){
  html, body{
    width: 100vw;
    overflow-x: hidden;
  }
  header.bg-noise h1{
    padding-top: 100px;
  }
  header.bg-noise p{
    padding: 0;
  }
  .hero #bg-wrap {
    display: none;
  }
  .sub-hero .col-lg-7{
    padding: 50px 4rem!important;
  }
  .glass-quote p{
    font-size: 15px;
  }
  .faq-footer .col-lg-4{
    padding: 2rem;
  }
  .bg-body-tertiary{
    width: 90%;
    margin: 0 auto;
  }
  .p-5-mob{
    padding: 50px;
  }
  .pt-mob-5{
    padding: 0;
  }
  .p-0-mob-mentorias{
    padding: 0 3rem!important;
  }
  .w-50-mobile{
    width: 100%;
  }
  .img-hero-col{
    height: 350px;
    width: 75vw;
    display: flex; 
    margin: 0 auto;
    margin: 50px 50px 0 50px;
    border: 1px solid black;
  }
  .img-logo{
    height: 30px;
  }
  .ttl-w-mobile{
    color: #fff;
  }
  .ttl-c-mobile{
    display: flex;
    justify-content: center;
  }
  .hide-mobile{
    display: none!important;
  }
}
@media only screen and (max-width: 800px) {
  .lfvGmn {
      margin: 0px;
      display: none;
  }
}