/* Footer UltraWeb Style 3 */
.footer-ultraweb {
    background-color: #1A1A40;
    background-image: 
        radial-gradient(circle at 2px 2px, rgba(255,255,255,0.08) 1px, transparent 0);
    background-size: 40px 40px;
    color: #ffffff;
    padding: 60px 0 40px;
    position: relative;
    overflow: hidden;
}

.footer-ultraweb::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 15% 25%, rgba(255,255,255,0.06) 2px, transparent 0),
        radial-gradient(circle at 35% 45%, rgba(255,255,255,0.05) 1.5px, transparent 0),
        radial-gradient(circle at 55% 30%, rgba(255,255,255,0.06) 2px, transparent 0),
        radial-gradient(circle at 70% 55%, rgba(255,255,255,0.05) 1.5px, transparent 0),
        radial-gradient(circle at 85% 35%, rgba(255,255,255,0.06) 2px, transparent 0),
        radial-gradient(circle at 25% 65%, rgba(255,255,255,0.05) 1.5px, transparent 0),
        radial-gradient(circle at 45% 75%, rgba(255,255,255,0.06) 2px, transparent 0),
        radial-gradient(circle at 65% 80%, rgba(255,255,255,0.05) 1.5px, transparent 0),
        radial-gradient(circle at 80% 70%, rgba(255,255,255,0.06) 2px, transparent 0);
    background-size: 180px 120px, 200px 140px, 220px 130px, 190px 150px, 210px 125px, 175px 135px, 205px 145px, 195px 140px, 215px 128px;
    opacity: 0.7;
    pointer-events: none;
}

.footer-main-wrapper {
    position: relative;
    z-index: 1;
}

/* Logo Section */
.footer-col-logo {
    margin-bottom: 30px;
}

.footer-logo-text .ultraweb-logo {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    letter-spacing: -1px;
    font-family: 'Rubik', sans-serif;
    text-transform: uppercase;
}

.footer-logo-text .ultraweb-logo-extended {
    position: relative;
    padding-left: 5px;
    display: inline-block;
}

.footer-logo-text .ultraweb-logo-extended::before {
    content: '';
    position: absolute;
    left: -18px;
    top: 2px;
    width: 12px;
    height: 2px;
    background-color: #ffffff;
}

.footer-logo-text .ultraweb-logo-extended::after {
    content: '';
    position: absolute;
    left: -18px;
    top: 2px;
    width: 12px;
    height: 2px;
    background-color: #ffffff;
    box-shadow: 0 4px 0 #ffffff, 0 8px 0 #ffffff;
}

.footer-logo-img {
    max-width: 150px;
    height: auto;
    margin-bottom: 20px;
}

.footer-copyright-text {
    margin-top: 15px;
    margin-bottom: 20px;
}

.footer-copyright-text p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

/* Social Icons */
.footer-social-icons {
    margin-top: 20px;
}

.social-icons-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
}

.social-icons-list li {
    margin: 0;
}

.social-icon-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 16px;
}

.social-icon-link:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
    color: #ffffff;
}

/* Footer Widgets */
.footer-widget {
    margin-bottom: 30px;
}

.footer-widget-title {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: 'Rubik', sans-serif;
}

.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu li {
    margin-bottom: 12px;
}

.footer-menu li:last-child {
    margin-bottom: 0;
}

.footer-menu a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    display: inline-block;
}

.footer-menu a:hover {
    color: #ffffff;
    padding-left: 5px;
}

/* Contact Info */
.footer-contact-info {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact-info .contact-item {
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    line-height: 1.6;
}

.footer-contact-info .contact-item:last-child {
    margin-bottom: 0;
}

.footer-contact-info .contact-item i {
    margin-right: 12px;
    margin-top: 3px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    min-width: 20px;
}

.footer-contact-info .contact-item span,
.footer-contact-info .contact-item a,
.footer-contact-info .contact-item div {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.3s ease;
    line-height: 1.8;
}

.footer-contact-info .contact-item a:hover {
    color: #ffffff;
}

.footer-contact-info .contact-item strong {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}

/* Responsive */
@media (max-width: 991px) {
    .footer-ultraweb {
        padding: 50px 0 30px;
    }
    
    .footer-col-logo,
    .footer-col-services,
    .footer-col-about,
    .footer-col-solutions,
    .footer-col-contact {
        margin-bottom: 40px;
    }
    
    .footer-widget-title {
        font-size: 16px;
        margin-bottom: 15px;
    }
    
    .footer-logo-img {
        max-width: 120px;
    }
}

@media (max-width: 767px) {
    .footer-ultraweb {
        padding: 35px 0 20px;
    }
    
    .footer-main-wrapper .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .footer-col-logo,
    .footer-col-services,
    .footer-col-about,
    .footer-col-solutions,
    .footer-col-contact {
        margin-bottom: 35px;
        text-align: center;
    }
    
    .footer-col-logo {
        margin-bottom: 30px;
    }
    
    .footer-logo-section {
        text-align: center;
    }
    
    .footer-logo-img {
        max-width: 120px;
        margin-bottom: 15px;
    }
    
    .footer-logo-text .ultraweb-logo {
        font-size: 26px;
    }
    
    .footer-copyright-text {
        margin-top: 10px;
        margin-bottom: 15px;
    }
    
    .footer-copyright-text p {
        font-size: 12px;
        line-height: 1.5;
    }
    
    .footer-social-icons {
        margin-top: 15px;
        display: flex;
        justify-content: center;
    }
    
    .social-icons-list {
        justify-content: center;
        gap: 8px;
        display: flex;
    }
    
    .social-icon-link {
        width: 38px;
        height: 38px;
        font-size: 15px;
    }
    
    .footer-widget {
        margin-bottom: 25px;
    }
    
    .footer-widget-title {
        font-size: 15px;
        margin-bottom: 12px;
        text-align: center;
    }
    
    .footer-menu {
        text-align: center;
    }
    
    .footer-menu li {
        margin-bottom: 10px;
    }
    
    .footer-menu a {
        font-size: 13px;
    }
    
    .footer-contact-info {
        text-align: center;
    }
    
    .footer-contact-info .contact-item {
        margin-bottom: 20px;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .footer-contact-info .contact-item:last-child {
        margin-bottom: 0;
    }
    
    .footer-contact-info .contact-item i {
        margin-right: 0;
        margin-bottom: 8px;
        margin-top: 0;
        font-size: 18px;
    }
    
    .footer-contact-info .contact-item div {
        font-size: 12px;
        line-height: 1.6;
    }
    
    .footer-contact-info .contact-item strong {
        font-size: 13px;
        margin-bottom: 4px;
    }
}

/* Botón flotante de WhatsApp */
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: #ffffff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
    animation: pulse 2s infinite;
}

.whatsapp-float:hover {
    background-color: #20ba5a;
    transform: scale(1.1);
    box-shadow: 2px 2px 15px rgba(37, 211, 102, 0.5);
}

.whatsapp-float i {
    margin: 0;
    font-size: 35px;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

@media (max-width: 767px) {
    .whatsapp-float {
        width: 55px;
        height: 55px;
        bottom: 15px;
        right: 15px;
        font-size: 28px;
    }
    
    .whatsapp-float i {
        font-size: 30px;
    }
}


