.banner {
  position: relative
}
/* 
.banner .glider-dots {
  position: absolute !important;
  bottom: 20px !important;
  width: 100% !important
}

.banner .glider-dot {
  width: 9px !important;
  height: 9px !important;
  margin: 4px !important;
  background-color: #fff !important
}

.banner .glider-dot.active {
  background: #ff7800 !important
}
 */

 .owl-theme .owl-nav{
   margin: 0 !important;
 }

 @media(max-width: 992px){
  .owl-theme .owl-nav{
    display: none;
  }

  .owl-dots{
    position: absolute !important;
    bottom: 10px !important;
    width: 100% !important;
    display: flex !important;
    display: flex !important;
    justify-content: center !important;
  }

  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ff7800 !important;
  }

  .owl-theme .owl-dots .owl-dot span {
    background: #004d99 !important;
  }
 }
 .owl-dots{
   display: none;
 }

  .owl-item{
    height: 0 !important;
  }
  .owl-item.active{
    height: auto !important;
  }
@media (min-width:992px) {
  .banner .owl-prev {
      width: 70px !important;
      height: 70px !important;
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
      justify-content: center !important;
      -webkit-box-align: center !important;
      -ms-flex-align: center !important;
      align-items: center !important;
      background-color: #fff !important;
      position: absolute !important;
      bottom: 0 !important;
      top: unset !important;
      left: 0 !important;
      margin: 0 !important;
      border-radius: 0 !important;
  }
  .banner .owl-next {
      width: 70px !important;
      height: 70px !important;
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
      justify-content: center !important;
      -webkit-box-align: center !important;
      -ms-flex-align: center !important;
      align-items: center !important;
      background-color: #ff7800 !important;
      position: absolute !important;
      bottom: 0 !important;
      top: unset !important;
      left: 70px !important;
      margin: 0 !important;
      border-radius: 0 !important;
  }
  .banner .owl-next.disabled,
  .banner .owl-prev.disabled {
      opacity: .8 !important;
      cursor: none !important
  }
}

/* .banner__glider {
  overflow-x: hidden
} */

.about {
  padding-bottom: 3rem;
  background-color: #f0f8ff;
  position: relative;
  overflow: hidden;
  z-index: 0
}

.about::before {
  content: "";
  position: absolute;
  top: unset;
  left: -10%;
  bottom: 260px;
  width: 119%;
  height: 80px;
  border-radius: 200%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  z-index: -1;
  background-color: #fff
}

@media (min-width:992px) {
  .about::before {
      content: "";
      position: absolute;
      top: 200px;
      left: -10%;
      bottom: unset;
      width: 120%;
      height: 640px;
      border-radius: 100%
  }
}

@media (max-width:992px) {
  .about::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 300px;
      background-color: #fff;
      z-index: -1
  }
}

.about__box {
  width: 100%;
  max-width: 290px;
  border: 1px solid #e6e6e6;
  padding: 30px;
  background-color: #fff;
  border-bottom: 4px solid #ff7800;
  -webkit-transition: all ease .2s;
  transition: all ease .2s
}

.about__box:hover {
  background-color: #004d99
}

.about__box:hover .about__box__plus {
  background-color: #ff7800;
  -webkit-transform: scale(1);
  transform: scale(1)
}

.about__box:hover .about__box__plus svg {
  fill: #fff
}

.about__box:hover h2,
.about__box:hover h3,
.about__box:hover p {
  color: #fff
}

.about__box__plus {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 2px;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
  -webkit-transform: scale(.9);
  transform: scale(.9)
}

.about__box__plus svg {
  fill: #004d99
}

.about__box h3 {
  font-family: Yantramanav, sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  color: gray
}

.about__box h2 {
  font-family: Yantramanav, sans-serif;
  font-weight: 900;
  font-size: 26px;
  line-height: 34px;
  color: #004d99
}

.about__box p {
  font-family: Yantramanav, sans-serif;
  font-weight: 300;
  line-height: 15px;
  font-size: 12px;
  color: gray;
  text-transform: uppercase
}

.about__carousel {
  overflow-x: hidden
}

.about__carousel .glider-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.about__carousel__item {
  border: 1px solid #e6e6e6;
  padding: 30px;
  background-color: #fff;
  border-bottom: 4px solid #ff7800;
  -webkit-transition: all ease .2s;
  transition: all ease .2s
}

.about__carousel__item:hover {
  background-color: #004d99
}

