:root {
  --primary-900: #66046f;
  --primary-pure: #e815a7;
  --primary-100: #fca0c5;
  --primary-200: #fdcfdd;
  --secondary-900: #290559;
  --secondary-pure: #470a7c;
  --secondary-100: #d698f1;
  --secondary-200: #eccaf8;
  --black: #252525;
  --cinza-600: #535353;
  --cinza-500: #959595;
  --cinza-400: #bebebe;
  --cinza-300: #e4e4e4;
  --cinza-200: #f3f3f3;
  --cinza-100: #fbfbfb;
  --white: #fff;
  --success: #6de033;
  --info: #00a1ff;
  --warning: #f4d404;
  --danger: #f94a2f;
  --font-light: 300;
  --font-regular: 400;
  --font-semibold: 600;
  --font-bold: 700;
  --border-radius: 8px;
  --body-font: "Mulish", sans-serif;
  --heading-font: "Quicksand", sans-serif;
}
html {
  font-size: 10px;
}
body {
  font-family: "Mulish", sans-serif !important;
  color: #535353;
  line-height: 160%;
  font-size: 1.6rem !important;
  padding: 0 !important;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Quicksand", sans-serif !important;
}
h1 {
  font-size: 5.6rem !important;
  line-height: 110%;
  letter-spacing: -0.03em;
}
h2 {
  font-size: 4rem !important;
  line-height: 130%;
  letter-spacing: -0.03em;
  color: var(--secondary-900);
  font-weight: var(--font-bold) !important;
}
h3 {
  font-size: 3.2rem !important;
  line-height: 130%;
  letter-spacing: -0.03em;
  color: var(--secondary-900);
  font-weight: var(--font-bold) !important;
}
h4 {
  font-size: 2.4rem !important;
  line-height: 130%;
  letter-spacing: -0.03em;
  color: var(--secondary-900);
  font-weight: var(--font-bold) !important;
}
h5 {
  font-size: 2rem !important;
  line-height: 130%;
  letter-spacing: -0.03em;
}
h6 {
  font-size: 1.6rem !important;
  line-height: 20px;
  letter-spacing: 0.425em;
  text-transform: uppercase;
  color: var(--primary-pure);
  font-weight: var(--font-bold) !important;
}
p {
  font-family: Mulish;
  font-size: 16px;
  line-height: 160%;
}

::placeholder {
  color: #e4e4e4;
}

/* header */
header {
  background-color: var(--white);
  min-height: 84px;
}

/* btn */
.btn-secundario {
  border: 2px solid var(--secondary-200);
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-family: var(--heading-font);
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: var(--secondary-pure);
  text-decoration: none;
  width: fit-content;
}

/* MENU */
#menu-principal {
  margin: 0;
  padding: 0;
}

#menu-principal li a {
  font-family: var(--heading-font);
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 160%;
  color: var(--secondary-900);
  padding: 8px;
  margin: 0 12px;
}

/* HERO */

#hero {
  background-image: url(../img/bg-hero.svg);
  background-size: cover;
  min-height: 644px;
  padding-top: 48px;
  overflow: hidden;
}
#hero h6 {
  color: var(--primary-pure);
  font-weight: var(--font-bold);
}
#hero p {
  font-family: var(--body-font);
  font-style: normal;
  font-weight: var(--font-regular);
  font-size: 1.6rem;
  line-height: 160%;
  color: var(--black);
  padding-right: 100px;
  margin: 24px 0;
}
.headline {
  font-style: normal;
  font-weight: var(--font-bold);
  color: var(--secondary-900);
  margin: 16px 0px;
}
.ctas {
  flex-grow: 0;
  margin: 40px 0px;
  gap: 16px;
}
.ctas a.btn-primario {
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-family: var(--heading-font);
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: var(--white);
  text-decoration: none;
  background-color: #200038;
}

.ctas a.btn-secundario-200,
#vendas a.btn-secundario-200,
a.btn-secundario-200 {
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-family: var(--heading-font);
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: var(--secondary-pure);
  text-decoration: none;
  background-color: var(--secondary-200);
  width: fit-content;
}

