#banner .carousel-item {
  transition: all .64s ease-in-out;
}

#banner .carousel-control-prev, #banner .carousel-control-next {
  opacity: 1;
  justify-content: center;
  align-items: flex-end;
  width: 2.88rem;
  height: 2.88rem;
  bottom: 0.8rem !important;
  top: unset !important;
  right: unset !important;
  z-index: 999;
}

#banner .carousel-control-prev {
  left: calc(50% - 2.08rem - 1.44rem) !important;
}

@media (min-width: 576px) {
  #banner .carousel-control-prev {
    left: unset !important;
    right: calc(((100% - 540px) / 2) + 15px + 4rem) !important;
  }
}

@media (min-width: 768px) {
  #banner .carousel-control-prev {
    right: calc(((100% - 720px) / 2) + 15px + 4rem) !important;
  }
}

@media (min-width: 992px) {
  #banner .carousel-control-prev {
    right: calc(((100% - 960px) / 2) + 15px + 4rem) !important;
  }
}

@media (min-width: 1200px) {
  #banner .carousel-control-prev {
    right: calc(((100% - 1140px) / 2) + 15px + 4rem) !important;
  }
}

#banner .carousel-control-next {
  left: calc(50% + 2.08rem - 1.44rem) !important;
}

@media (min-width: 576px) {
  #banner .carousel-control-next {
    left: unset !important;
    right: calc(((100% - 540px) / 2) + 15px) !important;
  }
}

@media (min-width: 768px) {
  #banner .carousel-control-next {
    right: calc(((100% - 720px) / 2) + 15px) !important;
  }
}

@media (min-width: 992px) {
  #banner .carousel-control-next {
    right: calc(((100% - 960px) / 2) + 15px) !important;
  }
}

@media (min-width: 1200px) {
  #banner .carousel-control-next {
    right: calc(((100% - 1140px) / 2) + 15px) !important;
  }
}

#banner .carousel-control-prev-icon, #banner .carousel-control-next-icon {
  background-color: transparent;
  width: 2.88rem;
  height: 2.88rem;
  background-size: 0.96rem;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
}

#banner .carousel-control-prev-icon {
  background-position: 42% center;
}

#banner .carousel-control-next-icon {
  background-position: 58% center;
}

#banner .carousel-control-prev-icon {
  background-image: url("../../../images/__banner-prev.svg") !important;
}

#banner .carousel-control-next-icon {
  background-image: url("../../../images/__banner-next.svg") !important;
}

#banner .carousel-indicators {
  bottom: .8rem;
  margin-bottom: 0;
  height: 2.4rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
  position: absolute;
}

#banner .carousel-indicators li {
  margin: 0 0.56rem;
  border-radius: 50%;
  border: 2px solid transparent;
  background: transparent;
  width: 1.84rem;
  height: 1.84rem;
  transition: all .24s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 1 !important;
}

#banner .carousel-indicators li span {
  background-color: #FFFFFF;
  height: 0.72rem;
  width: 0.72rem;
  border-radius: 50%;
  border: 0;
  opacity: 1 !important;
  transition: all .24s ease;
}

#banner .carousel-indicators li.active {
  border-color: #FFFFFF;
}

#banner .carousel-indicators li.active span {
  background-color: #FAA387;
}

#apresentacao {
  background-color: #F6F6F6;
}

#apresentacao .texto-apresentacao {
  color: rgba(58, 56, 56, 0.7);
  font-size: 1rem;
  line-height: 1.6rem;
}

#apresentacao .subtitulo {
  color: #AAAAAA;
  text-align: center;
  margin-bottom: 3rem;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.28rem;
  line-height: 2.24rem;
  letter-spacing: .24rem;
}

#apresentacao .servico {
  position: relative;
  overflow: hidden;
}

#apresentacao .servico:after {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% + 4rem);
  display: block;
  left: 0;
  top: calc(100% + 4rem);
  z-index: 9;
  background-color: rgba(250, 163, 135, 0.25);
  transition: top .56s ease-in-out;
}

#apresentacao .servico:hover:after {
  top: 0;
}

#apresentacao .servico h4 {
  color: #AC441F;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.04rem;
  line-height: 1.44rem;
  position: relative;
  z-index: 99;
}

@media (min-width: 1200px) {
  #apresentacao .servico h4 {
    min-height: 2.88rem;
  }
}

#apresentacao .servico p {
  color: #0F3C41;
  text-align: center;
  font-size: .96rem;
  line-height: 1.36rem;
  position: relative;
  z-index: 99;
}

#apresentacao .servico article:before {
  content: "";
  display: block;
  background: #AAAAAA;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 575px) {
  #apresentacao .slick-track .servico article:after {
    content: "";
    display: block;
    background: #AAAAAA;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
}

