/* Linguaclick Theme based on FC Corporativa Theme */
/* Custom CSS for Linguacop */

/* -------------------------------------------- General Styles */
/* ----------------------------------------------------------- */

body {
	color: #666666;
	background-color: #FFF;
	font-family: 'Roboto', sans-serif;
	line-height: 1.2em;
}

.container-fluid {
	/*margin: 0px !important;*/
}

.grecaptcha-badge {
  right: -300px !important;
}

h1,
h2,
h3,
h4,
h5,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
}

h1 {
	font-size: 2em;
	line-height: 1.8em;
}

i {
	vertical-align: middle;
}

.title {
	font-size: 1.8em;
	line-height: 1.2em;
	font-weight: 900;
	color: #26367C;
}

h2 {
	font-size: 1.8em;
	line-height: 1.3em;
}

h3 {
	font-size: 1.5em;
	line-height: 1.4em;
}

h4 {
	font-size: 1.3em;
	line-height: 1em;
}

h5 {
	font-size: 1em;
	line-height: 1.2em;
}

ul li,
ul {
	margin: 0;
	padding: 0;
}

.display-none {
	display: none !important;
}

.wrapper {
	padding-left: 30px;
	padding-right: 30px;
	height: 100%;
}

.rel-wrapper {
	position: relative;
}

p,
a,
input,
textarea,
ul li,
ol li,
.order-list,
span,
table,
table tr,
table tr td {}

p {
	/*margin:0px;*/
}

b,
strong {
	font-weight: 800;
}

input,
textarea,
button:active,
button:focus,
a[type="button"],
button[type="button"] {
	outline: 0;
}

/*
table {}

table thead tr {
	color: #999999;
	font-weight: bold;
	line-height: 27px;
	font-size: 0.95em;
	white-space: nowrap;
}

table tbody tr {
	color: #666666;
	font-size: 0.8em;
}

tbody::before {
	content: '';
	display: block;
	height: 8px;
}

table tbody tr b {
	color: #26367C;
	font-weight: bold;
	font-size: 1.1em;
}
 */
.margin-auto {
	margin: auto;
}

.table th {
	border: none;
}

.fas,
.far {
	color: #5BBDB5;
	font-size: 0.9em;
}

.faw {
	display: flex;
	align-items: center;
}

.btn-primary {
	box-sizing: border-box;
	border: 2px solid #5BBDB5 !important;
	color: #5BBDB5;
	border-radius: 3px;
	font-weight: bold;
	background-color: #FFFFFF;
}

.btn-primary:hover {
	box-sizing: border-box;
	border: 2px solid #5BBDB5;
	color: #fff;
	font-weight: bold;
	border-radius: 3px;
	background-color: #5BBDB5;
}

.btn-primary .btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(91, 189, 181);
}

.color-primary {
	color: #26367C;
}

.color-2 {
	color: #9EAADB;
}

.color-grey {
	color: #666666;
}

.color-grey2 {
	color: #666666;
}

.bg-color-primary {
	background-color: #26367C;
}

.home-links-line {
	width: 100%;
	border: 1px solid;
	height: 1px;
	border-color: #fff;
}

.border {
	border-radius: 3px;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.17);
}

.border-none {
	border: 0px;
}

.bold {
	font-weight: 600;
}

.cards:hover {
	background-color: #26367C;
	color: #fff !important;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.17);
}

.bg-white {
	background-color: #fff;
}

.color-white {
	color: #fff;
}

.color-green {
	color: #5BBDB5;
}

.fs-09 {
	font-size: 0.9em;
}

.fs-1 {
	font-size: 1em;
}

.fs-2 {
	font-size: 2em;
}

.fs-3 {
	font-size: 3em;
}

.fs-4 {
	font-size: 4em;
}

.fs-5 {
	font-size: 5em;
}

.fs-6 {
	font-size: 6em;
}

.fs-7 {
	font-size: 7em;
}

.fs-12 {
	font-size: 1.2em;
}

