@font-face {
  font-family: 'gpi';
  src: url('../webfonts/gpi.eot?fcvhtb');
  src: url('../webfonts/gpi.eot?fcvhtb#iefix') format('embedded-opentype'), url('../webfonts/gpi.ttf?fcvhtb') format('truetype'), url('../webfonts/gpi.woff?fcvhtb') format('woff'), url('../webfonts/gpi.svg?fcvhtb#gpi') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
body {
  margin: 0;
  /*The after pseudo class adds a label in the top-left corner that displays the current media query state.*/
  /*&:after { 
        background: red;
        color: white;
        content: "undefined";
        left: 0;
        opacity: 0.8;
        padding: .5em 1em;
        position: absolute;
        text-align: center;
        top: 0;
        z-index: 999999;
        @media @mobile {background: orange;content: "mobile";}
        @media @tablet {background: purple;content: "tablet";}
        @media @desktop {background: green;content: "desktop";}
        @media @desktop-xl {background: blue;content: "desktop-xl";}
    }*/
  /*Fin The after pseudo class adds a label in the top-left corner that displays the current media query state.*/
  margin: 0.5rem 0 0;
  font-family: 'Segoe UI', Arial, Helvetica, Verdana, sans-serif;
  font-weight: 400;
  line-height: 1.5rem;
  text-align: left;
  background-color: transparent;
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  body {
    font-size: 85%;
    height: 430px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body {
    font-size: 82%;
    height: 226px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) {
  body {
    font-size: 100%;
    height: 226px;
  }
}
:focus {
  outline: red none 0px !important;
}
a {
  border: none;
}
a:focus,
a:active,
a:visible,
a:focus-visible {
  border: 0px none red!important;
  outline: 0px none red !important;
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .footer h1 {
    padding: 10px 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) {
  .footer h1 {
    width: 100%;
    margin: 0 auto;
    max-width: 1012px;
    padding: 10px 10px;
  }
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .footer h3 {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer h3 {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) {
  .footer h3 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
}
.col-grid-10 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) {
  .col-grid-10 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
#footer #webs .card {
  margin-bottom: 10px;
  border: 0;
  background-color: transparent !important;
}
#footer #webs .card .card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: transparent !important;
}
#footer #webs .card .card-header .btn-header-link {
  display: block;
  text-align: center;
  /*background-color: rgba(0, 0, 0, 0.03);*/
  padding: 0.5rem;
}
#footer #webs .card .card-header .btn-header-link:after {
  content: "\e901";
  font-family: 'gpi' !important;
  speak: never;
  font-style: normal;
  font-weight: 900;
  font-variant: normal;
  text-transform: none;
  line-height: 1.5rem;
  font-size: 1.5rem;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
}
#footer #webs .card .card-header h3 {
  text-align: left;
  padding: 0.5rem 0;
}
#footer #webs .card .collapsing {
  line-height: 30px;
}
#footer #webs .card .collapse {
  border: 0;
  line-height: 30px;
}
#footer #webs .card .collapse.show {
  line-height: 30px;
  color: #222;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) {
  #footer #webs .card .collapse.dont-collapse-sm {
    display: block;
    height: auto !important;
    visibility: visible;
  }
}
#footer #webs .card .card-body a {
  color: #222;
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  #footer #webs .card .card-body a {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #footer #webs .card .card-body a {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) {
  #footer #webs .card .card-body a {
    font-size: 16px;
    font-size: 1rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}
#footer #webs .card .card-body a:hover {
  color: #194092;
}
#footer.footer_bg_oscuro #webs .card .card-header {
  border-bottom: 4px solid #e6e6e6 !important;
}
#footer.footer_bg_oscuro #webs .card .card-header h3 {
  color: #e6e6e6;
}
#footer.footer_bg_oscuro #webs .card .card-header .btn-header-link {
  color: #e6e6e6;
}
#footer.footer_bg_oscuro #webs .card .card-header .btn-header-link.collapsed {
  /*background-color: rgba(0, 0, 0, 0.03);*/
  color: #e6e6e6;
}
#footer.footer_bg_oscuro #webs .card .card-header .btn-header-link.collapsed:after {
  content: "\e904";
  color: #e6e6e6;
}
#footer.footer_bg_oscuro #webs .card .collapsing {
  background-color: rgba(230, 230, 230, 0.3);
}
#footer.footer_bg_oscuro #webs .card .collapse.show {
  background-color: rgba(230, 230, 230, 0.3);
  color: #222;
}
#footer.footer_bg_oscuro #webs .card .card-body a {
  color: #e6e6e6;
}
#footer.footer_bg_oscuro #webs .card .card-body a:hover {
  color: #5289ff;
}
#footer.footer_bg_claro #webs .card .card-header {
  border-bottom: 4px solid #222 !important;
}
#footer.footer_bg_claro #webs .card .card-header h3 {
  color: #222;
}
#footer.footer_bg_claro #webs .card .card-header .btn-header-link {
  color: #222;
}
#footer.footer_bg_claro #webs .card .card-header .btn-header-link.collapsed {
  /*background-color: rgba(0, 0, 0, 0.03);*/
  color: #222;
}
#footer.footer_bg_claro #webs .card .card-header .btn-header-link.collapsed:after {
  content: "\e904";
  color: #222;
}
#footer.footer_bg_claro #webs .card .collapsing {
  background-color: rgba(34, 34, 34, 0.3);
}
#footer.footer_bg_claro #webs .card .collapse.show {
  background-color: rgba(34, 34, 34, 0.3);
  color: #e6e6e6;
}
#footer.footer_bg_claro #webs .card .card-body a {
  color: #222;
}
#footer.footer_bg_claro #webs .card .card-body a:hover {
  color: #1d2d52;
}
#footer.footer_bg_efe #webs .card .card-header {
  border-bottom: 4px none #222 !important;
}
#footer.footer_bg_efe #webs .card .card-header h3 {
  color: #0f4171;
}
#footer.footer_bg_efe #webs .card .card-header .btn-header-link {
  color: #0f4171;
}
#footer.footer_bg_efe #webs .card .card-header .btn-header-link.collapsed {
  /*background-color: rgba(0, 0, 0, 0.03);*/
  color: #0f4171;
}
#footer.footer_bg_efe #webs .card .card-header .btn-header-link.collapsed:after {
  content: "\e904";
  color: #0f4171;
}
#footer.footer_bg_efe #webs .card .collapsing {
  /*background-color: #a6c6e4;*/
}
#footer.footer_bg_efe #webs .card .collapse.show {
  /*background-color: #a6c6e4;*/
  color: #e6e6e6;
}
#footer.footer_bg_efe #webs .card .card-body {
  border-left: 0.5px solid #bfbfbf;
}
#footer.footer_bg_efe #webs .card .card-body a {
  color: #0f4171;
}
#footer.footer_bg_efe #webs .card .card-body a:hover {
  color: #0f4171;
}
/* Overraid */
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: unset !important;
}
iframe {
  max-width: 100%;
  border: 0;
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  iframe {
    height: 380px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  iframe {
    height: 226px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) {
  iframe {
    height: 226px;
  }
}
.estilo_activado {
  font-weight: bold;
  text-decoration: underline;
}
