/* line 4, /app/source/stylesheets/shared/_calendar.scss */
.ag--calendar {
  background: url("/assets/icons/calendar.svg") no-repeat right 20px center; }

/* line 7, /app/source/stylesheets/shared/_calendar.scss */
.flatpickr-calendar {
  max-width: 220px;
  max-height: 270px; }
  /* line 12, /app/source/stylesheets/shared/_calendar.scss */
  .flatpickr-calendar .flatpickr-months .flatpickr-month {
    height: 40px;
    background: #09282a;
    color: #fff; }
    /* line 16, /app/source/stylesheets/shared/_calendar.scss */
    .flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month {
      height: 30px;
      line-height: 30px;
      font-size: 1.5rem; }
      /* line 20, /app/source/stylesheets/shared/_calendar.scss */
      .flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .cur-month {
        font-weight: inherit; }
      /* line 24, /app/source/stylesheets/shared/_calendar.scss */
      .flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper .arrowUp::after,
      .flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper .arrowDown::after {
        border-top-color: #fff;
        border-bottom-color: #fff; }
  /* line 32, /app/source/stylesheets/shared/_calendar.scss */
  .flatpickr-calendar .flatpickr-months .flatpickr-next-month,
  .flatpickr-calendar .flatpickr-months .flatpickr-prev-month {
    line-height: 26px;
    height: 20px;
    color: #fff5ee;
    fill: #fff5ee;
    font-weight: bolder; }
  /* line 43, /app/source/stylesheets/shared/_calendar.scss */
  .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer {
    max-width: 220px;
    background: #f5f5f6; }
    /* line 46, /app/source/stylesheets/shared/_calendar.scss */
    .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-weekdays {
      border-bottom: 1px solid #e6e6e6; }
      /* line 49, /app/source/stylesheets/shared/_calendar.scss */
      .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-weekdays .flatpickr-weekdaycontainer .flatpickr-weekday {
        color: black;
        font-size: 10px;
        font-weight: bolder !important; }
    /* line 56, /app/source/stylesheets/shared/_calendar.scss */
    .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-days {
      width: 220px;
      height: 150px; }
      /* line 59, /app/source/stylesheets/shared/_calendar.scss */
      .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-days .dayContainer {
        min-width: 220px;
        max-width: 220px; }
        /* line 62, /app/source/stylesheets/shared/_calendar.scss */
        .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-days .dayContainer .flatpickr-day {
          font-size: 10px;
          max-width: 28px;
          height: 28px;
          line-height: 28px; }
        /* line 68, /app/source/stylesheets/shared/_calendar.scss */
        .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-days .dayContainer .flatpickr-day.today {
          border-color: #ffcda9; }
        /* line 73, /app/source/stylesheets/shared/_calendar.scss */
        .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-days .dayContainer .flatpickr-day.selected {
          background: #fff5ee;
          border-color: #fff5ee;
          color: #000; }

/* line 10, /app/source/stylesheets/pages/home.scss */
.ag-page__summary__actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  background: #b6e2d3;
  height: 7rem; }
  @media only screen and (min-width: 768px) {
    /* line 10, /app/source/stylesheets/pages/home.scss */
    .ag-page__summary__actions {
      margin-left: 0;
      margin-right: 0; } }
  /* line 23, /app/source/stylesheets/pages/home.scss */
  .ag-page__summary__actions .ag-field-switch .ag-switch-button {
    display: inline; }
  /* line 26, /app/source/stylesheets/pages/home.scss */
  .ag-page__summary__actions .ag-field-switch .ag-switch-align {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    width: 100%;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  /* line 33, /app/source/stylesheets/pages/home.scss */
  .ag-page__summary__actions .ag-field-switch .ag-switch-primary {
    padding: 2rem;
    font-size: 1.8rem;
    color: #0e3c40;
    letter-spacing: 0.1px; }
    @media only screen and (max-width: 1200px) {
      /* line 33, /app/source/stylesheets/pages/home.scss */
      .ag-page__summary__actions .ag-field-switch .ag-switch-primary {
        padding-right: 1rem;
        font-size: 1.5rem; } }
  /* line 43, /app/source/stylesheets/pages/home.scss */
  .ag-page__summary__actions .ag-field-switch .ag-switch-segund {
    padding: 1.9rem; }
    @media only screen and (max-width: 769px) {
      /* line 43, /app/source/stylesheets/pages/home.scss */
      .ag-page__summary__actions .ag-field-switch .ag-switch-segund {
        padding: 1.9rem 0; } }
  /* line 49, /app/source/stylesheets/pages/home.scss */
  .ag-page__summary__actions .ag-field-switch span.ag-legend {
    font-size: 0.9rem;
    color: #6b848a;
    letter-spacing: 0;
    text-transform: uppercase;
    line-height: 1.8rem;
    vertical-align: top;
    margin-left: 0.8rem;
    display: inline-block; }
  /* line 60, /app/source/stylesheets/pages/home.scss */
  .ag-page__summary__actions .ag-field-switch .ag-switch {
    position: relative;
    display: inline-block;
    width: 3.2rem;
    height: 1.8rem;
    margin: 0; }
    /* line 66, /app/source/stylesheets/pages/home.scss */
    .ag-page__summary__actions .ag-field-switch .ag-switch input {
      display: none; }
      /* line 68, /app/source/stylesheets/pages/home.scss */
      .ag-page__summary__actions .ag-field-switch .ag-switch input:checked + .ag-slider {
        background-color: #0e3c40; }
    /* line 72, /app/source/stylesheets/pages/home.scss */
    .ag-page__summary__actions .ag-field-switch .ag-switch input:checked + .ag-slider::before {
      transform: translateX(12px); }
    /* line 78, /app/source/stylesheets/pages/home.scss */
    .ag-page__summary__actions .ag-field-switch .ag-switch .ag-slider {
      position: absolute;
      cursor: pointer;
      margin: 0;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #0e3c40;
      transition: 0.4s; }
      /* line 91, /app/source/stylesheets/pages/home.scss */
      .ag-page__summary__actions .ag-field-switch .ag-switch .ag-slider::before {
        position: absolute;
        content: '';
        height: 1.2rem;
        width: 1.2rem;
        left: 0.4rem;
        bottom: 0.3rem;
        background-color: #fccdac;
        transition: 0.4s; }
      /* line 104, /app/source/stylesheets/pages/home.scss */
      .ag-page__summary__actions .ag-field-switch .ag-switch .ag-slider.ag-round {
        border-radius: 3.4rem; }
        /* line 106, /app/source/stylesheets/pages/home.scss */
        .ag-page__summary__actions .ag-field-switch .ag-switch .ag-slider.ag-round:before {
          border-radius: 50%; }
  /* line 114, /app/source/stylesheets/pages/home.scss */
  .ag-page__summary__actions__btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    background: transparent;
    border: 0;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer; }
    @media only screen and (min-width: 1200px) {
      /* line 124, /app/source/stylesheets/pages/home.scss */
      .ag-page__summary__actions__btn:not(:first-child) {
        margin-left: 2rem; }
      /* line 128, /app/source/stylesheets/pages/home.scss */
      .ag-page__summary__actions__btn:hover {
        text-decoration: underline; } }
    /* line 133, /app/source/stylesheets/pages/home.scss */
    .ag-page__summary__actions__btn svg {
      margin-right: 1rem; }
/* line 139, /app/source/stylesheets/pages/home.scss */
.ag-page__summary__balances {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
/* line 143, /app/source/stylesheets/pages/home.scss */
.ag-page__summary__balance {
  height: 4rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 15px 30px;
  border-bottom: solid 1px #e6e5e5;
  -ms-flex-align: center;
      align-items: center; }
  @media only screen and (max-width: 1200px) {
    /* line 143, /app/source/stylesheets/pages/home.scss */
    .ag-page__summary__balance {
      padding: 15px 20px; } }
  /* line 156, /app/source/stylesheets/pages/home.scss */
  .ag-page__summary__balance__link {
    padding-left: 3rem;
    padding-right: 3rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    position: absolute;
    bottom: 2rem;
    width: calc(100% - 6rem); }
    /* line 165, /app/source/stylesheets/pages/home.scss */
    .ag-page__summary__balance__link__text {
      font-size: 1.3rem;
      color: #13383d;
      text-decoration: none;
      letter-spacing: 0.07px;
      font-weight: bold; }
  /* line 176, /app/source/stylesheets/pages/home.scss */
  .ag-page__summary__balance--big {
    width: 50%;
    margin-right: 0; }
    /* line 181, /app/source/stylesheets/pages/home.scss */
    .ag-page__summary__balance--big .ag-balance-group {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: start;
          justify-content: flex-start; }
      /* line 184, /app/source/stylesheets/pages/home.scss */
      .ag-page__summary__balance--big .ag-balance-group__item {
        width: 50%; }
        /* line 186, /app/source/stylesheets/pages/home.scss */
        .ag-page__summary__balance--big .ag-balance-group__item .ag-balance-sublabel {
          font-size: 0.9rem;
          color: #666666;
          letter-spacing: 0;
          line-height: 2.4rem;
          text-transform: uppercase;
          margin-bottom: 1.2rem; }
  /* line 198, /app/source/stylesheets/pages/home.scss */
  .ag-page__summary__balance > label {
    font-size: 1.1rem;
    color: #999999;
    letter-spacing: 0.05rem;
    line-height: 1.8rem;
    text-transform: uppercase;
    font-weight: bold; }
  /* line 207, /app/source/stylesheets/pages/home.scss */
  .ag-page__summary__balance .ag-balance-value {
    font-size: 2rem;
    color: #333;
    letter-spacing: 0;
    display: block;
    font-weight: bold;
    color: #999999;
    line-height: 2rem;
    padding: 2rem; }
    @media only screen and (max-width: 1200px) {
      /* line 207, /app/source/stylesheets/pages/home.scss */
      .ag-page__summary__balance .ag-balance-value {
        padding: 2rem 0;
        font-size: 1.4rem;
        white-space: nowrap; } }
    /* line 222, /app/source/stylesheets/pages/home.scss */
    .ag-page__summary__balance .ag-balance-value--hidden {
      text-indent: -9999.9rem;
      font-size: 0;
      color: #fff;
      background: transparent url(/images/na/icons/hide-values.svg) no-repeat right center;
      min-width: 4rem; }

/* line 235, /app/source/stylesheets/pages/home.scss */
.ag-notices--home {
  padding-top: 7.6rem;
  padding-bottom: 7.6rem;
  padding-left: 5%;
  padding-right: 5%;
  background-color: white;
}
  /* line 241, /app/source/stylesheets/pages/home.scss */
  .ag-notices--home__title {
    font-size: 3.2rem;
    color: #333333;
    letter-spacing: 0;
    line-height: 3.5rem; }
    /* line 246, /app/source/stylesheets/pages/home.scss */
    .ag-notices--home__title__row {
      padding: 5.2rem 0 0 5.2rem;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      @media only screen and (max-width: 769px) {
        /* line 246, /app/source/stylesheets/pages/home.scss */
        .ag-notices--home__title__row {
          -ms-flex-direction: column;
              flex-direction: column;
          padding: 5.2rem 0 0 3rem; } }
      /* line 256, /app/source/stylesheets/pages/home.scss */
      .ag-notices--home__title__row__col {
        -ms-flex: 1;
            flex: 1;
        margin: 0.5rem; }

        .ag-notices--home__title__row__col h2{
          width: 10em !important;
        }

        /* line 260, /app/source/stylesheets/pages/home.scss */
        .ag-notices--home__title__row__col__data {
          font-size: 1.2rem;
          color: #626e73;
          letter-spacing: 0; }
          /* line 265, /app/source/stylesheets/pages/home.scss */
          .ag-notices--home__title__row__col__data__title {
            margin-top: 1rem;
            font-size: 1.8rem;
            color: #13383d;
            letter-spacing: 0;
            line-height: 2.4rem; }

             .ag-notices--home__title__row__col__data__title h2 a{
              color: #13383d;
            }
            /* line 271, /app/source/stylesheets/pages/home.scss */
            .ag-notices--home__title__row__col__data__title__subtitle {
              font-size: 1.2rem;
              color: #626e73;
              letter-spacing: 0; 
              width: 50%;
            }
      /* line 280, /app/source/stylesheets/pages/home.scss */
      .ag-notices--home__title__row .owl-next {
        position: absolute;
        top: 50%;
        margin-top: -0.2rem;
        right: 1rem;
        width: 40px;
        height: 40px; }
        @media only screen and (max-width: 769px) {
          /* line 280, /app/source/stylesheets/pages/home.scss */
          .ag-notices--home__title__row .owl-next {
            right: -2rem; } }
        /* line 290, /app/source/stylesheets/pages/home.scss */
        .ag-notices--home__title__row .owl-next:after {
          content: '';
          display: block;
          border-left: 1rem solid #ffcda9;
          border-top: 1rem solid transparent;
          border-right: 1rem solid transparent;
          border-bottom: 1rem solid transparent; }
        /* line 298, /app/source/stylesheets/pages/home.scss */
        .ag-notices--home__title__row .owl-next span {
          display: none; }
      /* line 303, /app/source/stylesheets/pages/home.scss */
      .ag-notices--home__title__row .owl-prev {
        position: absolute;
        top: 50%;
        left: -2rem;
        margin-top: -0.2rem;
        width: 40px;
        height: 40px; }
        @media only screen and (max-width: 769px) {
          /* line 303, /app/source/stylesheets/pages/home.scss */
          .ag-notices--home__title__row .owl-prev {
            left: -3rem; } }
        /* line 313, /app/source/stylesheets/pages/home.scss */
        .ag-notices--home__title__row .owl-prev:after {
          content: '';
          display: block;
          border-right: 1rem solid #ffcda9;
          border-top: 1rem solid transparent;
          border-left: 1rem solid transparent;
          border-bottom: 1rem solid transparent; }
        /* line 321, /app/source/stylesheets/pages/home.scss */
        .ag-notices--home__title__row .owl-prev span {
          display: none; }

/* line 329, /app/source/stylesheets/pages/home.scss */
.ag-market__notices {
  background: #f5f5f5;
  padding-top: 7.6rem;
  padding-bottom: 7.6rem; }

  .ag-market__notices h2{
    width: 9em;
  }

/* line 336, /app/source/stylesheets/pages/home.scss */
.ag-page__header_market__border__down__hr {
  border: 0.1rem solid #e6e5e5;
  width: 50%; }

/* line 342, /app/source/stylesheets/pages/home.scss */
.ag-page__header__market {
  margin-top: 2.5rem; }
  @media only screen and (max-width: 1199px) {
    /* line 342, /app/source/stylesheets/pages/home.scss */
    .ag-page__header__market {
      -ms-flex-direction: column;
          flex-direction: column;
      width: 100%; } }
  /* line 349, /app/source/stylesheets/pages/home.scss */
  .ag-page__header__market .ag-page__container__market {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media only screen and (max-width: 1199px) {
      /* line 349, /app/source/stylesheets/pages/home.scss */
      .ag-page__header__market .ag-page__container__market {
        width: 100%; } }
    /* line 358, /app/source/stylesheets/pages/home.scss */
    .ag-page__header__market .ag-page__container__market__hr {
      margin-top: 1.9rem;
      border: 1px solid #e6e5e5; }
    /* line 363, /app/source/stylesheets/pages/home.scss */
    .ag-page__header__market .ag-page__container__market__news {
      width: 48%;
      padding-left: 3rem; }
      @media only screen and (max-width: 1199px) {
        /* line 363, /app/source/stylesheets/pages/home.scss */
        .ag-page__header__market .ag-page__container__market__news {
          width: 46%;
          padding-left: 2.3rem; } }
    /* line 373, /app/source/stylesheets/pages/home.scss */
    .ag-page__header__market .ag-page__container__market__eye {
      width: 48%; }
      @media only screen and (max-width: 1199px) {
        /* line 373, /app/source/stylesheets/pages/home.scss */
        .ag-page__header__market .ag-page__container__market__eye {
          width: 50%; } }
      /* line 378, /app/source/stylesheets/pages/home.scss */
      .ag-page__header__market .ag-page__container__market__eye__h2 {
        font-size: 1.6rem;
        color: #13383d;
        letter-spacing: 0.043rem;
        line-height: 1.8rem; }
  /* line 386, /app/source/stylesheets/pages/home.scss */
  .ag-page__header__market .ag-page__header__market__title {
    height: 2.5rem;
    font-size: 1.6rem;
    color: #13383d;
    letter-spacing: 0.43px;
    line-height: 1.8rem;
    -ms-flex: 1;
        flex: 1;
    margin: 0 0 1.5rem 0;
    width: calc(50% - 15px); }
  /* line 401, /app/source/stylesheets/pages/home.scss */
  .ag-page__header__market .ag-page__container__market__report {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 2rem; }
    /* line 405, /app/source/stylesheets/pages/home.scss */
    .ag-page__header__market .ag-page__container__market__report__item {
      -ms-flex: 1;
          flex: 1;
      background-color: #fff;
      margin-left: 3rem;
      min-height: 48rem; }
      @media only screen and (max-width: 1200px) {
        /* line 405, /app/source/stylesheets/pages/home.scss */
        .ag-page__header__market .ag-page__container__market__report__item {
          min-height: 54rem;
          margin-left: 1rem; 
          padding: 1rem;
        } 

        .ag-page__header__market .ag-page__container__market__report__slider {
          padding-left: 15px;
          padding-right: 0;
        }

        .ag-page__main__container__talks__items__image__top__icon__body__title__now__text{
          line-height: 5rem !important;
          font-size: 3rem !important;
        }
     
      }
    /* line 419, /app/source/stylesheets/pages/home.scss */
    .ag-page__header__market .ag-page__container__market__report__item__income {
      -ms-flex: 2;
          flex: 2;
      margin-left: 0;
      background-color: #dff0ea;
      max-width: 47%;
      margin-right: 1%; 
    }
      /* line 428, /app/source/stylesheets/pages/home.scss */
      .ag-page__header__market .ag-page__container__market__report__item__income__date {
        padding: 3.2rem;
        font-size: 1.2rem;
        color: #333333;
        letter-spacing: 0; }
      /* line 434, /app/source/stylesheets/pages/home.scss */
      .ag-page__header__market .ag-page__container__market__report__item__income__title {
        padding: 0 3.2rem;
        font-size: 4.8rem;
        color: #13383d;
        letter-spacing: 0;
        line-height: 6rem; }
        @media only screen and (max-width: 769px) {
          /* line 434, /app/source/stylesheets/pages/home.scss */
          .ag-page__header__market .ag-page__container__market__report__item__income__title {
            padding: 1.8rem;
            font-size: 3rem;
            line-height: 4rem; } }
      /* line 446, /app/source/stylesheets/pages/home.scss */
      .ag-page__header__market .ag-page__container__market__report__item__income__text {
        padding: 3.2rem;
        font-size: 1.6rem;
        color: #666666;
        letter-spacing: 0;
        line-height: 2.4rem; }
        @media only screen and (max-width: 769px) {
          /* line 446, /app/source/stylesheets/pages/home.scss */
          .ag-page__header__market .ag-page__container__market__report__item__income__text {
            padding: 3rem; } }
    /* line 458, /app/source/stylesheets/pages/home.scss */
    .ag-page__header__market .ag-page__container__market__report__slider {
      -ms-flex: 2;
          flex: 2;
      display: -ms-flexbox;
      display: flex;
      max-width: 47%;
      padding-right: 23px;
      position: relative; }
      @media only screen and (max-width: 769px) {
        /* line 458, /app/source/stylesheets/pages/home.scss */
        .ag-page__header__market .ag-page__container__market__report__slider {
          padding-right: 0; } }

/* line 474, /app/source/stylesheets/pages/home.scss */
.ag-page__container__market__report__item {
  padding: 2rem; }
  /* line 476, /app/source/stylesheets/pages/home.scss */
  .ag-page__container__market__report__item__title {
    /* Investimentos: */
    font-size: 1.6rem;
    color: #175459;
    padding-top: 1.4rem;
    letter-spacing: 0.5px;
    line-height: 1.8rem; }
    @media only screen and (max-width: 769px) {
      /* line 476, /app/source/stylesheets/pages/home.scss */
      .ag-page__container__market__report__item__title {
        font-size: 1.5rem; } }
    /* line 486, /app/source/stylesheets/pages/home.scss */
    .ag-page__container__market__report__item__title__sub {
      margin-top: 5rem;
      font-size: 2.6rem;
      color: #13383d;
      letter-spacing: 0;
      line-height: 3rem; }
      /* line 493, /app/source/stylesheets/pages/home.scss */
      .ag-page__container__market__report__item__title__sub__text {
        padding-top: 4rem;
        font-size: 1.6rem;
        color: #666666;
        letter-spacing: 0;
        line-height: 2.4rem; }
        @media only screen and (max-width: 769px) {
          /* line 493, /app/source/stylesheets/pages/home.scss */
          .ag-page__container__market__report__item__title__sub__text {
            padding-top: 5rem; } }
        /* line 502, /app/source/stylesheets/pages/home.scss */
        .ag-page__container__market__report__item__title__sub__text__icon {
          position: absolute;
          right: 2rem;
          bottom: 3rem; }

/* line 512, /app/source/stylesheets/pages/home.scss */
.ag-page__main__container__talks {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 13.5rem;
  padding-bottom: 13.5rem; }
  /* line 518, /app/source/stylesheets/pages/home.scss */
  .ag-page__main__container__talks__items {
    -ms-flex: 1;
        flex: 1;
    margin-left: 2.5rem;
    background: #fff; }
  /* line 523, /app/source/stylesheets/pages/home.scss */
  .ag-page__main__container__talks__image {
    width: 100%; }
  @media only screen and (max-width: 1199px) {
    /* line 512, /app/source/stylesheets/pages/home.scss */
    .ag-page__main__container__talks {
      -ms-flex-direction: column;
          flex-direction: column;
      width: 100%; } }

/* line 533, /app/source/stylesheets/pages/home.scss */
.page__rectangle {
  background: #0e3c40;
  width: 12rem;
  height: 12rem;
  border-radius: 3.4rem;
  margin: 0 auto; }
  /* line 539, /app/source/stylesheets/pages/home.scss */
  .page__rectangle__icon {
    text-align: center;
    margin-left: 3.5rem; }
    /* line 542, /app/source/stylesheets/pages/home.scss */
    .page__rectangle__icon__title {
      margin-top: 2.5rem;
      font-size: 3.4rem;
      color: #13383d;
      letter-spacing: 0;
      line-height: 4rem;
      margin-bottom: 2rem; }

/* line 553, /app/source/stylesheets/pages/home.scss */
.ag-page__icon__down {
  padding-top: 6.8rem;
  padding-bottom: 2rem;
  position: absolute;
  bottom: 0;
  width: calc(100% - 4rem); 
  display: flex;
}

.ag-page__icon__down img{
width: 100%;
}

  @media only screen and (max-width: 1199px) {
    /* line 553, /app/source/stylesheets/pages/home.scss */
    .ag-page__icon__down {
      display: -ms-flexbox;
      display: flex; } }
  /* line 563, /app/source/stylesheets/pages/home.scss */
  .ag-page__icon__down__middles {
    padding-top: 4.4rem;
    padding-bottom: 2rem; }
    @media only screen and (max-width: 1199px) {
      /* line 563, /app/source/stylesheets/pages/home.scss */
      .ag-page__icon__down__middles {
        display: -ms-flexbox;
        display: flex; } }

/* line 573, /app/source/stylesheets/pages/home.scss */
.ag-page__main__container__talks__items__image__top__icon__body__app {
  background: #b6e2d3;
  height: auto;
  padding: 2rem;
  min-height: 52.5rem;
  position: relative; }

/* line 581, /app/source/stylesheets/pages/home.scss */
.ag-page-home--notices {
  background-color: #f5f5f5; }

/* line 585, /app/source/stylesheets/pages/home.scss */
.ag-page__main__container__talks__items__image__top__icon {
  text-align: center;
  background-color: #175459;
  padding: 2rem; }
  /* line 590, /app/source/stylesheets/pages/home.scss */
  .ag-page__main__container__talks__items__image__top__icon__invest {
    text-align: center;
    background-color: #175459;
    padding: 2.8rem; }
  /* line 596, /app/source/stylesheets/pages/home.scss */
  .ag-page__main__container__talks__items__image__top__icon__body {
    background-color: #fff;
    height: auto;
    padding: 2rem;
    min-height: 38rem;
    position: relative; }
    /* line 603, /app/source/stylesheets/pages/home.scss */
    .ag-page__main__container__talks__items__image__top__icon__body__title {
      font-size: 3.4rem;
      color: #13383d;
      letter-spacing: 0;
      line-height: 4rem;
      margin-bottom: 2rem;
      text-align: center; }
      /* line 610, /app/source/stylesheets/pages/home.scss */
      .ag-page__main__container__talks__items__image__top__icon__body__title__now {
        font-size: 3.4rem;
        color: #13383d;
        letter-spacing: 0;
        line-height: 4rem;
        margin-bottom: 2rem; }
        /* line 616, /app/source/stylesheets/pages/home.scss */
        .ag-page__main__container__talks__items__image__top__icon__body__title__now__text {
          font-size: 1.4rem;
          color: #666666;
          letter-spacing: 0;
          line-height: 2.4rem; }
          /* line 621, /app/source/stylesheets/pages/home.scss */
          .ag-page__main__container__talks__items__image__top__icon__body__title__now__text__down {
            padding-top: 2rem;
            padding-bottom: 2rem;
            position: absolute;
            bottom: 0;
            width: calc(100% - 4rem); }
          /* line 628, /app/source/stylesheets/pages/home.scss */
          .ag-page__main__container__talks__items__image__top__icon__body__title__now__text__link {
            margin-right: 0.5rem;
            float: left;
            font-size: 1.3rem;
            color: #13383d;
            letter-spacing: 0.07px;
            text-decoration: none;
            font-weight: bold; }

            .ag-page__main__container__talks__items__image__top__icon__body__title__now__text__link:hover{
              text-decoration: none;
              color: #13383d;
            }
            /* line 636, /app/source/stylesheets/pages/home.scss */
            .ag-page__main__container__talks__items__image__top__icon__body__title__now__text__link__icon {
              float: right; }




/* line 646, /app/source/stylesheets/pages/home.scss */
.ag-page__container__market__report__item__income__text__buttom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  padding-bottom: 3.5rem; }
  /* line 650, /app/source/stylesheets/pages/home.scss */
  .ag-page__container__market__report__item__income__text__buttom__item {
  
    /* padding: 2rem;  */
    margin: 10px;
  }
    @media only screen and (max-width: 1199px) {
      /* line 650, /app/source/stylesheets/pages/home.scss */
      .ag-page__container__market__report__item__income__text__buttom__item {
        padding: 0.8rem; } }
  /* line 657, /app/source/stylesheets/pages/home.scss */
  .ag-page__container__market__report__item__income__text__buttom__item > a {
    background: #edf6f2;
    border: 0.1rem solid rgba(193, 201, 204, 0.52);
    border-radius: 0.3rem;
    padding: 1rem;
    text-decoration: none;
    font-size: 1.3rem;
    color: #6b848a;
    letter-spacing: 0; }

/* line 669, /app/source/stylesheets/pages/home.scss */
.ag-header__box {
  background-color: #13383d;
  padding-top: 0;
  padding-bottom: 8rem; }
  /* line 674, /app/source/stylesheets/pages/home.scss */
  .ag-header__box .ag-page__header__home__title {
    font-size: 3rem;
    color: #fff;
    letter-spacing: 0;
    line-height: 2.2rem; }
  /* line 680, /app/source/stylesheets/pages/home.scss */
  .ag-header__box .ag-page--home {
    padding-top: 1rem;
    padding-bottom: 1rem; }
    /* line 683, /app/source/stylesheets/pages/home.scss */
    .ag-header__box .ag-page--home .ag-page__container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      height: 100%; }
      @media only screen and (max-width: 1199px) {
        /* line 683, /app/source/stylesheets/pages/home.scss */
        .ag-header__box .ag-page--home .ag-page__container {
          -ms-flex-direction: column;
              flex-direction: column; } }
    /* line 693, /app/source/stylesheets/pages/home.scss */
    .ag-header__box .ag-page--home .ag-page__know__list {
      width: 30%;
      /* border-bottom: 0.1rem solid #979797; */
    
    }
      @media only screen and (max-width: 1199px) {
        /* line 693, /app/source/stylesheets/pages/home.scss */
        .ag-header__box .ag-page--home .ag-page__know__list {
          width: 100%;
          border-bottom: none; }
          /* line 701, /app/source/stylesheets/pages/home.scss */
          .ag-header__box .ag-page--home .ag-page__know__list:last-child {
            border-bottom: 0.1rem solid #979797; } }
      /* line 705, /app/source/stylesheets/pages/home.scss */
      .ag-header__box .ag-page--home .ag-page__know__list__item {
        border-top: 0.1rem solid #979797;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between; }
        /* line 711, /app/source/stylesheets/pages/home.scss */
        .ag-header__box .ag-page--home .ag-page__know__list__item__link {
          opacity: 0.8;
          font-size: 1.5rem;
          color: #b6dfd2;
          letter-spacing: 0;
          line-height: 8rem;
          text-decoration: none;
          display: -ms-flexbox;
          display: flex; }
        /* line 721, /app/source/stylesheets/pages/home.scss */
        .ag-header__box .ag-page--home .ag-page__know__list__item__icon {
          -ms-flex-item-align: end;
              align-self: flex-end;
          display: initial;
          line-height: 9rem;
          -ms-flex-item-align: center;
              align-self: center;
          display: -ms-flexbox;
          display: flex;
          cursor: pointer; }

/* line 734, /app/source/stylesheets/pages/home.scss */
.ag-page__slider--main {
  width: 65%; }

/* line 737, /app/source/stylesheets/pages/home.scss */
.owl-dots {
  width: 100%;
  text-align: center;
  margin-top: -4.2rem;
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
      align-items: baseline;
  -ms-flex-pack: center;
      justify-content: center; }
  /* line 746, /app/source/stylesheets/pages/home.scss */
  .owl-dots .owl-dot {
    width: 0.4rem;
    height: 0.4rem;
    background-color: #13383d !important;
    margin-right: 1rem;
    border-radius: 50%;
    outline: none; }
    /* line 754, /app/source/stylesheets/pages/home.scss */
    .owl-dots .owl-dot.active {
      width: 0.8rem;
      height: 0.8rem; 
    }

/* line 761, /app/source/stylesheets/pages/home.scss */
.ag-market__notices .owl-dots {
  bottom: -4rem;
  left: 0; }



  /* ALTERAÃ‡ÃƒO DE SALDOS E LIMITES DA INDEX PARA NÃƒO LOGADOS */

  #UpdatePanel1 .ag-page__tabscontent{
    padding-top: 2rem !important;
  }

  #UpdatePanel1 .ag-page__summary__balance{
    height: 1rem !important;
  }