.market{
    padding: 25px 10px 25px 10px;
    max-width: 1148px;
    margin-right: auto;
    margin-left: auto;
}


.market .sponsor__logo {
    display: none;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom:40px;
    margin-top:20px;
}
.market .sponsor__logo img {
    max-width: 240px;
}

.market .sponsor__logo::after {
    content: "";
    display: block;
    width: calc(100% - 244px);
    height: 12px;
    margin-bottom: 8px;
}

.market__title {
    font-family: 'Barlow Semi Condensed', sans-serif;
}
.market__title h1{
    color: rgba(0,0,0,.85);
    font-weight: 400;
    font-size: 28px;
    margin: 0 0 14px;
}
.market__title p{
    font-weight: 300;
    font-size: 14px;
    margin: 0 0 14px;
    color: #262626;
}

/*pagina indicadores*/
.market__embed{
    width: 100%;
    height: 1050px;

}
.market__indicators__title h1{
    color: #262626;
    font-weight: 700;
    font-size: 22px;
    margin: 0 0 14px;

}
.market__indicators__title h2{
    font-size: 14px;
    font-weight: 300;
}

.list__news__market{
    margin: 0;
    padding: 0;
}
.market__info{
    margin-bottom: 32px;
}
.market__substitute{
    color: #262626;
    font-size: 32px;
    font-weight: 700;
    margin: 64px 0 0 0 ;
}
.market__news__page__title{
    font-size: 32px;
    margin-bottom: 32px;
    color: #262626;
    font-weight: 700;
    border-top: 1px solid #E6E6E6;
    padding-top: 32px;
    margin-top: 0;
}
.market__initials, .market__sector{
    color: #262626;
    font-size: 20px;
    margin: 0px;
    margin-top: 14px;
    font-weight: 700;
}
.market__initials__caption, .market__initials__sector{
    font-weight: 300;
}
.market__description{
    color: #4d4d4d;
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    margin: 0px;
    margin-top: 48px;
}
.side__advertising{
    position: sticky;
    top: 114px;
}
.market__sharing .share__title {
    margin-bottom: 8px;
}
.market__pagination .latest__news__page__item.current a {
    border-color: #07c560;
}
.market__home .market__new__title:hover {
    color: #07C560;
}

.market__home .market__tag{
    display: none;
}

@media (max-width: 991px) {
    .market{
        padding: 25px 0 25px 0;
    }
    .market__row{
        display: flex !important;
        flex-direction: column;
    }
    .market__info{
        padding: 0 16px;
    }
    .market__only{
        order: 2;
        max-width: 100%;
    }
    .market .market__sharing{
        order: 1;
        margin: 0 8px 0 8px;
    }
    .market__embed{
        max-width: 100%;
    }
}

@media (max-width: 800px) {
    .market__embed{
        height: 1310px;
    }
}

@media (max-width: 370px) {
    .market__embed{
        width: 320px;
        min-width: auto;
    }
}


/*Button Market*/
.col__button__market{
  display: flex;
  flex-direction:row;
  justify-content: flex-end;
  padding: 0;
}

.button__market a {
  padding: 11px;
  color: #fff;
  background-color:#07c560;
  width: 100%;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  display: block;
}

  @media (max-width: 1024px) {
    .col__button__market{
        margin-top: 16px;
        padding: 0 16px;
    }
    .button__market {
      width: 100%;
      display: flex;
      justify-content: flex-end;
    }
    .button__market a {
      width: 100%;
      height: 50px;
      align-items: center;
      display: flex;
      justify-content: center;
      border-radius: 8px;
      max-width: 320px;
    }
  }

  @media (max-width: 736px) {
    .col__button__market{
        padding: 0 16px;
    }

    .button__market a {
        max-width: 100%;
        font-size: 16px;
    }
  }