.about__carousel__item:hover .about__carousel__item__plus {
  background-color: #ff7800;
  -webkit-transform: scale(1);
  transform: scale(1)
}

.about__carousel__item:hover .about__carousel__item__plus svg {
  fill: #fff
}

.about__carousel__item:hover h2,
.about__carousel__item:hover h3,
.about__carousel__item:hover p {
  color: #fff
}

.about__carousel__item__plus {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 2px;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
  -webkit-transform: scale(.9);
  transform: scale(.9)
}

.about__carousel__item__plus svg {
  fill: #004d99
}

.about__carousel__item h3 {
  font-family: Yantramanav, sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  color: gray
}

.about__carousel__item h2 {
  font-family: Yantramanav, sans-serif;
  font-weight: 900;
  font-size: 26px;
  line-height: 34px;
  color: #004d99
}

.about__carousel__item p {
  font-family: Yantramanav, sans-serif;
  font-weight: 300;
  line-height: 15px;
  font-size: 12px;
  color: gray;
  text-transform: uppercase
}

.about__carousel--prev {
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  padding: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
  box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
  position: absolute;
  top: 40%;
  left: -22px
}

.about__carousel--prev svg {
  width: 10px;
  fill: gray
}

.about__carousel--prev.disabled {
  opacity: .4
}

.about__carousel--next {
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  padding: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
  box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
  position: absolute;
  top: 40%;
  right: -22px
}

.about__carousel--next svg {
  width: 10px;
  fill: #ff7800
}

.about__carousel--next.disabled {
  opacity: .4
}

.about__carousel .glider-slide {
  width: 85% !important
}

.about .disappear-3years img {
  width: 400px;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px)
}

@media (max-width:1350px) {
  .about .disappear-3years img {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      width: 100%
  }
}

@media (max-width:1200px) {
  .about .disappear-3years {
      display: none !important
  }
}

.solution {
  padding: 3rem 0 6rem;
  overflow-x: hidden
}

.solution__car {
  overflow-x: hidden
}

@media (max-width:992px) {
  .solution .fs-80 {
      font-size: 50px !important
  }
  .solution .lh-80 {
      line-height: 50px !important
  }
  .solution h2,
  .solution h3 {
      text-align: center
  }
  .solution h2 .before,
  .solution h3 .before {
      top: -5px !important;
      left: -140px !important
  }
  .solution__car--prev {
      width: 40px;
      height: 40px;
      border: none;
      border-radius: 50%;
      padding: 0;
      background-color: #fff;
      -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
      box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
      position: absolute;
      top: 35%;
      left: -5px
  }
  .solution__car--prev svg {
      width: 10px;
      fill: gray
  }
  .solution__car--prev.disabled {
      opacity: .4
  }
  .solution__car--next {
      width: 40px;
      height: 40px;
      border: none;
      border-radius: 50%;
      padding: 0;
      background-color: #fff;
      -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
      box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
      position: absolute;
      top: 35%;
      right: -5px
  }
  .solution__car--next svg {
      width: 10px;
      fill: #ff7800
  }
  .solution__car--next.disabled {
      opacity: .4
  }
  .solution .glider-slide {
      width: 85% !important
  }
}

.solution__box {
  width: 100%;
  height: 200px !important;
  position: relative;
  margin-bottom: 4%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: 4px solid #004d99
}

.solution__box__icon {
  width: 104px;
  height: 104px;
  border-radius: 100%;
  background: #fff;
  background: linear-gradient(227deg, #fff 0, #cccbcb 100%);
  -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, .1);
  box-shadow: 0 8px 16px rgba(0, 0, 0, .1);
  position: absolute;
  bottom: -35px;
  left: 10%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.solution__box__icon img {
  width: 60%;
  max-width: 55%;
  -o-object-fit: contain;
  object-fit: contain
}

@media (max-width:992px) {
  .solution__box__icon {
      width: 85px !important;
      height: 85px !important;
      bottom: -20px !important
  }
}

.solution__box__text {
  width: 70%;
  font-size: 20px;
  line-height: 28px;
  color: #004d99;
  font-family: Yantramanav, sans-serif;
  font-weight: 700;
  position: relative;
  z-index: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 35px
}

.solution__box__text::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 50px;
  background-color: #fff;
  z-index: -1
}

@media (min-width:768px) and (max-width:991px) {
  .solution__box {
      width: 48%;
      margin-right: 2%
  }
  .solution__box:nth-child(2n) {
      margin: 0 !important
  }
}