.fs-14 {
	font-size: 1.4em;
}

.fs-16 {
	font-size: 1.6em;
}
.fw-bold {
	font-weight:bold;
}
.fw-italic {
	font-style:italic;
}
.right-col {
	background-color: #f3f4f8;
	border-radius: 10px;
}

.opacity-08 {
	opacity: 0.8;
}

.banner-btn {
	float: right;
	cursor: pointer;
	font-size: 1.2em;
}

.form-control {
	border: 2px solid #ced4da;
}

.btn-outline-success {
	border: 2px solid #5BBDB5;
	color: #5BBDB5;
	margin-left: -0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	margin-left: -2px;
}

.btn-outline-success:hover {
	background-color: #5BBDB5;
	color: #fff;
	border: 2px solid #5BBDB5;
}

.btn-outline-success .fas:hover {
	color: #fff;
}

.form-control:focus {
	color: #666666;
	border: 0px;
	box-shadow: 0 0 0 0.1rem rgb(228, 228, 228);
}

.breadcrumb {
	background-color: transparent;
	padding: 0px;
	margin: 0px;
	margin-top: 5%;
	display: inline;
}

.breadcrumb a:hover {
	text-decoration: none;
	color: #26367C;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}

.cc-banner .cc-message {
	font-family:'Roboto', sans-serif;
	font-size:0.9em;
}

@media (min-width: 768px) {

	.nav-link {}

	.dc {
		display: contents !important;
	}
}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

@media (min-width: 1750px) {}




/* -------------------------------------------- Page Login -------- */
/* -------------------------------------------- Section: Contents  */

body.login {
	background-image: url(../../img/404.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
}

body.login div#login p#backtoblog {
	display: none;
}

#aquilaAdminbarIcon {
	display: none;
}

ul#wp-admin-bar-root-default li#wp-admin-bar-wp-logo,
ul#wp-admin-bar-root-default li#wp-admin-bar-wp-log.menupop:hover {
	background-color: #FFFFFF !important;
}

/* -------------------------------------------- Page All -------- */
/* -------------------------------------------- Section: Forums  */

/* sidebar widgets */

.widget-title {
	font-size: 1.8em;
	line-height: 1.2em;
	font-weight: 900;
	color: #26367C;
	padding-bottom: .5em;
	padding-top: .5em;
}

aside#secondary {
	padding-left: 1em;
	padding-right: 1em;
}

ul.bbp-forums-widget {
	background-color: #FFFFFF;
	padding: 1rem;
	border-radius: 3px;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.17);
}

ul.bbp-forums-widget li {
	padding-top: 1em;
	padding-bottom: 0.5em;
	border-bottom: solid #CCCCCC 1px;
	list-style:none;
}

ul.bbp-forums-widget li a.bbp-forum-title {
	color: #666666;
	font-weight:600;
	font-size:0.9em;
}

ul.bbp-forums-widget li.bbp-forum-widget-current-forum a.bbp-forum-title {
	color: #26367C;
}

#bbpress-forums .bbp-forum-info .bbp-forum-content,
#bbpress-forums p.bbp-topic-meta {
	font-size: 0.9em;
}
.bbp-reply-ip{
	display: none;
}

/* breadcrumb */

.bbp-breadcrumb-current {
	color: #26367C;
}

/* Last Post BBPRESS */

li.bbp-forum-freshness a {
	color: #666666;
}

li.bbp-topic-freshness.color-grey2 a {
	color: #666666;
}

li.bbp-forum-freshness a:hover {
	color: #ffffff;
	text-decoration: none;
}

li.bbp-topic-freshness.color-grey2 a:hover {
	color: #ffffff;
	text-decoration: none;
}

/* forum */

#bbpress-forums {
	margin-top: 2rem;
	padding: 0;
}

.breadcrumbforum {
	font-size: 1.2em;
}

a.bbp-forum-title.color-grey2:hover {
	color: inherit !important;
	text-decoration: none !important;
}


