
body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  background-color: #d5d7f2;
  color: #333;
}

h1 {
  font-family: 'Caveat', cursive;
  font-size: 3rem;
}

h2 {
  font-family: 'Caveat', cursive;
  font-size: 2.5rem;
}

h3 {
  font-family: 'Caveat', cursive;
  font-size: 2rem;
}

h4, h5, h6 {
  font-family: 'Caveat', cursive;
  font-size: 1.5rem;
}

.main-visual {
  position: relative;
  text-align: center;
  padding: 3rem 1rem;
}

.titulo-infografia {
  text-align: center;
}

section {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.hub {
  position: relative;
  display: inline-block;
}

.illustration {
  max-width: 800px;
  width: 100%;
}

.branch {
  position: absolute;
  padding: 0.75rem 1.25rem;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  background: linear-gradient(135deg, #b76cfb, #993399);
  color: white;
  font-family: 'Caveat', cursive;
  font-size: 1.25rem;
  font-weight: bold;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.branch1 { top: 10%; left: -60px; }
.branch2 { top: 10%; right: -60px; }
.branch3 { bottom: 10%; left: -60px; }
.branch4 { bottom: 10%; right: -60px; }
.branch5 { top: 45%; left: -150px; }
.branch6 { top: 45%; right: -150px; }

.branch:hover {
  background: linear-gradient(135deg, #993399, #b76cfb);
  transform: scale(1.1) rotate(0deg);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2);
}

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 30px;
  text-align: left;
  max-width: 90vw;
  max-height: 90vh;
  width: 700px;
  overflow-y: auto;
  border-radius: 12px;
  box-shadow: 0 0 30px rgba(0,0,0,0.25);
  z-index: 1001;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.popup.show {
  opacity: 1;
  visibility: visible;
}

.close-btn {
  position: absolute;
  top: 5px;
  right: 10px;
  background: transparent;
  border: none;
  font-size: 1.2rem;
  cursor: pointer;
  color: #888;
}

.close-btn:hover {
  color: black;
}

.chart.bubbles {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 1rem;
}

.bubble {
  padding: 0.5rem 1rem;
  border-radius: 50px;
  background: #52bf6d;
  color: white;
  animation: pulse 1.5s infinite ease-in-out;
  }

.custom-bubble-chart {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  padding: 1rem;
}

.bubble-item {
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  color: white;
  font-weight: bold;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, opacity 0.3s ease;
  cursor: default;
  text-align: center;
  padding: 0.5rem;
}

.bubble-item:hover {
  transform: scale(1.1);
  opacity: 0.9;
}

/* Estilos Gráfico PopUp1 */

.separacion-grafico {
  margin-top: 2.5rem;
}

.subtitulo-pandemia {
  margin-top: 2rem;
  text-align: left !important;
  display: block;
  width: 100%;
}

/* Estilos Gráfico PopUp2 */

.container {
  max-width: 95%;
  margin: 30px auto;
  background: white;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.chart-container {
  position: relative;
  height: 600px;
  width: 100%;
}

button {
  display: block;
  margin: 15px auto;
  padding: 10px 20px;
  font-size: 16px;
  background: #52bf6d;
  color: rgb(31, 31, 31);
  border: none;
  border-radius: 15px;
  cursor: pointer;
}

/* Estilos PopUp3 */


/* Estilo general de burbujas en popup3 */
.bubble-item {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.5rem;
  color: white;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
  transition: transform 0.3s ease;
  font-size: 1rem;
}

/* Tamaños visibles y proporcionales según el porcentaje */
.bubble-item.ansiedad {
  width: 105px;
  height: 105px;
  background-color: #ff6b6b;
}

.bubble-item.autoestima {
  width: 107px;
  height: 107px;
  background-color: #ffa94d;
}

.bubble-item.expresion {
  width: 60px;
  height: 60px;
  background-color: #51cf66;
}

.bubble-item.bienestar {
  width: 84px;
  height: 84px;
  background-color: #339af0;
}

.bubble-item.creatividad {
  width: 112px;
  height: 112px;
  background-color: #cc5de8;
}

.chart.bars {
  display: flex;
  gap: 10px;
  align-items: flex-end;
  height: 200px;
  margin-top: 1rem;
}

.bar {
  width: 40px;
  background: #52bf6d;
  color: white;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: calc(var(--h, 10) * 4px);
  border-radius: 6px 6px 0 0;
  transition: transform 0.3s ease;
}

.bar:hover {
  transform: scaleY(1.1);
}

/* Estilos PopUp4 */

.mental-list {
  list-style: none;
  padding: 0;
  margin-top: 1rem;
}

.mental-list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  font-weight: 500;
  color: #333;
  border-bottom: 1px dashed #ddd;
  border-radius: 8px;
  cursor: default;
}

.mental-list li:last-child {
  border-bottom: none;
}

.mental-list li:hover {
  background-color: #52bf6d;
}

.icon-img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

/*Estilos PopUp5*/



/*Estilos PopUp6*/

.sketch-note-style {
  background: #9cb5ffd7;
  border: 2px dashed #cbd5e1;
  border-radius: 15px 25px 15px 25px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  padding: 2rem;
  font-size: 1rem;
  line-height: 1.8;
  transform: rotate(-1deg);
  margin-top: 1rem;
  background-image:
    radial-gradient(circle at 1px 1px, rgba(0,0,0,0.03) 1px, transparent 0);
  background-size: 20px 20px;
}

.sketch-note-style h4 {
  font-size: 1.75rem;
  margin-bottom: 1rem;
  color: #333;
  font-family: 'Caveat', cursive;
}

/* Estilos Modal PopUps */

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 998;
}

.modal-backdrop.show {
  opacity: 1;
  pointer-events: auto;
}

/* ESTILOS GALERÍA SKETCHBOOK */

.extra-section 
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.header {
    text-align: center;
    margin-bottom: 3rem;
}

.header h1 {
    font-size: 3rem;
    color: #2c2c2c;
    margin-bottom: 0.5rem;
}

.header p {
    font-size: 1.2rem;
    color: #666;
    font-style: italic;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    padding: 2rem 0;
}

.sketch-item {
    position: relative;
    border-radius: 8px;
    padding: 1.5rem;
    box-shadow: 
        0 4px 8px rgba(0,0,0,0.1),
        0 8px 16px rgba(0,0,0,0.05);
    transform: rotate(var(--rotation, 0deg));
    transition: all 0.3s ease;
    border: 1px solid #e0e0e0;
    animation: fadeInUp 0.6s ease forwards;
    opacity: 0;
    transform: translateY(30px) rotate(var(--rotation, 0deg));
    background-image: 
        radial-gradient(circle at 1px 1px, rgba(0,0,0,0.02) 1px, transparent 0);
    background-size: 20px 20px;
}

.sketch-item:nth-child(odd) { --rotation: -1deg; }
.sketch-item:nth-child(even) { --rotation: 1deg; }
.sketch-item:nth-child(3n) { --rotation: -0.5deg; }

.sketch-item:hover {
    transform: rotate(0deg) scale(1.02);
    box-shadow: 
        0 8px 16px rgba(0,0,0,0.15),
        0 16px 32px rgba(0,0,0,0.1);
    z-index: 10;
    background: #52bf6db8;
}

.sketch-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 1rem;
    border: 2px solid #f0f0f0;
}

.sketch-info {
    text-align: center;
}

.sketch-title {
    font-size: 1.3rem;
    color: #333;
    margin-bottom: 0.5rem;
    font-weight: bold;
}

.sketch-description {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.4;
    font-style: italic;
}

.sketch-date {
    font-size: 0.8rem;
    color: #666;
    margin-top: 0.5rem;
    text-align: right;
}

/* Efecto de papel con líneas */
.sketch-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 2rem;
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, 
        transparent 0%, 
        #ff6b6b 2%, 
        #ff6b6b 98%, 
        transparent 100%);
    opacity: 0.3;
}

