/*
Theme Name: WP Prisma 1
Theme URI: NA
Author: rortiz after Afterimage Designs WP Bootstrap Starter theme
Author URI: NA
Description: WP Prisma custom theme using WP Bootstrap Starter theme
Version: 3.3.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-prisma
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Posts and pages
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
# Woocommerce
# Footer
# Custom Styles
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #FEDE11;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #24292e;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
}
h1.entry-title {
  color: #fff;
  text-align: center;
  font-size: 1.37em;
  font-weight: 600;
}
h1.page-title {
  color: #9AC13B;
  text-align: center;
  font-size: 1.37em;
  font-weight: 600;
  margin-top: 0.47em;
}
h1.page-title strong {
 color: #004A6D;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}
.description {
  word-break: break-word;
}
.textwidget {
  height: 100%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #F1F9EE;
  /* Fallback for when there is no custom background color defined. */
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background: #FFFFFF;
  padding: .94rem 1.4rem .1rem 1.4rem;
}
img.main-logo {
  margin-left: 24px;
  max-width: 364px;
}
div.border-grad {
  padding-top: 2px;
  background: rgb(78,161,64);
  background: -moz-linear-gradient(90deg, rgba(78,161,64,1) 0%, rgba(135,187,39,1) 39%, rgba(253,254,56,1) 92%);
  background: -webkit-linear-gradient(90deg, rgba(78,161,64,1) 0%, rgba(135,187,39,1) 39%, rgba(253,254,56,1) 92%);
  background: linear-gradient(90deg, rgba(78,161,64,1) 0%, rgba(135,187,39,1) 39%, rgba(253,254,56,1) 92%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4ea140",endColorstr="#fdfe38",GradientType=1);
}

.navbar-brand > a {
  font-size: 1.7rem;
  outline: medium none;
  text-decoration: none;
  color: #9AC13B;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
  color: #4EA140;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
ol.breadcrumb a {
  color: #9AC13B;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body.theme-preset-active #masthead .navbar-nav li.active {
  border-bottom: 3px solid #CD834C;
}
body.theme-preset-active #masthead .navbar-nav > li.active > a.nav-link {
  color: #CD834C;
}
body.theme-preset-active #masthead .navbar-nav > li > a.nav-link {
  color: #424949;
  padding: 0.5rem 1.0rem;
  font-weight: 900;
  font-size: 0.9rem;
}

body.theme-preset-active #masthead .navbar-nav > li > a:hover,
body.theme-preset-active #masthead .navbar-nav > li.current_page_item > a {
  color: #CD834C;
  font-weight: 600;
  /*background: #f9f9f9;*/
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Publicaciones menu. */
#pbl-type .nav-tabs a.nav-link {
  color: #53536c;
  font-size: 1.2em;
  font-weight: 600;
}
#pbl-type .nav-tabs a.nav-link.active {
  color: #004A6D;
  border-bottom: 3px solid #004A6D;
}
#pbl-type .nav-tabs .nav-link {
  background-color: #fff;
  border: none;
}
#pbl-type .nav-tabs {
  border-bottom: 2px #ccc dotted;
}
#mpbl div#nav-tabContent {
  width: 100%;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.3rem;
  padding-top: 0.3rem;
}