#bbpress-forums li.bbp-body ul.forum:hover,
#bbpress-forums li.bbp-body ul.topic:hover {
	background-color: #26367C !important;
}

#bbpress-forums li.bbp-body ul.forum:hover li,
#bbpress-forums li.bbp-body ul.topic:hover li,
#bbpress-forums li.bbp-body ul.forum:hover li a,
#bbpress-forums li.bbp-body ul.topic:hover a,
#bbpress-forums li.bbp-body ul.forum:hover li div,
#bbpress-forums li.bbp-body ul.topic:hover div,
#bbpress-forums li.bbp-body ul.forum:hover p span a span,
#bbpress-forums li.bbp-body ul.topic:hover p span a span {
	color: #FFFFFF;
	text-decoration: none;
}

.forum-homepage .bbpress-wrapper.container .bbp-search-form {
	display: none;
}

.bbp-template-notice.info ul li.bbp-forum-description {
	color: #666666;
}

/* Create new topic form */

input.input-new-topic,
#comment {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 2px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;

}

.bbp-template-notice ul li {
	color: #26367C;
}

.bbp-template-notice ul li.bbp-topic-description {
	color: #666666;
}


/* Respuetas */


.borde-redondeado {
	border-radius: 3px;
	background-color: #FFFFFF !important;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.37);
	margin: 10px 8px;
}

#bbpress-forums div.odd,
#bbpress-forums ul.odd {
	background-color: #FFFFFF !important;
}

#bbpress-forums p.bbp-topic-meta{
	margin-top: .7em;
}

.bbp-reply-author .bbp-author-link .bbp-author-name {
	font-size: 14px;
	text-transform: capitalize;
	font-weight: bold;
	color: #666666;
	margin-top: 5px !important;
}

.bbp-reply-author .bbp-author-link+.bbp-author-role {
	color: #666666;
	font-style: normal !important;
}

#bbpress-forums fieldset.bbp-form input[type="password"] {
	min-height: 28px;
	height: 28px;
	display: block;
	width: 100%;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 2px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

button#user-submit[type="submit"] {
	box-sizing: border-box;
	border: 2px solid #5BBDB5;
	color: #5BBDB5;
	border-radius: 3px;
	font-weight: bold;
	background-color: #FFFFFF;
	width: 100%;
	padding: 0.4em 0em 0.4em 0em;
	padding-right: 1em;
	padding-left: 1em;
	margin-top: 10px;
	cursor: pointer;
}

#commentform p.form-submit input#submit[type="submit"],
div.reply a.comment-reply-link {
	box-sizing: border-box;
	border: 2px solid #5BBDB5;
	color: #5BBDB5;
	border-radius: 3px;
	font-weight: bold;
	background-color: #FFFFFF;
	padding: 0.4em 0em 0.4em 0em;
	padding-right: 1em;
	padding-left: 1em;
	margin-top: 10px;
	cursor: pointer;
}


#commentform p.form-submit input#submit[type="submit"]:hover,
div.reply a.comment-reply-link:hover {
	box-sizing: border-box;
	border: 2px solid #5BBDB5;
	color: #fff;
	font-weight: bold;
	border-radius: 3px;
	background-color: #5BBDB5;
}

body.logged-in form#loginform,
body.logged-in .only-user {
	display: none;
}

.bbp-author-link:hover .bbp-author-name {
	color: #5BBDB5;
}

/* USER-PAGE */

.borde-redondeado.my-2.mx-1 .bbp-user-topics-created-link a,
.borde-redondeado.my-2.mx-1 .bbp-user-replies-created-link a,
.borde-redondeado.my-2.mx-1 .bbp-user-engagements-created-link a,
.borde-redondeado.my-2.mx-1 .bbp-user-favorites-link a,
.borde-redondeado.my-2.mx-1 .vcard.bbp-user-profile-link a,
.borde-redondeado.my-2.mx-1 .bbp-user-subscriptions-link a,
.borde-redondeado.my-2.mx-1 .bbp-user-edit-link a {
	color: #666666;
}


