/* Estilos generales */
nav {
    margin: 20px 0;
    text-align: center;
}

.pagination {
    justify-content: center;
}

.page-item.active .page-link {
    background-color: #319ce3;
    border-color: #319ce3;
    color: white;
}

.page-link {
    color: #007bff;
}

.page-link:hover {
    background-color: #e9ecef;
    border-color: #dee2e6;
}

#content-container {
    padding: 20px;
    background-color: rgb(255, 255, 255);
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 20px 20px;
    max-width: 100rem;
}

.content-page {
    display: flex;
    justify-content: center;
}

.content-page h2 {
    color: #007bff;
    text-align: center;
}

.content-page p {
    line-height: 1.6;
}

/* Estilos para las secciones de climatologia */
/*Boletin*/
iframe {
    width: 70%;
    height: 650px;
    margin: auto;
    display: block;
    border: 2px solid #ccc; /* Borde opcional */
    border-radius: 8px; /* Esquinas redondeadas */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Sombra para mejor estética */
}

/*============================================================================*/
/*============================================================================*/
/*Estaciones*/
