@charset "UTF-8";
a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

#mob {
  display: none;
}

@media (max-width: 980px) {
  #desk {
    display: none;
  }
  #mob {
    display: block;
  }
}
.sect2 .botao-contato {
  position: absolute;
  bottom: 3%;
  left: 0;
  width: 100%;
}

.modal .modal-content {
  background: #ed1652;
  border: 2px solid #ed1652;
}
.modal .modal-title {
  font-size: 25px;
  width: 90%;
  line-height: 120%;
  color: white;
  font-weight: 500;
}
.modal input[type=submit] {
  border-radius: 50px;
  background: black;
  color: white;
  padding: 1vh 3vh;
  border: 1px solid black;
}
.modal .btn-close {
  width: 5vh;
  height: 5vh;
  background: black;
  border: 1px solid black;
  border-radius: 50%;
  color: white;
}
.modal .form {
  padding: 5%;
}
.modal .form .campo input, .modal .form .campo select {
  width: 100%;
  height: 7vh;
  background: white;
  border: 1px solid white;
  margin-bottom: 2%;
  border-radius: 50px;
  padding-left: 5%;
}

.botao-contato {
  display: flex;
  justify-content: center;
  margin-top: 4%;
}
.botao-contato button {
  background: #ed1652;
  color: white;
  border: 1px solid #ed1652;
  padding: 2vh 4vh;
  border-radius: 50px;
  font-weight: 500;
  transition: 0.5s;
}
.botao-contato button:hover {
  background: white;
  color: black;
  border-color: white;
}

@media (max-width: 980px) {
  body {
    overflow: scroll !important;
  }
}
.chatBot {
  position: fixed;
  right: 5%;
  bottom: 2%;
  width: 30%;
  z-index: 1060;
  display: flex;
  justify-content: flex-end;
  display: none;
}

.chatBot.abrir {
  display: flex;
}

.chatBot .fechar {
  position: absolute;
  right: 4%;
  top: 1%;
  background: #000000;
  width: 5vh;
  border-radius: 50%;
  height: 5vh;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 15px;
}

.chatBot iframe {
  height: 46vh;
  width: 100%;
}

body {
  font-family: "Montserrat", serif;
  background: #292929 ;
}

body.fixar-body .menu-principal {
  z-index: 2000;
  background: black;
}

body.fixar-body .menu-principal .botoes .bar button {
  background: white !important;
}

body.fixar-body .menu-principal .botoes .bar .centro span:nth-child(1) {
  transform: rotate(306deg);
  background: black !important;
}

body.fixar-body .menu-principal .botoes .bar .centro span:nth-child(2) {
  transform: rotate(45deg);
  margin-top: -37%;
  width: 100% !important;
  background: black !important;
}

.page-id-7 .menu-principal .container .row .botoes .botao button {
  border: 1px solid #535355;
  color: #000;
  background: transparent;
  opacity: 0; visibility: hidden;
  display: none;
}
.page-id-7 .menu-principal .container .row .botoes .bar button {
  border: 1px solid #535355;
}
.page-id-7 .menu-principal .container .row .botoes .bar button .centro span {
  background: #535355;
}

.menu-principal {
  transition: 0.5s;
  padding: 1.5% 0;
}
.menu-principal .container {
  max-width: 98%;
}
.menu-principal .container .logo svg {
  width: 35%;
}
.menu-principal .container .logo .cls-11 {
  fill: #ec1652;
}
.menu-principal .container .logo .cls-22 {
  fill: #fff;
}
.menu-principal .container .row {
  align-items: center;
}
.menu-principal .container .row .botoes {
  display: flex;
  align-items: center;
}
.menu-principal .container .row .botoes .botao {
  margin-right: 0%;
  width: 80%;
  padding-right: 2%;
  padding-left: 20%;
}
.menu-principal .container .row .botoes .botao button {
  transition: 0.5s;
  width: 100%;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 400;
  padding: 1.5vh 0vh;
  border-radius: 50px;
  transition: 0.5s;
}
.menu-principal .container .row .botoes .botao button span {
  color: #ED1652;
  margin-right: -7%;
  margin-left: 4%;
  transform: rotate(318deg);
  transition: 0.5s;
}
.menu-principal .container .row .botoes .botao button:hover {
  background: #535355;
  color: white;
}
.menu-principal .container .row .botoes .bar {
  width: 20%;
}
.menu-principal .container .row .botoes .bar button {
  width: 7vh;
  height: 7vh;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.menu-principal .container .row .botoes .bar button .centro {
  width: 60%;
}
.menu-principal .container .row .botoes .bar button .centro span {
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  margin-bottom: 1vh;
  transition: 0.5s;
  transition: 0.5s;
}
.menu-principal .container .row .botoes .bar button .centro span:nth-child(2) {
  margin-bottom: 0;
  width: 70%;
}
.menu-principal .container .row .botoes .bar button:hover {
  background: #535355;
}
.menu-principal .container .row .botoes .bar button:hover span {
  background: white;
}
.menu-principal.change {
  background: #1B1919;
  padding: 0.8% 0;
}
.menu-principal.change .container .row .botoes .botao button {
  color: white;
  border-color: white;
}
.menu-principal.change .container .row .botoes .bar button {
  border-color: white;
}
.menu-principal.change .container .row .botoes .bar button .centro span {
  background: white;
}
.menu-principal.prioridades .container .row .botoes .botao button {
  color: white;
  border-color: white;
}
.menu-principal.prioridades .container .row .botoes .bar button {
  border-color: white;
}
.menu-principal.prioridades .container .row .botoes .bar button .centro span {
  background: white;
}

p {
  margin-bottom: 0;
}

.banner1 {
  height: 100vh;
  position: relative;
  background: #1B1919;
  overflow: hidden;
}

.banner1 img {
  margin-top: -2%;
}

.banner1 video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0.8;
}

.banner1 .content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  padding-bottom: 5%;
  bottom: 0%;
  z-index: 100;
  background: linear-gradient(360deg, #1B1919, transparent);
  display: flex;
  align-items: flex-end;
}

.banner1 .content .conteudo {
  width: 100%;
  color: white;
  /* Animação para o cursor piscar */
}

.banner1 .content .conteudo .sub {
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 5px;
}

.banner1 .content .conteudo .grande {
  font-size: 85px;
  font-weight: 800;
  color: #ED1652;
  overflow: hidden;
  border-right: 2px solid white; /* Cursor | */
  white-space: nowrap;
  animation: blink 0.7s step-end infinite;
  display: inline-block;
}

@keyframes blink {
  50% {
    border-color: transparent;
  }
}
.sect1 {
  background: #292929 ;
  height: 60vh;
  padding: 8vh 0;
  position: relative;
  margin-top: -1%;
}

.sect1 .container {
  max-width: 85%;
  background: rgba(217, 217, 217, 0.03);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.0784313725);
  color: white;
  padding: 3% 5%;
  border-radius: 5px;
}

.sect1 .container .title {
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.sect1 .container .title span {
  color: #ED1652;
}

.sect1 .container .conteudo .title-menor {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 2%;
}

.sect1 .container .conteudo .texto {
  font-size: 16px;
  font-weight: 200;
  margin-bottom: 2%;
}

.sect1 .container .conteudo .botao a {
  display: flex;
  align-items: center;
}

.sect1 .container .conteudo .botao a button {
  width: 6vh;
  height: 6vh;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.6980392157);
  color: #ED1652;
  border-radius: 50%;
  transform: rotate(311deg);
  transition: 0.5s;
}

.sect1 .container .conteudo .botao a:hover button {
  transform: rotate(360deg);
  background: white;
  color: black;
  border-color: white;
}

.sect1 .container .conteudo .botao a p {
  margin-left: 2vh;
  color: white;
  font-weight: 700;
}

.sect1 .container .conteudo .botao a:hover {
  text-decoration: none;
}

.sect2 {
  padding: 15vh 0 10vh 0;
  height: 160vh;
  background: #292929 ;
  color: white;
  position: relative;
}

.sect2.is-inview {
  transition: 0.5s;
  animation: 1s bgbranco 1.5s;
  animation-fill-mode: forwards;
}

@keyframes bgbranco {
  0% {
    background: #1B1919;
    color: black;
  }
  100% {
    background: #fffdfd;
    color: black;
  }
}
.sect2.is-inview .container .titles .cls-1 {
  animation: 1s preenche 1.5s;
  animation-fill-mode: forwards;
}

@keyframes preenche {
  0% {
    fill: transparent;
    opacity: 0.7;
  }
  100% {
    opacity: 1;
    fill: #ED1652;
  }
}
.sect2 .container {
  max-width: 90%;
}

.sect2 .container .titles {
  padding: 0 10%;
}

.sect2 .container .titles .cls-1 {
  fill: none;
  stroke: #ED1652;
  transition: 0.5s;
  stroke-miterlimit: 10;
  opacity: 0.7;
}

.sect2 .container .produtos {
  margin-top: 14%;
}

.sect2 .container .produtos .item {
  padding: 30px;
}

.sect2 .container .produtos .item .card-case {
  cursor: pointer;
}

.sect2 .container .produtos .item .card-case .img {
  overflow: hidden;
  border-radius: 10px;
  background-size: cover !important;
  background-position: center !important;
  height: 70vh;
  transition: 0.5s;
  position: relative;
}

.sect2 .container .produtos .item .card-case .img .categorias {
  padding: 2%;
  display: flex;
  align-items: center;
}

.sect2 .container .produtos .item .card-case .img .categorias .categoria {
  padding: 1vh 3vh;
  margin: 0 0.5vh;
  background: #ED1652;
  font-size: 13px;
  color: white;
  border-radius: 50px;
  letter-spacing: 0.5px;
  font-weight: 200;
  transition: 0.5s;
}

.sect2 .container .produtos .item .card-case .img .arrow {
  position: absolute;
  left: 3%;
  bottom: 3%;
  transition: 0.5s;
  opacity: 0;
}

.sect2 .container .produtos .item .card-case .img .arrow button {
  width: 8vh;
  height: 8vh;
  background: #ED1652;
  border: 1px solid #ED1652;
  color: white;
  border-radius: 50%;
  transform: rotate(318deg);
}