a.bbp-author-link {
	pointer-events: none;
	cursor: default;
}

.bbp-admin-links {
	margin-top: 1em;
}

.bbp-breadcrumb-home:hover,
.bbp-breadcrumb-root:hover,
.bbp-breadcrumb-forum:hover {
	color: #26367C;
}


/* PLANTILLA DE BUSQUEDA */
.br-transparent {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	box-shadow: none;
	border: 1px solid #26367C !important;
}

#search-template li.categories ul {
	background-color: #FFFFFF;
	padding: .5em;
	border-radius: 3px;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.17);
}

#search-template li.categories ul li {
	padding-top: 1em;
	padding-bottom: 1em;
	border-bottom: solid #CCCCCC 1px;
}

#search-template li.categories ul li a {
	color: #666666;
}

.border2 {
	border-radius: 10px;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.17);
}

@media (max-width: 768px) {
	#forum-front {
		margin-top: 1.5rem !important;
	}

	#bbpress-forums {
		margin-top: 0;
	}
}

.bbp-breadcrumb-home {
	text-transform: capitalize;
}

.bbp-breadcrumb-current {
	font-weight: 600;
}


.form-inline label {
	margin-bottom: 0 !important;
}

#bbpress-forums fieldset.bbp-form {
	padding: 10px 0;
}

#search-template li.categories ul li.cat-item:last-child {
	border-bottom: none;
}

ul.bbp-forums-widget li:last-child {
	border-bottom: none;
}

/* ----------------------------------------------------------- */
/* ------------------------------------------------ Page: Home */
/* ---------------------------------------- Section: Footer */


.widget_recent_entries {
	list-style: none;
}

.widget_recent_entries ul li,
.widget_recent_entries ul li a,
a {
	list-style: none;
	padding: 0px;
	border: none;
	color: #9EAADB;
	line-height: 17px;
}

.widget_nav_menu {
	list-style: none;
}

.widgettitle {
	text-transform: uppercase;
	color: #fff;
	font-size: 0.9em;
	font-weight: bold;
}

.widget .menu-item {
	list-style: none;
	padding: 0px;
	border: none;
	color: #9EAADB;
	font-weight: bold;
	padding-bottom: 10px;
	height: auto;
}

.widget .menu-item a {
	color: #9EAADB
}

.site-footer {
	background-color: #26367C;
	font-size: 0.9em;
}
.site-footer ul li, .site-footer li {
	list-style: none;
}
.footer-text-block {
	color: #9EAADB;
}

.footer-text-block strong {
	color: #fff;
	font-weight: bold;
}

.footer-logo {
	list-style: none;
}

.extra-logos img {
	width: 100px;
}

.extra-logos li {
	margin-right: 1em;
}

.card {
	border: 0px;
	border-bottom: 0px;
}

.card:last-child {
	border: 0px;
	border-bottom: none;
}

.card-title {
	font-size: 1em;
	margin: 0px;
}

.card-autor {
	font-size: 0.9em;
}

.card-autor a {
	color: #666666;
}

.card-description {
	font-size: 0.9em;
}

.bottom-sep {
	border-bottom: 0.5px solid #ccc;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	margin: auto;
	width: 90%;
}