/* Agujeros de carpeta */
.sketch-item::after {
    content: '';
    position: absolute;
    top: 1rem;
    left: 1rem;
    width: 8px;
    height: 8px;
    background: #fff;
    border: 2px solid #ddd;
    border-radius: 50%;
    box-shadow: 
        0 2rem 0 -2px #fff,
        0 2rem 0 0 #ddd,
        0 4rem 0 -2px #fff,
        0 4rem 0 0 #ddd;
}

/* Animaciones de entrada */
.sketch-item:nth-child(1) { animation-delay: 0.1s; }
.sketch-item:nth-child(2) { animation-delay: 0.2s; }
.sketch-item:nth-child(3) { animation-delay: 0.3s; }
.sketch-item:nth-child(4) { animation-delay: 0.4s; }
.sketch-item:nth-child(5) { animation-delay: 0.5s; }
.sketch-item:nth-child(6) { animation-delay: 0.6s; }

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0) rotate(var(--rotation, 0deg));
    }
}

/* Responsive */
@media (max-width: 768px) {
    body {
        padding: 1rem;
    }

    .header h1 {
        font-size: 2rem;
    }

    .gallery {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .sketch-item {
        padding: 1rem;
    }

    .sketch-image {
        height: 200px;
    }
}

/* ESTILOS GRÁFICOS ESTADOS DE ÁNIMO*/

.grafico-section {
  padding: 3rem 1rem;
  text-align: center;
}

.grafico-container {
    max-width: 1024px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 10px 15px -3px rgba(0.1, 0, 0, 0.1);
}

.graficos-estado-wrapper {
  display: block;
  width: 100%;
  margin-top: 2rem;
}

.grafico-estado-individual {
  flex: 1 1 400px;
  background: #9cb5ffd7;
  border-radius: 12px;
   margin-top: 2rem; 
  padding: 1rem;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
  width: 100%;
}

.grafico-estado-individual:hover {
  transform: scale(1.02);
}

.grafico-estado-individual h3 {
  font-family: 'Caveat', cursive;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .graficos-estado-wrapper {
    flex-direction: column;
  }
}

/* ESTILOS REPRODUCTOR DE MÚSICA */

.music-icon {
  width: 230px;
  height: 230px;
  object-fit: contain;
  margin-bottom: 0.5rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
  transform: rotate(-2deg);
}

/* Reset y configuración base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    min-height: 100vh;
    padding: 2rem;
}

.container {
    max-width: 1024px;
    margin: 0 auto;
}

/* Header */
.header {
    text-align: center;
    margin-bottom: 3rem;
}

.title-container {
    position: relative;
}

.main-title {
    font-size: 3rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 1rem;
}

.subtitle {
    color: #475569;
    font-size: 1.125rem;
    margin-top: 1.5rem;
}

/* Vista de géneros */
.genres-container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.genre-card {
    background: #b76cfb;
    border: 2px dashed #cbd5e1;
    border-radius: 15px 25px 15px 25px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 2rem;
}

.genre-card:nth-child(odd) {
    transform: rotate(1deg);
}

.genre-card:nth-child(even) {
    transform: rotate(-1deg);
}

.genre-card:hover {
    transform: rotate(-1deg) scale(1.02);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    background: #51cf66;
}

.genre-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.genre-name {
    font-size: 1.875rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 0.5rem;
}

.genre-count {
    color: #475569;
    font-size: 1.125rem;
}

.genre-emoji {
    font-size: 3.75rem;
}

.decorative-lines {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.line-full {
    width: 100%;
    height: 1px;
    background: #cbd5e1;
    opacity: 0.5;
}

.line-partial {
    width: 75%;
    height: 1px;
    background: #cbd5e1;
    opacity: 0.3;
}

/* Vista del reproductor */

.genre-img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  transform: rotate(-2deg);
}


.player-container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.back-button {
    background: white;
    border: 2px dashed #94a3b8;
    color: #374151;
    border-radius: 9999px;
    padding: 0.5rem 1.5rem;
    font-size: 1.125rem;
    font-weight: 700;
    font-family: 'Caveat', cursive;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    transform: rotate(-1deg);
    transition: all 0.3s ease;
    cursor: pointer;
}

.back-button:hover {
    background: #52bf6d;
    transform: rotate(0deg);
}

.playlist-header {
    text-align: center;
}

.playlist-name {
    font-size: 2.25rem;
    font-weight: 700;
    color: #1e293b;
    transform: rotate(1deg);
}

.playlist-underline {
    width: 6rem;
    height: 0.25rem;
    background: #94a3b8;
    margin: 0.5rem auto 0;
    border-radius: 9999px;
    opacity: 0.6;
}

.player-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

@media (min-width: 1024px) {
    .player-grid {
        grid-template-columns: 2fr 1fr;
    }
}

/* Lista de canciones */
.songs-card {
    background: white;
    border: 2px dashed #cbd5e1;
    border-radius: 20px 15px 25px 10px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    transform: rotate(1deg);
}

.songs-content {
    padding: 1.5rem;
}

.songs-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 1.5rem;
    text-align: center;
}

