:root{
	--transition-fast:.18s ease;
	--transition-normal:.25s ease;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  color: #333333;
  font-size: 17px;
  background-color: #EDEFF4;
}

.container {
    padding: 0px;
}
a {
  color: #007bff;
}

a:hover {
  color: #0056b3;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: #31404B;
}

h1, .h1 {
  font-size: 1.7rem;
}

@media (max-width: 1200px) {
  h1, .h1 {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

h2, .h2 {
  font-size: 1.6rem;
}

@media (max-width: 1200px) {
  h2, .h2 {
    font-size: calc(1.375rem + 0.3vw) ;
  }
}

h3, .h3 {
  font-size: 1.5rem;
}

@media (max-width: 1200px) {
  h3, .h3 {
    font-size: calc(1.2rem + 0.6vw) ;
  }
}

h4, .h4 {
  font-size: 1.4rem;
}

@media (max-width: 1200px) {
  h4, .h4 {
    font-size: calc(1.175rem + 0.3vw) ;
  }
}

h5, .h5 {
  font-size: 1.3rem;
}

h6, .h6 {
  font-size: 1.2rem;
  line-height: 1.30;
}

h1,
h2,
.font-weight-bold {
  font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
  font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
  font-weight: 500 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

medium,
.medium {
  font-size: 90%;
  font-weight: 400;
}

.form-control {
    font-size: 1.2rem;
}

.form-control:focus {
  border-color: #ffe680;
  box-shadow: 0 0 0 0.2rem rgba(255, 204, 0, 0.25);
}

.btn-sm
{
    font-size: 0.95rem;
}
.btn-md
{
    font-size: 1.05rem;
}
.btn-primary {
  color: #212529;
  background-color: #FFCC00;
  border-color: #FFCC00;
}

.btn-primary:hover {
  color: #212529;
  background-color: #d9ad00;
  border-color: #cca300;
}

.btn-primary:focus, .btn-primary.focus {
  color: #212529;
  background-color: #d9ad00;
  border-color: #cca300;
  box-shadow: 0 0 0 0.2rem rgba(222, 179, 6, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #212529;
  background-color: #FFCC00;
  border-color: #FFCC00;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #212529;
  background-color: #cca300;
  border-color: #bf9900;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 179, 6, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #31404B;
  border-color: #31404B;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #222c34;
  border-color: #1d262c;
}

.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #222c34;
  border-color: #1d262c;
  box-shadow: 0 0 0 0.2rem rgba(80, 93, 102, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #31404B;
  border-color: #31404B;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #1d262c;
  border-color: #181f24;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(80, 93, 102, 0.5);
}

/* Better contrast for buttons */

.btn-success {
    background-color: #1e7e34;
    border-color: #1e7e34;
    color: #ffffff;
}

.btn-success:hover,
.btn-success:focus {
    background-color: #18692c;
    border-color: #18692c;
    color: #ffffff;
}

.btn-info {
    background-color: #117a8b;
    border-color: #117a8b;
    color: #ffffff;
}

.btn-info:hover,
.btn-info:focus {
    background-color: #0f6674;
    border-color: #0f6674;
    color: #ffffff;
}

.btn-outline-primary {
    color: #0056b3;
    border-color: #0056b3;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
    background-color: #0056b3;
    border-color: #0056b3;
    color: #ffffff;
}

.btn-outline-success {
    color: #1e7e34;
    border-color: #1e7e34;
}

.btn-outline-success:hover,
.btn-outline-success:focus {
    background-color: #1e7e34;
    border-color: #1e7e34;
    color: #ffffff;
}

.btn-outline-secondary {
    color: #545b62;
    border-color: #545b62;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus {
    background-color: #545b62;
    border-color: #545b62;
    color: #ffffff;
}

.btn-outline-info {
    color: #117a8b;
    border-color: #117a8b;
}

.btn-outline-info:hover,
.btn-outline-info:focus {
    background-color: #117a8b;
    border-color: #117a8b;
    color: #ffffff;
}

.btn-outline-warning {
    color: #8a6500;
    border-color: #8a6500;
}

.btn-outline-warning:hover,
.btn-outline-warning:focus {
    background-color: #8a6500;
    border-color: #8a6500;
    color: #ffffff;
}


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

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #cca300 !important;
}

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #1d262c !important;
}

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

a.text-primary:hover,
a.text-primary:focus {
    color: #6f5200 !important;
}

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

a.text-secondary:hover, a.text-secondary:focus {
  color: #13191d !important;
}

.text-light {
  color: #FFFFFF !important;
}

a.text-light:hover, a.text-light:focus {
  color: #d9d9d9 !important;
}

.text-dark {
  color: #1E2024 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: black !important;
}

.page-link {
  color: #000000;
  font-size: 1.15rem;
}
.page-link:hover {
  background-color: #31404B;
  color: #FFFFFF;
}
.page-link:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 204, 0, 0.25);
}
.page-item.active .page-link {
  background-color: #31404B;
  border-color: #31404B;
}