.bottom-sep:last-child {
	border-bottom: 0px solid #ccc;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}

.thead {
	display: none;
}

@media (min-width: 768px) {
	.thead {
		display: contents;
	}

	.extra-logos img {
		width: 120px;
	}

	.support {
		color: #9EAADB;
		text-align: center;
		list-style-type: none;
	}

	/*.footer-copyright {
		color: #9EAADB;
		text-align: center;
		list-style-type: none;
		font-size: 1.2em;
	}*/

	.card {
		border: 0px;
		border-bottom: 1px solid #CCCCCC;
	}
}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

@media (min-width: 1750px) {}


/* ------------------------------------------- Page: * ---- */
/* ------------------------------------------- Section: Header */

/* Submenu*/

.dropdown:hover>.dropdown-menu {
	display: block;
}

.dropdown>.dropdown-toggle:active {
	/*Without this, clicking will make it sticky*/
	pointer-events: none;
}


#nav-pop .dropdown .dropdown-menu {
	left: auto;
	right: 0;
	margin: 0 0 0 -1px;
	padding: .8em 1em .5em 1em;
	list-style: none;
	background-color: #26367C;
	/* z-index: -1; */
	color: #fff;
	border: 0;
	text-align: right;
}


/* Propiedades de los links en los submenus */
#nav-pop .dropdown .dropdown-menu a {

	/* Haciendo que el link cubra todo el elemento li */
	padding: .5em 0;
	color: #fff;
	text-decoration: none;
	border: none;
	border-bottom: solid transparent 1px;
	font-size: 0.9em;
}

/*
#nav-pop .dropdown .dropdown-menu a:hover {
	border-bottom: solid white 1px;
}
 */

.notifications-icon {
	float: right;
	padding: 3px 5px 0px 0px;
	font-size: 1em;
}

.notifications {
	padding-right: 0em;
}

.border.bg-white.p-3 .line-1.my-3:last-child {
	display: none;
}


.line-1 {
	box-sizing: border-box;
	border: 0.5px solid #CCCCCC;
}

.menu-items {
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 33%;
	border-right: 2px solid #1D2B68;
}

.menu-items a {
	-webkit-appearance: none;
	border-radius: 0;
}

.nav-link {
	color: #fff;
	font-size: 0.95em;
	text-transform: uppercase;
	font-weight: 500;
	text-align: left;
	padding-left: 2em !important;
}

.navbar-nav {
	align-items: start !important;
	height: 48px;
}

.navbar-collapse {
	padding-top: 4em;
	height: 48px;
}

.navbar ul li {
	border-bottom: 1px solid #fff;
	width: 100%;
}



.custom-logo {
	width: 165px;
	height: auto;
	background-color: #fff;
	padding: 5px 20px 5px 20px;
}

.navbar {
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
}

.navbar-nav .dropdown-menu {
	position: static;
	float: none;
	background-color: transparent;
	border: none;
	padding-left: 1.5em;
	padding-top: 0px;
}

.navbar-nav .dropdown-menu a {
	color: #fff;
}

.nav-link:focus,
.nav-link:hover {
	color: #fff;
}

.navbar ul li ul li {
	border-bottom: 0px;
	height: 2em;
	border-right: 0px;
}

/* .collapse.show {
	height: 100vh;
} */

.closed {
	position: absolute;
	top: 0px;
}




#navbar.show {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	height: 100vh;
	padding-top: 80px;
	z-index: 99;
	overflow-y: hidden;
}

#navbar {
	background-color: #26367C;
	color: #fff;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	height: 100vh;
	padding-top: 80px;
	z-index: 99;
	overflow-y: hidden;
}


a.close-menu.d-lg-none.color-white.collapse {
	position: absolute;
	right: 9.5%;
	top: 13%;
	z-index: 1920;
}

/* eva */
.navbar.navbar-expand-lg .row.container #menu-bar .menu-items a p {
	/* display: inline !important; */
	padding-right: 0.2rem !important;
}

.navbar.navbar-expand-lg .row.container #menu-bar .menu-items.d-lg-none.d-flex.justify-content-end.pr-2 {
	padding-right: 0 !important;
}

