@import url("https://fonts.googleapis.com/css2?family=Ms+Madi&family=Yellowtail&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Ms+Madi&family=Yellowtail&display=swap");
@font-face {
  font-family: "Dreaming Outloud";
  src: url(../assets/Fonts/dreaming-outloud-script.otf);
}
h3, header div h2, h2, h1 {
  font-family: "Montserrat", sans-serif;
  text-align: center;
}

.btn-social {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.btn-social img {
  width: 25px;
  height: 25px;
}

@-webkit-keyframes focus-in-expand-fwd {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-800px);
    transform: translateZ(-800px);
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes focus-in-expand-fwd {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-800px);
    transform: translateZ(-800px);
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes bounce-in {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  60% {
    transform: scale(1.3);
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}
@keyframes fade-in {
  to {
    opacity: 1;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1 {
  color: #849bff;
  font-size: 5rem;
  font-family: "Dreaming Outloud", sans-serif;
}

h2 {
  font-size: 2rem;
  margin: 7vh;
  text-decoration: underline;
}

header div h2 {
  color: #ffa15b;
  font-size: 2.5rem;
}

h3 {
  font-size: 3rem;
  margin: 30px;
  font-family: "Ms Madi", cursive;
  text-decoration: underline;
}

.focus-in-expand-fwd {
  -webkit-animation: focus-in-expand-fwd 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: focus-in-expand-fwd 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

section h6 {
  font-size: 1vw;
  margin: 20px;
  border: 1px solid black;
  border-radius: 10px;
  padding: 10px;
  text-decoration: underline;
}

body {
  background-color: #fffcf7;
}

p {
  margin: 30px;
  font-size: 1.5rem;
  font-family: "Lucida Sans", Geneva, Verdana, sans-serif;
  font-weight: 300;
}

header .tituloH1 {
  color: #849bff;
  font-size: 3rem;
  text-align: center;
  font-family: "Dreaming Outloud", sans-serif;
}

section.contenido_ini {
  background-color: #fed430;
  padding: 5%;
  border-radius: 12px;
  margin-top: 3rem;
  margin-bottom: 3rem;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1);
}
section.contenido_ini img {
  border-radius: 12px;
  object-fit: cover;
  max-width: 100%;
  height: auto;
}
section.contenido_ini .texto_soy p,
section.contenido_ini .texto_lapsi p, section.contenido_ini .texto_recorrer p {
  font-size: 1.5rem;
  line-height: 1.7;
  margin-bottom: 1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}

.custom-footer h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  color: #333;
}

.social-buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.btn-social {
  background-color: white;
}
.btn-social:hover {
  transform: scale(1.1);
}

.instagram {
  background-color: #e1306c;
}

.tiktok {
  background-color: #000;
}

.firma_desarrollador {
  color: rgba(81, 81, 202, 0.8);
  font-family: "Trebuchet MS", sans-serif;
  margin-top: 1rem;
}

#carouselExampleDark .carousel-inner {
  text-align: center;
  padding: 5%;
}
#carouselExampleDark .carousel-control-prev,
#carouselExampleDark .carousel-control-next {
  width: 5%;
  top: 50%;
  opacity: 1;
  filter: none;
  z-index: 2;
}
#carouselExampleDark .carousel-control-prev .carousel-control-prev-icon,
#carouselExampleDark .carousel-control-prev .carousel-control-next-icon,
#carouselExampleDark .carousel-control-next .carousel-control-prev-icon,
#carouselExampleDark .carousel-control-next .carousel-control-next-icon {
  background-color: #849bff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-size: 100% 100%;
}
#carouselExampleDark .carousel-indicators {
  bottom: -70px;
}
#carouselExampleDark .carousel-indicators button {
  background-color: #ffa15b;
  opacity: 0.7;
}
#carouselExampleDark .carousel-indicators button.active {
  background-color: #849bff;
}
#carouselExampleDark .carousel-indicators button:hover {
  opacity: 1;
}
#carouselExampleDark .video-container {
  position: relative;
  padding-bottom: 55%;
  height: 0;
  max-width: 100%;
}
#carouselExampleDark .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.custom-navbar {
  background-color: #ffa15b;
  padding: 1rem 0;
}
.custom-navbar .nav-link {
  font-family: "Montserrat", sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  color: black;
  margin-left: 1.5rem;
  transition: all 0.3s ease;
}
.custom-navbar .nav-link.active {
  color: #000;
}
.custom-navbar .nav-link:hover {
  color: #849bff;
  text-decoration: underline;
}

.thank-you-section {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
}
.thank-you-section .thank-card {
  max-width: 600px;
  width: 90%;
  border-radius: 15px;
  background-color: #fed430;
  padding: 5rem;
  text-align: center;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1);
  position: relative;
}
.thank-you-section .thank-card .check-icon {
  font-size: 4rem;
  color: #849bff;
  margin-bottom: 1rem;
  animation: bounce-in 0.8s ease forwards;
}
.thank-you-section .thank-card .card-content {
  opacity: 0;
  animation: fade-in 1s ease forwards;
  animation-delay: 0.8s;
}
.thank-you-section .thank-card .card-content h2 {
  margin-bottom: 1.5rem;
  color: #849bff;
  font-family: "Dreaming Outloud", sans-serif;
}
.thank-you-section .thank-card .card-content p {
  font-size: 1.2rem;
  font-family: "Montserrat", sans-serif;
  color: #333;
}
.thank-you-section .thank-card .card-content a.btn {
  margin-top: 1rem;
  background-color: #ffa15b;
}
.thank-you-section .thank-card .card-content a.btn:hover {
  background-color: rgb(255, 131.7682926829, 40);
  color: #fff;
}

@media screen and (max-width: 768px) {
  .form_contac {
    width: 80%;
    padding: 1rem;
    grid-template-columns: auto;
    background-color: #fed430;
  }
  .form_contac .boton_enviar input[type=submit] {
    width: auto;
    height: auto;
    font-size: 2vh;
  }
  h1 {
    color: #849bff;
    font-size: 4rem;
  }
  h2 {
    font-size: 1.5rem;
    margin: 2rem 0;
  }
  header div h2 {
    color: #ffa15b;
    font-size: 1.5rem;
  }
  section.contenido_ini {
    padding: 1.5rem;
  }
  section.contenido_ini img {
    margin-bottom: 1rem;
  }
  section.contenido_ini p {
    font-size: 0.95rem;
    line-height: 1.5;
  }
  #carouselExampleDark .carousel-inner {
    text-align: center;
    margin: 0 auto;
    max-width: 90%;
  }
  #carouselExampleDark .carousel-inner h3 {
    font-size: 1.2rem;
  }
  #carouselExampleDark .carousel-control-prev,
  #carouselExampleDark .carousel-control-next {
    width: 10%;
  }
  #carouselExampleDark .carousel-control-prev .carousel-control-prev-icon,
  #carouselExampleDark .carousel-control-prev .carousel-control-next-icon,
  #carouselExampleDark .carousel-control-next .carousel-control-prev-icon,
  #carouselExampleDark .carousel-control-next .carousel-control-next-icon {
    width: 28px;
    height: 28px;
  }
  #carouselExampleDark .carousel-indicators {
    bottom: -40px;
  }
  #carouselExampleDark .carousel-indicators button {
    width: 8px;
    height: 8px;
  }
  #carouselExampleDark .video-container {
    position: relative;
    padding-bottom: 55%;
    height: 0;
    max-width: 100%;
    margin: 0 auto;
  }
  #carouselExampleDark .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

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