#page-home-time #grids .text .grid::-webkit-scrollbar-thumb {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  transition: all 0.4s linear; }

.circle {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%; }

#page-home-time #desc-page p strong {
  font-family: "Montserrat-ExtraBold", Helvetica, Arial, sans-serif;
  color: #f07138;
  text-transform: uppercase; }
#page-home-time #grids .line {
  position: relative;
  min-height: 425px; }
@media(max-width: 768px) {
  #page-home-time #grids .line {
    height: auto; } }
  #page-home-time #grids .line .gridD {
    min-height: 425px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    position: relative; }
@media(max-width: 768px) {
  #page-home-time #grids .line .gridD {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column; } }
  #page-home-time #grids .line:nth-child(even) .gridD {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    text-align: right; }
@media(max-width: 768px) {
  #page-home-time #grids .line:nth-child(even) .gridD {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column; } }
  #page-home-time #grids .line:nth-child(even) .title {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end; }
  #page-home-time #grids .line:nth-child(even) .text {
    text-align: left; }
@media(max-width: 768px) {
  #page-home-time #grids .line:nth-child(even) .text {
    text-align: justify; } }
    #page-home-time #grids .line:nth-child(even) .text .grid {
      margin-left: 0;
      margin-right: auto; }
@media(max-width: 992px) {
  #page-home-time #grids .line:nth-child(even) .text .grid {
    padding-left: 0;
    padding-right: 25px; } }
@media(max-width: 768px) {
  #page-home-time #grids .line:nth-child(even) .text .grid {
    padding: 30px 15px; } }
@media(max-width: 480px) {
  #page-home-time #grids .line:nth-child(even) .text .grid {
    padding-right: 0;
    padding-left: 0; } }
  #page-home-time #grids .line:nth-child(even) .bg {
    right: 0;
    left: auto; }
    #page-home-time #grids .line:nth-child(even) .bg::after {
      left: 0;
      right: auto;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
#page-home-time #grids .bg {
  height: 100%;
  width: 50%; }
@media(max-width: 768px) {
  #page-home-time #grids .bg {
    display: none; } }
  #page-home-time #grids .bg .image {
    opacity: 0.15;
    height: 100%;
    width: 100%;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
  #page-home-time #grids .bg::after {
    content: "";
    height: 100%;
    width: 19px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: url("../img/detail-arrow.png") center center no-repeat; }
@media(max-width: 768px) {
  #page-home-time #grids .bg::after {
    display: none; } }
#page-home-time #grids .title {
  width: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  position: relative; }
@media(max-width: 768px) {
  #page-home-time #grids .title {
    height: 250px;
    width: 100%;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; } }
@media(max-width: 480px) {
  #page-home-time #grids .title {
    padding-right: 15px;
    padding-left: 15px; } }
  #page-home-time #grids .title .bg {
    display: none;
    width: 100%; }
@media(max-width: 768px) {
  #page-home-time #grids .title .bg {
    display: block; } }
  #page-home-time #grids .title h2 {
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: "Montserrat-ExtraBold", Helvetica, Arial, sans-serif;
    font-size: 44px;
    position: relative; }
@media(max-width: 1050px) {
  #page-home-time #grids .title h2 {
    font-size: 30px; } }
@media(max-width: 480px) {
  #page-home-time #grids .title h2 {
    text-align: left;
    font-size: 25px; } }
#page-home-time #grids .text {
  width: 50%; }
@media(max-width: 768px) {
  #page-home-time #grids .text {
    width: 100%; } }
  #page-home-time #grids .text .grid {
    max-width: 447px;
    max-height: 380px;
    overflow-y: scroll;
    margin-right: 0;
    margin-left: auto; }
@media(max-width: 992px) {
  #page-home-time #grids .text .grid {
    padding-left: 25px; } }
@media(max-width: 768px) {
  #page-home-time #grids .text .grid {
    max-width: 100%;
    padding: 30px 15px; } }