.sect2 .container .produtos .item .card-case .nome-prod {
  font-size: 50px;
  font-weight: 400;
  margin-top: 3%;
}

.sect2 .container .produtos .item .card-case:hover .img {
  height: 65vh;
}

.sect2 .container .produtos .item .card-case:hover .img .arrow {
  opacity: 1;
}

.sect2 .container .produtos .item .card-case:hover .img .categorias .categoria {
  background: black;
}

.sect2 .container .slick-arrow {
  position: absolute;
  bottom: 45%;
  border-radius: 50%;
  background: rgba(84, 84, 86, 0.2);
  backdrop-filter: blur(10px);
  width: 8vh;
  height: 8vh;
  color: black;
  transition: 0.5s;
}

.sect2 .container .slick-arrow.rightButton {
  right: 2%;
  left: inherit;
}

.sect2 .container .slick-arrow.leftButton {
  left: 2%;
}

.sect2 .container .slick-arrow:focus {
  outline: none;
}

.sect2 .container .slick-arrow:hover {
  background: #ED1652;
  color: white;
}

.sect2 .container .slick-arrow.slick-disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.3;
}

.preload {
  background: white;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
}
.preload .cls-11 {
  fill: #ec1652;
}
.preload .cls-22 {
  fill: #fff;
}

.wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.wrapper > .transition {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.wrapper > .logo {
  overflow: hidden;
  width: 40%;
  max-width: 180px;
  max-height: 40%;
  position: absolute;
  z-index: 1;
  animation: 1s aparece 1.5s, 10s zoomTotal 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes zoomTotal {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.5);
  }
}
@keyframes aparece {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.sect3 {
  padding: 10vh 0;
  min-height: 110vh;
}

.sect3.is-inview .container .cls-1 {
  animation: 0.5s fadein 1s;
  animation-fill-mode: forwards;
}

@keyframes fadein {
  0% {
    fill: transparent;
  }
  100% {
    fill: #ED1652;
  }
}
.sect3 .container {
  max-width: 85%;
}

.sect3 .container .cls-1 {
  fill: none;
  stroke: #ED1652;
  transition: 0.5s;
  stroke-miterlimit: 10;
  opacity: 0.7;
  transition: 0.5s;
}

.sect3 .container .texto {
  color: rgba(255, 255, 255, 0.6980392157);
  font-size: 18px;
}

.sect3 .container .accordion-content {
  max-height: 0;
  overflow: hidden;
  color: white;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0;
}

.sect3 .container .accordion-content ul {
  padding: 0 0;
  margin-top: 0;
  margin-bottom: 3%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
}

.sect3 .container .accordion-content ul li {
  width: 33%;
  margin-bottom: 2%;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 200;
  color: white;
}

.sect3 .container .accordion-content.active {
  max-height: 50vh !important; /* Ajuste conforme o tamanho do conteúdo */
  padding: 10px; /* Ajuste para um espaço visual agradável */
}

.sect3 .container ul {
  display: block;
  border: none;
  margin-top: 10%;
}

.sect3 .container ul li {
  display: block;
}

.sect3 .container ul li a {
  color: white;
  opacity: 0.2;
  font-size: 35px;
  font-weight: 400;
  text-transform: uppercase;
  transition: 0.5s;
}

.sect3 .container ul li a:hover {
  text-decoration: none;
}

.sect3 .container ul li.active a {
  color: #ED1652;
  font-weight: 700;
  opacity: 1;
}

.sect3 .container #c80 .centro, .sect3 .container #c27 .centro, .sect3 .container #c60 .centro, .sect3 .container #c90 .centro {
  width: 100%;
  position: relative;
}

.sect3 .container #c80 .centro .title, .sect3 .container #c27 .centro .title, .sect3 .container #c60 .centro .title, .sect3 .container #c90 .centro .title {
  color: white;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 3px;
  position: absolute;
  width: 100%;
  left: 0;
  top: 44%;
  text-align: center;
}

.sect3 .container #c80 .forma, .sect3 .container #c27 .forma, .sect3 .container #c60 .forma, .sect3 .container #c90 .forma {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sect3 .container #c80 svg, .sect3 .container #c27 svg, .sect3 .container #c60 svg, .sect3 .container #c90 svg {
  width: 65%;
}

.sect3 .container #c80 svg .cls-1, .sect3 .container #c27 svg .cls-1, .sect3 .container #c60 svg .cls-1, .sect3 .container #c90 svg .cls-1 {
  fill: #ed1652;
  opacity: 1;
}

.sect3 .container #c80 svg .cls-1, .sect3 .container #c80 svg .cls-2, .sect3 .container #c27 svg .cls-1, .sect3 .container #c27 svg .cls-2, .sect3 .container #c60 svg .cls-1, .sect3 .container #c60 svg .cls-2 {
  stroke-width: 0px;
}

.sect3 .container #c80 svg .cls-2, .sect3 .container #c27 svg .cls-2, .sect3 .container #c60 svg .cls-2, .sect3 .container #c90 svg .cls-2 {
  fill: rgba(217, 217, 217, 0.0901960784);
}

.sect4 {
  padding: 5vh 0 10vh 0;
  min-height: 140vh;
  position: relative;
}

.sect4.is-inview .container .cls-1 {
  animation: 0.5s fadein 1s;
  animation-fill-mode: forwards;
}

@keyframes fadein {
  0% {
    fill: transparent;
  }
  100% {
    fill: #ED1652;
  }
}
.sect4 .container {
  max-width: 85%;
  color: white;
}

.sect4 .container .titulo-svg {
  display: flex;
  justify-content: center;
}

.sect4 .container .headline {
  width: 60%;
  margin-bottom: 6%;
}

.sect4 .container .headline .cls-1 {
  fill: none;
  stroke: #ED1652;
  transition: 0.5s;
  stroke-miterlimit: 10;
  opacity: 0.7;
}

.sect4 .container .conteudo {
  margin-top: 12%;
}

.sect4 .container .conteudo .texto-destaque {
  margin-bottom: 5%;
  width: 65%;
  line-height: 120%;
  font-size: 25px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6980392157);
}

.sect4 .container .conteudo .texto-destaque span {
  color: #ED1652;
  font-size: 40px;
}

.sect4 .container .conteudo .cliente {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.6980392157);
}

.sect4 .container .conteudo .cliente span {
  color: #ED1652;
}

.sect4 .container .botao-dep {
  position: absolute;
  top: 50%;
  left: 8%;
  width: 48%;
  z-index: 100;
  display: flex;
}

.sect4 .container .botao-dep li {
  margin-bottom: 3%;
  width: 50%;
  padding: 0 1%;
}

.sect4 .container .botao-dep li button {
  background: #363131;
  border: 1px solid rgba(255, 255, 255, 0.4196078431);
  padding: 6%;
  border-radius: 10px;
  transition: 0.5s;
}

.sect4 .container .botao-dep li button:focus {
  outline: none;
}

.sect4 .container .botao-dep li button.active {
  background: rgba(255, 255, 255, 0.6980392157);
}

.sect4 .container .botao-dep li button.active .linha .content {
  color: black;
}

.sect4 .container .botao-dep li button .linha {
  display: flex;
  align-items: center;
}

.sect4 .container .botao-dep li button .linha .img {
  width: 20%;
}

.sect4 .container .botao-dep li button .linha .img img {
  border-radius: 50%;
}

.sect4 .container .botao-dep li button .linha .content {
  width: 80%;
  text-align: left;
  line-height: 120%;
  padding: 0 5%;
  color: white;
}

.sect4 .container .botao-dep li button .linha .content .nome {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 2%;
  color: #ED1652;
}

.sect4 .container .botao-dep li button .linha .content .descricao {
  font-size: 10px;
  text-transform: uppercase;
  line-height: 120%;
  letter-spacing: 1px;
  font-weight: 200;
}

.sect4 .container .video-cont {
  padding: 0 0%;
  transition: 1s;
}

.sect4 .container .video-cont .video {
  position: relative;
  background: black;
  height: 99vh;
  overflow: hidden;
  border-radius: 10px;
  margin-top: 2%;
  transition: 1s;
}

.sect4 .container .video-cont .video video {
  width: 100%;
}

.sect4 .container .video-cont .video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5019607843);
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sect4 .container .video-cont .video .overlay .play {
  width: 15vh;
  height: 15vh;
  border: 1px solid white;
  background: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ED1652;
  font-size: 30px;
  transition: 0.5s;
  cursor: pointer;
  position: relative;
  z-index: 10;
}

.sect4 .container .video-cont .video .overlay .play:hover {
  opacity: 0.8;
}

.sect4 .container .video-cont ul {
  border: none;
}

a:hover {
  text-decoration: none;
}

.sect5 {
  min-height: 100vh;
  position: relative;
  background-size: cover !important;
  background-position: center !important;
  color: white;
}

.sect5:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #1b1919, rgba(27, 25, 25, 0), #1b1919);
  mix-blend-mode: hard-light;
}

.sect5 .overlay {
  padding: 10vh 0;
  height: 100%;
  position: relative;
  background: radial-gradient(rgba(27, 25, 25, 0.85), rgb(27, 25, 25));
  display: flex;
  align-items: flex-end;
}

.sect5 .overlay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #1b1919, transparent, #1b1919);
}

/*.sect5 .overlay .botoes {
  display: flex;
  margin-top: 5%;
}*/
.sect5 .overlay .slick-arrow#prevComp {
  left: 2%;
}

.sect5 .overlay .slick-arrow#nextComp {
  left: inherit;
  right: 2%;
}

.sect5 .overlay .slick-arrow {
  display: block;
  position: absolute;
  bottom: 45%;
  width: 9vh;
  height: 9vh;
  background: transparent;
  border: 2px solid rgba(217, 217, 217, 0.1);
  color: #ED1652;
  font-size: 23px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}

.sect5 .overlay .slick-arrow:hover {
  background: rgba(255, 255, 255, 0.6980392157);
}

.sect5 .overlay .container {
  width: 100%;
  max-width: 88%;
}