.text-body {
  color: #9A9DA2 !important;
}

.ads_top_left {text-align:center;font-size:10px;padding: 5px;margin-bottom:20px;float:left; width:78%;}
.ads_top_right {text-align:center;font-size:10px;padding: 5px;margin-bottom:20px;float:left;width:21%;}
.ads {text-align:center;font-size:10px;padding: 5px;margin-bottom:15px;}

.section-title {
  margin-bottom: 15px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FFFFFF;
  border: 1px solid #dee2e6;
  border-left: 5px solid #FFCC00;
}

.box-header{
	margin-bottom:16px;
	padding-bottom:12px;
	border-bottom:1px solid #E8EDF3;
}

.box-title{
	font-size:1.1rem;
	font-weight:600;
	color:#31404B;
	line-height:1.2;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 30px;
  z-index: 99;
}


/****************************************** BEGIN ICONS *******************************************/
.back-to-top .icon {
  width:28px;
  height:28px;
  position:relative;
  top:3px;
}

.pagination-arrow .icon {
  width: 48px;
  height: 48px;
}

.pagination-arrow .icon-chevron-left {
  position:relative;
  right:3px;
}

.pagination-arrow .icon-chevron-right {
  position:relative;
  left:3px;
}

.pagination-arrow {
  min-width: 80px;
  min-height: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}



.icon {
  display:inline-block;
  width:16px;
  height:16px;
  background-repeat:no-repeat;
  background-position:center;
  background-size:contain;
  vertical-align:-2px;
  flex-shrink:0;
}

.icon-inline {
  width:18px;
  height:18px;
  opacity:.8;
  display:inline-block;
  position:relative;
  top:1px;
}

.icon-btn {
  display:flex;
  align-items:center;
  justify-content:center;
}

.icon-btn .icon {
  width:22px;
  height:22px;
}

.icon-btn-whatsapp {
  background:#3EBE2B;
  border-color:#3EBE2B;
}

.icon-btn-facebook {
  background:#39569E;
  border-color:#39569E;
}

.icon-inline-btn {
  width:18px;
  height:18px;

  display:inline-block;
  margin-top:.1rem;
  margin-bottom:.1rem;

  position:relative;
  top:-1px;
}

.icon-status {
  width:22px;
  height:22px;

  position:relative;
  top:2px;
}

.icon-copy {
  background-image:url('icons/copy.svg');
}
.icon-whatsapp {
  background-image:url('icons/whatsapp.svg');
}
.icon-cog {
  background-image:url('icons/cog.svg');
}
.icon-arrow-up {
  background-image:url('icons/arrow-up.svg');
}
.icon-back-top {
  background-image:url('icons/back-to-top.svg');
}

.icon-arrow-left {
  background-image:url('icons/arrow-left.svg');
}
.icon-arrow-left-circle {
  background-image:url('icons/arrow-left-circle.svg');
}
.icon-chevron-left {
  background-image:url('icons/chevron-left.svg');
}

.icon-arrow-right {
  background-image:url('icons/arrow-right.svg');
}
.icon-arrow-right-circle {
  background-image:url('icons/arrow-right-circle.svg');
}
.icon-chevron-right {
  background-image:url('icons/chevron-right.svg');
}
.icon-grid {
  background-image:url('icons/grid.svg');
}
.icon-reply {
  background-image:url('icons/reply.svg');
}
.icon-download {
  background-image:url('icons/download.svg');
}
.icon-download-inline {
  background-image:url('icons/download-inline.svg');
}
.icon-image {
  background-image:url('icons/image.svg');
}