/* MARCAS E SERVICOS*/

div#servicos-marcas {
  padding: 25px 0;
  background-image: url('../img/bg-marcas-servicos.png');
  background-size: cover;
    background-position: top center;
}
.listamarcas {
  list-style: none;
  margin: 0;
  padding: 0;
}
.listamarcas li {
  margin: 0 40px;
}
.listamarcas li:first-child {
  font-family: var(--body-font);
  font-style: normal;
  font-weight: var(--font-regular);
  font-size: 1.6rem;
  line-height: 160%;
  color: var(--black);
}
.listamarcas li img {
  opacity: 0.5;
}

section#servicos {
  margin-top: 125px;
}

section#servicos p {
  font-family: var(--body-font);
  font-style: normal;
  font-weight: var(--font-regular);
  font-size: 1.6rem;
  line-height: 160%;
  color: var(--secondary-pure);
  letter-spacing: -0.3px;

}
.redes-anuncios {
  margin-top: 120px;
}

.ads {
  text-align: start;
}
.ads > div {
  background-color: #f4f4f4;
  border-radius: 16px;
  padding: 120px 32px 32px 32px;
}

.ads > div > h3 {
  display: flex;
  align-items: center;
  margin-top: 8px;
  column-gap: 8px;
}

.ads > div > h3 > div.tag {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 4px 8px;
  background: var(--primary-200);
  border-radius: 25px;
  font-family: var(--body-font);
  font-weight: var(--font-bold);
  font-size: 1.2rem;
  line-height: 17px;
  margin-left: 8px;
  color: var(--secondary-pure);
}

.ads > div > span {
  font-family: var(--body-font);
  font-style: normal;
  font-weight: var(--font-regular);
  font-size: 1.6rem;
  line-height: 160%;
  color: var(--secondary-pure);
}
.thumb {
  text-align: center;
  width: calc(100% - 64px);
  top: -70px;
  position: absolute;
}
.facebook,
.google,
.tiktok {
  text-align: start;
  position: relative;
}
.facebook p,
.google p,
.tiktok p {
  text-align: start;
}
.tiktok p {
  margin-top: 23px;
}
.lista-rede-anuncios {
  column-gap: 44px;
  margin-top: 48px;
  align-items: flex-end;
}
.lista-rede-anuncios li {
  position: relative;
  z-index: 1;
}
.new{
  background-color: var(--primary-200);
  border-radius: 25px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 4px 8px;
  font-weight: bold;
  font-size: 12px;
  color: var(--secondary-pure);
  position: absolute;
  z-index: 999;
  right: -24px;
  top: -13px;
}
.cta {
  margin-top: 90px !important;
}
.cta p {
  font-family: Mulish;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;

  margin: 0 0 0 22px;
  color: #470a7c;
}

/* markee */
#markee {
  background-color: #d1deff;
  padding: 22px 0;
	margin-top: 80px;
}

#markee a {
  color: var(--secondary-900);
  text-decoration: underline;
  font-family: var(--heading-font);
  font-style: normal;
  font-weight: var(--font-bold);
  font-size: 2rem;
  line-height: 130%;
  letter-spacing: -0.03em;
  margin: 0 26px;
}

/* sobre nos */
#sobre-nos {
  padding: 104px 0;
}
#sobre-nos p {
  font-family: Mulish;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
  margin: 10px 0;
}

#sobre-nos h2 {
  margin: 32px 0;
}

/* feedback */
section#feedback {
  background-image: url("../img/bg-feedback.svg");
  background-size: cover;
  padding: 68px 0;
}