.songs-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.song-item {
    padding: 1rem;
    border-radius: 15px 5px 15px 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid #e2e8f0;
    background: #f8fafc;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.song-item:nth-child(odd) {
    transform: rotate(0.5deg);
}

.song-item:nth-child(even) {
    transform: rotate(-0.5deg);
}

.song-item:hover {
    background: #b76cfb;
}

.song-item.active {
  background: #52bf6d;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.song-main {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex: 1;
}

.song-number {
    width: 2rem;
    height: 2rem;
    background: #cbd5e1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #475569;
}

.song-details h4 {
    font-weight: 700;
    color: #1e1e1e;
    margin-bottom: 0.25rem;
}

.song-details p {
    color: #475569;
    font-size: 0.875rem;
}

.youtube-btn {
    background: none;
    border: none;
    color: #b76cfb;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 0.375rem;
    transition: all 0.3s ease;
    font-family: 'Caveat', cursive;
}

.youtube-btn:hover {
    background: #fef2f2;
    color: #b76cfb;
}

/* Reproductor */
.player-card {
    background: white;
    border: 2px dashed #cbd5e1;
    border-radius: 15px 25px 10px 20px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    transform: rotate(-1deg);
    position: sticky;
    top: 1rem;
}

.player-content {
    padding: 1.5rem;
}