.icon-file-text {
  background-image:url('icons/file-text.svg');
}
.icon-facebook {
  background-image:url('icons/facebook.svg');
}
.icon-twitter {
  background-image:url('icons/twitter.svg');
}
.icon-pinterest {
  background-image:url('icons/pinterest.svg');
}
.icon-eye {
  background-image:url('icons/eye.svg');
}
.icon-share {
  background-image:url('icons/share.svg');
}
.icon-user {
  background-image:url('icons/user.svg');
}
.icon-video {
  background-image:url('icons/video.svg');
}
.icon-check {
  background-image:url('icons/check.svg');
}
.icon-alert {
  background-image:url('icons/alert-danger.svg');
}
.icon-success {
  background-image:url('icons/check-success.svg');
}
.icon-search {
  background-image:url('icons/search.svg');
}

.action-card {
  background:#055570;
}

.action-card-primary {
  background:#39569E;
  color:#ffffff;
}

.action-card-success {
  background:#138912;
  color:#ffffff;
}

.action-card-warning {
  background:#FFCC00;
  color:#000000;
}

.action-card-whatsapp {
  background:#3EBE2B;
  color:#ffffff;
}

.action-card-icon {
  width:65px;
  height:65px;
  background-color:rgba(0,0,0,.2);
  background-repeat:no-repeat;
  background-position:center;
  background-size:32px 32px;
  flex-shrink:0;
  margin-right:16px;
}

.action-card-text {
  font-size:1.2rem;
  font-weight:500;
}

.view-all-btn-icon {
  width:32px;
  height:32px;

  position:relative;
  left:2px;

  flex-shrink:0;
}
/****************************************** END ICONS *******************************************/

/****************************************** BEGIN NAVBAR *******************************************/

