p {
  letter-spacing: -0.5px;
}

nav {
  font-family: "Ubuntu", sans-serif;
}
nav .active {
  background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(to right, #952889, #c784ad) border-box;
  border-radius: 50px;
  padding-left: 5px;
  padding-right: 5px;
}
nav .btn {
  font-family: "Ubuntu", sans-serif;
}
nav .nav-item {
  border: 1px solid transparent;
}

@media (max-width: 767.98px) {
  #bg1,
  #bg2,
  #bg3 {
    background-size: cover;
  }
}
#bg1 {
  position: absolute;
  background: url(../img/preperi/bgtop.png) top left no-repeat;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  z-index: -1;
}

#bg2 {
  position: absolute;
  background: url(../img/preperi/bg2.png) top left no-repeat;
  width: 100% !important;
  height: auto;
  top: 89rem;
  right: 0;
  z-index: -1;
}

#bg3 {
  position: absolute;
  background: url(../img/preperi/bg3.png) top left no-repeat;
  width: 100% !important;
  height: auto;
  top: 189rem;
  right: 0;
  z-index: -1;
}

.custom-container {
  position: relative;
  width: 100%;
  max-width: 800px;
  z-index: 5;
  margin: 0 auto;
}

.radius-10 {
  border-radius: 10px;
}

.radius-25 {
  border-radius: 25px;
}

