@charset "UTF-8";
/*==========================================================================================================
=============================================== GLOBAL STYLES ==============================================
==========================================================================================================*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;0,900;1,400;1,500;1,700;1,900&display=swap");
/*VARIABLES*/
body {
  background-color: #F9F9F9;
  color: #333333;
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  line-height: 1em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  line-height: initial;
}

a {
  color: #0E355C;
}

.clear-float::after {
  content: "";
  clear: both;
  display: block;
}

.smooth-transition {
  transition: all 0.3s ease;
}
.smooth-transition:hover {
  opacity: 0.9;
}

.reset-lh {
  line-height: initial;
}

.general-search .form-control {
  background-color: rgba(204, 204, 204, 0.3);
  background-image: url("../assets/img/svg/search.svg");
  background-position: 95% center;
  background-repeat: no-repeat;
  background-size: 14px;
  border: 0;
  border-radius: 30px;
  padding: 0 16px;
}
.general-search.small {
  width: 200px;
}

.align-right {
  text-align: right;
}

.icon-mr {
  margin-right: 10px;
}

.color-blue {
  color: #206DB1;
}

.color-primary {
  color: #0E355C;
}

.color-accent {
  color: #C7000A;
}

.full-img {
  display: block;
  width: 100%;
}

.bottom-btn {
  margin-top: 30px;
}
.bottom-btn.btn-block {
  text-align: center;
}
.bottom-btn.btn-block .btn {
  display: block;
  margin: 0 auto 6px;
  width: 280px;
}
.bottom-btn.btn-block .btn:last-of-type {
  margin: 0 auto;
}
.bottom-btn .btn {
  margin-right: 10px;
}
.bottom-btn .btn:last-of-type {
  margin-right: 0;
}
.bottom-btn .leyend {
  display: block;
  font-size: 13px;
  margin-top: 10px;
}

.list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list.more-margin li {
  margin-bottom: 22px;
}
.list li {
  margin-bottom: 10px;
}
.list li:last-of-type {
  margin-bottom: 0;
}
.list li svg {
  width: 20px;
  height: 20px;
}

.download-btn {
  background-color: transparent;
  border: 0;
  color: #0E355C;
  font-size: 32px;
}
.download-btn:hover {
  color: #C7000A;
}

.accessibility, .shareBar {
  position: absolute;
  top: 30px;
  transition: top ease 0.5s;
  z-index: 3;
}
.accessibility.fixed, .shareBar.fixed {
  position: fixed;
  top: 240px;
}

.accessibility {
  left: 20px;
  outline: none;
  top: 40%;
  position: fixed;
}
.accessibility.fixed {
  left: 0;
}
.accessibility button {
  background-color: transparent;
  border: 0;
  padding: 0;
  width: 50px;
}
.accessibility img {
  width: 100%;
}

.shareBar {
  right: 20px;
  width: 80px;
  top: 40%;
  position: fixed;
}
.shareBar.fixed {
  right: 0;
}
.shareBar .social-links {
  display: block;
  font-size: 16px;
  height: 38px;
  margin: 0 auto 6px !important;
  width: 38px;
}
.shareBar .social-links.forum {
  background-color: #95050C;
  height: 48px;
  width: 48px;
}
.shareBar .social-links .forum-icon {
  height: 30px;
  margin-top: 10px;
  width: 30px;
}

.header-caption {
  line-height: initial;
  margin-bottom: 30px;
}
.header-caption .title {
  font-weight: bold;
}

.go-back-btn {
  color: #333333;
  display: inline-block;
}
.go-back-btn [class^=svg-inline] {
  margin-right: 10px;
}
.go-back-btn:hover {
  text-decoration: none;
}

/*svg icons*/
.csv-icon, .pdf-icon, .shelter-icon, .forum-icon, .analytic-icon, .family-heart-icon, .acrobat-icon,
.field-icon, .research-icon, .file-icon {
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  height: 46px;
  width: 40px;
}

.csv-icon {
  background-image: url("../assets/img/svg/csv_file.svg");
}

.pdf-icon {
  background-image: url("../assets/img/svg/pdf_file.svg");
}

.shelter-icon {
  background-image: url("../assets/img/svg/shelter.svg");
}

.forum-icon {
  background-image: url("../assets/img/svg/forum.svg");
}

.analytic-icon {
  background-image: url("../assets/img/svg/analysis_white.svg");
}

.family-heart-icon {
  background-image: url("../assets/img/svg/family02.svg");
}

.acrobat-icon {
  background-image: url("../assets/img/acrobat_icon.png");
}

.field-icon {
  background-image: url("../assets/img/svg/field.svg");
}

.research-icon {
  background-image: url("../assets/img/svg/research.svg");
}

.file-icon {
  background-image: url("../assets/img/svg/file.svg");
}

/*modify text size*/
.medium-text * {
  font-size: x-large;
  line-height: initial;
}

.large-text * {
  font-size: xx-large;
  line-height: initial;
}

/*boostrap reset styles*/
.btn.rounded {
  border-radius: 30px !important;
  padding-left: 24px;
  padding-right: 24px;
}
.btn.btn-danger {
  background-color: #C7000A;
  border-color: #C7000A;
}
.btn.btn-primary {
  background-color: #0E355C !important;
  border-color: #0E355C !important;
}
.btn.btn-blue {
  background-color: #206DB1;
  color: #FFF;
}
.btn.has-arrow [class^=svg-inline] {
  margin-left: 20px;
}

.nav-pills.customTabs {
  font-size: 22px;
  font-weight: bold;
  margin: 0 auto 40px;
  width: 600px;
}
.nav-pills.customTabs.medium {
  font-size: 18px;
}
.nav-pills.customTabs.medium a {
  padding: 16px 30px;
}
.nav-pills.customTabs.no-center {
  margin: 0 0 40px;
}
.nav-pills.customTabs.full {
  width: 100%;
}
.nav-pills.customTabs.small {
  font-size: 16px;
}
.nav-pills.customTabs.small a {
  padding: 8px 16px;
}
.nav-pills.customTabs li {
  background: #FFF;
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
}
.nav-pills.customTabs a {
  border-radius: 0;
  padding: 26px;
  transition: background-color 0.3s ease;
}
.nav-pills.customTabs a.active:hover {
  opacity: 1;
}
.nav-pills.customTabs a.active, .nav-pills.customTabs a:hover {
  background-color: #0E355C;
  color: #FFF;
}
.nav-pills.customTabs.top-spacing {
  margin-top: 36px;
}
.nav-pills.side {
  background-color: rgba(204, 204, 204, 0.4);
  line-height: initial;
}
.nav-pills.side .nav-item {
  width: 100%;
}
.nav-pills.side .nav-item > a {
  border-radius: 0;
  color: #333333;
  display: block;
  padding: 12px 20px;
}
.nav-pills.side .nav-item > a:hover, .nav-pills.side .nav-item > a.active {
  background-color: #0E355C;
  color: #FFF;
  text-decoration: none;
}
.nav-pills.side .nav-item > a.active:hover {
  opacity: 1;
}

