.header.navbar-transparent .brand-new-logo-2 {
    display: none;
}
.header.navbar-transparent.navbar-sm .brand-new-logo {
    display: none;
}
.header.navbar-transparent.navbar-sm .brand-new-logo-2 {
    display: block;
}
.header .navbar-brand img {
    max-height: 45px;
}
.footer-brand img{
    max-height: 100px;

}
/* Estilos amigables y modernos inspirados en interfaces */

.btn-pill {
    border-radius: 50px !important;
    padding: 12px 32px;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    text-transform: uppercase;
    font-size: 0.9rem;
}
.btn-pill:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.btn-blue {
    background-color: #ffffff;
    color: #348fe2;
    border: none;
}
.btn-blue:hover {
    background-color: #f8f9fa;
    color: #236ca9;
}
.btn-outline-light-pill {
    border: 2px solid rgba(255,255,255,0.8);
    color: #ffffff;
    background: transparent;
}
.btn-outline-light-pill:hover {
    background: #ffffff;
    color: #348fe2;
}
.text-blue {
    color: #348fe2 !important;
}
.section-title {
    font-weight: 800;
    font-size: 2.5rem;
    color: #2b2b2b;
    margin-bottom: 15px;
    letter-spacing: -0.5px;
}
.section-desc {
    font-size: 1.15rem;
    color: #666;
    margin-bottom: 50px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.feature-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 40px 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid rgba(0,0,0,0.02);
    position: relative;
    overflow: hidden;
}
.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(52, 143, 226, 0.12);
    border-color: rgba(52, 143, 226, 0.3);
}
.feature-icon {
    width: 64px;
    height: 64px;
    border-radius: 20px;
    background: rgba(52, 143, 226, 0.1);
    color: #348fe2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 24px;
    transition: all 0.3s ease;
}
.feature-card:hover .feature-icon {
    background: #348fe2;
    color: #ffffff;
}
.feature-card h4 {
    font-weight: 700;
    margin-bottom: 15px;
    color: #333;
}
.feature-card p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 0;
}
.soft-bg {
    background-color: #fafbfc;
    padding: 80px 0;
}
/* Cajitas de modulos */
.module-box {
    background: #fff;
    border-radius: 20px;
    padding: 24px 15px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0,0,0,0.06);
    border: 1px solid rgba(52, 143, 226, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    cursor: default;
}
.module-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(52, 143, 226, 0.15);
    border-color: rgba(52, 143, 226, 0.3);
}
.module-icon {
    font-size: 2.2rem;
    color: #348fe2;
    margin-bottom: 12px;
}
.module-title {
    font-weight: 800;
    font-size: 1rem;
    color: #2b2b2b;
    margin-bottom: 5px;
}
.module-desc {
    font-size: 0.85rem;
    color: #666;
    margin: 0;
    line-height: 1.4;
}
/* Equipo */
.team-item {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
}
.team-item:hover {
    transform: translateY(-5px);
}
.team-item img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.team-info {
    padding: 30px;
    text-align: center;
}
.team-info h3 {
    font-weight: 700;
    margin-bottom: 5px;
    color: #2b2b2b;
}
.team-role {
    color: #348fe2;
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
/* Numeros */
.milestone-wrapper {
    background: linear-gradient(135deg, #2b2b2b 0%, #1a1a1a 100%);
    border-radius: 30px;
    padding: 60px 40px;
    color: white;
    margin: 60px 0;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}
.milestone-item {
    text-align: center;
    padding: 20px;
}
.milestone-item .number {
    font-size: 3rem;
    font-weight: 800;
    color: #348fe2;
    margin-bottom: 10px;
}
.milestone-item .title {
    font-size: 1.1rem;
    font-weight: 500;
    opacity: 0.9;
}
/* Contacto & CTA */
.cta-box {
    background: #348fe2;
    border-radius: 30px;
    padding: 60px;
    color: white;
    box-shadow: 0 20px 40px rgba(52, 143, 226, 0.3);
    position: relative;
    overflow: hidden;
    margin-top: 80px;
}
.form-card {
    background: white;
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}
.form-control {
    border-radius: 12px;
    padding: 12px 20px;
    border: 1px solid #e1e5eb;
    background: #f8f9fa;
}
.form-control:focus {
    box-shadow: none;
    border-color: #348fe2;
    background: #fff;
}
.form-label {
    font-weight: 600;
    color: #4a4a4a;
    margin-bottom: 8px;
}

/* Mega Menu Cuorum Style */
.has-megamenu { position: static !important; }
.megamenu { 
    width: 100%; 
    left: 0 !important; 
    right: 0 !important; 
    border: none !important; 
    border-radius: 0 0 20px 20px !important; 
    padding: 0; 
    margin-top: 0; 
    background: #fff !important;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08) !important;
}
.megamenu-item {
    transition: all 0.2s ease;
    height: 100%;
    padding: 20px 15px;
    border-radius: 12px;
}
.megamenu-item:hover {
    background: #f8f9fa;
}
.col-lg-2x {
    flex: 0 0 auto;
    width: 20%;
}
@media (max-width: 991px) {
    .megamenu { border-radius: 0 !important; }
    .col-lg-2x { width: 100%; }
    .has-megamenu { position: relative !important; }
}
.btn-link-arrow {
    text-decoration: none;
    font-size: 0.9rem;
    transition: margin-left 0.2s;
}
.btn-link-arrow:hover {
    margin-left: 5px;
    color: #236ca9;
}