﻿.navbar-nav .nav-link {
    font-weight: 500;
    color: #333 !important;
}

    .navbar-nav .nav-link:hover {
        color: #0dcaf0 !important;
    }

footer h5, footer h4 {
    margin-bottom: 1rem;
}

footer p {
    margin-bottom: 0.5rem;
}


.card-popular {
    transition: all 0.3s ease-in-out;
    border-radius: 12px;
    cursor: pointer;
}

    .card-popular:hover {
        transform: translateY(-8px);
        box-shadow: 0 10px 25px rgba(0,0,0,0.2);
        filter: brightness(1.05);
    }

    .card-popular h4 {
        transition: color 0.3s ease-in-out;
    }

    .card-popular:hover h4 {
        color: #00796B;
    }

    /* Colores por clase */
    .card-popular.dibujo {
        background-color: #FFECB3;
    }
    /* Amarillo claro */
    .card-popular.idiomas {
        background-color: #C8E6C9;
    }
    /* Verde menta */
    .card-popular.ciencias {
        background-color: #BBDEFB;
    }
/* Azul cielo */


.card-uniform {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}

    /* Hover con zoom y sombra */
    .card-uniform:hover {
        transform: scale(1.03);
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
    }

    /* Ícono animado */
    .card-uniform i {
        transition: transform 0.6s ease, color 0.3s ease;
    }

    /* Al hacer hover, el ícono gira suavemente */
    .card-uniform:hover i {
        transform: rotate(10deg) scale(1.2);
        color: #ff4081;
    }

    /* Título animado */
    .card-uniform h4 {
        transition: color 0.3s ease;
    }

    .card-uniform:hover h4 {
        color: #00796B;
    }


/* Estilo base */
.testimonial-item .bg-light {
    transition: all 0.4s ease-in-out;
    border-radius: 12px;
}

/* Hover sobre el bloque de texto */
.testimonial-item:hover .bg-light {
    background: linear-gradient(135deg, #FFECB3, #FFE0B2); /* degradado alegre */
    box-shadow: 0 12px 30px rgba(0,0,0,0.2);
    transform: scale(1.03);
}

/* Ícono de comillas animado */
.testimonial-item h3 {
    transition: transform 0.4s ease, color 0.4s ease;
}

.testimonial-item:hover h3 {
    transform: rotate(-10deg) scale(1.2);
    color: #FF4081;
}

/* Imagen circular animada */
.testimonial-item img {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.testimonial-item:hover img {
    transform: scale(1.1);
    box-shadow: 0 6px 15px rgba(0,0,0,0.3);
}

/* Nombre del padre/madre */
.testimonial-item h5 {
    transition: color 0.3s ease;
}

.testimonial-item:hover h5 {
    color: #00796B;
}



/* Tarjeta base */
.card {
    transition: all 0.4s ease-in-out;
    border-radius: 12px;
    overflow: hidden;
}

    /* Hover general */
    .card:hover {
        transform: translateY(-8px);
        box-shadow: 0 12px 30px rgba(0,0,0,0.2);
    }

    /* Imagen con zoom */
    .card img {
        transition: transform 0.5s ease;
    }

    .card:hover img {
        transform: scale(1.1);
    }

/* Fondo del cuerpo con degradado */
.card-body {
    transition: background 0.4s ease, color 0.4s ease;
}

.card:hover .card-body {
    background: linear-gradient(135deg, #FFECB3, #FFE0B2);
    color: #333;
}

/* Título animado */
.card h4 {
    transition: color 0.3s ease;
}

.card:hover h4 {
    color: #00796B;
}

/* Botón con efecto */
.card a.btn {
    transition: all 0.3s ease;
}

.card:hover a.btn {
    background-color: #ff4081;
    border-color: #ff4081;
    transform: scale(1.05);
}

.facility-box {
    transition: all 0.4s ease-in-out;
    border-radius: 12px;
    cursor: pointer;
}

    /* Hover dinámico */
    .facility-box:hover {
        transform: translateY(-8px) scale(1.03);
        box-shadow: 0 12px 30px rgba(0,0,0,0.25);
        filter: brightness(1.05);
    }

    /* Ícono animado */
    .facility-box i {
        transition: transform 0.5s ease, color 0.3s ease;
    }

    .facility-box:hover i {
        transform: rotate(8deg) scale(1.2);
        color: #ff4081;
    }

    /* Título animado */
    .facility-box h4 {
        transition: color 0.3s ease;
    }

    .facility-box:hover h4 {
        color: #00796B;
    }

    /* Texto con fade-in */
    .facility-box p {
        transition: opacity 0.4s ease;
    }

    .facility-box:hover p {
        opacity: 0.9;
    }
.team img {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.team:hover img {
    transform: scale(1.1);
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}

.team h4 {
    transition: color 0.3s ease;
}

.team:hover h4 {
    color: #00796B;
}

.value-card .shadow-sm {
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}

.value-card:hover .shadow-sm {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 12px 30px rgba(0,0,0,0.25);
    background: linear-gradient(135deg, #FFECB3, #FFE0B2);
}

.value-card i {
    transition: transform 0.4s ease, color 0.3s ease;
}

.value-card:hover i {
    transform: rotate(10deg) scale(1.2);
    color: #ff4081;
}

.value-card h4 {
    transition: color 0.3s ease;
}

.value-card:hover h4 {
    color: #00796B;
}




.team .btn {
    font-size: 14px;
    padding: 6px 12px;
}

.team .list-group-item {
    font-size: 16px;
    padding: 8px 12px;
    background-color: #f9f9f9;
    border: none;
}


.portfolio-item img {
    transition: transform 0.4s ease, filter 0.4s ease;
    border-radius: 12px;
}

.portfolio-item:hover img {
    transform: scale(1.05);
    filter: brightness(0.8);
}

.portfolio-btn {
    opacity: 0;
    transition: opacity 0.3s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.portfolio-item:hover .portfolio-btn {
    opacity: 1;
}

#portfolio-flters .btn {
    font-size: 14px;
    border-radius: 20px;
    padding: 6px 16px;
    transition: all 0.3s ease;
}

    #portfolio-flters .btn:hover {
        background-color: #ffcc00;
        color: #333;
        border-color: #ffcc00;
    }

#portfolio-flters li {
    border-radius: 25px;
    transition: all 0.3s ease;
}

    #portfolio-flters li:hover {
        background-color: #ff9a9e;
        color: #fff;
        transform: scale(1.05);
    }

    #portfolio-flters li.active {
        background-color: #ff6f61;
        color: #fff;
    }
.portfolio-item {
    animation: fadeInUp 0.8s ease;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}



.section-title span {
    background: linear-gradient(90deg, #ff9a9e, #fad0c4);
    border-radius: 5px;
    padding: 4px 10px;
    font-weight: bold;
}

h1 {
    font-family: 'Handlee', sans-serif;
    color: #333;
    font-weight: 700;
}