body {
	font-family: "Red Hat Text", sans-serif;
}

a,a:hover {
	color: inherit;
	text-decoration: inherit;
}

.container {
	max-width: 1300px;
}

main {
	background: url("../img/Portada.jpg") repeat scroll center/auto;
}

@media ( min-width : 768px) {
	main {
		min-height: calc(100vh - 102px);
	}
}

.bg-primary {
	background-color: #002855 !important;
}

.bg-secondary {
	background-color: #002855 !important;
}

.text-primary {
	color: #002855 !important;
}

.text-secondary {
	color: #002855 !important;
}

.border-primary {
	border-color: #002855 !important;
}

.border-secondary {
	border-color: #002855 !important;
}

.fw-medium {
	font-weight: 500;
}

.fw-semibold {
	font-weight: 600;
}

.form-control {
	font-size: 0.875rem;
	padding: 0.5rem 0.75rem;
	border-radius: 0.5rem;
}

.form-control:focus {
	color: #002855;
	border-color: #002855;
	box-shadow: none;
}

select.form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background:
		url("data:image/svg+xml;utf8,<svg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' width='24' height='24'><path fill='%230173BC' d='M7 10l5 5 5-5z'/></svg>")
		no-repeat 100% 50%;
}

.custom-file-label::after {
	background-color: #002855;
	color: #fff;
	border-radius: 0;
}

.btn-primary:not (:disabled ):not (.disabled ),.btn-secondary:not (:disabled
	):not (.disabled ) {
	font-size: 1.2rem;
	letter-spacing: 0.05rem;
}

.btn-primary:not (:disabled ):not (.disabled ) {
	background-color: #002855;
	border-color: #002855;
}

.btn-primary:not (:disabled ):not (.disabled ):hover,.btn-primary:not (:disabled
	):not (.disabled ):focus,.btn-primary:not (:disabled ):not (.disabled ):active
	{
	background-color: #8db9ca;
	border-color: #8db9ca;
}

.btn-primary:not (:disabled ):not (.disabled ):focus,.btn-primary:not (:disabled
	):not (.disabled ):active:focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 102, 179, 0.5);
}

.btn-secondary:not (:disabled ):not (.disabled ) {
	background-color: #002855;
	border-color: #002855;
}

.btn-secondary:not (:disabled ):not (.disabled ):hover,.btn-secondary:not
	(:disabled ):not (.disabled ):focus,.btn-secondary:not (:disabled ):not
	(.disabled ):active {
	background-color: #8db9ca;
	border-color: #8db9ca;
}

.btn-secondary:not (:disabled ):not (.disabled ):focus,.btn-secondary:not
	(:disabled ):not (.disabled ):active:focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 174, 239, 0.5);
}

.img-cover {
	-o-object-fit: cover;
	object-fit: cover;
}

header {
	z-index: 1;
}

@media ( max-width : 767px) {
	ul.menu {
		white-space: nowrap;
		overflow: auto;
	}
}

ul.menu li {
	display: inline-block;
}

ul.menu a {
	display: block;
	padding: 23px 20px 20px;
	font-weight: 500;
	color: #666;
	border-bottom: 3px solid rgba(0, 0, 0, 0);
	transition: all 0.2s ease;
}

ul.menu a:hover,ul.menu a.active {
	color: #002855;
	border-bottom-color: #002855;
}

.card-login {
	width: 335px;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.card-login .card-title {
	font-size: 0.875rem;
}

@media ( min-width : 768px) {
	.card-login .card-body {
		padding: 2.5rem 2.5rem 1.875rem;
	}
}

.card-login .login-logo {
	margin-bottom: 2rem;
}

.card-login .toggle-password {
	position: absolute;
	right: 12px;
	top: 11px;
	width: 16px;
	height: 16px;
	background: url("../img/eye.svg") no-repeat center;
	border: 0;
}

.card-login .toggle-password.visible {
	background-image: url("../img/eye-slash.svg");
}

.card-login .options {
	font-size: 0.875rem;
}

.card-login .options a {
	color: #002855;
	text-decoration: underline;
}

.card-login .btn {
	min-width: 190px;
}

.card-news {
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}

.card-news .title a {
	height: 75px;
}

.card-news .date {
	font-size: 12px;
}

.card-news .descr a {
	height: 50px;
	font-size: 14px;
	line-height: 1.15;
}

footer {
	height: 32px;
	box-shadow: 4px 0 4px rgba(0, 0, 0, 0.3);
}

.breadcrumb {
	background: none;
	padding: 0;
	font-weight: 500;
	color: #002855;
}

.breadcrumb .breadcrumb-item+.breadcrumb-item {
	padding-left: 0.25rem;
}

.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
	content: ">";
	color: #002855;
}

.pages.news.archive .page-title {
	font-size: 2.25rem;
}

.pages.news.single .title {
	font-size: 2.25rem;
}

.pages.news.single .date {
	font-size: 0.875rem;
}

.header-logos {
	width: 180px;
}

.header-logos .header-login-logo {
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header-logos img {
	max-height: 55px;
	max-width: 100%;
}

.btn-primary {
    background-color: #002855;
    border-color: #002855;
}