@media (min-width:992px) {
  .solution__box {
      width: 31.6%;
      margin-right: 2.5%
  }
  .solution__box:nth-child(3n) {
      margin: 0 !important
  }
}

.solution h2 {
  position: relative;
  margin-bottom: 3rem
}

.solution h2 .before {
  font-size: 180px;
  line-height: 80px;
  font-family: Yantramanav, sans-serif;
  font-weight: 700;
  -webkit-text-stroke: 1px #f2f2f2;
  color: transparent;
  position: absolute;
  top: 15px;
  left: -85px;
  z-index: -1
}

.diferenciais {
  padding-bottom: 4rem;
  position: relative
}

.diferenciais .img-selo{
  position: absolute !important;
  bottom: -294px !important;
  left: 95px !important;
  z-index: 1 !important;
}

@media(max-width: 1900px){
  .diferenciais {
    overflow-x: hidden !important;
  }
  .diferenciais .img-selo{
    display: none !important;
  }
}

@media(max-width: 1400px){
  .diferenciais {
    overflow-x: hidden !important;
  }
}

.diferenciais::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 200px;
  background-image: url(../../../assets/img/Diferenciais.jpg);
  background-position: bottom;
  background-size: cover;
  z-index: -3
}

@media (max-width:992px) {
  .diferenciais::before {
      height: 250px !important
  }
}

@media (max-width:992px) {
  .diferenciais {
      padding: 3rem 0 !important;
      margin-bottom: 0
  }
  .diferenciais .glider-track {
      /*width: 70% !important*/
  }
  .diferenciais .container {
      padding: 0 25px !important
  }
  .diferenciais .fs-80 {
      font-size: 50px !important
  }
  .diferenciais .lh-80 {
      line-height: 50px !important
  }
  .diferenciais h2,
  .diferenciais h3 {
      text-align: center
  }
  .diferenciais h2 .before,
  .diferenciais h3 .before {
      top: -5px !important;
      left: -140px !important
  }
  .diferenciais__carousel {
      overflow: hidden
  }
  .diferenciais__carousel--prev {
      width: 40px;
      height: 40px;
      border: none;
      border-radius: 50%;
      padding: 0;
      background-color: #fff;
      -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
      box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
      position: absolute;
      top: 50%;
      left: -5px
  }
  .diferenciais__carousel--prev svg {
      width: 10px;
      fill: gray
  }
  .diferenciais__carousel--prev.disabled {
      opacity: .4
  }
  .diferenciais__carousel--next {
      width: 40px;
      height: 40px;
      border: none;
      border-radius: 50%;
      padding: 0;
      background-color: #fff;
      -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
      box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
      position: absolute;
      top: 50%;
      right: -5px
  }
  .diferenciais__carousel--next svg {
      width: 10px;
      fill: #ff7800
  }
  .diferenciais__carousel--next.disabled {
      opacity: .4
  }
}

.diferenciais h2 {
  position: relative;
  margin-bottom: 3rem
}

@media (max-width:992px) {
  .diferenciais h2 {
      margin-bottom: 0 !important
  }
}

.diferenciais h2 .before {
  font-size: 180px;
  line-height: 140px;
  font-family: Yantramanav, sans-serif;
  font-weight: 700;
  -webkit-text-stroke: 1px #f2f2f2;
  color: transparent;
  position: absolute;
  top: -10px;
  left: -85px;
  z-index: -1
}

@media (max-width:992px) {
  .diferenciais h2 .before {
      font-size: 100px !important;
      line-height: 75px !important;
      -webkit-text-stroke: 1px #f2f2f2d4 !important;
      top: 15px !important;
      left: -85px !important;
      z-index: -2 !important
  }
}

.diferenciais__box {
  width: 100%;
  min-height: 300px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 4px solid #ff7800;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 25px;
  -webkit-box-shadow: 0 160px 20px rgba(0, 0, 0, .08);
  box-shadow: 0 160px 20px rgba(0, 0, 0, .08)
}

@media (max-width:992px) {
  .diferenciais__box {
      padding: 20px !important
  }
  .diferenciais__box p {
      font-size: 17px !important
  }
}

.diferenciais__box img {
  width: 140px;
  -o-object-fit: contain;
  object-fit: contain
}

@media (min-width:992px) and (max-width:1199px) {
  .diferenciais__box {
      width: 32.8%;
      margin-right: 1.5rem
  }
  .diferenciais__box:nth-child(3n) {
      margin-right: 0 !important
  }
}

