/* Reset básico */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Eliminar espacios entre secciones */
header, main, section {
    display: block;
    margin: 0;
    border: none;
}

/* Estilos base - Mobile First */
body {
    font-family: 'Arial', 'Helvetica', sans-serif;
    line-height: 1.4;
    color: #000000;
    background-color: #ffffff;
}

/* Fuente estándar para toda la página */
* {
    font-family: 'Arial', 'Helvetica', sans-serif;
}

/* Container principal */
.container {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header con logo Colmena */
.header {
    background: #ffffff;
    padding: 10px 0;
    text-align: center;
}

.logo-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}

.main-logo {
    max-width: 300px;
    height: auto;
    object-fit: contain;
}

.logo-line-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: -5px;
}

.logo-line-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
}

.logo-text {
    font-weight: 900;
    font-family: 'Arial', 'Helvetica', sans-serif;
    line-height: 1;
}

.logo-cooperativas {
    color: #000000;
    font-size: 1.8rem;
}

.logo-colmena {
    color: #f39c12;
    font-size: 2.8rem;
}

.logo-hexagon {
    width: 60px;
    height: 60px;
    background: #f39c12;
    position: relative;
    margin: 0 2px;
    clip-path: polygon(30% 0%, 70% 0%, 100% 50%, 70% 100%, 30% 100%, 0% 50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.hexagon-pattern {
    width: 38px;
    height: 38px;
    background: white;
    position: relative;
    clip-path: polygon(30% 0%, 70% 0%, 100% 50%, 70% 100%, 30% 100%, 0% 50%);
}

.hexagon-pattern::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 25px;
    height: 25px;
    background-image: 
        radial-gradient(circle at 50% 50%, #f39c12 1.5px, transparent 1.5px),
        radial-gradient(circle at 25% 25%, #f39c12 1px, transparent 1px),
        radial-gradient(circle at 75% 25%, #f39c12 1px, transparent 1px),
        radial-gradient(circle at 25% 75%, #f39c12 1px, transparent 1px),
        radial-gradient(circle at 75% 75%, #f39c12 1px, transparent 1px);
    background-size: 7px 7px, 5px 5px, 5px 5px, 5px 5px, 5px 5px;
    background-position: 0 0, 2px 2px, -2px 2px, 2px -2px, -2px -2px;
}

.logo-o-image {
    width: 60px;
    height: 60px;
    margin: 0 2px;
    object-fit: contain;
    display: inline-block;
    vertical-align: middle;
}

.tagline-section {
    margin: 0;
    padding: 0;
}

.tagline {
    background: #f39c12;
    color: white;
    padding: 10px 0;
    font-size: 1.2rem;
    font-weight: bold;
    margin: 0;
    display: block;
    text-align: center;
}

/* Sección de qué son las cooperativas */
.what-section {
    background: #CB5394;
    color: white;
    padding: 15px 0;
    text-align: center;
    margin: 0;
    border: none;
}

.what-title {
    font-size: 0.9rem;
    font-weight: bold;
    margin-bottom: 0;
    color: white;
}

/* Sección descripción e imágenes */
.description-images-section {
    background: white;
    padding: 0;
    margin: 0;
    border-left: 4px solid #f39c12;
    border-right: 4px solid #f39c12;
    border-top: 4px solid #f39c12;
}

.description-text {
    background: white;
    color: #333;
    padding: 25px;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    margin: 0;
}

.images-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 20px;
    background: white;
}

.image-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.image-item img {
    width: 100%;
    max-width: 250px;
    height: auto;
    border-radius: 10px;
    margin-bottom: 20px;
}

.image-title {
    color: #000000;
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 8px;
    margin-top: 0;
}

.image-description {
    color: #000000;
    font-size: 0.95rem;
    font-style: italic;
    margin: 0;
    max-width: 250px;
    line-height: 1.4;
}

/* Contenido principal */
main {
    padding: 0;
    margin-top: 0;
}

.section {
    padding: 30px 20px;
}



/* Secci贸n con fondo blanco */
.black-text-section {
    background: white;
    color: #000000;
    padding: 30px 0;
    margin: 0;
    border-left: 4px solid #f39c12;
    border-right: 4px solid #f39c12;
}

.black-text-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.cooperative-text {
    font-size: 1.1rem;
    font-style: italic;
    color: #000000;
    margin-bottom: 15px;
    line-height: 1.5;
}

.growth-text {
    font-size: 1.2rem;
    font-weight: bold;
    color: #000000;
    margin-bottom: 0;
    line-height: 1.5;
}

/* Sección de oportunidades económicas */
.opportunities-section {
    background: white;
    padding: 30px 0;
    border-left: 4px solid #f39c12;
    border-right: 4px solid #f39c12;
    margin: 0;
}

.opportunities-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 20px;
}

.opportunity-item {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 15px;
    border: 2px solid #ddd;
}

.opportunity-title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #000000;
    margin-bottom: 15px;
    text-align: center;
}

.opportunity-subtitle {
    font-size: 1rem;
    font-weight: bold;
    color: #000000;
    margin-bottom: 10px;
}

.opportunity-list {
    list-style: none;
    padding: 0;
}

.opportunity-list li {
    padding: 5px 0;
    position: relative;
    padding-left: 25px;
}

.opportunity-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #28a745;
    font-weight: bold;
}

.opportunity-image {
    margin-top: 20px;
    text-align: center;
}

.opportunity-image img {
    width: 100%;
    max-width: 300px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

/* Sección de fotos */
.photos-section {
    background: white;
    padding: 20px;
}

.photos-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 20px;
}

.photo-placeholder {
    height: 150px;
    background: #ddd;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    font-size: 0.9rem;
}

/* Sección de contacto */
.contact-section {
    background: #f39c12;
    color: white;
    padding: 40px 20px;
    text-align: center;
}

.contact-section > .container > .contact-text {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 1.4;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    color: white !important;
}

.call-to-action-box {
    background: white;
    color: #000000;
    padding: 30px;
    border-radius: 15px;
    max-width: 80%;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.cta-title {
    font-size: 1.4rem;
    font-weight: 900;
    margin-bottom: 20px;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
}

.contact-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    font-size: 0.95rem;
    font-weight: bold;
    max-width: 400px;
    margin: 0 auto;
}

.contact-icon {
    font-size: 1.2rem;
    flex-shrink: 0;
}

.call-to-action-box .contact-text {
    color: #333 !important;
    font-weight: bold;
}

.whatsapp-link {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #333;
    font-weight: bold;
    font-size: 0.95rem;
}

.whatsapp-link:hover {
    color: #25d366;
}

.whatsapp-link:hover .contact-icon {
    color: #25d366;
}

.whatsapp-link .contact-text {
    color: #333 !important;
}

.whatsapp-link .contact-icon {
    font-size: 1.2rem;
    color: #25d366;
}

h1 {
    font-size: 2rem;
    margin-bottom: 1rem;
    font-weight: bold;
    color: #000000;
    text-align: center;
}

h2 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    color: #000000;
    text-align: center;
    font-weight: bold;
}

h3 {
    font-size: 1.1rem;
    margin-bottom: 0.8rem;
    color: #000000;
    font-weight: bold;
}

p {
    margin-bottom: 1.2rem;
    text-align: justify;
    font-size: 1.1rem;
    line-height: 1.7;
}

.hero-section p {
    font-size: 1.2rem;
    text-align: center;
    opacity: 0.95;
}

/* Grid de características */
.features-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-top: 2rem;
}

