@font-face {font-family: 'LeagueScript'; src: url('/recursos/font/LeagueScript-Regular.woff') format('woff');}

* {margin: 0; padding: 0; box-sizing: border-box; text-decoration: none; list-style: none;   scroll-behavior: smooth; }

/* Fuente principal */
.fontPrincipal {font-family: 'LeagueScript'; color:#46403db2;}
.bold{font-weight: bold;}
.RojoIntenso{color:#c25450}
.gris{color: #300712b7;}
.SizeTitulosMedio{ font-size: 28px;}
.SizeTitulosGrandes{ font-size: 38px;}

body{
    background-image: url("/recursos/img/fondoVintage.png");
    background-repeat: repeat;
    background-size: contain;
}


.container_textPrincipal{
    width: 100%;
    min-height: 100vh;
display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
     z-index: 6;
}

.container_textPrincipal::after {
  content: "";
  position: absolute;

  width: 100%;
  height: 100%;
top: -3em;
  background-image: url("/recursos/img/FlorEsquinaSinSombra.png");
  background-size: auto;
   background-position: top center;
  background-repeat: no-repeat;
  z-index: 3;
  pointer-events: none;
}

.container_textPrincipal::before {
  content: "";
  position: absolute;
bottom: -3em;
  width: 100%;
  height: 100%;
  background-image: url("/recursos/img/FlorEsquinaBottom.png");
  background-size: auto;
 background-position: bottom center;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 3;
}

.corazon{
  width: 25px;
  height: 20px;
}

.div-text-valor{
  position: relative;
  width: 750px;
    height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  
}

div-text-valor h1{
  font-size: xx-large;
}

.divisorVintage{
  width: 250px;
}


.focus {
  animation: text-focus-in 1.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
  font-weight: bold;
}

.typing1 {
  width: 0;
  overflow: hidden;
  white-space: nowrap;
  animation: typing 2s steps(11) forwards;
}

/* Animación de escritura */
@keyframes typing {
  from { width: 0; }
  to { width: 11ch; } /* 11 letras de "Bienvenido" */
}

.typing2 {
  width: 0;
  overflow: hidden;
  white-space: nowrap;
  animation: typing2 5s steps(54) forwards;
   animation-delay: 2s;
}

/* Animación de escritura */
@keyframes typing2 {
  from { width: 0; }
  to { width: 54ch; } /* 11 letras de "Bienvenido" */
}

.typing3 {
  width: 0;
  overflow: hidden;
  white-space: nowrap;
  animation: typing3 3.2s steps(25) forwards;
   animation-delay: 6.3s;
}

.mobile {
  display: none;
}

/* Animación de escritura */
@keyframes typing3 {
  from { width: 0; }
  to { width: 25ch; } /* 11 letras de "Bienvenido" */
}

.typing4 {
  width: 0;
  overflow: hidden;
  white-space: nowrap;
  animation: typing4 4s steps(25) forwards;
   animation-delay: 4.6s;
}

/* Animación de escritura */
@keyframes typing4 {
  from { width: 0; }
  to { width: 25ch; } /* 11 letras de "Bienvenido" */
}


@keyframes text-focus-in {
  0% {
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    filter: blur(0px);
    opacity: 1;
  }
}

/* CSS */
.button-6 {
  align-items: center;
  background-color: #ffffffcf;
  border: 1px solid #855851d4;
  border-radius: 20px;
  font-size: 24px;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color:#9b4740;
  font-weight: bold;
  padding: 0.3em 0.8em 0.3em 0.8em;
  transition: all 250ms;
  width: auto;
  cursor: pointer;
  
}

.button-6:hover,
.button-6:focus {
  border-color:#ad7d78;
  box-shadow: rgba(0, 0, 0, 0.171) 0 4px 12px;
}

.button-6:hover {
  transform: translateY(-1px);
}

.button-6:active {
  background-color: #fffaf9de;
  border-color: #ad7d78;
  box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
  color:rgba(81, 4, 4, 0.755);
  transform: translateY(0);
}

.animate__animated {
    animation-duration: 3s;
    animation-delay:9s;
    animation-fill-mode: both;
  }

@keyframes fadeIn {
    from {
      opacity: 0;
    }
  
    to {
      opacity: 1;
    }
  }
  
  .fadeIn {
    animation-name: fadeIn;
  }

@media (max-width: 768px) {
  .desktop {
    display: none;
  }

  .mobile {
    display:flex;
  }

  .div-text-valor{
  width: 320px;
    height: 320px;
  }

  .typing3 {
   animation-delay:8.5s;
}

.typing2 {
  animation: typing2 3s steps(26) forwards;
   animation-delay: 2s;
}




/* Animación de escritura */
@keyframes typing2 {
  from { width: 0; }
  to { width: 26ch; } /* 11 letras de "Bienvenido" */
}

.animate__animated {
    animation-delay:11s;
 
  }
}