@media (min-width:1200px) {
  .diferenciais__box {
      width: 23.5%;
      margin-right: 1.5rem
  }
  .diferenciais__box:nth-child(4n) {
      margin-right: 0 !important
  }
}

.alternativa {
  margin-bottom: 4rem;
  overflow: hidden;
  position: relative;
  padding-top: 8rem;
  z-index: -1
}

@media(max-width: 992px){
  .alternativa {
    z-index: 0 !important;
  }
}

.alternativa::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 700px;
  height: 615px;
  background-image: url(../../../assets/img/beforealternativa.png);
  background-size: contain !important;
  background-position: top right !important;
  background-repeat: no-repeat !important;
  z-index: -3
}

@media (max-width:992px) {
  .alternativa::before {
      width: 380px !important
  }
  .alternativa {
      padding-top: 4rem !important;
      padding: 0;
      margin-bottom: 0
  }
  .alternativa .container {
      padding: 0 25px !important
  }
  .alternativa .fs-80 {
      font-size: 50px !important
  }
  .alternativa .lh-80 {
      line-height: 50px !important
  }
  .alternativa h2,
  .alternativa h3 {
      text-align: center
  }
  .alternativa h2 .before,
  .alternativa h3 .before {
      top: -5px !important;
      left: -140px !important
  }
  .alternativa__carousel {
      overflow: hidden
  }
  .alternativa__carousel--prev {
      width: 40px;
      height: 40px;
      border: none;
      border-radius: 50%;
      padding: 0;
      background-color: #fff;
      -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
      box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
      position: absolute;
      top: 45%;
      left: -5px
  }
  .alternativa__carousel--prev svg {
      width: 10px;
      fill: gray
  }
  .alternativa__carousel--prev.disabled {
      opacity: .4
  }
  .alternativa__carousel--next {
      width: 40px;
      height: 40px;
      border: none;
      border-radius: 50%;
      padding: 0;
      background-color: #fff;
      -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
      box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
      position: absolute;
      top: 45%;
      right: -5px
  }
  .alternativa__carousel--next svg {
      width: 10px;
      fill: #ff7800
  }
  .alternativa__carousel--next.disabled {
      opacity: .4
  }
}

.alternativa h2 {
  position: relative;
  margin-bottom: 3rem
}

@media (max-width:992px) {
  .alternativa h2 {
      margin-bottom: 0 !important
  }
}

.alternativa h2 .before {
  font-size: 180px;
  line-height: 140px;
  font-family: Yantramanav, sans-serif;
  font-weight: 700;
  -webkit-text-stroke: 1px #f2f2f2;
  color: transparent;
  position: absolute;
  top: 15px;
  left: -85px;
  z-index: -1
}

@media (max-width:992px) {
  .alternativa h2 .before {
      font-size: 100px !important;
      line-height: 75px !important;
      -webkit-text-stroke: 1px #f2f2f2d4 !important;
      top: 15px !important;
      left: -85px !important;
      z-index: -2 !important
  }
}

.alternativa__box {
  width: 100%;
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff;
  padding: 25px;
  border-radius: 10px;
  -webkit-box-shadow: 10px -10px 20px #0050961c;
  box-shadow: 10px -10px 20px #0050961c
}

@media (max-width:992px) {
  .alternativa__box {
      margin: 25px
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .alternativa__box {
      width: 32%;
      margin-right: 2%
  }
  .alternativa__box:nth-child(3n) {
      margin-right: 0
  }
}

@media (min-width:1200px) {
  .alternativa__box {
      width: 23.8%;
      margin-right: 1.5%
  }
  .alternativa__box:nth-child(4n) {
      margin-right: 0
  }
}

.beneficios {
  padding: 4rem 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
  background-position: right
}

@media (max-width:992px) {
  .beneficios {
      background: 0 0 !important;
      padding: 0 0 2rem 0 !important
  }
  .beneficios .container {
      padding: 0 !important
  }
  .beneficios .fs-60 {
      font-size: 40px !important;
      line-height: 35px !important
  }
}

.beneficios::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 33%;
  height: 100%;
  z-index: -1;
  background-image: url(../../../assets/img/Lines.jpg);
  background-size: contain
}

@media (max-width:992px) {
  .beneficios::before {
      width: 100%
  }
}

.beneficios__box {
  padding: 100px;
  background-color: #ff7800
}

@media (max-width:992px) {
  .beneficios__box {
      padding: 25px !important
  }
}