.dropdown-menu {
  min-width: 12.500rem;
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.27);
  -moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.27);
  box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.27);
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  background: rgba(92, 64, 40, 0.85);
}
.dropdown-menu .dropdown-item {
  white-space: normal;
  background: rgb(205,131,76);
  background: -moz-linear-gradient(90deg, rgba(205,131,76,1) 37%, rgba(164,102,56,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(205,131,76,1) 37%, rgba(164,102,56,1) 100%);
  background: linear-gradient(90deg, rgba(205,131,76,1) 37%, rgba(164,102,56,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cd834c",endColorstr="#a46638",GradientType=1);
  line-height: 1.2;
  color: #FFFFFF;
  font-size: 0.9rem;
  font-weight: 700;

}
.dropdown-menu .dropdown-item:hover {
  background: rgba(92, 64, 40, 0.85);
}
nav.navbar button {
  border: 2px solid #9AC13B;
  border-radius: 7px;
  box-shadow: 0px 0px 2px #888;
  padding: 0.5em 0.6em;
}
nav.navbar button:hover {
  cursor: pointer;
  background-color: #d0f789;
}
nav.navbar button i{
  color: #9AC13B;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

.entry-content {
  min-height: 400px;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 0rem;
  padding-top: 0rem;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer.site-footer {
  background-color: #CD834C; 
  color: #fff;
  font-weight: 700;
  text-align: left;
  font-size: 0.8rem;
}
footer.site-footer a {
  color: #fff;
  text-decoration: none;
}
footer.site-footer a:hover {
  color: #9AC13B;
  text-decoration: none;
}
#site-info img.main-logo {
  padding-top: 0.7em;
  padding-bottom: 0.7em;
  text-align: center;
}
#site-info {
  background-color: #fff;
  padding-bottom: 1.2em;
}
#site-info i.fas, i.fab, i.far {
  color: #9AC13B;
}
#site-info .fa-stack { font-size: 1.4em; }
#site-info i { vertical-align: middle; }
.va-m { display: table; position: relative; }
.va-m a { display: table-cell; vertical-align: middle; color: #222; }
.va-m b { display: table-cell; vertical-align: middle; font-weight: 300; }
.va-m b a { display: inline; vertical-align: middle; font-weight: 300; color: #222; }
.va-m b a:hover { text-decoration: none; color: #333; }

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 90%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 92%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 92%;
  }
}
/*--------------------------------------------------------------
# Custom Styles
--------------------------------------------------------------*/
span.lead {
  margin-top: 14px;
  clear: right;
  float: right;
}
span.lead img {
  width: 32px;
  height: 27px;
  margin-right: 8px;
}
button.btn.btn-search {
  padding: 0.375rem 0.1rem;
}
span.lead > form > label > input {
  text-align: right;
  border: 0px;
  font-size: 0.84rem;
  padding: 0.375rem 0.2rem;
}
span.lead > form  {
  border-bottom: 1px solid #ccc;
}
span.lead > form > label {
  margin-bottom: 2px;
}
span.lead input.form-control:focus {
  border: none;
  box-shadow: none;
}
.ptad {
  padding-top: 1.2rem;
}
.dtad {
  padding-bottom: 1.2rem;
}
.doted {
  border-bottom: 2px #ccc dotted;
}
.continued {
  border-bottom: 2px #ccc solid;
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}
.all-link:hover {
  text-decoration: none;
  color: #9AC13B;
}
.all-link {
  color: #004A6D;
  font-size: 1.07em;
  font-weight: 700;
  margin-bottom: 1em;
}
.expad {
  padding: 1em;
}
.cover-img {
  width: 100%;
  object-fit: cover;
}


/*--------------------------------------------------------------
# NOTICIAS
--------------------------------------------------------------*/
.h-news {
  width: 240px;
  background: rgb(6,94,135);
  background: -moz-linear-gradient(90deg, rgba(6,94,135,1) 37%, rgba(0,74,109,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(6,94,135,1) 37%, rgba(0,74,109,1) 100%);
  background: linear-gradient(90deg, rgba(6,94,135,1) 37%, rgba(0,74,109,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#065e87",endColorstr="#004a6d",GradientType=1);
  display: table;
  padding: 0.4em 0.4em 0.4em 1.4em;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  position: relative;
}
.h-news h1 {
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  font-size: 1.1rem;
  line-height: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: 900;
}
.h-news i.fa-circle {
  color: #fff;
}
.h-news i.fa-bullhorn, .h-news i.fa-images {
  color: #004A6D;
}
.h-news .fa-stack { font-size: 1.2em; margin-left: 1.2em; }
.h-news i { vertical-align: middle; }
.line-news {
  background: rgba(0,74,109,0.87);
  padding-top: 2px;
  margin-left: 14px;
  margin-top: -24px;
}
/*Invert*/
.h-noticias-inv {
  width: 170px;
  background: #fff;
  display: table;
  padding: 0.2em 0.2em 0.2em 1.2em;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  margin: 0em 0em 1em 0em;
}
.h-noticias-inv h1 {
  color: #004A6D;
  display: table-cell;
  vertical-align: middle;
  font-size: 0.8rem;
  line-height: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: 900;
}
.h-noticias-inv i.fa-circle, .h-noticias-inv i.fa-images {
  color: #004A6D;
}
.h-noticias-inv i.fa-bullhorn {
  color: #fff;
}
.h-noticias-inv .fa-stack { font-size: 1em; float: right; }
.h-noticias-inv i { vertical-align: middle; }
/*front-page main*/
#news-main {
  height: 100%;
}
#news-main h2 {
  color: #fff;
  font-weight: 700;
  font-size: 1.4em;
  margin-bottom: 1em;
}
#news-main label {
  color: #D1A32B;
  font-weight: 700;
  position: absolute;
  bottom: 1em;
  font-size: 1.07em;
  margin-bottom: -0.24em;
}
#news-main a:hover {
  text-decoration: none !important;
}
#news-main a:hover h2 {
  color: #9AC13B;
}
#news-main div.news-inner {
  background: rgb(6,94,135);
  background: -moz-linear-gradient(90deg, rgba(6,94,135,0.87) 37%, rgba(0,74,109,0.87) 100%);
  background: -webkit-linear-gradient(90deg, rgba(6,94,135,0.87) 37%, rgba(0,74,109,0.87) 100%);
  background: linear-gradient(90deg, rgba(6,94,135,0.87) 37%, rgba(0,74,109,0.87) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#065e87",endColorstr="#004a6d",GradientType=1);
  height: 280px;
  padding: 1.5em;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.24);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.24);
  box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.24);
}
.featured-link:hover {
  background-color: rgba(255, 255, 255, 0.04);
}
/*Carousel*/
#news-slider {
  background-color: #fff;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.24);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.24);
  box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.24);
}
#news-slider .carousel-item img {
  border-bottom: 3px solid #9AC13B; 
  height: 278px;
}
#news-slider .carousel-item .pbl-info span {
  position: absolute;
  bottom: 0.7em;
}

#news-slider .carousel-item .pbl-info {
  padding: 1.2em 1.8em;
  height: 200px;
}
#news-slider .carousel-item h2 {
  color: #8B5F3C;
  font-size: 1.1em;
  font-weight: 700;
  text-align: justify;
}
#news-slider .carousel-item p {
  color: #424949;
  font-size: 1em;
  text-align: justify;
  line-height: 1em; 
  margin-bottom: 0.2em !important;
}
#news-slider .carousel-item span {
  color: #004A6D;
  font-size: 1.1em;
  font-weight: 700;
}
#news-slider .carousel-item a:hover {
  text-decoration: none !important;
}
#news-slider .carousel-item a:hover h2 {
  color: #004A6D;
}
#news-slider .carousel-item a:hover img {
  border-bottom: 3px solid #004A6D;
}



/*--------------------------------------------------------------
# PUBLICACIONES
--------------------------------------------------------------*/
.mplbc, .mmtmc {
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  padding: 7px 20px 0 20px;
}
.h-pbl {
  width: 240px;
  background: #9AC13B;
  background: -moz-linear-gradient(135deg, rgba(149,194,67,1) 0%, rgba(141,199,36,1) 73%);
  background: -webkit-linear-gradient(135deg, rgba(149,194,67,1) 0%, rgba(141,199,36,1) 73%);
  background: linear-gradient(135deg, rgba(149,194,67,1) 0%, rgba(141,199,36,1) 73%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#95c243",endColorstr="#9AC13B",GradientType=1);
  display: table;
  padding: 0.4em 0.4em 0.4em 1.4em;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  position: relative;
}
.h-pbl h1 {
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  font-size: 1.1rem;
  line-height: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: 900;
}
.h-pbl i.fa-circle {
  color: #fff;
}
.h-pbl i.fa-file-alt, .h-pbl i.fa-volume-up {
  color: #9AC13B;
}
.h-pbl .fa-stack { font-size: 1.2em; }
.h-pbl i { vertical-align: middle; }
.line-pbl {
  background: #9AC13B;
  padding-top: 2px;
  margin-left: 14px;
  margin-top: -24px;
}
/*Invert*/
.h-publicaciones-inv {
  width: 170px;
  background: #fff;
  display: table;
  padding: 0.2em 0.2em 0.2em 1.2em;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  margin: 0em 0em 1em 0em;
}
.h-publicaciones-inv h1 {
  color: #9AC13B;
  display: table-cell;
  vertical-align: middle;
  font-size: 0.8rem;
  line-height: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: 900;
}
.h-publicaciones-inv i.fa-circle {
  color: #9AC13B;
}
.h-publicaciones-inv i.fa-file-alt {
  color: #fff;
}
.h-publicaciones-inv .fa-stack { font-size: 1em; float: right; }
.h-publicaciones-inv i { vertical-align: middle; }
/*front-page main*/
#pbl-main {
  height: 100%;
}
#pbl-main h2 {
  color: #fff;
  font-weight: 700;
  font-size: 1.3em;
  margin-bottom: 1em;
}
#pbl-main label {
  color: #004A6D;
  font-weight: 700;
  position: absolute;
  bottom: 1em;
  font-size: 1.07em;
  margin-bottom: -0.24em;
}
#pbl-main a:hover {
  text-decoration: none !important;
}
#pbl-main a:hover h2 {
  color: #004A6D;
}
#pbl-main div.pbl-inner {
  background: rgba(149,194,67,0.87);
  background: -moz-linear-gradient(135deg, rgba(149,194,67,0.87) 0%, rgba(141,199,36,0.87) 73%);
  background: -webkit-linear-gradient(135deg, rgba(149,194,67,0.87) 0%, rgba(141,199,36,0.87) 73%);
  background: linear-gradient(135deg, rgba(149,194,67,0.87) 0%, rgba(141,199,36,0.87) 73%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#95c243",endColorstr="#9AC13B",GradientType=1);
  height: 280px;
  padding: 1.5em;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.24);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.24);
  box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.24);
}
ul#pbl-dlinks.nav a.nav-link {
  padding: 0.4rem 0.4rem;
  font-weight: 700;
}
ul#pbl-dlinks.nav a.active {
  color: #95c243;
}
ul#pbl-dlinks.nav a.nav-link:hover {
  background-color: transparent;
  color: #95c243;
}