.feature-card {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.feature-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

/* Grid de información */
.info-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-top: 2rem;
}

.info-card {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    border-left: 4px solid #f39c12;
}

.info-card h3 {
    color: #2c3e50;
    margin-bottom: 1rem;
}

/* Estadísticas */
.stats-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-top: 2rem;
}

.stat-card {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.stat-number {
    font-size: 3rem;
    font-weight: bold;
    color: #e74c3c;
    display: block;
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 1.1rem;
    color: #7f8c8d;
    font-weight: 500;
}

/* Botones */
.btn {
    display: inline-block;
    padding: 1rem 2rem;
    background: #3498db;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: 500;
    transition: all 0.3s ease;
    text-align: center;
    margin-top: 1.5rem;
}

.btn:hover {
    background: #2980b9;
    transform: translateY(-2px);
}

.btn-primary {
    background: #e74c3c;
}

.btn-primary:hover {
    background: #c0392b;
}

.btn-outline {
    background: transparent;
    border: 2px solid white;
    color: white;
}

.btn-outline:hover {
    background: white;
    color: #667eea;
}

/* Footer con logos institucionales */
footer {
    background: white;
    padding: 15px 20px;
    text-align: center;
    border-top: 2px solid #ddd;
}

.institutional-logos {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    align-items: center;
    justify-items: center;
    margin-top: 5px;
}

.logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

.logo-item img {
    max-width: 100%;
    max-height: 40px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.logo-placeholder {
    width: 80px;
    height: 60px;
    background: #f0f0f0;
    border: 2px solid #ddd;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    color: #666;
    text-align: center;
}

/* Estilos generales */
p {
    margin-bottom: 1rem;
    line-height: 1.5;
}

.text-center {
    text-align: center;
}

/* Tablet */
@media (min-width: 768px) {
    .container {
        max-width: 900px;
    }

    .logo-cooperativas {
        font-size: 2.5rem;
    }

    .logo-colmena {
        font-size: 4rem;
    }
    
    .logo-hexagon {
        width: 85px;
        height: 85px;
        margin: 0 3px;
    }
    
    .hexagon-pattern {
        width: 55px;
        height: 55px;
    }
    
    .hexagon-pattern::before {
        width: 35px;
        height: 35px;
        background-size: 10px 10px, 7px 7px, 7px 7px, 7px 7px, 7px 7px;
        background-position: 0 0, 3px 3px, -3px 3px, 3px -3px, -3px -3px;
    }

    .logo-o-image {
        width: 80px;
        height: 80px;
    }

    .main-logo {
        max-width: 400px;
    }



    .opportunities-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }

    .opportunity-image img {
        max-width: 250px;
    }

    .images-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 40px;
    }

    .image-item img {
        max-width: 220px;
    }

    .image-title {
        font-size: 1.5rem;
    }

    .cooperative-text {
        font-size: 1.3rem;
    }

    .growth-text {
        font-size: 1.4rem;
    }

    .image-description {
        font-size: 1rem;
        max-width: 220px;
    }

    .description-text {
        font-size: 1.8rem;
    }



    .contact-text {
        font-size: 1.1rem;
    }

    .cta-title {
        font-size: 1.6rem;
    }

    .contact-info {
        flex-direction: row;
        justify-content: center;
        gap: 30px;
    }

    .contact-item {
        font-size: 1rem;
    }

    .call-to-action-box {
        padding: 40px;
        max-width: 85%;
    }

    .floating-button {
        width: 90px;
        height: 90px;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
    }

    .floating-button img {
        width: 90px;
        height: 90px;
    }

    .institutional-logos {
        grid-template-columns: repeat(4, 1fr);
        gap: 30px;
    }

    .logo-placeholder {
        width: 100px;
        height: 80px;
    }
}