/* cases */
section#cases {
  background-color: #fafafa;
  padding: 84px 0;
}
.fade-left, .fade-right{
  position: absolute;
  z-index: 99999;
  width: 15%;
  height: 100%;
}
.fade-left{
  background: linear-gradient(270deg, rgba(250,250,250,0) 0%, rgba(250,250,250,1) 50%, rgba(250,250,250,1) 100%);
  left: 0;
}
.fade-right{
  background: linear-gradient(90deg, rgba(250,250,250,0) 0%, rgba(250,250,250,1) 50%, rgba(250,250,250,1) 100%);
  right: 0;
}
.header-section p {
  font-family: var(--body-font);
  font-weight: var(--font-bold);
  font-size: 1.6rem;
  line-height: 150%;
  color: var(--primary-900);
  margin-left: 32px;
}

.case {
  background: #ffffff;
  box-shadow: 0px 34px 45px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 38px 24px 24px 24px;
}

.case header {
  border-bottom: 2px solid #f3f3f3;
}
.owl-item .case main h3{
	margin-top: 8px;
	font-family: Mulish !important;
    color: var(--primary-900);
}
.owl-item .case main{
  position: relative;
}

.owl-item .case main{
  border-bottom: 2px solid #f3f3f3;
}
.owl-item.active.center .case main:after{
  content: " ";
  display: block;
  width: 0;
  height: 2px;
  background: #D698F1;
  position: absolute;
  animation: Gradient 3s ease;
}

@keyframes Gradient {
to{
  width: 100%;
}
}
.owl-carousel {
  margin-top: 60px;
}
.owl-stage-outer {
  padding-bottom: 60px;
}

/* blog */
#blog-vendas{
  background-image: url(../img/bg-vendas.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-color: #fafafa;
    padding-bottom: 80px;
}
section#blog {
  padding: 86px 0;
}
#blog p {
  font-family: Mulish;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
  margin: 10px 0;
}
.post-carousel {
  background: var(--white);
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  transition: all 0.5s;
}
.post-carousel:hover {
  box-shadow: 0px 34px 45px rgba(0, 0, 0, 0.05);
}
.post-carousel header:hover {
  background-size: 110%;
}
.post-carousel header {
  height: 167px;
  width: 100%;
  background-size: 100%;
  background-position: center center;
  overflow: hidden;
  transition: all 0.5s;
  border-radius: 10px 10px 0 0;
}
.post-carousel main {
  padding: 26px;
}
.post-carousel h5 {
  color: var(--secondary-900);
  font-family: var(--heading-font);
  font-weight: var(--font-bold);
  font-size: 2rem;
}
.post-carousel p {
  font-family: Mulish;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
  color: var(--cinza-600);
}
.post-carousel a {
  text-decoration: none;
}
.owl-stage {
  display: flex;
  align-self: stretch;
}
.owl-item {
  display: flex;
}

/* vendas */
section#vendas {
  padding: 80px 0;
}
.box-vendas {
  background-color: var(--cinza-200);
  border-radius: 10px;
  padding: 30px;
  position: relative;
}

.box-vendas .info {
  row-gap: 21px;
  display: flex;
  flex-direction: column;
}
.box-vendas .info p {
  font-family: Mulish;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
  color: var(--secondary-900);
  padding-right: 38%;
}

/* footer */
.copyright {
  background-color: #ededed;
  padding: 24px 0;
}
.copyright a, .copyright a:hover {
  color: #212529;
  font-weight: var(--font-bold);
}
footer {
  background-color: #f3f3f3;
  padding: 58px 0;
}
footer .redessociais {
  display: flex;
  column-gap: 8px;
  justify-content: center;
  padding: 0;
}
footer.main p{
  color: var(--secondary-900);
}
.title_widget_rodape {
  font-weight: var(--font-bold);
  color: var(--secondary-900);
}
#menu-principal-1 {
  margin: 0;
  padding: 0;
  list-style: none;
}
#menu-principal-1 li {
  margin: 10px 0;
}
#menu-principal-1 li a {
  color: #290559;
  text-decoration: none;
  padding: 0;
}
#menu-principal-1 li:last-child{
  display: none !important;
}
/* offcanvas */
.offcanvas-end {
  width: 500px !important;
}
.offcanvas-body {
  padding: 3rem 3rem !important;
}

