@font-face {
  font-family: "camptonregular";
  src: url("../fonts/campton-book-webfont.woff2") format("woff2"), url("../fonts/campton-book-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "camptonsemibold";
  src: url("../fonts/campton-semibold-webfont.woff2") format("woff2"), url("../fonts/campton-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "camptonbold";
  src: url("../fonts/campton-bold-webfont.woff2") format("woff2"), url("../fonts/campton-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "camptonlight";
  src: url("../fonts/campton-light-webfont.woff2") format("woff2"), url("../fonts/campton-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
header {
  position: fixed;
  z-index: 9997;
  width: 100%;
  padding: 10px 0;
  background: #FFFFFF;
}
header .hamburger span {
  display: block;
  width: 40px;
  height: 2px;
  margin-bottom: 12px;
  background: #EC1A61;
}
@media (min-width: 1200px) {
  header .hamburger span {
    width: 30px;
    margin-bottom: 8px;
  }
}
header .hamburger span:last-child {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  header .logo img {
    width: 130px;
  }
}
header .login img {
  display: block;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  header .login img {
    width: 30px;
  }
}
header .login span {
  display: block;
  color: #EC1A61;
  font-size: 12px;
  text-align: center;
}

.bt-atendimento {
  position: fixed;
  z-index: 9996;
  left: 15px;
  top: 74px;
  animation: down 0.8s ease 0.5s forwards;
}
@media (max-width: 1199.98px) {
  .bt-atendimento {
    transform: translateY(-75px);
    width: 42px;
  }
}
@media (min-width: 1200px) {
  .bt-atendimento {
    width: 45px;
    transform: translateY(-74px);
    top: 74px;
    left: calc(50% - 562px);
  }
}

.bt-fechar {
  display: none;
  position: fixed;
  z-index: 9998;
}
@media (max-width: 1199.98px) {
  .bt-fechar {
    top: 56px;
    left: calc(50% - 19px);
  }
}
@media (min-width: 1200px) {
  .bt-fechar {
    top: calc(50% - 190px);
    left: calc(50% - 18px);
  }
}
@media (max-width: 1199.98px) {
  .bt-fechar img {
    width: 36px;
  }
}

.navegacao {
  display: none;
  position: fixed;
  z-index: 9995;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .navegacao {
    top: 75px;
    height: calc(100vh - 75px);
    background: #3dc6f3;
    background: -moz-linear-gradient(-45deg, #3dc6f3 0%, #92288c 100%);
    background: -webkit-linear-gradient(-45deg, #3dc6f3 0%, #92288c 100%);
    background: linear-gradient(135deg, #3dc6f3 0%, #92288c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#3dc6f3", endColorstr="#92288c",GradientType=1 );
  }
}
@media (min-width: 1200px) {
  .navegacao {
    top: 74px;
    height: calc(100vh - 74px);
    background: #3dc6f3;
    background: -moz-linear-gradient(left, #3dc6f3 0%, #92288c 100%);
    background: -webkit-linear-gradient(left, #3dc6f3 0%, #92288c 100%);
    background: linear-gradient(to right, #3dc6f3 0%, #92288c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#3dc6f3", endColorstr="#92288c",GradientType=1 );
  }
}
.navegacao .box {
  height: 100%;
}
@media (min-width: 1200px) {
  .navegacao .box {
    width: 800px;
    margin: 0 auto;
    transform: translateY(30px);
  }
}
.navegacao .box nav {
  width: 100%;
}
.navegacao .box nav .menu-principal-container ul li {
  border-bottom: 1px solid #FFFFFF;
}
.navegacao .box nav .menu-principal-container ul li.link-home a:before {
  background: url(../img/icone-home.png) no-repeat center/cover;
}
.navegacao .box nav .menu-principal-container ul li.link-sobre a:before {
  background: url(../img/icone-sobre.png) no-repeat center/cover;
}
.navegacao .box nav .menu-principal-container ul li.link-solucoes a:before {
  background: url(../img/icone-solucoes.png) no-repeat center/cover;
}
.navegacao .box nav .menu-principal-container ul li.link-fale a:before {
  background: url(../img/icone-fale.png) no-repeat center/cover;
}
.navegacao .box nav .menu-principal-container ul li.link-blog a:before {
  background: url(../img/icone-blog.png) no-repeat center/cover;
}
.navegacao .box nav .menu-principal-container ul li.link-parceiros a:before {
  background: url(../img/icone-parceiros.png) no-repeat center/cover;
}
.navegacao .box nav .menu-principal-container ul li a {
  display: flex;
  align-items: center;
  color: #FFFFFF;
  font-size: 18px;
  padding: 10px 0;
}
@media (min-width: 1200px) {
  .navegacao .box nav .menu-principal-container ul li a {
    font-size: 20px;
    padding: 10px 0;
  }
}
.navegacao .box nav .menu-principal-container ul li a:before {
  content: "";
  width: 36px;
  height: 36px;
  margin-right: 23px;
}
@media (min-width: 1200px) {
  .navegacao .box nav .menu-principal-container ul li a:before {
    width: 40px;
    height: 40px;
    margin-right: 24px;
  }
}
.navegacao .box nav .menu-redes-container {
  margin-top: 28px;
}
@media (min-width: 1200px) {
  .navegacao .box nav .menu-redes-container {
    margin-top: 30px;
  }
}
.navegacao .box nav .menu-redes-container ul {
  display: flex;
  justify-content: center;
}
.navegacao .box nav .menu-redes-container ul li {
  margin-right: 19px;
}
@media (min-width: 1200px) {
  .navegacao .box nav .menu-redes-container ul li {
    margin-right: 35px;
  }
}
.navegacao .box nav .menu-redes-container ul li:last-child {
  margin-right: 0;
}
.navegacao .box nav .menu-redes-container ul li.bt-instagram a {
  background: url(../img/icone-instagram.png) no-repeat center/cover;
}
.navegacao .box nav .menu-redes-container ul li.bt-facebook a {
  background: url(../img/icone-facebook.png) no-repeat center/cover;
}
.navegacao .box nav .menu-redes-container ul li.bt-linkedin a {
  background: url(../img/icone-linkedin.png) no-repeat center/cover;
}
.navegacao .box nav .menu-redes-container ul li a {
  display: block;
  width: 26px;
  height: 26px;
  text-indent: -15000px;
}
@media (min-width: 1200px) {
  .navegacao .box nav .menu-redes-container ul li a {
    width: 40px;
    height: 40px;
  }
}

footer {
  width: 100%;
  padding: 16px 0;
  background: url(../img/bg-footer-mobile.jpg) no-repeat center/cover;
}
@media (min-width: 1200px) {
  footer {
    padding: 27px 0;
    background: url(../img/bg-footer-desktop.jpg) no-repeat center/cover;
  }
}
footer form .wpcf7-not-valid-tip {
  text-align: center;
}
footer form div.wpcf7-response-output {
  margin: 0 auto 20px;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 19px;
}
footer .mobile .logo {
  display: block;
  margin: 0 auto 41px;
}
footer .mobile .newsletter span {
  color: #FFFFFF;
  font-size: 15px;
  margin-bottom: 3px;
}
footer .mobile .newsletter form {
  width: 233px;
}
footer .mobile .newsletter form .box {
  position: relative;
}
footer .mobile .newsletter form .box input[type=email] {
  color: #FFFFFF;
  width: 233px;
  height: 39px;
  padding-left: 19px;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
}
footer .mobile .newsletter form .box input[type=email]::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFFFFF;
  opacity: 1;
  /* Firefox */
}
footer .mobile .newsletter form .box input[type=email]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #FFFFFF;
}
footer .mobile .newsletter form .box input[type=email]::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #FFFFFF;
}
footer .mobile .newsletter form .box input[type=submit] {
  cursor: pointer;
  position: absolute;
  width: 35px;
  height: 31px;
  right: 1px;
  top: 3px;
  text-indent: -15000px;
  background: url(../img/icone-enviar.png) no-repeat center right;
}
footer .mobile .bt-app {
  display: table;
  margin: 0 auto 32px;
  color: #92288C;
  font-family: "camptonsemibold", sans-serif;
  font-size: 15px;
  padding: 10px 15px;
  border-radius: 5px;
  background: #FDBD10;
}
footer .mobile .destaques .menu-rodape-container {
  margin-bottom: 30px;
}
footer .mobile .destaques .menu-rodape-container ul li {
  margin-bottom: 12px;
}
footer .mobile .destaques .menu-rodape-container ul li:last-child {
  margin-bottom: 0;
}
footer .mobile .destaques .menu-rodape-container ul li a {
  display: block;
  color: #FFFFFF;
  font-family: "camptonlight", sans-serif;
  font-size: 15px;
  text-align: center;
}
footer .mobile .destaques .menu-redes-container {
  margin-bottom: 18px;
}
footer .mobile .destaques .menu-redes-container ul {
  display: flex;
  justify-content: center;
}
footer .mobile .destaques .menu-redes-container ul li {
  margin-right: 19px;
}
@media (min-width: 1200px) {
  footer .mobile .destaques .menu-redes-container ul li {
    margin-right: 35px;
  }
}
footer .mobile .destaques .menu-redes-container ul li:last-child {
  margin-right: 0;
}
footer .mobile .destaques .menu-redes-container ul li.bt-instagram a {
  background: url(../img/icone-instagram.png) no-repeat center/cover;
}
footer .mobile .destaques .menu-redes-container ul li.bt-facebook a {
  background: url(../img/icone-facebook.png) no-repeat center/cover;
}
footer .mobile .destaques .menu-redes-container ul li.bt-linkedin a {
  background: url(../img/icone-linkedin.png) no-repeat center/cover;
}
footer .mobile .destaques .menu-redes-container ul li a {
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -15000px;
}
@media (min-width: 1200px) {
  footer .mobile .destaques .menu-redes-container ul li a {
    width: 40px;
    height: 40px;
  }
}
footer .mobile .destaques .telefone {
  color: #FFFFFF;
  font-size: 16px;
  display: table;
  margin: 0 auto 15px;
}
footer .mobile .destaques .endereco {
  display: block;
  margin-bottom: 0;
  color: #FFFFFF;
  font-size: 14px;
  text-align: center;
}
footer .desktop .menu-rodape-container ul li a {
  color: #FFFFFF;
  font-family: "camptonlight", sans-serif;
  font-size: 14px;
}
@media (min-width: 1200px) {
  footer .desktop .centro {
    transform: translateX(36px);
  }
}
footer .desktop .logo {
  display: block;
  width: 130px;
  margin: 0 auto 34px;
}
footer .desktop .newsletter span {
  color: #FFFFFF;
  font-size: 15px;
  margin-bottom: 3px;
}
footer .desktop .newsletter form {
  width: 233px;
}
footer .desktop .newsletter form .box {
  position: relative;
}
footer .desktop .newsletter form .box input[type=email] {
  color: #FFFFFF;
  width: 233px;
  height: 39px;
  padding-left: 19px;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
}
footer .desktop .newsletter form .box input[type=email]::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFFFFF;
  opacity: 1;
  /* Firefox */
}
footer .desktop .newsletter form .box input[type=email]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #FFFFFF;
}
footer .desktop .newsletter form .box input[type=email]::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #FFFFFF;
}
footer .desktop .newsletter form .box input[type=submit] {
  cursor: pointer;
  position: absolute;
  width: 35px;
  height: 31px;
  right: 1px;
  top: 3px;
  text-indent: -15000px;
  background: url(../img/icone-enviar.png) no-repeat center right;
}
footer .desktop .bt-app {
  display: table;
  margin: 0 auto;
  color: #92288C;
  font-family: "camptonsemibold", sans-serif;
  font-size: 14px;
  padding: 9px 11px;
  border-radius: 5px;
  background: #FDBD10;
}
footer .desktop .infos {
  width: 246px;
}
footer .desktop .infos .menu-redes-container {
  display: table;
  margin: 0 auto 38px;
}
footer .desktop .infos .menu-redes-container ul {
  display: flex;
  justify-content: center;
}
footer .desktop .infos .menu-redes-container ul li {
  margin-right: 12px;
}
footer .desktop .infos .menu-redes-container ul li:last-child {
  margin-right: 0;
}
footer .desktop .infos .menu-redes-container ul li.bt-instagram a {
  background: url(../img/icone-instagram.png) no-repeat center/cover;
}
footer .desktop .infos .menu-redes-container ul li.bt-facebook a {
  background: url(../img/icone-facebook.png) no-repeat center/cover;
}
footer .desktop .infos .menu-redes-container ul li.bt-linkedin a {
  background: url(../img/icone-linkedin.png) no-repeat center/cover;
}
footer .desktop .infos .menu-redes-container ul li a {
  display: block;
  width: 22px;
  height: 22px;
  text-indent: -15000px;
}
footer .desktop .infos .telefone {
  float: right;
  display: table;
  margin-bottom: 10px;
  color: #FFFFFF;
  font-size: 16px;
}
footer .desktop .infos .endereco {
  display: block;
  margin-bottom: 0;
  color: #FFFFFF;
  font-size: 14px;
  text-align: right;
}

@keyframes down {
  0% {
    @media (max-width: 1199.98px) {
      transform: translateY(-83px);
    }
    @media (min-width: 1200px) {
      transform: translateY(-98px);
    }
  }
  100% {
    transform: translateY(0);
  }
}
* {
  margin: 0;
  padding: 0;
  text-decoration: none !important;
  list-style: none;
  outline: none !important;
  table-layout: fixed;
  border: none;
  background: none;
  font-family: "camptonregular", sans-serif;
  font-size: 16px;
  text-rendering: optimizeLegibility;
}

main {
  display: table;
  width: 100%;
}

section {
  padding-top: 75px;
}

h1, h2, h3, h4, h5 {
  margin-bottom: 0;
}

ul {
  margin-bottom: 0;
}

img {
  max-width: 100%;
}

.bt {
  display: table;
  padding: 16px 20px;
  font-family: "camptonregular", sans-serif;
  font-size: 20px;
  line-height: 100%;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  background: #FDBD10;
  transition: all 0.3s ease;
}
@media (min-width: 1200px) {
  .bt:hover {
    color: #FDBD10;
    transition: all 0.3s ease;
  }
}

.slick-dots {
  display: flex;
  justify-content: center;
}
.slick-dots li {
  margin-right: 4px;
}
@media (min-width: 1200px) {
  .slick-dots li {
    margin-right: 10px;
  }
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots li.slick-active button {
  background: url(../img/dot-carrossel-ativo.png) no-repeat center/100% auto;
}
.slick-dots li button {
  display: block;
  width: 38px;
  height: 7px;
  text-indent: -15000px;
  background: url(../img/dot-carrossel-inativo.png) no-repeat center/100% auto;
}
@media (min-width: 1200px) {
  .slick-dots li button {
    width: 50px;
    height: 9px;
  }
}

.transparent-bar {
  opacity: .88;
}

.transparent-bar:hover {
  background-color: rgba(255, 255, 255, 1);
  opacity: .99;
}

/*# sourceMappingURL=main.css.map */