.navbar-custom {
	background: linear-gradient(135deg, #31404B 0%, #3B5998 100%) !important;
	min-height: 68px;
	font-size: 1.1rem;
	box-shadow: 0 6px 24px rgba(20,35,60,.16);
	z-index: 1030;
}

.navbar-custom .navbar-brand {
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	padding-top: 8px;
	padding-bottom: 8px;
}

.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus {
	color: #fff;
	text-decoration: none;
}

.navbar-logo {
	border-radius: 50%;
	box-shadow: 0 2px 8px rgba(0,0,0,.18);
}

.navbar-brand-text {
	font-size: 1.1rem;
	letter-spacing: -.01em;
	white-space: nowrap;
}

.navbar-custom .navbar-nav {
	align-items: center;
}

.navbar-custom .navbar-nav .nav-link {
	color: rgba(255,255,255,.95);
	font-weight: 600;
	padding: 10px 15px;
	margin: 6px 3px;
	border-radius: 8px;
	line-height: 1.3;
	font-size: 1.2rem;
	transition: background-color .18s ease,
				color .18s ease,
				box-shadow .18s ease;
}

.navbar-custom .navbar-nav .nav-link:hover,
.navbar-custom .navbar-nav .nav-link:focus,
.navbar-custom .navbar-nav .nav-link.active,
.navbar-custom .navbar-nav .show > .nav-link {
	background: #FFCC00;
	color: #212529;
	box-shadow: 0 4px 12px rgba(0,0,0,.12);
}

.navbar-custom .dropdown {
	position: relative;
}

.navbar-custom .dropdown-menu {
	min-width: 285px;
	padding: 8px;
	margin-top: 0 !important;
	border: none;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 18px 45px rgba(20,35,60,.24);
	font-size: 1.05rem;
	overflow: hidden;
}

.navbar-custom .dropdown-item {
	color: #31404B;
	font-weight: 600;
	font-size: 1.1rem;
	padding: 11px 15px;
	margin-bottom: 3px;
	border-radius: 10px;
	line-height: 1.35;
	white-space: normal;
	transition: background-color .15s ease,
				color .15s ease;
}

.navbar-custom .dropdown-item:last-child {
	margin-bottom: 0;
}

.navbar-custom .dropdown-item:hover,
.navbar-custom .dropdown-item:focus,
.navbar-custom .dropdown-item.active,
.navbar-custom .dropdown-item:active {
	background: #FFCC00;
	color: #212529;
	text-decoration: none;
}

.navbar-custom .navbar-toggler {
	border: 1px solid rgba(255,255,255,.40);
	border-radius: 12px;
	padding: 7px 10px;
}

.navbar-custom .navbar-toggler:focus {
	outline: none;
	box-shadow: none;
}

/* Desktop */

@media (min-width:992px){

	.navbar-custom{
		padding-top:6px;
		padding-bottom:6px;
	}

	.navbar-custom .dropdown-menu{
		top:100%;
		left:0;
		display:block;
		visibility:hidden;
		opacity:0;
		pointer-events:none;
		transition:opacity .18s ease,
				   visibility .18s ease;
	}

	.navbar-custom .show>.dropdown-menu{
		visibility:visible;
		opacity:1;
		pointer-events:auto;
	}

}

/* Mobile */

@media (max-width:991.98px){

	.navbar-custom{
		min-height:60px;
		padding:8px 15px;
	}

	.navbar-custom .navbar-brand{
		max-width:calc(100% - 62px);
	}

	.navbar-brand-text{
		font-size:1rem;
		overflow:hidden;
		text-overflow:ellipsis;
	}

	.navbar-custom .navbar-nav{
		align-items:stretch;
		padding-top:10px;
	}

	.navbar-custom .navbar-nav .nav-link{
		margin:4px 0;
		padding:12px 14px;
		border-radius:12px;
	}

	.navbar-custom .dropdown-menu{
		margin:0 0 6px 0 !important;
		padding:6px;
		border-radius:12px;
		box-shadow:none;
		background:rgba(255,255,255,.96);
	}

	.navbar-custom .dropdown-item{
		padding:10px 12px;
		margin-bottom:2px;
	}
}

/* Hamburger minimalist */

.navbar-toggler-custom {
	width: 44px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.menu-icon {
	position: relative;
	display: inline-block;
	width: 22px;
	height: 2px;
	background: #ffffff;
	border-radius: 2px;
	transition: background-color .15s ease;
}

.menu-icon::before,
.menu-icon::after {
	content: "";
	position: absolute;
	left: 0;
	width: 22px;
	height: 2px;
	background: #ffffff;
	border-radius: 2px;
	transition: transform .18s ease, top .18s ease;
}

.menu-icon::before {
	top: -7px;
}

.menu-icon::after {
	top: 7px;
}

.navbar-toggler-custom.open .menu-icon {
	background: transparent;
}

.navbar-toggler-custom.open .menu-icon::before {
	top: 0;
	transform: rotate(45deg);
}

.navbar-toggler-custom.open .menu-icon::after {
	top: 0;
	transform: rotate(-45deg);
}
/****************************************** END NAVBAR *******************************************/

/****************************************** BEGIN BREADCRUMB *******************************************/
#breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem;
    font-size: 1rem;
    line-height: 1.5;
    margin-left: 0.5rem;
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
    overflow: hidden;
}

.breadcrumb-nav {
    color: #333;
}

.breadcrumb-link {
    color: #333;
    text-decoration: none;
    transition: color 0.2s ease;
    font-weight: 600;
}

.breadcrumb-link:hover,
.breadcrumb-link:focus {
    color: #c99700;
    text-decoration: none;
}

.breadcrumb-separator {
    color: #adb5bd;
    user-select: none;
    flex-shrink: 0;
}

.breadcrumb-current {
    color: #212529;
    font-weight: 600;
}

/* Mobile */
@media (max-width: 768px) {
    #breadcrumb {
        font-size: 0.9rem;
        gap: 0.25rem;
        margin-left: 0.25rem;
        margin-bottom: 1rem;
    }

    .breadcrumb-link,
    .breadcrumb-current {
        max-width: 170px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

/****************************************** END BREADCRUMB *******************************************/

/****************************************** BEGIN PANELS / SIDEBAR CUSTOM *******************************************/
.panel-custom {
	border-radius: 10px;
	box-shadow: 0 4px 14px rgba(20,35,60,.08);
	overflow: hidden;
}

.panel-header {
	background: linear-gradient(135deg, #31404B 0%, #3B5998 100%);
	border-left: 5px solid #FFCC00;
	padding: 15px;
}

.panel-header h2,
.panel-header span {
	color: #ffffff;
}

.panel-title{
	display:block;
	margin:0;
	font-size:1.25rem;
	font-weight:700;
	color:#fff;
}

.panel-body {
	background: #ffffff;
	border: 1px solid #e8edf3;
	border-top: 0;
	padding: 12px;
}

/* List menu */

.panel-list {
	gap: 4px;
}

.panel-list .nav-link {
	color: #31404B !important;
	font-weight: 600;
	font-size: 1.2rem;
	border-radius: 8px;
	padding: 10px 14px;
	line-height: 1.35;
	transition: background-color .18s ease, color .18s ease;
}

.panel-list .nav-link:hover,
.panel-list .nav-link:focus,
.panel-list .nav-link.active {
	background: #FFCC00;
	color: #212529 !important;
	text-decoration: none;
}

/* Tags */

.panel-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.tag-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 7px 12px;
	border-radius: 8px;
	background: #f7f9fc;
	color: #31404B;
	font-size: 1rem;
	font-weight: 600;
	text-decoration: none;
	border: 1px solid #e8edf3;
	transition: background-color .18s ease, color .18s ease, border-color .18s ease;
}

.tag-link:hover,
.tag-link:focus {
	background: #3B5998;
	border-color: #3B5998;
	color: #FFFFFF;
	text-decoration: none;
}

.tag-link.active {
	background: #31404B;
	color: #ffffff;
	border-color: #31404B;
}

/****************************************** END PANELS / SIDEBAR CUSTOM *******************************************/


/****************************************** BEGIN CARD CUSTOM *******************************************/
.card-custom {
	border-radius:12px;
	overflow:hidden;
	background:#fff;
	box-shadow:0 4px 14px rgba(20,35,60,.08);
	transition:box-shadow .18s ease;
}

.card-custom:hover {
	box-shadow:0 8px 24px rgba(20,35,60,.13);
}

.card-body-custom {
	background:#fff;
}

.card-footer-custom {
	background:#fff;
	border-top:1px solid #eef2f7;
}
/****************************************** END CARD CUSTOM *******************************************/


/****************************************** BEGIN HERO *******************************************/
.hero {
	margin-bottom: 10px;
	padding: 16px 0 0;
}

.hero-box {
	background: #ffffff;
	border: 1px solid #e8edf3;
	border-radius: 12px;
	padding:18px 22px 22px;
	box-shadow: 0 4px 14px rgba(20,35,60,.08);
	border-bottom: 3px solid #FFCC00;
}

.hero-breadcrumb {
	margin-bottom: 14px !important;
	padding-left: 0;
}

.hero-title {
	margin: 0;
	color: #31404B;
	font-size: 1.65rem;
	font-weight: 650;
	line-height: 1.25;
}

.hero-description {
	margin-top: 14px;
	padding-top: 14px;
	border-top: 1px solid #eef2f6;
}

.hero-description p {
	margin: 0;
	color: #333333;
	font-size: 1.15rem;
	line-height: 1.6;
	font-weight: 400;
}

.hero-description p + p {
	margin-top: 12px;
}

@media (max-width: 991.98px) {
	.hero {
		padding-top: 12px;
	}

	.hero-box {
		padding: 18px 18px;
		border-radius: 10px;
	}
}

@media (max-width: 575.98px) {
	.hero-title {
		font-size: 1.45rem;
	}
}


.hero-description-content{
	transition:max-height .2s ease;
}

.hero-description-content p{
	margin-bottom:0;
}

.hero-description-toggle{
	display:none;

	margin:14px auto 0;
	padding:0;

	border:0;
	background:none;

	color:#31404B;
	font-size:1rem;
	font-weight:600;

	cursor:pointer;

	opacity:.8;
	transition:opacity .2s ease, color .2s ease;
}

.hero-description-toggle:hover{
	opacity:1;
	color:#3B5998;
}
.hero-description-toggle span{
	margin-left:2px;
	font-size:1rem;
}

@media (max-width:991.98px){

	.hero-description-collapsible .hero-description-content{
		position:relative;
		max-height:calc(1.6em * 6);
		overflow:hidden;
	}

	.hero-description-collapsible .hero-description-content::after{
		content:"";
		position:absolute;
		left:0;
		right:0;
		bottom:0;
		height:2.2em;
		background:linear-gradient(to bottom, rgba(255,255,255,0), #fff);
		pointer-events:none;
	}

	.hero-description-collapsible.is-expanded .hero-description-content{
		max-height:none;
	}

	.hero-description-collapsible.is-expanded .hero-description-content::after{
		display:none;
	}

	.hero-description-collapsible.is-not-collapsible .hero-description-content{
		max-height:none;
	}

	.hero-description-collapsible.is-not-collapsible .hero-description-content::after{
		display:none;
	}

	.hero-description-toggle{
		display:block;
	}

	.hero-description-collapsible.is-not-collapsible .hero-description-toggle{
		display:none !important;
	}
}
/****************************************** END HERO *******************************************/

/****************************************** BEGIN SECTION HEADER *******************************************/
.section-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;

	margin: 0 0 10px;
	padding: 13px 16px;

	background: #f7f9fc;
	border: 1px solid #e8edf3;
	border-left: 5px solid #FFCC00;
	border-radius: 10px;
}

.section-header h2 {
	margin: 0;
	flex: 1;
	min-width: 0;

	font-size: 1.40rem;
	font-weight: 650;
	line-height: 1.3;
}

.section-header h2 a {
	display: inline-block;
	color: #31404B;
	text-decoration: none;
	transition: color .18s ease;
}

.section-header h2 a:hover,
.section-header h2 a:focus {
	color: #3B5998;
	text-decoration: none;
}


.section-header-link {
	display: inline-flex;
	align-items: center;
	flex-shrink: 0;

	font-size: 1.1rem;
	font-weight: 600;

	color: #667281;
	text-decoration: none;

	transition: color .18s ease;
}

.section-header-link:hover,
.section-header-link:focus {
	color: #3B5998;
	text-decoration: none;
}

.section-header-arrow {
	margin-left: 6px;
	transition: transform .18s ease;
}

.section-header-link:hover .section-header-arrow,
.section-header-link:focus .section-header-arrow {
	transform: translateX(3px);
}

@media (max-width:575.98px) {

	.section-header {
		padding: 12px 14px;
		align-items: flex-start;
	}

	.section-header h2 {
		font-size: 1.15rem;
		line-height: 1.35;
	}

	.section-header-link {
		flex-shrink: 0;
		margin-top: 2px;
		font-size: 1rem;
	}

}
/****************************************** END SECTION HEADER *******************************************/

/****************************************** BEGIN FOOTER *******************************************/
.footer-description-wrapper{
	margin-top:10px;
	margin-bottom:20px;
}

.footer-description-box{
	background: #ffffff;
	border-radius:10px;
	padding:18px 22px;
	border-top:3px solid #FFCC00;
	margin-top:5px;
	box-shadow: 0 4px 14px rgba(20,35,60,.08);
	overflow:hidden;
}

.footer-description-box p{
	margin:0;
	color:#333;
	font-size: 1.15rem;
	line-height:1.6;
	font-weight:400;
	opacity:.95;
}

@media (max-width:768px){

	.footer-description-box{
		padding:16px;
		border-radius:8px;
	}
}

.footer-custom {
	background: linear-gradient(135deg, #31404B 0%, #3B5998 100%);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}

.footer-custom .footer-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 7px 14px;
	margin: 4px;
	border-radius: 8px;
	color: #ffffff;
	font-size: 1.05rem;
	font-weight: 600;
	text-decoration: none;
	transition: background-color .18s ease, color .18s ease;
}

.footer-custom .footer-link:hover,
.footer-custom .footer-link:focus {
	background: #FFCC00;
	color: #212529;
	text-decoration: none;
}

.footer-custom .footer-copyright {
	opacity: .92;
	font-size: .92rem;
	margin-top: 10px;
}

/****************************************** END FOOTER *******************************************/


/****************************************** BEGIN CATEGORY NAV *******************************************/
.category-nav-box {
	background: #ffffff;
	border: 1px solid #e8edf3;
	border-radius: 12px;
	padding: 14px;
	box-shadow: 0 4px 14px rgba(20,35,60,.08);
}


.category-nav-label{
	margin-bottom:12px;
	color:#31404B;
	font-size:1rem;
	font-weight:700;
	line-height:1.3;
}

.category-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.category-nav-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;

	min-height: 40px;
	padding: 8px 16px;

	background: #f7f9fc;
	border: 1px solid #e6ebf2;
	border-radius: 12px;

	color: #31404B;
	font-size: 1.1rem;
	font-weight: 600;
	line-height: 1.25;
	text-decoration: none;

	transition: background-color .18s ease,
				border-color .18s ease,
				color .18s ease;
}

.category-nav-link:hover,
.category-nav-link:focus,
.category-nav-link.active,
.category-nav-link[aria-current="page"] {
	background: #FFCC00;
	border-color: #FFCC00;
	color: #212529;
	text-decoration: none;
}


@media (max-width: 575.98px) {

	.category-nav-box {
		padding: 12px;
		border-radius: 10px;
	}

	.category-nav {
		gap: 8px;
	}

	.category-nav-link {
		min-height: 38px;
		padding: 8px 13px;
		font-size: 1rem;
	}

}
/****************************************** END CATEGORY NAV *******************************************/

/****************************************** BEGIN TAG LIST *******************************************/
.tag-list-box {
	background: #EEF4FB;
	border: 1px solid #D9E6F7;
	border-radius: 12px;
	padding: 12px;
	box-shadow: 0 4px 14px rgba(20,35,60,.08);
	margin-bottom: 10px;
}

.tag-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
}

.tag-list-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;

	min-height: 42px;
	padding: 10px 14px;

	background: #FFFFFF;
	border: 1px solid #D9E6F7;
	border-radius: 9px;

	color: #31404B;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.25;
	text-decoration: none;

	transition: background-color .18s ease,
				border-color .18s ease,
				color .18s ease;
}

