/**
 * @file
 * Subtheme specific CSS.
 */
.block-views-blockhomepage-layout-block-1 a {
  color: #2196f3 !important;
  text-decoration: none;
}

.node--type-page a {
  color: #2196f3;
  text-decoration: none;
  background-color: transparent;
}

.node--type-page a:hover {
    color: #0a6ebd;
    text-decoration: underline;
}

.block-field-blocknodepagebody a {
  color: #2196f3 !important;
  text-decoration: none;
}

.block-field-blocknodepagebody a:hover {
    color: #0a6ebd;
    text-decoration: underline;
}

.block-views-blockhomepage-layout-block-1 a:hover {
    color: #0a6ebd;
    text-decoration: underline;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
   margin-bottom: .5rem;
   font-weight: 700;
   line-height: 1.2;
   font-family: "Roboto Condensed", sans-serif;
 }

 #navbar-top {
    background-color: #ffffff !important;
    margin-bottom: 0;
    padding: 0;
    margin-bottom: -10px;
 }

#navbar-main {
    background-color: #ffffff !important;
}

.nav-link {
    padding: 0.3rem !important;
}

 .nav-link a {
    color: rgba(38, 50, 56, 0.54) !important;
    text-decoration: none;
    padding-right: 8px;
    border-right: solid 1px;
}

.nav-link a.is-active {
    color: #263238 !important;;
}

 #header {
    margin-bottom: -20px;
 }

 #block-paho-bootstrap-barrio-subtheme-languageswitcher > div > nav {
    float: right;
    font-size: 0.9rem;
 }

 .header-wrapper {
    border-bottom: 5px solid rgba(0, 0, 0, 0.09);
    margin-bottom: 20px;
 }

 #block-paho-bootstrap-barrio-subtheme-mainnavigation-2 {
    margin-bottom: -20px;
 }

.we-mega-menu-li a {
   --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
   --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
   font-size: 1rem !important;
   text-decoration: none;
 }
 .we-mega-menu-ul>.we-mega-menu-li>a {
  color: #263238;
  font-family: "Roboto", sans-serif;
 }
 .navbar-we-mega-menu {
   background-color: #ffffff;
 }
 .we-mega-menu-ul>.we-mega-menu-li>a, .we-mega-menu-ul>.we-mega-menu-li>span {
   background-color: #ffffff;
 }

 .we-mega-menu-ul>.we-mega-menu-li.active>a {
   background-color: #ffffff;
 }
 .search-block-form {
   margin-top:10px;
 }

 .search-block-form button {
   margin-left:10px;
 }

.site-footer {
  background: #eceff1 !important;
  padding: 2% 0 3% 0 !important;
}

.site-footer .block {
  margin: 0 !important;
}

.site-footer h2, p, a, span {
   color: #707070;
}

.footer-wrapper {
  padding: 2rem 0;
  font-size: .889rem;
}

.f-wrapper-right {
  text-align: right;
}

.f-bottom-left {
  margin-top: 2%;
  padding: 25px;
}

.f-bottom-right {
  margin-top: 5%;
}

.scroll-to-top-button.active {
  bottom: 30px;
  text-decoration: none;
}
.scroll-to-top-button {
  background: #263238;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  -webkit-box-shadow: 0 0 10px 0 rgba(38, 50, 56, 0.5);
  box-shadow: 0 0 10px 0 rgba(38, 50, 56, 0.5);
  border-radius: 50%;
  -webkit-transition: all .25s ease-in-out, bottom .7s ease-in-out;
  transition: all .25s ease-in-out, bottom .7s ease-in-out;
  opacity: .3;
  color: #FFF;
  font-size: 1.5rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  position: fixed;
  right: 2rem;
  bottom: -200px;
  z-index: 800;
}

.scroll-to-top-button:hover {
  background: #263238;
  color: #FFF;
  text-decoration: none;
  opacity: 1;
}

.themag-layout--threecol-section p {
  font-family: "Roboto", sans-serif;
  color: #546e7a;
  font-size: 1.1rem;
}



