/* Estilos para el botón flotante de WhatsApp */
.whatsapp-button {
    position: fixed;
    bottom: 100px;
    right: 20px;
    background-color: #25d366; /* Color de WhatsApp */
    border-radius: 50%;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-button img {
    width: 40px; /* Tamaño del logo */
    height: 40px;
}

.whatsapp-button:hover {
    transform: scale(1.1); /* Efecto de escala al pasar el mouse */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.scroll-up{
    bottom: 170px!important;
}

#h3 {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important; /* Limita a 2 líneas */
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important; /* Agrega "..." si el texto es muy largo */
    max-height: 3em !important; /* Ajusta la altura según el tamaño de la fuente */
    line-height: 1.5em !important; /* Define la altura de cada línea */
    word-wrap: break-word !important; /* Rompe palabras largas */
    white-space: normal !important; /* Permite saltos de línea */
}
.logo img {
    width: 200%!important;
  }

  #aula-virtual{
    margin-top: 10px;
  }