@media(max-width: 480px) {
  #page-home-time #grids .text .grid {
    padding-right: 0;
    padding-left: 0; } }
    #page-home-time #grids .text .grid::-webkit-scrollbar {
      width: 10px; }
    #page-home-time #grids .text .grid::-webkit-scrollbar-track {
      background: #f7f7f7; }
    #page-home-time #grids .text .grid::-webkit-scrollbar-thumb {
      background: #3b3b3b;
      border-radius: 10px; }
      #page-home-time #grids .text .grid::-webkit-scrollbar-thumb:hover {
        background: rgba(59, 59, 59, 0.5); }
    #page-home-time #grids .text .grid .item {
      margin-bottom: 30px; }
    #page-home-time #grids .text .grid p, #page-home-time #grids .text .grid li {
      font-size: 14px;
      display: block; }
    #page-home-time #grids .text .grid a strong {
      color: #f07138;
      font-family: "Montserrat-ExtraBold", Helvetica, Arial, sans-serif;
      text-transform: uppercase; }
    #page-home-time #grids .text .grid p {
      color: #b3b3b3;
      font-size: 12px; }
    #page-home-time #grids .text .grid h5 {
      font-size: 16px;
      text-transform: uppercase;
      font-family: "Montserrat-ExtraBold", Helvetica, Arial, sans-serif;
      color: #3b3b3b; }

#page-program {
  padding-bottom: 60px; }
  #page-program #banner-program {
    position: relative; }
    #page-program #banner-program .bg {
      top: auto;
      right: 0;
      bottom: 0;
      left: 0;
      height: 285px;
      background: #ce8333; }
      #page-program #banner-program .bg .image {
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        opacity: 0.2;
        height: 100%;
        width: 100%;
        display: block; }
    #page-program #banner-program .columns {
      position: relative;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -moz-box-align: end;
      box-align: end;
      -webkit-align-items: flex-end;
      -moz-align-items: flex-end;
      -ms-align-items: flex-end;
      -o-align-items: flex-end;
      align-items: flex-end;
      -ms-flex-align: end;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: justify; }
      #page-program #banner-program .columns .image {
        min-width: 500px; }
      #page-program #banner-program .columns .text {
        max-width: 500px;
        padding-bottom: 30px; }
        #page-program #banner-program .columns .text img {
          margin-bottom: 60px; }
        #page-program #banner-program .columns .text p {
          font-size: 14px;
          color: #FFFFFF;
          font-family: "Montserrat-Bold", Helvetica, Arial, sans-serif;
          padding-bottom: 15px; }
  #page-program #infos-program {
    padding-top: 75px; }
    #page-program #infos-program h4 {
      font-size: 25px;
      text-transform: uppercase;
      color: #032655;
      margin-bottom: 70px;
      text-align: center;
      font-family: "Montserrat-ExtraBold", Helvetica, Arial, sans-serif; }
    #page-program #infos-program .columns {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-right: -50px;
      margin-left: -50px; }
      #page-program #infos-program .columns .column {
        width: calc(50% - 100px);
        padding: 27px 50px; }
        #page-program #infos-program .columns .column .gridC {
          display: -webkit-box;
          display: -moz-box;
          display: box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex; }
        #page-program #infos-program .columns .column .icon {
          min-width: 200px;
          margin-right: 30px;
          text-align: center; }
          #page-program #infos-program .columns .column .icon img {
            display: block;
            margin-right: auto;
            margin-left: auto; }
          #page-program #infos-program .columns .column .icon span {
            display: block;
            font-size: 12px;
            color: #b3b3b3;
            text-transform: uppercase;
            margin-top: 10px; }
          #page-program #infos-program .columns .column .icon h5 {
            font-size: 42px;
            line-height: 1em;
            color: #032655;
            font-family: "Montserrat-ExtraBold", Helvetica, Arial, sans-serif;
            text-transform: uppercase; }
            #page-program #infos-program .columns .column .icon h5::after {
              content: "";
              display: block;
              height: 1px;
              width: 25px;
              margin-top: 15px;
              margin-right: auto;
              margin-left: auto;
              background: rgba(47, 53, 66, 0.2); }
        #page-program #infos-program .columns .column .text {
          max-width: 280px; }
          #page-program #infos-program .columns .column .text h5 {
            font-size: 20px;
            font-family: "Montserrat-ExtraBold", Helvetica, Arial, sans-serif;
            text-transform: uppercase;
            color: #032655;
            text-align: left;
            margin-bottom: 5px; }
          #page-program #infos-program .columns .column .text p {
            text-align: left;
            color: #999999;
            font-size: 14px; }

/*# sourceMappingURL=pensando-em-voce.css.map */