/*--------------------------------------------------------------
# PRESENTACIONES
--------------------------------------------------------------*/
.h-pst {
  width: 240px;
  background: rgb(139,95,60);
  background: -moz-linear-gradient(90deg, rgba(139,95,60,1) 0%, rgba(112,77,49,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(139,95,60,1) 0%, rgba(112,77,49,1) 100%);
  background: linear-gradient(90deg, rgba(139,95,60,1) 0%, rgba(112,77,49,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8b5f3c",endColorstr="#704d31",GradientType=1);
  display: table;
  padding: 0.4em 0.4em 0.4em 1.4em;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  position: relative;
}
.h-pst h1 {
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  font-size: 1.1rem;
  line-height: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: 900;
}
.h-pst i.fa-circle {
  color: #fff;
}
.h-pst i.fa-desktop {
  color: #8b5f3c;
}
.h-pst .fa-stack { font-size: 1.2em; }
.h-pst i { vertical-align: middle; }
.line-pst {
  background: #8b5f3c;
  padding-top: 2px;
  margin-left: 14px;
  margin-top: -24px;
}
/*Invert*/
.h-pst-inv {
  width: 170px;
  background: #fff;
  display: table;
  padding: 0.2em 0.2em 0.2em 1.2em;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  position: relative;
}
.h-pst-inv h1 {
  color: #8b5f3c;
  display: table-cell;
  vertical-align: middle;
  font-size: 0.8rem;
  line-height: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: 900;
}
.h-pst-inv i.fa-circle {
  color: #8b5f3c;
}
.h-pst-inv i.fa-play {
  color: #fff;
}
.h-pst-inv .fa-stack { font-size: 1em; float: right;}
.h-pst-inv i { vertical-align: middle; }

/*--------------------------------------------------------------
# MULTIMEDIA
--------------------------------------------------------------*/
.h-mtm {
  width: 240px;
  background: rgb(207,168,67);
  background: -moz-linear-gradient(90deg, rgba(207,168,67,1) 0%, rgba(209,163,43,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(207,168,67,1) 0%, rgba(209,163,43,1) 100%);
  background: linear-gradient(90deg, rgba(207,168,67,1) 0%, rgba(209,163,43,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cfa843",endColorstr="#d1a32b",GradientType=1);
  display: table;
  padding: 0.4em 0.4em 0.4em 1.4em;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  position: relative;
}
.h-mtm h1 {
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  font-size: 1.1rem;
  line-height: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: 900;
}
.h-mtm i.fa-circle {
  color: #fff;
}
.h-mtm i.fa-play, .h-mtm i.fa-chart-area {
  color: #D1A32B;
}
.h-mtm .fa-stack { font-size: 1.2em; }
.h-mtm i { vertical-align: middle; }
.line-mtm {
  background: #D1A32B;
  padding-top: 2px;
  margin-left: 14px;
  margin-top: -24px;
}
/*Invert*/
.h-mtm-inv {
  width: 170px;
  background: #fff;
  display: table;
  padding: 0.2em 0.2em 0.2em 1.2em;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  position: relative;
}
.h-mtm-inv h1 {
  color: #D1A32B;
  display: table-cell;
  vertical-align: middle;
  font-size: 0.8rem;
  line-height: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: 900;
}
.h-mtm-inv i.fa-circle {
  color: #D1A32B;
}
.h-mtm-inv i.fa-play {
  color: #fff;
}
.h-mtm-inv .fa-stack { font-size: 1em; float: right;}
.h-mtm-inv i { vertical-align: middle; }

#mmtm {
  padding: 2.4em 2.4em 1em 2.4em;
}
#mmtm .all-link i { 
 color: #004a6d;
}
#mmtm .mtm-g {
  background: rgb(6,94,135);
  background: -moz-linear-gradient(90deg, rgba(6,94,135,0.87) 37%, rgba(0,74,109,0.87) 100%);
  background: -webkit-linear-gradient(90deg, rgba(6,94,135,0.87) 37%, rgba(0,74,109,0.87) 100%);
  background: linear-gradient(90deg, rgba(6,94,135,0.87) 37%, rgba(0,74,109,0.87) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#065e87",endColorstr="#004a6d",GradientType=1);
  height: 232px;
  margin-bottom: 0.5em;
  padding: 2em;
}
#mmtm .mtm-v {
  background: rgb(205,131,76);
  background: -moz-linear-gradient(90deg, rgba(205,131,76,0.87) 37%, rgba(164,102,56,0.87) 100%);
  background: -webkit-linear-gradient(90deg, rgba(205,131,76,0.87) 37%, rgba(164,102,56,0.87) 100%);
  background: linear-gradient(90deg, rgba(205,131,76,0.87) 37%, rgba(164,102,56,0.87) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cd834c",endColorstr="#a46638",GradientType=1);
  height: 232px;
  margin-bottom: 0.5em;
  padding: 2em;
}
#mmtm .mtm-s {
  background: rgba(149,194,67,0.87);
  background: -moz-linear-gradient(135deg, rgba(149,194,67,0.87) 0%, rgba(141,199,36,0.87) 73%);
  background: -webkit-linear-gradient(135deg, rgba(149,194,67,0.87) 0%, rgba(141,199,36,0.87) 73%);
  background: linear-gradient(135deg, rgba(149,194,67,0.87) 0%, rgba(141,199,36,0.87) 73%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#95c243",endColorstr="#9AC13B",GradientType=1);
  height: 232px;
  margin-bottom: 0.5em;
  padding: 2em;
}
#mmtm a:hover {
  text-decoration: none;
}
#mmtm h3, #mmtm h4, #mmtm span, #mmtm i, #mmtm p, #mmtm label {
  color: #fff;
}
#mmtm label {
  font-weight: 600;
  font-size: 0.87em;
}
#mmtm b {
  font-weight: 600;
  margin-bottom: 0px;
  position: absolute;
  bottom: 0.8em;
  right: 2.4em;
  color: #fff;
}
#mmtm h4 p {
  text-align: left;
}
#mmtm h3 {
  font-weight: 700;
  display: inline;
  font-size: 1.2em;
}
#mmtm h4 {
  margin-top: 0.7em;
  margin-bottom: 0.7em;
  font-size: 1.4em;
  font-weight: 600;
}
#mmtm .fa-stack {
  font-size: 1.2em;
}
#mmtm i.fa-volume-up {
  color: #9AC13B;
}
#mmtm i.fa-play {
  color: #CD834C;
}
#mmtm i.fa-images {
  color: rgb(6,94,135);
}