/* Desktop */
@media (min-width: 1024px) {
    .container {
        max-width: 1000px;
    }

    .logo-cooperativas {
        font-size: 3rem;
    }

    .logo-colmena {
        font-size: 5rem;
    }
    
    .logo-hexagon {
        width: 105px;
        height: 105px;
        margin: 0 4px;
    }
    
    .hexagon-pattern {
        width: 68px;
        height: 68px;
    }
    
    .hexagon-pattern::before {
        width: 45px;
        height: 45px;
        background-size: 12px 12px, 8px 8px, 8px 8px, 8px 8px, 8px 8px;
        background-position: 0 0, 4px 4px, -4px 4px, 4px -4px, -4px -4px;
    }

    .logo-o-image {
        width: 100px;
        height: 100px;
    }

    .main-logo {
        max-width: 500px;
    }



    .description-text {
        font-size: 2rem;
        padding: 35px;
    }

    .images-grid {
        padding: 30px;
        gap: 50px;
    }

    .image-item img {
        max-width: 200px;
    }

    .image-title {
        font-size: 1.6rem;
    }

    .cooperative-text {
        font-size: 1.4rem;
    }

    .growth-text {
        font-size: 1.5rem;
    }

    .image-description {
        font-size: 1.1rem;
        max-width: 200px;
    }

    .opportunity-image img {
        max-width: 400px;
        width: 100%;
    }

    .call-to-action-box {
        max-width: 90%;
        padding: 20px 40px;
    }

    .logo-item img {
        max-height: 60px;
    }

}