/* /eva */
@media (min-width: 768px) {

	a.close-menu.d-lg-none.color-white.collapse {
		position: absolute;
		right: 5%;
		top: 13%;
		z-index: 1920;
	}

	.dropdown-item:focus,
	.dropdown-item:hover {
		opacity: 0.8;
		background-color: transparent !important;

	}

	.dropdown-menu.show {
		background-color: #26367c;
		padding-left: 0em;
		box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
	}

	.notifications {
		padding-right: 1em;
	}

	.navbar-nav {
		height: 48px;
		align-items: center;
	}

	.navbar-collapse {
		height: 48px;
		padding-top: 0em;
	}


	.header-menu {
		height: 48px;
	}

	.custom-logo {
		width: 199px;
		height: auto;
		background-color: #fff;
		padding: 8px 20px 5px 20px;
		position: absolute;
		top: -29.7px;
		left: 0px;
	}

	.nav-link {
		color: #fff;
		font-size: 0.95em;
		text-transform: uppercase;
		font-weight: 500;
		padding-left: 0px !important;
	}

	.navbar {
		align-items: start;
	}

	.menu-item {
		border-right: 2px solid #1D2B68;
		height: 48px;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 8px;
	}

	.menu-items {
		width: unset;
		border-right: unset;
		border-left: 2px solid #1D2B68;
		padding-left: 1em;
	}
}

@media (min-width: 992px) {
	#navbar {
		background-color: transparent;
		position: relative;
		height: auto;
		padding: 0;
		padding-top: 0px;
		padding-bottom: 0px;
		overflow: visible;
		z-index: 97;
	}

	.navbar ul li {
		border-bottom: 0px solid #fff;
		width: auto;
	}

	.navbar ul li:last-child {
		border-bottom: 0px solid #fff;
		width: auto;
	}

}

@media (max-width:991px) and (min-width: 767px) {
	.menu-item {
		border-right: 2px solid #1D2B68;
		height: 48px;
		padding-left: 5rem;
		padding-right: 10px;
		padding-top: 8px;
	}
}

/* -------------------------------------------- Page Home ------ */
/* -------------------------------------------- Section: Banner  */
.home-top-banner {
	border-radius: 10px;
	height: 173px;
	background-size: cover;
}

.home-banner::after {
	display: block;
	position: relative;
	background-color: #26367C;
	content: '';
	opacity: 1;
	height: 300px;
	width: 100%;
}

.btn-banner {
	background-color: #26367C;
	border-color: #9EAADB !important;
	color: #9EAADB;
}

.carousel-indicators {
	bottom: -45px;
}

.carousel-indicators li {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 17px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	background-color: transparent;
	height: 17px;
	border-radius: 5px;
	border: 2px solid #5BBDB5;
}

.carousel-indicators .active {
	background-color: #5BBDB5;
}

.carousel-caption p {
	color: #9EAADB;
	font-size: 0.9em;
}

.home-carousel-b1 {
	height: 210px;
}

.banner-link {
	position: absolute;
	bottom: 10px;
}

iframe {
	width: 100%;
}

.logo-banner-home {
	width: 35%;
	margin-top: 1.5rem;
	margin-left: 1rem;
}

@media (min-width: 768px) {
	.home-carousel-b1 {
		height: 0px;
	}

	.home-banner::after {
		display: block;
		position: relative;
		background-color: #26367C;
		content: '';
		opacity: 0.9;
		height: 300px;
		width: 100%;
	}

	.btn-banner {
		background-color: transparent;
		border-color: #9EAADB !important;
		color: #9EAADB;
	}


}

@media (min-width: 992px) {

	.boton-about {
		margin-top: 3.75rem;
	}
}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

@media (min-width: 1750px) {}

/* -------------------------------------------- Page Home -------- */
/* -------------------------------------------- Section: Contents  */

.slick-dots {
	text-align: center;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	z-index: 21;
}

.slick-dots li {
	display: inline-block;
	margin-right: 8px;
}

.slick-dots li:last-child {
	margin-right: 0;
}

.slick-dots li button {
	background-color: transparent;
	height: 17px;
	border-radius: 5px;
	border: 2px solid #5BBDB5;
	color: transparent;
	padding: 0;
	width: 17px;
}

.slick-dots li button:hover {
	cursor: pointer;
}

.slick-dots li.slick-active button {
	background-color: #5BBDB5;
}


