a {
  text-decoration: none !important;
  color: #000 !important;
}
.metric {
  width: 100% !important;
}
@media screen and (max-width: 540px) {
  .metric {
    width: 350px !important;
    height: auto !important;
  }
}
.g-space-adjust {
  padding-bottom: 23px !important;
}
.g-line {
  position: relative;
  width: 10px;
  height: 50px;
  background-color: red;
  margin-right: 15px;
}
.row .line {
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  padding-top: 23px;
}
.row .line:first-child {
  padding-top: 0px;
}
.row .line:last-child {
  padding-bottom: 0px;
  border-bottom: none !important;
}
.btn {
  border-radius: 0px !important;
}
.btn-danger {
  background-color: red !important;
}
.btn-outline-danger {
  border-color: red !important;
}
.btn-outline-danger i {
  color: red;
}
.btn-outline-danger:hover {
  background-color: red;
}
.btn-outline-danger:hover i {
  /*color: #fff;*/
  color: #000;
}
input {
  border-radius: 0px !important;
}
@media screen and (max-width: 768px) {
  .space-adjust {
    margin-bottom: 23px;
  }
}
.navbar-nav .active {
  background-color: #ff0000 !important;
  font-weight: bolder !important;
  /*color: #fff !important;*/
  color: #000 !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.carousel-item {
  max-height: 500px !important;
  overflow: hidden;
}
.carousel-item .g-hero-carousel-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 500px;
}
.carousel-item .carousel-caption h5 {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: left;
  font-size: 25pt;
  text-shadow: -3px 0 15px #000, 0 3px 15px #000;
}
@media screen and (max-width: 768px) {
    .g-hero-carousel-image{
        max-height: 238px !important;
    }
  .carousel-item .carousel-caption h5 {
    font-size: 15pt;
  }
}
.carousel-item .carousel-caption p {
  margin-left: 18px;
  text-align: left;
  font-size: 12pt;
  text-shadow: -3px 0 15px #000, 0 3px 15px #000;
}
p{
    color: #000;
}
.col-md-12 *{
    color: #000 !important;
}
.nav-link, .navbar-brand{
    color: #fff !important;
}
html,
body {
  margin: 0px;
  padding: 0px;
  font-family: 'Roboto', sans-serif;
  color: #000;
}
html header .g-header,
body header .g-header {
  /*background-color: #000;*/
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  html header .g-header,
  body header .g-header {
    display: none;
  }
}
html header .g-header .g-header-items,
body header .g-header .g-header-items {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  grid-column-gap: 15px;
  padding: 8px 0px;
}
html header .g-header .g-header-items a,
body header .g-header .g-header-items a {
  display: block;
  white-space: nowrap;
}
html header .g-header .g-header-items .btn-danger,
body header .g-header .g-header-items .btn-danger {
  font-size: 12pt;
  font-weight: bolder;
  padding: 0px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
html header .g-header .g-header-items .g-up-slider,
body header .g-header .g-header-items .g-up-slider {
  margin: 0px;
  padding: 0px;
}
h5{
    /*color: #fff !important;*/
    color: #000 !important;
}
html header .g-header .g-header-items .g-up-slider h5,
body header .g-header .g-header-items .g-up-slider h5 {
  display: block;
  color: #000;
  height: 20px;
  overflow: hidden;
}
html header .g-header .g-header-items .g-header-social-media,
body header .g-header .g-header-items .g-header-social-media {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
html header .g-header .g-header-items .g-header-social-media a,
body header .g-header .g-header-items .g-header-social-media a {
  margin: 0px 10px;
  color: #000;
}
html header .g-header .g-header-items h5,
body header .g-header .g-header-items h5 {
  margin-top: 5px;
  color: #000;
}
html header .g-header-banner,
body header .g-header-banner {
  min-height: 100px;
  background-color: #121212;
}
html header .g-header-banner .container,
body header .g-header-banner .container {
  padding-top: 40px;
  padding-bottom: 40px;
  min-height: 80px;
}
html header .g-header-banner .container .row,
body header .g-header-banner .container .row {
  min-height: 60px;
}
html header .g-header-banner .container .row .col-md-4,
body header .g-header-banner .container .row .col-md-4 {
  display: flex;
  justify-content: center;
  align-items: center;
}
html header .g-header-banner .container .row .col-md-4 img,
body header .g-header-banner .container .row .col-md-4 img {
  width: auto;
  max-height: 90px;
}
@media screen and (max-width: 768px) {
  html header .g-header-banner .container .row .col-md-4,
  body header .g-header-banner .container .row .col-md-4 {
    margin-top: -20px;
    margin-bottom: 20px;
  }
  html header .g-header-banner .container .row .col-md-4 img,
  body header .g-header-banner .container .row .col-md-4 img {
    max-height: 100%;
  }
}
html header .g-header-banner .container .row .col-md-8 .g-header-banner-merchant,
body header .g-header-banner .container .row .col-md-8 .g-header-banner-merchant {
  width: 100%;
  height: 90px;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
}
html header .g-header-banner .container .row .col-md-8 .g-header-banner-merchant h1,
body header .g-header-banner .container .row .col-md-8 .g-header-banner-merchant h1 {
  color: #000;
  font-weight: bolder;
}
html header .g-header-navbar{
    background-color: #000 !important;
}
html header .g-header-navbar .g-header-navbar-adjust,
body header .g-header-navbar .g-header-navbar-adjust {
  box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.2) !important;
}
html main .g-hero,
body main .g-hero {
  /*background-color: #000;*/
  background-color: #fff;
  padding: 50px 0px 0px 0px;
}
@media screen and (max-width: 768px) {
  html main .g-hero .container .row .col-md-8,
  body main .g-hero .container .row .col-md-8 {
    margin-bottom: 23px;
  }
}
html main .g-hero .g-hero-lasts,
body main .g-hero .g-hero-lasts {
  width: 100%;
  height: 238px;
  margin-bottom: 23px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 23px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
html main .g-hero .g-hero-lasts .g-hero-lasts-caption,
body main .g-hero .g-hero-lasts .g-hero-lasts-caption {
  margin: 0px;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
html main .g-hero .g-hero-lasts .g-hero-lasts-caption h5,
body main .g-hero .g-hero-lasts .g-hero-lasts-caption h5 {
  display: block;
  margin: 0px;
  padding: 0px;
  color: #000;
  text-shadow: -3px 0 15px #000, 0 3px 15px #000;
}
html main .g-hero .g-hero-merchant,
body main .g-hero .g-hero-merchant {
  width: 100%;
  height: 238px;
  /*aspect-ratio: 1 / 1;*/
  margin-bottom: 23px;
  background-color: red;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
}
html main .g-hero .g-hero-merchant h1,
body main .g-hero .g-hero-merchant h1 {
  display: block;
  margin: 0px;
  padding: 0px;
  color: #000;
}
html main .g-hero .g-hero-toppic,
body main .g-hero .g-hero-toppic {
  margin: 0px 0px 23px 0px;
  padding: 0px;
  border-bottom: 5px solid #fff;
  border-left: 5px solid red;
  width: 100%;
}
html main .g-hero .g-hero-toppic h1,
body main .g-hero .g-hero-toppic h1 {
  background-color: #fff;
  display: block;
  width: min-content;
  margin: 0px;
  padding: 0px 15px;
  color: #000;
  font-size: 20pt;
}
html main .g-hero .g-hero-article-title,
body main .g-hero .g-hero-article-title {
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 5px solid red;
  padding-left: 15px;
  color: #fff !important;
}

html main .g-hero .g-hero-article-title b,
body main .g-hero .g-hero-article-title b {
    color: #000;
}

html main .g-hero .g-hero-article-title .g-line,
body main .g-hero .g-hero-article-title .g-line {
  width: 8px;
  height: 30px;
  color: #fff;
}
html main .g-hero .g-hero-article-datetime,
body main .g-hero .g-hero-article-datetime {
  display: block;
  font-size: 0.8em;
  color: #999;
  margin-bottom: 5px;
}
html main .g-hero .g-hero-article-text,
body main .g-hero .g-hero-article-text {
  display: block;
  font-size: 15pt;
  color: #000;
}
html main .g-hero .g-hero-litle,
body main .g-hero .g-hero-litle {
  max-height: 90px;
}
html main .g-hero .g-post-image,
body main .g-hero .g-post-image {
  width: 100%;
  height: 500px;
  background-color: red;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
html main .g-hero .g-post-titulo,
body main .g-hero .g-post-titulo {
    color: #000;
  font-weight: 900;
  font-size: 30pt;
  margin-top: 50px;
  border-left: 5px solid red;
  padding-left: 15px;
}
html main .g-hero .g-post-date,
body main .g-hero .g-post-date {
  display: block;
  margin-top: 23px;
  font-size: 12pt;
  color: #999;
}
html main .g-hero .g-post-text,
body main .g-hero .g-post-text {
    color: #fff;
  font-size: 30pt !important;
}
p{
    color: #fff;
}
html footer .g-footer .w-100h,
body footer .g-footer .w-100h {
  text-align: right;
}
.img-responsive {
  padding: 15px 0px;
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.g-header-banner-merchant{
    border-radius: 10px !important;
    overflow: hidden;
}
/*# sourceMappingURL=style.css.map */