.news-card.nb-radius .card {
  border-radius: 0;
}
.news-card .card {
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
  border: none;
  border-radius: 20px;
  overflow: hidden;
  padding: 0;
  transition: background-color 0.3s ease;
}
.news-card .card:hover {
  background-color: #0E355C;
}
.news-card .card:hover a {
  text-decoration: none;
}
.news-card .card:hover .card-title, .news-card .card:hover .card-footer {
  color: #FFF;
}
.news-card .card:hover .bullet-icon::before {
  background-color: #FFF;
}
.news-card .card a {
  display: block;
}
.news-card .card-img-top {
  border-radius: 0;
}
.news-card .card-body, .news-card .card-footer {
  padding: 30px;
}
.news-card .card-title {
  color: #0E355C;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
}
.news-card .card-footer {
  background-color: transparent;
  border-top: 0;
  color: rgba(14, 53, 92, 0.6);
  padding-top: 0;
}
.news-card .thumbnail {
  position: relative;
}
.news-card .thumbnail::before {
  content: "";
  background-color: rgba(51, 51, 51, 0.4);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.news-card .thumbnail .amount {
  bottom: 10px;
  color: #FFF;
  display: block;
  font-size: 14px;
  left: 30px;
  position: absolute;
}
.news-card .thumbnail .icon-mr {
  margin-right: 4px;
}

.c-pagination {
  font-size: 13px;
  margin-top: 30px;
}
.c-pagination a {
  background-color: rgba(204, 204, 204, 0.3);
  border: 0;
  color: #0E355C;
  font-weight: bold;
  margin: 0;
  padding: 8px 16px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.c-pagination a.active, .c-pagination a:hover {
  background-color: #0E355C;
  color: #FFF;
}
.c-pagination .page-item.active a {
  background-color: #0E355C;
  color: #FFF;
}
.c-pagination .page-item:first-of-type {
  border-right: 6px solid transparent;
}
.c-pagination .page-item:last-of-type {
  border-left: 6px solid transparent;
}

#c-accordion .elem {
  margin-bottom: 8px;
}
#c-accordion .elem:last-of-type {
  margin-bottom: 0;
}
#c-accordion .elem:hover .number, #c-accordion .elem:hover .icon .bubble::after, #c-accordion .elem.is-active .number, #c-accordion .elem.is-active .icon .bubble::after {
  background-color: #C7000A;
}
#c-accordion .elem.is-active .icon .bubble::after {
  content: "-";
}
#c-accordion .accordion-header {
  background-color: #0E355C;
  cursor: pointer;
  display: table;
  width: 100%;
}
#c-accordion .accordion-header .cel {
  color: #FFF;
  display: table-cell;
  padding: 12px 20px;
  vertical-align: middle;
}
#c-accordion .accordion-header .number {
  background-color: #206DB1;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  transition: all 0.3s ease;
  width: 3%;
}
#c-accordion .accordion-header .icon {
  width: 3%;
}
#c-accordion .accordion-header .icon .bubble {
  display: block;
}
#c-accordion .accordion-header .icon .bubble::after {
  content: "+";
  color: #FFF;
  background-color: #206DB1;
  border-radius: 50%;
  display: block;
  font-size: 24px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  transition: all 0.3s ease;
  width: 36px;
}
#c-accordion .accordion-body {
  background-color: #FFF;
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
  padding: 30px;
}
#c-accordion p:last-of-type {
  margin-bottom: 0;
}
#c-accordion.sitemap-acc {
  margin-top: 30px;
}
#c-accordion.sitemap-acc .elem, #c-accordion.sitemap-acc .block-link {
  margin-bottom: 30px;
}
#c-accordion.sitemap-acc .block-link {
  color: #0E355C;
  display: block;
  padding: 19.5px 20px;
  width: 100%;
}
#c-accordion.sitemap-acc .block-link:hover {
  color: #FFF;
  text-decoration: none;
}
#c-accordion.sitemap-acc .accordion-header.collapsed, #c-accordion.sitemap-acc .block-link {
  background-color: #FFF;
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
  transition: all ease 0.3s;
}
#c-accordion.sitemap-acc .accordion-header.collapsed:hover, #c-accordion.sitemap-acc .block-link:hover {
  background-color: #0E355C;
}
#c-accordion.sitemap-acc .accordion-header.collapsed:hover .cel, #c-accordion.sitemap-acc .block-link:hover .cel {
  color: #FFF;
}
#c-accordion.sitemap-acc .accordion-header.collapsed:hover .cel.icon .bubble::after, #c-accordion.sitemap-acc .block-link:hover .cel.icon .bubble::after {
  color: #FFF;
}
#c-accordion.sitemap-acc .accordion-header {
  background-color: #0E355C;
}
#c-accordion.sitemap-acc .accordion-header.collapsed .cel {
  color: #0E355C;
}
#c-accordion.sitemap-acc .accordion-header.collapsed .cel.icon .bubble::after {
  content: "+";
  color: #0E355C;
}
#c-accordion.sitemap-acc .accordion-header .cel {
  color: #FFF;
}
#c-accordion.sitemap-acc .accordion-header .cel.icon {
  padding-right: 0;
}
#c-accordion.sitemap-acc .accordion-header .cel.icon .bubble::after {
  content: "-";
  background-color: transparent !important;
  color: #FFF;
  font-size: 24px;
  height: auto;
  line-height: initial;
  position: relative;
  top: -1px;
  width: auto;
}
#c-accordion.sitemap-acc .accordion-body {
  background-color: transparent;
  box-shadow: none;
  padding: 20px;
}
#c-accordion.sitemap-acc .accordion-body li {
  margin-bottom: 14px;
}
#c-accordion.sitemap-acc .accordion-body li:last-of-type {
  margin-bottom: 0;
}
#c-accordion.sitemap-acc .accordion-body a {
  color: #333333;
}
#c-accordion.sitemap-acc .accordion-body a:hover {
  color: #206DB1;
  text-decoration: none;
}
#c-accordion.sitemap-acc .accordion-body .has-submenu .static-opt {
  border-bottom: 1px solid #0E355C;
  color: #0E355C;
  cursor: pointer;
  display: block;
  font-weight: bold;
  padding: 0 14px 14px 0;
  position: relative;
  transition: all ease 0.3s;
}
#c-accordion.sitemap-acc .accordion-body .has-submenu .static-opt::after {
  content: "▲";
  display: block;
  font-size: 12px;
  opacity: 1;
  position: absolute;
  right: 0;
  top: -3px;
  transition: all ease 0.2s;
  visibility: visible;
}
#c-accordion.sitemap-acc .accordion-body .has-submenu .static-opt.collapsed::after {
  content: "▼";
}
#c-accordion.sitemap-acc .accordion-body .has-submenu .list {
  padding: 20px 0 10px 20px;
}

.table.small-text {
  font-size: 16px;
}
.table.small-text th, .table.small-text td {
  padding: 4px 12px;
}
.table.no-lines th, .table.no-lines td {
  border: 0;
}

/*==========================================================================================================
=============================================== NAVBAR STYLES ==============================================
==========================================================================================================*/
.main-nav {
  background-color: #0E355C;
  border-bottom: 1px solid rgba(204, 204, 204, 0.6);
  font-size: 15px;
}
.main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-nav li {
  float: left;
  position: relative;
  transition: 0.2s ease background-color;
}
.main-nav li.has-dropdown {
  position: relative;
}
.main-nav li.has-dropdown:hover .dropdown-items {
  display: block;
}
.main-nav li.has-dropdown .dropdown-items {
  background-color: #0E355C;
  display: none;
  left: 0;
  line-height: initial;
  position: absolute;
  width: 250px;
}
.main-nav li.has-dropdown a {
  padding: 12px 25px;
  transition: all 0.3s ease;
}
.main-nav li.has-dropdown a:hover {
  background-color: #FFF;
  color: #0E355C;
}
.main-nav li a {
  color: #FFF;
  display: block;
  padding: 22px 25px;
  text-decoration: none;
}
.main-nav li .item {
  color: #FFF;
  cursor: pointer;
  display: block;
  padding: 22px 50px 22px 25px;
  position: relative;
}
.main-nav li .item::after {
  content: "";
  background-image: url("../assets/img/svg/chevron-down.svg");
  background-size: 100%;
  display: block;
  height: 12px;
  position: absolute;
  right: 25px;
  top: 24px;
  width: 12px;
}
.main-nav li .item:hover:after {
  transform: rotate(180deg);
}
.main-nav li:hover, .main-nav li.current {
  background-color: #C7000A;
}
.main-nav .dropdown-items {
  position: absolute;
}

/*==========================================================================================================
================================================ TOP HEADER ================================================
==========================================================================================================*/
.header-content {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
}

.top-header {
  background-color: #FFF;
  padding: 10px 0;
}
.top-header .main-logo {
  display: block;
  margin-top: 28px;
}
.top-header .main-logo a {
  display: block;
}
.top-header .general-search {
  text-align: center;
}
.top-header .general-search .escudo-logo {
  display: block;
  margin: 0 auto 8px;
}
.top-header .general-search .form-control {
  font-size: 13px;
  margin-bottom: 6px;
}
.top-header .general-search a {
  border-right: 1px solid #CCC;
  color: #333333;
  font-size: 11px;
  padding: 0 10px 0 8px;
  text-transform: uppercase;
}
.top-header .general-search a:first-of-type {
  padding-left: 0;
}
.top-header .general-search a:last-of-type {
  border-right: 0;
  padding-right: 0;
}

.top-header .general-search .social-icon{
    display:inline-block;
}


.top-header .general-search .social-links {
    background: #206DB1;
    border-radius: 50%;
    color: #FFF;
    display: inline-block;
    font-size: 16px;
    height: 30px;
    line-height: 31px;
    margin-right: 0;
    padding: 0;
    text-align: center;
    width: 30px;
}


.top-header .responsive-icon-nav {
  display: none;
}

