/* Presentation Section Styles */
.presentation-section {
    background-image: url('../../img/seccion2/fondo.webp');
    background-size: cover;
    background-position: center;

}

.glass-card {
    background-color: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
}

.timer-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E3E992;
    color: #fff;
    font-weight: 700;
    font-size: 2.5rem;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

@media (min-width: 768px) {
    .timer-circle {
        width: 100px;
        height: 100px;
        font-size: 3rem;
    }
}
