body {
    font-size: 0.97rem;
    background: #fff;
}

.hero-home {
    background: linear-gradient(135deg, #f8fbff 0%, #eef4ff 100%);
    padding: 5rem 0 4rem;
}

.card-img-top {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
}

.green {
    color: #25d366;
}


.blue{
    color: #0d6efd;
}
.whatsapp-float {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999;
    background: #25d366;
    color: #fff;
    padding: 12px 18px;
    border-radius: 999px;
    text-decoration: none;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}

.whatsapp-float:hover {
    color: #fff;
    opacity: .95;
}

.navbar .nav-link.active {
    color: #0d6efd !important;
    font-weight: 600;
}

.managed-content p:last-child {
    margin-bottom: 0;
}

.managed-content h1,
.managed-content h2,
.managed-content h3,
.managed-content h4,
.managed-content h5,
.managed-content h6 {
    margin-top: 1rem;
    margin-bottom: .75rem;
}

.managed-content ul,
.managed-content ol {
    padding-left: 1.2rem;
}

.training-content p:last-child {
    margin-bottom: 0;
}

.training-content h1,
.training-content h2,
.training-content h3,
.training-content h4,
.training-content h5,
.training-content h6 {
    margin-top: 1rem;
    margin-bottom: .75rem;
}

.training-content ul,
.training-content ol {
    padding-left: 1.2rem;
}

.logo {
    width: 50px;
    object-fit: contain;
}

.blog-content p:last-child {
    margin-bottom: 0;
}

.blog-content h1,
.blog-content h2,
.blog-content h3,
.blog-content h4,
.blog-content h5,
.blog-content h6 {
    margin-top: 1rem;
    margin-bottom: .75rem;
}

.blog-content ul,
.blog-content ol {
    padding-left: 1.2rem;
}