/*==========================================================================================================
================================================ HOME PAGE =================================================
==========================================================================================================*/
.carousel.slide .arrow-icon {
  opacity: 1;
}
.carousel.slide .arrow-icon span {
  background: #FFF;
  border-radius: 50%;
  color: #0E355C;
  height: 53px;
  position: relative;
  transition: all 0.3s ease;
  width: 53px;
}
.carousel.slide .arrow-icon span:hover {
  background: #C7000A;
}
.carousel.slide .arrow-icon span:hover [class^=svg-inline] {
  color: #FFF;
}
.carousel.slide .arrow-icon [class^=svg-inline] {
  font-size: 22px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
.carousel.slide.maincr .arrow-icon span {
  margin-top: -60px;
}

.carousel-item .news-header {
  background-color: #FFF;
  bottom: 0;
  min-height: 56px;
  padding: 12px 0;
  position: absolute;
  width: 100%;
}
.carousel-item .news-header .share-icon {
  background-color: #0E355C;
  border-radius: 50%;
  color: #FFF;
  font-size: 14px;
  padding: 10px 12.5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.carousel-item .news-header .share-icon:hover {
  background-color: #C7000A;
}
.carousel-item .news-header .title {
  display: block;
  font-size: 22px;
  padding-left: 60px;
}

.recent-population {
  background: url("../assets/img/people_pattern.jpg") repeat;
  color: #FFF;
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
}
.recent-population .container {
  padding: 20px 150px;
}
.recent-population p {
  margin: 0;
  width: 80%;
}
.recent-population strong {
  color: #FE3F49;
}
.recent-population strong.number {
  font-size: 29px;
}
.recent-population .row > div:last-of-type {
  position: relative;
}
.recent-population .btn {
  border: 0;
  padding: 10px 26px;
  position: absolute;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
}

.main-indicators, .home-news, .visit-us, .late-post, .national-population, .multimedia {
  margin-bottom: 90px;
}

.main-indicators header {
  background-color: #FFF;
  box-shadow: 0px 0 25px rgba(51, 51, 51, 0.1);
  margin-bottom: 40px;
  padding: 12px 0;
}
.main-indicators header .title {
  color: #0E355C;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  margin-bottom: 0;
}
.main-indicators .nav-indicators {
  padding: 34px 0;
}
.main-indicators .nav-indicators .filter-item {
  border-radius: 30px;
  color: #0E355C;
  cursor: pointer;
  font-size: 16px;
  margin-right: 15px;
  padding: 8px 30px;
}
.main-indicators .nav-indicators .filter-item:last-of-type {
  margin-right: 0;
}
.main-indicators .nav-indicators .filter-item:hover, .main-indicators .nav-indicators .filter-item.selected {
  background-color: #C7000A;
  color: #FFF;
}
.main-indicators .carousel-multi-item .controls-top {
  height: 100%;
  position: absolute;
  width: 100%;
}
.main-indicators .carousel-multi-item .controls-top .btn-floating {
  background-color: #FFF;
  box-shadow: 0 0 20px rgba(51, 51, 51, 0.2);
  border-radius: 50%;
  font-size: 22px;
  height: 46px;
  line-height: 46px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
}
.main-indicators .carousel-multi-item .controls-top .btn-floating:hover {
  background-color: #0E355C;
  color: #FFF;
}
.main-indicators .carousel-multi-item .controls-top .btn-floating.prev {
  left: -70px;
}
.main-indicators .carousel-multi-item .controls-top .btn-floating.next {
  right: -70px;
}
.main-indicators .statistics_icon {
  background-image: url("../assets/img/svg/statistics.svg");
  background-size: 100%;
  display: inline-block;
  height: 14px;
  width: 14px;
}
.main-indicators .card-header {
  background-color: #0E355C;
  padding: 0;
}
.main-indicators .card-header .year-filter {
  padding: 1.25rem;
}
.main-indicators .card-header h5 {
  color: #FFF;
  font-size: 18px;
}
.main-indicators .card-header .form-control {
  background-color: transparent;
  border: 1px solid #FFF;
  border-radius: 30px;
  color: #FFF;
  height: 35px;
  margin-top: 8px;
  padding: 0 12px;
  width: 90%;
}
.main-indicators .card-header select option {
  color: #333333;
}
.main-indicators .card {
  border: 0;
  box-shadow: 0 0 15px rgba(51, 51, 51, 0.1);
}
.main-indicators .card-tabs .nav-tabs {
  border-bottom: 0;
}
.main-indicators .card-tabs .nav-item {
  margin-bottom: 0;
}
.main-indicators .card-tabs .nav-link {
  background-color: #343434;
  border: none;
  border-radius: 0;
  color: #FFF;
  transition: ease 0.3s all;
}
.main-indicators .card-tabs .nav-link.active {
  background-color: #0E355C;
}
.main-indicators .card-tabs .nav-link.active:hover {
  opacity: 1;
}
.main-indicators .card-body {
  padding: 0;
}
.main-indicators .percentage-data {
  background-color: #ECECEC;
  padding: 1.25rem;
  text-align: center;
}
.main-indicators .percentage-data .number {
  font-size: 28px;
  display: block;
  margin-bottom: 6px;
}
.main-indicators .percentage-data [class^=svg-inline] {
  font-size: 16px;
}
.main-indicators .graphic {
  height: 176px;
  padding: 1.25rem;
}
.main-indicators .increase {
  color: #0E355C;
}
.main-indicators .decrease {
  color: #C7000A;
}
.main-indicators .tab-content {
  background-color: #FFF;
}
.main-indicators .wraptable {
  height: 207px;
  overflow-y: auto;
  padding: 10px;
  position: relative;
}
.main-indicators .table {
  font-size: 14px;
  text-align: center;
  margin-bottom: 0;
}
.main-indicators .table th {
  border-top: 0;
  padding-top: 0;
}
.main-indicators .table tr:nth-child(even) {
  background-color: #ECECEC;
}
.main-indicators .table td {
  padding: 5px;
}
.main-indicators .export-file {
  font-size: 14px;
  padding: 12px;
  margin-top: 12px;
  text-align: center;
  width: 100%;
}
.main-indicators .export-file a {
  padding-left: 10px;
  position: relative;
}
.main-indicators .export-file .csv-icon {
  height: 27px;
  width: 24px;
  position: absolute;
  top: -10px;
}
.main-indicators .card-footer {
  border: 0;
  padding: 0;
}
.main-indicators .card-footer a {
  background-color: #0E355C;
  color: #FFF;
  display: block;
  float: left;
  padding: 15px;
  text-align: center;
  width: 33.33%;
}
.main-indicators .card-footer a:last-of-type {
  background-color: #C7000A;
}

section .bottom-btn {
  margin-top: 60px;
}
section .bottom-btn .btn {
  display: block;
  font-size: 16px;
  padding: 16px 40px;
}

.header-section {
  margin-bottom: 60px;
}
.header-section.w-ribbon .title::before, .header-section.w-ribbon .title::after {
  display: none;
}
.header-section .title {
  color: #0E355C;
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-weight: bold;
  margin: 0;
  position: relative;
  text-align: center;
}
.header-section .title::before, .header-section .title::after {
  content: "";
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  height: 18px;
  position: relative;
  top: -4px;
  width: 90px;
}
.header-section .title::before {
  background-image: url("../assets/img/svg/ribbon-title-left.svg");
  margin-right: 30px;
}
.header-section .title::after {
  background-image: url("../assets/img/svg/ribbon-title-right.svg");
  margin-left: 30px;
}
.header-section .descrip {
  font-size: 18px;
  margin: 20px auto 0;
  text-align: center;
  width: 50%;
}

.services {
  margin-bottom: 30px;
  overflow: hidden;
  padding-bottom: 88px;
  position: relative;
  text-align: center;
}
.services::after {
  content: "";
  background-color: #C7000A;
  position: absolute;
  height: 380px;
  width: 200%;
  z-index: -1;
  left: 50%;
  top: 12%;
  transform: rotate(-10deg) translate(-50%, -50%);
}
.services .item {
  background-color: #FFF;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
  display: inline-block;
  font-size: 20px;
  margin-bottom: 15px;
  position: relative;
  text-align: center;
  vertical-align: text-top;
}
.services .item:nth-of-type(3n+2) {
  margin-left: 15px;
  margin-right: 15px;
  top: 50px;
}
.services .item:hover {
  background-color: #0E355C;
  transition: 0.3s ease all;
}
.services .item:hover a {
  color: #FFF;
}
.services .item:hover .icon.analytic {
  background-image: url("../assets/img/svg/analysis_white.svg");
}
.services .item:hover .icon.elearning {
  background-image: url("../assets/img/svg/elearning_white.svg");
}
.services .item:hover .icon.geoestadistica {
  background-image: url("../assets/img/svg/geoestadistica_white.svg");
}
.services .item:hover .icon.team {
  background-image: url("../assets/img/svg/team_white.svg");
}
.services .item:hover .icon.tutor {
  background-image: url("../assets/img/svg/tutor_white.svg");
}
.services .item:hover .icon.education {
  background-image: url("../assets/img/svg/education_white.svg");
}
.services a {
  color: #206DB1;
  display: table;
  height: 250px;
  padding: 50px 20px;
  transition: 0.5s ease all;
  text-decoration: none;
  width: 300px;
}
.services strong {
  font-weight: 500;
}
.services .cont {
  display: table-cell;
  vertical-align: middle;
}
.services .icon {
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  margin: 0 auto 20px;
}
.services .icon.analytic {
  background-image: url("../assets/img/svg/analysis_red.svg");
  height: 80px;
  width: 80px;
}
.services .icon.icon.elearning {
  background-image: url("../assets/img/svg/elearning_red.svg");
  height: 80px;
  width: 90px;
}
.services .icon.icon.geoestadistica {
  background-image: url("../assets/img/svg/geoestadistica_red.svg");
  height: 80px;
  width: 60px;
}
.services .icon.icon.team {
  background-image: url("../assets/img/svg/team_red.svg");
  height: 90px;
  width: 90px;
}
.services .icon.icon.tutor {
  background-image: url("../assets/img/svg/tutor_red.svg");
  height: 80px;
  width: 80px;
}
.services .icon.icon.education {
  background-image: url("../assets/img/svg/education_red.svg");
  height: 75px;
  width: 75px;
}

.bullet-icon::before {
  content: "";
  background-color: #C7000A;
  display: inline-block;
  height: 16px;
  margin-right: 26px;
  width: 18px;
}

.home-news .carousel-inner {
  border-radius: 20px;
}
.home-news .blur {
  position: relative;
}
.home-news .blur::before {
  content: "";
  background-color: rgba(14, 53, 92, 0.7);
  height: 100%;
  position: absolute;
  width: 100%;
}
.home-news .carousel-caption {
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
  width: 56%;
}
.home-news .carousel-caption .time {
  display: block;
  font-size: 20px;
  margin-bottom: 20px;
}
.home-news .carousel-caption .title {
  font-weight: bold;
}
.home-news .carousel-caption .btn {
  margin-top: 20px;
}
.home-news .carousel.slide {
  margin-bottom: 30px;
}
.home-news .carousel.slide .arrow-icon span {
  background-color: #C7000A;
  color: #FFF;
  height: 78px;
  width: 78px;
}
.home-news .carousel.slide .arrow-icon:first-of-type span {
  left: -50%;
}
.home-news .carousel.slide .arrow-icon:last-of-type span {
  right: -50%;
}
.home-news .news-card .card-title {
  color: #333333;
}
.home-news .news-card .card-footer {
  color: #206DB1;
}
.home-news .news-card .card-footer .bullet-icon::before {
  height: 15px;
  margin-right: 12px;
  position: relative;
  top: 1px;
  width: 16px;
}

.visit-us {
  background-image: url("../assets/img/visit-us-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #FFF;
  padding: 40px 0;
}
.visit-us .title {
  color: #FFF;
}
.visit-us a {
  margin-right: 5%;
}
.visit-us a:last-of-type {
  margin-right: 0;
}

.social-links {
  background: #206DB1;
  border-radius: 50%;
  color: #FFF;
  display: inline-block;
  font-size: 22px;
  height: 40px;
  line-height: 38px;
  margin-right: 4%;
  padding: 2px 5px;
  text-align: center;
  width: 40px;
}
.social-links:hover {
  color: #FFF;
  opacity: 0.6;
}
.social-links.twitter {
  line-height: 40px;
}
.social-links:last-of-type {
  margin-right: 0;
}

.late-post .container {
  text-align: center;
}
.late-post .post {
  background-color: #FFF;
  border-radius: 20px;
  box-shadow: 0 0 6px rgba(160, 160, 160, 0.1);
  display: inline-block;
  padding: 30px;
  text-align: center;
  width: 300px;
}
.late-post .post:nth-of-type(2) {
  margin: 0 15px;
}
.late-post .post img {
  display: block;
  margin-bottom: 26px;
  width: 100%;
}
.late-post .post .date {
  display: block;
  font-size: 14px;
  margin-bottom: 30px;
}
.late-post .post .date.bullet-icon::before {
  height: 12px;
  margin-right: 10px;
  width: 12px;
}
.late-post .post .title {
  font-weight: bold;
}
.late-post .post .bottom-btn .btn {
  font-size: 14px;
  padding: 8px;
  width: 144px;
}
.late-post .post .post-footer {
  font-size: 12px;
  margin-top: 40px;
}
.late-post .post .post-footer .social-icon {
  margin-top: 6px;
}
.late-post .post .post-footer .social-links {
  background-color: #333333;
  font-size: 16px;
  height: 30px;
  line-height: 28px;
  vertical-align: text-top;
  width: 30px;
}
.late-post .post .post-footer .social-links.twitter {
  line-height: 30px;
}

.national-population {
  background-image: url("../assets/img/populationbg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  color: #FFF;
  padding: 40px 0;
}
.national-population .wrap-map {
  max-width: 600px;
  margin-top: -30px;
  display: inline-block;
}
.national-population .header-section .title {
  color: #FFF;
}
.national-population .selectFilter {
  border-radius: 10px;
  display: block;
  font-size: 22px;
  height: 60px;
  margin: -20px auto 60px;
  outline: none;
  padding: 0 20px;
  width: 400px;
}
.national-population strong {
  display: block;
}
.national-population .col-btn {
  padding-left: 6%;
}
.national-population .map .leyend {
  bottom: 0;
  left: 220px;
  position: relative;
  max-width: 400px;
}
.national-population .map .list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.national-population .map .list li {
  float: left;
  margin: 0 4% 16px 0;
  width: 48%;
}
.national-population .map .list li:nth-of-type(even) {
  margin-right: 0;
}
.national-population .map .list .square {
  display: inline-block;
  height: 26px;
  margin-right: 14px;
  position: relative;
  top: 8px;
  width: 36px;
}
.national-population .map .list .square.one {
  background-color: #C7000A;
}
.national-population .map .list .square.two {
  background-color: #81373B;
}
.national-population .map .list .square.three {
  background-color: #FE3F49;
}
.national-population .map .list .square.four {
  background-color: #7E0006;
}
.national-population .statistics {
  padding-left: 6%;
}
.national-population .global {
  margin-bottom: 40px;
  font-size: 24px;
}
.national-population .global .number {
  font-size: 40px;
  margin-top: 6px;
}
.national-population .global > div:last-of-type {
  padding-left: 30px;
}
.national-population .breakdown {
  font-size: 14px;
}
.national-population .breakdown .icon {
  background-color: #206DB1;
  color: #FFF;
  display: block;
  float: left;
  font-size: 30px;
  height: 58px;
  line-height: 58px;
  margin-right: 14px;
  position: relative;
  text-align: center;
  top: -6px;
  width: 58px;
}
.national-population .breakdown .icon.family {
  font-size: 23px;
}
.national-population .breakdown .icon.family .fa-child {
  font-size: 12px;
  margin: 0 -6px 0 -4px;
}
.national-population .breakdown .row {
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, white 50%, rgba(255, 255, 255, 0) 100%);
  background-size: 100% 3px;
  background-position: left bottom;
  background-repeat: no-repeat;
}
.national-population .breakdown .row > div {
  padding-bottom: 22px;
  padding-top: 22px;
}
.national-population .breakdown .row:first-of-type .right-border {
  background-image: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 100%);
}
.national-population .breakdown .row:last-of-type {
  background: none;
}
.national-population .breakdown .row:last-of-type .right-border {
  background-image: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
}
.national-population .breakdown .row .right-border {
  background-size: 3px 100%;
  background-position: right;
  background-repeat: no-repeat;
}
.national-population .breakdown .number {
  font-size: 22px;
  margin-top: 6px;
}
.national-population .btn-blue {
  width: 100%;
}
.national-population .bottom-btn {
  margin-top: 0;
}

.multimedia {
  overflow: hidden;
  position: relative;
}
.multimedia::before {
  content: "";
  background-image: url("../assets/img/svg/right-rectangles.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  height: 380px;
  position: absolute;
  left: -182px;
  top: 210px;
  width: 300px;
}
.multimedia::after {
  content: "";
  background-image: url("../assets/img/svg/left-rectangles.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  height: 730px;
  position: absolute;
  right: -190px;
  bottom: 0px;
  width: 320px;
  z-index: -1;
  opacity: 0.8;
}

.followUs {
  background-color: #0E355C;
  padding: 20px 0;
  color: #FFF;
  margin-bottom: 40px;
}
.followUs .content {
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  width: 600px;
}
.followUs .social-icon {
  font-size: 23px;
  width: 59%;
}
.followUs .social-icon span, .followUs .social-icon strong {
  display: block;
}
.followUs .social-icon strong {
  font-size: 32.3px;
  margin: 4px 0 20px;
}
.followUs .pub {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 41%;
}
.followUs .pub img {
  width: 100%;
}

/*==========================================================================================================
============================================== TEMPLATE STYLES =============================================
==========================================================================================================*/
.banner {
  padding: 50px 0;
  width: 100%;
}
.banner.bigger {
  padding: 120px 0;
}
.banner.has-bg {
  overflow: hidden;
  position: relative;
}
.banner.has-bg::before {
  content: "";
  background-color: rgba(14, 53, 92, 0.4);
  display: block;
  height: 100%;
  position: absolute;
  top: 18px;
  width: 100%;
}
.banner.has-bg.full-coverBG::before {
  top: 0;
}
.banner.has-bg h1 {
  position: relative;
  z-index: 1;
}
.banner.simple {
  background-color: #0E355C;
}
.banner.flag, .banner.files, .banner.search, .banner.history, .banner.news, .banner.service, .banner.contact, .banner.about, .banner.transparency, .banner.publication, .banner.publication-alt, .banner.censo, .banner.censoB, .banner.province {
  background-repeat: no-repeat;
  background-size: 100%;
}
.banner.flag {
  background: url("../assets/img/banner/despacho_banner.png") 0 96%;
}
.banner.files {
  background-image: url("../assets/img/banner/temple_file_banner.jpg");
}
.banner.search {
  background-image: url("../assets/img/banner/search_banner.jpg");
}
.banner.history {
  background-image: url("../assets/img/banner/history_banner.jpg");
}
.banner.news {
  background-image: url("../assets/img/banner/news_banner.jpg");
}
.banner.service {
  background: url("../assets/img/banner/servicios_banner.jpg") center center;
}
.banner.contact {
  background: url("../assets/img/banner/contact_banner.jpg") center center;
}
.banner.about {
  background: url("../assets/img/banner/about_banner.jpg") center center;
}
.banner.transparency {
  background: url("../assets/img/banner/transparencia_banner.jpg") center center;
}
.banner.publication {
  background: url("../assets/img/banner/publicaciones_banner.jpg") center center;
}
.banner.publication-alt {
  background: url("../assets/img/banner/publicaciones02_banner.jpg") center center;
}
.banner.censo {
  background: url("../assets/img/banner/censo_banner.jpg") center center;
}
.banner.censoB {
  background: url("../assets/img/banner/agropecuaria_banner.jpg") center center;
}
.banner.province {
  background: url("../assets/img/banner/samana_banner.jpg") center center;
}
.banner h1 {
  color: #FFF;
  font-weight: bold;
  margin: 0;
}
.banner .center-text {
  text-align: center;
}
.banner .research-icon {
  height: 52;
  margin-right: 20px;
  position: relative;
  top: 17px;
  width: 52;
}
.banner .hgroup {
  margin: 0 auto;
  position: relative;
  max-width: 650px;
}
.banner .hgroup h3 {
  color: #FFF;
  margin: 0;
  opacity: 0.8;
}
.banner .hgroup .btn {
  color: #0E355C;
  position: absolute;
  right: 84px;
  top: 0;
}
.banner .hgroup .btn .fa-star {
  font-size: 13px;
  margin-left: 5px;
  position: relative;
  top: -2px;
}
.banner .hgroup div.title {
  display: table;
  width: 100%;
}
.banner .hgroup .left-cont, .banner .hgroup .text {
  display: table-cell;
  vertical-align: middle;
}
.banner .hgroup .text {
  width: 80%;
}
.banner .hgroup .link {
  color: #FFF;
}
.banner .hgroup strong {
  display: block;
  font-size: 24px;
  margin-bottom: 5px;
}
.banner .hgroup .icon {
  height: 110px;
  width: 110px;
  background-size: contain;
  display: inline-block;
}
.banner .leyend {
  color: #FFF;
  font-size: 18px;
  margin: 32px auto 0;
  text-align: center;
  max-width: 650px;
}
.banner .filter {
  margin: 26px auto 0;
  max-width: 350px;
}
.banner .filter .dropdown-toggle {
  background-color: #FFF;
  border: 0;
  border-radius: 0;
  font-size: 18px;
  outline: 0;
  padding: 16px;
  position: relative;
  text-align: left;
  width: 100%;
}
.banner .filter .dropdown-toggle::after {
  display: none;
}
.banner .filter .dropdown-toggle .arrow {
  position: absolute;
  right: 16px;
  top: 16px;
}
.banner .filter .search {
  padding: 0 12px;
  width: 100%;
}
.banner .filter .search:hover {
  background-color: transparent !important;
}
.banner .filter .search h5 {
  font-weight: bold;
  margin: 10px 0 6px;
}
.banner .filter .dropdown-item:active {
  background: none;
}
.banner .filter .dropdown-item:hover {
  background-color: rgba(204, 204, 204, 0.7);
}
.banner .filter .dropdown-menu {
  border-radius: 0px;
  border-top: 0px;
  margin: -1px 0 0 -0.5px;
  padding: 0 0 10px;
  transform: translate(0, 0) !important;
  top: 49px !important;
  width: 100.3%;
}
.banner .filter li {
  font-size: 15px;
  padding: 0;
  width: 100%;
}
.banner .filter a {
  color: #333333;
  display: block;
  line-height: initial;
  padding: 6px 12px;
  text-decoration: none;
  white-space: initial;
}

.bread-crumbs {
  background-color: rgba(204, 204, 204, 0.2);
  padding: 18px 0;
  font-size: 14px;
}
.bread-crumbs strong {
  margin-right: 18px;
}
.bread-crumbs .path::after {
  content: "›";
  display: inline-block;
  font-size: 18px;
  margin: 0 10px;
}
.bread-crumbs .path:last-of-type {
  color: #0E355C;
}
.bread-crumbs .path:last-of-type::after {
  display: none;
}

.optionBar {
  background-color: rgba(204, 204, 204, 0.4);
  color: #0E355C;
  height: 56px;
  line-height: 56px;
}
.optionBar .list li {
  float: left;
  margin-right: 20px;
  opacity: 0.9;
}
.optionBar .list li a:hover {
  color: #0E355C;
  text-decoration: none;
}
.optionBar .list li:last-of-type {
  margin-right: 0;
}
.optionBar .list li .icon-mr {
  margin-right: 4px;
}
.optionBar .increase-font {
  vertical-align: top;
}
.optionBar .increase-font span {
  float: left;
}
.optionBar .increase-font span:first-of-type {
  margin-right: 12px;
}
.optionBar .increase-font span.icon {
  cursor: pointer;
  padding: 0 6px;
  position: relative;
}
.optionBar .increase-font span.small {
  font-size: 12px;
  top: 4px;
}
.optionBar .increase-font span.medium {
  font-size: 16px;
}
.optionBar .increase-font span.big {
  font-size: 20px;
  top: -4px;
}
.optionBar .increase-font span.selected, .optionBar .increase-font span:hover {
  color: #C7000A !important;
}

.body-content {
  padding-top: 30px;
  position: relative;
}
.body-content.no-padding {
  padding-top: 0;
}
.body-content.no-padding .accessibility {
  left: 20px;
}
.body-content.no-padding .shareBar {
  right: 20px;
}
.body-content .sidenav {
  background-color: #FFF;
  box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
  line-height: initial;
}
.body-content .sidenav .title {
  box-shadow: 2px 0 10px rgba(51, 51, 51, 0.1);
  color: #0E355C;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 10px 20px;
  text-align: center;
}
.body-content .sidenav a, .body-content .sidenav .static-opt {
  color: #333333;
  display: block;
  padding: 12px 20px;
}
.body-content .sidenav a:hover, .body-content .sidenav a.selected, .body-content .sidenav .static-opt:hover, .body-content .sidenav .static-opt.selected {
  background-color: #0E355C;
  color: #FFF;
  text-decoration: none;
}
.body-content .sidenav a.selected:hover, .body-content .sidenav .static-opt.selected:hover {
  opacity: 1;
}
.body-content .sidenav .static-opt {
  cursor: pointer;
}
.body-content .sidenav .has-submenu {
  position: relative;
}
.body-content .sidenav .has-submenu .static-opt {
  padding-right: 36px;
}
.body-content .sidenav .has-submenu .static-opt::after {
  content: "‹";
  display: inline-block;
  font-size: 28px;
  position: absolute;
  right: 12px;
  top: 5px;
  transform: rotate(90deg);
}
.body-content .sidenav .has-submenu .static-opt.collapsed::after {
  right: 17px;
  transform: rotate(-90deg);
}
.body-content .sidenav .has-submenu .static-opt:hover::after {
  color: #FFF;
}
.body-content .sidenav .has-submenu .list li {
  border-bottom: 1px solid #CCC;
  margin-bottom: 0;
}
.body-content .sidenav .has-submenu .list li a {
  padding: 8px 20px;
}
.body-content .right-col {
  padding-left: 40px;
  font-size: 18px;
  line-height: 28px;
}
.body-content .profile-card {
  margin-bottom: 60px;
  position: relative;
  max-width: 680px;
}
.body-content .profile-card .pic {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  width: 250px;
  z-index: 1;
}
.body-content .profile-card .bio {
  background-color: #0E355C;
  border-radius: 0 145px 145px 0;
  color: #FFF;
  padding: 20px 50px;
  padding-left: 300px;
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 96%;
}
.body-content .profile-card .bio .name {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 14px;
  width: 150px;
}
.body-content .profile-card .bio .name::after {
  content: "";
  background-color: #C7000A;
  border-radius: 30px;
  display: block;
  height: 4px;
  margin-top: 10px;
  width: 82px;
}
.body-content .profile-card .bio .position {
  color: #CCC;
}
.body-content .filter {
  margin-bottom: 22px;
}
.body-content .filter.top-margin {
  margin-top: 30px;
}
.body-content .filter .select {
  background-color: rgba(204, 204, 204, 0.3);
  border: 0;
  border-radius: 30px;
  color: #0E355C;
  height: 38px;
  outline: none;
  padding: 0 16px;
  font-size: 14px;
  font-weight: bold;
}
.body-content .customTable {
  font-size: 16px;
  width: 100%;
}
.body-content .customTable.c-blue thead {
  background-color: #0E355C;
  color: #FFF;
}
.body-content .customTable.c-blue tbody tr {
  background-color: #FFF;
}
.body-content .customTable thead {
  background-color: rgba(204, 204, 204, 0.3);
  font-weight: bold;
}
.body-content .customTable th {
  padding: 6px 20px;
}
.body-content .customTable td {
  padding: 20px;
}
.body-content .customTable tbody tr {
  background-color: #F2F2F2;
  border-bottom: 10px solid #F9F9F9;
  transition: background-color 0.3s ease;
}
.body-content .customTable tbody tr:hover {
  background-color: #FFF;
}
.body-content .customTable tbody tr:last-of-type {
  border-bottom: none;
}
.body-content .customTable .file {
  width: 10%;
}
.body-content .customTable .date {
  line-height: 22px;
  text-align: right;
  width: 22%;
}
.body-content .customTable .date .color-primary, .body-content .customTable .date .download-counter, .body-content .customTable .date em {
  display: block;
}
.body-content .customTable .date .download-counter, .body-content .customTable .date em {
  font-size: 14px;
}
.body-content .customTable .options {
  vertical-align: middle;
}
.body-content .customTable .align-right {
  text-align: right;
}
.body-content .customTable .sortlist {
  cursor: pointer;
}
.body-content .customTable.top-spacing {
  margin-top: 30px;
}

.search-results {
  border-bottom: 1px solid #CCC;
  font-size: 20px;
  padding: 20px 0;
}
.search-results span {
  line-height: 46px;
}
.search-results .general-search input {
  font-size: 16px;
  height: 50px;
  padding: 0 44px 0 22px;
}

.goal {
  color: #FFF;
  font-size: 14px;
  line-height: normal;
  margin-bottom: 40px;
  padding: 40px 60px;
}
.goal:first-of-type {
  margin-top: 40px;
}
.goal:last-of-type {
  margin-bottom: 0;
}
.goal.mission, .goal.vision {
  background-repeat: no-repeat;
  background-size: cover;
}
.goal.mission {
  background-image: url("../assets/img/mision_bg.jpg");
}
.goal.mission .row > div:last-of-type {
  padding-top: 32px;
}
.goal.vision {
  background-image: url("../assets/img/vision_bg.jpg");
  text-align: right;
}
.goal.vision .row div:first-of-type {
  padding-top: 38px;
}
.goal p {
  margin: 0;
}

.call-to-action-pdf {
  background-image: url("../assets/img/gausiann-paper.jpg");
  background-repeat: repeat;
  color: #0E355C;
  font-size: 18px;
  font-weight: bold;
  margin-top: 60px;
}
.call-to-action-pdf .content {
  margin: 0 auto;
  padding: 40px 0;
  width: 56%;
}
.call-to-action-pdf .color-accent {
  display: block;
}
.call-to-action-pdf .btn {
  margin-top: 20px;
}

/*==========================================================================================================
=============================================== SEARCH RESULTS =============================================
==========================================================================================================*/
.arrow-ribbon {
  font-size: 18px;
  margin-bottom: 20px;
  overflow: hidden;
}
.arrow-ribbon .item, .arrow-ribbon .see-more {
  float: left;
}
.arrow-ribbon .item {
  background-color: #206DB1;
  color: #FFF;
  font-size: 14px;
  padding: 10px 16px 10px 20px;
  position: relative;
}
.arrow-ribbon .item::after {
  content: "";
  border-left: 12px solid #206DB1;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  height: 0;
  position: absolute;
  right: -12px;
  top: 0;
  width: 0;
  z-index: 1;
}
.arrow-ribbon .item.results {
  background-color: #0E355C;
  padding-left: 28px;
}
.arrow-ribbon .item.results::after {
  border-left-color: #0E355C;
}
.arrow-ribbon .see-more {
  color: #0E355C;
  margin-left: 40px;
  padding-top: 10px;
}
.arrow-ribbon .see-more:hover {
  text-decoration: underline;
}

.r-services, .r-statistic, .r-news {
  margin-bottom: 46px;
}

.r-services .row {
  margin-bottom: -30px;
}
.r-services .col-md-3 {
  margin-bottom: 30px;
}
.r-services .block-item {
  background-color: #FFF;
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
  display: table;
  height: 200px;
  text-align: center;
  width: 100%;
}
.r-services .block-item a {
  color: #206DB1;
  display: table-cell;
  height: 100%;
  border-radius: 20px;
  padding: 30px;
  text-decoration: none;
  vertical-align: middle;
  width: 100%;
  transition: all 0.3s ease;
}
.r-services .block-item a:hover {
  background-color: #0e355c;
}
.r-services .block-item a:hover span {
  color: #fff;
}
.r-services .block-item img {
  display: block;
  margin: 0 auto 30px;
}

.register_list.multiline .register {
  text-decoration: none;
  transition: all 0.3s ease;
}
.register_list.multiline .register .descrip {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.3;
  display: block;
  padding: 0 1rem 1rem 0;
}
.register_list.multiline .register:hover {
  background-color: #f9f9f9;
  box-shadow: 0 2px 20px rgba(204, 204, 204, 0.7);
}
.register_list::after {
  content: "";
  clear: both;
  display: block;
}
.register_list .register {
  background-color: rgba(204, 204, 204, 0.3);
  display: table;
  margin-bottom: 2%;
  width: 100%;
}
.register_list .register a {
  color: #0E355C;
  display: block;
  text-decoration: none;
  transition: all 0.3s ease;
}
.register_list .register a:hover {
  background-color: #f9f9f9;
  box-shadow: 0 2px 20px rgba(204, 204, 204, 0.7);
}
.register_list .register .cel {
  color: #333333;
  display: table-cell;
  vertical-align: middle;
}
.register_list .register .cel:first-of-type, .register_list .register .cel:last-of-type {
  padding: 26px 30px;
}
.register_list .register .cel.small {
  width: 10%;
}
.register_list .register .cel.pic {
  padding: 0;
  width: 30%;
}
.register_list .register .title {
  color: #0E355C;
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: initial;
}
.register_list .register .shelter-icon {
  height: 58px;
  width: 50px;
}
.register_list .register .date {
  color: rgba(14, 53, 92, 0.6);
  display: block;
  font-size: 14px;
}
.register_list .register .date.top {
  margin-top: 16px;
}
.register_list .register .date.bottom {
  color: #333333;
  font-size: 12px;
  margin-bottom: 5px;
}
.register_list .register .size {
  color: #C7000A;
  display: block;
  font-size: 12px;
  text-align: center;
}

.values {
  margin-top: 90px;
}
.values .row > div:first-child {
  height: 280px;
}

.hm-carousel.circle {
  position: relative;
}
.hm-carousel.circle .value-header {
  background-color: #FFF;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
  color: #0E355C;
  font-size: 14px;
  height: 142px;
  left: 50%;
  padding-top: 48px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  text-align: center;
  width: 142px;
}
.hm-carousel.circle .value-header::before {
  content: "";
  border: 12px solid #e2e2e2;
  border-radius: 50%;
  display: block;
  height: 280px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  width: 280px;
}
.hm-carousel.circle .value-header strong {
  display: block;
  font-size: 22px;
}
.hm-carousel.circle .tab-anchor {
  background-color: #FFF;
  border: 6px solid #e2e2e2;
  border-radius: 50%;
  height: 80px;
  line-height: 84px;
  position: absolute;
  text-align: center;
  width: 80px;
}
.hm-carousel.circle .tab-anchor:nth-of-type(1) {
  left: 50%;
  transform: translateX(-50%);
  top: -27px;
}
.hm-carousel.circle .tab-anchor:nth-of-type(2) {
  right: -25px;
  top: 80px;
}
.hm-carousel.circle .tab-anchor:nth-of-type(3) {
  bottom: -30px;
  right: 20px;
}
.hm-carousel.circle .tab-anchor:nth-of-type(4) {
  bottom: -30px;
  left: 20px;
}
.hm-carousel.circle .tab-anchor:nth-of-type(5) {
  left: -25px;
  top: 80px;
}
.hm-carousel.circle .tab-anchor.selected {
  border-color: #206DB1;
}
.hm-carousel.circle .tab-anchor .icon {
  height: 30px;
  width: 26px;
}
.hm-carousel .tab-anchor {
  cursor: pointer;
  transition: all 0.3s ease;
}

.timeline-carousel {
  margin: 30px 0 50px;
  position: relative;
  text-align: center;
}
.timeline-carousel.cbtn-active {
  padding: 0 60px;
}
.timeline-carousel.cbtn-active .scrollBtn {
  display: block;
}
.timeline-carousel .tabs-link {
  font-size: 0;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
}
.timeline-carousel .tabs-link .tab-anchor {
  background-color: #dedede;
  color: #0E355C;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  margin: 0;
  padding: 10px;
  position: relative;
  text-align: center;
  width: 25%;
}
.timeline-carousel .tabs-link .tab-anchor:hover {
  background-color: #0E355C;
  color: #FFF;
}
.timeline-carousel .tabs-link .tab-anchor::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  background-color: #FFF;
  top: 0;
  bottom: 0;
  left: 0;
}
.timeline-carousel .tabs-link .tab-anchor:first-of-type::before {
  display: none;
}
.timeline-carousel .tabs-link .tab-anchor.selected {
  background-color: #0E355C;
  color: #FFF;
}
.timeline-carousel .scrollBtn {
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
}
.timeline-carousel .scrollBtn span {
  background-color: #FFF;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.2);
  color: #0E355C;
  cursor: pointer;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  width: 36px;
}
.timeline-carousel .scrollBtn span:hover {
  background-color: #0E355C;
  color: #FFF;
}
.timeline-carousel .scrollBtn span#left-button {
  left: -60px;
}
.timeline-carousel .scrollBtn span#right-button {
  right: 60px;
}

.tab-container > div {
  display: none;
}
.tab-container > div.is-active {
  display: block;
}

.fadeIn {
  animation: fadein 0.8s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.period:first-of-type .date::before {
  background-color: #F9F9F9;
}
.period:first-of-type .date::after {
  content: "";
  background-color: #C7000A;
  border-radius: 50%;
  bottom: 10px;
  display: block;
  height: 32px;
  position: absolute;
  right: -17px;
  width: 32px;
}
.period .date, .period .content {
  float: left;
}
.period .date {
  text-align: right;
  width: 20%;
  padding: 60px 38px 0 0;
  position: relative;
  z-index: 1;
}
.period .date::before {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
}
.period .date::before {
  background-color: #C7000A;
  bottom: 19px;
  height: 14px;
  right: -8px;
  width: 14px;
  z-index: 1;
}
.period .date small {
  display: block;
  font-weight: bold;
  margin-bottom: -5px;
}
.period .date .color-primary {
  font-size: 24px;
}
.period .content {
  border-left: 2px dashed #C7000A;
  padding: 20px 0 20px 60px;
  position: relative;
  width: 80%;
}
.period .content::before {
  content: "";
  background-color: #F9F9F9;
  border-radius: 50%;
  display: block;
  height: 60px;
  left: -31px;
  position: absolute;
  top: 57px;
  width: 60px;
}
.period .content .title {
  color: #0E355C;
  font-weight: bold;
  margin-bottom: 30px;
}
.period .content .title span {
  background-color: #0E355C;
  border-radius: 3px;
  color: #FFF;
  display: inline-block;
  margin-left: 10px;
  padding: 2px 16px;
}

/*==========================================================================================================
=============================================== NEWS SECTION ===============================================
==========================================================================================================*/
.main-news {
  margin-bottom: 160px;
  position: relative;
}
.main-news.less-margin {
  margin-bottom: 40px;
}
.main-news .footer {
  background-color: #FFF;
  bottom: -114px;
  color: #0E355C;
  left: 50%;
  margin: 0 auto;
  padding: 14px 30px;
  position: absolute;
  transform: translateX(-50%);
  width: 90%;
}
.main-news .footer .title {
  font-weight: bold;
}
.main-news .footer .date {
  display: block;
  font-size: 14px;
  margin-top: 20px;
  opacity: 0.8;
}

.h-news-section {
  border-bottom: 2px solid #CCC;
  margin-bottom: 35px;
  padding-bottom: 6px;
}
.h-news-section h4 {
  font-weight: bold;
  margin: 0;
}
.h-news-section.top-spacing {
  margin-top: 50px;
}

.news-sidebar {
  padding-left: 40px;
}
.news-sidebar .block {
  margin-bottom: 60px;
}
.news-sidebar .block:last-of-type {
  margin-bottom: 0;
}
.news-sidebar .block .title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 16px;
}
.news-sidebar .block .bottom-btn {
  margin-top: 20px;
}
.news-sidebar .block .bottom-btn button {
  border-radius: 0;
  padding: 10px;
  width: 100%;
}
.news-sidebar .block .bottom-btn a.leyend {
  text-decoration: underline;
}
.news-sidebar .block .poll {
  font-size: 18px;
}
.news-sidebar .block .poll label {
  display: block;
}
.news-sidebar .block.subscribe input[type=text] {
  font-style: italic;
  height: 50px;
  padding: 0 18px;
}
.news-sidebar .block.recent-post li {
  background-color: rgba(204, 204, 204, 0.3);
  border-bottom: 2px solid rgba(204, 204, 204, 0.3);
  font-size: 16px;
  margin-bottom: 0;
  transition: 0.3s ease all;
}
.news-sidebar .block.recent-post li:last-of-type {
  border-bottom: 0;
}
.news-sidebar .block.recent-post li:hover {
  background-color: #FFF;
  border-bottom-color: transparent;
  box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
}
.news-sidebar .block.recent-post li:hover a {
  color: #0E355C;
}
.news-sidebar .block.recent-post li a {
  color: #333333;
  display: block;
  padding: 20px 30px;
  text-decoration: none;
}
.news-sidebar .block.recent-post li .time {
  color: #333333;
  display: block;
  font-size: 14px;
  margin-top: 12px;
  opacity: 0.7;
}

.main-header-news {
  margin-bottom: 30px;
}
.main-header-news .headband {
  border-bottom: 1px solid #CCC;
  margin-bottom: 18px;
  padding-bottom: 2px;
}
.main-header-news .headband .type {
  font-size: 22px;
  margin-bottom: 0;
}
.main-header-news .headband .type::before {
  content: "";
  background-color: #C7000A;
  display: inline-block;
  height: 2px;
  margin-right: 12px;
  position: relative;
  top: -6px;
  width: 30px;
}
.main-header-news .headband .detail {
  font-size: 14px;
  line-height: 38px;
}
.main-header-news .headband .detail span:first-of-type {
  margin-right: 16px;
}
.main-header-news h2 {
  color: #0E355C;
  font-weight: bold;
}

.news-body {
  font-size: 18px;
}

.bottom-news, .comment-section {
  margin-top: 60px;
}

.separator {
  margin-bottom: 30px;
  text-align: center;
}
.separator h2 {
  color: #0E355C;
  font-weight: bold;
}
.separator h4 {
  font-size: 18px;
}
.separator .n-line {
  display: block;
}

/*==========================================================================================================
=============================================== SERVICE SECTION ============================================
==========================================================================================================*/
.about-service {
  position: relative;
  top: -90px;
}
.about-service .block-item-card {
  height: 170px;
  padding: 60px 30px 30px;
}

.block-item-card {
  background-color: #FFF;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
  display: table;
  height: 200px;
  padding: 30px;
  text-align: center;
  width: 100%;
}
.block-item-card strong {
  color: #206DB1;
  display: block;
  margin-top: 12px;
}
.block-item-card strong.big {
  font-size: 26px;
  text-transform: uppercase;
}
.block-item-card .icon {
  background-color: #C7000A;
  border-radius: 50%;
  color: #FFF;
  display: block;
  font-size: 28px;
  height: 60px;
  line-height: 60px;
  left: 50%;
  position: absolute;
  text-align: center;
  top: -30px;
  transform: translateX(-50%);
  width: 60px;
}

.service-section .customTabs {
  width: 100%;
}
.service-section .customTabs .nav-link {
  font-size: 18px;
  padding: 16px;
}

.call-to-action {
  background-color: #0E355C;
  border-radius: 20px;
  color: #FFF;
  font-size: 24px;
  margin: 60px 0;
  padding: 30px 40px;
  max-width: 600px;
}
.call-to-action div {
  text-align: right;
  width: 50%;
}
.call-to-action .btn {
  padding-bottom: 16px;
  padding-top: 16px;
  position: relative;
  top: 12px;
  width: 80%;
}
.call-to-action.small {
  max-width: 400px;
  width: auto;
}
.call-to-action.no-bg {
  background-color: transparent;
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  padding: 0;
}
.call-to-action.no-bg .btn {
  padding: 10px 8px;
  top: 0;
}

/*==========================================================================================================
============================================== CONTACT SECTION==============================================
==========================================================================================================*/
.contact-info {
  font-size: 18px;
}
.contact-info:first-of-type {
  padding-right: 30px;
}
.contact-info:last-of-type {
  padding-left: 30px;
}
.contact-info h4 {
  font-weight: bold;
  margin-bottom: 40px;
}
.contact-info .row {
  margin-bottom: 20px;
}
.contact-info .icon {
  font-size: 24px;
}
.contact-info .call-to-action {
  margin: 40px 0 0;
}
.contact-info .call-to-action div:first-of-type {
  text-align: left;
}

.map iframe {
  height: 400px;
  width: 100%;
}

/*==========================================================================================================
============================================ PUBLICATION SECTION =========================================
==========================================================================================================*/
.highlight-pub .block {
  background-color: rgba(204, 204, 204, 0.3);
  color: #0E355C;
  margin-bottom: 30px;
}
.highlight-pub .block:last-of-type {
  margin-bottom: 0;
}
.highlight-pub .block h4 {
  background-color: #0E355C;
  color: #FFF;
  font-size: 20px;
  padding: 10px;
  text-align: center;
}
.highlight-pub .content {
  padding: 30px;
}
.highlight-pub .img {
  display: block;
  transition: all 0.3s ease;
}
.highlight-pub .img:hover {
  opacity: 0.7;
}
.highlight-pub .full-img {
  margin-bottom: 16px;
}
.highlight-pub .title {
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: initial;
  margin-bottom: 16px;
}
.highlight-pub .title.has-line {
  border-bottom: 1px solid rgba(204, 204, 204, 0.8);
  padding-bottom: 6px;
}
.highlight-pub .list {
  font-size: 14px;
}
.highlight-pub .bottom-btn {
  margin-top: 20px;
}
.highlight-pub .bottom-btn .btn {
  color: #0E355C;
  padding: 10px;
  width: 100%;
}
.highlight-pub .bottom-btn .btn.btn-primary {
  color: #FFF;
}

.download-reader {
  color: #0E355C;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.download-reader .color-accent {
  display: block;
}
.download-reader .acrobat-icon {
  border-radius: 50%;
  display: block;
  height: 80px;
  margin: 0 auto 20px;
  width: 80px;
}
.download-reader .bottom-btn {
  margin-top: 26 px !important;
}
.download-reader .btn {
  margin: 0 auto !important;
  padding: 12px !important;
  width: 90%;
}
.download-reader.top-spacing {
  margin-top: 46px;
}

.publications .pub-title {
  background-color: #0E355C;
  color: #FFF;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 10px 40px;
}
.publications .pub-title .number {
  background-color: #C7000A;
  border-radius: 50%;
  display: inline-block;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
  text-align: center;
  width: 30px;
}
.publications .recent-pub {
  background-color: #0E355C;
  color: #FFF;
  padding: 30px;
}
.publications .recent-pub .headband {
  font-size: 12px;
  line-height: initial;
  margin-bottom: 10px;
}
.publications .recent-pub .headband .type {
  background-color: #C7000A;
  border-radius: 30px;
  padding: 2px 12px;
}
.publications .recent-pub .headband .date {
  font-style: italic;
  opacity: 0.8;
}
.publications .recent-pub .title {
  font-size: 16px;
}
.publications .recent-pub .title a {
  color: #fff;
}
.publications .recent-pub .info {
  font-size: 11px;
  margin-top: 10px;
}
.publications .recent-pub .info span {
  margin-right: 10px;
}
.publications .recent-pub .info span:last-of-type {
  margin-right: 0;
}
.publications .recent-pub .info .icon-mr {
  margin-right: 3px;
}
.publications .recent-pub .bottom-btn {
  margin-top: 0;
}
.publications .recent-pub .bottom-btn .btn {
  border-radius: 0;
  font-size: 14px;
  display: inline-block;
  padding: 8px 10px;
}
.publications .tab-content {
  margin-bottom: 60px;
  line-height: 1.4;
}
.publications .carousel-multi-item .lateral-circular {
  height: 248px;
  position: absolute;
  width: 100%;
}
.publications .carousel-multi-item .lateral-circular .btn-floating {
  background-color: #0E355C;
  border-radius: 50%;
  color: #FFF;
  display: block;
  font-size: 14px;
  line-height: 34px;
  height: 34px;
  position: absolute;
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  width: 34px;
  z-index: 1;
}
.publications .carousel-multi-item .lateral-circular .btn-floating:hover {
  background-color: #C7000A;
}
.publications .carousel-multi-item .lateral-circular .btn-floating:first-of-type {
  left: -16px;
}
.publications .carousel-multi-item .lateral-circular .btn-floating:last-of-type {
  right: -16px;
}
.publications .carousel-multi-item .carousel-indicators {
  margin: 20px 0 0;
  position: relative;
}
.publications .carousel-multi-item .carousel-indicators li {
  background: transparent;
  border: 2px solid rgba(51, 51, 51, 0.4);
  border-radius: 50%;
  height: 10px;
  margin: 0 12px 0 0;
  opacity: 1;
  width: 10px;
}
.publications .carousel-multi-item .carousel-indicators li:last-of-type {
  margin-right: 0;
}
.publications .carousel-multi-item .carousel-indicators li.active {
  background-color: #0E355C;
  border-color: #0E355C;
}

.pub_list {
  display: table;
}
.pub_list .caption {
  display: table-caption;
  color: #0E355C;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 14px;
}
.pub_list .register {
  font-size: 16px;
  padding: 30px 0 !important;
  border-bottom: 1px solid #D8D8D8;
}
.pub_list .register:last-of-type .cel {
  border-bottom: 0;
}
.pub_list .cel {
  border-bottom: 1px solid rgba(204, 204, 204, 0.6);
  display: table-cell;
  vertical-align: top;
}
.pub_list .cel.pic {
  padding-left: 0;
  padding-right: 0;
  width: 22%;
  transition: all 0.3s ease;
}
.pub_list .cel.pic:hover {
  opacity: 0.7;
}
.pub_list .cel.button {
  padding-top: 42px;
  width: 20%;
}
.pub_list .cel.button .btn {
  border-radius: 0;
  font-size: 14px;
  width: 100%;
}
.pub_list .cel.button .size {
  display: block;
  font-size: 13px;
  margin-top: 12px;
  text-align: center;
}
.pub_list .cel.button .size .icon-mr {
  margin-right: 2px;
}
.pub_list .headband {
  font-size: 15px;
  margin-bottom: 16px;
}
.pub_list .headband .type {
  background-color: #C7000A;
  border-radius: 30px;
  color: #FFF;
  display: inline-block;
  margin-left: 20px;
  padding: 4px 12px;
}
.pub_list .headband .date {
  font-style: italic;
}
.pub_list .title {
  display: block;
  font-size: 20px;
  margin-bottom: 16px;
  color: #000;
  font-weight: bold;
}
.pub_list p {
  margin: 0;
  color: #494d50;
  font-size: 15px;
}
.pub_list .share {
  margin-top: 20px;
}
.pub_list .share .share-txt {
  font-size: 12px;
  margin-right: 10px;
}
.pub_list .share .social-links {
  background-color: #0E355C;
  font-size: 14px;
  height: 30px;
  line-height: 30px !important;
  margin-right: 6px;
  width: 30px;
}
.pub_list .share .social-links:hover {
  background-color: #c7000a;
}

.pub-detail {
  margin-bottom: 60px;
}
.pub-detail .book-cover {
  padding-left: 70px;
  position: relative;
}
.pub-detail .share-pub {
  left: 15px;
  position: absolute;
  top: 0;
}
.pub-detail .share-pub .cc-print {
  background-color: rgba(204, 204, 204, 0.6);
  border-radius: 30px;
  margin-bottom: 20px;
  padding: 16px 0;
  width: 30px;
}
.pub-detail .share-pub .cc-print .icon {
  color: #333333;
  display: block;
  font-size: 18px;
  margin-bottom: 16px;
  text-align: center;
  width: 100%;
}
.pub-detail .share-pub .cc-print .icon:last-of-type {
  margin-bottom: 0;
}
.pub-detail .share-pub .social-links {
  display: block;
  font-size: 12px;
  height: 30px;
  line-height: 26px !important;
  margin-bottom: 12px;
  width: 30px;
}
.pub-detail .share-pub .social-links.facebook {
  background-color: #3a559f;
}
.pub-detail .share-pub .social-links.twitter {
  background-color: #1cb7eb;
}
.pub-detail .share-pub .social-links.linkedin {
  background-color: #0077b7;
}
.pub-detail .share-pub .social-links.whatsapp {
  background-color: #2ab200;
  font-size: 15px;
}
.pub-detail .share-pub .social-links:last-of-type {
  margin-bottom: 0;
}
.pub-detail header {
  margin-bottom: 30px;
}
.pub-detail header strong {
  display: block;
  font-size: 14px;
}
.pub-detail header .title {
  color: #0E355C;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0;
}
.pub-detail header .info {
  font-size: 13px;
  margin-top: 4px;
}
.pub-detail header .info .date {
  margin-right: 30px;
}
.pub-detail header .info span {
  margin-left: 8px;
}
.pub-detail .pub-relates {
  font-size: 15px;
}
.pub-detail .pub-relates .row > div {
  padding-bottom: 10px;
}
.pub-detail .pub-relates .row:last-of-type > div {
  padding-bottom: 0;
}
.pub-detail .pub-relates .col-md-4 {
  text-align: right;
}
.pub-detail .pub-relates .col-md-8 {
  border-left: 1px solid #CCC;
}
.pub-detail .pub-relates .bottom-btn {
  font-size: 0;
  margin-top: 24px;
}
.pub-detail .pub-relates .bottom-btn .btn {
  border-radius: 0;
  display: inline-block;
  font-size: 14px;
  padding: 8px 12px;
  width: 120px;
  margin: 0;
}
.pub-detail .download-reader {
  font-size: 16px;
  margin-top: 26px;
  width: 80%;
}
.pub-detail .download-reader .acrobat-icon {
  height: 60px;
  width: 60px;
}
.pub-detail .download-reader .bottom-btn {
  margin-top: 20px;
}
.pub-detail .download-reader .bottom-btn .btn {
  font-size: 14px;
  padding: 8px 12px;
}

/*==========================================================================================================
================================================= STATISTICS ===============================================
==========================================================================================================*/
.statistics_category {
  margin-top: 36px;
}
.statistics_category .item, .statistics_category .content, .statistics_category .icon {
  transition: all 0.3s ease;
}
.statistics_category .item {
  background-color: rgba(204, 204, 204, 0.5);
  height: 200px;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
  width: 100%;
}
.statistics_category .item:hover {
  background-color: rgba(204, 204, 204, 0.3);
}
.statistics_category .item:hover .content {
  color: #0E355C;
}
.statistics_category .item:hover .icon {
  filter: grayscale(0);
}
.statistics_category .item .content {
  color: #333333;
  left: 0;
  padding: 20px 30px;
  position: absolute;
  text-decoration: none;
  transform: translateY(-50%);
  top: 50%;
  width: 100%;
}
.statistics_category .item .icon {
  display: block;
  filter: grayscale(100%);
  margin: 0 auto 12px;
}

.geographicMap .title {
  margin: 36px 0 46px;
  text-align: center;
}
.geographicMap .map {
  padding-right: 36px;
  position: relative;
}
.geographicMap .map .hoverMap {
  left: 0;
  height: 100%;
  padding: 0 36px 0 15px;
  position: absolute;
  top: 0;
  width: 100%;
}
.geographicMap .map .hoverMap img {
  display: block;
  width: 100%;
}
.geographicMap li {
  margin-bottom: 12px;
}
.geographicMap li:last-of-type {
  margin-bottom: 0;
}
.geographicMap .province {
  color: #333333;
  text-decoration: none;
}
.geographicMap .province:hover {
  font-weight: bold;
}

.province-detail {
  background-color: #FFF;
  margin-top: 30px;
  padding: 56px 15px 15px;
  position: relative;
}
.province-detail header {
  background-color: #0E355C;
  color: #FFF;
  left: 0;
  padding: 8px 20px;
  position: absolute;
  top: 0;
  width: 100%;
}
.province-detail .table {
  margin-bottom: 0;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
}

.statistics-prov {
  background-color: #FFF;
}
.statistics-prov header {
  background-color: #0E355C;
  color: #FFF;
  padding: 10px;
}
.statistics-prov header .cap {
  display: block;
  font-size: 16px;
  opacity: 0.8;
}
.statistics-prov header .main {
  font-size: 24px;
}
.statistics-prov .content {
  padding: 30px;
}
.statistics-prov p:last-of-type {
  border-bottom: 1px solid #CCC;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.statistics-prov .thumbnail {
  position: relative;
}
.statistics-prov .thumbnail .btn {
  font-size: 14px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

/*==========================================================================================================
============================================ MULTIMEDIA SECTION ============================================
==========================================================================================================*/
.media-header {
  margin-bottom: 20px;
}
.media-header > div:last-of-type {
  text-align: right;
}
.media-header .anchor-elem {
  display: inline-block;
  margin-right: 16px;
  text-align: center;
  width: 60px;
}
.media-header .anchor-elem:hover {
  text-decoration: none;
}
.media-header .anchor-elem:last-of-type {
  margin-right: 0;
}
.media-header .anchor-elem [class^=svg-inline] {
  color: #FE3F49;
  font-size: 30px;
  margin-bottom: 10px;
}
.media-header .anchor-elem span {
  color: #0E355C;
  display: block;
  font-size: 14px;
  font-weight: bold;
}

.media-section header {
  color: #FFF;
  display: block;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}
.media-section header::after {
  content: "";
  background-color: #C7000A;
  display: block;
  height: 2px;
  margin: 14px auto 0;
  width: 60px;
}

.video-gallery {
  background-color: #0E355C;
  padding-bottom: 40px;
  position: relative;
}
.video-gallery::before {
  content: "";
  background-color: #FFF;
  height: 160px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.video-gallery .main-video {
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}
.video-gallery .main-video a {
  min-height: 350px;
  background-size: cover;
  background-position: center;
  display: block;
  position: relative;
}
.video-gallery .main-video a::before {
  content: "";
  background: linear-gradient(to top, #0E355C, transparent);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.video-gallery .main-video .playbtn {
  font-size: 22px;
  height: 60px;
  line-height: 64px;
  top: 45%;
  width: 60px;
  z-index: 3;
}
.video-gallery .main-video .title {
  bottom: 40px;
  font-size: 20px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 50%;
  z-index: 3;
}
.video-gallery .main-video .time {
  bottom: 20px;
  font-size: 14px;
  padding: 6px 10px;
  right: 20px;
  z-index: 3;
}

.card-media a {
  display: block;
  height: 100%;
  position: relative;
  z-index: 1;
}
.card-media a:hover {
  text-decoration: none;
}
.card-media a:hover .playbtn {
  background-color: #FFF;
  color: #C7000A;
}
.card-media a:hover .viewbtn {
  background-color: #FFF;
  color: #0E355C;
}
.card-media .thumb {
  margin-bottom: 10px;
  position: relative;
}
.card-media .thumb::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.card-media .playbtn, .card-media .viewbtn, .card-media .time {
  position: absolute;
}
.card-media .playbtn, .card-media .viewbtn {
  border-radius: 50%;
  color: #FFF;
  font-size: 14px;
  height: 40px;
  left: 50%;
  line-height: 44px;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
}
.card-media .playbtn {
  background-color: #C7000A;
}
.card-media .viewbtn {
  background-color: #0E355C;
}
.card-media .title {
  color: #FFF;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: initial;
  text-align: center;
}
.card-media .time {
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 10px;
  color: #FFF;
  font-size: 13px;
  display: inline-block;
  line-height: initial;
  padding: 5px 10px;
  right: 10px;
}
.card-media .relates-image {
  display: none;
}

.picture-gallery {
  background-color: #092541;
  padding: 40px 0;
}

/*==========================================================================================================
=============================================== FOOTER STYLES ==============================================
==========================================================================================================*/
footer {
  line-height: 20px;
  margin-top: 130px;
}
footer .feedback {
  background-color: #0E355C;
  height: 90px;
  position: relative;
}
footer .feedback .content {
  background-color: #FFF;
  box-shadow: 0 0 40px rgba(51, 51, 51, 0.15);
  border-radius: 120px;
  left: 50%;
  padding: 20px 100px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 490px;
}
footer .feedback .title {
  color: #0E355C;
  font-weight: bold;
  margin-bottom: 6px;
}
footer .feedback .btn {
  display: block;
  margin: 20px auto 0;
  padding: 12px 40px;
}
footer .governmentLinks {
  padding: 120px 0 60px;
  text-align: center;
  display: flex;
}
footer .governmentLinks a {
  margin-right: 3%;
  display: block;
}
footer .governmentLinks a img {
  width: 100%;
}
footer .governmentLinks a:last-of-type {
  margin-right: 0;
}
footer .f-body {
  background-color: #0E355C;
  color: #FFF;
  font-size: 13px;
  padding: 60px 0;
  position: relative;
}
footer .f-body .container {
  padding: 0 200px;
}
footer .f-body .col-md-3 {
  padding: 0 30px;
}
footer .f-body strong {
  display: block;
  font-size: 15px;
  font-weight: lighter;
  margin-bottom: 30px;
}
footer .f-body ul {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
footer .f-body li {
  margin-bottom: 12px;
  opacity: 0.5;
  transition: all 0.3s ease;
}
footer .f-body li:hover {
  opacity: 1;
}
footer .f-body li:last-of-type {
  margin-bottom: 0;
}
footer .f-body a {
  color: #FFF;
  text-decoration: none;
}
footer .f-bottom {
  margin-top: 60px;
  text-align: center;
}
footer .f-bottom .ribbon {
  margin-bottom: 24px;
}
footer .f-bottom .ribbon::before, footer .f-bottom .ribbon::after {
  content: "";
  background-image: url("../assets/img/svg/footer_division.svg");
  background-size: 100%;
  display: inline-block;
  height: 2px;
  width: 100px;
}
footer .f-bottom .ribbon::before {
  margin-right: 20px;
}
footer .f-bottom .ribbon::after {
  margin-left: 20px;
}
footer .f-bottom p {
  margin: 0 auto;
  width: 270px;
}
footer .f-bottom .f-link {
  margin: 24px 0;
}
footer .f-bottom .f-link a {
  border-right: 1px solid #FFF;
  padding: 0 10px;
}
footer .f-bottom .f-link a:first-of-type {
  padding-left: 0;
}
footer .f-bottom .f-link a:last-of-type {
  border-right: 0;
  padding-right: 0;
}
footer .f-bottom .f-link a:hover {
  text-decoration: underline;
}
footer .f-bottom .f-copy {
  margin: 0 auto;
  width: 500px;
}
footer .f-bottom .f-copy img {
  display: block;
  margin: 24px auto 0;
}

 .stamp-container {
    position: absolute;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    right: 9rem;
    width: 14rem;
    bottom: 9rem;
}

 .stamp-container-relative {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    right: 9rem;
    width: 25rem;
    bottom: 9rem;
}

 .stamp-box {
    width: 100px;
    height: 112px;
    position: relative;
}

 .stamp {
    width: 100%;
    height: 100px;
    position: absolute;
}

 .stack-top {
    z-index: 9;
}