.sect5 .overlay .container .align .conteudo {
  padding-bottom: 3%;
}

.sect5 .overlay .container .align .conteudo .title {
  font-size: 35px;
  color: white;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 1%;
}

.sect5 .overlay .container .align .conteudo .texto {
  color: rgba(255, 255, 255, 0.6980392157);
  font-size: 16px;
  width: 70%;
  letter-spacing: 0.3px;
}

.sect5 .overlay .container .item {
  padding: 10px;
}

.sect5 .overlay .container .item .card-comp {
  border-radius: 4px;
  border: 0.3px solid rgba(217, 217, 217, 0.1);
  min-height: 76vh;
  background: rgba(217, 217, 217, 0.03);
  backdrop-filter: blur(11px);
  position: relative;
  padding: 8%;
}

.sect5 .overlay .container .item .card-comp .quadrado {
  margin-bottom: 3%;
  padding-top: 5%;
}

.sect5 .overlay .container .item .card-comp .quadrado svg {
  width: 45%;
  height: auto;
  margin-bottom: 6%;
}

.sect5 .overlay .container .item .card-comp .content {
  display: flex;
  align-items: flex-end;
}

.sect5 .overlay .container .item .card-comp .content .centro {
  width: 100%;
}

.sect5 .overlay .container .item .card-comp .content .centro .linha {
  display: flex;
  align-items: center;
  margin-bottom: 6%;
}

.sect5 .overlay .container .item .card-comp .content .centro .linha .title span {
  color: #ed1652;
}

.sect5 .overlay .container .item .card-comp .content .centro .linha .title {
  width: 100%;
  font-size: 20px;
  font-weight: 400;
  color: white;
  letter-spacing: 1px;
}