.tag-list-link:hover,
.tag-list-link:focus {
	background: #3B5998;
	border-color: #3B5998;
	color: #FFFFFF;
	text-decoration: none;
}

.tag-list-link.active,
.tag-list-link[aria-current="page"] {
	background: #31404B;
	border-color: #31404B;
	color: #FFFFFF;
}

.tag-list-name {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tag-list-count {
	flex-shrink: 0;
	min-width: 34px;
	padding: 3px 8px;

	background: rgba(49,64,75,.10);
	border-radius: 999px;

	color: inherit;
	font-size: .85rem;
	font-weight: 700;
	text-align: center;
}

.tag-list-link:hover .tag-list-count {
	background: rgba(255,255,255,.18);
	color: #FFFFFF;
}

.tag-list-link.active .tag-list-count,
.tag-list-link[aria-current="page"] .tag-list-count {
	background: rgba(255,255,255,.18);
	color: #FFFFFF;
}

@media (max-width:575.98px) {

	.tag-list-box {
		padding: 10px;
		border-radius: 10px;
	}

	.tag-list {
		grid-template-columns: 1fr;
		gap: 7px;
	}

	.tag-list-link {
		min-height: 40px;
		padding: 9px 12px;
		font-size: .95rem;
	}

}
/****************************************** END TAG LIST *******************************************/

/****************************************** BEGIN FILTER BOX *******************************************/
.filter-box {
	background: #f7f9fc;
	border: 1px solid #e8edf3;
	border-radius: 12px;
	padding: 14px;
	box-shadow: 0 4px 14px rgba(20,35,60,.08);
	margin-bottom: 18px;
}

.filter-group {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

.filter-label {
	color: #31404B;
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.25;
	white-space: nowrap;
}

.filter-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.filter-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;

	min-height: 38px;
	padding: 8px 14px;

	background: #ffffff;
	border: 1px solid #dfe6ee;
	border-radius: 12px;

	color: #31404B;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.25;
	text-decoration: none;

	transition: background-color .18s ease,
				border-color .18s ease,
				color .18s ease;
}

.filter-link:hover,
.filter-link:focus {
	background: #FFCC00;
	border-color: #FFCC00;
	color: #212529;
	text-decoration: none;
}

.filter-link.active,
.filter-link[aria-current="page"] {
	background: #31404B;
	border-color: #31404B;
	color: #ffffff;
}

@media (max-width:575.98px) {
	.filter-box {
		padding: 12px;
		border-radius: 10px;
	}

	.filter-group {
		align-items: flex-start;
		gap: 8px;
	}

	.filter-label {
		width: 100%;
		font-size: 1.05rem;
	}

	.filter-link {
		min-height: 36px;
		padding: 7px 12px;
		font-size: 1rem;
	}
}
/****************************************** END FILTER BOX *******************************************/

/****************************************** BEGIN NOTICE BOX *******************************************/
.notice-box{
	display:flex;
	align-items:flex-start;
	gap:14px;
	background:#ffffff;
	border:1px solid #E8EDF3;
	border-left:4px solid #3B5998;
	border-right:4px solid #3B5998;
	border-radius:10px;
	padding:16px 20px;
	box-shadow:0 4px 14px rgba(20,35,60,.08);
	color:#333;
	font-size:1.15rem;
	line-height:1.65;
}

.notice-box p{
	margin:0;
}

.notice-box p + p{
	margin-top:10px;
}

.notice-box-info{
	border-left-color:#3B5998;
	border-right-color:#3B5998;
}

.notice-box-success{
	border-left-color:#28A745;
	border-right-color:#28A745;
}

.notice-box-warning{
	border-left-color:#FFCC00;
	border-right-color:#FFCC00;
}

.notice-box-danger{
	border-left-color:#DC3545;
	border-right-color:#DC3545;
}
/****************************************** END NOTICE BOX *******************************************/

/****************************************** BEGIN MESSAGE CARD *******************************************/
.message-card {
	display: flex;
	flex-direction: column;

	background: #ffffff;
	border: 1px solid #e8edf3;
	border-radius: 12px;
	box-shadow: 0 4px 14px rgba(20,35,60,.08);
	overflow: hidden;
}

.message-card-header {
	padding: 16px 20px 12px;
	background: #f7f9fc;
	border-bottom: 1px solid #e8edf3;
}

.message-card-title {
	margin: 0;
	color: #31404B;
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1.35;
}

.message-card-body {
	padding: 20px 20px 18px;
}

.message-card-text {
	margin: 0;
	color: #333;
	font-size: 1.15rem;
	font-weight: 400;
	line-height: 1.55;
}

.message-card-text::first-letter {
	color: #FF7B00;
	font-size: 1.35em;
	font-weight: 700;
}

.message-card-info {
	margin-top: 16px;
	padding-top: 14px;

	border-top: 1px dashed #dbe3ec;

	color: #333;
	font-weight: 400;
	font-size: 1.15rem;
	line-height: 1.55;
	font-style: italic;
}

.message-card-info p {
	margin: 0;
}

.message-card-media {
	background: #ffffff;
	border-bottom: 1px solid #e8edf3;
	overflow: hidden;
}

.message-card-img {
	display: block;
	width: 100%;
	height: auto;
	transition:transform var(--transition-normal);
}

.message-card:hover .message-card-img{
	transform:scale(1.02);
}

.message-card-actions {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;

	padding: 12px 14px;
	background: #f7f9fc;
	border-top: 1px solid #e8edf3;
}

.message-card-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;

	min-height: 36px;
	padding: 7px 12px;

	border-radius: 8px;
	border: 1px solid transparent;

	font-size: 0.95rem;
	font-weight: 600;
	line-height: 1.25;
	text-decoration: none;
	cursor: pointer;

	transition:
		background-color var(--transition-fast),
		border-color var(--transition-fast),
		color var(--transition-fast);
}