/*--------------------------------------------------------------
# DIALOGOS
--------------------------------------------------------------*/
.h-dlg {
  width: 240px;
  background: rgb(205,131,76);
  background: -moz-linear-gradient(90deg, rgba(205,131,76,1) 37%, rgba(164,102,56,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(205,131,76,1) 37%, rgba(164,102,56,1) 100%);
  background: linear-gradient(90deg, rgba(205,131,76,1) 37%, rgba(164,102,56,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cd834c",endColorstr="#a46638",GradientType=1);
  display: table;
  padding: 0.4em 0.4em 0.4em 1.4em;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  position: relative;
}
.h-dlg h1 {
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  font-size: 1.1rem;
  line-height: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: 900;
}
.h-dlg i.fa-circle {
  color: #fff;
}
.h-dlg i.fa-comments, .h-dlg i.fa-play {
  color: #CD834C;
}
.h-dlg .fa-stack { font-size: 1.2em; }
.h-dlg i { vertical-align: middle; }
.line-dlg {
  background: #CD834C;
  padding-top: 2px;
  margin-left: 14px;
  margin-top: -24px;
}
/*Invert*/
.h-dialogos-inv {
  width: 170px;
  background: #fff;
  display: table;
  padding: 0.2em 0.2em 0.2em 1.2em;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  margin: 0em 0em 1em 0em;
}
.h-dialogos-inv h1 {
  color: #CD834C;
  display: table-cell;
  vertical-align: middle;
  font-size: 0.8rem;
  line-height: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: 900;
}
.h-dialogos-inv i.fa-circle {
  color: #CD834C;
}
.h-dialogos-inv i.fa-comments {
  color: #fff;
}
.h-dialogos-inv .fa-stack { font-size: 1em; float: right;}
.h-dialogos-inv i { vertical-align: middle; }

/*front-page main*/
#dlg-main {
  height: 100%;
}
#dlg-main h2 {
  color: #fff;
  font-weight: 700;
  font-size: 1.3em;
  margin-bottom: 1em;
}
#dlg-main label {
  color: #004A6D;
  font-weight: 700;
  position: absolute;
  bottom: 1em;
  font-size: 1.07em;
  margin-bottom: -0.24em;
}
#dlg-main a:hover {
  text-decoration: none !important;
}
#dlg-main a:hover h2 {
  color: #004A6D;
}
#dlg-main div.dlg-inner {
  background: rgba(205,131,76,0.87);
  background: -moz-linear-gradient(90deg, rgba(205,131,76,0.87) 37%, rgba(164,102,56,0.87) 100%);
  background: -webkit-linear-gradient(90deg, rgba(205,131,76,0.87) 37%, rgba(164,102,56,0.87) 100%);
  background: linear-gradient(90deg, rgba(205,131,76,0.87) 37%, rgba(164,102,56,0.87) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cd834c",endColorstr="#a46638",GradientType=1);
  height: 280px;
  padding: 1.5em;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.24);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.24);
  box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.24);
}

/*--------------------------------------------------------------
# Media List Pages
--------------------------------------------------------------*/
.main-header {
  padding: 2em;
}

#main-dlg, #main-news, #main-dlg-s, #main-mtm, #search-results, .dlg-allies {
  background: #fff;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.27);
  -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.27);
  box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.27);
  min-height: inherit;
  min-height: 500px;
}
#main-dlg .h-dialogos-inv{
  position: relative;
  margin: 0 auto;
}
#main-dlg .main-header {
  width: 100%;
  background: rgb(205,131,76);
  background: -moz-linear-gradient(90deg, rgba(205,131,76,0.87) 37%, rgba(164,102,56,0.87) 100%);
  background: -webkit-linear-gradient(90deg, rgba(205,131,76,0.87) 37%, rgba(164,102,56,0.87) 100%);
  background: linear-gradient(90deg, rgba(205,131,76,0.87) 37%, rgba(164,102,56,0.87) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cd834c",endColorstr="#a46638",GradientType=1);
}

#main-dlg .list-ele, #main-news .list-ele {
  min-height: 284px;
  max-height: 284px;
  background: #fff;
  padding: 0em;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.24);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.24);
  box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.24);
  margin-bottom: 0.7em;
}
#mtm-list .list-ele {
  height: 300px;
  background: #fff;
  padding: 0em;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.24);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.24);
  box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.24);
  margin-bottom: 0.8em;
}
#main-dlg .list-ele h2 p, #main-news .list-ele h2 p, #mtm-list .list-ele h2 p {
  margin-bottom: 0.1rem;
}
#mtm-list .list-ele p {
  color: #8f8f8f;
  line-height: 1em;
  font-size: 0.97em;
}
#main-dlg .list-ele h2, #main-news .list-ele h2, #mtm-list .list-ele h2 {
  color: #8B5F3C;
  font-weight: 700;
  font-size: 1.0em;
  margin-top: 0.2em;
}
#mtm-list .list-ele img {
  min-height: 137px;
  max-height: 137px;
  width: 100%;
  border-bottom: 3px solid #9AC13B;
}
#main-dlg .list-ele img, #main-news .list-ele img {
  height: 134px;
  width: 100%
}
#main-dlg .list-ele span, #main-news .list-ele span, #mtm-list .list-ele span {
  color: #004A6D;
  font-weight: 700;
  position: absolute;
  bottom: 1.1em;
  font-size: 0.87em;
}
#ifg-mtm {
  margin-top: 1em;
}
.mmtmc #ifg-mtm {
  padding: 2.4em 2.4em 1em 2.4em;
  margin-bottom: 0px;
}
#ifg-mtm .list-ele, #main-news .list-ele {
  min-height: 244px;
  max-height: 244px;
  background: #fff;
  padding: 0em;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.24);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.24);
  box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.24);
  margin-bottom: 0.7em;
}
#ifg-mtm .list-ele h2 p, #main-news .list-ele h2 p {
  margin-bottom: 0.1rem;
}
#ifg-mtm .list-ele h2, #main-news .list-ele h2 {
  color: #8B5F3C;
  font-weight: 700;
  font-size: 1.0em;
  margin-top: 0.3em;
}
#ifg-mtm .list-ele img, #main-news .list-ele img {
  min-height: 134px;
  max-height: 134px;
  width: 100%;
  object-fit: cover;
  border-bottom: 3px solid #004A6D;
}
#ifg-mtm .list-ele span, #main-news .list-ele span {
  color: #004A6D;
  font-weight: 700;
  position: absolute;
  bottom: 1.1em;
  font-size: 0.87em;
}

