#temas3 {
  width: 90%;
  padding-bottom: 30px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
  margin-top: 30px;
  background-color: blue;
  background-image: url('../recursos/fondo2Temas3.svg');
  background-size: cover;
  /* Hace que el fondo se ajuste para cubrir todo el div */
  background-repeat: no-repeat;
  /* Evita que el fondo se repita */

  transition: width 0.5s ease, border-radius 1s ease;
}

#temas3.expandido3 {
  width: 100%;
  border-radius: 0px;

}


.cls-1 {
  fill: #56b4c3;
  stroke-width: 0px;
}


.temas3elemento {
  margin-top: 15px;
  width: 100%;
  max-width: 40rem;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, .13);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 56px;
  justify-content: flex-start;
  padding: 1rem;
  display: flex;

  visibility: hidden;
  opacity: 0;
  /* transition: opacity 0.5s ease;*/
  transition: opacity 2.5s ease, visibility 1.5s ease;
}

.temas3elemento:hover {
  background-color: rgba(255, 255, 255, .23);
}

.mostrarAnimation3 {
  opacity: 1;
  visibility: visible;

  /*opacity: 1;*/
}

.temas3elemento1 {
  width: 125px;
  height: 125px;
  background-color: #94b3ff;
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 1.7rem;
  padding: 2.2rem;
  display: flex;
  box-shadow: inset 0 8px 6px rgba(255, 255, 255, .2);
}

.temas3elemento2.is-center-justified {
  justify-content: center;
  align-items: flex-start;
}

.temas3elemento2 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

#T3_T1 {
  color: white;
  font-size: 2vw;
  font-family: Montserrat-SemiBold;

}

#T3_T2 {
  color: white;
  font-size: 2vw;
  font-family: Montserrat-SemiBold;
}

#T3_Img1 {
  max-width: 100px;
}

#T3_Img2 {
  max-width: 100px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {

  #T3_T1 {
    color: white;
    font-size: 5vw;
    font-weight: bold;
  }

  #T3_T2 {
    color: white;
    font-size: 5vw;
    font-weight: bold;
  }

}

/* Teléfonos móviles pequeños */
@media (max-width: 320px) {
  .temas3elemento {
    margin-top: 15px;
    width: 100%;
    max-width: 40rem;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: rgba(255, 255, 255, .13);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 56px;
    justify-content: flex-start;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    opacity: 0;
    transition: opacity 2.5s ease, visibility 1.5s ease;
  }

  #T3_T1 {
    color: white;
    font-size: 5vw;
    font-weight: bold;
  }

  #T3_T2 {
    color: white;
    font-size: 5vw;
    font-weight: bold;
  }
}

/*Teléfonos móviles medianos*/
@media (min-width: 321px) and (max-width: 375px) {
  .temas3elemento {
    margin-top: 15px;
    width: 100%;
    max-width: 40rem;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: rgba(255, 255, 255, .13);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 56px;
    justify-content: flex-start;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    opacity: 0;
    align-items: center;
    transition: opacity 2.5s ease, visibility 1.5s ease;
  }

  #T3_T1 {
    color: white;
    font-size: 5vw;
    font-weight: bold;
  }

  #T3_T2 {
    color: white;
    font-size: 5vw;
    font-weight: bold;
  }

  .temas3elemento2.is-center-justified {
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}

/*Teléfonos móviles grnandes*/
@media (min-width: 376px) and (max-width: 425px) {
  .temas3elemento {
    margin-top: 15px;
    width: 100%;
    max-width: 40rem;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: rgba(255, 255, 255, .13);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 56px;
    justify-content: flex-start;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    opacity: 0;
    align-items: center;
    transition: opacity 2.5s ease, visibility 1.5s ease;
  }

  #T3_T1 {
    color: white;
    font-size: 5vw;
    font-weight: bold;
  }

  #T3_T2 {
    color: white;
    font-size: 5vw;
    font-weight: bold;
  }

  .temas3elemento2.is-center-justified {
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}

/* Tabletas en modo retrato */
@media (min-width: 426px) and (max-width: 768px) {
  .temas3elemento {
    margin-top: 15px;
    width: 100%;
    max-width: 40rem;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: rgba(255, 255, 255, .13);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 56px;
    justify-content: flex-start;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    opacity: 0;
    align-items: center;
    transition: opacity 2.5s ease, visibility 1.5s ease;
  }

  #T3_T1 {
    color: white;
    font-size: 5vw;
    font-weight: bold;
  }

  #T3_T2 {
    color: white;
    font-size: 5vw;
    font-weight: bold;
  }

  .temas3elemento2.is-center-justified {
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}

/* Tabletas en modo paisaje */
@media (min-width: 769px) and (max-width: 1024px) {
  .temas3elemento {
    margin-top: 15px;
    width: 100%;
    max-width: 40rem;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: rgba(255, 255, 255, .13);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 56px;
    justify-content: flex-start;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    opacity: 0;
    align-items: center;
    transition: opacity 2.5s ease, visibility 1.5s ease;
  }

  #T3_T1 {
    color: white;
    font-size: 5vw;
    font-weight: bold;
  }

  #T3_T2 {
    color: white;
    font-size: 5vw;
    font-weight: bold;
  }

  .temas3elemento2.is-center-justified {
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}