.fx {
  display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
}
.fx-center {
  -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items: center;
  -webkit-justify-content: center; -moz-justify-content: center; -ms-justify-content: center; justify-content: center;
}
.fx-center-top {
  -webkit-align-items: flex-start; -moz-align-items: flex-start; -ms-align-items: flex-start; align-items: flex-start; 
  -webkit-justify-content: center; -moz-justify-content: center; -ms-justify-content: center; justify-content: center;
}
.fx-center-bottom {
  -webkit-align-items: flex-end; -moz-align-items: flex-end; -ms-align-items: flex-end; align-items: flex-end; 
  -webkit-justify-content: center; -moz-justify-content: center; -ms-justify-content: center; justify-content: center;
}
.fx-rw {
   flex-flow: row wrap; -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; -moz-flex-flow: row wrap;
}
.fx-cl {
   flex-flow: column; -webkit-flex-flow: column; -ms-flex-flow: column; -moz-flex-flow: column;
}
.fx-space {
  -webkit-justify-content: space-between; -moz-justify-content: space-between; -ms-justify-content: space-between; justify-content: space-between;
}
.fx-left {
  -webkit-justify-content: flex-start; -moz-justify-content: flex-start; -ms-justify-content: flex-start; justify-content: flex-start;
}
.fx-right {
  -webkit-justify-content: flex-end; -moz-justify-content: flex-end; -ms-justify-content: flex-end; justify-content: flex-end;
} 

div.depoimentos{
  margin: 50px 0;
}

div#titulo-depoimentos {
  font-size: 3em;
  line-height: 1em;
  text-align: center;
  color: #000;
  margin: 50px 0 25px 0;
  font-weight: 100;
}

div#titulo-depoimentos strong {
  color:#ea002a;
}

.cta-rodape {
  display: flex;
  justify-content: space-around;
  border: 2px solid #000;
  border-radius: 100px;
  padding-top: 35px;
  height: 100%;
  clear: both;
}

.cta-rodape .frase h3 {
  font-size: 2.5em;
}

.cta-rodape .frase p {
    font-size: 2em;
}

.cta-rodape .botao a {
}

.cta-rodape .botao a button {
  margin-top: 15px;
  background: #EA002A;
  width: 140px;
  height: 40px;
  padding: 10px;
  text-align: center;
  border-radius: 25px !important;
  border: none !important;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
.foto-depo img {
    width: 100px;
    border-radius: 100%;
    height: 100px;
    object-fit: cover;
    float: left;
    margin-right: 2em;
}
.foto-depo {
    width: 100%;
    margin-bottom: 2em;
}
.content-depo {
    box-shadow: 7px 1px 50px 5px #d9d9d98f!important;
    border-radius: 10px;
    padding: 40px 50px 10px 50px !important;
    width: 450px;
    max-width: 100%;
    min-height: 365px;
}
.slider-depo {
    width: 740px;
    display: inline-block;
    max-width: 100%;
}
.box-depo {
    margin: 6em 0;
    width: 100%;
}
.slider-depo .swiper-slide img {
    width: 100%;
    height: 385px;
    object-fit: cover;
}
.content-depo p {
    font-size: 15px;
    line-height: 1.8em;
    color: #000;
}
.foto-depo p {
    padding: 0 !important;
}
.swiper-button-next, .swiper-button-prev {
    width: 44px !important;
    height: 44px;
    padding: 12px;
    z-index: 10;
    cursor: pointer;
    background: #fff !important;
    border-radius: 100%;
    transition: 0.2s;
}
.swiper-button-next svg {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.swiper-button-next:hover, .swiper-button-prev:hover {
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}
.swiper-slide {
    width: 480px !important;
}
.nome-depo {
    width: 220px;
}



@media screen and (max-width: 1300px){
  .slider-depo {
      width: 620px;
  }
}


@media screen and (max-width: 768px){
  div.calendario > ul {
    display: block;
  }

  div.box-roteiros{
    width: 100%;
  }

  .cta-rodape{
    display: block;
    border-radius: 15px;
  }

  .cta-rodape .frase h3 {
    font-size: 1.8em;
    line-height: 1em;
    text-align: center;
  }

  .cta-rodape .frase p{
    margin: 15px 0;
    padding: 0px;
    font-size: 1.7em;
    line-height: 1em;
    text-align: center;
  }

  .cta-rodape .botao{
    margin-bottom: 15px;
    text-align: center;
  }
  div#titulo-depoimentos {
    font-size: 3em;
  }

}