#main-news .h-noticias-inv{
  position: relative;
  margin: 0 auto;
}
#main-news .main-header {
  width: 100%;
  background: rgb(6,94,135);
  background: -moz-linear-gradient(90deg, rgba(6,94,135,0.87) 37%, rgba(0,74,109,0.87) 100%);
  background: -webkit-linear-gradient(90deg, rgba(6,94,135,0.87) 37%, rgba(0,74,109,0.87) 100%);
  background: linear-gradient(90deg, rgba(6,94,135,0.87) 37%, rgba(0,74,109,0.87) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#065e87",endColorstr="#004a6d",GradientType=1);
}

#main-news .featured h2, #main-dlg .featured h2 {
  margin-top: 1.4em;
  font-size: 1.2em;
  color: #8B5F3C;
  font-weight: 700;
}
#main-news a:hover h2, #main-dlg a:hover h2 {
  color: #424949;
}
#main-news .featured span, #main-dlg .featured span {
  color: #004A6D;
  font-weight: 700;
}
#main-news .h-noticias-inv{
  position: relative;
  margin: 0 auto;
}
#main-mtm h1.single-hd {
  font-size: 1.37em;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
#main-mtm span.single-dt {
  font-size: 0.97em;
  font-weight: 600;
  color: #fff;
  text-align: right;
  float: right;
}
#main-mtm .main-header, #main-mtm .hd-i {
  width: 100%;
  padding: 2em;
  background: rgb(207,168,67);
  background: -moz-linear-gradient(90deg, rgba(207,168,67,0.87) 0%, rgba(209,163,43,0.87) 100%);
  background: -webkit-linear-gradient(90deg, rgba(207,168,67,0.87) 0%, rgba(209,163,43,0.87) 100%);
  background: linear-gradient(90deg, rgba(207,168,67,0.87) 0%, rgba(209,163,43,0.87) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cfa843",endColorstr="#d1a32b",GradientType=1);
}
#main-mtm .hd-v, #main-mtm .gobernanza.main-header {
  width: 100%;
  padding: 2em;
  background: rgb(205,131,76);
  background: -moz-linear-gradient(90deg, rgba(205,131,76,0.87) 37%, rgba(164,102,56,0.87) 100%);
  background: -webkit-linear-gradient(90deg, rgba(205,131,76,0.87) 37%, rgba(164,102,56,0.87) 100%);
  background: linear-gradient(90deg, rgba(205,131,76,0.87) 37%, rgba(164,102,56,0.87) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cd834c",endColorstr="#a46638",GradientType=1);
}
#main-mtm .hd-a {
  width: 100%;
  padding: 2em;
  background: rgba(149,194,67,0.87);
  background: -moz-linear-gradient(135deg, rgba(149,194,67,0.87) 0%, rgba(141,199,36,0.87) 73%);
  background: -webkit-linear-gradient(135deg, rgba(149,194,67,0.87) 0%, rgba(141,199,36,0.87) 73%);
  background: linear-gradient(135deg, rgba(149,194,67,0.87) 0%, rgba(141,199,36,0.87) 73%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#95c243",endColorstr="#9AC13B",GradientType=1);
}
#main-mtm .hd-g {
  width: 100%;
  padding: 2em;
  background: rgb(6,94,135);
  background: -moz-linear-gradient(90deg, rgba(6,94,135,0.87) 37%, rgba(0,74,109,0.87) 100%);
  background: -webkit-linear-gradient(90deg, rgba(6,94,135,0.87) 37%, rgba(0,74,109,0.87) 100%);
  background: linear-gradient(90deg, rgba(6,94,135,0.87) 37%, rgba(0,74,109,0.87) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#065e87",endColorstr="#004a6d",GradientType=1);
}
#main-mtm .hd-p {
  width: 100%;
  padding: 2em;
  background: rgb(139,95,60);
  background: -moz-linear-gradient(90deg, rgba(139,95,60,0.87) 0%, rgba(112,77,49,0.87) 100%);
  background: -webkit-linear-gradient(90deg, rgba(139,95,60,0.87) 0%, rgba(112,77,49,0.87) 100%);
  background: linear-gradient(90deg, rgba(139,95,60,0.87) 0%, rgba(112,77,49,0.87) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8b5f3c",endColorstr="#704d31",GradientType=1);
}

#main-mtm .featured h2, #main-dlg .featured h2 {
  margin-top: 1.4em;
  font-size: 1.2em;
  color: #8B5F3C;
  font-weight: 700;
}
#main-mtm a:hover h2, #main-dlg a:hover h2 {
  color: #424949;
}
#main-mtm .featured span, #main-dlg .featured span {
  color: #004A6D;
  font-weight: 700;
}
#main-mtm .h-mtm-inv {
  margin: 0 auto;
}
.search-box button.btn-search {
  color: #9AC13B;
  font-size: 1.4em;
}
#main-pbl {
  background: #fff;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.27);
  -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.27);
  box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.27);
  /*margin-bottom: 2em;*/
}
#mpbl div.col-sm-3 {
  margin-bottom: 1.2em;
}
#main-pbl a.clean {
  margin-bottom: 1em;
  font-size: 1.07em;
}
#mpbl a.more {
  color: #e61919;
  font-size: 1.17em;
  font-weight: 600;
}
#main-mtm a.more {
  color: #e61919;
  font-size: 1.17em;
  font-weight: 600;
  margin-top: 0.5em;
}
#main-pbl .h-publicaciones-inv{
  position: relative;
  margin: 0 auto;
}
#main-pbl .main-header {
  width: 100%;
   background: rgba(149,194,67,0.87);
  background: -moz-linear-gradient(135deg, rgba(149,194,67,0.87) 0%, rgba(141,199,36,0.87) 73%);
  background: -webkit-linear-gradient(135deg, rgba(149,194,67,0.87) 0%, rgba(141,199,36,0.87) 73%);
  background: linear-gradient(135deg, rgba(149,194,67,0.87) 0%, rgba(141,199,36,0.87) 73%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#95c243",endColorstr="#9AC13B",GradientType=1);
}
#main-pbl .featured img {
  max-height: 524px;
  margin-bottom: 0.4em;
  -webkit-box-shadow: -7px 7px 3px 0px rgba(0,0,0,0.34);
  -moz-box-shadow: -7px 7px 3px 0px rgba(0,0,0,0.34);
  box-shadow: -7px 7px 3px 0px rgba(0,0,0,0.34);
}