.sect5 .overlay .container .item .card-comp .content .centro .linha .botao {
  width: 20%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.sect5 .overlay .container .item .card-comp .content .centro .linha .botao button {
  width: 6vh;
  height: 6vh;
  background: transparent;
  border: 1px solid rgba(217, 217, 217, 0.1);
  color: #ED1652;
  font-size: 25px;
  border-radius: 50%;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 80%;
  transition: 0.5s;
}

.sect5 .overlay .container .item .card-comp .content .centro .linha .botao button:hover {
  background: #ED1652;
  color: white;
  border-color: #ED1652;
}

.sect5 .overlay .container .item .card-comp .content .centro .texto {
  color: rgba(255, 255, 255, 0.6980392157);
  font-size: 14px;
  letter-spacing: 0.5px;
  font-weight: 200;
}

.sect5 .slick-slide.slick-current {
  filter: none;
}

a:focus, button:focus, input:focus, textarea:focus {
  outline: none;
}

.sect6 {
  padding: 10vh 0;
  min-height: 150vh;
}

.sect6 .container {
  max-width: 85%;
}

.sect6 .container .title {
  font-size: 35px;
  color: white;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 3%;
}

.sect6 .container .title span {
  color: #ED1652;
}

.sect6 .container .c-0 {
  padding: 5px;
}

.sect6 .container .c-0.ativo .card-img {
  background: #ED1652;
}

.sect6 .container .c-0.ativo .card-img:hover {
  background: rgba(255, 255, 255, 0.6980392157);
}

.sect6 .container .c-0.ativo .card-img:hover .img {
  filter: brightness(0.1);
}

.sect6 .container .card-img {
  background: rgba(84, 84, 86, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 14vh !important;
  transition: 0.5s;
}

.sect6 .container .card-img .img {
  width: 100%;
  height: 60%;
  background-size: 80% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.sect6 .container .card-img:hover {
  background: rgba(255, 255, 255, 0.6980392157);
}

.sect6 .container .card-img:hover .img {
  filter: brightness(0.1);
}

.sect7 {
  background: #292929 ;
  height: 60vh;
  padding: 8vh 0;
  position: relative;
  margin-top: -1%;
}

.sect7 .container {
  max-width: 65%;
  background: rgba(217, 217, 217, 0.03);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.0784313725);
  color: white;
  padding: 3% 5%;
  border-radius: 5px;
}

.sect7 .container .title {
  font-size: 30px;
  letter-spacing: 3px;
}

.sect7 .container .title span {
  color: #ED1652;
}

.sect7 .container .row {
  justify-content: center;
}

.sect7 .container .conteudo .title-menor {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 2%;
}

.sect7 .container .conteudo .texto {
  font-size: 16px;
  font-weight: 200;
  margin-bottom: 2%;
}

.sect7 .container .conteudo .botao a {
  display: flex;
  align-items: center;
}

.sect7 .container .conteudo .botao a button {
  width: 6vh;
  height: 6vh;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.6980392157);
  color: #ED1652;
  border-radius: 50%;
  transform: rotate(311deg);
  transition: 0.5s;
}

.sect7 .container .conteudo .botao a:hover button {
  transform: rotate(360deg);
  background: white;
  color: black;
  border-color: white;
}

.sect7 .container .conteudo .botao a p {
  margin-left: 2vh;
  color: white;
  font-weight: 700;
}

.sect7 .container .conteudo .botao a:hover {
  text-decoration: none;
}

.sect8 {
  height: 60vh;
  background: #fffdfd;
  padding: 10vh 0;
}

.sect8 .container .row {
  padding: 0 10%;
  justify-content: center;
}

.sect8 .container .row img {
  width: 100%;
}

.sect8 .container .title {
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #1B1919;
  margin-bottom: 5%;
}

.card-do-blog, .sect1-blog .container .card-blog, .sect9 .container .card-blog {
  cursor: pointer;
}

.card-do-blog:hover .img, .sect1-blog .container .card-blog:hover .img, .sect9 .container .card-blog:hover .img {
  height: 40vh;
}

.card-do-blog:hover .img .arrow, .sect1-blog .container .card-blog:hover .img .arrow, .sect9 .container .card-blog:hover .img .arrow {
  top: 6%;
  opacity: 1;
}

.card-do-blog:hover .infos .title, .sect1-blog .container .card-blog:hover .infos .title, .sect9 .container .card-blog:hover .infos .title {
  color: #ED1652;
}

.card-do-blog .img, .sect1-blog .container .card-blog .img, .sect9 .container .card-blog .img {
  height: 35vh;
  border-radius: 10px;
  background-size: cover !important;
  background-position: center !important;
  padding: 3%;
  position: relative;
  transition: 0.5s;
}

.card-do-blog .img .arrow, .sect1-blog .container .card-blog .img .arrow, .sect9 .container .card-blog .img .arrow {
  width: 8vh;
  height: 8vh;
  background: #ED1652;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 6%;
  top: 16%;
  font-size: 19px;
  transform: rotate(317deg);
  transition: 0.5s;
  opacity: 0;
}

.card-do-blog .img .categoria, .sect1-blog .container .card-blog .img .categoria, .sect9 .container .card-blog .img .categoria {
  background: #ED1652;
  padding: 2% 4%;
  font-size: 13px;
  width: fit-content;
  color: white;
  border-radius: 50px;
}

.card-do-blog .infos, .sect1-blog .container .card-blog .infos, .sect9 .container .card-blog .infos {
  padding: 5% 0;
}

.card-do-blog .infos .linha, .sect1-blog .container .card-blog .infos .linha, .sect9 .container .card-blog .infos .linha {
  display: flex;
  color: rgba(84, 84, 86, 0.5019607843);
  font-size: 12px;
  font-weight: 500;
  padding: 0 3%;
}

.card-do-blog .infos .linha .data, .sect1-blog .container .card-blog .infos .linha .data, .sect9 .container .card-blog .infos .linha .data {
  width: 80%;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.card-do-blog .infos .linha .tempo, .sect1-blog .container .card-blog .infos .linha .tempo, .sect9 .container .card-blog .infos .linha .tempo {
  text-align: right;
  letter-spacing: 1px;
  width: 20%;
}

.card-do-blog .infos .linha .tempo svg, .sect1-blog .container .card-blog .infos .linha .tempo svg, .sect9 .container .card-blog .infos .linha .tempo svg {
  color: #ED1652;
}

.card-do-blog .infos .title, .sect1-blog .container .card-blog .infos .title, .sect9 .container .card-blog .infos .title {
  font-size: 23px;
  font-weight: 500;
  color: #1B1919;
  letter-spacing: 0.5px;
  margin-top: 6%;
  transition: 0.5s;
}

.sect9 {
  padding: 10vh 0 10vh 0;
  height: 135vh;
  background: #fffdfd;
  border-radius: 0px 0px 25px 25px;
}

.sect9 svg {
  margin-bottom: 5%;
}

.sect9.is-inview .container .cls-1 {
  animation: 0.5s fadein 1s;
  animation-fill-mode: forwards;
  opacity: 1;
}

@keyframes fadein {
  0% {
    fill: transparent;
  }
  100% {
    fill: #ED1652;
  }
}
.sect9 .container {
  max-width: 90%;
}

.sect9 .container .cls-1 {
  fill: none;
  stroke: #ED1652;
  transition: 0.5s;
  stroke-miterlimit: 10;
  opacity: 0.7;
  transition: 0.5s;
}

.sect9 .container .title {
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #1B1919;
  margin-bottom: 0%;
}

.sect9 .container .row {
  margin-top: 5%;
}

.sect9 .container .botao {
  display: flex;
  justify-content: center;
}

.sect9 .container .botao a {
  display: flex;
  align-items: center;
}

.sect9 .container .botao a button {
  width: 6vh;
  height: 6vh;
  background: black;
  border: 1px solid black;
  color: white;
  border-radius: 50%;
  transform: rotate(311deg);
  transition: 0.5s;
}

.sect9 .container .botao a:hover button {
  transform: rotate(360deg);
  background: white;
  color: black;
  border-color: white;
}

.sect9 .container .botao a p {
  margin-left: 2vh;
  color: black;
  font-weight: 700;
}

.sect9 .container .botao a:hover {
  text-decoration: none;
}

.sect10 {
  height: 70vh;
  padding: 10vh 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sect10.is-inview .container .cls-1 {
  animation: 0.5s fadein 1s;
  animation-fill-mode: forwards;
}

@keyframes fadein {
  0% {
    fill: transparent;
  }
  100% {
    fill: #ED1652;
  }
}
.sect10 .container {
  width: 100%;
  max-width: 85%;
}

.sect10 .container .cls-1 {
  fill: none;
  stroke: #ED1652;
  transition: 0.5s;
  stroke-miterlimit: 10;
  opacity: 0.7;
}

.sect10 .container .form {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -7%;
}

.sect10 .container .form .formular {
  width: 30%;
}

.sect10 .container .form .formular .campo input {
  width: 100%;
  height: 8vh;
}

.sect10 .container .form .formular .campo input[type=email] {
  padding: 0 5%;
  border-radius: 8px 0px 0px 8px;
  background: rgba(8, 8, 8, 0.76);
  backdrop-filter: blur(15px);
  border: none;
  position: relative;
  color: white;
}
.sect6 .container .col-lg-2:nth-child(23) .card-img .img{
       background-size: 50% !important;
}
.sect6 .container .col-lg-2:nth-child(26) .card-img .img{
       background-size: 50% !important;
}
.sect6 .container .col-lg-2:nth-child(36) .card-img .img{
       background-size: 50% !important;
}
.sect10 .container .form .formular .campo input[type=submit] {
  background: rgba(255, 255, 255, 0.6980392157);
  color: #1B1919;
  text-transform: uppercase;
  font-weight: 500;
  font: 20px;
  letter-spacing: 1px;
  border: none;
  border-radius: 0px 8px 8px 0px;
}

footer {
  height: 98vh;
  padding: 10vh 0;
}
.sect6 .container .card-img .img
footer .container {
  max-width: 85%;
}

footer .container .divisor {
  display: flex;
  align-items: center;
}

footer .container .divisor hr {
  margin: 0;
  width: 100%;
  height: 0.5px;
  background: rgba(255, 255, 255, 0.81);
  border-radius: 50px;
}

footer .container .divisor .botao {
  width: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .container .divisor .botao button {
  width: 8vh;
  height: 8vh;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.6980392157);
  border-radius: 50%;
  color: #ED1652;
  font-size: 20px;
  transition: 0.5s;
}

footer .container .divisor .botao button:hover {
  background: #ED1652;
  border-color: #ED1652;
  color: white;
}

footer .container .row-contents {
  padding: 10vh 0;
  color: rgba(255, 255, 255, 0.6980392157);
}

footer .container .row-contents .content-footer .title-footer {
  text-transform: uppercase;
  color: #ECECEC;
  letter-spacing: 1px;
  font-size: 18px;
  margin-bottom: 10%;
}

footer .container .row-contents .content-footer .topico-footer {
  margin: 6% 0 10% 0;
}

footer .container .row-contents .content-footer .topico-footer .title-topico {
  font-weight: 700;
  color: #ED1652;
  margin-bottom: 1%;
}

footer .container .row-contents .content-footer .topico-footer .texto-topico {
  color: #545456;
  font-size: 16px;
  letter-spacing: 0.3px;
}

footer .container .row-contents .content-footer .redes {
  display: flex;
  align-items: center;
}

footer .container .row-contents .content-footer .redes .rede {
  padding: 0 1vh;
}

footer .container .selos {
  background: white;
  padding: 1% 1%;
  display: flex;
  justify-content: center;
  border-radius: 5px;
}

footer .container .r-rodape {
  margin-top: 5%;
}

footer .container .r-rodape .topico a {
  padding: 0 5vh;
  color: #ED1652;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}

footer .container .r-rodape .topico a:hover {
  text-decoration: none;
}

footer .container .r-rodape .topico a:nth-child(1) {
  padding-left: 0;
}

footer .container .r-rodape .copy {
  color: #545456;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}

footer .container .r-rodape .copy b {
  color: rgba(255, 255, 255, 0.6980392157);
  font-weight: 900;
}

footer .container .r-rodape .copy b a {
  color: rgba(255, 255, 255, 0.6980392157);
}

.nav-fullscreen {
  position: fixed;
  display: flex;
  z-index: 1090;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  justify-content: center;
  align-items: center;
  background-color: black;
  transition: opacity 0.8s, visibility 0.8s;
}

.nav-fullscreen .row {
  align-items: center;
}

.nav-fullscreen .row svg {
  width: 50%;
}

.nav-fullscreen .row svg .cls-1 {
  fill: transparent;
  stroke: white;
  stroke-width: 0.5px;
  transition: 0.5s;
  opacity: 0;
  stroke-dasharray: 35;
}

.nav-fullscreen .links .link {
  margin-bottom: 1%;
  height: 0;
  overflow: hidden;
  transition: 0.5s;
}

.nav-fullscreen .links .link span {
  font-size: 18px;
  font-weight: 300;
  transition: 0.5s;
}

.nav-fullscreen .links .link b {
  font-size: 50px;
  transition: 0.5s;
  letter-spacing: 0px;
}

.nav-fullscreen .links .link a {
  color: white;
  text-decoration: none;
}

.nav-fullscreen .links .link:hover span {
  color: #ED1652;
}

.nav-fullscreen .links .link:hover b {
  letter-spacing: 2px;
  color: #ED1652;
}

@keyframes apareceMenu {
  0% {
    height: 0em;
    opacity: 0;
  }
  100% {
    height: 10vh;
    opacity: 1;
  }
}
.nav-fullscreen--open {
  opacity: 1;
  visibility: visible;
  color: white;
}

.nav-fullscreen--open .links .link {
  animation: apareceMenu 1s;
  animation-fill-mode: forwards;
}

.nav-fullscreen--open svg .cls-1 {
  animation: 0.5s aparecerLogo 1s, 2.5s contornar 1s, 1.5s preenche2 2s;
  animation-fill-mode: forwards;
}

@keyframes aparecerLogo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes contornar {
  0% {
    stroke-dasharray: 35;
  }
  100% {
    stroke-dasharray: 200;
  }
}
@keyframes preenche2 {
  0% {
    fill: transparent;
    stroke-width: 0.5px;
  }
  100% {
    fill: white;
    stroke-width: 0px;
  }
}
.sect1-metodo {
  height: 130vh;
  padding: 10vh 0;
}

.sect1-metodo .container {
  max-width: 85%;
}

.sect1-metodo .container .title {
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: white;
  margin-bottom: 5%;
}

.sect1-metodo .container .title span {
  color: #ED1652;
}

.sect1-metodo .container .card-mkt .img {
  height: 30vh;
  background-position: center !important;
  background-size: cover !important;
  border-radius: 10px;
  box-shadow: 0px 0px 5px black;
}

.sect1-metodo .container .card-mkt .infos .title-card {
  font-size: 22px;
  color: #ED1652;
  font-weight: 500;
  margin: 7% 0 4% 0;
}

.sect1-metodo .container .card-mkt .infos .topico {
  height: 11vh;
  border-bottom: 1px solid rgba(84, 84, 86, 0.3);
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.6980392157);
  font-size: 15px;
  letter-spacing: 0.3px;
}

.sect1-metodo .container .card-mkt .infos .botao {
  margin-top: 4%;
}

.sect1-metodo .container .card-mkt .infos .botao a {
  display: flex;
  align-items: center;
}

.sect1-metodo .container .card-mkt .infos .botao a button {
  width: 6vh;
  height: 6vh;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.6980392157);
  color: #ED1652;
  border-radius: 50%;
  transform: rotate(311deg);
  transition: 0.5s;
}

.sect1-metodo .container .card-mkt .infos .botao a:hover button {
  transform: rotate(360deg);
  background: white;
  color: black;
  border-color: white;
}

.sect1-metodo .container .card-mkt .infos .botao a p {
  margin-left: 2vh;
  color: white;
  font-weight: 700;
}

.sect1-metodo .container .card-mkt .infos .botao a:hover {
  text-decoration: none;
}

.sect2-metodo {
  padding: 13vh 0;
  height: 120vh;
}

.sect2-metodo.is-inview .container .cls-1 {
  animation: 0.5s fadein 1s;
  animation-fill-mode: forwards;
}

@keyframes fadein {
  0% {
    fill: transparent;
  }
  100% {
    fill: #ED1652;
  }
}
.sect2-metodo .container {
  max-width: 85%;
}

.sect2-metodo .container .cls-1 {
  fill: none;
  stroke: #ED1652;
  transition: 0.5s;
  stroke-miterlimit: 10;
  opacity: 0.7;
  transition: 0.5s;
}

.sect2-metodo .container .title {
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: white;
  margin-bottom: 5%;
}

.sect2-metodo .container .title span {
  color: #ED1652;
}

.sect2-metodo .container .card-diagnostico {
  background: rgba(217, 217, 217, 0.03);
  border-radius: 5px;
  padding: 10%;
  min-height: 70vh;
}

.sect2-metodo .container .card-diagnostico .title-card {
  font-size: 25px;
  line-height: 120%;
  color: white;
  opacity: 0.7;
  margin-bottom: 8%;
}

.sect2-metodo .container .card-diagnostico .days {
  color: #ED1652;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  margin-bottom: 10%;
}

.sect2-metodo .container .card-diagnostico ul {
  padding-left: 5%;
  color: white;
  opacity: 0.7;
  width: 90%;
  margin-bottom: 4%;
}

.sect2-metodo .container .card-diagnostico ul li {
  margin-bottom: 10%;
  font-weight: 300;
  letter-spacing: 0.3px;
}

.sect2-metodo .container .card-diagnostico .botao {
  margin-top: 0%;
  position: absolute;
  bottom: 12%;
}

.sect2-metodo .container .card-diagnostico .botao a {
  display: flex;
  align-items: center;
}

.sect2-metodo .container .card-diagnostico .botao a button {
  width: 6vh;
  height: 6vh;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.6980392157);
  color: #ED1652;
  border-radius: 50%;
  transform: rotate(311deg);
  transition: 0.5s;
}

.sect2-metodo .container .card-diagnostico .botao a:hover button {
  transform: rotate(360deg);
  background: white;
  color: black;
  border-color: white;
}

.sect2-metodo .container .card-diagnostico .botao a p {
  margin-left: 2vh;
  color: white;
  font-weight: 700;
}

.sect2-metodo .container .card-diagnostico .botao a:hover {
  text-decoration: none;
}

.sect3-metodo {
  min-height: 145vh;
  padding: 20vh 0 10vh 0;
}

.sect3-metodo.is-inview .container .cls-1 {
  animation: 0.5s fadein 1s;
  animation-fill-mode: forwards;
}

@keyframes fadein {
  0% {
    fill: transparent;
  }
  100% {
    fill: #ED1652;
  }
}
.sect3-metodo .container {
  max-width: 85%;
}

.sect3-metodo .container .cls-1 {
  fill: none;
  stroke: #ED1652;
  transition: 0.5s;
  stroke-miterlimit: 10;
  opacity: 0.7;
  transition: 0.5s;
}

.sect3-metodo .container .title {
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: white;
  margin-bottom: 3%;
  text-align: center;
}

.sect3-metodo .container .title span {
  color: #ED1652;
}

.sect3-metodo .container .texto {
  color: white;
  opacity: 0.7;
  letter-spacing: 0.3px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 5%;
}

.sect3-metodo .container .card-acelerador {
  background: rgba(217, 217, 217, 0.04);
  border-radius: 5px;
  padding: 10%;
  min-height: 50vh;
  border-top: 5px solid #ED1652;
  color: white;
}

.sect3-metodo .container .card-acelerador .centro {
  display: flex;
  justify-content: center;
  margin-bottom: 8%;
}

.sect3-metodo .container .card-acelerador .centro .circle {
  background: #ED1652;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  border-radius: 50%;
  width: 13vh;
  height: 13vh;
}

.sect3-metodo .container .card-acelerador .texto {
  font-weight: 300;
  letter-spacing: 0.3px;
}

.sect3-metodo .container .txt-8 {
  margin-top: 5%;
}

.sect3-metodo .container .topico {
  display: flex;
  align-items: center;
  margin-bottom: 8%;
  height: 10vh;
  border-radius: 7px;
  overflow: hidden;
}

.sect3-metodo .container .topico .number {
  height: 100%;
  width: 20%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
}

.sect3-metodo .container .topico .texto-topico {
  background: #ED1652;
  font-weight: 600;
  width: 80%;
  height: 100%;
  font-size: 14px;
  letter-spacing: 0.3px;
  text-align: center;
  padding: 0 5%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sect1-sobre {
  height: 110vh;
  padding: 10vh 0;
}

.sect1-sobre .container {
  max-width: 100%;
  color: white;
}

.sect1-sobre .container .pilares .pilar {
  border-bottom: 0.5px solid rgba(84, 84, 86, 0.6);
  height: 30vh;
  display: flex;
  align-items: center;
  transition: 0.5s;
}

.sect1-sobre .container .pilares .pilar:hover {
  background: white;
}

.sect1-sobre .container .pilares .pilar:hover .titulo {
  color: #ED1652;
  margin-left: 3%;
}

.sect1-sobre .container .pilares .pilar:hover .texto {
  color: black;
  opacity: 0.6;
}

.sect1-sobre .container .pilares .pilar .titulo {
  width: 50%;
  text-align: center;
  text-transform: uppercase;
  font-size: 47px;
  font-weight: 400;
  transition: 0.5s;
  letter-spacing: 3px;
}

.sect1-sobre .container .pilares .pilar .texto {
  width: 50%;
  color: white;
  opacity: 0.7;
  letter-spacing: 0.3px;
  font-size: 16px;
  transition: 0.5s;
  padding-right: 10%;
}

.sect2-sobre-metodo {
  height: 100vh;
  padding: 10vh 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sect2-sobre-metodo.is-inview .container .cls-1 {
  animation: 0.5s fadein2 1s;
  animation-fill-mode: forwards;
}

@keyframes fadein2 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.sect2-sobre-metodo .container {
  max-width: 85%;
}

.sect2-sobre-metodo .container .linha {
  position: absolute;
  width: 55%;
  left: 22%;
  top: 15%;
}

.sect2-sobre-metodo .container .linha .cls-1 {
  fill: none;
  stroke: white;
  transition: 0.5s;
  stroke-miterlimit: 10;
  opacity: 0.7;
}

.sect2-sobre-metodo .container .linhaDoTempo .item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sect2-sobre-metodo .container .linhaDoTempo .item .conteudo {
  background: #ED1652;
  width: 53%;
  color: white;
  padding: 4%;
  border-radius: 3px;
}

.sect2-sobre-metodo .container .linhaDoTempo .item .conteudo .ano {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 3%;
}

.sect2-sobre-metodo .container .linhaDoTempo .item .conteudo .title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 3%;
}

.sect2-sobre-metodo .container .linhaDoTempo .item .conteudo .texto {
  font-size: 14px;
  color: white;
  opacity: 0.7;
  letter-spacing: 0.3px;
}

.sect2-sobre-metodo .container .slick-arrow {
  position: absolute;
  bottom: 45%;
  border-radius: 50%;
  background: rgba(84, 84, 86, 0.7);
  backdrop-filter: blur(10px);
  width: 8vh;
  height: 8vh;
  color: white;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sect2-sobre-metodo .container .slick-arrow.rightButton {
  right: 10%;
  left: inherit;
}

.sect2-sobre-metodo .container .slick-arrow.leftButton {
  left: 10%;
}

.sect2-sobre-metodo .container .slick-arrow:focus {
  outline: none;
}

.sect2-sobre-metodo .container .slick-arrow:hover {
  background: #ED1652;
  color: white;
}

.sect2-sobre-metodo .container .slick-arrow.slick-disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.3;
}

.sect5-sobre {
  min-height: 140vh;
  padding: 10vh 0;
  position: relative;
  background: white;
}

.sect5-sobre .container {
  max-width: 60%;
}

.sect5-sobre .container .img {
  background-size: cover !important;
  background-position: center !important;
  height: 40vh;
  border-radius: 3px;
  margin-bottom: 4%;
}

.sect5-sobre .container .title {
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #ED1652;
  margin-bottom: 3%;
  text-align: center;
  margin-bottom: 4%;
}

.sect5-sobre .container .infos {
  padding: 3% 4%;
}

.sect5-sobre .container .infos .nome-socio {
  text-transform: uppercase;
  font-weight: 400;
  color: black;
  letter-spacing: 2px;
  font-size: 35px;
}

.sect5-sobre .container .infos .cargo {
  margin: 2% 0%;
  font-weight: 600;
  color: black;
  font-size: 15px;
}

.sect5-sobre .container .infos .texto {
  font-size: 13px;
  line-height: 170%;
}

.sect5-sobre .container .infos .redes {
  margin-top: 3%;
}

.sect5-sobre .container .infos .redes a {
  background: #1B1919;
  width: 5vh;
  display: block;
  height: 5vh;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.banner-produto {
  height: 100vh;
  background-size: cover !important;
  background-position: center !important;
  position: relative;
}

.banner-produto:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4901960784);
}

.banner-produto .overlay {
  background: linear-gradient(360deg, #1b1919, transparent 21%);
  height: 100%;
  position: relative;
  display: flex;
  align-items: flex-end;
}

.banner-produto .overlay .container {
  width: 100%;
  max-width: 90%;
  padding-bottom: 7%;
}

.banner-produto .overlay .container .nome-cliente {
  font-size: 80px;
  font-weight: 700;
  color: white;
  letter-spacing: 2px;
  margin-bottom: 1.5%;
}

.banner-produto .overlay .container .categorias {
  display: flex;
  align-items: center;
}

.banner-produto .overlay .container .categorias .categoria {
  margin: 0 1vh;
  background: #ED1652;
  color: white;
  padding: 1vh 3vh;
  border-radius: 50px;
  font-size: 14px;
}

.banner-produto .overlay .container .metodologias {
  display: flex;
  margin-top: 1%;
  align-items: center;
}

.banner-produto .overlay .container .metodologias .metodologia {
  margin: 0 1vh;
  background: transparent;
  color: white;
  border: 1px solid #ED1652;
  padding: 1vh 3vh;
  border-radius: 50px;
  font-size: 13px;
  text-transform: uppercase;
}

.sect1-case {
  height: 100vh;
  transition: 0.5s;
  background: transparent;
  padding: 10vh 0;
  display: flex;
  align-items: center;
}

.sect1-case.is-inview {
  animation: 1s fadeincase 1s;
  animation-fill-mode: forwards;
}

@keyframes fadeincase {
  0% {
    background: transparent;
  }
  100% {
    background: #e7e7e7;
  }
}
.sect1-case.is-inview .container {
  width: 100%;
}

.sect1-case.is-inview .container .logo {
  background: #D9D9D9;
  animation: 1s changebg 1s;
  animation-fill-mode: forwards;
}

.sect1-case.is-inview .container .logo .centro {
  animation: 1s changeLogo 1s;
  animation-fill-mode: forwards;
}

@keyframes changeLogo {
  0% {
    filter: brightness(0);
  }
  100% {
    filter: brightness(1);
  }
}
@keyframes changebg {
  0% {
    background: #D9D9D9;
  }
  100% {
    background: rgba(0, 0, 0, 0.031372549);
  }
}
.sect1-case.is-inview .container .conteudo .title {
  animation: 1s changeColor 1s;
  animation-fill-mode: forwards;
}

.sect1-case.is-inview .container .conteudo .texto {
  animation: 1s changeColor 1s;
  animation-fill-mode: forwards;
}

@keyframes changeColor {
  0% {
    color: white;
  }
  100% {
    color: black;
  }
}
.sect1-case .container {
  max-width: 85%;
}

.sect1-case .container .logo {
  background: #D9D9D9;
  width: 25vh;
  height: 10vh;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  margin-bottom: 5%;
  transition: 0.5s;
}

.sect1-case .container .logo .centro {
  width: 81%;
  height: 60%;
  background-size: 100% !important;
  background-position: center !important;
  filter: brightness(0);
  background-repeat: no-repeat !important;
  transition: 0.5s;
}

.sect1-case .container .video {
  position: relative;
  background: black;
  height: 65vh;
  overflow: hidden;
  border-radius: 10px;
  margin-top: 2%;
  transition: 1s;
}

.sect1-case .container .video video {
  width: 100%;
  margin-top: -20%;
}

.sect1-case .container .video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5019607843);
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sect1-case .container .video .overlay .play {
  width: 15vh;
  height: 15vh;
  border: 1px solid white;
  background: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ED1652;
  font-size: 30px;
  transition: 0.5s;
  cursor: pointer;
  position: relative;
  z-index: 10;
}

.sect1-case .container .video .overlay .play:hover {
  opacity: 0.8;
}

.sect1-case .container .row {
  align-items: center;
}

.sect1-case .container .conteudo {
  width: 80%;
  color: white;
}

.sect1-case .container .conteudo .title {
  font-size: 38px;
  color: white;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 2%;
  transition: 0.5s;
}

.sect1-case .container .conteudo .title b, .sect1-case .container .conteudo .title strong, .sect1-case .container .conteudo .title span {
  color: #ED1652;
  font-weight: 400;
}

.sect1-case .container .conteudo .texto {
  margin-top: 2%;
  font-weight: 200;
  letter-spacing: 1px;
  font-size: 16px;
  transition: 0.5s;
  color: white;
}

.sect2-case {
  min-height: 50vh;
  position: relative;
  padding: 10vh 0;
  display: flex;
  align-items: center;
}

.sect2-case .container {
  width: 100%;
  max-width: 85%;
}

.sect2-case .container .row {
  align-items: center;
}

.sect2-case .container .title {
  font-size: 40px;
  color: white;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 2%;
  transition: 0.5s;
}

.sect2-case .container .title b, .sect2-case .container .title strong, .sect2-case .container .title span {
  color: #ED1652;
  font-weight: 500;
}

.sect2-case .container .texto {
  margin-top: 2%;
  font-weight: 200;
  letter-spacing: 1px;
  font-size: 16px;
  transition: 0.5s;
  color: white;
}

.sect4-case {
  min-height: 50vh;
  position: relative;
  padding: 10vh 0;
  display: flex;
  align-items: center;
}

.sect4-case .container {
  width: 100%;
  max-width: 85%;
}

.sect4-case .container .row {
  align-items: center;
}

.sect4-case .container .title {
  font-size: 40px;
  color: white;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 2%;
  transition: 0.5s;
}

.sect4-case .container .title b, .sect4-case .container .title strong, .sect4-case .container .title span {
  color: #ED1652;
  font-weight: 500;
}

.sect4-case .container .texto {
  margin-top: 2%;
  font-weight: 200;
  letter-spacing: 1px;
  font-size: 16px;
  transition: 0.5s;
  color: white;
}

.sect4-case .container .r-galeria-cases {
  margin-top: 8%;
}

.sect4-case .container .r-galeria-cases .c-imgs {
  padding: 2%;
}

.sect4-case .container .r-galeria-cases .c-imgs:nth-child(even) {
  margin-bottom: -15%;
}

.sect4-case .container .r-galeria-cases .card-img {
  height: 67vh;
  margin-bottom: 6%;
  background-position: center !important;
  background-size: cover !important;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 0px 10px black;
  position: relative;
}

.sect4-case .container .r-galeria-cases .card-img .tag {
  padding: 1vh 3vh;
  margin: 0 0.5vh;
  background: #ED1652;
  font-size: 13px;
  color: white;
  border-radius: 50px;
  letter-spacing: 0.5px;
  font-weight: 200;
  transition: 0.5s;
  position: absolute;
  left: 2%;
  top: 2%;
}

.sect5-case {
  min-height: 50vh;
  position: relative;
  padding: 10vh 0;
  display: flex;
  align-items: center;
}

.sect5-case .container {
  width: 100%;
  max-width: 85%;
}

.sect5-case .container .row {
  align-items: center;
}

.sect5-case .container .title {
  font-size: 40px;
  color: white;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 2%;
  transition: 0.5s;
}

.sect5-case .container .title b, .sect5-case .container .title strong, .sect5-case .container .title span {
  color: #ED1652;
  font-weight: 500;
}

.sect5-case .container .texto {
  margin-top: 2%;
  font-weight: 200;
  letter-spacing: 1px;
  font-size: 16px;
  transition: 0.5s;
  color: white;
}

.sect6-case {
  height: 70vh;
  padding: 10vh 0;
}

.sect6-case.is-inview .container .cls-1 {
  animation: 0.5s fadein 1s;
  animation-fill-mode: forwards;
}

@keyframes fadein {
  0% {
    fill: transparent;
  }
  100% {
    fill: #ED1652;
  }
}
.sect6-case .container {
  max-width: 90%;
}

.sect6-case .container .headline {
  padding: 0 10%;
  width: 100%;
  margin-bottom: 6%;
}

.sect6-case .container .headline .cls-1 {
  fill: none;
  stroke: #ED1652;
  transition: 0.5s;
  stroke-miterlimit: 10;
  opacity: 0.7;
}

.sect6-case .container .card-numero {
  border-radius: 8px;
  background: rgba(217, 217, 217, 0.03);
  backdrop-filter: blur(11px);
  text-align: center;
  padding: 8%;
  height: 40vh;
  display: flex;
  align-items: center;
}

.sect6-case .container .card-numero .centro {
  width: 100%;
}

.sect6-case .container .card-numero .title-num {
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #ED1652;
  margin-bottom: 4%;
}

.sect6-case .container .card-numero .texto-num {
  font-size: 18px;
  color: white;
  opacity: 0.7;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  margin-top: 4%;
}

.sect6-case .container .numeros {
  margin-top: -8%;
  justify-content: center;
}

.sect7-case {
  height: auto;
  padding: 10vh 0;
}

.sect7-case.is-inview .container .cls-1 {
  animation: 0.5s fadein 1s;
  animation-fill-mode: forwards;
}

@keyframes fadein {
  0% {
    fill: transparent;
  }
  100% {
    fill: #ED1652;
  }
}
.sect7-case .container {
  max-width: 90%;
}

.sect7-case .container .headline {
  padding: 0 10%;
  width: 100%;
  margin-bottom: 6%;
  display: flex;
  justify-content: center;
  margin-bottom: -1%;
}

.sect7-case .container .headline svg {
  width: 60%;
}

.sect7-case .container .headline .cls-1 {
  fill: none;
  stroke: #ED1652;
  transition: 0.5s;
  stroke-miterlimit: 10;
  opacity: 0.7;
}

.sect7-case .container .c-prod:nth-child(even) {
  margin-top: 6%;
}

.sect7-case .container .c-prod .card-case {
  cursor: pointer;
}

.sect7-case .container .c-prod .card-case .img {
  overflow: hidden;
  border-radius: 10px;
  background-size: cover !important;
  background-position: center !important;
  height: 70vh;
  transition: 0.5s;
  position: relative;
}

.sect7-case .container .c-prod .card-case .img .categorias {
  padding: 2%;
  display: flex;
  align-items: center;
}

.sect7-case .container .c-prod .card-case .img .categorias .categoria {
  padding: 1vh 3vh;
  margin: 0 0.5vh;
  background: #ED1652;
  font-size: 13px;
  color: white;
  border-radius: 50px;
  letter-spacing: 0.5px;
  font-weight: 200;
  transition: 0.5s;
}

.sect7-case .container .c-prod .card-case .img .arrow {
  position: absolute;
  left: 3%;
  bottom: 3%;
  transition: 0.5s;
  opacity: 0;
}

.sect7-case .container .c-prod .card-case .img .arrow button {
  width: 8vh;
  height: 8vh;
  background: #ED1652;
  border: 1px solid #ED1652;
  color: white;
  border-radius: 50%;
  transform: rotate(318deg);
}

.sect7-case .container .c-prod .card-case .nome-prod {
  font-size: 50px;
  font-weight: 400;
  margin-top: 3%;
  color: white;
}

.sect7-case .container .c-prod .card-case:hover .img {
  height: 65vh;
}

.sect7-case .container .c-prod .card-case:hover .img .arrow {
  opacity: 1;
}

.sect7-case .container .c-prod .card-case:hover .img .categorias .categoria {
  background: black;
}

.sect-archive {
  padding: 15vh 0 8vh 0;
}

.sect-archive.is-inview .container .cls-1 {
  animation: 0.5s fadein 1s;
  animation-fill-mode: forwards;
}

@keyframes fadein {
  0% {
    fill: transparent;
  }
  100% {
    fill: #ED1652;
  }
}
.sect-archive .container {
  max-width: 85%;
}

.sect-archive .container .headline {
  padding: 0 10%;
  width: 100%;
  margin-bottom: 6%;
  display: flex;
  justify-content: center;
  margin-bottom: -1%;
}

.sect-archive .container .headline .cls-1 {
  fill: none;
  stroke: #ED1652;
  transition: 0.5s;
  stroke-miterlimit: 10;
  opacity: 0.7;
}

.sect-archive .container .c-prod:nth-child(even) {
  margin-top: 6%;
}

.sect-archive .container .c-prod .card-case {
  cursor: pointer;
}

.sect-archive .container .c-prod .card-case .img {
  overflow: hidden;
  border-radius: 10px;
  background-size: cover !important;
  background-position: center !important;
  height: 70vh;
  transition: 0.5s;
  position: relative;
}

.sect-archive .container .c-prod .card-case .img .categorias {
  padding: 2%;
  display: flex;
  align-items: center;
}

.sect-archive .container .c-prod .card-case .img .categorias .categoria {
  padding: 1vh 3vh;
  margin: 0 0.5vh;
  background: #ED1652;
  font-size: 13px;
  color: white;
  border-radius: 50px;
  letter-spacing: 0.5px;
  font-weight: 200;
  transition: 0.5s;
}

.sect-archive .container .c-prod .card-case .img .arrow {
  position: absolute;
  left: 3%;
  bottom: 3%;
  transition: 0.5s;
  opacity: 0;
}

.sect-archive .container .c-prod .card-case .img .arrow button {
  width: 8vh;
  height: 8vh;
  background: #ED1652;
  border: 1px solid #ED1652;
  color: white;
  border-radius: 50%;
  transform: rotate(318deg);
}

.sect-archive .container .c-prod .card-case .nome-prod {
  font-size: 50px;
  font-weight: 400;
  margin-top: 3%;
  color: white;
}

.sect-archive .container .c-prod .card-case:hover .img {
  height: 65vh;
}

.sect-archive .container .c-prod .card-case:hover .img .arrow {
  opacity: 1;
}

.sect-archive .container .c-prod .card-case:hover .img .categorias .categoria {
  background: black;
}

.sect1-blog {
  padding: 17vh 0 10vh 0;
  /* Contêiner da Paginação */
  /* Estilo para os links da Paginação */
  /* Estilo para o link ativo */
  /* Hover e efeito ao passar o mouse */
  /* Estilo para os links "anterior" e "próximo" */
  /* Efeito de desabilitar os links "anterior" e "próximo" quando não houver mais páginas */
}

.sect1-blog svg {
  margin-bottom: 4%;
}

.sect1-blog.is-inview .container .cls-1 {
  animation: 0.5s fadein 1s;
  animation-fill-mode: forwards;
}

@keyframes fadein {
  0% {
    fill: transparent;
  }
  100% {
    fill: #ED1652;
  }
}
.sect1-blog .container {
  max-width: 90%;
}

.sect1-blog .container .cls-1 {
  fill: none;
  stroke: #ED1652;
  transition: 0.5s;
  stroke-miterlimit: 10;
  opacity: 0.7;
  transition: 0.5s;
}

.sect1-blog .container .titul {
  color: white;
  margin-bottom: 6%;
}

.sect1-blog .container .titul .title {
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 0%;
}

.sect1-blog .container .headline {
  padding: 0 10%;
  width: 100%;
  margin-bottom: 6%;
  display: flex;
  justify-content: center;
  margin-bottom: -1%;
}

.sect1-blog .container .headline svg {
  width: 50%;
}

.sect1-blog .container .headline .cls-1 {
  fill: none;
  stroke: #ED1652;
  transition: 0.5s;
  stroke-miterlimit: 10;
  opacity: 0.7;
}

.sect1-blog .container .card-blog {
  margin-bottom: 10%;
  color: white;
}

.sect1-blog .container .card-blog .infos .linha {
  color: white;
}

.sect1-blog .container .card-blog .infos .title {
  color: white;
}

.sect1-blog .pagination {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  justify-content: center;
}

.sect1-blog .pagination a,
.sect1-blog .pagination span {
  display: inline-block;
  margin: 0 5px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  background-color: rgba(255, 255, 255, 0.6980392157);
  border: 2px solid rgba(255, 255, 255, 0.6980392157);
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.sect1-blog .pagination .current {
  background-color: #ED1652;
  border-color: #ED1652;
  pointer-events: none;
}

.sect1-blog .pagination a:hover,
.sect1-blog .pagination a:focus {
  background-color: #ED1652;
  border-color: #ED1652;
  color: #fff;
}

.sect1-blog .pagination .prev,
.sect1-blog .pagination .next {
  font-weight: bold;
}

.sect1-blog .pagination .disabled {
  opacity: 0.8;
  pointer-events: none;
}

.sect1-blog .categorias-cont {
  color: white;
}

.sect1-blog .categorias-cont .titulo {
  display: flex;
  align-items: center;
  justify-content: right;
  margin-bottom: 4%;
}

.sect1-blog .categorias-cont .titulo .title {
  font-size: 25px;
  font-weight: 500;
}

.sect1-blog .categorias-cont .titulo a {
  display: contents;
}

.sect1-blog .categorias-cont .titulo .numero {
  color: silver;
  padding: 0 2vh;
  font-size: 13px;
}

.sect1-blog .categorias-cont .titulo .arrow {
  cursor: pointer;
  width: 5%;
  transition: 0.5s;
  background: black;
  padding: 1.6% 0%;
  border: 1px solid black;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sect1-blog .categorias-cont .titulo .arrow svg {
  width: 31%;
  transition: 0.5s;
  fill: white;
  transform: rotate(90deg);
}

.sect1-blog .categorias-cont .titulo .arrow:hover {
  background: white;
  border-color: white;
}

.sect1-blog .categorias-cont .titulo .arrow:hover svg {
  fill: black;
}

.sect1-blog .categorias-cont .titulo .rodar svg {
  transform: rotate(270deg) !important;
}

.sect1-blog .categorias-cont ul {
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
}

.sect1-blog .categorias-cont ul li {
  width: 25%;
  text-align: right;
}

.sect1-blog .categorias {
  overflow: hidden;
  height: 0vh;
  transition: 0.4s;
}

.sect1-blog .categorias.aparece {
  height: 14vh;
}

.blog .menu-principal, .archive .menu-principal {
  background: #1B1919;
}

.blog .sect8, .archive .sect8 {
  padding: 18vh 0 7vh 0;
}

.sect1-blog-single {
  padding-top: 8%;
  color: white;
}

.sect1-blog-single .alinhar {
  display: flex;
  justify-content: center;
}

.sect1-blog-single .alinhar .categoria {
  background: #ED1652;
  width: fit-content;
  text-transform: lowercase;
  color: white;
  padding: 1% 1%;
}

.sect1-blog-single .title {
  font-weight: 900;
  line-height: 120%;
  margin-top: 4%;
  color: white;
}

.sect1-blog-single .audio {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.sect1-blog-single .audio a {
  width: 7%;
}

.sect1-blog-single .audio a svg {
  width: 50%;
  margin-top: 16%;
  fill: #de0024;
}

.sect1-blog-single .audio audio {
  width: 85%;
  margin-top: 2%;
}

.sect1-blog-single .audio audio::-webkit-media-controls-panel {
  background-color: #000;
}

.sect1-blog-single .audio audio::-webkit-media-controls-play-button {
  filter: invert(1);
}

.sect1-blog-single .audio audio::-webkit-media-controls-current-time-display, .sect1-blog-single .audio audio::-webkit-media-controls-time-remaining-display {
  color: white;
}

.sect1-blog-single .audio audio::-webkit-media-controls-timeline, .sect1-blog-single .audio audio::-webkit-media-controls-volume-slider-container, .sect1-blog-single .audio audio::-webkit-media-controls-volume-slider, .sect1-blog-single .audio audio::-webkit-media-controls-mute-button {
  filter: invert(1);
}

.sect1-blog-single .audio audio::-webkit-media-controls-seek-forward-button {
  filter: invert(1);
}

.titulo1, .sect1-blog-single .title {
  font-size: 75px;
}

.sect2-blog {
  padding: 4% 0;
  color: white;
}

.sect2-blog .container {
  max-width: 90%;
}

.sect2-blog .container .conteudo-blog {
  display: flex;
  align-items: center;
}

.sect2-blog .container .conteudo-blog .autor {
  display: flex;
  align-items: center;
  width: 50%;
  border-right: 1px solid rgba(255, 255, 255, 0.6980392157);
}

.sect2-blog .container .conteudo-blog .autor .avatar {
  border-radius: 50%;
  width: 20%;
}

.sect2-blog .container .conteudo-blog .autor .nome {
  width: 100%;
  padding: 0% 0% 0% 6%;
  color: rgba(255, 255, 255, 0.6980392157);
  font-weight: 100;
}

.sect2-blog .container .conteudo-blog .autor .nome .autor-p {
  font-size: 32px;
  line-height: 100%;
  font-weight: 500;
}

.sect2-blog .container .conteudo-blog .data {
  width: 50%;
  padding-left: 7%;
  font-weight: 100;
  color: rgba(255, 255, 255, 0.6980392157);
}

.sect2-blog .container .conteudo-blog .data .date {
  font-size: 32px;
  line-height: 100%;
  font-weight: 500;
}

.sect2-blog .container .sfsi_shortcode_container {
  float: right;
}

.sect2-blog .container .sfsi_shortcode_container .norm_row.sfsi_wDiv {
  width: fit-content !important;
  filter: grayscale(1);
}

.sect2-blog .container .right, .sect2-blog .container .comp {
  padding: 0% 8% 0% 0%;
}

.sect2-blog .container .right .t-blog, .sect2-blog .container .comp .t-blog {
  font-weight: 100;
  color: rgba(255, 255, 255, 0.6980392157);
  margin-bottom: 4%;
}

.sect2-blog .container .right span, .sect2-blog .container .comp span {
  color: rgba(255, 255, 255, 0.6980392157);
  font-size: 32px;
  line-height: 100%;
  font-weight: 500;
}

.sect2-blog .container .right:before {
  content: "";
  border-right: 1px solid rgba(255, 255, 255, 0.6980392157);
  height: 78%;
  width: 10px;
  position: absolute;
  right: 0%;
}

.sect-img .img-dest {
  padding: 20% 0%;
  background-position: center;
  background-size: cover;
}

.sect3-blog {
  padding: 3% 0;
  color: white;
}

.sect3-blog .container .introducao, .sect3-blog .container .conteudo {
  margin-bottom: 5%;
}

.sect3-blog .container .conteudo, .sect3-blog .container .introducao {
  padding-top: 5%;
}

.sect3-blog .container .conteudo p, .sect3-blog .container .conteudo span, .sect3-blog .container .introducao p, .sect3-blog .container .introducao span {
  font-weight: 100 !important;
}

.sect3-blog .container .conteudo p, .sect3-blog .container .introducao p {
  font-size: 20px;
}

.sect3-blog .container .links {
  margin-bottom: 0%;
  font-size: 25px;
  font-weight: 300;
  letter-spacing: 1px;
  text-decoration: underline;
  color: #de0024;
}

.sect4-blog {
  padding: 3% 0;
}

.sect4-blog .container {
  max-width: 100%;
}

.sect4-blog .container .alinhar {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5% 0%;
  border: 1px solid;
  transition: 0.5s;
  background: rgba(255, 255, 255, 0.6980392157);
}

.sect4-blog .container .alinhar:hover {
  background-color: #545456;
}

.sect4-blog .container .alinhar:hover .title {
  color: white;
}

.sect4-blog .container .alinhar:hover .pst {
  color: #ED1652;
}

.sect4-blog .container .alinhar .prev-pos {
  width: 50%;
}

.sect4-blog .container .alinhar .prev-pos .pst {
  font-weight: 700;
}

.sect4-blog .container .alinhar .prev-pos .title {
  font-weight: 300;
  transition: 0.5s;
  text-transform: lowercase;
  line-height: 120%;
  font-size: 35px;
}

@media (min-width: 1800px) {
  .sect4-blog .container .alinhar .prev-pos .title {
    font-size: 42px;
  }
}
.sect4-blog .container .alinhar .prev-pos .arrow-prev {
  background: black;
  border-radius: 50%;
  width: 6%;
  position: absolute;
  padding: 2% 1.6%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 27%;
  left: 17%;
  transition: 0.5s;
}

.sect4-blog .container .alinhar .prev-pos .arrow-prev svg {
  fill: white;
  transition: 0.5s;
  transform: rotate(180deg);
  width: 80%;
}

.sect4-blog .container .alinhar .prev-pos .arrow-prev:hover {
  background-color: white;
}

.sect4-blog .container .alinhar .prev-pos .arrow-prev:hover svg {
  fill: black;
}

.sect4-blog .container .alinhar .next-pos {
  width: 50%;
}

.sect4-blog .container .alinhar .next-pos .pst {
  font-weight: 700;
}

.sect4-blog .container .alinhar .next-pos .title {
  font-weight: 300;
  text-transform: lowercase;
  line-height: 120%;
  font-size: 35px;
}

@media (min-width: 1800px) {
  .sect4-blog .container .alinhar .next-pos .title {
    font-size: 42px;
  }
}
.sect4-blog .container .alinhar .next-pos .arrow-prev {
  background: black;
  border-radius: 50%;
  width: 6%;
  position: absolute;
  padding: 2% 1.6%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 27%;
  left: 17%;
  transition: 0.5s;
}

.sect4-blog .container .alinhar .next-pos .arrow-prev svg {
  transition: 0.5s;
  fill: white;
  width: 80%;
}

.sect4-blog .container .alinhar .next-pos .arrow-prev:hover {
  background-color: white;
}

.sect4-blog .container .alinhar .next-pos .arrow-prev:hover svg {
  fill: black;
}

.modal.storys iframe {
  width: 100%;
  height: 80vh;
}

.modal.storys .modal-content {
  background: transparent;
  border: none;
}

.modal.storys .modal-content .btn-close {
  font-size: 40px;
  font-weight: 200;
  color: white;
  position: absolute;
  right: 5%;
  top: 5%;
  background: transparent;
  border: none;
}

@media (max-width: 980px) {
  #desk {
    display: none;
  }
  .banner1 video {
    width: auto !important;
    height: 100%;
    left: 0 !important;
  }
  .banner1 .content .conteudo .grande {
    font-size: 24px;
  }
  .banner1 .content .conteudo {
    margin-bottom: 40%;
  }
  .menu-principal .container .row .botoes .botao {
    padding-left: 5%;
    width: 100%;
  }
  .menu-principal .container .row .botoes .botao button {
    font-size: 13px;
  }
  .sect1 .container .title {
    font-size: 20px;
  }
  .sect1 .container {
    padding: 8% 8%;
  }
  .sect1 .container .conteudo .title-menor {
    font-size: 14px;
  }
  .sect1 .container .conteudo .texto {
    font-size: 13px;
  }
  .sect2 .container .produtos .item .card-case .img, .sect-archive .container .c-prod .card-case .img, .sect7-case .container .c-prod .card-case .img {
    height: 37vh;
  }
  .sect2 .container .produtos .item .card-case .img:hover, .sect-archive .container .c-prod .card-case .img:hover, .sect7-case .container .c-prod .card-case .img:hover {
    height: 43vh !important;
  }
  .sect2 .container .produtos .item .card-case .img .categorias, .sect-archive .container .card-case .img .categorias, .sect7-case .container .card-case .img .categorias {
    flex-wrap: wrap;
  }
  .sect2 .container .produtos .item .card-case .img .categorias .categoria, .sect-archive .container .card-case .img .categorias .categoria, .sect7-case .container .card-case .img .categorias .categoria {
    margin: 0.5vh !important;
    font-size: 10px !important;
  }
  .sect2 .container .produtos .item .card-case .nome-prod, .sect-archive .container .card-case .nome-prod, .sect7-case .container .card-case .nome-prod {
    font-size: 30px !important;
  }
  .sect2, .sect-archive {
    height: 90vh;
  }
  .sect2 .container .produtos .item .card-case {
    margin-top: 10%;
  }
  .sect-archive .container .card-case {
    margin-top: 10%;
  }
  .sect2 .container .titles, .sect-archive .container .titles {
    padding: 0 0;
  }
  .sect3 .container ul li a {
    font-size: 25px;
  }
  .sect-archive {
    height: auto;
  }
  .sect3 .container .accordion-content ul {
    flex-wrap: wrap;
  }
  .sect3 .container .accordion-content ul li {
    width: 50%;
  }
  .sect3 {
    height: auto !important;
  }
  .sect3 .container #c80 svg, .sect3 .container #c27 svg, .sect3 .container #c60 svg {
    width: 80%;
  }
  .sect3 .container #c80 .centro .title, .sect3 .container #c27 .centro .title, .sect3 .container #c60 .centro .title, .sect3 .container #c90 .centro .title {
    font-size: 20px;
  }
  .sect4 .container .conteudo .texto-destaque {
    width: 100%;
  }
  .sect4 {
    height: auto;
  }
  .sect4 .container .botao-dep {
    position: relative;
    top: inherit;
    left: inherit;
    width: 100%;
  }
  .sect4 .container .botao-dep li {
    width: 100%;
  }
  .sect4 .container .video-cont .video {
    height: 45vh;
  }
  .sect5 {
    height: auto;
  }
  .sect6 {
    height: auto;
  }
  .sect7 {
    height: auto;
  }
  .sect7 .container .title {
    font-size: 20px;
  }
  .sect7 .container {
    padding: 8% 8%;
  }
  .sect7 .container .conteudo .title-menor {
    font-size: 14px;
  }
  .sect7 .container .conteudo .texto {
    font-size: 13px;
  }
  .sect8 {
    height: auto;
  }
  .sect9 {
    height: auto;
  }
  .sect10 .container .form .formular {
    width: 100%;
    margin-top: 5%;
  }
  .sect10 {
    height: auto;
  }
  footer {
    height: auto;
  }
  footer .container .divisor hr {
    width: 80%;
  }
  footer .container .divisor .botao {
    width: 20%;
  }
  .nav-fullscreen .links .link {
    line-height: 154%;
  }
  .nav-fullscreen .links .link b {
    font-size: 35px;
  }
  .nav-fullscreen .links .link:nth-child(3) {
    margin-bottom: 7%;
  }
  .sect1-sobre {
    height: auto;
  }
  .sect1-sobre .container .pilares .pilar {
    display: block;
    height: auto;
    padding: 10%;
  }
  .sect1-sobre .container .pilares .pilar .titulo, .sect1-sobre .container .pilares .pilar .texto {
    width: 100%;
  }
  .sect1-sobre .container .pilares .pilar .titulo {
    text-align: left;
    font-size: 30px;
  }
  .sect2-sobre-metodo .container .slick-arrow.rightButton {
    right: 2%;
  }
  .sect2-sobre-metodo .container .slick-arrow.leftButton {
    left: 2%;
  }
  .sect2-sobre-metodo .container .linhaDoTempo .item .conteudo {
    width: 90%;
    margin-top: 28%;
  }
  .sect2-sobre-metodo {
    height: auto;
  }
  .sect2-sobre-metodo .container .linha {
    top: 0%;
  }
  .sect5-sobre .container .title br {
    display: none;
  }
  .sect5-sobre {
    height: auto;
  }
  .sect2-metodo .container .card-diagnostico {
    margin-bottom: 10%;
    height: auto;
    min-height: auto;
  }
  .sect2-metodo {
    height: auto;
  }
  .sect3-metodo {
    height: auto;
  }
  .sect-archive .container .headline {
    padding: 0 0;
  }
  .sect1-blog .categorias.aparece {
    height: 30vh;
  }
  .sect1-blog .categorias-cont ul li {
    width: 50%;
    font-size: 13px;
  }
  .sect1-blog .pagination a, .sect1-blog .pagination span {
    padding: 0px 10px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .titulo1, .sect1-blog-single .title {
    font-size: 25px;
  }
  .sect1-blog-single {
    height: auto;
    padding: 15vh 0 0 0;
  }
  .sect2-blog .container .conteudo-blog .data .date {
    font-size: 18px;
  }
  .sect2-blog .container .right span, .sect2-blog .container .comp span {
    font-size: 20px;
  }
  .sect1-case {
    height: auto;
  }
  .banner-produto .overlay .container .nome-cliente {
    font-size: 40px;
    line-height: 130%;
  }
  .banner-produto .overlay .container .categorias {
    flex-wrap: wrap;
  }
  .banner-produto .overlay .container .categorias .categoria {
    width: 45%;
    margin: 2%;
  }
  .banner-produto .overlay .container .metodologias {
    flex-wrap: wrap;
  }
  .banner-produto .overlay .container .metodologias .metodologia {
    width: 45%;
    margin: 2%;
  }
  .sect1-case .container .conteudo .title {
    font-size: 30px;
  }
  .sect1-case .container .conteudo .title br {
    display: none;
  }
  .sect4-case .container .r-galeria-cases .card-img {
    height: 40vh;
  }
  .sect4-case .container .r-galeria-cases .c-imgs:nth-child(even) {
    margin-bottom: 0;
  }
  .sect4-case .container .title, .sect2-case .container .title, .sect5-case .container .title {
    font-size: 30px;
  }
  .sect6-case {
    height: auto;
  }
  .sect6-case .container .headline {
    padding: 0 0;
  }
  .sect7-case .container .headline svg {
    width: 90%;
  }
  .banner-produto {
    background-size: 115% !important;
    background-repeat: no-repeat !important;
  }
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  background-color: #46b450;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ffb900;
  background-color: #ffb900;
}

.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
  background: #dc3232;
}

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