.about-sns {
    position: relative;
    height: 250px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.left-imagens {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: url('../content/contacto/portadact.png') no-repeat center center;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.right-sectionns {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(135deg, #4a4a4a 0%, #2c2c2c 100%);
    z-index: 1;
}

.content-wrapperns {
    position: relative;
    z-index: 3;
    width: 50%;
    margin-left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.titlens {
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 3px;
}

/* Triángulos decorativos */
.triangle-top-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 80px 0 0 120px;
    border-color: transparent transparent transparent #03a53a;
    z-index: 2;
}

.triangle-top-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 100px 60px 0;
    border-color: #03a53a transparent transparent transparent;
    z-index: 2;
}

.triangle-bottom-left {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 70px 90px;
    border-color: transparent transparent #03a53a transparent;
    z-index: 2;
}

.triangle-bottom-right {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 80px 0 0;
    border-color: transparent #03a53a transparent transparent;
    z-index: 2;
}

/* Triángulos adicionales más pequeños */
.small-triangle-1 {
    position: absolute;
    top: 40px;
    left: 150px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 35px 0 0;
    border-color: transparent rgba(255, 255, 255, 0.1) transparent transparent;
    z-index: 2;
}

.small-triangle-2 {
    position: absolute;
    bottom: 30px;
    right: 120px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 30px 40px;
    border-color: transparent transparent rgba(255, 255, 255, 0.1) transparent;
    z-index: 2;
}

/* Responsivo */
@media (max-width: 768px) {
    .about-sns {
        height: 180px;
    }

    .left-imagens,
    .right-sectionns {
        width: 100%;
    }

    .content-wrapperns {
        width: 100%;
        margin-left: 0;
    }

    .titlens {
        font-size: 2rem;
        letter-spacing: 2px;
    }

    .triangle-top-left {
        border-width: 60px 0 0 80px;
    }

    .triangle-top-right {
        border-width: 0 70px 40px 0;
    }

    .triangle-bottom-left {
        border-width: 0 0 50px 60px;
    }

    .triangle-bottom-right {
        border-width: 35px 60px 0 0;
    }
}

@media (max-width: 480px) {
    .about-sns {
        height: 150px;
    }

    .left-imagens,
    .right-sectionns {
        width: 100%;
    }

    .content-wrapperns {
        width: 100%;
        margin-left: 0;
    }

    .titlens {
        font-size: 1.5rem;
        letter-spacing: 1px;
    }
}

/* Números cntacto */

.contact-section-co {
            max-width: 100%;
            margin: 0 auto;
            background: white;
            overflow: hidden;
            padding: 40px;
        }

        .title-section-co {
            text-align: center;
            margin-bottom: 40px;
            position: relative;
        }

        .nav-arrows-co {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            top: -20px;
            display: flex;
            gap: 10px;
        }

        .arrow-co {
            width: 30px;
            height: 30px;
            border: 2px solid #03a53a;
            background: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .arrow-co:hover {
            background: #03a53a;
            color: white;
        }

        .arrow-co::before {
            content: '';
            width: 0;
            height: 0;
            border-style: solid;
        }

        .arrow-left-co::before {
            border-width: 5px 8px 5px 0;
            border-color: transparent #03a53a transparent transparent;
        }

        .arrow-right-co::before {
            border-width: 5px 0 5px 8px;
            border-color: transparent transparent transparent #03a53a;
        }

        .arrow-co:hover.arrow-left-co::before {
            border-color: transparent white transparent transparent;
        }

        .arrow-co:hover.arrow-right-co::before {
            border-color: transparent transparent transparent white;
        }

        .main-title-co {
            font-size: 28px;
            color: #03a53a;
            font-weight: bold;
            margin-top: 20px;
            text-align: center;
        }

        .contact-container-co {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 10px;
            margin-top: 30px;
        }

        .contact-item-co {
            flex: 1;
            display: flex;
            flex-direction: row;
            align-items: center;
            text-align: center;
            justify-content: center;
            border-radius: 15px;
            gap: 20px;
            padding: 15px;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .contact-infocont{
            display: flex;
            flex-direction: column;
            justify-content: start;
            align-items: start;
        }

        .contact-item-co:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(255, 71, 87, 0.15);
        }

        .contact-icon-co {
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
        }

        .contact-title-co {
            font-size: 16px;
            color: #3c3c3c;
            font-weight: 600;
            margin-bottom: 10px;
        }

        .contact-info-co {
            font-size: 13px;
            color: #7f8c8d;
            font-weight: 400;
        }

        .contact-info-co a {
            color: #7f8c8d;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .contact-info-co a:hover {
            color: #fc6100ea;
        }

        /* Iconos SVG */
        .phone-icon-co {
            width: 24px;
            height: 24px;
            fill: white;
        }

        .whatsapp-icon-co {
            width: 24px;
            height: 24px;
            fill: white;
        }

        .email-icon-co {
            width: 24px;
            height: 24px;
            fill: white;
        }

        @media (max-width: 768px) {
            .contact-container-co {
                flex-direction: column;
                gap: 30px;
            }

            .contact-section-co {
                padding: 30px 20px;
            }

            .main-title-co {
                font-size: 24px;
            }

            .nav-arrows-co {
                position: static;
                transform: none;
                justify-content: center;
                margin-bottom: 20px;
            }
        }