.table-home td {
	display: block;
	padding: 0.2em 0.5em 0.1em 0.5em;
	border-top: 0px;
}

.table-home td b {
	font-size: 1.5em;
	font-weight: 800;
}

@media (min-width: 768px) {
	.table-home td {
		display: table-cell !important;
		vertical-align: unset;
		border-top: 0px;
		padding: 18px 10px 18px 10px;
		border-collapse: unset;
	}

	.table-home td b {
		font-size: 1.1em;
		font-weight: 800;
	}
}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

@media (min-width: 1750px) {}

/* -------------------------------------------- Page 404 -------- */
/* -------------------------------------------- Section: * -----  */

.bg-404 {
	background-size: cover;
	min-height: 465px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.error404 #content .container-fluid .row .container .row .col-12.col-lg-5.py-5 .fs-6.color-primary.bold {
	margin-bottom: 4rem;
}

@media (min-width: 768px) {}

@media (min-width: 992px) {
	.bg-404 {
		background-size: cover;
		min-height: 800px;
		width: 100%;
		background-repeat: no repeat;
	}
}

@media (min-width: 1200px) {}

@media (min-width: 1750px) {}

/* -------------------------------------------- Blog-------- */
/* -------------------------------------------- Section: *-  */


.blog-cards img {
	width: 100%;
}

.blog-categories a {
	color: #666666;
}

.card-title a {
	color: #26367C
}

.post-categories li {
	padding-right: 0.5em;
}

.post-categories {
	/*display:inline-flex; */
	display: table-cell;
	list-style:none;
}

.post-categories a {
	color: #666;
}

.info {
	font-size: smaller;
}

.comment-metadata {
	padding: .5em 0;
}

.comment-content p {
	color: #666;
}

article.comment-body {
	margin: 1.5em auto;
}

ol.comment-list {
	padding: 0;
}
.post-thumbnail {
    overflow:hidden;
    /*margin-left:40px;*/
}
.thumbnail_link {
    height: 200px;
    display: block;
    background-position:center center;
    background-size:cover;
}
.post-thumbnail:hover a {
    transition:opacity 2s, transform 2s;
    opacity:0.9;
    transform:scale(1.1);
}
#blog-post-content ul {
	margin-left:30px;
	margin-bottom:20px;
}
#blog-post-content img {
	max-width:100%;
	height:auto;
}
.carousel-caption {
	left:10%;
	right:10%;
}
@media (min-width: 768px) {

	.info {
		font-size: smaller;
	}
}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

@media (min-width: 1750px) {}


/* -------------------------------------------- Navigation -------- */
/* -------------------------------------------- Section: *--------  */

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	color: #fff;
	text-decoration: none;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	/*background-color: #6FB7E9;*/
	background-color: transparent;
	border: 2px solid #5BBDB5;
	border-radius: 3px;
	color: #5BBDB5;
	cursor: pointer;
	/*padding: 12px;*/
	/*padding: 0.75rem;*/
	padding: 5px 10px 5px 10px;
	margin: 0.5em 0.5em 0.5em 0.5em;
}

.navigation li a:hover,
.navigation li.active a {
	/*background-color: #3C8DC5;*/
	background-color: #5BBDB5;
	color: #fff;
}

/* --------------------------------- Page Resource Inventory / Single----- */
/* --------------------------------- Section: * --------------------  */

i.terminos {
	color: #9EAADB;
	line-height: 17px;
}

i.terminos span:last-child {
	display: none;
}

