.in-full-column .vc_column-inner {
  padding: 0;
}

.mov-right1-section.vc_row {
    margin-left: -14px;
    margin-right: -16px;
}

.home-program {
    margin-top: 100px;
    padding-bottom: 2px;
}
@media (max-width: 991px) {
  .home-program {
      margin-top: 44px;
      margin-bottom: 100px;
  }
}

.tt-carusel {
  margin-top: 9px;
}
@media (max-width: 768px) {
  .tt-carusel.slick-arrow-02 .slick-dots {
    bottom: -40px;
  }
}
@media (min-width: 1219px) {
  .tt-extra-layout .slick-arrow-02 .slick-dots {
    margin-left: -17px;
  }
}
.tt-carusel-top {
  margin-top: 30px;
}

.tt-box-subjects {
  position: relative;
  text-decoration: none;
}
.tt-box-subjects .img {
  position: relative;
  z-index: 1;
  text-align: center;
  overflow: hidden;
}
.tt-box-subjects .img img {
  max-width: 100%;
  display: inline-block;
  height: auto;
}
.tt-box-subjects .img:after {
  content: "";
  position: absolute;
  top: -200%;
  left: -210%;
  width: 150%;
  height: 240%;
  opacity: 0;
  transform: rotate(21deg);
  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0) 100%);
}

.tt-box-subjects .description {
  z-index: 0;
  text-align: center;
}
.tt-box-subjects .description h6 {
  font-size: 24px;
  line-height: 1.1;
  font-family: 'Roboto', sans-serif;
  color: #393939;
  font-weight: 500;
  margin: 15px 0 0 0;
  padding: 0 0 0 0;
}

@media (max-width: 550px) {
  .tt-box-subjects .description h6 {
    font-size: 24px;
  }

}
@media (max-width: 699px) {
  .tt-box-subjects .img img {
      margin-left: 28px;
      max-width: calc(70%);
  }
  .tt-box-subjects .description h6 {
      padding-right: 0;
  }
}
@media (max-width: 450px) {
  .tt-box-subjects .img img {
      margin-left: 20px;
      max-width: calc(70%);
  }
  
  .tt-box-subjects .description h6 {
      font-size: 24px;
      margin-top: 7px;
      padding-right: 0;
  }
}
.tt-box-subjects .description p {
  margin: 0;
  padding: 0 34px 0 0;
}
.tt-box-subjects .description .btn {
  margin: 22px 0px 0 0;
}
.tt-box-subjects:hover .img:after {
  opacity: 1;
  top: -30%;
  left: -30%;
  transition-property: left, top, opacity;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-timing-function: ease;
}
.tt-box-subjects:hover.btn {
  background: #ffc219;
}
@media (max-width: 550px) {
  .tt-box-subjects .description .btn {
    margin-top: 14px;
  }
}
.tt-box-subjects1 {
  position: relative;
  text-decoration: none;
}
.tt-box-subjects1 .img {
  position: relative;
  z-index: 1;
  text-align: center;
  overflow: hidden;
}
.tt-box-subjects1 .img img {
  max-width: 100%;
  display: inline-block;
  height: auto;
}
.tt-box-subjects1 .img:after {
  content: "";
  position: absolute;
  top: -200%;
  left: -210%;
  width: 150%;
  height: 240%;
  opacity: 0;
  transform: rotate(21deg);
  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0) 100%);
}
.tt-box-subjects1 .description {
  z-index: 0;
  text-align: center;
}
.tt-box-subjects1 .description h6 {
  font-size: 18px;
  line-height: 1.1;
  font-family: 'Roboto', sans-serif;
  color: #393939;
  font-weight: 500;
  margin: 21px 0 0 0;
  padding: 0 40px 0 0;
  text-transform: uppercase;
}
.tt-box-subjects1 .description p {
  margin: 0;
  padding: 0 40px 0 0;
  color: #5a5a5a;
}
.tt-box-subjects1 .description .btn {
  margin: 22px 40px 0 0;
}
.tt-box-subjects1:hover .img:after {
  opacity: 1;
  top: -30%;
  left: -30%;
  transition-property: left, top, opacity;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-timing-function: ease;
}
.tt-box-subjects1:hover .description .h6 {
  color: #fdc400;
}



.slick-slide {
  outline: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url('/frontend/default/img/ajax-loader.gif') center center no-repeat;
}


/*---------------------------------------*/
/*--------    slick-arrow-02     --------*/
/*---------------------------------------*/
.slick-arrow-02 .slick-prev,
.slick-arrow-02 .slick-next {
  font-size: 40px;
  line-height: 0;
  position: absolute;
  top: 50%;
  margin-top: 33px;
  display: block;
  width: 38px;
  height: 38px;
  padding: 0;
  z-index: 1;
  cursor: pointer;
  color: #4d4d4d;
  border: none;
  outline: none;
  background: transparent;
}

.slick-arrow-02 .slick-prev:hover,
.slick-arrow-02 .slick-next:hover {
	color: #fdc400;
}

@media (max-width: 1316px) {
  .slick-arrow-02 .slick-arrow {
    display: none !important;
  }
}

.slick-arrow-02 .slick-next {
  right: -40px;
}

.slick-arrow-02 .slick-prev {
  left: -60px;
}

.slick-arrow-02 .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-arrow-02 .slick-dots {
  position: absolute;
  bottom: -75px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-arrow-02 .slick-dots li {
  position: relative;
  display: inline-block;
  width: 56px;
  height: 31px;
  margin: 0 7px;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.slick-arrow-02 .slick-dots li button {
  font-size: 0;
  line-height: 0;
  margin-top: 14px;
  display: block;
  width: 100%;
  height: 3px;
  background: #4d4d4d;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.slick-arrow-02 .slick-dots li:hover button,
.slick-arrow-02 .slick-dots li.slick-active button {
  background: #fdc400;
}
@media (max-width: 768px) {
  .slick-arrow-02 .slick-dots li {
    width: 26px;
    height: 3px;
  }
}
@media (max-width: 550px) {
  .slick-arrow-02 .slick-dots {
    bottom: -40px;
  }
  .slick-arrow-02 .slick-dots li {
    margin: 0 5px;
  }
}
.slick-arrow-02.white-dots.slick-arrow-01 .slick-dots li:not(:hover) button {
  background: #fff;
}
.slick-arrow-02.white-dots.slick-arrow-01 .slick-dots li.slick-active button {
  background: #fdc400;
}

#servicos h2{
  line-height: 1.1;
  color: #393939;
  font-weight: 500;
  margin: 15px 0 0 0;
  padding: 0 0 0 0;
}