#main-pbl a .featured h2 {
  margin-top: 1.4em;
  font-size: 1.27em;
  color: #8B5F3C;
  font-weight: 700;
}
#main-pbl a:hover .featured h2 {
  color: #53536c;
}
#main-pbl a .featured p {
  color: #424949;
}
#main-pbl a:hover .featured p {
  color: #53536c;
}
#main-pbl .featured span {
  color: #004A6D;
  font-weight: 700;
}
#main-pbl .list-ele-i {
  background: #9AC13B;
  padding: 1.2em;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.24);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.24);
  box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.24);
  margin-bottom: 0.4em;
}
#main-pbl .list-ele-i h2 {
  color: #fff;
  font-weight: 700;
  font-size: 1.2em;
  margin-top: 0.3em;
  margin-bottom: 1em;
}
#main-pbl a:hover .list-ele-i h2 {
  color: #004A6D;
}
#main-pbl .list-ele-i span {
  color: #004A6D;
  font-weight: 700;
}
#main-pbl .list-ele-p {
  background: #fff;
  padding: 1.2em;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.24);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.24);
  box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.24);
  margin-bottom: 0.4em;
}
#main-pbl .list-ele-p h2 {
  color: #004A6D;
  font-weight: 700;
  font-size: 1.2em;
  margin-top: 0.3em;
  margin-bottom: 1em;
}
#main-pbl a:hover .list-ele-p h2 {
  color: #9AC13B;
}
#main-pbl .list-ele-p span {
  color: #004A6D;
  font-weight: 700;
}
#main-pbl span.pbl-filter {
  font-weight: 500;
  font-size: 1.2em;
  color: #53536c;
  padding: 2em 2em;
}
#main-pbl a:hover span.pbl-filter {
  color: #9AC13B;
}
/*--------------------------------------------------------------
# SINGLES STYLES
--------------------------------------------------------------*/
#main-pbl .main-header .h-publicaciones-inv h1 {
  color: #9AC13B;
  font-size: 1.1em;
  text-transform: uppercase;
}
#main-pbl .main-header h1 {
  color: #fff;
  font-size: 1.47em;
  font-weight: 700;
}
#main-pbl .main-header span  {
  color: #004A6D;
  font-size: 1.1em;
  font-weight: 700;
  float: right;
}
#main-dlg-s .main-header h1 {
  color: #fff;
  font-weight: 700;
  font-size: 1.27em;
}
#main-dlg-s .main-header span  {
  color: #fff;
  font-size: 1.1em;
  font-weight: 700;
  float: right;
}
 .main-header img.w-max {
  max-height: 400px;
}
#single-content .authors {
  margin-bottom: 1.2em;
}
#single-content .authors p {
    text-align: center;
    line-height: 0.4em;
    color: #CD834C !important;
}
#single-content span.dl-f {
  font-size: 1.1em; 
  color: white; 
  background: #1E90FF; 
  padding: 0.4em;
  -webkit-border-radius: 7px; 
  -moz-border-radius: 7px; 
  border-radius: 7px;
  display: block;
}
#single-content span.dl-f:hover { 
  background: #76BBFF; 
}
#single-content img {
  max-height: 524px;
  margin-bottom: 1.4em;
  -webkit-box-shadow: -7px 7px 3px 0px rgba(0,0,0,0.34);
  -moz-box-shadow: -7px 7px 3px 0px rgba(0,0,0,0.34);
  box-shadow: -7px 7px 3px 0px rgba(0,0,0,0.34);
}
#single-content {
  text-align: justify;
  color: #8f8f8f;
  line-height: 1.1em;
  font-weight: 500;
}
#main-dlg-s #single-content h2 {
  font-weight: 700;
  font-size: 1.37em;
  color: #004A6D;
  text-align: center;
}
#single-content .dfiles {
  padding: 0.4em;
  font-weight: 700;
}
#single-content .dfiles table tr {
  border-top: 0.1em solid #ccc;
  border-bottom: 0.1em solid #ccc;
  margin-top: -2px;
}
#single-content .dfiles table tr td {
  padding: 0.37em;
  font-size: 1.0em;
  vertical-align: middle;
}
#single-content .dfiles table tr td a {
  color: #424949;
}
#single-content .dfiles table tr td a i {
  color: #9AC13B;
}
#main-dlg-s .main-header {
  background: rgb(205,131,76);
  background: -moz-linear-gradient(180deg, rgba(205,131,76,1) 0%, rgba(205,131,76,1) 60%, transparent 60%);
  background: -webkit-linear-gradient(180deg, rgba(205,131,76,1) 0%, rgba(205,131,76,1) 60%, transparent 60%);
  background: linear-gradient(180deg, rgba(205,131,76,1) 0%, rgba(205,131,76,1) 60%, transparent 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cd834c",endColorstr="transparent",GradientType=1);
}
#main-news-s {
  background: #fff;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.27);
  -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.27);
  box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.27);
  padding-bottom: 2em;
}
#main-news-s .main-header h1 {
  color: #fff;
  font-size: 1.47em;
  font-weight: 700;
}
#main-news-s .main-header span {
  color: #FEDE11;
  font-size: 1.1em;
  font-weight: 700;
}
#main-news-s .main-header {
  background: rgb(7,94,135);
  background: -moz-linear-gradient(180deg, rgba(7,94,135,1) 0%, rgba(0,68,99,1) 51%, rgba(255,255,255,1) 51%);
  background: -webkit-linear-gradient(180deg, rgba(7,94,135,1) 0%, rgba(0,68,99,1) 51%, rgba(255,255,255,1) 51%);
  background: linear-gradient(180deg, rgba(7,94,135,1) 0%, rgba(0,68,99,1) 51%, rgba(255,255,255,1) 51%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#075e87",endColorstr="#ffffff",GradientType=1);
}
#dlg-table a {
  color: #53536c;
}
#dlg-table a:hover {
  text-decoration: underline !important;
}
#dlg-table h3 {
  color: #fff;
  width: 100%;
  font-size: 1.14em;
  background: #CD834C;
  padding: 0.7em;
  font-weight: 600;
}
#dlg-table table tr {
  color: #53536c;
  font-weight: 600;
  font-size: 1.1em;
}
#dlg-table table tr {
  border-bottom: 1px #ccc solid;
}
#dlg-table table tr td {
  padding: 0.7em;
}
#dlg-table table tr:first-child td:first-child  {
  padding: 0.7em;
  background-color: #9AC13B;
  color: #fff;
  font-size: 1.1em;
  font-weight: 600;
  text-align: center;
}
table#social-btn tr td {
  padding: 0.8em 0.24em;
}
table#social-btn tr td:first-child {
  margin-top: -1px;
  padding-top: 0.48em;
}
/*--------------------------------------------------------------
# Search Results
--------------------------------------------------------------*/
#search-results {
  padding-bottom: 2em;
  min-height: 600px;
}
#search-results article {
 border-bottom: 1px solid #eaecef;
 margin-top: 14px;
}
#search-results article h2 {
  padding-bottom: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  line-height: 0.87em;
}
#search-results article h2 a {
  color: #424949;
  font-size: 0.8em;
  font-weight: 500;
}
#search-results article h2 a:hover {
  color: #004A6D;
}
#search-results article div {
  width: 134px;
  color: #fff;
  padding: 0.3em 2em;
  font-size: 0.7em;
  text-transform: capitalize;
  font-weight: 600;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
