@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: 'OpenSans Regular'; /*Futura Book*/
  src: url('../fonts/OpenSans-Regular.woff2') format('woff2'), url('../fonts/OpenSans-Regular.woff') format('woff');
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans ExtraBold"; /*Futura Bold*/
  src: url("../fonts/OpenSans-ExtraBold.woff2") format("woff2"), url("../fonts/OpenSans-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'OpenSans SemiBold'; /*Futura Book*/
  src: url('../fonts/OpenSans-SemiBold.woff2') format('woff2'), url('../fonts/OpenSans-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/*Header Account*/
#block-b5subtheme-account-menu li.nav-item a, .button.js-form-submit.form-submit {
  font-size: 12px;
  font-weight: 800;
}
#block-b5subtheme-account-menu li.nav-item {
  background-color: #FFC107;
  border-radius: 5px;
  margin-right: 5px;
}
#block-b5subtheme-account-menu li.nav-item:nth-child(2) {
  background-color: #198754;
}
.navbar .nav-item {
  font-weight: bold !important;
}
/*Texto*/
body, div, h1, h2, h3, h4, ul, li, ol, strong, span, p, table, td, tr {
  font-family: 'OpenSans Regular', sans-serif;
}
h1.blanco{color:#FFF!important;}
h1,h1 span {
  font-weight: 800;
  font-family: 'OpenSans ExtraBold', sans-serif;
  text-transform: uppercase;
  word-break: break-word;
  color:#000!important;
}
h1 span {font-size: calc(1.375rem + 1.5vw);}
h1 span.destaca{background-color: #00896e3b;}
h1 span.lower{text-transform:none;}
h2 {
  font-family: 'OpenSans SemiBold', sans-serif;
  font-size: 44px !important;
}
h2, h3, h4, h3 a {
  font-weight: 700;
  word-break: inherit;
  position: relative;
}
p, span, ul, li, ol, table, td, tr, body a, p.text-muted, p.lead {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: .03rem;
  color: #000000;
  text-align: justify;
}
.hi{font-weight: bold;color: #00896e;}
h2.invert{font-weight: bold;color: #FFF;}
p.txt-invert{color:#dcdcdc;}
@media (min-width: 1200px) {
  h1 span {
    font-size: 2.5rem;
  }
}