.message-card-btn:hover,
.message-card-btn:focus {
	text-decoration: none;
}

.message-card-btn-copy {
	background: #17a2b8;
	border-color: #17a2b8;
	color: #ffffff;
}

.message-card-btn-copy:hover,
.message-card-btn-copy:focus {
	background: #138496;
	border-color: #117a8b;
	color: #ffffff;
}

.message-card-btn-primary {
	color: #212529;
	background-color: #FFCC00;
	border-color: #FFCC00;
}

.message-card-btn-primary:hover,
.message-card-btn-primary:focus {
	color: #212529;
	background-color: #d9ad00;
	border-color: #cca300;
}

.message-card-btn-whatsapp {
	background: #3EBE2B;
	border-color: #3EBE2B;
	color: #ffffff;
	width: 36px;
	padding-left: 0;
	padding-right: 0;
}

.message-card-btn-whatsapp:hover,
.message-card-btn-whatsapp:focus {
	background: #35a925;
	border-color: #35a925;
	color: #ffffff;
}

@media (max-width:575.98px) {
	.message-card-header {
		padding: 14px 16px 11px;
	}

	.message-card-body {
		padding: 18px 16px;
	}

	.message-card-actions {
		padding: 12px;
	}

	.message-card-btn {
		font-size: .95rem;
	}
}
/****************************************** END MESSAGE CARD *******************************************/