/*
1. convert field wrap bg to white
2. convert field bg to transparent
3. set labels z-index: 1;  and  field to z-index: 2; to make a click on label activate field
4. handle label transition / location change (animation addded)
*/

/*input[type="text"].form-control,
input[type="email"].form-control,
textarea.form-control {
  padding: 15px 15px 0px;
  font-size: 16px !important;
  background: transparent;
  z-index: 2;
  position: relative;
  border: 1px solid #290559;
  color: #290559;
}*/
textarea.form-control:hover,
textarea.form-control:focus,
input.form-control:hover,
input.form-control:focus {
  border: 1px solid #e815a7 !important;
  color: #290559;
}
/*.wpcf7-form-control-wrap {
  background: #fff;
  height: 100%;
  display: block;
}
label {
  transform: translateY(-100%);
  z-index: 1;
  font-size: 16px;
  font-weight: normal;
  font-style: italic;
  color: #9b9b9b;
  line-height: 42px;
  position: absolute;
  padding: 0 17px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.form-group.active > label {
  transform: translateY(-125%);
  color: #9b9b9b;
  font-size: 12px;
  padding: 0 16px;
}*/
.btn-frm {
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-family: var(--heading-font);
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: var(--secondary-pure);
  text-decoration: none;
  background-color: var(--secondary-200);
  border: transparent;
}

/* blog */
h1.titulo-blog {
  color: #102a85;
  font-weight: var(--font-bold);
  text-align: center;
  margin: 0 auto;
  width: 530px;
  margin-top: 63px;
}

@media (max-width: 678px) {
  h1.titulo-blog {
    width: auto;
  }
}

.search-box {
  margin-top: 32px;
}

.destaque {
  margin-top: 96px;
}

@media (max-width: 768px) {
  .listamarcas {
    row-gap: 12px;
  }

  .google,
  .tiktok {
    margin-top: 100px;
  }

  .lista-rede-anuncios {
    row-gap: 12px;
    align-items: center;
  }

  .cta {
    flex-direction: column;
    row-gap: 16px;
  }

  /*.owl-carousel .owl-stage-outer {
    margin: 0 10px;
  }
  .owl-carousel.owl-drag .owl-item {
    max-width: 100%;
    margin: 0 auto !important;
  }
  .owl-carousel.owl-drag .owl-item .item {
    max-width: 90%;
  }*/
  .header-section p {
    margin-left: 0;
  }
  .box-vendas .info {
    z-index: 2;
  }
  .img-vendas {
    z-index: 1;
    opacity: 0.3;
  }
}

@media (min-width: 992px) {
  .offcanvas {
    visibility: visible;
    position: relative;
    background: none;
    border: none;
    justify-content: end;
  }
}
@media (max-width: 992px) {
  .offcanvas-frm {
    background-color: var(--white) !important;
  }
  .offcanvas-menu {
    width: 340px !important;
    background-color: var(--secondary-pure) !important;
  }
  .offcanvas-start-lg {
    top: 0;
    left: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    transform: translateX(-100%);
  }
  .navbar-nav li a {
    color: white !important;
  }
  .navbar-toggler {
    font-size: 1.6rem !important;
    font-weight: var(--font-bold);
  }
}
#feedback {
  min-height: 620px;
}
.owl-carousel-feedback{
  margin-top: 0;
}
.owl-carousel-feedback .owl-stage-outer {
  overflow: hidden;
}
.feedback-item {
  background: #ffffff;
  box-shadow: 0px 34px 45px rgba(125, 98, 125, 0.05);
  border-radius: 10px;
  padding: 34px;
}
.feedback-item footer {
  background-color: transparent;
  padding: 0;
  margin-top: 40px;
}
.feedback-thumb {
  align-self: flex-start;
}
.feedback-author{
  margin-left: 15px;
}
.feedback-author h5, .feedback-author p{
  margin: 0;
}
.feedback-author h5 {
  color: var(--primary-900);
  font-size: 1.6rem;
  font-weight: var(--font-bold);
}
.feedback-author p {
  font-size: 1.2rem;
  color: var(--secondary-900);
}