.depoimentos {
  padding: 4rem 0;
  overflow-x: hidden
}

@media (max-width:992px) {
  .depoimentos {
      padding: 2rem 0
  }
  .depoimentos .container {
      padding: 10px 25px !important
  }
  .depoimentos .fs-80 {
      font-size: 50px !important
  }
  .depoimentos .lh-80 {
      line-height: 50px !important
  }
  .depoimentos h2,
  .depoimentos h3 {
      text-align: center
  }
  .depoimentos h2 .before,
  .depoimentos h3 .before {
      top: -5px !important;
      left: -140px !important
  }
  .depoimentos__carousel {
      overflow: hidden
  }
  .depoimentos__carousel--prev {
      width: 40px;
      height: 40px;
      border: none;
      border-radius: 50%;
      padding: 0;
      background-color: #fff;
      -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
      box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
      position: absolute;
      top: 35%;
      left: -5px
  }
  .depoimentos__carousel--prev svg {
      width: 10px;
      fill: gray
  }
  .depoimentos__carousel--prev.disabled {
      opacity: .4
  }
  .depoimentos__carousel--next {
      width: 40px;
      height: 40px;
      border: none;
      border-radius: 50%;
      padding: 0;
      background-color: #fff;
      -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
      box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
      position: absolute;
      top: 35%;
      right: -5px
  }
  .depoimentos__carousel--next svg {
      width: 10px;
      fill: #ff7800
  }
  .depoimentos__carousel--next.disabled {
      opacity: .4
  }
}

.depoimentos__carousel__item {
  margin-right: 2rem;
  padding: 25px;
  border-radius: 10px;
  border-top: 4px solid #ff7800;
  -webkit-box-shadow: 0 5px 11px rgba(0, 0, 0, .03);
  box-shadow: 0 5px 11px rgba(0, 0, 0, .03)
}

@media (max-width:992px) {
  .depoimentos__carousel__item {
      margin-right: 0 !important
  }
}

.depoimentos__carousel h2 {
  padding: 0 !important;
  margin: 0 !important
}

.depoimentos h2 {
  position: relative;
  margin-bottom: 3rem
}

.depoimentos h2 .before {
  font-size: 180px;
  line-height: 80px;
  font-family: Yantramanav, sans-serif;
  font-weight: 700;
  -webkit-text-stroke: 1px #f2f2f2;
  color: transparent;
  position: absolute;
  top: 15px;
  left: -85px;
  z-index: -1
}

@media (max-width:992px) {
  .depoimentos h2 .before {
      top: -7px !important;
      left: -35px !important
  }
}

.depoimentos .glider-dot {
  width: 60px;
  height: 6px;
  border-radius: 3px
}

.depoimentos .glider-dot.active {
  background: #ff7800
}

@media (max-width:992px) {
  .depoimentos .glider-dot {
      width: 15px;
      height: 5px;
      border-radius: 3px;
      margin: 0 2px
  }
}

.depoimentos .glider.draggable {
  padding-left: 1rem
}

.newsletter {
  padding: 2rem 0;
  background-color: #004d99
}

.newsletter .myBtn {
  font-size: 20px;
  line-height: 28px;
  font-family: Yantramanav, sans-serif;
  font-weight: 700;
  color: #004d99;
  width: 170px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #fff
}

@media (max-width:992px) {
  .newsletter .lh-80 {
    line-height: 30px !important
  }
  .newsletter .fs-60 {
    font-size: 30px !important
  }
  .newsletter .lh-60 {
    line-height: 30px !important
  }
}

.contato {
  padding: 4rem 0 0;
  background-size: cover;
  z-index: 0;
  position: relative;
  overflow-x: hidden
}

@media (max-width:992px) {
  .contato {
      padding: 4rem 0 0
  }
}

.contato__before {
  font-size: 150px;
  -webkit-text-stroke: 1px #dedede;
  color: transparent;
  font-weight: 900;
  position: absolute;
  top: -70px;
  left: -70px;
  z-index: -1
}

@media (max-width:992px) {
  .contato__before {
      top: -90px
  }
}

.contato__box {
  padding: 50px 25px;
  background-color: #f7f8fa;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 30px #00509611;
  box-shadow: 0 0 30px #00509611;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content
}

@media (max-width:992px) {
  .contato__box {
      padding: 25px !important
  }
}

