/** Default Theme general styles **/

* {
	margin:0px;
	padding:0px;
	list-style: none;
	text-decoration: none;
}

body {
	background-color: #eee;
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.78;
}

a {
	text-decoration: none;
    color: #0E415F;
}

a:hover {
	text-decoration: none;
    color: #1F628E;
}

.top {
	background-color: #fff;
}

header {
	display: flex;
	justify-content: space-between;
    padding: 30px 0;
    margin: 0;
    height: auto;
    align-items: center;
    text-align: center;
}

.wrapper-top {
    display: flex;
    justify-content: center;
	background: #1F628E;
    border-color: #1F628E;
}

/* modules */

.card-header {
    background-color: #1F628E;
    border-color: #1F628E;
    color: #fff;
    font-weight: bold;
}

/* searcher */
.search-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 45px;
    height: 45px;
    line-height: 1;
    box-shadow: var(--bxsh);
    border-radius: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
	background: #1F628E;
    color: #fff;
}

.searcher a:hover {
    background: #0E415F;
}

.btn-outline-secondary:hover {
    background: #0E415F !important;
    border-color: #0E415F !important;
    color: #fff !important;
}

#customtext {
    background: white;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

/* blog */

.wp-block-image img {
    max-width: 100%;
    height: auto;
}

.wp-block-table table {
    width: 100%;
    border-collapse: collapse;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 14px;
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}

/* Cabecera (primera fila) */
.wp-block-table table tr:first-child {
    background-color: #f4f6f8;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Celdas */
.wp-block-table td {
    padding: 12px 16px;
    border-bottom: 1px solid #e6e9ed;
    color: #333;
}

/* Última fila sin borde */
.wp-block-table tr:last-child td {
    border-bottom: none;
}

/* Hover */
.wp-block-table tr:hover {
    background-color: #f9fafb;
}

/* Estado ALCISTA */
.wp-block-table td:contains("ALCISTA") {
    color: #1e7f4d;
    font-weight: 600;
}

/* Responsive */
@media (max-width: 768px) {
    .wp-block-table {
        overflow-x: auto;
    }

    .wp-block-table table {
        min-width: 600px;
    }
}

.blog-posts h5 {
    height: 75px;
    margin-top: 10px;
}

h5 a {
    color: #0E415F !important;
}

.pagination {
    border: none !important;
}

.active>.page-link, .page-link.active {
    color: #fff;
    background-color: #0E415F;
    border-color: #0E415F;
}

.page-link {
    color: #0E415F;
}

/* footer */

footer .bs-footer-bottom-area {
    background: white;
}

.footer-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.copyright {
    background: #0E415F;
    color: #bbb;
    padding: 15px 0px;
    font-size: 18px;
}

.copyright a {
    color: #bbb;
}

.copyright a:hover {
    opacity: 0.7;
}