/* Botón flotante */
.floating-button {
    position: fixed;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 100px;
    height: 100px;
    background: transparent;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    transition: all 0.3s ease;
    text-decoration: none;
}

.floating-button:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.floating-button img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
}

/* Animaciones suaves */
.activity-item {
    transition: transform 0.3s ease;
}

.activity-item:hover {
    transform: translateY(-5px);
}

.opportunity-item {
    transition: box-shadow 0.3s ease;
}

.opportunity-item:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* Optimizaciones móvil */
@media (max-width: 480px) {
    .logo-cooperativas {
        font-size: 1.6rem;
    }

    .logo-colmena {
        font-size: 2.4rem;
    }

    .logo-line-1 {
        margin-bottom: 2px;
    }
    
    .logo-hexagon {
        width: 48px;
        height: 48px;
        margin: 0 1px;
    }
    
    .hexagon-pattern {
        width: 30px;
        height: 30px;
    }
    
    .hexagon-pattern::before {
        width: 20px;
        height: 20px;
        background-size: 5px 5px, 4px 4px, 4px 4px, 4px 4px, 4px 4px;
        background-position: 0 0, 1.5px 1.5px, -1.5px 1.5px, 1.5px -1.5px, -1.5px -1.5px;
    }

    .logo-o-image {
        width: 48px;
        height: 48px;
        margin: 0 2px;
    }

    .main-logo {
        max-width: 250px;
    }

    .tagline {
        font-size: 1rem;
        padding: 8px 0;
    }

    .activity-icon {
        width: 100px;
        height: 100px;
        font-size: 2.5rem;
    }

    .contact-info {
        gap: 15px;
    }

    .contact-text {
        font-size: 0.9rem;
    }

    .cta-title {
        font-size: 1.2rem;
    }

    .contact-item {
        font-size: 0.85rem;
        gap: 8px;
    }

    .contact-icon {
        font-size: 1rem;
    }

    .call-to-action-box {
        padding: 25px;
        margin: 0 15px;
        max-width: calc(100% - 30px);
    }

    .institutional-logos {
        grid-template-columns: repeat(4, 1fr);
        gap: 5px;
    }

    .logo-item {
        padding: 2px;
    }

    .logo-item img {
        max-height: 35px;
    }

    .floating-button {
        width: 80px;
        height: 80px;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
    }

    .floating-button img {
        width: 80px;
        height: 80px;
    }

    .description-text {
        font-size: 1.4rem;
        padding: 20px;
    }

    .images-grid {
        grid-template-columns: 1fr;
        gap: 25px;
        padding: 15px;
    }

    .image-item img {
        max-width: 180px;
    }

    .image-title {
        font-size: 1.2rem;
    }

    .image-description {
        font-size: 0.9rem;
        max-width: 200px;
    }
}