/* Estilos generales */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.logo-container {
    text-align: center;
    padding: 20px 0;
}

.coop-logo {
    max-width: 100px;
    height: auto;
}
.coop-logog {
    max-width: 250px;
    height: auto;
}

/* Temas de color */
.w3-theme {
    color: #000000 !important;
    background-color: #dfc802 !important; /* Amarillo */
}

.w3-theme-light {
    background-color: #4CAF50 !important; /* Verde */
    color: #ffffff !important;
}

.w3-theme-dark {
    background-color: #388E3C !important; /* Verde oscuro */
}

/* Contenido principal */
.main-content {
    min-height: 25vh;
    padding: 20px;
}

/* Footer */
footer {
    padding: 20px 0;
    text-align: center;
    background-color: #388E3C;
    color: white;
	min-height: 15vh;
}

/* Responsividad */
@media (max-width: 600px) {
    .w3-bar-item {
        text-align: center;
    }
}