.feedback-initial-column{
  width: 370px;
}
.feedbacks-wrapper{
  right:  0;
}

.hand-hero{
  animation: action 3s infinite  linear;
}

@keyframes action {
    0% { transform: translateY(0); }
    50% { transform: translateY(10px); }

    100% { transform: translateY(0px); }
}

/* BLOG ARCHIVE */
.destaque{
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 72px;
}
.search-box{
  background: #F3F3F3;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
}
.search-box input[type="text"]{
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 160%;
  color: var(--cinza-600);
  padding: 0 6px;
  border: transparent;
  background-color: transparent;
  width: 100%;
}
.search-box ::placeholder{
  color: var(--cinza-600);
}
.search-box input[type="submit"]{
  background-image: url('../img/ico-search.svg');
  text-indent: -9999999px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  border: transparent;
}
.main-post header{
  height: 400px;
  max-width: 100%;
  background-size: 100%;
  background-position: center center;
  overflow: hidden;
  transition: all 0.5s;
  border-radius: 8px;
}
.main-post h3{
  color: var(--primary-900);
  margin: 24px 0;
}
.main-post p{
  font-size: 1.6rem;
  color: var(--black);
  line-height: 160%;
}
.main-post a.more{
  font-weight: var(--font-bold);
  font-size: 1.6rem;
  line-height: 20px;
  text-align: center;
  color: var(--secondary-pure);
  text-decoration: none;
  display: flex;
  align-items: center;
  margin-top: 34px;
}
.main-post a.more:hover{
  text-decoration: underline;
}
.tag-post{
  padding: 4px 8px;
  background: #ECCAF8;
  border-radius: 100px;
  font-weight: bold;
  font-size: 12px;
  color: var(--secondary-pure);
  text-decoration: none;
  margin-right: 8px;
  transition: all .5s;
  text-transform: capitalize;
}
.tag-post:hover{
  background-color: var(--secondary-pure);
  color: #eccaf8;
}
.data-post{
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 150%;
  color: var(--cinza-600);
  margin-left: 4px;
}

.lista-posts-geral{
  margin: 72px 0;
}
.lista-posts-geral article{
  background-color: var(--white);
  box-shadow: 0px 14.7126px 29.4253px rgba(0, 0, 0, 0.05);
  border-radius: 9px;
  overflow: hidden;
  margin: 20px 0;
  transition: all .5s;
}
.lista-posts-geral article:hover{
  box-shadow: 0px 14px 29px rgba(0, 0, 0, 0.2);
}
.lista-posts-geral article header{
  height: 200px;
  background-size: 100%;
  background-position: center center;
  transition: all .5s;
}
.lista-posts-geral article a header:hover{
background-size: 110%;
}

.lista-posts-geral article main{
  padding: 24px;
}
.lista-posts-geral article main h5 a{
  font-weight: var(--font-bold);
  color: var(--secondary-900);
  text-decoration: none; 
}
.lista-posts-geral article main h5 a:hover{
 color: var(--secondary-900);
 text-decoration: none; 
}
.lista-posts-geral article main p {
  color: #595959;
}
.lista-posts-geral article .post-meta{
  margin-bottom:  16px;
}

.column-post{
  display: flex;
  align-self: stretch;
}

/* navigation */
.wp-pagenavi{
  padding-top: 50px;
  text-align: center;
}

.wp-pagenavi span.current{
  background-color: var(--secondary-pure);
  color: var(--white);
  font-size: 1.4rem;
  font-weight: var(--font-bold);
}
.wp-pagenavi span.current, .wp-pagenavi a.page, .wp-pagenavi a.nextpostslink, .wp-pagenavi a.previouspostslink{
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 4px;
  border-radius: 4px;
}