@media (min-width: 1200px) {
  #apresentacao .slick-track .servico:nth-of-type(4n) article:after {
    content: "";
    display: block;
    background: #AAAAAA;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 3px;
  }
}

#apresentacao .numero .box-circulo {
  border: 4px solid #F5B8A4;
  border-radius: 50%;
  width: 8rem;
  height: 8rem;
  margin-bottom: 0.96rem;
}

#apresentacao .numero .box-circulo img {
  max-height: 2.24rem;
  margin-bottom: 0.24rem;
}

#apresentacao .numero .box-circulo span {
  color: #AC441F;
  font-size: 1.36rem;
  font-weight: 500;
}

#apresentacao .numero h4 {
  text-align: center;
  color: #707070;
  font-weight: 400;
  text-transform: uppercase;
  font-size: .96rem;
  line-height: 1.44rem;
}

.section-grid a {
  display: block;
  position: relative;
  overflow: hidden;
}

.section-grid a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  transition: all .48s ease-in-out;
}

.section-grid h3 {
  position: absolute;
  padding: 1.2rem;
  width: 100%;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: 'Barlow', 'Saira', sans-serif;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: .16rem;
  transition: all .48s ease;
  margin-bottom: 0;
}

.section-grid h3 span {
  display: inline-block;
  padding-bottom: 0.24rem;
  border-bottom: 2px solid #F5B8A4;
  transition: border .48s ease;
}

.section-grid p {
  position: absolute;
  top: 50%;
  transition: all .48s ease;
  padding: 1.2rem;
  color: #FFFFFF;
  text-align: center;
  font-size: .96rem;
  line-height: 1.44rem;
}

@media (max-width: 991px) {
  .section-grid .retangulo-vertical h3 {
    top: calc(50% - 4.8rem);
  }
  .section-grid .quadrado-pequeno h3 {
    top: calc(50% - 4.8rem);
  }
  .section-grid .quadrado-grande h3 {
    top: calc(50% - 4.8rem);
  }
}

@media (min-width: 992px) {
  .section-grid a:before {
    height: 12.8rem;
  }
  .section-grid a.retangulo-vertical h3 {
    top: calc(100% - 6.4rem);
  }
  .section-grid a.quadrado-pequeno h3 {
    top: calc(100% - 6.4rem);
  }
  .section-grid a.quadrado-grande h3 {
    top: calc(100% - 6.4rem);
  }
  .section-grid a.quadrado-grande h3, .section-grid a.quadrado-grande p {
    padding-left: 25%;
    padding-right: 25%;
  }
  .section-grid a h3 span {
    border-bottom: 2px solid transparent;
  }
  .section-grid a p {
    top: calc(100% + 16rem);
  }
  .section-grid a:hover:before {
    height: 100%;
  }
  .section-grid a:hover h3 span {
    border-color: #F5B8A4;
  }
  .section-grid a:hover p {
    top: 32%;
  }
  .section-grid a:hover.retangulo-vertical:hover h3 {
    top: calc(32% - 4.8rem);
  }
  .section-grid a:hover.quadrado-pequeno:hover h3 {
    top: calc(32% - 4.8rem);
  }
  .section-grid a:hover.quadrado-grande:hover h3 {
    top: calc(32% - 4.8rem);
  }
}

.section-time {
  background: #E4886A;
}

.section-time .slick-list {
  margin: 0 0;
}

.section-time .box-texto .titulo-team {
  color: #AC441F;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.28rem;
  letter-spacing: .24rem;
}

.section-time .box-texto p {
  color: rgba(255, 255, 255, 0.7);
  font-size: .96rem;
  line-height: 1.6rem;
}

.section-time .box-foto-integrante {
  width: 6.4rem;
  height: 6.4rem;
  z-index: 88;
  border-radius: 50%;
  overflow: hidden;
}

.section-time .box-foto-integrante img.foto-integrante {
  width: 6.4rem;
  height: 6.4rem;
  object-fit: cover;
  z-index: 888;
}

.section-time .box-foto-integrante .detalhe {
  bottom: -0.64rem;
  left: -0.48rem;
  z-index: 888;
  width: 4rem;
}

.section-time .nome-integrante {
  color: #FFFFFF;
  font-size: .96rem;
  font-weight: 300;
}

.section-time .funcao-integrante {
  color: #AC441F;
  font-size: .96rem;
  font-weight: 600;
}

.section-time .sobre-integrante {
  color: #FFFFFF;
  font-size: .88rem;
  font-weight: 300;
}

.section-time .sobre-integrante:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #AC441F;
}

.section-time .slick-dots li.slick-active {
  border-color: #FFFFFF;
}

