


/* Estilos del main */
main {
    padding: 40px 20px;
}

.about {
    margin-bottom: 40px;
}

.about h2 {
    font-size: 2.5em;
    text-align: center;
    margin-bottom: 20px;
    color: #ffffff;
}

.about p {
    font-size: 1.2em;
    line-height: 1.6;
    text-align: justify;
    margin: 0 auto;
    max-width: 800px;
}

/* Estilos para misión y visión */
.mission-vision {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.mission, .vision {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 20px;
    width: 45%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

.mission h3, .vision h3 {
    color: #ffffff;
}

.mission p, .vision p {
    font-size: 1.1em;
    line-height: 1.5;
}

.container {
    max-width: 800px;
    margin: auto;
    padding: 20px;
}

.header {
    text-align: center;
    margin-bottom: 20px;
}

.logoPag {
    width: 300px; /* Ajusta el tamaño del logo según necesites */
    margin-bottom: 10px;
}

h1 {
    font-size: 2.5em;
    margin: 10px 0;
}

.slogan {
    font-size: 1.2em;
    font-style: italic;
    color: #5ce1e6;
}

h2 {
    color: #5ce1e6;
    border-bottom: 2px solid #5ce1e6;
    padding-bottom: 5px;
    margin-top: 20px;
}

.about, .business-description, .features, .competitive-advantages, .vision-mission, .justification {
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 8px;
    background-color: rgba(92, 225, 230, 0.1); /* Fondo ligero para las secciones */
}

ul {
    margin: 10px 0;
    padding-left: 20px;
}

li {
    margin: 5px 0;
}

.explore {
    text-align: center;
    margin-top: 30px;
    padding: 20px;
    background-color: rgba(92, 225, 230, 0.2); /* Fondo ligero para la sección de explorar */
    border-radius: 8px;
}

.explore-button {
    display: inline-block;
    padding: 10px 20px;
    margin-top: 10px;
    background-color: #5ce1e6;
    color: #1a094a;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s;
}

.explore-button:hover {
    background-color: #4bc5d5; /* Color al pasar el ratón */
}

.footer {
    text-align: center;
    margin-top: 20px;
    font-size: 0.9em;
    color: #ccc;
}