.field--name-body {
  color: #546e7a;
}

.block-views-blockcontent-recent-block-1 a {
  color: #263238 !important;
  font-size: 1rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.block-views-blockcontent-recent-block-1 time {
  color: #90a4ae;
  font-size: .6667rem;
  line-height: 1;
  font-weight: bold;
}

.block-views-blockcontent-recent-block-1 tr {
  background: #eceff1 !important;
}

.block-views-blockcontent-recent-block-1 h2 {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 20px;
}

.block-views-blockmg-popular-tags-block-1 a {
  background: rgba(38, 50, 56, 0.1);
  padding: .5rem;
  line-height: 1;
  color: #263238 !important;
  font-weight: bold;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.block-views-blockmg-popular-tags-block-1 h2 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  margin-bottom: 20px;
}

.block-search-form-block h2 {
  font-size: 1.2rem;
}

.block-search-form-block input {
  padding-top: 0 !important;
}

.block-search-form-block button {
  padding: 4px 4px 2px 4px;
  margin-top: -1px;
}

#block-paho-bootstrap-barrio-subtheme-shortaboutus-2 p {
  font-size: 1rem;
  color: #546e7a;
  font-family: "Roboto", sans-serif;
}

.cardmenu {
  border: 1px groove #199ad6;
  margin: 3px 0 3px 8px;
  padding: 4px 4px 4px 13px;
  border-radius: 12px;
  background: #d1edfa;
}

.cardmenu .dropcap {
  font-weight: 700;
  display: inline-block;
  float: left;
  font-size: 1.25rem;
  margin-right: 8px;
  margin-top: -3px;
  color: #199ad6;
}

.iframe-container {
  overflow: hidden;
  padding-top: 58.3%;
  position: relative;
  border: 1px solid #dfdfdf;
  margin: 12px 0 24px 0;
}

.iframe-container iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.paises {
  display: flex;
  height: 66px;
  justify-content: space-between;
  align-items: center;
}

.pp-one img {
  width: 62px;
  height: auto;
}

.pp-two {
  width: 78%;
}

.pp-two a {
  color: #444433;
}

.byline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #90a4ae;
  font-size: .875rem;
}

.byline__author-picture img {
  border-radius: 50%;
  width: 40px;
  height: auto;
  margin-right: 20px;
}

.channel {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    line-height: 1;
}

.channel__icon {
    width: .5556rem !important;
    height: 1.1111rem !important;
    margin-right: .3rem !important;
    position: relative;
    background-color: rgb(40, 192, 238) !important;
    border-radius: 0 !important;
}

.channel__icon:before {
  box-shadow: inset 0 0 0 10px rgba(0, 0, 0, 0.1);
  top: -.2778rem;
  left: -.2778rem;
  z-index: 1;
}

.channel__icon:before, .channel__icon:after {
  content: '';
  display: block;
  background-color: inherit;
  position: absolute;
  width: .5556rem;
  height: 1.1111rem;
}

.channel__label a:hover {
    text-decoration: underline;
}

.channel__label a {
    color: #263238;
    text-decoration: none;
    font-weight: 500;
}

.node--type-page p {
  font-family: "Roboto", sans-serif;
  color: #546e7a;
  font-size: 1.1rem;
}

.byline__author-name span {
  color: #90a4ae;
  font-size: 1rem;
  font-weight: 500;
}

.byline__created-date time {
  color: #90a4ae;
  font-size: 1rem;
  font-weight: 500;
}

.publs {
  clear: both;
  padding-bottom: 32px;
  margin-top: 24px;
  margin-bottom: 8px;
}

.publs img {
  float: left;
  margin: 2px 12px 0 0;
}

.site-footer .content ul:not(.menu) {
    padding-left: 0 !important;
}

