<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CLASSES GLOBAIS */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@100;200;300;400;500;600;700&amp;display=swap");
.divLoadingAjax {
  background-color: white;
  opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 600;
  cursor: wait;
  display: none;
}

.has-error {
  border-color: red !important;
}

@media (min-width: 991px) {
  .hide-desktop {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hide-mobile {
    display: none !important;
  }
}

.container {
  max-width: 1350px;
}
.container.big {
  max-width: 1600px;
}

ul.no-list-style {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}
a:hover, a:focus, a:active, a:focus {
  text-decoration: none;
}

/*  Validação   */
.ng-invalid-required.ng-touched,
.campo-invalido {
  border-color: #dc3545 !important;
}

/* VARIAVEIS GLOBAIS DO PROJETO */
/*fora do template*/
@media (min-width: 992px) {
  .padrao-header:not(.min) {
    min-height: 0;
    padding-top: 35px;
    padding-bottom: 65px;
    display: block;
  }
}
@media (max-width: 991px) {
  .padrao-header:not(.min) {
    padding: 20px 0;
  }
}
.padrao-header .resumo {
  padding-left: 25px;
}
@media (max-width: 991px) {
  .padrao-header .resumo {
    padding-left: 0;
  }
}
.padrao-header.min {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media screen and (max-width: 991px) {
  .padrao-header.min {
    padding-left: 10px;
  }
}
.padrao-header .breadcrumb {
  text-transform: lowercase;
}
.padrao-header .breadcrumb:not(.min) {
  color: #090B45;
  margin-bottom: 25px;
}
.padrao-header .breadcrumb:not(.min) a {
  color: #090B45;
}
.padrao-header .breadcrumb.min {
  color: #090B45;
  margin: 0;
}
.padrao-header .breadcrumb.min a {
  color: #090B45;
}
.padrao-header .breadcrumb a {
  margin-left: 5px;
  font-size: 15px;
  line-height: 22px;
  margin-right: 5px;
}
@media (max-width: 991px) {
  .padrao-header .breadcrumb a {
    font-size: 14px;
  }
}
.padrao-header h1 {
  font-weight: 700;
  font-size: 35px;
  line-height: 52px;
  /* identical to box height */
  color: #090B45;
  margin-top: 65px;
  text-align: center;
}
@media (max-width: 991px) {
  .padrao-header h1 {
    font-size: 24px;
    line-height: initial;
    margin-top: 25px;
  }
}
.padrao-header p {
  max-width: 655px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #303030;
  margin: auto;
}
@media (max-width: 991px) {
  .padrao-header p {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .padrao-header p {
    padding-top: 0;
  }
}

.margin-auto {
  margin: 0 auto;
}

.telefones {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #090B45;
  transition: 0.6s;
}
@media (max-width: 991px) {
  .telefones {
    font-size: 14px;
    line-height: 20px;
  }
  .telefones img {
    transform: scale(0.7);
  }
}
.telefones.white {
  color: white;
}
.telefones img {
  transition: 0.6s;
}
.telefones:hover {
  color: #664985;
}
.telefones:hover img {
  transform: translateY(-2px);
}
.telefones strong {
  font-weight: 700;
  margin-bottom: 1px;
}

.cta-primary {
  background: #664985;
  border-radius: 5px;
  line-height: 48px;
  display: table;
  min-width: 236px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
  transition: 0.6s;
}
@media (max-width: 991px) {
  .cta-primary {
    line-height: 44px;
    font-size: 14px;
  }
}
.cta-primary.secundary {
  background: #090B45;
}
.cta-primary.secundary:hover {
  background: #664985;
}
.cta-primary.third {
  background: #8365A4;
}
.cta-primary.amarelo {
  background-color: #F3B60A;
  color: #3B1E5A;
}
.cta-primary.wpp {
  background: #3EC100;
}
.cta-primary.wpp:hover {
  background: #06853A;
}
.cta-primary:hover {
  color: white;
  background: #3B1E5A;
}

.item-products-list {
  background: #ffffff;
  padding-bottom: 25px;
  flex-direction: column;
  margin-top: 0;
  position: relative;
  text-align: center;
  justify-content: center;
  max-width: 300px;
  border: 0.925973px solid #cfcfcf;
  border-radius: 10px;
  transition: 0.6s;
  margin: auto;
}
.item-products-list:hover {
  border-color: #8365A4;
}
.item-products-list:hover h2 {
  color: #8365A4;
}
.item-products-list .item {
  padding-left: 27px;
  padding-right: 27px;
}
.item-products-list .col,
.item-products-list .row {
  margin: 0;
  padding: 0;
}
.item-products-list .row {
  justify-content: space-between;
  max-width: 300px;
}
.item-products-list p {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  color: #5F5F5F;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: 70px;
}
@media (max-width: 991px) {
  .item-products-list p {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .item-products-list p {
    height: auto;
  }
}
@media screen and (min-width: 992px) {
  .item-products-list p {
    margin-bottom: 20px;
  }
}
.item-products-list .img {
  width: 100%;
  height: 300px;
  padding: 10px;
  border-bottom: 1px solid #cfcfcf;
}
.item-products-list .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.item-products-list h2 {
  margin-top: 25px;
  margin-bottom: 10px;
  height: 30px;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #090B45;
  transition: 0.6s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: 60px;
}
@media screen and (max-width: 991px) {
  .item-products-list h2 {
    height: auto;
  }
}
@media (max-width: 991px) {
  .item-products-list h2 {
    margin: 15px 0 10px 0;
    font-size: 18px;
    line-height: 25px;
  }
}
.item-products-list .cta-details {
  font-weight: 700;
  font-size: 17.8235px;
  line-height: 46px;
  text-align: center;
  color: #1E1E1E;
  border: 1px solid;
  background-color: white;
  border-radius: 5px;
  min-width: 160px;
  transition: 0.6s;
  min-height: 46px;
}
.item-products-list .cta-details:hover {
  background: #8365A4;
  color: white;
  border-color: transparent;
}
.item-products-list .cta-cart {
  background-color: #8365A4;
  border-radius: 5px;
  float: right;
  transition: 0.6s;
  padding: 0;
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 69px;
}
.item-products-list .cta-cart img {
  transition: 0.6s;
  filter: contrast(0) brightness(10);
}
.item-products-list .cta-cart:hover {
  background-color: #3B1E5A;
}
.item-products-list .cta-cart:hover img {
  transform: translateY(-1px);
}
.item-products-list .cta-wpp-buy {
  float: right;
  min-width: 69px;
  text-align: center;
  border-radius: 5px;
  background: #3EC100;
  transition: 0.6s;
  min-height: 46px;
  line-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item-products-list .cta-wpp-buy img {
  transition: 0.6s;
  margin: auto;
}
.item-products-list .cta-wpp-buy:hover {
  background-color: #06853A;
}
.item-products-list .cta-wpp-buy:hover img {
  transform: translateY(-1px);
}
.item-products-list .cta-orcamento {
  display: table;
  text-align: center;
  line-height: 46px;
  min-width: 160px;
  background: #090B45;
  border-radius: 5px;
  width: 100%;
  max-width: none !important;
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
  transition: 0.6s;
}
.item-products-list .cta-orcamento:hover {
  background: #8365A4;
  color: #fff;
}
.item-products-list .cta-orcamento.amarelo {
  background-color: #F3B60A;
  color: #3B1E5A;
}
.item-products-list .cta-orcamento.amarelo:hover {
  background-color: #3B1E5A;
  color: white;
}
.item-products-list .cta-orcamento,
.item-products-list .cta-cart,
.item-products-list .cta-details,
.item-products-list .cta-wpp-buy {
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-size: 16px;
}
@media (max-width: 991px) {
  .item-products-list .cta-orcamento,
  .item-products-list .cta-cart,
  .item-products-list .cta-details,
  .item-products-list .cta-wpp-buy {
    font-size: 15px;
  }
}
.item-products-list .cta-orcamento img,
.item-products-list .cta-cart img,
.item-products-list .cta-details img,
.item-products-list .cta-wpp-buy img {
  vertical-align: middle;
  width: -moz-fit-content;
  width: fit-content;
}

.left-default {
  max-width: 369px;
}
.left-default h3 {
  font-weight: 800;
  font-size: 25px;
  line-height: 38px;
  color: #3B1E5A;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .left-default h3 {
    font-size: 22px;
    margin-bottom: 5px;
  }
}
.left-default form {
  position: relative;
}
.left-default form input[type=text] {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #D7D7D7;
  border-radius: 5px;
  height: 48px;
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  color: #C7C7C7;
  padding-left: 15px;
  outline-color: #8365A4;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .left-default form input[type=text] {
    height: 44px;
    font-size: 14px;
    margin-bottom: 30px;
  }
}
.left-default form input[type=image] {
  position: absolute;
  top: 15px;
  right: 15px;
  transition: 0.6s;
}
@media (max-width: 991px) {
  .left-default form input[type=image] {
    transform: scale(0.8);
    top: 13px;
  }
}
.left-default form input[type=image]:hover {
  filter: contrast(0);
}
.left-default .cat-area {
  background: #FFFFFF;
  border: 1px solid #D7D7D7;
  border-radius: 5px;
  position: relative;
  width: 100%;
  padding-right: 29px;
  padding-left: 27px;
  margin-bottom: 13px;
  overflow: hidden;
}
.left-default .cat-area:hover .titulo, .left-default .cat-area.active .titulo {
  color: #8465A7;
}
.left-default .cat-area .titulo {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  color: #090B45;
  text-transform: uppercase;
  padding-bottom: 12px;
  padding-top: 12px;
  display: block;
  transition: 0.6s;
}
@media (max-width: 991px) {
  .left-default .cat-area .titulo {
    font-size: 16px;
  }
}
.left-default .cat-area .titulo:after {
  height: 1px;
  position: absolute;
  background: #BFBFBF;
  content: "";
  width: 100%;
  display: block;
  left: 0;
  margin-top: 12px;
}
.left-default .cat-area i.arrow {
  color: #000000;
  font-size: 18px;
  position: relative;
  top: 1px;
}
.left-default .cat-area .resposta {
  padding-bottom: 18px;
}
.left-default .cat-area .resposta li {
  list-style: none;
  margin-top: 18px;
}
.left-default .cat-area .resposta li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #303030;
  display: flex;
  align-items: center;
  transition: 0.6s;
}
@media (max-width: 991px) {
  .left-default .cat-area .resposta li a {
    font-size: 15px;
  }
}
.left-default .cat-area .resposta li a:hover, .left-default .cat-area .resposta li a.active {
  color: #8465A7;
}
.left-default .cat-area .resposta li a i {
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: #8365A4;
  margin-right: 8px;
}
@media (max-width: 991px) {
  .left-default .cat-area .resposta li a i {
    transform: scale(0.8);
  }
}

@media (min-width: 992px) {
  .width-right-default {
    width: 72.6%;
    padding-left: 35px;
  }
  .flex-left-default {
    flex: 1;
  }
}
.item-contact {
  width: 369px;
  background: #ebebeb;
  border: 1px solid rgba(59, 30, 90, 0.1490196078);
  border-radius: 5px;
  float: right;
  text-align: center;
  color: #3B1E5A;
  margin-top: 80px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 55px;
  height: auto;
}
@media (max-width: 991px) {
  .item-contact {
    width: 100%;
    max-width: 369px;
    margin: auto;
    margin-top: 100px;
    padding: 30px;
    float: unset;
  }
}
.item-contact .logo {
  width: 160px;
  height: 155px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin: auto;
  margin-top: -80px;
}
@media (max-width: 991px) {
  .item-contact .logo {
    width: 130px;
    height: 130px;
    margin-top: -90px;
  }
}
.item-contact h3 {
  font-weight: 700;
  font-size: 25px;
  line-height: 38px;
  text-align: center;
  color: #3B1E5A;
  margin-top: 30px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .item-contact h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 25px;
    margin-top: 10px;
  }
}
.item-contact .telefones {
  text-align: left;
  color: #3B1E5A !important;
}
.item-contact .telefones img.mail {
  filter: brightness(0);
}

section.preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  align-items: center;
  display: flex;
  justify-content: center;
  background-color: white;
}
section.preloader .loader {
  border: 6px solid #e5e5e5;
  border-top-color: #3B1E5A;
  animation: loader-rotate 1s infinite;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
@keyframes loader-rotate {
  to {
    transform: rotate(1turn);
  }
}

body {
  font-size: 1em;
  font-family: "Poppins", sans-serif;
  text-rendering: optimizeLegibility;
  line-height: 1.4;
  background-color: #f4f4f4;
}
body div#lightbox {
  position: fixed !important;
  top: 10px !important;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body .politica-termos {
  padding: 30px 0px;
}
body .politica-termos h1,
body .politica-termos h2,
body .politica-termos h3,
body .politica-termos h4,
body .politica-termos h5,
body .politica-termos h6 {
  font-size: 32px;
  text-transform: uppercase;
  color: #3B1E5A;
  font-weight: 700;
}
body .politica-termos strong,
body .politica-termos b {
  color: #333;
}
@media (max-width: 991px) {
  body .politica-termos {
    padding: 20px 0px;
    font-size: 15px;
  }
  body .politica-termos h1 {
    font-size: 22px;
  }
}
body header section.barra-lgpd {
  padding: 0 15px;
  background-color: #664985;
  font-size: 12px;
  width: 100%;
  z-index: 502;
  color: white;
  border-bottom: 1px solid white;
  display: none;
  position: relative;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  body header section.barra-lgpd {
    border: none;
    padding: 10px;
    bottom: 54px;
    position: fixed;
    top: auto;
  }
  body header section.barra-lgpd .container {
    padding: 0;
  }
}
body header section.barra-lgpd.exibir {
  display: block;
}
body header section.barra-lgpd .row,
body header section.barra-lgpd .container {
  max-width: 1540px !important;
  margin: auto;
  justify-content: center;
}
body header section.barra-lgpd .row .conteudo-lgpd-in,
body header section.barra-lgpd .container .conteudo-lgpd-in {
  display: flex;
  align-items: center;
}
body header section.barra-lgpd .row .conteudo-lgpd-in .txt-in,
body header section.barra-lgpd .container .conteudo-lgpd-in .txt-in {
  width: 100%;
}
body header section.barra-lgpd .row .conteudo-lgpd-in .txt-in a,
body header section.barra-lgpd .container .conteudo-lgpd-in .txt-in a {
  color: white;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px dotted white;
}
body header section.barra-lgpd .row .conteudo-lgpd-in .button-in button,
body header section.barra-lgpd .container .conteudo-lgpd-in .button-in button {
  cursor: pointer;
  background-color: transparent;
  font-size: 12px;
  font-weight: 500;
  margin-left: 20px;
  padding: 5px 10px;
  margin: 5px 0 5px 15px;
  color: white;
  border: 1px solid white;
  outline: none;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1;
  transition: all 0.3s;
}
@media screen and (max-width: 991px) {
  body header section.barra-lgpd .row .conteudo-lgpd-in,
  body header section.barra-lgpd .container .conteudo-lgpd-in {
    flex-direction: column;
  }
  body header section.barra-lgpd .row .conteudo-lgpd-in .button-in,
  body header section.barra-lgpd .container .conteudo-lgpd-in .button-in {
    text-align: center;
  }
  body header section.barra-lgpd .row .conteudo-lgpd-in .button-in button,
  body header section.barra-lgpd .container .conteudo-lgpd-in .button-in button {
    margin-top: 10px;
    margin-left: auto;
  }
}
body main {
  /* MODAL */
}
body main section.header.scroll-down {
  padding-top: 261px;
}
body main section.header.scroll-down .fixed-area {
  position: fixed;
  width: 100%;
  z-index: 50;
  top: 0;
}
body main section.header.scroll-down .fixed-area .main-menu {
  min-height: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: 0.5s;
}
body main section.header.scroll-down .fixed-area .main-menu .container {
  transform: scale(0.9);
}
body main section.header.scroll-down .fixed-area .main-area {
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 50;
  border-bottom: 1px solid rgba(131, 101, 164, 0.1);
  transition: 0.6s;
}
body main section.header.scroll-down .fixed-area .main-area .container {
  transform: scale(0.88);
}
body main section.header.scroll-down .fixed-area .main-area .logo {
  transform: scale(0.58);
  margin-top: -85px;
}
body main section.header .fixed-area {
  background: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 991px) {
  body main section.header .fixed-area .telefones {
    margin-bottom: 5px;
    display: block;
    max-width: 160px;
    float: right;
  }
}
body main section.header .fixed-area .main-menu {
  min-height: 130px;
  background-color: #3B1E5A;
  padding-top: 45px;
}
body main section.header .fixed-area .main-menu .container.big {
  z-index: 110;
  position: relative;
}
body main section.header .fixed-area .main-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body main section.header .fixed-area .main-menu ul li {
  position: relative;
}
body main section.header .fixed-area .main-menu ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  transition: 0.6s;
  position: relative;
}
body main section.header .fixed-area .main-menu ul li a:hover {
  color: #8365A4;
}
body main section.header .fixed-area .main-menu ul li a.with-drop:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: white;
  position: absolute;
  right: -12px;
  font-size: 12px;
  top: 0;
}
body main section.header .fixed-area .main-menu ul li nav.hide {
  opacity: 0;
  transition: 0.6s;
  padding-top: 10px;
  z-index: -1;
  position: absolute;
  width: 220px;
  pointer-events: none;
  border-radius: 5px;
  visibility: hidden;
}
body main section.header .fixed-area .main-menu ul li nav.hide ul {
  flex-direction: column;
  justify-content: start;
  align-items: start;
  padding: 20px;
  padding-bottom: 15px;
  padding-top: 15px;
  border-radius: 5px;
  background: #8365A4;
}
body main section.header .fixed-area .main-menu ul li nav.hide ul li a {
  font-size: 15.5px;
  margin-bottom: 5px;
  display: block;
  transition: 0.6s;
}
body main section.header .fixed-area .main-menu ul li nav.hide ul li a:hover {
  color: #3B1E5A;
}
body main section.header .fixed-area .main-menu ul li nav.hide ul li {
  width: 100%;
}
body main section.header .fixed-area .main-menu ul li nav.hide ul li .out-dropdown {
  z-index: 2;
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  padding-left: 20px;
}
body main section.header .fixed-area .main-menu ul li nav.hide ul li .filhas-cat-dropdown {
  width: -moz-max-content;
  width: max-content;
  min-width: 200px;
  border-radius: 5px;
  background-color: #3B1E5A;
  padding: 8px;
  transition: all 0.5s ease;
}
body main section.header .fixed-area .main-menu ul li nav.hide ul li .filhas-cat-dropdown a {
  display: block;
}
body main section.header .fixed-area .main-menu ul li nav.hide ul li .filhas-cat-dropdown a:hover {
  color: #664985;
}
body main section.header .fixed-area .main-menu ul li nav.hide ul li .filhas-cat-dropdown h5 {
  font-size: 16px;
  opacity: 1;
  margin-bottom: 0;
}
body main section.header .fixed-area .main-menu ul li nav.hide ul li:hover .out-dropdown {
  display: block;
}
body main section.header .fixed-area .main-menu ul li.dropdown:hover &gt; nav.hide {
  opacity: 1;
  z-index: 3;
  visibility: visible;
  pointer-events: all;
}
body main section.header .fixed-area .main-area {
  position: relative;
  padding-top: 40px;
  padding-bottom: 42px;
}
@media (max-width: 991px) {
  body main section.header .fixed-area .main-area {
    padding-bottom: 0px;
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  body main section.header .fixed-area .main-area .flex-adjust-1 {
    flex: auto;
    max-width: 170px;
    padding: 0;
  }
  body main section.header .fixed-area .main-area .flex-adjust-2 {
    flex: auto;
    max-width: 236px;
    padding: 0;
  }
  body main section.header .fixed-area .main-area .flex-adjust-4 {
    flex: auto;
    max-width: 495px;
    padding: 0;
  }
  body main section.header .fixed-area .main-area .flex-adjust-11 {
    flex: auto;
    max-width: 100px;
    padding: 0;
  }
}
body main section.header .fixed-area .main-area .logo {
  width: 236px;
  height: 230px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: -35px;
  z-index: 2;
}
@media (max-width: 991px) {
  body main section.header .fixed-area .main-area .logo {
    position: relative;
    margin-top: 0;
    width: 140px;
    height: auto;
    display: block;
    margin-bottom: 10px;
  }
}
body main section.header .fixed-area .main-area .cart {
  line-height: 48px;
  display: table;
  background: linear-gradient(91.78deg, #090B45 21.93%, #3B1E5A 87.96%);
  background-color: #090B45;
  border-radius: 5px;
  min-width: 236px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
  transition: 0.6s background-color;
}
body main section.header .fixed-area .main-area .cart i {
  font-style: normal;
}
@media (max-width: 991px) {
  body main section.header .fixed-area .main-area .cart {
    padding-left: 17px;
    float: right;
    min-width: 100%;
  }
}
body main section.header .fixed-area .main-area .cart:hover {
  background: transparent;
  background-color: #664985;
}
body main section.header .fixed-area .main-area .cart span.icon-cart {
  position: absolute;
  width: 21px;
  height: 21px;
  background: #ffffff;
  text-align: center;
  border-radius: 100%;
  line-height: 22px;
  font-weight: 700;
  font-size: 11.6667px;
  color: #3a1d5a;
  margin-left: -11px;
  margin-top: 3px;
}
body main section.header .fixed-area .main-area form {
  position: relative;
}
body main section.header .fixed-area .main-area form input[type=text] {
  background: #e7e7e7;
  border-radius: 5px;
  width: 494px;
  min-height: 48px;
  display: table;
  border: 0;
  padding-left: 16px;
  outline-color: #664985;
  outline-width: 1px;
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  color: #939393;
}
@media (max-width: 991px) {
  body main section.header .fixed-area .main-area form input[type=text] {
    width: 100%;
    min-height: 46px;
    font-size: 13px;
  }
}
body main section.header .fixed-area .main-area form input[type=image] {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.header .fixed-area .main-area form input[type=image] {
    transform: scale(0.83);
  }
}
body main section.header .fixed-area .main-area form input[type=image]:hover {
  filter: brightness(0.5);
}
body main section.header .fixed-area .main-area .media {
  max-width: 110px;
}
@media (max-width: 991px) {
  body main section.header .fixed-area .main-area .media {
    position: absolute;
    right: 5px;
    width: 80px;
    transform: scale(0.7);
    top: 10px;
  }
}
body main section.header .fixed-area .main-area .media a {
  transition: 0.6s;
}
body main section.header .fixed-area .main-area .media a:hover {
  transform: translateY(-2px);
}
body main section.header .categorias-mobile {
  z-index: 2;
  position: relative;
  margin-top: 7px;
}
body main section.header .categorias-mobile .btn-open {
  display: block;
  color: white;
  font-weight: 500;
  background: linear-gradient(91.78deg, #090B45 21.93%, #3B1E5A 87.96%);
  font-size: 15px;
  text-align: center;
  padding: 12px 20px;
  border-bottom: 1px solid #8365A4;
}
body main section.header .categorias-mobile .in-categorias {
  background-color: #3B1E5A;
  padding: 10px;
}
body main section.header .categorias-mobile .in-categorias a {
  color: white;
  text-transform: uppercase;
  padding: 5px 20px;
  display: block;
  text-align: center;
  font-weight: 400;
  transition: 0.3s all;
  font-size: 15px;
}
body main section.header .categorias-mobile .in-categorias a i {
  color: #dd1100;
}
body main .modal-backdrop.show {
  opacity: 0.8;
  width: 100% !important;
  height: 100% !important;
}
body main .modal-lg {
  max-width: 650px;
}
body main .modal .close-modal {
  position: absolute;
  width: 100%;
  height: 100%;
}
body main .modal-content {
  border-radius: 0 !important;
  background-color: white;
}
body main .modal-content .closebtn {
  outline: none;
  color: white;
  background-color: transparent;
  position: absolute;
  right: 0;
  top: -40px;
  border: none;
  cursor: pointer;
  z-index: 2;
  text-shadow: none;
  font-weight: 500;
  opacity: 1;
  font-size: 15px;
}
body main .modal-content .closebtn:hover {
  color: white !important;
}
@media (max-width: 991px) {
  body main .modal-content .closebtn {
    position: static;
    font-size: 14px;
    margin-top: 20px;
    padding-right: 20px;
    text-align: right;
    color: #23494a !important;
  }
}
body main .modal-body {
  padding: 40px;
  border-radius: 15px;
}
body main .modal-body h1 {
  font-size: 36px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 0;
  color: #664985;
}
body main .modal-body h3 {
  text-align: center;
  font-weight: 400;
  font-size: 20px;
}
body main .modal-body form {
  margin-top: 20px;
}
body main .modal-body form label {
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
body main .modal-body form button {
  outline: none;
  background-color: #664985;
  border: none;
  font-weight: 600;
  font-size: 18px;
  color: white;
  border-radius: 5px;
  padding: 9px 30px;
}
body main .modal-body form button i {
  color: white;
  margin-right: 5px;
}
body main .modal-body form input,
body main .modal-body form select,
body main .modal-body form textarea {
  font-size: 16px;
  padding: 10px 20px;
  border: 1px solid gray;
  width: 100%;
  margin-bottom: 15px;
  outline: none;
}
body main .modal-body form textarea {
  height: 100px;
  outline: none;
}
body main .modal-body.video {
  border-radius: 0;
  min-height: 650px;
  padding: 0;
}
@media (max-width: 991px) {
  body main .modal-body.video {
    min-height: 360px;
  }
}
body main .modal-body iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}
@media screen and (max-width: 991px) {
  body main .modal-body {
    padding: 15px 0;
  }
  body main .modal-body h1 {
    margin-bottom: 10px;
    font-size: 26px;
  }
  body main .modal-body h3 {
    text-align: center;
    font-size: 16px;
  }
  body main .modal-body form {
    margin-top: 20px;
  }
  body main .modal-body form button {
    font-size: 17px;
  }
  body main .modal-body form label {
    font-size: 15px;
  }
  body main .modal-body form input,
  body main .modal-body form select,
  body main .modal-body form textarea {
    font-size: 15px;
    padding: 7px 15px;
  }
}
body main ul.paginacao {
  display: flex;
  margin: 0 5px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0;
}
@media (max-width: 991px) {
  body main ul.paginacao {
    margin-top: 5px;
  }
}
body main ul.paginacao li {
  list-style: none;
}
body main ul.paginacao li a {
  width: 40px;
  height: 40px;
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 23px;
  line-height: 28px;
  text-align: center;
  color: #3B1E5A;
  transition: 0.6s;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  body main ul.paginacao li a {
    font-size: 16px;
    margin-bottom: 20px;
    width: 25px;
    height: 30px;
  }
}
body main ul.paginacao li a.active, body main ul.paginacao li a:hover {
  color: #8465A7;
  border-bottom: 1px solid;
}
body main section.index-banner-video {
  position: relative;
}
body main section.index-banner-video .owl-carousel .owl-nav .owl-prev,
body main section.index-banner-video .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: calc(50% - 40px);
  font-size: 40px;
  color: #3B1E5A;
  background-color: white;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s all;
}
body main section.index-banner-video .owl-carousel .owl-nav .owl-prev:hover,
body main section.index-banner-video .owl-carousel .owl-nav .owl-next:hover {
  opacity: 0.7;
}
body main section.index-banner-video .owl-carousel .owl-nav .owl-prev {
  left: 30px;
}
body main section.index-banner-video .owl-carousel .owl-nav .owl-next {
  right: 30px;
}
@media (max-width: 991px) {
  body main section.index-banner-video .owl-carousel .owl-nav .owl-prev,
  body main section.index-banner-video .owl-carousel .owl-nav .owl-next {
    width: 30px;
    height: 30px;
    font-size: 30px;
    top: calc(50% - 30px);
  }
  body main section.index-banner-video .owl-carousel .owl-nav .owl-prev {
    left: 10px;
  }
  body main section.index-banner-video .owl-carousel .owl-nav .owl-next {
    right: 10px;
  }
}
body main section.index-banner-video .video-wrapper {
  width: 100%;
  height: 673px;
}
@media (max-width: 991px) {
  body main section.index-banner-video .video-wrapper {
    height: 350px;
  }
}
body main section.index-banner-video .video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body main section.index-banner-video .video-wrapper .container {
  position: relative;
  z-index: 1;
}
body main section.index-banner-video .video-wrapper .container h1 {
  font-weight: 300;
  font-size: 35px;
  line-height: 52px;
  color: #000;
  text-align: center;
  max-width: 440px;
  margin: auto;
}
@media (max-width: 991px) {
  body main section.index-banner-video .video-wrapper .container h1 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
body main section.index-banner-video .video-wrapper .container h1 strong {
  font-weight: 700;
  color: #8365A4;
}
body main section.index-banner-video .video-wrapper .container p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #000;
  margin: auto;
  max-width: 450px;
  margin-bottom: 40px;
}
body main section.index-banner-video .video-wrapper .container .cta-primary {
  margin: auto;
}
body main section.index-destaque-icones {
  padding-top: 28px;
  background: #fff;
}
@media (max-width: 991px) {
  body main section.index-destaque-icones {
    padding-top: 20px;
    padding-bottom: 25px;
  }
}
body main section.index-destaque-icones .container {
  border-bottom: 1px solid #B7B7B7;
  padding-bottom: 18px;
}
@media (max-width: 991px) {
  body main section.index-destaque-icones .container {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
body main section.index-destaque-icones .icone {
  width: 35px;
  height: 35px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  body main section.index-destaque-icones .icone {
    width: 25px;
    height: 25px;
    margin: auto;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
body main section.index-destaque-icones .desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #090B45;
  margin-bottom: 6px;
  display: block;
}
@media (max-width: 991px) {
  body main section.index-destaque-icones .desc {
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 0;
    text-align: center;
  }
}
body main section.index-destaque-icones .desc br + br {
  display: none;
}
body main section.index-destaque-icones span {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #A7A7A7;
}
@media (max-width: 991px) {
  body main section.index-destaque-icones span {
    font-size: 12px;
    display: block;
    text-align: center;
  }
}
@media (min-width: 992px) {
  body main section.index-destaque-icones .flex-adjust {
    flex: 1;
    padding-right: 0px;
    padding-left: 5px;
  }
}
body main section.index-linha-produtos {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #fff;
}
@media (max-width: 991px) {
  body main section.index-linha-produtos {
    min-height: auto;
    padding: 25px 0;
    padding-top: 10px;
  }
}
body main section.index-linha-produtos h2 {
  font-weight: 700;
  font-size: 35px;
  line-height: 52px;
  color: #090B45;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 992px) {
  body main section.index-linha-produtos h2 {
    font-size: 23px;
    line-height: 35px;
    text-align: center;
    margin-bottom: 13px;
  }
}
body main section.index-linha-produtos .card-linha {
  width: 316px;
  height: 325px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  transition: 1s;
}
@media (max-width: 991px) {
  body main section.index-linha-produtos .card-linha {
    width: 100%;
    height: 150px;
  }
}
body main section.index-linha-produtos .card-linha:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  position: absolute;
  border-radius: 5px;
  transition: 1s;
  z-index: 9;
}
body main section.index-linha-produtos .card-linha:hover {
  transition: 1s;
}
body main section.index-linha-produtos .card-linha:hover img.bg {
  filter: none;
}
body main section.index-linha-produtos .card-linha:hover:before {
  background: rgba(0, 0, 0, 0);
  transition: 1s;
}
body main section.index-linha-produtos .card-linha:hover .escondido {
  margin-top: -130px;
}
@media (min-width: 992px) {
  body main section.index-linha-produtos .card-linha:hover .escondido {
    display: block !important;
  }
}
body main section.index-linha-produtos .card-linha:hover:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  content: "";
  background: linear-gradient(to top, rgba(0, 0, 0, 0.82), transparent);
  z-index: 9;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
body main section.index-linha-produtos .card-linha img.bg {
  width: 316px;
  height: 325px;
  border-radius: 5px;
}
@media (max-width: 991px) {
  body main section.index-linha-produtos .card-linha img.bg {
    width: 100%;
    height: 150px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
body main section.index-linha-produtos .card-linha h3 {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  font-size: 25px;
  line-height: 38px;
  color: #FFFFFF;
  z-index: 10;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
  line-height: 28px;
  margin-top: -5px;
  text-align: center;
}
@media (max-width: 991px) {
  body main section.index-linha-produtos .card-linha h3 {
    font-size: 20px;
    text-align: center;
    margin-top: 0;
  }
}
body main section.index-linha-produtos .owl-nav {
  display: flex;
  justify-content: space-between;
  width: 106%;
  margin-left: -3%;
}
@media (max-width: 991px) {
  body main section.index-linha-produtos .owl-nav {
    transform: scale(0.8);
    filter: invert(1);
  }
}
body main section.index-linha-produtos .owl-nav button {
  margin-top: -320px;
}
@media (max-width: 991px) {
  body main section.index-linha-produtos .owl-nav button {
    margin-top: -186px;
  }
}
body main section.index-produtos-destaque {
  padding-top: 45px;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  body main section.index-produtos-destaque {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
body main section.index-produtos-destaque h2.main-title {
  font-weight: 300;
  font-size: 35px;
  line-height: 52px;
  color: #090B45;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  body main section.index-produtos-destaque h2.main-title {
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
body main section.index-produtos-destaque h2.main-title strong {
  font-weight: 700;
}
body main section.index-produtos-destaque h2.main-title img {
  margin-right: 18px;
}
@media (max-width: 991px) {
  body main section.index-produtos-destaque h2.main-title img {
    transform: scale(0.7);
    margin-right: 3px;
  }
}
body main section.index-produtos-destaque .owl-nav {
  display: flex;
  justify-content: space-between;
  width: 106%;
  margin-left: -3%;
}
@media (max-width: 991px) {
  body main section.index-produtos-destaque .owl-nav {
    width: 100%;
    margin-left: 0;
  }
}
body main section.index-produtos-destaque .owl-nav button {
  margin-top: -505px;
}
@media (max-width: 991px) {
  body main section.index-produtos-destaque .owl-nav button {
    transform: scale(0.9);
  }
}
body main section.index-produtos-destaque .owl-dots {
  margin: auto;
  display: table;
  margin-top: 20px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  body main section.index-produtos-destaque .owl-dots {
    margin-top: 10px;
    margin-bottom: 25px;
    transform: scale(0.8);
  }
}
body main section.index-produtos-destaque .owl-dots button {
  width: 12px;
  height: 12px;
  background: #D9D9D9;
  border-radius: 100%;
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
}
body main section.index-produtos-destaque .owl-dots button.active {
  background: #090B45;
}
body main section.index-tres-destaques {
  position: relative;
}
body main section.index-tres-destaques .item-products-list {
  margin: unset;
}
@media (max-width: 991px) {
  body main section.index-tres-destaques .item-products-list {
    margin: auto;
  }
}
body main section.index-tres-destaques .header {
  display: flex;
}
body main section.index-tres-destaques .header .title {
  line-height: 90px;
  background: transparent;
  font-weight: 400;
  font-size: 35px;
  color: #C2C2C2;
  text-align: center;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.index-tres-destaques .header .title {
    width: 32%;
    font-size: 14px;
    line-height: 19px;
    min-height: 50px;
    display: flex;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
    justify-content: center;
  }
}
body main section.index-tres-destaques .header .title:hover:not(.active) {
  color: #662CA7;
}
body main section.index-tres-destaques .header .title.active {
  font-weight: 700;
  color: #FFFFFF;
  border-top-left-radius: 17px;
  border-top-right-radius: 17px;
}
@media (max-width: 991px) {
  body main section.index-tres-destaques .header .title.active {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
}
body main section.index-tres-destaques .main {
  padding-top: 70px;
  padding-bottom: 30px;
  border-bottom-left-radius: 17px;
  border-bottom-right-radius: 17px;
  border-top-right-radius: 17px;
  padding-left: 135px;
  padding-right: 135px;
}
@media (max-width: 991px) {
  body main section.index-tres-destaques .main {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
  }
}
body main section.index-tres-destaques.escritorio .header .title.escritorio {
  width: 460px;
}
@media (max-width: 991px) {
  body main section.index-tres-destaques.escritorio .header .title.escritorio {
    width: 32%;
  }
}
body main section.index-tres-destaques.escritorio .header .title.escritorio.active {
  background: #662CA7;
}
@media (max-width: 991px) {
  body main section.index-tres-destaques.escritorio .header .title.escritorio.active {
    width: 35%;
  }
}
body main section.index-tres-destaques.escritorio .header .title.tecnologia {
  width: 310px;
}
@media (max-width: 991px) {
  body main section.index-tres-destaques.escritorio .header .title.tecnologia {
    width: 32%;
  }
}
body main section.index-tres-destaques.escritorio .header .title.tecnologia.active {
  background: #3B1E5A;
}
@media (max-width: 991px) {
  body main section.index-tres-destaques.escritorio .header .title.tecnologia.active {
    width: 35%;
  }
}
body main section.index-tres-destaques.escritorio .header .title.escrita {
  width: 250px;
}
@media (max-width: 991px) {
  body main section.index-tres-destaques.escritorio .header .title.escrita {
    width: 32%;
  }
}
body main section.index-tres-destaques.escritorio .header .title.escrita.active {
  background: #664985;
}
@media (max-width: 991px) {
  body main section.index-tres-destaques.escritorio .header .title.escrita.active {
    width: 35%;
  }
}
body main section.index-tres-destaques.escritorio .main.escritorio {
  background: #662CA7;
}
body main section.index-tres-destaques.escritorio .main.tecnologia {
  background: #3B1E5A;
}
body main section.index-tres-destaques.escritorio .main.tecnologia:not(.ng-hide) {
  border-top-left-radius: 17px;
}
@media (max-width: 991px) {
  body main section.index-tres-destaques.escritorio .main.tecnologia:not(.ng-hide) {
    border-top-left-radius: 0px;
  }
}
body main section.index-tres-destaques.escritorio .main.escrita {
  background: #664985;
}
body main section.index-tres-destaques.escritorio .main.escrita:not(.ng-hide) {
  border-top-left-radius: 17px;
}
@media (max-width: 991px) {
  body main section.index-tres-destaques.escritorio .main.escrita:not(.ng-hide) {
    border-top-left-radius: 0px;
  }
}
body main section.index-tres-destaques.pessoal .header .title.pessoal {
  width: 495px;
}
@media (max-width: 991px) {
  body main section.index-tres-destaques.pessoal .header .title.pessoal {
    width: 32%;
  }
}
body main section.index-tres-destaques.pessoal .header .title.pessoal.active {
  background: #3B1E5A;
}
@media (max-width: 991px) {
  body main section.index-tres-destaques.pessoal .header .title.pessoal.active {
    width: 35%;
  }
}
body main section.index-tres-destaques.pessoal .header .title.casa {
  width: 530px;
}
@media (max-width: 991px) {
  body main section.index-tres-destaques.pessoal .header .title.casa {
    width: 32%;
  }
}
body main section.index-tres-destaques.pessoal .header .title.casa.active {
  background: #662CA7;
}
@media (max-width: 991px) {
  body main section.index-tres-destaques.pessoal .header .title.casa.active {
    width: 35%;
  }
}
body main section.index-tres-destaques.pessoal .header .title.squeezes {
  width: 410px;
}
@media (max-width: 991px) {
  body main section.index-tres-destaques.pessoal .header .title.squeezes {
    width: 32%;
  }
}
body main section.index-tres-destaques.pessoal .header .title.squeezes.active {
  background: #664985;
}
@media (max-width: 991px) {
  body main section.index-tres-destaques.pessoal .header .title.squeezes.active {
    width: 35%;
  }
}
body main section.index-tres-destaques.pessoal .main.pessoal {
  background: #3B1E5A;
}
body main section.index-tres-destaques.pessoal .main.casa {
  background: #662CA7;
}
body main section.index-tres-destaques.pessoal .main.casa:not(.ng-hide) {
  border-top-left-radius: 17px;
}
@media (max-width: 991px) {
  body main section.index-tres-destaques.pessoal .main.casa:not(.ng-hide) {
    border-top-left-radius: 0px;
  }
}
body main section.index-tres-destaques.pessoal .main.squeezes {
  background: #664985;
}
body main section.index-tres-destaques.pessoal .main.squeezes:not(.ng-hide) {
  border-top-left-radius: 17px;
}
@media (max-width: 991px) {
  body main section.index-tres-destaques.pessoal .main.squeezes:not(.ng-hide) {
    border-top-left-radius: 0px;
  }
}
body main section.index-tres-destaques .owl-nav {
  display: flex;
  justify-content: space-between;
  width: 106%;
  margin-left: -3%;
}
@media (max-width: 991px) {
  body main section.index-tres-destaques .owl-nav {
    width: 96%;
    margin: auto;
  }
}
body main section.index-tres-destaques .owl-nav button {
  margin-top: -505px;
  filter: invert(1);
}
@media (max-width: 991px) {
  body main section.index-tres-destaques .owl-nav button {
    transform: scale(0.8);
    margin-top: -450px;
  }
}
body main section.index-beneficios {
  margin-top: -15px;
}
@media (max-width: 991px) {
  body main section.index-beneficios {
    margin-top: -5px;
  }
  body main section.index-beneficios .icon {
    transform: scale(0.7);
  }
}
body main section.index-beneficios .bg {
  padding-top: 65px;
  background-size: cover;
  background-position: center;
  background-image: url("../image/index/beneficios/bg.png");
  padding-left: 135px;
  padding-right: 135px;
}
@media (max-width: 991px) {
  body main section.index-beneficios .bg {
    background: #ECEAE7;
    padding: 30px 0;
    padding-bottom: 10px;
    border-radius: 5px;
  }
}
body main section.index-beneficios h2 {
  font-weight: 300;
  font-size: 35px;
  line-height: 52px;
  color: #090B45;
}
@media (max-width: 991px) {
  body main section.index-beneficios h2 {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 5px;
    padding: 0 10px;
  }
}
body main section.index-beneficios h2 strong {
  font-weight: 700;
}
body main section.index-beneficios p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #303030;
  margin-bottom: 50px;
  display: block;
}
@media (max-width: 991px) {
  body main section.index-beneficios p {
    text-align: center;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 22px;
  }
}
body main section.index-beneficios .item {
  max-width: 369px;
  min-height: 92px;
  background: linear-gradient(275.02deg, rgba(255, 255, 255, 0.6) 6.75%, rgba(255, 255, 255, 0) 78.2%);
  border-radius: 5px;
  border: 1px solid transparent;
  border-bottom: 1px solid rgba(168, 168, 168, 0.6);
  border-left: 1px solid rgba(182, 182, 182, 0.6);
  margin-bottom: 55px;
  padding-left: 40px;
  padding-right: 30px;
  padding-bottom: 20px;
  padding-top: 20px;
  transition: 0.6s;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #303030;
}
@media (max-width: 991px) {
  body main section.index-beneficios .item {
    min-height: 0;
    padding: 15px 25px;
    font-size: 14px;
    line-height: 20px;
    margin: 10px;
    margin-top: 0;
    width: -webkit-fill-available;
    width: -moz-available;
    width: fill-available;
  }
}
body main section.index-beneficios .item:hover {
  border: 1px solid rgb(107, 73, 140);
  color: rgb(107, 73, 140);
}
@media (min-width: 992px) {
  body main section.index-beneficios .item.right {
    min-width: 369px;
    float: right;
    display: flex;
    align-items: center;
    padding-right: 0px;
  }
}
body main section.index-empresas {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  body main section.index-empresas {
    padding-top: 25px;
    padding-bottom: 20px;
  }
}
body main section.index-empresas h2 {
  font-weight: 300;
  font-size: 35px;
  line-height: 52px;
  text-align: center;
  color: #090B45;
  max-width: 795px;
  margin: auto;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  body main section.index-empresas h2 {
    font-size: 24px;
    text-align: center;
    line-height: 33px;
    margin-bottom: 20px;
  }
}
body main section.index-empresas h2 strong {
  font-weight: 700;
}
body main section.index-empresas .item-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 280px;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  body main section.index-empresas .item-area {
    margin: auto;
    min-height: 0;
    justify-content: center;
  }
}
body main section.index-empresas .item-area .item {
  width: 211px;
  height: 127px;
  background: #FFFFFF;
  border: 0.895385px solid #CFCFCF;
  border-radius: 4.47692px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  margin-left: 13px;
  margin-right: 13px;
  margin-bottom: 13px;
}
@media (max-width: 991px) {
  body main section.index-empresas .item-area .item {
    width: 40%;
    height: 80px;
  }
}
body main section.index-empresas .item-area .item img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
body main section.index-empresas .owl-nav {
  display: flex;
  justify-content: space-between;
  width: 112%;
  margin-left: -6%;
}
@media (max-width: 991px) {
  body main section.index-empresas .owl-nav {
    display: none;
  }
}
body main section.index-empresas .owl-nav button {
  margin-top: -290px;
}
body main section.index-empresas .owl-dots {
  margin: auto;
  display: table;
  margin-top: 5px;
}
@media (max-width: 991px) {
  body main section.index-empresas .owl-dots {
    transform: scale(0.8);
    margin-top: 0;
  }
}
body main section.index-empresas .owl-dots button {
  width: 12px;
  height: 12px;
  background: #D9D9D9;
  border-radius: 100%;
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
}
body main section.index-empresas .owl-dots button.active {
  background: #090B45;
}
body main section.index-ficou-interessado {
  background-image: url("../image/index/ficou-interessado/bg.png");
  background-size: cover;
  background-position: center;
  padding-top: 45px;
  padding-bottom: 45px;
}
@media (max-width: 991px) {
  body main section.index-ficou-interessado {
    padding: 30px 0;
    padding-bottom: 25px;
    background: #3C1F5B;
  }
  body main section.index-ficou-interessado .cta-primary {
    min-width: 0;
    width: 100%;
    max-width: 236px;
  }
}
body main section.index-ficou-interessado h2 {
  font-weight: 300;
  font-size: 35px;
  line-height: 52px;
  text-align: center;
  color: #FFFFFF;
  max-width: 700px;
  margin: auto;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  body main section.index-ficou-interessado h2 {
    font-size: 23px;
    line-height: 33px;
    margin-bottom: 10px;
  }
}
body main section.index-ficou-interessado h2 strong {
  font-weight: 700;
}
body main section.index-ficou-interessado p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  max-width: 545px;
  margin: auto;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  body main section.index-ficou-interessado p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 20px;
    padding: 0 5px;
  }
}
body main section.index-showroom {
  padding-top: 75px;
  padding-bottom: 75px;
}
@media (max-width: 991px) {
  body main section.index-showroom {
    padding: 25px 0;
    text-align: center;
    padding-bottom: 35px;
  }
  body main section.index-showroom .cta-primary {
    margin: auto;
  }
}
body main section.index-showroom h2 {
  font-weight: 300;
  font-size: 35px;
  line-height: 52px;
  color: #090B45;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  body main section.index-showroom h2 {
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 5px;
  }
}
body main section.index-showroom h2 strong {
  font-weight: 700;
}
body main section.index-showroom h3 {
  font-weight: 700;
  font-size: 23px;
  line-height: 34px;
  color: #090B45;
  margin-bottom: 20px;
  display: block;
}
body main section.index-showroom h3 strong {
  font-weight: 700;
}
@media (max-width: 991px) {
  body main section.index-showroom h3 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 5px;
  }
}
body main section.index-showroom p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #303030;
  margin-bottom: 35px;
  max-width: 504px;
}
@media (max-width: 991px) {
  body main section.index-showroom p {
    font-size: 15px;
    line-height: 22px;
    margin: auto;
    margin-bottom: 10px;
  }
}
body main section.index-showroom h4 {
  font-weight: 700;
  font-size: 23px;
  line-height: 34px;
  color: #664985;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  body main section.index-showroom h4 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 5px;
  }
}
body main section.index-showroom .owl-nav {
  display: flex;
  justify-content: space-between;
  width: 106%;
  margin-left: -3%;
}
@media (max-width: 991px) {
  body main section.index-showroom .owl-nav {
    width: 102%;
    margin-left: -1%;
  }
}
body main section.index-showroom .owl-nav button {
  margin-top: -235px;
}
@media (max-width: 991px) {
  body main section.index-showroom .owl-nav button {
    transform: scale(0.8);
    margin-top: -230px;
  }
}
body main section.index-showroom .owl-dots {
  margin: auto;
  display: table;
  margin-top: 15px;
}
@media (max-width: 991px) {
  body main section.index-showroom .owl-dots {
    margin-top: 5px;
    transform: scale(0.8);
  }
}
body main section.index-showroom .owl-dots button {
  width: 12px;
  height: 12px;
  background: #D9D9D9;
  border-radius: 100%;
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
}
body main section.index-showroom .owl-dots button.active {
  background: #090B45;
}
body main section.index-showroom .imagem {
  width: 313px;
  height: 261px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  margin: auto;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.index-showroom .imagem {
    height: 220px;
  }
}
body main section.index-showroom .imagem:hover {
  opacity: 0.85;
}
body main section.index-showroom .owl-carousel {
  max-width: 705px;
  margin: auto;
}
body main section.index-produtos-destaque-eco {
  position: relative;
  padding-bottom: 65px;
}
@media (max-width: 991px) {
  body main section.index-produtos-destaque-eco {
    padding-bottom: 25px;
  }
}
body main section.index-produtos-destaque-eco .bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 540px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-top: -90px;
}
body main section.index-produtos-destaque-eco .icon {
  padding-top: 64px;
}
@media (max-width: 991px) {
  body main section.index-produtos-destaque-eco .icon {
    padding-top: 30px;
  }
}
body main section.index-produtos-destaque-eco .txt h2 {
  font-weight: 300;
  font-size: 35px;
  line-height: 52px;
  text-align: center;
  color: #090B45;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  body main section.index-produtos-destaque-eco .txt h2 {
    font-size: 24px;
    line-height: 33px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
body main section.index-produtos-destaque-eco .txt h2 strong {
  font-weight: 700;
}
body main section.index-produtos-destaque-eco .txt p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #303030;
  max-width: 735px;
  margin: auto;
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  body main section.index-produtos-destaque-eco .txt p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
body main section.index-produtos-destaque-eco .owl-nav {
  display: flex;
  justify-content: space-between;
  width: 106%;
  margin-left: -3%;
}
@media (max-width: 991px) {
  body main section.index-produtos-destaque-eco .owl-nav {
    width: 100%;
    margin-left: 0;
  }
}
body main section.index-produtos-destaque-eco .owl-nav button {
  margin-top: -505px;
}
@media (max-width: 991px) {
  body main section.index-produtos-destaque-eco .owl-nav button {
    transform: scale(0.9);
  }
}
body main section.index-monte {
  padding-top: 40px;
  padding-bottom: 45px;
  background-size: cover;
  background-position: center;
  background-image: url("../image/index/monte/bg.png");
  min-height: 640px;
}
@media (max-width: 991px) {
  body main section.index-monte {
    padding: 25px 0;
    background: #fff;
    min-height: 0;
    padding-top: 30px;
  }
}
body main section.index-monte h2 {
  font-weight: 300;
  font-size: 35px;
  line-height: 52px;
  text-align: center;
  color: #3B1E5A;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  body main section.index-monte h2 {
    font-size: 24px;
    margin-bottom: 5px;
    line-height: 33px;
  }
}
body main section.index-monte h2 strong {
  font-weight: 700;
}
body main section.index-monte p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #303030;
  max-width: 735px;
  margin: auto;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  body main section.index-monte p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 10px;
  }
}
body main section.index-monte h3 {
  font-weight: 700;
  font-size: 23px;
  line-height: 34px;
  text-align: center;
  color: #3B1E5A;
  max-width: 735px;
  margin: auto;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  body main section.index-monte h3 {
    font-size: 16px;
    line-height: 22px;
  }
}
body main section.index-monte h3 strong {
  font-weight: 700;
}
body main section.index-monte .box {
  max-width: 768px;
  min-height: 229px;
  background: #f8f8f8;
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  padding-top: 25px;
  padding-bottom: 40px;
  margin: auto;
  position: relative;
}
@media (max-width: 991px) {
  body main section.index-monte .box {
    padding-bottom: 22px;
    min-height: 0;
    margin-bottom: 20px;
  }
}
body main section.index-monte .box h4 {
  font-weight: 700;
  font-size: 35px;
  line-height: 52px;
  text-align: center;
  color: #090B45;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  body main section.index-monte .box h4 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 5px;
  }
}
body main section.index-monte .box .desc {
  max-width: 415px;
  margin: auto;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #303030;
}
@media (max-width: 991px) {
  body main section.index-monte .box .desc {
    font-size: 15px;
    line-height: 22px;
  }
}
body main section.index-monte .nav-kits {
  justify-content: space-evenly;
  display: flex;
  margin-top: 40px;
}
@media (max-width: 991px) {
  body main section.index-monte .nav-kits {
    margin-top: 15px;
    width: 100%;
  }
}
body main section.index-monte .nav-kits .prev {
  transition: 0.6s;
  filter: contrast(0);
}
@media (max-width: 991px) {
  body main section.index-monte .nav-kits .prev {
    transform: scale(0.6);
  }
}
body main section.index-monte .nav-kits .prev:hover {
  filter: unset;
}
body main section.index-monte .nav-kits .next {
  transition: 0.6s;
  filter: unset;
}
@media (max-width: 991px) {
  body main section.index-monte .nav-kits .next {
    transform: scale(0.6);
  }
}
body main section.index-monte .nav-kits .next:hover {
  filter: contrast(10);
}
body main section.index-monte .one-seven {
  position: absolute;
  bottom: 39px;
  width: 80px;
  margin: auto;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  color: #adadad;
  display: table;
  right: 0;
  left: 0;
}
@media (max-width: 991px) {
  body main section.index-monte .one-seven {
    bottom: 21px;
    font-size: 14px;
  }
}
body main section.index-monte .one-seven strong {
  color: #090B45;
}
body main section.index-a-empresa {
  background-size: cover;
  background-position: center;
  background-image: url("../image/index/empresa/bg.png");
  min-height: 470px;
  padding-top: 55px;
  padding-bottom: 70px;
}
@media (max-width: 991px) {
  body main section.index-a-empresa {
    background: #3A1F58;
    padding: 25px 0;
    min-height: 0;
  }
}
body main section.index-a-empresa h2 {
  max-width: 738px;
  margin: auto;
  font-weight: 300;
  font-size: 35px;
  line-height: 52px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 28px;
}
@media (max-width: 991px) {
  body main section.index-a-empresa h2 {
    font-size: 22px;
    line-height: 33px;
    margin-bottom: 15px;
  }
}
body main section.index-a-empresa h2 strong {
  font-weight: 700;
}
body main section.index-a-empresa .item {
  display: flex;
  flex-direction: column;
  padding-bottom: 25px;
  padding-top: 0;
  min-height: 210px;
  align-items: center;
  justify-content: space-around;
  width: 258px;
  margin: auto;
  border-radius: 5px;
  border-bottom: 1px solid #000000;
  position: relative;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.index-a-empresa .item {
    min-height: 0;
    padding-bottom: 22px;
    margin-bottom: 10px;
  }
}
body main section.index-a-empresa .item:before {
  width: 1px;
  height: calc(100% - 2px);
  background: linear-gradient(0deg, rgb(0, 0, 0) 10%, transparent 100%);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-bottom-left-radius: 5px;
  transition: 0.6s;
}
body main section.index-a-empresa .item:after {
  width: 1px;
  height: calc(100% - 2px);
  background: linear-gradient(0deg, rgb(0, 0, 0) 10%, transparent 100%);
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border-bottom-right-radius: 5px;
  transition: 0.6s;
}
body main section.index-a-empresa .item:hover {
  border-color: #fff;
}
body main section.index-a-empresa .item:hover:after, body main section.index-a-empresa .item:hover:before {
  background: linear-gradient(0deg, rgb(255, 255, 255) 10%, transparent 100%);
}
body main section.index-a-empresa .item:hover .round {
  background: #fff;
  transform: translateY(-6px);
}
@media (max-width: 991px) {
  body main section.index-a-empresa .item:hover .round {
    transform: translateY(-6px) scale(0.9);
  }
}
body main section.index-a-empresa .item:hover .round .icon {
  filter: invert(1);
}
body main section.index-a-empresa .item:hover .desc {
  color: rgba(255, 255, 255, 0.75);
}
body main section.index-a-empresa .item .round {
  width: 89px;
  height: 89px;
  background: #220344;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 1.3s;
}
@media (max-width: 991px) {
  body main section.index-a-empresa .item .round {
    transform: scale(0.8);
  }
}
body main section.index-a-empresa .item .round .icon {
  width: 35px;
  height: 35px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.6s;
}
body main section.index-a-empresa .item .desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  padding-left: 16px;
  padding-right: 16px;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.index-a-empresa .item .desc {
    font-size: 14px;
    line-height: 22px;
  }
}
body main section.index-depoimentos {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 45px;
}
@media (max-width: 991px) {
  body main section.index-depoimentos {
    padding: 25px 0;
    padding-top: 30px;
  }
}
body main section.index-depoimentos.google {
  background-color: transparent;
}
body main section.index-depoimentos.google h2 {
  font-weight: 700;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  body main section.index-depoimentos.google h2 {
    margin-bottom: 7px;
  }
}
body main section.index-depoimentos.google .cta-primary.google {
  background: #2460c2;
}
body main section.index-depoimentos.google .cta-primary.google img {
  transition: 0.6s;
  margin-bottom: 2px;
}
@media (max-width: 991px) {
  body main section.index-depoimentos.google .cta-primary.google img {
    transform: scale(0.8);
    margin-bottom: 3px;
  }
}
body main section.index-depoimentos.google .cta-primary.google:hover {
  background: #3B1E5A;
}
body main section.index-depoimentos.google .cta-primary.google:hover img {
  transform: translateY(-2px);
}
body main section.index-depoimentos h2 {
  max-width: 737px;
  margin: auto;
  margin-bottom: 15px;
  font-weight: 300;
  font-size: 35px;
  line-height: 52px;
  text-align: center;
  color: #090B45;
}
body main section.index-depoimentos h2 strong {
  font-weight: 700;
}
@media (max-width: 991px) {
  body main section.index-depoimentos h2 {
    font-size: 24px;
    margin-bottom: 7px;
    line-height: 33px;
  }
}
body main section.index-depoimentos p {
  max-width: 737px;
  margin: auto;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #303030;
}
@media (max-width: 991px) {
  body main section.index-depoimentos p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 5px;
  }
}
body main section.index-depoimentos .card-depoimento {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  padding-top: 35px;
  padding-bottom: 30px;
  margin: auto;
  min-height: 268px;
  border-radius: 5px;
  border-bottom: 1px solid #d1d1d1;
  position: relative;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.index-depoimentos .card-depoimento {
    min-height: 0;
    padding-bottom: 20px;
    padding-top: 25px;
  }
}
body main section.index-depoimentos .card-depoimento .avatar {
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
  margin-bottom: 16px;
}
body main section.index-depoimentos .card-depoimento:before {
  width: 1px;
  height: calc(100% - 2px);
  background: linear-gradient(0deg, rgb(209, 209, 209) 10%, transparent 100%);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-bottom-left-radius: 5px;
  transition: 0.6s;
}
body main section.index-depoimentos .card-depoimento:after {
  width: 1px;
  height: calc(100% - 2px);
  background: linear-gradient(0deg, rgb(209, 209, 209) 10%, transparent 100%);
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border-bottom-right-radius: 5px;
  transition: 0.6s;
}
body main section.index-depoimentos .card-depoimento:hover {
  background: #63458c;
  border-color: #63458c;
}
body main section.index-depoimentos .card-depoimento:hover .heart {
  filter: contrast(0) brightness(10);
  transform: translateY(-6px);
}
body main section.index-depoimentos .card-depoimento:hover .desc,
body main section.index-depoimentos .card-depoimento:hover h4 {
  color: #fff;
}
body main section.index-depoimentos .card-depoimento .heart {
  color: #664985;
  display: block;
  margin: auto;
  margin-bottom: 20px;
  transition: 1.3s;
}
@media (max-width: 991px) {
  body main section.index-depoimentos .card-depoimento .heart {
    margin-bottom: 15px;
  }
}
body main section.index-depoimentos .card-depoimento .desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #303030;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 20px;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.index-depoimentos .card-depoimento .desc {
    font-size: 15px;
    line-height: 22px;
  }
}
body main section.index-depoimentos .card-depoimento h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #3B1E5A;
  margin-bottom: 0;
}
body main section.index-depoimentos .owl-nav .owl-prev,
body main section.index-depoimentos .owl-nav .owl-next {
  position: absolute;
  top: 50%;
}
body main section.index-depoimentos .owl-nav .owl-prev {
  left: -50px;
}
@media (max-width: 991px) {
  body main section.index-depoimentos .owl-nav .owl-prev {
    left: 0;
  }
}
body main section.index-depoimentos .owl-nav .owl-next {
  right: -50px;
}
@media (max-width: 991px) {
  body main section.index-depoimentos .owl-nav .owl-next {
    right: 0;
  }
}
body main section.index-sobre {
  padding-top: 55px;
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  body main section.index-sobre {
    padding: 30px 0;
    padding-bottom: 25px;
    text-align: center;
  }
  body main section.index-sobre .cta-primary.secundary {
    margin: auto;
    margin-bottom: 20px;
    margin-top: 15px;
  }
}
body main section.index-sobre h2 {
  font-weight: 300;
  font-size: 35px;
  line-height: 52px;
  color: #090B45;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  body main section.index-sobre h2 {
    margin-bottom: 5px;
    line-height: 33px;
    font-size: 24px;
  }
}
body main section.index-sobre h2 strong {
  font-weight: 700;
}
body main section.index-sobre p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #303030;
  max-width: 635px;
  display: block;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  body main section.index-sobre p {
    font-size: 15px;
    margin: auto;
    margin-bottom: 10px;
  }
}
body main section.index-sobre .video {
  position: relative;
  display: table;
  margin: auto;
  border-radius: 5px;
}
body main section.index-sobre .video:hover:before {
  opacity: 0.8;
}
@media (max-width: 991px) {
  body main section.index-sobre .video {
    margin: 0 auto;
  }
}
body main section.index-sobre .video:before {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.72);
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  z-index: 4;
  border-radius: 5px;
  transition: 0.6s;
}
body main section.index-sobre .video:after {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 6;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 44px;
  height: 44px;
  background: url(../image/videos/play.png);
  content: "";
  background-size: contain;
}
@media (max-width: 991px) {
  body main section.index-sobre .video:after {
    width: 30px;
    height: 30px;
  }
}
body main section.index-sobre .video img.thumb {
  width: 635px;
  height: 347px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  position: relative;
}
@media (max-width: 991px) {
  body main section.index-sobre .video img.thumb {
    width: 100%;
    height: 250px;
  }
}
body main section.index-sobre .play {
  position: absolute;
  top: 0;
  z-index: 5;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
}
body main section.index-instagram {
  min-height: 230px;
  background: #090B45;
  position: relative;
  margin-top: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  body main section.index-instagram {
    margin: 0;
    padding: 25px;
  }
}
body main section.index-instagram h2 {
  font-weight: 300;
  font-size: 35px;
  line-height: 52px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  body main section.index-instagram h2 {
    font-size: 24px;
    line-height: 33px;
  }
}
body main section.index-instagram h2 strong {
  font-weight: 700;
  display: block;
}
body main section.index-instagram h3 {
  font-weight: 700;
  font-size: 35px;
  line-height: 52px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  body main section.index-instagram h3 {
    font-size: 20px;
  }
}
body main section.index-instagram .img {
  position: absolute;
  bottom: 0;
}
body main section.index-blog {
  padding-top: 45px;
  padding-bottom: 45px;
}
@media (max-width: 991px) {
  body main section.index-blog {
    padding: 25px 0;
    padding-top: 30px;
  }
}
body main section.index-blog h2 {
  font-weight: 300;
  font-size: 35px;
  line-height: 52px;
  text-align: center;
  color: #090B45;
}
@media (max-width: 991px) {
  body main section.index-blog h2 {
    font-size: 24px;
    line-height: 33px;
  }
}
body main section.index-blog h2 strong {
  font-weight: 700;
}
body main section.index-blog p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #303030;
  max-width: 635px;
  margin: auto;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  body main section.index-blog p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 15px;
  }
}
body main section.index-blog .card-destaque {
  min-height: 460px;
  background: #FFFFFF;
  border: 1px solid #CFCFCF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  max-width: 502px;
  margin: auto;
}
@media (max-width: 991px) {
  body main section.index-blog .card-destaque {
    min-height: 0;
    margin-bottom: 15px;
  }
}
body main section.index-blog .card-destaque .item {
  padding-top: 20px;
  padding-left: 35px;
  padding-right: 25px;
  padding-bottom: 25px;
}
@media (max-width: 991px) {
  body main section.index-blog .card-destaque .item {
    padding: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
body main section.index-blog .card-destaque .item h3 {
  font-weight: 700;
  font-size: 25px;
  line-height: 38px;
  color: #664985;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  body main section.index-blog .card-destaque .item h3 {
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 5px;
  }
}
body main section.index-blog .card-destaque .item .desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #303030;
  margin-bottom: 20px;
  display: block;
}
@media (max-width: 991px) {
  body main section.index-blog .card-destaque .item .desc {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 15px;
  }
}
body main section.index-blog .card-destaque img {
  width: 100%;
  height: 214px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  body main section.index-blog .card-destaque img {
    height: 150px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
}
body main section.index-blog .card-blog {
  min-height: 215px;
  background: #FFFFFF;
  border: 1px solid #CFCFCF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}
@media (max-width: 991px) {
  body main section.index-blog .card-blog {
    min-height: 0;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  body main section.index-blog .card-blog .item {
    padding: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
body main section.index-blog .card-blog img {
  width: 369px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 215px;
}
@media (max-width: 991px) {
  body main section.index-blog .card-blog img {
    height: 150px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 100%;
  }
}
body main section.index-blog .card-blog h3 {
  font-weight: 700;
  font-size: 25px;
  line-height: 38px;
  color: #664985;
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: "";
}
@media (max-width: 991px) {
  body main section.index-blog .card-blog h3 {
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 5px;
  }
}
body main section.index-blog .button {
  width: 236px;
  height: 48px;
  border: 1px solid #090B45;
  border-radius: 5px;
  display: table;
  line-height: 48px;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #090B45;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.index-blog .button {
    height: 44px;
    line-height: 44px;
    font-size: 15px;
    margin-top: 8px;
  }
}
body main section.index-blog .button:hover {
  background: #090B45;
  color: #fff;
}
body main section.index-blog .card-destaque, body main section.index-blog .card-blog {
  transition: 0.6s;
}
body main section.index-blog .card-destaque h3, body main section.index-blog .card-destaque .desc, body main section.index-blog .card-destaque img, body main section.index-blog .card-blog h3, body main section.index-blog .card-blog .desc, body main section.index-blog .card-blog img {
  transition: 0.6s;
}
body main section.index-blog .card-destaque:hover, body main section.index-blog .card-blog:hover {
  background: #664985;
}
body main section.index-blog .card-destaque:hover .button, body main section.index-blog .card-blog:hover .button {
  color: white;
  border-color: white;
}
body main section.index-blog .card-destaque:hover h3, body main section.index-blog .card-destaque:hover .desc, body main section.index-blog .card-blog:hover h3, body main section.index-blog .card-blog:hover .desc {
  color: white;
}
body main section.personalizacao-servicos {
  padding-top: 5px;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  body main section.personalizacao-servicos {
    padding-top: 10px;
    padding-bottom: 35px;
  }
  body main section.personalizacao-servicos .materiais img {
    transform: scale(0.8);
  }
}
body main section.personalizacao-servicos .servico-click {
  width: 236px;
  min-height: 54px;
  color: #808080;
  background: #DBDBDB;
  border: 1px solid #AAAAAA;
  border-radius: 10px;
  text-align: center;
  padding: 5px;
  font-weight: 600;
  font-size: 20px;
  line-height: 40px;
  transition: 0.6s;
  margin: auto;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: "";
}
@media (max-width: 991px) {
  body main section.personalizacao-servicos .servico-click {
    width: 85%;
    font-size: 15px;
    line-height: 30px;
    min-height: 45px;
  }
}
body main section.personalizacao-servicos .servico-click.active, body main section.personalizacao-servicos .servico-click:hover {
  background: #3B1E5A;
  color: #FFFFFF;
  border: 1px solid #BCBCBC;
}
body main section.personalizacao-servicos h2 {
  font-weight: 700;
  font-size: 35px;
  line-height: 52px;
  color: #090B45;
  margin-bottom: 6px;
  max-width: 500px;
}
@media (max-width: 991px) {
  body main section.personalizacao-servicos h2 {
    font-size: 24px;
    margin-bottom: 0;
    line-height: 33px;
    margin-top: 5px;
  }
}
body main section.personalizacao-servicos p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #090B45;
  max-width: 500px;
  text-align: left;
}
@media (max-width: 991px) {
  body main section.personalizacao-servicos p {
    font-size: 15px;
    line-height: 23px;
  }
}
body main section.personalizacao-servicos h3 {
  margin-top: 20px;
  font-weight: 700;
  font-size: 25px;
  line-height: 38px;
  color: #090B45;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  body main section.personalizacao-servicos h3 {
    margin-top: 0;
    line-height: 30px;
    font-size: 24px;
    margin-bottom: 15px;
  }
}
body main section.personalizacao-servicos .owl-servicos-titulo .owl-nav {
  display: flex;
  justify-content: space-between;
  width: 104%;
  margin-left: -2%;
}
@media (max-width: 991px) {
  body main section.personalizacao-servicos .owl-servicos-titulo .owl-nav {
    width: 100%;
    margin: auto;
  }
}
body main section.personalizacao-servicos .owl-servicos-titulo .owl-nav button {
  margin-top: -55px;
}
@media (max-width: 991px) {
  body main section.personalizacao-servicos .owl-servicos-titulo .owl-nav button {
    margin-top: -50px;
    transform: scale(0.65);
  }
}
body main section.personalizacao-servicos .video {
  position: relative;
  display: table;
  margin: auto;
  border-radius: 5px;
}
body main section.personalizacao-servicos .video.pe-none:before {
  display: none;
}
@media (max-width: 991px) {
  body main section.personalizacao-servicos .video {
    margin: auto;
    width: 100%;
  }
}
body main section.personalizacao-servicos .video:hover:before {
  opacity: 0.8;
}
@media (max-width: 991px) {
  body main section.personalizacao-servicos .video {
    margin: 0;
  }
}
body main section.personalizacao-servicos .video:before {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.72);
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  z-index: 4;
  border-radius: 5px;
  transition: 0.6s;
}
body main section.personalizacao-servicos .video:after {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 6;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 44px;
  height: 44px;
  background: url(../image/videos/play.png);
  content: "";
  background-size: contain;
}
@media (max-width: 991px) {
  body main section.personalizacao-servicos .video:after {
    width: 30px;
    height: 30px;
  }
}
body main section.personalizacao-servicos .video img.thumb {
  width: 667px;
  height: 284px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  position: relative;
}
@media (max-width: 991px) {
  body main section.personalizacao-servicos .video img.thumb {
    width: 100%;
    height: 250px;
  }
}
body main section.personalizacao-servicos .play {
  position: absolute;
  top: 0;
  z-index: 5;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  width: 45px;
  height: 45px;
}
body main section.personalizacao-servicos .owl-videos {
  max-width: 667px;
  margin: auto;
}
body main section.personalizacao-servicos .owl-videos .owl-nav {
  display: flex;
  justify-content: space-between;
  width: 112%;
  margin-left: -6%;
}
@media (max-width: 991px) {
  body main section.personalizacao-servicos .owl-videos .owl-nav {
    width: 90%;
    margin: auto;
    position: relative;
    filter: invert(1);
  }
}
body main section.personalizacao-servicos .owl-videos .owl-nav.disabled {
  display: none;
}
body main section.personalizacao-servicos .owl-videos .owl-nav button {
  margin-top: -285px;
}
@media (max-width: 991px) {
  body main section.personalizacao-servicos .owl-videos .owl-nav button {
    margin-top: -250px;
  }
}
body main section.personalizacao-galeria {
  padding-top: 120px;
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  body main section.personalizacao-galeria {
    padding-bottom: 0px;
    padding-top: 10px;
  }
}
body main section.personalizacao-galeria h2 {
  font-weight: 700;
  font-size: 35px;
  line-height: 52px;
  color: #090B45;
  margin-bottom: 25px;
  text-align: center;
  max-width: unset;
}
@media (max-width: 991px) {
  body main section.personalizacao-galeria h2 {
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 15px;
  }
}
body main section.personalizacao-galeria .owl-item img {
  width: 306.32px;
  height: 275.61px;
  margin: auto;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.personalizacao-galeria .owl-item img {
    width: 100%;
    max-width: 310px;
    height: 230px;
  }
}
body main section.personalizacao-galeria .owl-item img:hover {
  opacity: 0.8;
}
body main section.personalizacao-galeria .owl-carousel .owl-nav {
  display: flex;
  justify-content: space-between;
  width: 106%;
  margin-left: -3%;
  position: relative;
}
@media (max-width: 991px) {
  body main section.personalizacao-galeria .owl-carousel .owl-nav {
    width: 104%;
    margin: auto;
    margin-left: -2%;
  }
}
body main section.personalizacao-galeria .owl-carousel .owl-nav.disabled {
  display: none;
}
body main section.personalizacao-galeria .owl-carousel .owl-nav button {
  margin-top: -280px;
}
@media (max-width: 991px) {
  body main section.personalizacao-galeria .owl-carousel .owl-nav button {
    margin-top: -235px;
  }
}
body main section.personalizacao-contato {
  min-height: 195px;
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  background: #090B45;
}
@media (max-width: 991px) {
  body main section.personalizacao-contato {
    padding: 25px;
  }
}
body main section.personalizacao-contato.dp {
  background: transparent;
  min-height: 245px;
}
body main section.personalizacao-contato.dp h3 {
  font-weight: 700;
  font-size: 25px;
  line-height: 38px;
  color: #090B45;
  text-align: center;
}
@media (max-width: 991px) {
  body main section.personalizacao-contato.dp h3 {
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 3px;
  }
}
body main section.personalizacao-contato.dp h2, body main section.personalizacao-contato.dp p {
  color: #090B45;
}
body main section.personalizacao-contato h2 {
  font-weight: 700;
  font-size: 25px;
  line-height: 38px;
  color: #FFFFFF;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  body main section.personalizacao-contato h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 5px;
  }
}
body main section.personalizacao-contato p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  body main section.personalizacao-contato p {
    font-size: 15px;
    line-height: 22px;
  }
}
body main section.personalizacao-contato .img {
  position: absolute;
  bottom: 0;
}
body main section.personalizacao-contato .telefones.white img {
  filter: contrast(0) brightness(10);
}
body main section.sobre-tempo .header {
  display: flex;
}
body main section.sobre-tempo .header .title {
  line-height: 90px;
  background: transparent;
  font-weight: 400;
  font-size: 35px;
  color: #C2C2C2;
  text-align: center;
  transition: 0.6s;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 991px) {
  body main section.sobre-tempo .header .title {
    width: 32%;
    font-size: 14px;
    line-height: 19px;
    min-height: 50px;
    display: flex;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
    justify-content: center;
  }
}
body main section.sobre-tempo .header .title:hover:not(.active) {
  color: #662CA7;
}
body main section.sobre-tempo .header .title.active {
  font-weight: 700;
  color: #3B1E5A;
  border-top-left-radius: 17px;
  border-top-right-radius: 17px;
  min-width: 500px;
  background: #dfdfdf;
}
@media (max-width: 991px) {
  body main section.sobre-tempo .header .title.active {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    min-width: auto;
  }
}
body main section.sobre-tempo .main {
  padding-top: 85px;
  padding-bottom: 65px;
  border-bottom-left-radius: 17px;
  border-bottom-right-radius: 17px;
  border-top-right-radius: 17px;
  padding-left: 135px;
  padding-right: 135px;
  background: #dfdfdf;
}
@media (max-width: 991px) {
  body main section.sobre-tempo .main {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    padding: 25px;
    padding-top: 20px;
  }
}
body main section.sobre-tempo .main:not(.primer):not(.ng-hide) {
  border-top-left-radius: 17px;
}
@media (max-width: 991px) {
  body main section.sobre-tempo .main:not(.primer):not(.ng-hide) {
    border-top-left-radius: 5px;
  }
}
body main section.sobre-tempo .main .desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #3B1E5A;
  width: 497px;
  float: right;
}
@media (max-width: 991px) {
  body main section.sobre-tempo .main .desc {
    font-size: 15px;
    line-height: 22px;
    width: auto;
    max-width: 497px;
    margin-top: 10px;
    float: unset;
  }
}
body main section.sobre-tempo .main img.img {
  width: 236px;
  height: 212px;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.sobre-tempo .main img.img {
    width: 140px;
    height: 130px;
    margin: 0;
  }
}
body main section.sobre-tempo .main img.img:hover {
  opacity: 0.75;
}
body main section.sobre-criativ-visao {
  padding-top: 60px;
}
@media (max-width: 991px) {
  body main section.sobre-criativ-visao {
    padding-top: 25px;
  }
}
body main section.sobre-criativ-visao h2 {
  text-align: center;
  font-weight: 700;
  font-size: 35px;
  line-height: 52px;
  color: #090B45;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  body main section.sobre-criativ-visao h2 {
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 15px;
  }
}
body main section.sobre-criativ-visao img.img {
  width: 313.6px;
  height: 378.9px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.sobre-criativ-visao img.img {
    width: 150px;
    height: 150px;
    margin: auto;
    border-radius: 5px;
    margin-bottom: 20px;
  }
}
body main section.sobre-criativ-visao img.img:hover {
  opacity: 0.75;
}
body main section.sobre-criativ-visao .box {
  max-width: 369px;
  background: #dfdfdf;
  padding: 45px;
  padding-top: 50px;
  margin: auto;
  display: block;
  border-radius: 5px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  min-height: 290px;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.sobre-criativ-visao .box {
    min-height: 200px;
    padding: 30px;
    margin-bottom: 5px;
    border-radius: 5px;
  }
}
body main section.sobre-criativ-visao .box:hover {
  background: #8465a7;
}
body main section.sobre-criativ-visao .box:hover h3,
body main section.sobre-criativ-visao .box:hover .desc {
  color: white;
}
body main section.sobre-criativ-visao .box h3 {
  transition: 0.6s;
  font-weight: 700;
  font-size: 35px;
  line-height: 52px;
  color: #3B1E5A;
  margin-bottom: 15px;
  text-align: center;
}
@media (max-width: 991px) {
  body main section.sobre-criativ-visao .box h3 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 5px;
    line-height: 33px;
  }
}
body main section.sobre-criativ-visao .box .desc {
  transition: 0.6s;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #3B1E5A;
}
@media (max-width: 991px) {
  body main section.sobre-criativ-visao .box .desc {
    font-size: 15px;
    line-height: 22px;
  }
}
body main section.sobre-criativ-visao .owl-nav {
  display: flex;
  justify-content: space-between;
  width: 88%;
  margin-left: 6%;
}
body main section.sobre-criativ-visao .owl-nav img {
  filter: invert(1);
  transition: 0.6s;
}
body main section.sobre-criativ-visao .owl-nav button {
  margin-top: -370px;
}
@media (max-width: 991px) {
  body main section.sobre-criativ-visao .owl-nav button {
    margin-top: -185px;
  }
}
body main section.sobre-criativ-visao .owl-nav button:hover img {
  filter: unset;
}
body main section.sobre-mentes {
  padding-top: 70px;
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  body main section.sobre-mentes {
    padding: 25px 0;
  }
}
body main section.sobre-mentes h1 {
  font-weight: 700;
  font-size: 35px;
  line-height: 52px;
  color: #090B45;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 991px) {
  body main section.sobre-mentes h1 {
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 5px;
  }
}
body main section.sobre-mentes p {
  text-align: center;
  max-width: 658px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #090B45;
  margin: auto;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  body main section.sobre-mentes p {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
body main section.sobre-mentes .item {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  body main section.sobre-mentes .item {
    flex-wrap: wrap;
  }
}
body main section.sobre-mentes .item:hover .box {
  background: linear-gradient(91.78deg, #090B45 21.93%, #3B1E5A 87.96%);
}
body main section.sobre-mentes .item:hover .box h3, body main section.sobre-mentes .item:hover .box .desc {
  color: white;
}
body main section.sobre-mentes .item:hover .box .colaborador-destaque {
  opacity: 0.9;
}
body main section.sobre-mentes .item .box {
  background: #FFFFFF;
  border: 1px solid #CFCFCF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding-bottom: 30px;
  padding-left: 40px;
  padding-top: 20px;
  padding-right: 20px;
  height: -moz-min-content;
  height: min-content;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.sobre-mentes .item .box {
    padding: 30px;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-top: -2px;
    border-top-left-radius: 0;
    margin-bottom: 15px;
  }
}
body main section.sobre-mentes .item .box h3, body main section.sobre-mentes .item .box h4, body main section.sobre-mentes .item .box .desc {
  transition: 0.6s;
}
body main section.sobre-mentes .item .box.esquerda {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
body main section.sobre-mentes .item .box.direita {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
body main section.sobre-mentes .item .box h3 {
  font-weight: 700;
  font-size: 35px;
  line-height: 52px;
  color: #090B45;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  body main section.sobre-mentes .item .box h3 {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 33px;
  }
}
body main section.sobre-mentes .item .box h4 {
  font-weight: 500;
  font-size: 22px;
  line-height: 100%;
  color: #090B45;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  body main section.sobre-mentes .item .box h4 {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 33px;
  }
}
body main section.sobre-mentes .item .box .desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #090B45;
}
@media (max-width: 991px) {
  body main section.sobre-mentes .item .box .desc {
    font-size: 15px;
    line-height: 22px;
  }
}
body main section.sobre-mentes .item .colaborador-destaque {
  width: 301.73px;
  height: 301.73px;
  border-radius: 4.08854px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.sobre-mentes .item .colaborador-destaque {
    width: 200px;
    height: 200px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
body main section.sobre-mentes .item-time {
  width: 306px;
  height: 297px;
  border-radius: 5px;
  position: relative;
  display: flex;
  align-items: end;
  justify-content: center;
  flex-direction: column;
  margin: auto;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  body main section.sobre-mentes .item-time {
    margin: auto;
    margin-bottom: 5px;
    width: 165px;
    height: 150px;
  }
}
body main section.sobre-mentes .item-time:before {
  background: linear-gradient(358.93deg, rgba(0, 0, 0, 0.8) 1.07%, rgba(0, 0, 0, 0) 83.23%);
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: 0.4s;
}
body main section.sobre-mentes .item-time .colaborador {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
}
body main section.sobre-mentes .item-time h4 {
  font-weight: 700;
  font-size: 25px;
  line-height: 38px;
  color: #FFFFFF;
  text-align: center;
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  margin: auto;
  height: 90%;
  display: flex;
  align-items: end;
  justify-content: center;
  z-index: 5;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.sobre-mentes .item-time h4 {
    font-size: 16px;
    line-height: 24px;
    bottom: 15px;
  }
}
body main section.sobre-mentes .item-time:hover:before {
  background: linear-gradient(358.93deg, #4B2B6E 1.07%, rgba(0, 0, 0, 0) 83.23%);
}
body main section.sobre-mentes .item-time:hover h4 {
  opacity: 0.85;
}
body main section.sobre-mentes .owl-carousel {
  margin-top: 65px;
}
@media (max-width: 991px) {
  body main section.sobre-mentes .owl-carousel {
    margin-top: 0;
  }
}
body main section.sobre-mentes .owl-nav {
  display: flex;
  justify-content: space-between;
  width: 104%;
  margin-left: -2%;
}
@media (max-width: 991px) {
  body main section.sobre-mentes .owl-nav {
    width: 92%;
    margin-left: -2%;
    filter: invert(1);
    margin: auto;
  }
}
body main section.sobre-mentes .owl-nav img {
  transition: 0.6s;
}
body main section.sobre-mentes .owl-nav button {
  margin-top: -300px;
}
@media (max-width: 991px) {
  body main section.sobre-mentes .owl-nav button {
    margin-top: -160px;
  }
}
body main section.sobre-mentes .owl-nav button:hover img {
  filter: contrast(10);
}
body main section.sobre-sustentabilidade {
  background-image: url("../image/bg-sustentabilidade.png");
  background-size: cover;
  background-position: right;
  color: white;
  font-size: 16px;
  line-height: 24px;
  padding: 70px 0;
}
body main section.sobre-sustentabilidade h1 {
  font-weight: 700;
  font-size: 35px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  body main section.sobre-sustentabilidade {
    background-position: left;
    text-align: center;
    padding: 30px 0;
  }
  body main section.sobre-sustentabilidade h1 {
    font-size: 20px;
  }
}
body main section.depoimentos-presentes {
  background-color: #fff;
  padding: 40px 0;
  margin-top: -10px;
}
@media (max-width: 991px) {
  body main section.depoimentos-presentes {
    padding: 25px 0;
    margin-top: 0;
  }
}
body main section.depoimentos-presentes h2 {
  font-weight: 700;
  font-size: 35px;
  line-height: 52px;
  color: #090B45;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 991px) {
  body main section.depoimentos-presentes h2 {
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 5px;
  }
}
body main section.depoimentos-presentes p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #303030;
  margin: auto;
  margin-bottom: 30px;
  max-width: 630px;
}
@media (max-width: 991px) {
  body main section.depoimentos-presentes p {
    margin-bottom: 10px;
    font-size: 15px;
  }
}
body main section.depoimentos-presentes .video {
  position: relative;
  display: table;
  margin: auto;
  border-radius: 5px;
}
body main section.depoimentos-presentes .video:hover:before {
  opacity: 0.1;
}
@media (max-width: 991px) {
  body main section.depoimentos-presentes .video {
    margin: auto;
  }
}
body main section.depoimentos-presentes .video:before {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  z-index: 4;
  border-radius: 5px;
  transition: 0.6s;
}
body main section.depoimentos-presentes .video:after {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 6;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 44px;
  height: 44px;
  background: url(../image/videos/play.png);
  content: "";
  background-size: contain;
}
@media (max-width: 991px) {
  body main section.depoimentos-presentes .video:after {
    width: 30px;
    height: 30px;
  }
}
body main section.depoimentos-presentes .video img.thumb {
  width: 400px;
  height: 255px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  position: relative;
}
@media (max-width: 991px) {
  body main section.depoimentos-presentes .video img.thumb {
    width: 100%;
    height: 200px;
  }
}
body main section.depoimentos-presentes .play {
  position: absolute;
  top: 0;
  z-index: 5;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  width: 45px;
  height: 45px;
}
body main section.depoimentos-presentes .owl-presentes-videos .owl-nav {
  display: flex;
  justify-content: space-between;
  width: 104%;
  margin-left: -2%;
}
body main section.depoimentos-presentes .owl-presentes-videos .owl-nav.disabled {
  display: none;
}
body main section.depoimentos-presentes .owl-presentes-videos .owl-nav button {
  margin-top: -255px;
}
@media (max-width: 991px) {
  body main section.depoimentos-presentes .owl-presentes-videos .owl-nav button {
    margin-top: -210px;
    position: relative;
  }
}
body main section.depoimentos-audios {
  padding-top: 55px;
  padding-bottom: 75px;
  background: #3B1E5A;
}
@media (max-width: 991px) {
  body main section.depoimentos-audios {
    padding: 25px 0;
  }
}
body main section.depoimentos-audios h2 {
  font-weight: 700;
  font-size: 35px;
  line-height: 52px;
  color: #F3F3F3;
  text-align: center;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  body main section.depoimentos-audios h2 {
    font-size: 22px;
    margin: auto;
    line-height: 35px;
    margin-bottom: 10px;
  }
}
body main section.depoimentos-audios .item {
  width: 369px;
  background: #FFFFFF;
  border-radius: 10px;
  padding-bottom: 40px;
  padding-top: 70px;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  margin: auto;
  margin-top: 55px;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.depoimentos-audios .item {
    width: 100%;
    max-width: 369px;
    border-radius: 10px;
    padding-bottom: 30px;
    padding-top: 55px;
  }
}
body main section.depoimentos-audios .item span, body main section.depoimentos-audios .item h3 {
  transition: 0.6s;
}
body main section.depoimentos-audios .item:hover {
  background: #6E4C8C;
}
body main section.depoimentos-audios .item:hover span, body main section.depoimentos-audios .item:hover h3 {
  color: white;
}
body main section.depoimentos-audios .item .foto {
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 105px;
  height: 105px;
  position: absolute;
  top: -55px;
  right: 0;
  left: 0;
  margin: auto;
}
@media (max-width: 991px) {
  body main section.depoimentos-audios .item .foto {
    margin: auto;
    transform: scale(0.8);
  }
}
body main section.depoimentos-audios .item h3 {
  font-weight: 800;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #664985;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  body main section.depoimentos-audios .item h3 {
    margin-bottom: 2px;
  }
}
body main section.depoimentos-audios .item span {
  display: block;
  margin: auto;
  text-align: center;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #303030;
}
@media (max-width: 991px) {
  body main section.depoimentos-audios .item span {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 7px;
  }
}
body main section.depoimentos-audios .item audio {
  width: 100%;
}
body main section.produtos {
  padding-bottom: 140px;
}
body main section.produtos .titulo-principal {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #8465A7;
  margin-bottom: 30px;
  margin-left: 10px;
}
body main section.produtos .col-lg-5 {
  padding: 0;
}
body main section.produtos .item-products-list {
  width: 297px;
  padding: 0;
  margin: auto;
  padding-bottom: 23px;
}
@media (min-width: 992px) {
  body main section.produtos .item-products-list {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  body main section.produtos .item-products-list {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  body main section.produtos {
    padding-top: 5px;
    padding-bottom: 30px;
  }
}
body main section.carrinho {
  padding: 50px 0;
}
body main section.carrinho .box-file {
  cursor: pointer;
}
body main section.carrinho .box-file .selecione {
  display: inline-block;
  background: #090B45;
  border-radius: 0px 5px 5px 0px;
  height: 43px;
  width: 30%;
  line-height: 35px;
  margin-left: -8px;
  color: white;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s;
}
body main section.carrinho .box-file .selecione:hover {
  background: #3B1E5A;
}
body main section.carrinho .box-file .flex-box {
  display: flex;
}
body main section.carrinho .box-file .name-file {
  background: white;
  border: 0.8px solid #dcdcdc;
  box-sizing: border-box;
  border-radius: 5px;
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  padding: 6px;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 43px;
  width: 100%;
  color: #bebebe;
  margin-bottom: 20px;
  display: inline-block;
  margin-bottom: 0;
}
body main section.carrinho button {
  outline: 0;
  border: 0;
}
body main section.carrinho .main-cta {
  display: inline-flex;
  outline: none;
  padding: 10px 20px;
  font-size: 18px;
  border-radius: 5px;
  border: none;
  align-items: center;
  background-color: #424493;
  color: white;
  position: relative;
  font-weight: 600;
  transition: 0.3s all;
}
@media (max-width: 991px) {
  body main section.carrinho .main-cta {
    font-size: 15px;
  }
}
body main section.carrinho .main-cta:hover {
  color: white;
  background-color: #dd1100;
}
body main section.carrinho .main-cta .icon {
  margin-right: 10px;
  font-size: 20px;
}
@media screen and (max-width: 991px) {
  body main section.carrinho {
    padding: 20px 0;
  }
}
body main section.carrinho .continuar {
  color: gray;
  border-bottom: 1px dotted gray;
  display: inline-block;
  font-weight: 600;
}
body main section.carrinho .container {
  max-width: 1300px;
}
body main section.carrinho .remover .loader {
  display: none;
}
body main section.carrinho .remover span {
  font-style: normal;
  font-weight: 700;
  font-size: 22.1003px;
  line-height: 33px;
  color: #dc0f0a;
  margin-left: 13px;
}
body main section.carrinho .remover.loading i {
  display: none;
}
body main section.carrinho .remover.loading .loader {
  color: gray;
  display: inline-block;
}
body main section.carrinho .passos {
  max-width: 1500px;
  margin: auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
body main section.carrinho .passos a {
  display: flex;
  padding: 12px 20px;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  color: #9a9a9a;
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 5px;
}
body main section.carrinho .passos a:after {
  position: absolute;
  right: 0;
  background: url(../image/cart/title.png);
  width: 21px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  background-repeat: no-repeat;
  content: "";
  background-position: center;
}
body main section.carrinho .passos a:hover {
  color: #090B45;
}
body main section.carrinho .passos a:last-child:after {
  display: none;
}
body main section.carrinho .passos a strong {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #9a9a9a;
  border: 1px solid #afafaf;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.carrinho .passos a.ativo {
  color: #090B45;
  font-weight: 700;
}
body main section.carrinho .passos a.ativo:hover {
  color: #090B45;
}
body main section.carrinho .passos a.ativo strong {
  color: #090B45;
  border-color: #090B45;
}
body main section.carrinho .passos a.ativo.plus strong {
  background: #3B1E5A;
  color: white;
}
@media (max-width: 991px) {
  body main section.carrinho .passos a {
    width: 50px;
    text-align: center;
    font-size: 16px;
  }
  body main section.carrinho .passos a:after {
    display: none;
  }
}
body main section.carrinho .carrinho-mobile {
  margin-top: 20px;
  border-top: 1px solid rgba(220, 220, 220, 0.3019607843);
}
body main section.carrinho .carrinho-mobile .opcoes-produto {
  color: gray;
  font-size: 14px;
  margin-bottom: 10px;
}
body main section.carrinho .carrinho-mobile .opcoes-produto strong {
  color: gray;
}
body main section.carrinho .carrinho-mobile .produto {
  border-bottom: 1px solid rgba(220, 220, 220, 0.3019607843);
  display: flex;
  margin: 0;
  padding: 20px 0;
  align-items: flex-start;
}
body main section.carrinho .carrinho-mobile .produto strong {
  color: black;
}
body main section.carrinho .carrinho-mobile .produto img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body main section.carrinho .carrinho-mobile .removerMobile {
  color: #424493;
  font-size: 14px;
  display: block;
  text-align: center;
}
body main section.carrinho .carrinho-mobile .removerMobile .loader {
  display: none;
}
body main section.carrinho .carrinho-mobile .removerMobile.loading span {
  display: none;
}
body main section.carrinho .carrinho-mobile .removerMobile.loading .loader {
  color: gray;
  display: inline-block;
}
body main section.carrinho .carrinho-mobile .titulo {
  color: #424493;
}
body main section.carrinho .carrinho-mobile .quantidade {
  font-size: 14px;
  color: dimgray;
  display: inline-block;
  width: 110px;
  padding: 5px 10px;
  margin-left: 5px;
  outline: none;
  border: none;
  border-radius: 5px;
  background-color: #ececec;
  position: relative;
}
body main section.carrinho .carrinho-mobile .quantidade input {
  background-color: transparent;
  border: none;
  color: inherit;
  width: 60%;
  outline: none;
}
body main section.carrinho .carrinho-mobile .quantidade.loading .opcoes {
  display: none;
}
body main section.carrinho .carrinho-mobile .quantidade.loading .qtd-loading {
  display: block;
}
body main section.carrinho .carrinho-mobile .quantidade .qtd-loading {
  display: none;
  position: absolute;
  top: calc(50% - 11px);
  right: 8px;
}
body main section.carrinho .carrinho-mobile .quantidade .qtd-loading i {
  color: dimgray;
  font-size: 16px;
  cursor: default;
}
body main section.carrinho .carrinho-mobile .quantidade .aumentar {
  position: absolute;
  top: 7px;
  right: 30px;
  cursor: pointer;
}
body main section.carrinho .carrinho-mobile .quantidade .aumentar i {
  color: dimgray;
  font-size: 16px;
}
body main section.carrinho .carrinho-mobile .quantidade .diminuir {
  position: absolute;
  bottom: 3px;
  right: 10px;
  cursor: pointer;
}
body main section.carrinho .carrinho-mobile .quantidade .diminuir i {
  color: dimgray;
  font-size: 16px;
}
body main section.carrinho .empty {
  margin-top: 50px;
  text-align: center;
  font-size: 22px;
  font-weight: 300;
  color: dimgray;
  font-style: italic;
}
@media (max-width: 991px) {
  body main section.carrinho .empty {
    margin-top: 20px;
    font-size: 18px;
  }
}
body main section.carrinho .tabela-carrinho {
  width: 100%;
  margin: 70px auto 0 auto;
}
body main section.carrinho .tabela-carrinho thead tr {
  overflow: hidden;
  border-radius: 5px;
}
body main section.carrinho .tabela-carrinho thead td {
  background-color: #3B1E5A;
  color: white;
  padding: 15px 30px;
  border-right: 1px solid #adadad;
  font-weight: 700;
  font-size: 22.1003px;
  line-height: 33px;
}
body main section.carrinho .tabela-carrinho thead td:first-child {
  border-left: none;
}
body main section.carrinho .tabela-carrinho thead td:last-child {
  border-right: none;
}
body main section.carrinho .tabela-carrinho tbody td {
  padding: 30px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(220, 220, 220, 0.3019607843);
  background: white;
}
body main section.carrinho .tabela-carrinho tbody td:first-child {
  border-left: none;
}
body main section.carrinho .tabela-carrinho tbody td:last-child {
  border-right: none;
}
body main section.carrinho .tabela-carrinho .quantidade {
  font-size: 22px;
  max-width: 180px;
  color: gray;
  padding: 15px 25px;
  outline: none;
  border: none;
  border-radius: 10px;
  background-color: #ececec;
  position: relative;
  min-width: 150px;
}
body main section.carrinho .tabela-carrinho .quantidade input {
  background-color: transparent;
  border: none;
  color: inherit;
  width: 80%;
  outline: none;
}
body main section.carrinho .tabela-carrinho .quantidade.loading .opcoes {
  display: none;
}
body main section.carrinho .tabela-carrinho .quantidade.loading .qtd-loading {
  display: block;
}
body main section.carrinho .tabela-carrinho .quantidade .qtd-loading {
  display: none;
  position: absolute;
  top: calc(50% - 18px);
  right: 20px;
}
body main section.carrinho .tabela-carrinho .quantidade .qtd-loading i {
  color: dimgray;
  cursor: default;
  font-size: 16px;
}
body main section.carrinho .tabela-carrinho .quantidade .aumentar {
  position: absolute;
  top: 3px;
  right: 20px;
  cursor: pointer;
}
body main section.carrinho .tabela-carrinho .quantidade .aumentar i {
  color: gray;
  font-size: 16px;
}
body main section.carrinho .tabela-carrinho .quantidade .diminuir {
  position: absolute;
  bottom: 3px;
  right: 20px;
  cursor: pointer;
}
body main section.carrinho .tabela-carrinho .quantidade .diminuir i {
  color: gray;
  font-size: 16px;
}
body main section.carrinho .tabela-carrinho td strong {
  font-weight: 700;
  font-size: 22.1003px;
  line-height: 33px;
  color: #090B45;
}
body main section.carrinho .tabela-carrinho td i {
  color: red;
  font-size: 22px;
  cursor: pointer;
}
body main section.carrinho .tabela-carrinho td .produto {
  width: 100%;
  display: flex;
  align-items: center;
}
body main section.carrinho .tabela-carrinho td .produto .opcoes-produto {
  color: gray;
  font-size: 15px;
}
body main section.carrinho .tabela-carrinho td .produto .opcoes-produto strong {
  font-weight: 700;
  color: inherit;
  font-size: inherit;
}
body main section.carrinho .tabela-carrinho td .produto h5 {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #050462;
}
body main section.carrinho .tabela-carrinho td .produto img {
  width: 100px;
  flex: 0 0 100px;
  max-width: 100px;
}
body main section.carrinho .box {
  margin: 70px auto 0 auto;
}
body main section.carrinho .box .endereco {
  font-size: 18px;
  color: #424493;
  line-height: 20px;
}
body main section.carrinho .box .endereco strong {
  font-size: 20px;
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
}
body main section.carrinho .box .main-cta {
  background-color: #424493;
  color: white;
  display: inline-block;
  padding: 13px 23px;
  font-size: 17px;
  border-radius: 5px;
}
body main section.carrinho .box .main-cta img {
  vertical-align: middle;
  margin-right: 6px;
  margin-bottom: 2px;
}
@media (max-width: 991px) {
  body main section.carrinho .box {
    margin-top: 20px;
    padding: 0;
  }
  body main section.carrinho .box .main-cta {
    margin-top: 15px;
  }
  body main section.carrinho .box .endereco {
    text-align: center;
    font-weight: 300;
    font-size: 15px;
  }
  body main section.carrinho .box .endereco strong {
    font-size: 18px;
  }
}
body main section.carrinho .enviado {
  max-width: 800px;
  margin: 60px auto 0 auto;
  color: #424493;
  text-align: center;
  font-weight: 400;
  font-size: 20px;
}
body main section.carrinho .enviado .texto {
  color: white;
  text-align: left;
  line-height: 1.4;
  background: #3baf72;
  padding: 30px 70px;
  border-radius: 7px;
  font-weight: 300;
  margin-top: 30px;
}
body main section.carrinho .enviado h1 {
  font-weight: 600;
  font-size: 35px;
  line-height: 52px;
  text-align: center;
  margin: auto;
  color: #050462;
}
body main section.carrinho .enviado h5 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height */
  text-align: center;
  color: #090B45;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  body main section.carrinho .enviado {
    font-size: 16px;
    margin-top: 20px;
    padding-bottom: 30px;
  }
  body main section.carrinho .enviado .texto {
    padding: 20px;
  }
  body main section.carrinho .enviado h5 {
    font-size: 18px;
  }
  body main section.carrinho .enviado h1 {
    font-size: 20px;
  }
}
body main section.carrinho .form {
  max-width: 750px;
  margin: 50px auto 0 auto;
  padding: 50px 60px;
  padding-bottom: 0;
  background: #f9f9f9;
  border-radius: 5px;
  padding: 0;
  padding-top: 35px;
  padding-bottom: 45px;
}
body main section.carrinho .form span {
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  color: #939393;
  display: block;
  margin-bottom: 10px;
}
body main section.carrinho .form .up {
  position: relative;
}
body main section.carrinho .form .up label {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  cursor: pointer;
}
body main section.carrinho .form input[type=file]::file-selector-button {
  display: none;
}
body main section.carrinho .form .main-cta {
  margin-top: 30px;
}
body main section.carrinho .form h1 {
  font-weight: 600;
  font-size: 35px;
  line-height: 52px;
  color: #050462;
  margin-bottom: 45px;
  text-align: center;
  padding-left: 70px;
  padding-right: 60px;
}
body main section.carrinho .form form {
  padding-left: 70px;
  padding-right: 60px;
}
body main section.carrinho .form h5 {
  text-align: center;
  color: gray;
  margin-bottom: 5px;
}
body main section.carrinho .form h6 {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 18px;
}
body main section.carrinho .form label {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  /* identical to box height */
  display: block;
  margin-bottom: 5px;
  margin-top: 20px;
  color: #050462;
}
body main section.carrinho .form input,
body main section.carrinho .form select,
body main section.carrinho .form textarea {
  width: 100%;
  padding: 10px 15px;
  font-size: 18px;
  outline: none;
  background: #ffffff;
  border: 1px solid #bebebe;
  border-radius: 5px;
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  /* identical to box height */
  color: #939393;
}
body main section.carrinho .form select {
  padding-top: 12px;
  padding-bottom: 12px;
}
body main section.carrinho .form textarea {
  min-height: 170px;
  resize: vertical;
}
@media (max-width: 991px) {
  body main section.carrinho .form {
    padding: 20px;
    margin-top: 0;
  }
  body main section.carrinho .form h1 {
    font-size: 20px;
  }
  body main section.carrinho .form h5 {
    font-size: 16px;
  }
  body main section.carrinho .form h6 {
    font-size: 15px;
  }
  body main section.carrinho .form label {
    font-size: 16px;
  }
  body main section.carrinho .form input,
  body main section.carrinho .form select,
  body main section.carrinho .form textarea {
    font-size: 15px;
    padding: 10px;
  }
}
body main section.carrinho .cta-primary.transparent {
  color: #090B45;
  background: transparent;
  border: 1px solid;
}
body main section.carrinho .cta-primary.transparent:hover {
  background-color: #664985;
  color: white;
}
body main section.single-product {
  padding-top: 50px;
}
body main section.single-product .foto-produto-main {
  width: 431px;
  height: 413px;
  display: block;
}
@media (max-width: 991px) {
  body main section.single-product .foto-produto-main {
    width: 100%;
    max-width: 431px;
    height: 280px;
  }
}
body main section.single-product .tamanhos {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-top: 5px;
}
@media (max-width: 991px) {
  body main section.single-product .tamanhos {
    justify-content: center;
  }
}
body main section.single-product .tamanhos a {
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 40px;
  display: flex;
  background-color: #e0e0e0;
  color: black;
}
body main section.single-product .tamanhos a.active {
  background-color: #3B1E5A;
  color: white;
}
body main section.single-product .input-quantidade {
  font-size: 20px;
  margin-bottom: 30px;
  display: flex;
  height: 40px;
  margin-top: 10px;
}
body main section.single-product .input-quantidade a {
  text-align: center;
  color: #303030;
  background: #e7e7e7;
  border-radius: 5px 0 0 5px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
body main section.single-product .input-quantidade input {
  font-weight: 700;
  height: 100%;
  text-align: center;
  display: block;
  width: 80px;
  background-color: white;
  border: none;
  outline: none;
}
@media (max-width: 991px) {
  body main section.single-product .input-quantidade {
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  body main section.single-product {
    padding-top: 0px;
  }
}
body main section.single-product h1 {
  font-weight: 700;
  font-size: 35px;
  line-height: 52px;
  color: #090B45;
  margin-bottom: 20px;
  display: block;
}
@media (max-width: 991px) {
  body main section.single-product h1 {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 15px;
    line-height: 33px;
  }
}
body main section.single-product span.desc {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #303030;
}
@media (max-width: 991px) {
  body main section.single-product span.desc {
    font-size: 15px;
  }
}
body main section.single-product .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #303030;
  min-height: 270px;
}
@media (max-width: 991px) {
  body main section.single-product .description {
    min-height: 0;
    font-size: 16px;
    margin-bottom: 20px;
  }
}
body main section.single-product h1,
body main section.single-product .description,
body main section.single-product span.desc {
  max-width: 369px;
}
body main section.single-product .cta-primary {
  max-width: 370px;
}
body main section.single-product .cta-primary:not(.wpp) {
  margin-bottom: 13px;
}
@media (max-width: 991px) {
  body main section.single-product .cta-primary:not(.wpp) {
    margin: auto;
    margin-bottom: 3px;
  }
}
@media (max-width: 991px) {
  body main section.single-product .cta-primary.wpp {
    margin: auto;
    margin-bottom: 15px;
  }
}
body main section.single-product .owl-produto {
  background: #ffffff;
  border: 0.859283px solid #d7d7d7;
  border-radius: 4.29642px;
  width: 431px;
  height: 413px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  body main section.single-product .owl-produto {
    width: 100%;
    max-width: 431px;
    height: 280px;
    margin: auto;
    margin-bottom: 10px;
  }
}
body main section.single-product .owl-produto .foto-principal {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 20px;
  -o-object-position: center;
     object-position: center;
}
body main section.single-product .owl-nav {
  display: flex;
  justify-content: space-between;
  width: 94%;
  margin-left: 3%;
}
body main section.single-product .owl-nav button {
  margin-top: -440px;
  position: relative;
}
@media (max-width: 991px) {
  body main section.single-product .owl-nav button {
    margin-top: -280px;
  }
}
body main section.single-product .owl-dots {
  margin: auto;
  display: table;
  margin-top: 20px;
  margin-bottom: 40px;
}
body main section.single-product .owl-dots button {
  width: 12px;
  height: 12px;
  background: #d9d9d9;
  border-radius: 100%;
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
}
body main section.single-product .owl-dots button.active {
  background: #090B45;
}
body main section.single-product .owl-produto-bitmaps .owl-item .item {
  width: 88.51px !important;
  height: 85.07px;
  background: #ffffff;
  border: 0.859283px solid #d7d7d7;
  border-radius: 4.29642px;
  margin: auto;
}
@media (max-width: 991px) {
  body main section.single-product .owl-produto-bitmaps .owl-item .item {
    width: 80px !important;
    height: 60.07px;
  }
}
body main section.single-product .owl-produto-bitmaps .owl-item .item img {
  -o-object-fit: contain;
     object-fit: contain;
  padding: 10px;
  height: 100%;
}
body main section.single-product h3 {
  font-weight: 700;
  font-size: 25px;
  line-height: 38px;
  color: #090B45;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  body main section.single-product h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
    text-align: center;
  }
}
body main section.single-product .item-contact h3 {
  font-weight: 700;
  font-size: 25px;
  line-height: 38px;
  text-align: center;
  color: #3B1E5A;
  margin-top: 30px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  body main section.single-product .item-contact h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 25px;
    margin-top: 10px;
  }
}
body main section.single-product select {
  border: 1px solid #c7c7c7;
  border-radius: 5px;
  margin-bottom: 20px;
  margin-top: 2px;
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  color: #707070;
  height: 48px;
  padding-left: 16px;
  background-color: transparent;
  background-size: 18px;
}
@media (max-width: 991px) {
  body main section.single-product select {
    height: 44px;
    font-size: 14px;
    background-size: 15px;
    margin-bottom: 10px;
  }
}
body main section.single-product a.conheca {
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  text-decoration-line: underline;
  color: #707070;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.single-product a.conheca {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 18px;
    text-align: center;
  }
}
body main section.single-product a.conheca:hover {
  color: #090B45;
}
body main section.single-product .quanty {
  margin-top: 10px;
  display: flex;
  width: 195px;
}
body main section.single-product .quanty .btn {
  background: #e7e7e7;
  border-radius: 5px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
}
body main section.single-product .quanty i {
  font-weight: 700;
  font-size: 15px;
  line-height: 31px;
  color: #090B45;
}
body main section.single-product .quanty input {
  width: 50%;
  border: 0;
  text-align: center;
  font-weight: 700;
  font-size: 20.6636px;
  line-height: 31px;
  color: #303030;
}
body main section.single-product .cores {
  margin-top: 6px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  body main section.single-product .cores {
    justify-content: center;
    margin-top: 5px;
    transform: scale(0.85);
  }
}
body main section.single-product .cores .cor {
  display: flex;
  width: 11%;
  margin-right: 20px;
  flex-direction: column;
}
@media (max-width: 991px) {
  body main section.single-product .cores .cor {
    width: 15%;
    margin: auto;
    margin-bottom: 10px;
  }
}
body main section.single-product .cores .cor input {
  margin: auto;
  width: 19px;
  height: 19px;
}
body main section.single-product .cores .cor label.bloco-cor {
  width: 44.75px;
  height: 26px;
  background: #661c1c;
  border-radius: 5px;
  display: block;
  margin: auto;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  body main section.single-product .flex-95 {
    flex: 0.95;
  }
  body main section.single-product .flex-1 {
    flex: 1;
  }
}
body main section.single-product hr.divisor {
  margin-top: 75px;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  body main section.single-product hr.divisor {
    margin-top: 10px;
    margin-bottom: 30px;
  }
}
body main section.single-product .box-info {
  background: #ffffff;
  border: 1px solid #bdbdbd;
  border-radius: 5px;
  padding-top: 25px;
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  body main section.single-product .box-info {
    padding-top: 15px;
    padding-bottom: 0px;
  }
}
body main section.single-product .box-info h2 {
  font-weight: 700;
  font-size: 35px;
  line-height: 52px;
  color: #090B45;
  padding-left: 40px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  body main section.single-product .box-info h2 {
    font-size: 22px;
    margin-bottom: 10px;
    padding-left: 30px;
  }
}
body main section.single-product .box-info td {
  padding-left: 40px;
  min-height: 64px;
  display: flex;
  align-items: center;
}
body main section.single-product .box-info td strong {
  flex: 0 0 30%;
  padding-right: 10px;
}
@media (max-width: 991px) {
  body main section.single-product .box-info td {
    min-height: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    font-size: 15px;
  }
  body main section.single-product .box-info td strong {
    flex-basis: 40%;
  }
}
body main section.single-product table tr:last-of-type {
  border-color: transparent;
}
body main section.single-product section.quem-viu {
  background: #fff;
  padding-top: 35px;
  padding-bottom: 30px;
  margin-top: 85px;
}
@media (max-width: 991px) {
  body main section.single-product section.quem-viu {
    margin-top: 25px;
    padding-top: 30px;
    padding-bottom: 50px;
  }
  body main section.single-product section.quem-viu .owl-nav {
    width: 100%;
    margin-left: 0;
  }
  body main section.single-product section.quem-viu .owl-nav button {
    margin-top: -475px;
  }
}
body main section.single-product section.quem-viu h2.title {
  font-weight: 300;
  font-size: 35px;
  line-height: 52px;
  text-align: center;
  color: #090B45;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  body main section.single-product section.quem-viu h2.title {
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 15px;
  }
}
body main section.single-product section.quem-viu h2.title strong {
  font-weight: 700;
}
body main section.contato,
body main section.trabalhe-conosco {
  min-height: 0;
  background: transparent;
  padding-top: 0;
  position: relative;
  display: flex;
  align-items: center;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: right;
  padding: 100px 0;
  padding-top: 0;
  position: relative;
}
@media (max-width: 991px) {
  body main section.contato .telefones .row,
  body main section.trabalhe-conosco .telefones .row {
    width: -moz-max-content;
    width: max-content;
    margin: auto;
  }
}
body main section.contato span,
body main section.trabalhe-conosco span {
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  color: #939393;
  display: block;
  margin-bottom: 5px;
}
body main section.contato .concordo,
body main section.trabalhe-conosco .concordo {
  top: 0;
  width: unset;
  min-height: 0;
}
body main section.contato .concordo label,
body main section.trabalhe-conosco .concordo label {
  font-weight: 300;
  font-size: 14px !important;
  line-height: 21px;
  color: #535353;
  margin-bottom: 0;
}
body main section.contato .box,
body main section.trabalhe-conosco .box {
  width: 768px;
  background: #EEEEEE;
  border-radius: 5px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 75px;
  padding-left: 75px;
}
@media (max-width: 991px) {
  body main section.contato .box,
  body main section.trabalhe-conosco .box {
    width: 100%;
    max-width: 768px;
    padding: 25px;
    padding-left: 22px;
    padding-right: 20px;
    margin: auto;
  }
}
body main section.contato .breadcrumb,
body main section.trabalhe-conosco .breadcrumb {
  margin-top: 0 !important;
}
body main section.contato.trabalhe,
body main section.trabalhe-conosco.trabalhe {
  background-image: url("../image/infonew/pg/bg-trabalhe.png");
}
@media (max-width: 991px) {
  body main section.contato,
  body main section.trabalhe-conosco {
    min-height: 0;
    padding: 25px 0;
    padding-top: 5px;
    background: #F4F7F4;
  }
  body main section.contato .form-select,
  body main section.trabalhe-conosco .form-select {
    padding-top: 0;
  }
}
body main section.contato a.box,
body main section.trabalhe-conosco a.box {
  padding-top: 0;
  margin-top: 0;
  font-size: 17px;
  color: black;
  text-decoration: none;
}
@media (max-width: 991px) {
  body main section.contato a.box,
  body main section.trabalhe-conosco a.box {
    font-size: 14px;
  }
}
body main section.contato a.box img,
body main section.trabalhe-conosco a.box img {
  width: 27px;
  margin-right: 12px;
}
body main section.contato .container,
body main section.trabalhe-conosco .container {
  position: relative;
}
body main section.contato .right-c,
body main section.trabalhe-conosco .right-c {
  width: 51%;
}
body main section.contato .solicite,
body main section.trabalhe-conosco .solicite {
  position: absolute;
  left: -35px;
  top: 20px;
}
body main section.contato .end,
body main section.trabalhe-conosco .end {
  justify-content: space-between;
}
body main section.contato .end .col-lg-5,
body main section.trabalhe-conosco .end .col-lg-5 {
  width: 38%;
  padding-right: 0;
  padding: 0;
}
body main section.contato .end .col-lg-3,
body main section.trabalhe-conosco .end .col-lg-3 {
  min-width: 180px;
}
body main section.contato .end .col-lg-3 .col,
body main section.trabalhe-conosco .end .col-lg-3 .col {
  font-size: 17px;
}
body main section.contato .end .col-lg-3.first,
body main section.trabalhe-conosco .end .col-lg-3.first {
  padding: 0;
  margin-left: -30px;
}
body main section.contato .end .col-lg-3.last,
body main section.trabalhe-conosco .end .col-lg-3.last {
  padding: 0;
}
body main section.contato .end .col-lg-3.last .box,
body main section.trabalhe-conosco .end .col-lg-3.last .box {
  margin-left: -12px;
}
body main section.contato .end .cta-orange,
body main section.trabalhe-conosco .end .cta-orange {
  background: none !important;
  position: relative;
  left: -5px;
}
body main section.contato .end .col,
body main section.trabalhe-conosco .end .col {
  padding: 0;
}
body main section.contato .row.detalhes,
body main section.trabalhe-conosco .row.detalhes {
  background: #0d5a3b;
  border-radius: 0px 0px 20px 20px;
  color: white;
  padding-bottom: 22px;
  padding-top: 25px;
  padding-left: 30px;
  padding-right: 30px;
}
body main section.contato .col-lg-3 strong,
body main section.trabalhe-conosco .col-lg-3 strong {
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  /* identical to box height */
  color: #000000;
}
body main section.contato .col-lg-3 .col,
body main section.trabalhe-conosco .col-lg-3 .col {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
}
body main section.contato h2,
body main section.trabalhe-conosco h2 {
  font-weight: 700;
  font-size: 25px;
  line-height: 38px;
  text-align: center;
  color: #3B1E5A;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  body main section.contato h2,
  body main section.trabalhe-conosco h2 {
    margin-bottom: 20px;
  }
}
body main section.contato h2 strong,
body main section.trabalhe-conosco h2 strong {
  display: block;
}
body main section.contato p,
body main section.trabalhe-conosco p {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
}
body main section.contato p.principal,
body main section.trabalhe-conosco p.principal {
  max-width: 767px;
  margin: 0 auto;
  margin-bottom: 63px;
}
body main section.contato iframe,
body main section.trabalhe-conosco iframe {
  width: 100%;
}
body main section.contato label,
body main section.trabalhe-conosco label {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #3B1E5A;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  body main section.contato label,
  body main section.trabalhe-conosco label {
    margin-bottom: 3px;
  }
}
body main section.contato input[type=radio],
body main section.trabalhe-conosco input[type=radio] {
  width: auto;
  margin: 0;
  padding: 0;
  min-height: 0;
}
body main section.contato label.yes,
body main section.trabalhe-conosco label.yes {
  margin-bottom: 0;
  line-height: 13px;
}
body main section.contato input,
body main section.contato select,
body main section.contato textarea,
body main section.trabalhe-conosco input,
body main section.trabalhe-conosco select,
body main section.trabalhe-conosco textarea {
  background: #fbfbfb;
  border: 0.8px solid #dcdcdc;
  box-sizing: border-box;
  border-radius: 5px;
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  /* identical to box height */
  padding: 6px;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 43px;
  width: 100%;
  color: black;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  body main section.contato input,
  body main section.contato select,
  body main section.contato textarea,
  body main section.trabalhe-conosco input,
  body main section.trabalhe-conosco select,
  body main section.trabalhe-conosco textarea {
    margin-bottom: 10px;
  }
}
body main section.contato input::-moz-placeholder, body main section.contato select::-moz-placeholder, body main section.contato textarea::-moz-placeholder, body main section.trabalhe-conosco input::-moz-placeholder, body main section.trabalhe-conosco select::-moz-placeholder, body main section.trabalhe-conosco textarea::-moz-placeholder {
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  /* identical to box height */
  position: relative;
  top: 3px;
  color: dimgray;
}
body main section.contato input::placeholder,
body main section.contato select::placeholder,
body main section.contato textarea::placeholder,
body main section.trabalhe-conosco input::placeholder,
body main section.trabalhe-conosco select::placeholder,
body main section.trabalhe-conosco textarea::placeholder {
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  /* identical to box height */
  position: relative;
  top: 3px;
  color: dimgray;
}
body main section.contato textarea,
body main section.trabalhe-conosco textarea {
  margin-bottom: 10px;
}
body main section.contato img.contato,
body main section.trabalhe-conosco img.contato {
  margin-left: -50px;
}
@media (max-width: 991px) {
  body main section.contato img.contato,
  body main section.trabalhe-conosco img.contato {
    width: 50%;
    max-width: 595px;
    margin: auto;
    display: block;
  }
}
body main section.contato h3,
body main section.trabalhe-conosco h3 {
  font-weight: 700;
  font-size: 35px;
  line-height: 52px;
  text-align: center;
  color: #3B1E5A;
}
@media (max-width: 991px) {
  body main section.contato h3,
  body main section.trabalhe-conosco h3 {
    font-size: 24px;
    line-height: 33px;
  }
}
body main section.contato button,
body main section.trabalhe-conosco button {
  padding: 12px;
  padding-left: 33px;
  padding-right: 33px;
  background-color: #F3B60A;
  line-height: 22px;
  text-align: center;
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  color: #424493;
  margin: 0 auto;
  outline: 0;
  border: 0;
  border-radius: 5.12684px;
  margin-top: 20px;
  float: right;
  transition: 0.6s;
  float: unset;
  color: white;
}
body main section.contato button img,
body main section.trabalhe-conosco button img {
  transition: 0.6s;
}
body main section.contato button:hover,
body main section.trabalhe-conosco button:hover {
  background-color: #424493;
  color: #fff;
}
body main section.contato button:hover img,
body main section.trabalhe-conosco button:hover img {
  filter: contrast(0) brightness(10);
}
@media screen and (max-width: 991px) {
  body main section.contato .col-lg-11,
  body main section.trabalhe-conosco .col-lg-11 {
    flex-direction: column !important;
  }
  body main section.contato .fale-especialista,
  body main section.trabalhe-conosco .fale-especialista {
    font-size: 14px;
    max-width: 100%;
    line-height: 27px;
  }
  body main section.contato .duvidas,
  body main section.trabalhe-conosco .duvidas {
    font-size: 14px;
    max-width: 100%;
    line-height: 27px;
  }
  body main section.contato .end .col-lg-3.first,
  body main section.trabalhe-conosco .end .col-lg-3.first {
    margin-left: -12px !important;
  }
  body main section.contato .right-c,
  body main section.trabalhe-conosco .right-c {
    width: 90%;
    margin: 0 auto;
  }
  body main section.contato .right-c .col-lg-4,
  body main section.trabalhe-conosco .right-c .col-lg-4 {
    margin-bottom: 10px;
  }
  body main section.contato .col-lg-11 .col-lg-5,
  body main section.trabalhe-conosco .col-lg-11 .col-lg-5 {
    width: 90%;
    margin: 0 auto;
  }
}
body main section.contato .sele,
body main section.trabalhe-conosco .sele {
  font-weight: 700;
  font-size: 20px !important;
  line-height: 24px;
  /* identical to box height */
  text-align: center;
  color: #ee6f32;
}
body main section.contato .mx,
body main section.trabalhe-conosco .mx {
  width: 109%;
  margin-left: -20px;
  color: white;
  background: #116d92;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 19px;
  padding-bottom: 19px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.13);
  border-radius: 14px;
}
body main section.contato .mx .col-lg-4,
body main section.trabalhe-conosco .mx .col-lg-4 {
  padding: 0;
  margin: 0;
  width: 150px;
}
body main section.contato .mx h4,
body main section.trabalhe-conosco .mx h4 {
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
}
body main section.contato .mx p,
body main section.trabalhe-conosco .mx p {
  font-weight: 700;
  font-size: 15px !important;
  line-height: 18px;
  margin-bottom: 0;
}
body main section.contato .mx img,
body main section.trabalhe-conosco .mx img {
  width: 43px;
}
body main section.contato .align-items-right,
body main section.trabalhe-conosco .align-items-right {
  width: -moz-max-content;
  width: max-content;
  font-size: 16px;
  line-height: 15px;
}
body main section.contato .selecione,
body main section.trabalhe-conosco .selecione {
  display: inline-block;
  background: #090B45;
  border-radius: 0px 5px 5px 0px;
  height: 43px;
  width: 30%;
  line-height: 35px;
  margin-left: -8px;
  color: white;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s;
}
body main section.contato .selecione:hover,
body main section.trabalhe-conosco .selecione:hover {
  background: #3B1E5A;
}
body main section.contato .flex-box,
body main section.trabalhe-conosco .flex-box {
  display: flex;
}
body main section.contato .name-file,
body main section.trabalhe-conosco .name-file {
  background: #fbfbfb;
  border: 0.8px solid #dcdcdc;
  box-sizing: border-box;
  border-radius: 5px;
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  padding: 6px;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 43px;
  width: 70%;
  color: #bebebe;
  margin-bottom: 20px;
  display: inline-block;
  margin-bottom: 0;
}
body main section.contato .box .col-lg-6,
body main section.trabalhe-conosco .box .col-lg-6 {
  position: relative;
}
body main section.contato .box .col-lg-6.yellow:before,
body main section.trabalhe-conosco .box .col-lg-6.yellow:before {
  background: #ffb800;
  content: "UNIDADE 1 - MATRIZ";
}
body main section.contato .box .col-lg-6.blue:before,
body main section.trabalhe-conosco .box .col-lg-6.blue:before {
  background: #1198ce;
  content: "UNIDADE 2 - MATRIZ";
}
body main section.contato .box .col-lg-6:before,
body main section.trabalhe-conosco .box .col-lg-6:before {
  width: 200px;
  height: 40px;
  display: block;
  position: absolute;
  top: 0;
  z-index: 1;
  font-weight: bold;
  text-align: center;
  line-height: 38px;
}
body main section.contato input[type=checkbox],
body main section.trabalhe-conosco input[type=checkbox] {
  display: inline;
  width: 18px;
  height: 18px;
  background: #dcdcdc !important;
  fill: #dcdcdc;
  padding: 0;
  margin: 0;
  position: relative;
  top: 15px;
  margin-right: 10px;
  min-height: 0;
  top: unset;
  width: unset;
  height: unset;
}
body main section.contato .single,
body main section.trabalhe-conosco .single {
  position: absolute;
  bottom: 0;
  z-index: -1;
  left: 0;
}
@media screen and (max-width: 991px) {
  body main section.contato .solicite,
  body main section.trabalhe-conosco .solicite {
    display: block;
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    width: 55px !important;
    margin-bottom: 8px !important;
  }
  body main section.contato form .col.d-flex,
  body main section.trabalhe-conosco form .col.d-flex {
    flex-direction: column;
  }
  body main section.contato form .col.d-flex .col-lg-5,
  body main section.contato form .col.d-flex .col-lg-6,
  body main section.trabalhe-conosco form .col.d-flex .col-lg-5,
  body main section.trabalhe-conosco form .col.d-flex .col-lg-6 {
    width: 100%;
  }
  body main section.contato h2,
  body main section.trabalhe-conosco h2 {
    line-height: 35px;
  }
  body main section.contato h1,
  body main section.contato h2,
  body main section.trabalhe-conosco h1,
  body main section.trabalhe-conosco h2 {
    font-size: 16px !important;
    line-height: 24px;
  }
  body main section.contato p,
  body main section.contato label,
  body main section.contato button,
  body main section.trabalhe-conosco p,
  body main section.trabalhe-conosco label,
  body main section.trabalhe-conosco button {
    font-size: 15px !important;
    line-height: 22px;
  }
}
@media (max-width: 991px) {
  body main section.trabalhe-conosco .dstq {
    width: 100%;
    border-radius: 5px;
    -o-object-fit: cover;
       object-fit: cover;
    max-width: 635px;
    max-height: 744px;
  }
}
body main section.trabalhe-conosco h3 {
  font-weight: 700;
  font-size: 25px;
  line-height: 38px;
  color: #090B45;
  text-align: left;
  max-width: 637px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  body main section.trabalhe-conosco h3 {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 7px;
  }
}
body main section.trabalhe-conosco h3 strong {
  font-weight: 700;
}
body main section.trabalhe-conosco p {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #303030;
  max-width: 505px;
}
body main section.trabalhe-conosco h2 {
  text-align: left;
  margin-bottom: 0;
}
body main section.trabalhe-conosco form {
  max-width: 505px;
}
body main section.trabalhe-conosco .header {
  display: flex;
}
body main section.trabalhe-conosco .header .title {
  line-height: 90px;
  background: transparent;
  font-weight: 400;
  font-size: 35px;
  color: #C2C2C2;
  text-align: center;
  transition: 0.6s;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 991px) {
  body main section.trabalhe-conosco .header .title {
    width: 32%;
    font-size: 14px;
    line-height: 19px;
    min-height: 50px;
    display: flex;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
    justify-content: center;
  }
}
body main section.trabalhe-conosco .header .title:hover:not(.active) {
  color: #662CA7;
}
body main section.trabalhe-conosco .header .title.active {
  font-weight: 700;
  color: #3B1E5A;
  border-top-left-radius: 17px;
  border-top-right-radius: 17px;
  min-width: 500px;
  background: #E9E9E9;
}
@media (max-width: 991px) {
  body main section.trabalhe-conosco .header .title.active {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    min-width: auto;
  }
}
body main section.trabalhe-conosco .header .title.active.trabalhe {
  color: white;
  background: #4B2B6E;
}
body main section.trabalhe-conosco .main {
  padding-top: 65px;
  padding-bottom: 65px;
  border-bottom-left-radius: 17px;
  border-bottom-right-radius: 17px;
  border-top-right-radius: 17px;
  padding-left: 135px;
  padding-right: 135px;
  background: #E9E9E9;
}
@media (max-width: 991px) {
  body main section.trabalhe-conosco .main {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    padding: 25px;
    padding-top: 20px;
  }
}
body main section.trabalhe-conosco .main.trabalhe {
  background: #4B2B6E;
}
body main section.trabalhe-conosco .main.trabalhe h3, body main section.trabalhe-conosco .main.trabalhe h2, body main section.trabalhe-conosco .main.trabalhe span, body main section.trabalhe-conosco .main.trabalhe label, body main section.trabalhe-conosco .main.trabalhe p {
  color: white;
}
body main section.trabalhe-conosco .main:not(.primer):not(.ng-hide) {
  border-top-left-radius: 17px;
}
@media (max-width: 991px) {
  body main section.trabalhe-conosco .main:not(.primer):not(.ng-hide) {
    border-top-left-radius: 5px;
  }
}
body main section.trabalhe-conosco .main .desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  width: 497px;
  float: right;
}
body main section.trabalhe-conosco .main img.img {
  width: 236px;
  height: 212px;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.trabalhe-conosco .main img.img {
    width: 140px;
    height: 130px;
    margin: 0;
  }
}
body main section.trabalhe-conosco .main img.img:hover {
  opacity: 0.75;
}
body main section.duvidas {
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  body main section.duvidas {
    padding: 35px 0;
    padding-top: 5px;
  }
}
body main section.duvidas .duvidas-area {
  background: #FFFFFF;
  border: 1px solid #C7C7C7;
  border-radius: 10px;
  border-top-left-radius: 0;
  padding-left: 44px;
  padding-right: 44px;
  margin-top: -29px;
  padding-top: 44px;
  padding-bottom: 35px;
}
@media (max-width: 991px) {
  body main section.duvidas .duvidas-area {
    padding-left: 35px;
    padding-right: 30px;
  }
}
body main section.duvidas .col-lg-6 {
  z-index: 1;
}
body main section.duvidas .col-lg-8 .duvida .row {
  position: relative;
}
body main section.duvidas .col-lg-8 .col-11 {
  padding: 0;
}
body main section.duvidas .col-lg-8 .col-11 i {
  color: #424493;
  top: 6px;
  font-size: 25px;
  float: right;
  right: 0;
  position: absolute;
}
body main section.duvidas .in-duvidas {
  border-bottom: 1px solid #ccc;
  margin-bottom: 25px;
}
body main section.duvidas .duvida {
  display: block;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 23px;
  line-height: 34px;
  color: #3B1E5A;
}
@media (max-width: 991px) {
  body main section.duvidas .duvida {
    font-size: 20px;
    line-height: 30px;
  }
}
body main section.duvidas .duvida .col-11 {
  padding-left: 0;
}
body main section.duvidas .duvida i {
  color: #050462;
  top: 10px;
  position: relative;
  font-size: 18px;
  float: right;
  right: 0;
}
body main section.duvidas .resposta {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #303030;
}
body main section.duvidas .resposta .in-resposta {
  margin-bottom: 10px;
  display: block;
}
body main section.duvidas h3.orange {
  background: #3B1E5A;
  border-radius: 10px;
  min-height: 54px;
  display: flex;
  align-items: center;
  padding-left: 54px;
  font-weight: 700;
  font-size: 25px;
  line-height: 38px;
  color: #FFFFFF;
  padding-right: 44px;
  max-width: 369px;
  margin-bottom: 0;
  position: relative;
}
@media (max-width: 991px) {
  body main section.duvidas h3.orange {
    font-size: 22px;
    padding-left: 35px;
  }
}
@media screen and (max-width: 991px) {
  body main section.duvidas p {
    font-size: 16px;
  }
}
body main section.blog {
  padding-bottom: 70px;
}
body main section.blog .card-blog {
  min-height: 215px;
  background: #FFFFFF;
  border: 1px solid #CFCFCF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  max-width: 900px;
  padding: 0;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  body main section.blog .card-blog {
    min-height: 0;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  body main section.blog .card-blog .item {
    padding: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
body main section.blog .card-blog .resumo {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #303030;
  margin-bottom: 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: "";
}
@media (max-width: 991px) {
  body main section.blog .card-blog .resumo {
    font-size: 15px;
    line-height: 22px;
  }
}
body main section.blog .card-blog img {
  width: 369px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 265px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
@media (max-width: 991px) {
  body main section.blog .card-blog img {
    height: 150px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 100%;
  }
}
body main section.blog .card-blog h3 {
  font-weight: 700;
  font-size: 25px;
  line-height: 38px;
  color: #664985;
  margin-bottom: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: "";
}
@media (max-width: 991px) {
  body main section.blog .card-blog h3 {
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 5px;
  }
}
body main section.blog .button {
  width: 236px;
  height: 48px;
  border: 1px solid #090B45;
  border-radius: 5px;
  display: table;
  line-height: 48px;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #090B45;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.blog .button {
    height: 44px;
    line-height: 44px;
    font-size: 15px;
    margin-top: 8px;
  }
}
body main section.blog .button:hover {
  background: #090B45;
  color: #fff;
}
body main section.blog .card-destaque, body main section.blog .card-blog {
  transition: 0.6s;
}
body main section.blog .card-destaque h3, body main section.blog .card-destaque .desc, body main section.blog .card-destaque .resumo, body main section.blog .card-destaque img, body main section.blog .card-blog h3, body main section.blog .card-blog .desc, body main section.blog .card-blog .resumo, body main section.blog .card-blog img {
  transition: 0.6s;
}
body main section.blog .card-destaque:hover, body main section.blog .card-blog:hover {
  background: #664985;
}
body main section.blog .card-destaque:hover .button, body main section.blog .card-blog:hover .button {
  color: white;
  border-color: white;
}
body main section.blog .card-destaque:hover h3, body main section.blog .card-destaque:hover .desc, body main section.blog .card-destaque:hover .resumo, body main section.blog .card-blog:hover h3, body main section.blog .card-blog:hover .desc, body main section.blog .card-blog:hover .resumo {
  color: white;
}
body main section.blog-interna h1,
body main section.blog-interna h2,
body main section.blog-interna h3,
body main section.blog-interna h4 {
  color: #303030;
  margin-bottom: 5px;
  margin-top: 10px;
}
body main section.blog-interna h1.titulo-blog,
body main section.blog-interna h2.titulo-blog,
body main section.blog-interna h3.titulo-blog,
body main section.blog-interna h4.titulo-blog {
  margin-top: 0;
  margin-bottom: 0;
  margin-bottom: 0px;
  padding-bottom: 10px;
  font-weight: 700;
  font-size: 35px;
  line-height: 52px;
  color: #664985;
}
@media (max-width: 991px) {
  body main section.blog-interna h1.titulo-blog,
  body main section.blog-interna h2.titulo-blog,
  body main section.blog-interna h3.titulo-blog,
  body main section.blog-interna h4.titulo-blog {
    font-size: 24px;
    line-height: 33px;
  }
}
body main section.blog-interna a, body main section.blog-interna strong {
  color: #664985;
}
body main section.blog-interna h2, body main section.blog-interna h3, body main section.blog-interna h4 {
  font-weight: 700;
  font-size: 25px;
  line-height: 38px;
  color: #303030;
}
@media (max-width: 991px) {
  body main section.blog-interna h2, body main section.blog-interna h3, body main section.blog-interna h4 {
    font-size: 20px;
    line-height: 28px;
  }
}
body main section.blog-interna strong.main {
  background: #fff;
  background-repeat: no-repeat;
  background-position: right center;
  background-position-x: 95%;
  padding: 8px 12px 8px 15px;
  margin-bottom: 20px;
  width: 100%;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #00A3DF;
  border-left: 6px solid;
  border-radius: 3px;
  border-color: #00A3DF;
}
body main section.blog-interna strong.titulo-blog {
  color: #00A3DF;
  font-size: 15px;
  line-height: 35px;
}
body main section.blog-interna img {
  max-width: 100%;
  width: 100%;
  border-radius: 5px;
  max-height: 442px;
  -o-object-fit: cover;
     object-fit: cover;
}
body main section.blog-interna h1 {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  padding-bottom: 40px;
}
body main section.blog-interna a {
  color: Gray;
}
body main section.blog-interna .compartilhe {
  padding-top: 20px;
  padding-bottom: 12px;
  border-bottom: 0.8px solid #dedede;
  margin-bottom: 35px;
}
body main section.blog-interna .compartilhe .col-5 {
  font-size: 15px;
  line-height: 22px;
  text-transform: uppercase;
  color: #a1a1a1;
  font-weight: 400;
}
body main section.blog-interna h4 {
  margin-top: 25px;
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 25px;
  line-height: 30px;
  color: #050462;
}
body main section.blog-interna h4 span {
  font-weight: 500;
}
@media (max-width: 991px) {
  body main section.blog-interna h4 {
    font-size: 20px;
    line-height: 28px;
  }
}
body main section.blog-interna hr {
  margin-top: 80px;
}
body main section.blog-interna img.gostou {
  max-width: -moz-min-content;
  max-width: min-content;
  max-height: -moz-min-content;
  max-height: min-content;
  border-radius: 0;
  margin-right: 10px;
}
@media screen and (max-width: 991px) {
  body main section.blog-interna h1,
  body main section.blog-interna h2 {
    font-size: 22px;
  }
  body main section.blog-interna h3,
  body main section.blog-interna h4 {
    font-size: 22px;
  }
  body main section.blog-interna strong {
    text-align: left;
  }
}
body main section.formulario-enviado {
  padding: 150px 0;
  color: #3B1E5A;
}
body main section.formulario-enviado .box-in {
  text-align: center;
}
body main section.formulario-enviado .box-in h5 {
  font-size: 20px;
  font-weight: 400;
  margin-top: 20px;
}
body main section.formulario-enviado .box-in a {
  color: #3B1E5A;
  font-weight: 500;
  border-bottom: 1px dotted #3B1E5A;
}
body main section.formulario-enviado .box-in .btn-voltar {
  color: #3B1E5A;
  padding: 10px 30px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 30px;
  font-weight: 600;
  background-color: transparent;
  outline: none;
  border: 2px solid #3B1E5A;
  transition: 0.3s all;
}
body main section.formulario-enviado .box-in .btn-voltar:hover {
  background-color: #3B1E5A;
  color: white;
}
body main section.formulario-enviado .box-in .btn-voltar i {
  vertical-align: middle;
  font-size: 20px;
  margin-right: 15px;
}
body main section.formulario-enviado .box-in h3 {
  font-size: 24px;
  font-weight: 400;
  color: #3B1E5A;
}
body main section.formulario-enviado .box-in h1 {
  font-size: 75px;
  font-weight: 700;
  color: #3B1E5A;
  line-height: 1;
}
@media (max-width: 991px) {
  body main section.formulario-enviado {
    padding: 80px 0;
    text-align: center;
  }
  body main section.formulario-enviado .container {
    position: relative;
    z-index: 2;
  }
  body main section.formulario-enviado .box-in .btn-voltar {
    font-size: 13px;
    margin: 10px 0;
  }
  body main section.formulario-enviado .box-in h3 {
    font-size: 16px;
  }
  body main section.formulario-enviado .box-in h5 {
    font-size: 15px;
  }
  body main section.formulario-enviado .box-in h1 {
    font-size: 28px;
  }
}
body footer section.footer-mapa {
  height: 305px;
}
body footer section.footer-mapa iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  body footer section.footer-mapa {
    height: 250px;
  }
  body footer section.footer-mapa.home {
    margin-top: 0;
  }
}
body footer section.footer-news {
  padding-top: 25px;
  padding-bottom: 25px;
  background: #4B2B6E;
}
@media (max-width: 991px) {
  body footer section.footer-news {
    padding: 25px;
    text-align: center;
  }
  body footer section.footer-news .cta-primary {
    margin: auto;
    margin-top: 10px;
  }
}
body footer section.footer-news h3 {
  font-weight: 300;
  font-size: 25px;
  line-height: 38px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  body footer section.footer-news h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
  }
}
body footer section.footer-news h3 strong {
  font-weight: 700;
  display: block;
}
body footer section.footer-news input[type=text] {
  background: #FFFFFF;
  border-radius: 5px;
  width: 233px;
  height: 48px;
  padding-left: 20px;
  border: 1px solid transparent;
  outline: 0;
}
@media (max-width: 991px) {
  body footer section.footer-news input[type=text] {
    width: 100%;
    border: 1px solid #eee;
    margin: auto;
    margin-bottom: 7px;
    height: 42px;
    font-size: 15px;
  }
}
body footer section.footer-news input[type=email] {
  background: #FFFFFF;
  border-radius: 5px;
  width: 369px;
  height: 48px;
  padding-left: 20px;
  border: 1px solid transparent;
  outline: 0;
}
@media (max-width: 991px) {
  body footer section.footer-news input[type=email] {
    width: 100%;
    border: 1px solid #eee;
    margin: auto;
    margin-bottom: 7px;
    height: 42px;
    font-size: 15px;
  }
}
body footer section.footer-news input {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #BEBEBE;
}
body footer section.footer-news button {
  border: 0;
}
body footer section.footer-news form {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  body footer section.footer-news form {
    flex-wrap: wrap;
    justify-content: start;
  }
}
body footer section.footer-main {
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  body footer section.footer-main {
    padding-bottom: 20px;
  }
  body footer section.footer-main .cta-primary {
    min-width: 0;
    width: 100%;
    max-width: 236px;
    margin-top: 0px;
  }
}
body footer section.footer-main .logo {
  width: 262px;
  height: 255px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  body footer section.footer-main .logo {
    width: 150px;
    margin: auto;
    height: auto;
    margin-top: 15px;
  }
}
body footer section.footer-main .click, body footer section.footer-main .click a {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height */
  text-align: center;
  color: #7D7D7D;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body footer section.footer-main .click, body footer section.footer-main .click a {
    font-size: 14px;
    line-height: 23px;
  }
}
body footer section.footer-main .click a:hover {
  color: #4B2B6E;
}
@media (min-width: 992px) {
  body footer section.footer-main .flex-adjust {
    flex: 0.24;
  }
}
body footer section.footer-menu {
  background-color: #090B45;
  padding-top: 35px;
  padding-bottom: 35px;
}
body footer section.footer-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body footer section.footer-menu ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  transition: 0.6s;
}
body footer section.footer-menu ul li a:hover {
  color: #8365A4;
}
body footer section.footer-menu ul li nav.hide {
  opacity: 0;
  transition: 0.6s;
  padding-top: 10px;
  z-index: -1;
  position: absolute;
  width: 220px;
  border-radius: 5px;
  visibility: hidden;
}
body footer section.footer-menu ul li nav.hide ul {
  flex-direction: column;
  justify-content: start;
  align-items: start;
  padding: 20px;
  padding-bottom: 15px;
  padding-top: 15px;
  border-radius: 5px;
  background: #8365A4;
}
body footer section.footer-menu ul li nav.hide ul li a {
  font-size: 15.5px;
  margin-bottom: 5px;
  display: block;
  transition: 0.6s;
}
body footer section.footer-menu ul li nav.hide ul li a:hover {
  color: #3B1E5A;
}
body footer section.footer-menu ul li.dropdown:hover &gt; nav.hide {
  opacity: 1;
  z-index: 102;
  visibility: visible;
}
body footer section.footer-copy {
  color: #fff;
  font-size: 16px;
  background: #3B1E5A;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-bottom: 65px;
}
@media (max-width: 991px) {
  body footer section.footer-copy {
    margin-bottom: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 14px;
  }
}
body footer .lente-whatsapp {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 800;
  transition: 0.3s all;
  opacity: 0;
  pointer-events: none;
}
body footer .lente-whatsapp.exibir {
  opacity: 1;
  pointer-events: all;
}
body footer section.modal-whatsapp {
  font-family: "Open Sans";
  position: fixed;
  right: 17px;
  bottom: 30px;
  background-image: url("../../default/image/bg-whatsapp-min.jpg");
  width: 100%;
  height: 100%;
  box-shadow: 2px 2px 7px 0px #373737;
  max-width: 350px;
  max-height: 400px;
  border-radius: 5px;
  overflow: hidden;
  z-index: 9999;
  transform-origin: 100% 100%;
  transform: scale(0);
  transition: all 0.3s;
}
body footer section.modal-whatsapp.exibir {
  transform: scale(1);
}
body footer section.modal-whatsapp.scroll {
  bottom: 100px;
}
@media screen and (max-width: 991px) {
  body footer section.modal-whatsapp {
    right: 0px;
    top: 0px;
    bottom: unset !important;
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    border-radius: 0px;
  }
}
body footer section.modal-whatsapp .contatos a {
  color: dimgray;
  font-weight: 700;
  display: block;
}
body footer section.modal-whatsapp .contatos a i {
  color: #4baa2b;
}
body footer section.modal-whatsapp .cabecario-zap {
  background-color: #2e8c7d;
  font-size: 17px;
  color: #97c5be;
  padding: 12px 20px 4px 20px;
}
body footer section.modal-whatsapp .cabecario-zap span.zaptitulo {
  transform: translateY(-4px);
  display: inline-block;
}
body footer section.modal-whatsapp .cabecario-zap i.fab.fa-whatsapp {
  font-size: 25px;
  margin-right: 10px;
}
body footer section.modal-whatsapp .cabecario-zap i.far.fa-times-circle {
  font-size: 25px;
  float: right;
  margin-right: 0px;
  cursor: pointer;
}
body footer section.modal-whatsapp .msg-bot {
  font-family: "Open Sans", sans-serif;
  background-color: white;
  margin: 15px;
  padding: 15px;
  border-radius: 20px;
  font-size: 15px;
  position: relative;
}
body footer section.modal-whatsapp .msg-bot::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 15px solid transparent;
  border-top: 21px solid white;
  position: absolute;
  top: 0px;
  left: -10px;
  z-index: -1;
}
body footer section.modal-whatsapp .msg-bot :first-child {
  margin-top: 7px;
}
body footer section.modal-whatsapp .msg-bot label {
  font-weight: 700;
  font-size: 12px;
  color: black;
  display: block;
}
body footer section.modal-whatsapp .msg-bot input {
  height: auto;
  font-size: 14px;
  margin-bottom: 5px;
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  border-bottom: 1px solid #cacaca;
  outline: none;
  width: 100%;
}
body footer section.modal-whatsapp .campo-acao {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  display: flex;
  padding: 0px 10px;
  height: 44px;
}
@media (max-width: 991px) {
  body footer section.modal-whatsapp .campo-acao {
    position: static;
  }
}
body footer section.modal-whatsapp .campo-acao .texto {
  width: 100%;
  padding-right: 10px;
  font-family: "Open Sans", sans-serif;
}
body footer section.modal-whatsapp .campo-acao .texto input {
  border: none;
  border-radius: 32px;
  padding: 9px 18px;
  display: flex;
  outline-color: transparent;
  width: 100%;
  outline: none !important;
  font-size: 14px;
}
body footer section.modal-whatsapp .campo-acao .button-zap {
  background-color: transparent;
}
body footer section.modal-whatsapp .campo-acao .button-zap button {
  border: none;
  outline: none;
  cursor: pointer;
  background-color: #2e8c7d;
  color: white;
  width: 36px;
  height: 36px;
  display: flex;
  border-radius: 100px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
body footer section.modal-whatsapp .campo-acao .button-zap button:disabled {
  background-color: #a7a7a7;
  cursor: not-allowed;
}
body footer section.modal-whatsapp .campo-acao .button-zap button i.fas.fa-paper-plane {
  font-size: 19px;
  transform: rotate(49deg) translate(-2px, 0px);
  position: relative;
  transform-origin: center;
}
body footer section.modal-whatsapp .hide-desktop {
  display: none;
}
@media (max-width: 991px) {
  body footer section.modal-whatsapp .campo-acao {
    display: none;
  }
  body footer section.modal-whatsapp .acao-mobile {
    border: none;
    outline: none;
    cursor: pointer;
    background-color: #2e8c7d;
    color: white;
    border-radius: 9px;
    text-align: center;
    width: calc(100% - 40px);
    display: block;
    padding: 7px 15px;
    margin: 0 20px;
  }
  body footer section.modal-whatsapp .acao-mobile:disabled {
    background-color: #a7a7a7;
    cursor: not-allowed;
  }
  body footer section.modal-whatsapp .acao-mobile i {
    margin-right: 5px;
  }
  body footer section.modal-whatsapp .hide-desktop {
    display: block;
  }
}
body footer section.botao_whatsapp {
  background-color: #25d366;
  width: 70px;
  height: 70px;
  position: fixed;
  z-index: 610;
  bottom: 30px;
  padding: 5px;
  align-items: center;
  justify-content: center;
  display: flex;
  text-align: center;
  right: 30px;
  border-radius: 75px;
  transition: all 0.5s;
}
body footer section.botao_whatsapp i.fab.fa-whatsapp {
  color: white;
  font-size: 46px;
  vertical-align: middle;
}
@media (min-width: 992px) {
  body footer section.botao_whatsapp.scroll {
    bottom: 100px;
  }
}
body footer section.botao_whatsapp:hover {
  background-color: #1f9249;
}
@media screen and (max-width: 991px) {
  body footer section.botao_whatsapp {
    bottom: 75px;
    right: 10px;
  }
}
body footer section.barra-fixa-mobile {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;
  padding: 5px 0;
  transition: 0.3s all;
  border-top: 2px solid #8365A4;
  background: linear-gradient(91.78deg, #090B45 21.93%, #3B1E5A 87.96%);
}
body footer section.barra-fixa-mobile .list-itens {
  display: flex;
  justify-content: space-around;
  font-size: 30px;
}
body footer section.barra-fixa-mobile .list-itens a {
  color: white;
}
body footer section.barra-fixa-mobile .list-itens a i {
  color: white;
}
@media screen and (min-width: 992px) {
  body footer section.barra-fixa-mobile {
    display: none;
  }
}
body footer section.barra-fixa {
  position: fixed;
  z-index: 100;
  background-color: white;
  padding: 10px 0;
  bottom: -100px;
  left: 0;
  width: 100%;
  transition: 0.5s all;
  border-top: 2px solid;
  border-width: 2px;
  border-color: #8365A4;
  background: #3B1E5A;
}
body footer section.barra-fixa .telefones {
  color: white;
}
body footer section.barra-fixa .telefones:hover {
  color: #8365A4;
}
body footer section.barra-fixa .telefones img {
  filter: contrast(0) brightness(10);
}
body footer section.barra-fixa.show {
  bottom: 0;
}
@media (max-width: 991px) {
  body footer section.barra-fixa {
    display: none;
  }
}
body footer section.popup-principal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  display: none;
}
body footer section.popup-principal.aberto {
  display: flex;
}
body footer section.popup-principal .row-flex {
  display: flex;
  margin-top: 20px;
  justify-content: center;
}
@media (max-width: 991px) {
  body footer section.popup-principal .row-flex {
    flex-flow: column;
    align-items: center;
  }
}
body footer section.popup-principal .row-flex a {
  font-size: 20px;
}
@media (max-width: 991px) {
  body footer section.popup-principal .row-flex a {
    font-size: 16px;
  }
}
body footer section.popup-principal .lente {
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
body footer section.popup-principal .popup-body {
  position: relative;
  padding: 30px;
  min-width: 420px;
}
@media (max-width: 991px) {
  body footer section.popup-principal .popup-body {
    min-width: 300px;
  }
}
body footer section.popup-principal .popup-body .button-close {
  position: absolute;
  right: 5px;
  top: 0;
  font-size: 25px;
  cursor: pointer;
}
@media (max-width: 991px) {
  body footer section.popup-principal .popup-body .button-close {
    right: 25px;
  }
}
body footer section.popup-principal .popup-body img {
  max-width: 750px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  body footer section.popup-principal .popup-body img {
    max-width: 100%;
  }
}
body footer .menu-mobile {
  position: fixed;
  top: 0px;
  left: -100%;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 998;
  padding-bottom: 65px;
  background: linear-gradient(91.78deg, #090B45 21.93%, #3B1E5A 87.96%);
  transition: all 0.5s;
}
body footer .menu-mobile.aberto {
  left: 0px;
}
body footer .menu-mobile .fechar {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 25px;
  font-weight: 700;
  color: #fff;
}
body footer .menu-mobile .logo {
  width: 100%;
  padding: 10px;
  text-align: center;
  margin-bottom: 10px;
}
body footer .menu-mobile .logo img {
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 20px;
}
body footer .menu-mobile ul {
  padding: 0px;
}
body footer .menu-mobile ul li {
  list-style: none;
  margin: 5px;
  padding: 2px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}
body footer .menu-mobile ul li:last-child {
  border-bottom: none;
}
body footer .menu-mobile ul li a {
  color: #fff;
  font-size: 16px;
  padding: 0 10px;
  font-weight: 600;
  display: inline-block;
  width: 100%;
}</pre></body></html>