.contato__box__icon {
  width: 45px;
  height: 45px;
  background-color: #004d99;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media (max-width:992px) {
  .contato__box__icon {
      width: 35px;
      height: 35px
  }
}

@media (max-width:992px) {
  .contato .fs-17 {
      font-size: 15px !important
  }
}

.contato label {
  font-size: 18px;
  line-height: 25px;
  color: gray;
  font-family: Yantramanav, sans-serif;
  font-weight: 300
}

@media (max-width:992px) {
  .contato label {
      font-size: 17px
  }
}

.contato input,
.contato select,
.contato textarea {
  width: 100%;
  height: 40px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  margin-bottom: .6rem;
  padding: 0 15px
}

@media (min-width:992px) {
  .contato input,
  .contato select,
  .contato textarea {
      height: 45px;
      border-radius: 10px;
      margin-bottom: 1rem;
      padding: 0 15px
  }
}

.contato input:focus,
.contato select:focus,
.contato textarea:focus {
  outline: 0 !important;
  color: gray
}

.contato input::-webkit-input-placeholder,
.contato select::-webkit-input-placeholder,
.contato textarea::-webkit-input-placeholder {
  outline: 0 !important;
  color: gray
}

.contato input:-ms-input-placeholder,
.contato select:-ms-input-placeholder,
.contato textarea:-ms-input-placeholder {
  outline: 0 !important;
  color: gray
}

.contato input::-ms-input-placeholder,
.contato select::-ms-input-placeholder,
.contato textarea::-ms-input-placeholder {
  outline: 0 !important;
  color: gray
}

.contato input::placeholder,
.contato select::placeholder,
.contato textarea::placeholder {
  outline: 0 !important;
  color: gray
}

.contato input option,
.contato select option,
.contato textarea option {
  color: gray
}

.contato select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../../../assets/img/seta_selects.jpg) no-repeat 95% 50% #fff
}

.contato textarea {
  height: 80px
}

.contato .btn {
  width: 150px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  font-family: Yantramanav, sans-serif;
  font-weight: 700;
  border-radius: 6px;
  background-color: #ff7800
}

@media (max-width:992px) {
  .contato .btn {
      width: 120px;
      height: 40px;
      font-size: 17px
  }
}

@media (max-width:768px) {
  .contato .fs-80 {
      font-size: 50px
  }
  .contato .lh-80 {
      line-height: 50px
  }
  .contato h2 {
      text-align: center;
      margin-bottom: .9rem !important
  }
}

@media(min-width:992px) and (max-width:1199px) {
  .lazer .bg-azul {
      background-color: #005096;
      height: 175px
  }
  .lazer .bg-azul .box-img img {
      position: relative;
      width: 94%;
      object-fit: contain;
      z-index: 1;
      top: -24px
  }
}

@media(max-width:992px) {
  .footer .container-fluid .container {
      padding: 0 25px !important
  }
  .footer .bg-creditos .container {
      padding: 0 25px !important
  }
  .lazer .bg-azul {
      background-color: #005096;
      min-height: 199px;
      display: flex;
      align-items: center
  }
  .lazer .box-img img {
      width: 100%;
      max-width: 399px;
      bottom: -22px;
      position: relative
  }
  .lazer .fs-20 {
      font-size: 17px !important
  }
  .lazer .conforto .before img {
      width: 100% !important;
      object-fit: cover !important;
      object-position: top right !important;
      height: 260px !important;
      top: -17px !important;
      position: relative !important
  }
  .lazer .conforto h2 {
      font-size: 65px;
      font-weight: 400;
      line-height: 65px;
      font-family: BourtonDropStripesA, sans-serif !important;
      color: #005096;
      position: relative;
      top: -49px
  }
}

@media(min-width:992px) {
  .lazer .bg-azul {
      background-color: #005096;
      height: 199px
  }
  .lazer .bg-azul .box-img img {
      position: absolute;
      top: -28px;
      width: 514.3px;
      object-fit: contain;
      z-index: 1
  }
  .lazer .conforto h2 {
      font-size: 120px;
      font-weight: 400;
      line-height: 110px;
      font-family: BourtonDropStripesA, sans-serif !important;
      color: #fff
  }
  .lazer .conforto {
      position: relative;
      height: 420px;
      z-index: 0
  }
  .lazer .conforto .before {
      width: 100%;
      height: 640px;
      position: absolute;
      top: -35px;
      z-index: -1
  }
  .lazer .conforto .before img {
      width: 100%;
      object-fit: none;
      object-position: top right;
      height: 900px
  }
}