/* Ajustes generales */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.body-color {
  background-color: #f9f3ef;
}

/* BOTONES */
.btn-home a {
  background-color: #a657ff;
  color: white;
  padding: 10px 15px;
  border: none;
  font-size: 15px;
  margin: 5px;
  border-radius: 24px;
  font-weight: 600;
  font-family: "Funnel Sans", sans-serif;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 0.8s ease;
}
.btn-home a:hover {
  background-color: #6e00ff;
}

button.btn-home {
  border: 0px;
  background: transparent;
}

.margin-btn {
  margin-top: 20px;
}

/* HEADER & NAV */
header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fbf1fb;
  filter: drop-shadow(0 0.8mm 0.6mm rgba(161, 0, 210, 0.17));
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

nav a {
  font-family: "Funnel Sans", sans-serif;
  font-size: 15px;
  color: #6e00ff;
  text-decoration: none;
  transition: all 0.8s ease;
}
nav a:hover {
  text-decoration: underline 2px;
  text-underline-offset: 5px;
}

.img-logo {
  width: 15%;
  cursor: pointer;
  animation: saludar 3s infinite;
}

/* Modificaciones de navbar de bootstrap */
.navbar {
  background-color: transparent !important;
  border: none;
}

.navbar .nav-link,
.navbar .navbar-brand {
  color: #6e00ff !important;
}

.navbar {
  transition: all 0.8s ease;
}
.navbar .nav-link:hover {
  color: #a657ff !important;
}

.navbar-toggler {
  border-color: #6e00ff;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%236e00ff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* HOME */
.titulo-home {
  font-family: "Funnel Sans", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: white;
  padding-top: 5px;
}

.conteiner-titulo-home {
  background: linear-gradient(to right, #6e00ff, #a657ff);
  margin-bottom: 1.5rem;
  width: -webkit-max-content;
  width: max-content;
  border-radius: 8px;
  padding: 0.5em;
}

.p-banner {
  font-family: "Funnel Sans", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 25px;
  color: white;
}

.conteiner-btns {
  padding: 20px 0px;
}

.main-principal {
  display: flex;
  background-image: url(../img/Portada-2-desktop_Mesa\ de\ trabajo\ 1.png);
  background-size: cover;
  background-color: black;
  height: 65vh;
  padding: 30px 80px;
}

.column {
  width: 50%;
  align-content: center;
}

.personaje {
  text-align: center;
}

.img-flor {
  max-width: 50%;
}

.banner-dos {
  display: flex;
  height: 65vh;
  padding: 30px 80px;
  margin-top: 80px;
}

.li-banner {
  list-style: none;
  font-family: "Funnel Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding: 5px;
}

.h2-banner {
  color: #6e00ff;
  font-family: "Funnel Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

/* SECTION DEL HOME*/
.proceso {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 4rem 2rem;
  background-color: #eeeeee;
}
.proceso .step {
  flex: 1 1 22%;
  min-width: 220px;
  text-align: center;
  color: #3b1e54;
}
.proceso .step .step-number {
  font-size: 3rem;
  font-weight: 800;
  margin: 0;
}
.proceso .step .line {
  width: 40px;
  height: 2px;
  background: #3b1e54;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.proceso .step .step-title {
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 1rem 0;
  letter-spacing: 0.5px;
}
.proceso .step .step-text {
  font-size: 0.95rem;
  line-height: 1.4;
  color: #3b1e54;
}

/* FOOTER  */
footer {
  background-color: rgba(251, 241, 251, 0.7921568627);
  filter: drop-shadow(0 0.8mm 0.6mm rgba(161, 0, 210, 0.17));
  padding: 20px;
  text-align: center;
}

p {
  font-family: "Funnel Sans", sans-serif;
  font-size: 12px;
}

.logo-footer {
  max-width: 2%;
  cursor: pointer;
}

.link-footer {
  font-family: "Funnel Sans", sans-serif;
  font-size: 15px;
  color: #6e00ff;
  text-decoration: none !important;
}

/* PAGES INTERNAS (ESTUDIOS, EXPERIENCIA Y PROYECTOS */
.titulo-estudios {
  color: #a657ff;
  font-family: "Funnel Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  padding: 5px;
}

.seccion-web {
  padding: 20px;
}

.imagen-web {
  width: 450px;
  height: 500px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 20px;
  transition: scale 0.8s ease;
}
.imagen-web:hover {
  scale: 1.08;
}

.primer-div-proyectos {
  text-align: center;
  margin: 20px;
}

.p-proyecto {
  font-family: "Funnel Sans", sans-serif;
  font-size: 16px;
  color: grey;
  font-size: 500;
  line-height: 22px;
}

.proyectos-flor {
  text-align: center;
  margin: 15px;
  padding: auto;
}

.banner-proyecto {
  display: flex;
  background-image: url(../img/Portada-2-desktop_Mesa\ de\ trabajo\ 1.png);
  background-size: cover;
  background-color: black;
  height: 65vh;
  padding: 30px 80px;
  margin-top: 80px;
}

.margin-p {
  margin-top: 10px;
}

/* GRID estudios y proyectos */
.grid-estudios {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}

.body-estudios {
  background-color: #fff7f3;
}

.h1-estudios {
  font-size: 2.5rem;
  color: #a657ff;
  font-family: "Funnel Sans", sans-serif;
}

.main-experiencia {
  min-height: 100vh;
  padding: 20px;
}

.conteiner-experiencia {
  padding: 30px;
  height: 80vh;
}

.trabajos {
  font-family: "Funnel Sans", sans-serif;
  font-size: 18px;
  padding-top: 1em;
}

.experiencia-list ul {
  list-style-type: circle;
}

.experiencia-list li::marker {
  color: #a657ff;
  font-size: 18px;
}

.puesto {
  color: #a657ff;
  font-weight: 700;
}

/* ACORDEON BOOTSTRAP CAMBIO DE COLOR */
.accordion {
  margin-top: 30px;
}

#miAcordeon {
  padding-left: 150px;
  padding-right: 150px;
}

#miAcordeon .accordion-button {
  background-color: #ebd6fb;
  color: #333;
}

#miAcordeon .accordion-button:not(.collapsed) {
  background-color: #ebd6fb;
  color: #333;
}