#cases {
  background: rgba(245, 184, 164, 0.3);
}

#cases p.texto {
  color: #4c4c4c;
  font-size: 1rem;
  line-height: 1.6rem;
  margin-bottom: 3rem;
  text-align: center;
}

@media (max-width: 991px) {
  #cases .slick-list {
    margin: 0 !important;
  }
}

#cases .slick-slide a {
  display: block;
  position: relative;
  z-index: 99;
}

#cases .slick-slide a .box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgba(208, 138, 119, 0.72);
  padding: 0.8rem 1.12rem;
  transition: opacity .4s ease;
}

#cases .slick-slide a h3 {
  width: 100%;
  color: #FFFFFF;
  font-family: 'Barlow', 'Saira', sans-serif;
  text-transform: uppercase;
  border: 2px solid #F5B8A4;
  font-size: 1.32rem;
  padding: 0.24rem;
  text-align: center;
  margin: 0 0 1.28rem;
  letter-spacing: .16rem;
}

#cases .slick-slide a span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: .88rem;
  color: #FFFFFF;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .08rem;
}

@media (min-width: 992px) {
  #cases .slick-slide a .box {
    opacity: 0;
  }
  #cases .slick-slide a:hover .box {
    opacity: 1;
  }
}

#cases a.link-cases {
  color: #AC441F;
  text-transform: uppercase;
  border: 1px solid #AC441F;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.72rem 1.84rem;
  font-size: 1.04rem;
  line-height: 1.04rem;
  border-radius: 6px;
  transition: all .4s ease;
}

#cases a.link-cases:hover {
  color: #FFFFFF;
  background-color: #FAA387;
  border-color: #FAA387;
}

#clientes {
  background-color: #F6F6F6;
}

#contato {
  background-image: url("../../../images/__fundo-contato.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#contato .texto {
  color: rgba(58, 56, 56, 0.7);
  font-size: 1rem;
  line-height: 1.6rem;
}

#contato .box-video {
  overflow: hidden;
  border-radius: .64rem;
}

#contato .form-control {
  height: auto;
  padding: 0.48rem 0.96rem;
  line-height: 1.28rem;
  font-size: .96rem;
  border: 1px solid #B5B2B2;
  color: #AC441F;
  border-radius: 5px;
}

#contato .form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #464645;
  opacity: 1;
  /* Firefox */
}

#contato .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #464645;
}

#contato .form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #464645;
}

#contato textarea.form-control {
  padding-top: 0.64rem;
  padding-bottom: 0.64rem;
}

#contato #btn-enviar {
  background-color: #AC441F;
  border-radius: 5px;
  border: 0 none;
  color: #FFFFFF;
  display: block;
  margin: 1.84rem auto 0;
  padding: 0.64rem 3.2rem;
  text-transform: uppercase;
  font-size: 1.12rem;
  letter-spacing: .08rem;
  line-height: 1;
  transition: background .4s ease;
}

#contato #btn-enviar:hover {
  background-color: #752e15;
}

.section-depoimentos blockquote {
  border: 1px solid #F5B8A4;
  font-weight: 400;
  border-radius: 1.28rem;
  color: #FFFFFF;
}

.section-depoimentos #depoimentos-lista li.slick-slide {
  padding: 3.2rem 3.2rem 0 .96rem;
}

@media (min-width: 992px) {
  .section-depoimentos #depoimentos-lista li.slick-slide {
    padding: 3.2rem 3.2rem 0;
  }
}

.section-depoimentos .box-foto-autor-depoimento {
  width: 6.4rem;
  height: 6.4rem;
  top: -3.2rem;
  right: -3.2rem;
  z-index: 88;
  border-radius: 50%;
  overflow: hidden;
}

.section-depoimentos .box-foto-autor-depoimento img.foto-autor {
  width: 6.4rem;
  height: 6.4rem;
  object-fit: cover;
  z-index: 888;
}

.section-depoimentos .box-foto-autor-depoimento .detalhe {
  bottom: -0.64rem;
  left: -0.48rem;
  z-index: 888;
  width: 4rem;
}

.section-depoimentos cite {
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  color: #AC441F;
}

.section-depoimentos p.about {
  font-size: .96rem;
  line-height: 1.44rem;
  color: #AC441F;
}

.section-depoimentos p.depo {
  font-size: .96rem;
  line-height: 1.6rem;
  color: #AAAAAA;
}

@media (max-width: 991px) {
  .section-depoimentos .slick-list {
    margin: 0 !important;
  }
}

.section-depoimentos .slick-dots li.slick-active {
  border-color: #AAAAAA;
}

.section-depoimentos .slick-dots li.slick-active button {
  background-color: #FAA387;
}
