<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*@charset "UTF-8";*/
/**
 *------------------------------------------------------------------------------
 * @package       JA Educatsy - Joomla LMS template for education and online learning
 *------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2004-2020 JoomlArt.com. All Rights Reserved.
 * @license       GNU General Public License version 2 or later; see LICENSE.txt
 * @authors       JoomlArt
 *------------------------------------------------------------------------------
 */
/**
 *------------------------------------------------------------------------------
 * @package       T4_Blank - Free Template for Joomla!
 *------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2004-2019 JoomlArt.com. All Rights Reserved.
 * @license       GNU General Public License version 2 or later; see LICENSE.txt
 * @authors       JoomlArt
 *------------------------------------------------------------------------------
**/

/* MENÃš RESPONSIVE */
span#triggerButton {
	display: none !important;
}

.t4-megamenu .navbar-nav &gt; li &gt; a, .t4-megamenu .navbar-nav &gt; li &gt; .nav-link {
	color: #fff;
}

/* MENÃšS */
li.nav-item a[title="Cursos"], li.nav-item a[title="Preparatorios FP"], li.nav-item a[title="ConÃ³cenos"], li.nav-item a[title="Blog"], li.nav-item a[title="Ayuda"] {
	color: #000 !important;
}

.align-items-center {
	align-items: baseline !important;
}

.col-12.col-xl-9.d-flex.align-items-center.t4-navbar-wrap {
	margin-top: 40px;
}

@media (max-width: 600px) {
	.col-12.col-xl-9.d-flex.align-items-center.t4-navbar-wrap {
		margin-top: 0px;
	}
}

.pagenav, .counter {
	margin-top: 0px;
}

.t4-megamenu .navbar-nav &gt; li &gt; a, .t4-megamenu .navbar-nav &gt; li &gt; .nav-link {
    color: black;
    padding: 0px 1.25rem;
    font-size: 16px;
    font-weight: 300;
    line-height: 2;
}

.counter {
	display: flex !important;
}

.com-content-category-blog__pagination ul, .com-content-category__pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 4px;
}

.com-content-category-blog__pagination ul li, .com-content-category__pagination ul li {
    margin-bottom: 0.25rem;
	position: relative;
    display: block;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
}

.com-content-category-blog__pagination ul li:focus, .com-content-category__pagination ul li:focus {
    z-index: 2;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.com-content-category-blog__pagination ul li + li, .com-content-category__pagination ul li + li {
    margin-left: 6px;
}

.com-content-category-blog__pagination ul li &gt; a, .com-content-category-blog__pagination ul li &gt; span, .com-content-category__pagination ul li &gt; a, .com-content-category__pagination ul li &gt; span {
	background: transparent;
    border-radius: 4px;
    border: 1px solid #F4F4F4;
    color: #333333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
    height: 50px;
    letter-spacing: 0.02em;
    line-height: 28px;
    text-align: center;
    width: 50px;
}

.com-content-category-blog__pagination ul li &gt; a:hover, .com-content-category__pagination ul li &gt; a:hover {
    background: rgba(0, 0, 0, 0.05);
}

.com-content-category-blog__pagination ul li &gt; a:focus, .com-content-category__pagination ul li &gt; a:focus {
    color: background-color: #1ac190;
}

.com-content-category-blog__pagination ul li &gt; a:active, .com-content-category__pagination ul li &gt; a:active {
    color: background-color: #1ac190;
}

@media (max-width: 991.98px) {
	.nav-breakpoint-lg div.t4-megamenu {
		max-height: 380px;
		background-color: #ebebeb;
	}
}

/* PAGINATION */
li.pagination-start .pagenav, li.pagination-end .pagenav {
	width: 60px;
}

li.pagination-prev .pagenav {
	width: 85px;
}

li.pagination-next a.hasTooltip.pagenav, li.pagination-next .pagenav {
	width: 100px;
}</pre></body></html>