#miAcordeon .accordion-body {
  background-color: #f9f0ff;
  color: #333;
}

#miAcordeon .accordion-item {
  border: 1px solid #ebd6fb;
}

#miAcordeon .accordion-button:focus {
  box-shadow: none;
}

/* PAGE CONTACTO y formulario */
.conteiner-form form {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  max-width: 500px;
  margin: 0 auto;
  padding: 1rem;
}

.conteiner-form label {
  font-weight: bold;
  color: #333;
  font-weight: 500;
  font-size: 16px;
}

.conteiner-form input,
.conteiner-form textarea {
  padding: 0.5rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-family: "Funnel Sans", sans-serif;
}

.conteiner-form input[type=submit] {
  background-color: #a657ff;
  color: white;
  padding: 10px 15px;
  border: none;
  font-size: 15px;
  margin: 5px;
  border-radius: 24px;
  font-weight: 600;
  font-family: "Funnel Sans", sans-serif;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 0.8s ease;
  margin-top: 10px;
}
.conteiner-form input[type=submit]:hover {
  background-color: #6e00ff;
}

.main-contacto {
  min-height: 100vh;
  padding: 20px;
}

.conteiner-form {
  padding: 30px 20px;
}

/* ANIMACIONES */
.saludo {
  display: inline-block;
  animation: saludar 1s infinite;
  font-size: 25px;
}

.iconos-pages {
  font-size: 40px;
}

@keyframes saludar {
  0% {
    transform: rotate(0deg);
  }
  15% {
    transform: rotate(-15deg);
  }
  30% {
    transform: rotate(15deg);
  }
  45% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(10deg);
  }
  75% {
    transform: rotate(-5deg);
  }
  90% {
    transform: rotate(5deg);
  }
}
.entrar-izquierda {
  animation: entrarIzquierda 8s ease-out forwards;
}

@keyframes entrarIzquierda {
  0% {
    transform: translateX(-100px);
  }
  100% {
    transform: translateX(0);
  }
}
.entrar-derecha {
  animation: entrarDerecha 3s ease-out forwards;
}

@keyframes entrarDerecha {
  0% {
    transform: translateX(100px);
  }
  100% {
    transform: translateX(0);
  }
}
/* BTN WHATSAPP*/
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  border-radius: 50%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1100;
  transition: background-color 0.3s ease;
}

.whatsapp-float:hover {
  background-color: #1ebe5b;
}

.whatsapp-float img {
  width: 35px;
  height: 35px;
}

/* MEDIAS QUERY */
@media (max-width: 800px) {
  .contenedor-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .contenedor-step .step {
    flex: 1 1 100%;
    text-align: center;
  }
  .contenedor-step .step .line {
    margin-left: auto;
    margin-right: auto;
  }
  .servicios-home {
    grid-template-columns: 1fr;
  }
  .main-principal {
    flex-direction: column;
    height: 110vh;
    padding: 50px 20px;
    background-image: url(../img/Portada-2-mobile.png);
    background-size: cover;
    overflow-x: hidden;
  }
  .column {
    width: 100%;
  }
  .img-flor {
    max-width: 100%;
    padding-top: 70px;
  }
  .logo-footer {
    max-width: 12%;
  }
  /* GRID ESTUDIOS */
  .grid-estudios {
    grid-template-columns: 1fr;
  }
  /* ESTUDIOS */
  .imagen-web {
    width: 300px;
    height: 400px;
  }
  #miAcordeon {
    padding-left: 20px;
    padding-right: 20px;
  }
  .banner-proyecto {
    flex-direction: column;
    height: 100vh;
    padding: 50px 20px;
    background-image: url(../img/Portada-2-mobile.png);
    background-size: cover;
    overflow-x: hidden;
  }
  .conteiner-btns {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .banner-dos {
    flex-direction: column;
    height: 100vh;
    padding: 20px;
    overflow-x: hidden;
  }
  .img-banner-dos {
    max-width: 80%;
    margin-bottom: 60px;
  }
  .column-banner-dos {
    margin-bottom: 100px;
  }
}

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