#search-results article div.multimedia {
  background: rgb(207,168,67);
  background: -moz-linear-gradient(90deg, rgba(207,168,67,0.87) 0%, rgba(209,163,43,0.87) 100%);
  background: -webkit-linear-gradient(90deg, rgba(207,168,67,0.87) 0%, rgba(209,163,43,0.87) 100%);
  background: linear-gradient(90deg, rgba(207,168,67,0.87) 0%, rgba(209,163,43,0.87) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cfa843",endColorstr="#d1a32b",GradientType=1);
}
#search-results article div.multimedia span.icon::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f144";
}
#search-results article div.dialogos {
  background: rgb(205,131,76);
  background: -moz-linear-gradient(90deg, rgba(205,131,76,0.87) 37%, rgba(164,102,56,0.87) 100%);
  background: -webkit-linear-gradient(90deg, rgba(205,131,76,0.87) 37%, rgba(164,102,56,0.87) 100%);
  background: linear-gradient(90deg, rgba(205,131,76,0.87) 37%, rgba(164,102,56,0.87) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cd834c",endColorstr="#a46638",GradientType=1);
}
#search-results article div.dialogos span.icon::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f086";
}
#search-results article div.noticias {
  background: rgb(6,94,135);
  background: -moz-linear-gradient(90deg, rgba(6,94,135,0.87) 37%, rgba(0,74,109,0.87) 100%);
  background: -webkit-linear-gradient(90deg, rgba(6,94,135,0.87) 37%, rgba(0,74,109,0.87) 100%);
  background: linear-gradient(90deg, rgba(6,94,135,0.87) 37%, rgba(0,74,109,0.87) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#065e87",endColorstr="#004a6d",GradientType=1);
}
#search-results article div.noticias span.icon::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f0a1";
}
#search-results article div.publicaciones {
  background: rgba(149,194,67,0.87);
  background: -moz-linear-gradient(135deg, rgba(149,194,67,0.87) 0%, rgba(141,199,36,0.87) 73%);
  background: -webkit-linear-gradient(135deg, rgba(149,194,67,0.87) 0%, rgba(141,199,36,0.87) 73%);
  background: linear-gradient(135deg, rgba(149,194,67,0.87) 0%, rgba(141,199,36,0.87) 73%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#95c243",endColorstr="#9AC13B",GradientType=1);
}
#search-results article div.publicaciones span.icon::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f15c";
}
#search-results article div.other {
background: rgb(51,71,91);
background: -moz-linear-gradient(90deg, rgba(51,71,91,1) 0%, rgba(83,106,129,1) 35%);
background: -webkit-linear-gradient(90deg, rgba(51,71,91,1) 0%, rgba(83,106,129,1) 35%);
background: linear-gradient(90deg, rgba(51,71,91,1) 0%, rgba(83,106,129,1) 35%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#33475b",endColorstr="#536a81",GradientType=1);
}
#search-results article div.other span.icon::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f00b";
}
.dlg-allies {
  height: 200px;
}
.dlg-allies img {
width: 100%;
object-fit: cover;
  height: 200px;

}
.dlg-allies .col-sm-4 {
  padding: 0;
}
.dlg-allies h2 {
  color: #8B5F3C;
  font-size: 1.2em;
  font-weight: 600;
}
.dlg-allies h2:hover, .dlg-allies span:hover {
  color: #424949;
}
.dlg-allies p {
  color: #424949;
  font-size: 0.97em;
  line-height: 1em;
  text-align: justify;
}
.dlg-allies span {
  color: #004A6D;
  position: absolute;
  bottom: 0.5em;
  right: 0.5em;
  font-weight: 600;
}
/*
Front page gobernanza page
*/
#wig-b  {
  margin-top: 1.4em;
  margin-bottom: 1.4em;
}
#wig-b .container {
  background: rgb(6,94,135);
  background: -moz-linear-gradient(90deg, rgba(6,94,135,0.87) 37%, rgba(0,74,109,0.87) 100%);
  background: -webkit-linear-gradient(90deg, rgba(6,94,135,0.87) 37%, rgba(0,74,109,0.87) 100%);
  background: linear-gradient(90deg, rgba(6,94,135,0.87) 37%, rgba(0,74,109,0.87) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#065e87",endColorstr="#004a6d",GradientType=1);
}
#wig-b .container .col-sm-4 {
  padding: 0px;
}
#wig-b .container h1 {
  font-weight: 600;
  font-size: 1.37em;
  color: #FFF;
}
#wig-b .container span {
  font-weight: 600;
  font-size: 1.17em;
  color: #FFF;
  position: absolute;
  bottom: 0.8em;
  right: 0.8em;
}
#wig-b .container:hover h1, #wig-b .container:hover span {
  color: #D1A32B;
}
#blog-go .media {
  background: #fff;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.27);
  -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.27);
  box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.27);
  height: 152px;
  margin-bottom: 1em;
}
#blog-go .media h2 {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.1em;
  color: #8B5F3C;
}
#blog-go .media span {
  color: #D1A32B;
  font-weight: 600;
  font-size: 0.9em;
}
#blog-go .media p {
  color: #8f8f8f;
  font-size: 1em;
  line-height: 1em;
}
#blog-go .media img {
  width: 200px;
  height: 100%;
  object-fit: cover;
}
#blog-go .media-body {
  padding: 0.5em;
}
#blog-go {
  margin-bottom: 2.4em;
}