.wp-pagenavi a.page{
  border: 1px solid #E4E4E4;
  background-color: var(--white);
  color: #959595;
  text-decoration: none;
}
.wp-pagenavi a.nextpostslink, .wp-pagenavi a.previouspostslink{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-decoration: none;
  border: 1px solid #E4E4E4;
  background-color: var(--white);
  color: #959595;
}

/* SINGLE */
.single-title{
  font-weight: var(--font-bold);
  color: #102A85;
  text-align: center;
  margin-top: 74px;
}

.single-post header{
  height: 380px;
  background-size: cover;
  background-position: center center;
  border-radius: 8px;
  margin: 56px 0;
}
.content-single .post-meta{
  margin: 56px 0 28px 0;
}
.content-single h1, .content-single h2{
  margin: 24px 0;
}
.content-single p, .content-single h1, .content-single h2{
color:  #535353;
}
.content-single footer{
  background-color: transparent;
  padding: 32px 0;
  border-bottom: 1px solid #e4e4e4;
}
.content-single footer p {
  margin: 0;
  padding: 0;
}
.content-single footer .redessociais{
  margin: 0 0 0 16px;
  padding: 0;
}
.related-title{
  font-weight: var(--font-bold);
  color: #041860;
}

.marquee-wrapper{
  text-align:center;
}
.marquee-wrapper .container{
  overflow:hidden;
}
.marquee-inner span{
  float:left;
  
}
.marquee-wrapper .marquee-block{
  --total-marquee-items:10;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  margin: 0px auto;
  padding: 0px 0 30px 0;
}
.marquee-inner{
  display: block;
  width: 200%;
  position: absolute;
}
.marquee-inner.to-left{
  animation: marqueeLeft 25s linear infinite;
}
.marquee-inner.to-left:hover{
	animation-play-state: paused;
}
.marquee-item{
  width: fit-content;
  height: auto;
  display: inline-block;
  margin: 0 10px;
  float: left;
  transition: all .2s ease-out;
}
@keyframes marqueeLeft{
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@keyframes marqueeRight{
  0% { 
    left: -100%; 
  }
  100% {
   left: 0; 
  }
}


@media (max-width: 678px){
  #blog-vendas .owl-nav{
    padding-bottom: 20px;
  }
  .feedbacks-nav-owl, #blog-vendas .owl-nav{
    position: relative;
    margin-top: -50px;
    z-index: 9999;
  }

  section#blog {
    padding:  0 0 86px 0;
  }
  .owl-carousel-cases .owl-stage-outer{
    padding-bottom: 30px;
  }
	h1{
		font-size: 4.5rem !important;
	}
}
.cases-nav-owl button, .feedbacks-nav-owl button, .owl-nav button{
  background: #fff;
      /* display: flex; */
      width: 24px;
      height: 24px;
      border-radius: 3px;
      box-shadow: 0px 6px 12px rgb(0 0 0 / 4%);
      margin: 0 5px;
      border: none;
  
}
.cases-nav-owl button i, .feedbacks-nav-owl button i, .owl-nav button i{
  color: #E815A7
}
.ig-orbis{
  display: flex;
  column-gap: 8px;
}

.ig-orbis div{
  display: flex;
  flex-direction: column;
  font-family: var(--body-font);
  font-style: normal;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 130%;
  letter-spacing: -0.03em;
  color: #535353;
}

.ig-orbis div b {
  font-weight: 700;
  color: #470A7C;
}

.lista-box-marcas{
  justify-content: center;
}
.navbar-toggler i {
  font-size: 2.4rem;
  color: var(--secondary-900);
}
.btn-cta-mobile{
  padding: 0;
  margin:  0 auto;
}
@media (min-width: 1200px){
  .feedback-initial-column, .feedbacks-wrapper{
    position: absolute;
  }
}

@media (max-width: 1199px){
  .feedback-initial-column, .feedbacks-wrapper{
    position: relative;
  }

  #marcas div, .lista-box-marcas{
    overflow-x: scroll;
    justify-content: flex-start !important;
    padding-bottom: 10px;
  }
}