.text p b,
.text p strong {
	color: #5BBDB5
}
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
	color: #26367C;
}
.resource-content img {
	max-width:100%;
	height:auto;
}
.resource-content div {
	display: block;
	margin: 30px 0;
	line-height:1.5em;
}
/* --------------------------------- Login ----------------- */
.login-field input,
.login-username input,
.login-password input {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 2px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.login-username,
.login-password {
	margin-bottom: 0;
}

.button-primary {
	box-sizing: border-box;
	border: 2px solid #5BBDB5;
	color: #5BBDB5;
	border-radius: 3px;
	font-weight: bold;
	background-color: #FFFFFF;
	width: 100%;
	padding: 0.4em 0em 0.4em 0em;
	margin-top: 10px;
	cursor: pointer;
}

.button-primary:hover {
	box-sizing: border-box;
	border: 2px solid #5BBDB5;
	color: #fff;
	font-weight: bold;
	border-radius: 3px;
	background-color: #5BBDB5;
}

.button-primary .button.focus,
.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(91, 189, 181);
}

.close {
	opacity: 1;
}

.modal-header {
	border-bottom: 0px;
}

.modal-content {
	border: 0px solid rgba(0, 0, 0, .2);
	border-radius: 0rem;
}

.modal-dialog {
	margin: 0px;
}

#user_login_submit {
	font-family: 'Roboto', sans-serif;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.modal-content {
		border: 1px solid rgba(0, 0, 0, .2);
		border-radius: .3rem;
	}

	.modal-dialog {
		margin: .5rem;
		margin: auto;
	}
}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

@media (min-width: 1750px) {}

/* --------------------------------- Register ----------------- */

.full-background {
	/* height:85vh; */
	min-height: 85vh;
}

.full-background {
	background-size: cover;
	background-repeat: no-repeat;
}

.register-background {
	background-image: url(../../img/register.jpg);
	background-position: 0% center;
}

.login-background {
	background-image: url(../../img/login.jpg);
	background-position: 80% center;
}

@media (min-width: 768px) {
	.full-background {
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
	}

	.register-background {
		background-image: url(../../img/register.jpg);
	}

	.login-background {
		background-image: url(../../img/login.jpg);
	}
}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

@media (min-width: 1750px) {
	.register-background {
		height: 65vh;
	}

	.login-background {
		background-position: center 10%;
		height: 60vh;
	}
}



/* -------------------------------------------- About us -------- */
/* -------------------------------------------- Section: *--------  */

.img-about-us1 {
	padding-bottom: 1rem;
	padding-top: 1rem;
}

.img-about-us2 {
	padding-top: .25rem;
	padding-bottom: 1rem;
}

.txt-aboutus {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 21px;
}

.line-h-box {
	background-color: #26367C;
	width: 40%;
	height: 2px;
	text-align: center;
	margin: auto;
}

.box-description-about {
	font-size: 1em;
	line-height: 22px;
	text-align: center;
	width: 80%;
	margin: auto;
	color: #666666;
}

.box-title {
	text-transform: uppercase;
	color: #666666;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
}

.box-title p {
	font-weight: lighter;
}

.about-title {
	font-size: 1.4em;
	font-weight: bold;
}

.partners-slider img {
	vertical-align: -webkit-baseline-middle;
	display: inline-table !important;
}

.slick-dots {
	display: flex;
}

.slick-initialized .slick-slide {
	display: flex !important;
	justify-content: center !important;
}

.description-about1,
.description-about2 {
	margin-right: 0;
}

@media (min-width: 768px) {
	.img-about-us1 {
		padding-bottom: 3rem;
		padding-top: 3rem;
	}

	.img-about-us2 {
		padding-top: 1rem;
		padding-bottom: 3rem;
	}

	.line-h-box {
		background-color: #26367C;
		width: 70%;
		height: 2px;
		text-align: center;
		margin: auto;
	}

	.box-title {
		text-transform: uppercase;
		color: #666666;
		font-size: 1.1em;
		font-weight: bold;
		text-align: center;
	}

	.box-title p {
		text-transform: initial;
		font-weight: lighter;
	}

	.about-title {
		font-size: 1.9em;
		font-weight: bold;
	}

	.description-about1 {
		margin-right: 1rem;
	}

	.description-about2 {
		margin-left: 1rem;
	}
}

.active-category {
	color:#26367C;
	font-weight:700;
}