/*--------------------------------------------------------------
# New front page
--------------------------------------------------------------*/
#front-top .h-publicaciones-inv, #front-top .h-dialogos-inv, #front-top .h-noticias-inv  {
  margin: 1em;
  position: absolute;
}
#front-top img {
  min-height: 240px;
  max-height: 240px;
  width: 100%;
  object-fit: cover;
}
#front-top a .pbl-info {
  position: absolute;
  bottom: 2px;
  left: 22px;
  text-align: left;
}
#front-top a .pbl-info h2 {
  color: #FFFFFF;
  font-size: 1.3rem;
  font-weight: 600;
  text-shadow: 1px 1px 4px rgba(0,0,0,0.44);
}
#feat-pages .card {
  background-color: transparent;
  border: none;
  height: 100%;
}
#feat-pages .card img {
  object-fit: cover;
  height: 140px;
}
#feat-pages .card h5 {
  font-weight: 700;
  font-size: 1.3rem;
}
#feat-pages .card a.l-more {
  font-weight: 700;
  color: #004A6D;
  text-align: right;
  bottom: 2px;
  position: absolute;
}
#feat-pages .card a.l-more:hover {
  color: #9AC13B;
}
#memory-main {
  height: 100%;
}
#memory-main h2 {
  color: #fff;
  font-weight: 700;
  font-size: 1.4em;
  margin-bottom: 1em;
}
#memory-main label {
  color: #004A6D;
  font-weight: 700;
  position: absolute;
  bottom: 1em;
  font-size: 1.07em;
  margin-bottom: -0.24em;
}
#memory-main a:hover {
  text-decoration: none !important;
}
#memory-main a:hover h2 {
  color: #c2c5cb;
}
#memory-main div.memory-inner {
  background: rgb(205,131,76);
  background: -moz-linear-gradient(90deg, rgba(205,131,76,0.87) 37%, rgba(164,102,56,0.87) 100%);
  background: -webkit-linear-gradient(90deg, rgba(205,131,76,0.87) 37%, rgba(164,102,56,0.87) 100%);
  background: linear-gradient(90deg, rgba(205,131,76,0.87) 37%, rgba(164,102,56,0.87) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cd834c",endColorstr="#a46638",GradientType=1);
  height: 100%;
  padding: 1.5em;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.24);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.24);
  box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.24);
}
#main-mtm .wp-block-image  {
  margin-bottom: 0px;
}
.media.fpage {
  margin-top: 1em;
  margin-bottom: 1em;
  background: rgb(6,94,135);
  background: -moz-linear-gradient(90deg, rgba(6,94,135,1) 37%, rgba(0,74,109,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(6,94,135,1) 37%, rgba(0,74,109,1) 100%);
  background: linear-gradient(90deg, rgba(6,94,135,1) 37%, rgba(0,74,109,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#065e87",endColorstr="#004a6d",GradientType=1);
}
.media.fpage .media-body h5 {
  color: #FFFFFF;
}
.media.fpage .media-body h5:hover {
  color: #D1A32B;
}

/*--------------------------------------------------------------
# Media Query Custom Styles
--------------------------------------------------------------*/
@media only screen and (max-width: 992px) {
  #news-main div.news-inner {
    height: 100%;
  }
  #pbl-main div.pbl-inner {
    height: 100%;
  }
  #dlg-main div.dlg-inner {
    height: 100%;
  }
}
@media only screen and (max-width: 1226px) {
  #blog-go .media {
    height: 178px;
  }
  #blog-go .media img {
    width: 124px;
  }
}
@media only screen and (max-width: 992px) {
  #main-dlg-s .main-header span {
    color: #8B5F3C;
  }
}
@media only screen and (max-width: 768px) {
  #main-mtm .wp-block-image  {
    margin-bottom: 1rem;
  }
  #main-dlg-s .main-header h1 {
    color: rgb(139,96,61);
    padding-top: 1em;
  }
  #main-dlg-s .main-header {
    padding: 2em 2em 1em 2em;
  }
  header img.main-logo {
    margin-left: 0px;
    width: 264px;
  }
  #news-slider .carousel-item .pbl-info {
    padding: 1.2em 1.8em;
    height: 164px;
  }
  #news-slider .carousel-item img {
    height: 164px;
    object-fit: cover;
  }
  .mdown {
  margin-bottom: 1em;
  }
  .mup {
    margin-top: 1em;
  }
  .h-pbl, .h-dlg, .h-mtm {
    width: 178px;
  }
  .line-mtm, .line-dlg, .line-pbl {
    margin-top: -18px;
  }
  .va-m a.smi {
    margin-left: 25px;
    padding-left: 64px;
  }
}
@media only screen and (max-width: 576px) {
  #dlg-table table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  #news-slider .carousel-item .pbl-info {
    height: 74px;
  }
  #site-info {
    font-size: 1.14em;
  }
  #site-info .va-m {
    margin: 0 auto;
    margin-bottom: 14px;
    text-align: justify;
  }
  footer a {
    font-size: 1.2em;
  }
  header#masthead {
    padding: 0.5em;
  }
  #pbl-main .pbl-inner .h-publicaciones-inv {
    width: 170px;
  }
  table#social-btn tr td {
    padding: 0.8em 1.2em;
  }
  img.img-dlg {
    min-height: 300px;
    object-fit: cover;
  }

}
@media (max-width:990px) and (min-width:768px) {
    .h-publicaciones-inv h1, .h-noticias-inv h1 {
      font-size: 0.7em;
    }
    .h-publicaciones-inv, .h-noticias-inv {
      width: 114px;
      padding: 0.2em 0em 0.2em 0.4em;
    }
    #news-main label, #pbl-main label {
      font-size: 0.8em;
    }
    #news-main h2, #pbl-main h2 {
      font-size: 1.2em;
    }
    header img.main-logo {
      max-width: 100%; 
    }

}
@media (max-width:768px) and (min-width:540px) {
  #wig-b img.cover-img {
    height: 100%;
  }
  #mtm-list .list-ele p {
    display: none;
  }
  #mtm-list .list-ele {
    height: 274px;
  }
}
@media (max-width:992px) and (min-width:960px) {
  #news-slider .carousel-item h2 {
    margin-bottom: 0.1rem;
  }
  #news-slider .carousel-item p {
    font-size: 0.9rem;
  }
}