.player-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #b76cfb;
    margin-bottom: 1.5rem;
    text-align: center;
}

.current-song {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.song-info {
    text-align: center;
    padding: 1.5rem;
    background: #f8fafc;
    border-radius: 0.5rem;
    border: 2px dotted #e2e8f0;
}

.song-emoji {
    font-size: 3.75rem;
    margin-bottom: 1rem;
}

.song-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 0.5rem;
}

.song-artist {
    color: #475569;
    margin-bottom: 1rem;
}

.youtube-button {
    background: none;
    border: none;
    color: #b76cfb;
    cursor: pointer;
    padding: 0.5rem 1rem;
    border-radius: 0.375rem;
    transition: all 0.3s ease;
    font-family: 'Caveat', cursive;
    font-size: 0.875rem;
}

.youtube-button:hover {
    background: #52bf6d;
    color: #1e293b;
}

/* Controles */
.controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.control-btn {
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.control-small {
    width: 3rem;
    height: 3rem;
    background: #e2e8f0;
    color: #374151;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.control-small:hover {
    background: #cbd5e1;
    transform: scale(1.1);
}

.control-main {
    width: 4rem;
    height: 4rem;
    background: #8e45c9;
    color: white;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    font-size: 2rem;
}

.control-main:hover {
  background: #52bf6d;
    transform: scale(1.1);
}

.youtube-note {
    text-align: center;
    font-size: 0.75rem;
    color: #64748b;
    background: #f1f5f9;
    padding: 0.75rem;
    border-radius: 0.5rem;
}

/* Sin canción seleccionada */
.no-song {
    text-align: center;
    padding: 3rem 0;
}

.no-song-emoji {
    font-size: 4rem;
    margin-bottom: 1rem;
}

.no-song-text {
    color: #475569;
    font-size: 1.125rem;
}

/* Responsive */
@media (max-width: 768px) {
    body {
        padding: 1rem;
    }
    
    .main-title {
        font-size: 2.5rem;
    }
    
    .genre-card {
        padding: 1.5rem;
    }
    
    .genre-name {
        font-size: 1.5rem;
    }
    
    .genre-emoji {
        font-size: 3rem;
    }
    
    .player-grid {
        grid-template-columns: 1fr;
    }
    
    .songs-card,
    .player-card {
        transform: none;
    }
}

/* ESTILO SECCIÓN AUTORAS */

.autoras-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 2rem;
  justify-items: center;
  margin-top: 2rem;
}

.autora-card {
  text-align: center;
}

.imagen-interactiva {
  width: 260px;
  height: 350px;
  object-fit: cover;
  border: 2px dashed #cbd5e1;
  border-radius: 15px 25px 10px 20px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  cursor: pointer;
  background-color: #9cb5ffd7;
}

.imagen-interactiva.seleccionada {
  background-color: #64ca7db8;
  transform: rotate(0deg) scale(1.02);
}

.autora-nombre {
  font-family: 'Caveat', cursive;
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}

.intro-autoras {
  margin-top: 1.5rem;
  font-size: 1rem;
  text-align: center;
  color: #4b5563;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
}

.texto-autora-box {
  display: none;
  font-size: 1rem;
  color: #333;
  margin-top: 0.75rem;
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
  text-align: left;
  direction: ltr;
}

.texto-autora-box.visible {
  display: block;
}

.autora-cita {
  position: relative;
  font-style: italic;
  font-size: 1.05rem;
  color: #5c4b7d;
  text-align: left;
  margin-top: 0.75rem;
  margin-bottom: 0.5rem;
  padding: 0.75rem 1rem;
  line-height: 1.6;
  background: #f5f0ff;
  border-left: 4px solid #b76cfb;
  border-radius: 12px;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
}

/* Responsive */
@media (max-width: 768px) {
  .imagen-interactiva {
    width: 200px;
    height: 200px;
  }

  .autoras-grid {
    grid-template-columns: 1fr;
  }
}

/* ESTILO BOTÓN VOLVER A INICIO */

.boton-flotante-inicio {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #b76cfb;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  box-shadow: 0 6px 12px rgba(0,0,0,0.2);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease;
}

.boton-flotante-inicio.visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.boton-flotante-inicio:hover {
  background-color: #6e2b9d;
  transform: scale(1.1);
}

.boton-flotante-inicio img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