.tag-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tag-list a {
  display: block;
  background: rgba(38, 50, 56, 0.1);
  padding: .5rem;
  line-height: 1;
  color: #263238;
  font-weight: bold;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  margin-right: 10px;
  margin-bottom: 10px;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.view-duplicate-of-glossary .list-group {
  --bs-list-group-border-width: none;
}

.view-duplicate-of-glossary a {
  font-weight: bold;
  color: #7c7c7c;
  font-size: 1.2rem;
  text-decoration: none;
}

.view-duplicate-of-glossary a:hover {
  font-weight: bold;
  color: #7c7c7c;
  font-size: 1.2rem;
  text-decoration: underline;
}

.specialized-db-wrapper a {
  text-decoration: none;
}

.related-topics-wrapper a {
  text-decoration: none;
}

.knowledge-ac-1-wrapper button {
  text-decoration: none;
}

.knowledge-ac-1-wrapper button:hover {
  text-decoration: none;
}

.btn:active:focus, .btn:focus {
  outline: 0 !important;
  outline-offset: 0 !important;
  box-shadow: none !important;
}

.card-body a {
  text-decoration: none;
}
.knowledge-ac-1-wrapper .btn {
  color: #546e7a !important;
  text-decoration: none !important;
}

.knowledge-ac-2-wrapper .btn {
  color: #546e7a !important;
  text-decoration: none !important;
}

.pahowho-links-wrapper .btn {
  color: #546e7a !important;
  text-decoration: none !important;
}

.article-header__channel{
  margin: 20px 0 20px 0;
}

.byline {
  margin: 20px 0 40px 0;
}

#block-paho-bootstrap-barrio-subtheme-pagetitle-2 {
  margin: 30px 0 10px 0;
}

#block-paho-bootstrap-barrio-subtheme-pagetitle-2 > div.content > h1 {
  color: #707070;
}

#block-paho-bootstrap-barrio-subtheme-breadcrumbs a {
  color: #37474f !important;
}

.float-right {
  float: right !important;
  margin-right: 30px;
}


.path-browse-knowledge-topics-a-z .view-content {
  display: flex ;
  flex-wrap: wrap;
  margin-top: 40px;
}

.path-browse-knowledge-topics-a-z .view-content .views-summary {
  flex: 0 0 40px;
  text-align: center;
}

.path-browse-knowledge-topics-a-z .views-summary a {
  padding: 4px 10px;
  background-color: #ed7036;
  width: 30px;
  color: #fff !important;
  border-radius: 5px;
}

#block-paho-bootstrap-barrio-subtheme-hialogoresponsiveen img {
  float: right;
}



.path-frontpage .layout--threecol-section--33-34-33 p {
  font-family: "Roboto", sans-serif;
  color: #546e7a;
  font-weight: 530;
}

.grid-lg--3-columns ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}

.grid-lg--3-columns li {
  width: 33.33%; /* 3 columns */
  padding: 5px 0;
}

.node--type-themag-landing-page .layout--twocol-section {
  gap: 0 !important;
}

.block-views-blockmg-content-related-by-category-block-1 h2 {
  margin-bottom: 3%;
}

.float-left {
  text-align: left;
}

.float-left i {
  background-color: #ECB640;
  opacity: 1;
  display: block;
  width: .5556rem;
  height: 1.1111rem;
  margin-right: .3rem;
  position: relative;
  display: inline-block;
}

.channel-link a {
  color: #607d8b;
  text-decoration: none;
}

.channel-title a {
  color: #263238;
  font-size: 1.222rem;
  font-weight: bold;
  text-decoration: none;
}

.channel-date time {
  margin-top: .6667rem;
  color: #90a4ae;
  font-size: .6667rem;
  line-height: 1;
  font-weight: bold;
}

.block-field-blocknodearticlefield-paragraphs img {
  width: 25% !important;
  height: 25% !important;
}

.page-vocabulary-channel ul {
  list-style: none;
}

.block-views-blockmg-popular-content-block-3 img {
  width: 60% !important;
  height: auto !important;
}

.view-id-mg_taxonomy_term ul {
  list-style: none;
}