.borda-colorida {
  background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(to right, #952889, #c784ad) border-box;
  border: 2px solid transparent;
}

.btn-colorido {
  color: white;
  background: #952889;
  background: -moz-linear-gradient(-45deg, #952889 30%, #c784ad 100%);
  background: -webkit-linear-gradient(-45deg, #952889 30%, #c784ad 100%);
  background: linear-gradient(135deg, #952889 30%, #c784ad 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$escuro", endColorstr="$claro", GradientType=1);
  border: 0!important;
}

.bg-colorido {
  background: #952889;
  background: -moz-linear-gradient(-45deg, #952889 0%, #c784ad 100%);
  background: -webkit-linear-gradient(-45deg, #952889 0%, #c784ad 100%);
  background: linear-gradient(135deg, #952889 0%, #c784ad 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$escuro", endColorstr="$claro", GradientType=1);
}

.bg-colorido-reverse {
  background: #c784ad;
  background: -moz-linear-gradient(-45deg, #c784ad 0%, #952889 100%);
  background: -webkit-linear-gradient(-45deg, #c784ad 0%, #952889 100%);
  background: linear-gradient(135deg, #c784ad 0%, #952889 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$claro", endColorstr="$escuro", GradientType=1);
}

.btn-colorido:hover {
  color: white;
  background: #952889;
}

.video-modal {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
}

.video-modal iframe {
  border: none;
  position: absolute;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .card1 {
    position: relative;
    z-index: 50;
  }

  .card2 {
    position: relative;
    margin-top: 40px;
    width: 450px;
    margin-left: -50px;
    padding-left: 5.5rem !important;
    box-shadow: 1px 2px 30px 0px rgba(46, 141, 49, 0.5);
  }

  .mb--5 {
    margin-bottom: -3rem;
    font-size: 26px !important;
    height: 50px;
    width: 50px;
  }

  .mb--5.btn-cinza {
    border: 2px solid transparent;
    background: linear-gradient(#ced4da, #ced4da) padding-box,
      linear-gradient(-45deg, #c784ad 0%, #952889 80%) border-box;
  }

  .card4 {
    position: relative;
    margin-top: 130px;
    width: 380px;
    height: 250px;
    box-shadow: 1px 2px 30px 0px rgba(46, 141, 49, 0.5);
  }
}

.material-icons {
  line-height: 1.5;
}

.barra-icones {
  margin-top: 5rem;
  padding: 5rem;
  display: flex;
  background: #a54595;
  background: -moz-linear-gradient(-215deg, #a54595 0%, #b3609f 100%);
  background: -webkit-linear-gradient(-215deg, #a54595 0%, #b3609f 100%);
  background: linear-gradient(135deg, #a54595 0%, #b3609f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$escuro-barra", endColorstr="$claro-barra", GradientType=1);
}

@media (max-width: 991.98px) {
  .barra-icones-invertida {
    margin-top: 5rem;
    padding-bottom: 2.5rem;
    display: flex;
    background: #a54595;
    background: -moz-linear-gradient(-215deg, #a54595 0%, #b3609f 100%);
    background: -webkit-linear-gradient(-215deg, #a54595 0%, #b3609f 100%);
    background: linear-gradient(135deg, #a54595 0%, #b3609f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$escuro-barra", endColorstr="$claro-barra", GradientType=1);
  }
}
@media (min-width: 992px) {
  .barra-icones-invertida {
    margin-top: 5rem;
    padding: 2.5rem 6rem;
    display: flex;
    background: #a54595;
    background: -moz-linear-gradient(-215deg, #a54595 0%, #b3609f 100%);
    background: -webkit-linear-gradient(-215deg, #a54595 0%, #b3609f 100%);
    background: linear-gradient(135deg, #a54595 0%, #b3609f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$escuro-barra", endColorstr="$claro-barra", GradientType=1);
  }

  .img-revista {
    position: relative;
    margin-left: -135px;
    height: 185px;
  }
}
@media (min-width: 992px) {
  .barra-icones {
    display: flex;
    border-radius: 0 300px 300px 0;
    height: 550px;
    max-width: 85%;
  }

  .barra-icones-invertida {
    display: flex;
    border-radius: 300px 0 0 300px;
    height: 300px;
    max-width: 85%;
  }

  .barra-centro {
    position: absolute;
    left: 50%;
    margin-left: -400px !important;
  }

  .barra-centro-invertido {
    position: absolute;
    right: 50%;
    margin-right: -450px !important;
  }
}
.videos {
  font-size: 14px !important;
}
.videos .opacidade-05 {
  opacity: 0.5;
}

.btn-saber-mais {
  position: absolute;
  bottom: -70px;
  left: 10%;
  width: 80%;
  border: 7px solid white;
}

.espaco {
  margin-top: 50px;
}

@media (min-width: 992px) {
  .videos .botoes {
    position: absolute;
    top: 30%;
    width: 100%;
  }
  .videos .botoes .esquerda {
    float: left;
    left: -30px;
    position: absolute;
    z-index: 99;
  }
  .videos .botoes .direita {
    float: right;
    right: -30px;
    position: absolute;
    z-index: 99;
  }
  .videos .botoes .btn {
    height: 50px;
    width: 50px;
  }
  .videos .botoes .material-icons {
    font-size: 26px;
    line-height: 37px;
  }

  .btn-saber-mais {
    left: 25%;
    width: 50%;
  }

  .espaco {
    margin-top: 250px;
  }
}

.barrinha {
  margin: 0 auto;
  padding: 0;
  height: 5px;
  background-color: #952889;
  width: 30%;
  border: none;
  border-radius: 5px;
}

.faq .show {
  background-color: rgba(0, 0, 0, 0.03) !important;
  padding: 1rem;
}
.faq button {
  text-align: left;
  width: 100%;
  padding: 1rem;
  border: none;
  background-color: rgba(0, 0, 0, 0.03);
  color: #627087;
}
.faq button[aria-expanded="true"] {
  color: #fffffe;
  background: #a54595;
  background: -moz-linear-gradient(-45deg, #a54595 0%, #b3609f 100%);
  background: -webkit-linear-gradient(-45deg, #a54595 0%, #b3609f 100%);
  background: linear-gradient(135deg, #a54595 0%, #b3609f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$escuro-barra", endColorstr="$claro-barra", GradientType=1);
}
.faq button:after {
  font-family: "Material Icons";
  font-size: 26px;
  content: "remove";
  line-height: 0.7;
  float: right;
  color: #fffffe;
}
.faq button.collapsed:after {
  content: "add";
  color: #627087;
}

footer {
  position: relative;
  margin-top: 3rem;
}
footer .bg {
  position: absolute;
  background: url(../img/preperi/bgfooter.png) bottom center no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (min-width: 992px) {
  footer .bg {
    position: relative;
    background: url(../img/preperi/bgfooter.png) bottom center no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    z-index: -1;
  }
  footer .custom-container {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 50%;
    max-width: 800px;
    z-index: 5;
    margin-left: -400px;
    text-align: center;
  }
}
footer .contato img {
  max-height: 50px;
}
footer .social {
  margin-top: 50px !important;
}
footer .social img {
  max-height: 50px;
  margin: 0 1rem;
}

.hey {
  margin-bottom: 0;
  line-height: 2.2;
}

.carousel-indicators {
  position: relative;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
  list-style: none;
  background-color: #fff;
}

.carousel-indicators li {
  width: 100%;
}

.borboleta-3 {
  position: relative;
}

.borboleta-3 img {
  position: absolute;
  top: -75px;
  left: -75px;
  height: 130px;
}

.form-box {
  background-color: #f5f5f5;
  margin-bottom: -7rem;
}
.form-box .form-arrow {
  position: absolute;
  top: -25px;
  left: 50%;
  margin-left: -25px;
  box-shadow: 0 0.5rem 1rem rgba(149, 40, 137, 0.15) !important;
}
.form-box .form-control {
  border-radius: 25px;
}
.form-box .form-control-padding {
  padding: 25px;
}
.form-box .size50x {
  height: 50px;
}

.radius-25x {
  border-radius: 25px;
}

@media (max-width: 767.98px) {
  .form-box {
    margin-bottom: 0rem;
  }
}

.material-icons {
  line-height: 1.5 !important;
}

/*# sourceMappingURL=bootstrap.css.map */
@media (max-width: 575.98px) {
  .mlogo{
    max-width: 75%;
  }
}


.form-label-left label{
  text-align: left !important;
}