* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

@font-face {
  font-family: NeutraLight;
  src: url(../fonts/NeutraText-LightAlt.ttf);
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: NeutraBook;
  src: url(../fonts/NeutraText-LightAlt.ttf);
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-size: 1.8rem;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9725490196);
  font-family: "NeutraLight", sans-serif;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #fff9f0;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: -1;
}
body p {
  color: #fff9f0;
  font-size: 1.8rem;
}

img {
  max-width: 100%;
  display: block;
}

button {
  border: none;
  outline: none;
  cursor: pointer;
}

p {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #212121;
}

input {
  border: none;
  border-radius: 5px;
}

a {
  text-decoration: none;
  font-size: 1.6rem;
}

li {
  list-style: none;
}

span {
  font-size: 1.6rem;
  color: #212121;
}

h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
}

.container {
  width: 90%;
  margin: 0 auto;
}

strong {
  color: #212121;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

@font-face {
  font-family: NeutraLight;
  src: url(../fonts/NeutraText-LightAlt.ttf);
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: NeutraBook;
  src: url(../fonts/NeutraText-LightAlt.ttf);
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-size: 1.8rem;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9725490196);
  font-family: "NeutraLight", sans-serif;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #fff9f0;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: -1;
}
body p {
  color: #fff9f0;
  font-size: 1.8rem;
}

img {
  max-width: 100%;
  display: block;
}

button {
  border: none;
  outline: none;
  cursor: pointer;
}

p {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #212121;
}

input {
  border: none;
  border-radius: 5px;
}

a {
  text-decoration: none;
  font-size: 1.6rem;
}

li {
  list-style: none;
}

span {
  font-size: 1.6rem;
  color: #212121;
}

h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
}

.container {
  width: 90%;
  margin: 0 auto;
}

strong {
  color: #212121;
}

.banner-home {
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  padding: 0;
}

.banner-blog {
  background-image: url("/resources/assets/img/10.png");
}

header {
  transition: all 0.4s;
  height: 100px;
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  z-index: 100000000000000000;
  width: 100%;
  top: 0;
  display: flex;
  align-items: center;
}
header .container nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}
header .container nav ul {
  display: flex;
  align-items: center;
  gap: 3rem;
}
header .container nav ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #fff9f0;
  font-weight: bold;
}
header .container nav ul li a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background: #fff9f0;
  bottom: 0;
  left: 50%;
  transition: width 0.3s ease, left 0.3s ease;
}
header .container nav ul li a:hover::after {
  width: 100%;
  left: 0;
}

.sticky {
  background-color: #000;
  height: 70px;
  z-index: 99;
  color: #fff9f0;
}

.s-banner {
  position: relative;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
}
.s-banner .container .content-banner .text-banner h2 span {
  color: #fff9f0;
  font-size: 8rem;
  font-family: "Playfair Display", serif;
}
.s-banner .container .content-banner .itens-social-banner {
  margin-top: 15rem;
}
.s-banner .container .content-banner .itens-social-banner a {
  color: #fff9f0;
  margin: 0 1rem;
  font-size: 22px;
}
.s-banner .container .content-banner .itens-social-banner a i:hover {
  transform: translateY(-4px);
  transition: all 0.3s;
}

#cursor {
  font-weight: bold;
  animation: blink 1s infinite;
}

#close {
  font-size: 3rem !important;
  color: #000 !important;
  font-weight: bold !important;
}

#popup .popup .popup-content .close-popup {
  position: absolute !important;
  right: 10px !important;
  top: 0px !important;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media only screen and (max-width: 769px) {
  .menu-open {
    background-color: #fff9f0;
  }
  .logo-header {
    padding-top: 2rem !important;
  }
  .hidden {
    transform: translateY(-100%) !important;
    transition: transform 0.3s ease-out !important;
  }
  .visible {
    transform: translateY(0) !important;
  }
  .active {
    display: flex !important;
    background-color: #000 !important;
    color: #fff9f0 !important;
  }
  header {
    width: 100vw !important;
    display: none;
    position: relative;
  }
  nav {
    flex-direction: column !important;
    padding: 0 !important;
    align-items: start !important;
  }
  nav ul {
    display: none !important;
    flex-direction: column !important;
    width: 100% !important;
    gap: 4rem !important;
    height: 100vh !important;
  }
  nav ul li {
    margin-right: 0 !important;
    margin-bottom: 10px !important;
  }
  nav .menu-toggle {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    height: 24px !important;
    width: 30px !important;
    cursor: pointer !important;
    position: fixed !important;
    right: 5% !important;
    top: 5% !important;
  }
  nav .menu-toggle .bar {
    background: #333 !important;
    height: 3px !important;
    width: 100% !important;
  }
  .sticky {
    height: auto !important;
    width: 100vw !important;
    background: #000 !important;
  }
  .s-banner .container .content-banner .text-banner #text-banner span {
    font-size: 6rem !important;
  }
  .slick-prev::before {
    margin-right: -5rem !important;
  }
  .slick-next::before {
    margin-left: -5rem !important;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

@font-face {
  font-family: NeutraLight;
  src: url(../fonts/NeutraText-LightAlt.ttf);
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: NeutraBook;
  src: url(../fonts/NeutraText-LightAlt.ttf);
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-size: 1.8rem;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9725490196);
  font-family: "NeutraLight", sans-serif;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #fff9f0;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: -1;
}
body p {
  color: #fff9f0;
  font-size: 1.8rem;
}

img {
  max-width: 100%;
  display: block;
}

button {
  border: none;
  outline: none;
  cursor: pointer;
}

p {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #212121;
}

input {
  border: none;
  border-radius: 5px;
}

a {
  text-decoration: none;
  font-size: 1.6rem;
}

li {
  list-style: none;
}

span {
  font-size: 1.6rem;
  color: #212121;
}

h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
}

.container {
  width: 90%;
  margin: 0 auto;
}

strong {
  color: #212121;
}

.s-sobre {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff9f0;
}
.s-sobre .sobre-content {
  background: #fff9f0;
  color: #000;
  padding: 15rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.s-sobre .sobre-content .left-sobre {
  width: 50%;
  margin-left: 5%;
}
.s-sobre .sobre-content .left-sobre p {
  width: 90%;
  color: #000;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 2.9rem;
  line-height: 4rem;
}
.s-sobre .sobre-content .left-sobre p span {
  font-style: italic;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 2.9rem;
  line-height: 4rem;
}
.s-sobre .sobre-content .right-sobre {
  width: 56%;
}
.s-sobre .sobre-content .right-sobre .img-sobre-right p {
  margin: 2rem 0;
  color: #000;
  font-size: 2rem;
  width: 80%;
}
.s-sobre .sobre-content .right-sobre .img-sobre-right .bw-effect {
  height: 100%;
  max-width: 100%;
  transition: filter 1s ease;
}
.s-sobre .sobre-content .right-sobre .img-sobre-right .bw-effect:hover {
  filter: grayscale(100%);
}
.s-sobre .box-sobre-itens {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: #fff9f0;
  color: #000;
}
.s-sobre .box-sobre-itens .box-itens-left-sobre {
  width: 50%;
}
.s-sobre .box-sobre-itens .box-itens-left-sobre img {
  margin: 0;
  max-width: 100%;
}
.s-sobre .box-sobre-itens .box-itens-right-sobre {
  width: 40.1%;
  margin-right: 5%;
}
.s-sobre .box-sobre-itens .box-itens-right-sobre p {
  color: #000;
}
.s-sobre .box-sobre-itens .show-skillbar .skillbar {
  width: 100%;
}
.s-sobre .box-sobre-itens .show-skillbar .skillbar .skillbar-title {
  color: #fff9f0;
}
.s-sobre .box-sobre-itens .show-skillbar .skillbar .skillbar-bar {
  height: 2px;
  width: 0;
  background: #fff9f0;
  display: block;
}
.s-sobre .box-sobre-itens .show-skillbar .skillbar .skill-bar-percent {
  color: #fff9f0;
  font-size: 1.4rem;
}
.s-sobre .iten2-sobre {
  background: #fff9f0;
  padding: 0;
  color: #fff9f0;
  padding: 0;
}
.s-sobre .iten2-sobre .clientes {
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
}
.s-sobre .iten2-sobre .clientes img {
  flex: 1;
  max-width: 12%;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}
.s-sobre .iten2-sobre .clientesUltimo {
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  padding-bottom: 2rem;
}
.s-sobre .iten2-sobre .clientesUltimo img {
  flex: 1;
  max-width: 12%;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}
.s-sobre .iten2-sobre-mobile {
  background: #fff9f0;
  padding: 0;
  color: #fff9f0;
  padding: 0;
}
.s-sobre .iten2-sobre-mobile .clientes {
  display: flex;
  justify-content: space-between;
}
.s-sobre .iten2-sobre-mobile .clientes img {
  flex: 1;
  width: 12%;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}
.s-sobre .iten3-sobre {
  display: flex;
  flex-direction: row-reverse;
  background: #fff9f0;
}
.s-sobre .iten3-sobre .iten3-sobre-right {
  margin-left: 5%;
}
.s-sobre .iten3-sobre .iten3-sobre-right .skillbar {
  width: 100%;
}
.s-sobre .iten3-sobre .iten3-sobre-right .skillbar .skillbar-title {
  color: #000;
}
.s-sobre .iten3-sobre .iten3-sobre-right .skillbar .skillbar-bar {
  height: 2px;
  width: 0;
  background: #000;
  display: block;
}
.s-sobre .iten3-sobre .iten3-sobre-right .skillbar .skill-bar-percent {
  font: 1.4rem;
  color: #000;
}

.content-sobre-horizon {
  display: flex;
  width: 100%;
  height: 100%;
}
.content-sobre-horizon .left-horizon {
  flex: 1;
  padding: 3rem;
  background-color: #000;
}
.content-sobre-horizon .right-horizon {
  flex: 1;
  position: relative;
}
.content-sobre-horizon .right-horizon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 769px) {
  .content-sobre-horizon {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
  }
  .left-horizon {
    flex: 1;
    padding: 3rem;
    background-color: #000;
  }
  .right-horizon {
    flex: 1;
    position: relative;
  }
  .right-horizon img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .texto-clientes {
    padding-top: 4rem !important;
    padding-bottom: 0 !important;
  }
  .sobre-content {
    display: flex;
    flex-direction: column;
    padding: 0rem !important;
  }
  .sobre-content .left-sobre {
    width: 95% !important;
    padding: 0 !important;
  }
  .sobre-content .left-sobre p {
    top: 45% !important;
    margin-top: -5rem !important;
  }
  .sobre-content .left-sobre .thick-line {
    border-bottom: 8px solid #000 !important;
  }
  .sobre-content .right-sobre {
    width: 100% !important;
  }
  .sobre-content .right-sobre .img-sobre-right img {
    height: 100% !important;
  }
  .sobre-content .right-sobre .img-sobre-right p {
    width: 90% !important;
    margin-left: 5% !important;
  }
  .sobre-content .thick-line {
    border-bottom: 8px solid #fff9f0 !important;
    margin-bottom: 8rem !important;
    padding-top: 5rem !important;
  }
  .box-sobre-itens {
    display: flex !important;
    flex-direction: column !important;
    padding: 1rem 0 !important;
  }
  .box-sobre-itens .box-itens-left-sobre {
    width: 95% !important;
  }
  .box-sobre-itens .box-itens-left-sobre h2 {
    font-size: 2.6rem !important;
  }
  .box-sobre-itens .box-itens-left-sobre img {
    max-width: 95% !important;
  }
  .box-sobre-itens .box-itens-right-sobre {
    width: 95% !important;
    margin-left: 5% !important;
    margin-right: 0% !important;
    margin-top: -3rem !important;
  }
  .box-sobre-itens .box-itens-right-sobre h2 {
    width: 95% !important;
  }
  .box-sobre-itens .box-itens-right-sobre p {
    width: 95% !important;
  }
  .iten2-sobre {
    display: none !important;
  }
  .iten2-sobre .iten2-sobre-left {
    margin-left: 0% !important;
    margin-right: 0% !important;
    width: 100% !important;
  }
  .iten2-sobre .iten2-sobre-left img {
    max-width: 100% !important;
    margin: 0 0 !important;
    margin-top: -5rem !important;
  }
  .iten2-sobre .iten2-sobre-right {
    padding: 5rem 0 !important;
  }
  .iten3-sobre .iten3-sobre-left {
    margin-left: 0% !important;
    margin-right: 0% !important;
    width: 100% !important;
    margin-top: 4rem !important;
  }
  .iten3-sobre .iten3-sobre-left img {
    max-width: 100% !important;
    margin: 0 0 !important;
    margin-top: -5rem !important;
  }
  .thick-line {
    width: 50px !important;
    margin: 3rem 0 !important;
  }
  .text-popup-blog p {
    width: 100% !important;
  }
  .popup-overlay .popup {
    background-attachment: fixed !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    top: 5% !important;
    left: -2% !important;
    height: 100% !important;
    width: 100% !important;
    padding: 5rem !important;
    border-radius: 5px !important;
    position: absolute !important;
  }
  .popup-overlay .popup .img-popup .slick-prev {
    z-index: 1 !important;
    left: -25px !important;
  }
  .popup-overlay .popup .img-popup .slick-next {
    right: -33px !important;
    z-index: 1 !important;
  }
  .popup-overlay-contact {
    height: 90vh !important;
  }
  .popup-overlay-contact .popup-contact {
    padding: 2rem !important;
    top: 8% !important;
    left: 5% !important;
    width: 90% !important;
  }
}
@media only screen and (min-width: 770px) {
  .iten2-sobre {
    display: block !important;
  }
  .iten2-sobre-mobile {
    display: none !important;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

@font-face {
  font-family: NeutraLight;
  src: url(../fonts/NeutraText-LightAlt.ttf);
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: NeutraBook;
  src: url(../fonts/NeutraText-LightAlt.ttf);
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-size: 1.8rem;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9725490196);
  font-family: "NeutraLight", sans-serif;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #fff9f0;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: -1;
}
body p {
  color: #fff9f0;
  font-size: 1.8rem;
}

img {
  max-width: 100%;
  display: block;
}

button {
  border: none;
  outline: none;
  cursor: pointer;
}

p {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #212121;
}

input {
  border: none;
  border-radius: 5px;
}

a {
  text-decoration: none;
  font-size: 1.6rem;
}

li {
  list-style: none;
}

span {
  font-size: 1.6rem;
  color: #212121;
}

h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
}

.container {
  width: 90%;
  margin: 0 auto;
}

strong {
  color: #212121;
}

.s-servicos .content-servicos .box-servicos {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.s-servicos .content-servicos .box-servicos .box-left-servicos {
  cursor: pointer;
  width: 50%;
  background: #fff9f0;
  color: #000;
  height: 80vh;
  background-image: url("/resources/assets/img/branding.webp");
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4rem;
}
.s-servicos .content-servicos .box-servicos .box-left-servicos:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 249, 240, 0.6);
  transition: background 0.5s ease-in-out;
  transition-delay: 0.2s;
}
.s-servicos .content-servicos .box-servicos .box-left-servicos:hover:before {
  background: rgba(255, 249, 240, 0.9);
}
.s-servicos .content-servicos .box-servicos .box-left-servicos .content-left-servicos {
  position: relative;
}
.s-servicos .content-servicos .box-servicos .box-left-servicos .content-left-servicos p, .s-servicos .content-servicos .box-servicos .box-left-servicos .content-left-servicos strong {
  color: #000;
}
.s-servicos .content-servicos .box-servicos .box-left-servicos .content-left-servicos h2 {
  color: #000;
  font-size: 4rem;
  font-family: "Playfair Display", serif;
}
.s-servicos .content-servicos .box-servicos .box-left-servicos .content-left-servicos .thick-line {
  border-color: #000;
}
.s-servicos .content-servicos .box-servicos .box-left-servicos:hover h2, .s-servicos .content-servicos .box-servicos .box-left-servicos:hover strong {
  color: #000;
  transition: all 0.3s;
}
.s-servicos .content-servicos .box-servicos .box-left-servicos:hover .thick-line {
  border-color: #000;
}
.s-servicos .content-servicos .box-servicos .box-left-servicos2 {
  cursor: pointer;
  width: 50%;
  background: #fff9f0;
  color: #000;
  height: 80vh;
  background-image: url("/resources/assets/img/campanha.webp");
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4rem;
}
.s-servicos .content-servicos .box-servicos .box-left-servicos2:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 249, 240, 0.6);
  transition: background 0.5s ease-in-out;
  transition-delay: 0.2s;
}
.s-servicos .content-servicos .box-servicos .box-left-servicos2:hover:before {
  background: rgba(255, 249, 240, 0.9);
}
.s-servicos .content-servicos .box-servicos .box-left-servicos2 .content-left-servicos {
  position: relative;
}
.s-servicos .content-servicos .box-servicos .box-left-servicos2 .content-left-servicos p, .s-servicos .content-servicos .box-servicos .box-left-servicos2 .content-left-servicos strong {
  color: #000;
}
.s-servicos .content-servicos .box-servicos .box-left-servicos2 .content-left-servicos h2 {
  color: #000;
  font-size: 4rem;
  font-family: "Playfair Display", serif;
}
.s-servicos .content-servicos .box-servicos .box-left-servicos2 .content-left-servicos .thick-line {
  border-color: #000;
}
.s-servicos .content-servicos .box-servicos .box-left-servicos2:hover h2, .s-servicos .content-servicos .box-servicos .box-left-servicos2:hover strong {
  color: #000;
  transition: all 0.3s;
}
.s-servicos .content-servicos .box-servicos .box-left-servicos2:hover .thick-line {
  border-color: #000;
}
.s-servicos .content-servicos .box-servicos .left-servicos-black {
  cursor: pointer;
  width: 50%;
  background: #000;
  color: #fff9f0;
  height: 80vh;
  background-image: url("/resources/assets/img/eventos.webp");
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4rem;
}
.s-servicos .content-servicos .box-servicos .left-servicos-black:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  transition: background 0.5s ease-in-out;
  transition-delay: 0.2s;
}
.s-servicos .content-servicos .box-servicos .left-servicos-black:hover:before {
  background: rgba(0, 0, 0, 0.9);
}
.s-servicos .content-servicos .box-servicos .left-servicos-black .content-left-black {
  position: relative;
}
.s-servicos .content-servicos .box-servicos .left-servicos-black .content-left-black p, .s-servicos .content-servicos .box-servicos .left-servicos-black .content-left-black strong {
  color: #fff9f0;
}
.s-servicos .content-servicos .box-servicos .left-servicos-black .content-left-black h2 {
  font-size: 4rem;
  font-family: "Playfair Display", serif;
}
.s-servicos .content-servicos .box-servicos .left-servicos-black .content-left-black .thick-line {
  border-color: #fff9f0;
}
.s-servicos .content-servicos .box-servicos .left-servicos-black:hover h2, .s-servicos .content-servicos .box-servicos .left-servicos-black:hover strong {
  color: #fff9f0;
  transition: all 0.3s;
}
.s-servicos .content-servicos .box-servicos .left-servicos-black:hover .thick-line {
  border-color: #fff9f0;
}
.s-servicos .content-servicos .box-servicos .box-right-servicos {
  cursor: pointer;
  width: 50%;
  background: #fff9f0;
  color: #000;
  height: 80vh;
  background-image: url("/resources/assets/img/dir_arte.webp");
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4rem;
}
.s-servicos .content-servicos .box-servicos .box-right-servicos:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  transition: background 0.5s ease-in-out;
  transition-delay: 0.2s;
}
.s-servicos .content-servicos .box-servicos .box-right-servicos:hover:before {
  background: rgba(0, 0, 0, 0.9);
}
.s-servicos .content-servicos .box-servicos .box-right-servicos .content-right-servicos {
  position: relative;
}
.s-servicos .content-servicos .box-servicos .box-right-servicos .content-right-servicos p, .s-servicos .content-servicos .box-servicos .box-right-servicos .content-right-servicos strong {
  color: #fff9f0;
}
.s-servicos .content-servicos .box-servicos .box-right-servicos .content-right-servicos h2 {
  font-size: 4rem;
  color: #fff9f0;
  font-family: "Playfair Display", serif;
}
.s-servicos .content-servicos .box-servicos .box-right-servicos .content-right-servicos .thick-line {
  border-color: #fff9f0;
}
.s-servicos .content-servicos .box-servicos .box-right-servicos:hover h2, .s-servicos .content-servicos .box-servicos .box-right-servicos:hover strong {
  color: #fff9f0;
  transition: all 0.5s;
}
.s-servicos .content-servicos .box-servicos .box-right-servicos:hover .thick-line {
  border-color: #fff9f0;
}
.s-servicos .content-servicos .box-servicos .box-right-servicos2 {
  cursor: pointer;
  width: 50%;
  background: #fff9f0;
  color: #000;
  height: 80vh;
  background-image: url("/resources/assets/img/social.webp");
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4rem;
}
.s-servicos .content-servicos .box-servicos .box-right-servicos2:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  transition: background 0.5s ease-in-out;
  transition-delay: 0.2s;
}
.s-servicos .content-servicos .box-servicos .box-right-servicos2:hover:before {
  background: rgba(0, 0, 0, 0.9);
}
.s-servicos .content-servicos .box-servicos .box-right-servicos2 .content-right-servicos {
  position: relative;
}
.s-servicos .content-servicos .box-servicos .box-right-servicos2 .content-right-servicos p, .s-servicos .content-servicos .box-servicos .box-right-servicos2 .content-right-servicos strong {
  color: #fff9f0;
}
.s-servicos .content-servicos .box-servicos .box-right-servicos2 .content-right-servicos h2 {
  font-size: 4rem;
  font-family: "Playfair Display", serif;
  color: #fff9f0;
}
.s-servicos .content-servicos .box-servicos .box-right-servicos2 .content-right-servicos .thick-line {
  border-color: #fff9f0;
}
.s-servicos .content-servicos .box-servicos .box-right-servicos2:hover h2, .s-servicos .content-servicos .box-servicos .box-right-servicos2:hover strong {
  color: #fff9f0;
  transition: all 0.5s;
}
.s-servicos .content-servicos .box-servicos .box-right-servicos2:hover .thick-line {
  border-color: #fff9f0;
}
.s-servicos .content-servicos .box-servicos .right-servicos-white {
  cursor: pointer;
  width: 50%;
  background: #fff9f0;
  color: #000;
  height: 80vh;
  background-image: url("/resources/assets/img/influencia.webp");
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4rem;
}
.s-servicos .content-servicos .box-servicos .right-servicos-white:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 249, 240, 0.6);
  transition: background 0.5s ease-in-out;
  transition-delay: 0.2s;
}
.s-servicos .content-servicos .box-servicos .right-servicos-white:hover:before {
  background: rgba(255, 249, 240, 0.9);
}
.s-servicos .content-servicos .box-servicos .right-servicos-white .content-right-white {
  position: relative;
}
.s-servicos .content-servicos .box-servicos .right-servicos-white .content-right-white p, .s-servicos .content-servicos .box-servicos .right-servicos-white .content-right-white strong {
  color: #000;
}
.s-servicos .content-servicos .box-servicos .right-servicos-white .content-right-white h2 {
  font-size: 4rem;
  font-family: "Playfair Display", serif;
}
.s-servicos .content-servicos .box-servicos .right-servicos-white .content-right-white .thick-line {
  border-color: #000;
}
.s-servicos .content-servicos .box-servicos .right-servicos-white:hover h2, .s-servicos .content-servicos .box-servicos .right-servicos-white:hover strong {
  color: #000;
  transition: all 0.3s;
}
.s-servicos .content-servicos .box-servicos .right-servicos-white:hover .thick-line {
  border-color: #000;
}

.thick-line {
  display: inline-block;
  width: 100px;
  border-bottom: 8px solid #000;
  vertical-align: middle;
  margin: 0 10px;
  margin-left: 0;
}

@media only screen and (max-width: 769px) {
  .s-servicos .content-servicos .box-servicos {
    display: flex !important;
    flex-direction: column !important;
  }
  .s-servicos .content-servicos .box-servicos .box-left-servicos, .s-servicos .content-servicos .box-servicos .box-left-servicos2 {
    width: 100% !important;
  }
  .s-servicos .content-servicos .box-servicos .box-right-servicos, .s-servicos .content-servicos .box-servicos .box-right-servicos2 {
    width: 100% !important;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

@font-face {
  font-family: NeutraLight;
  src: url(../fonts/NeutraText-LightAlt.ttf);
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: NeutraBook;
  src: url(../fonts/NeutraText-LightAlt.ttf);
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-size: 1.8rem;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9725490196);
  font-family: "NeutraLight", sans-serif;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #fff9f0;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: -1;
}
body p {
  color: #fff9f0;
  font-size: 1.8rem;
}

img {
  max-width: 100%;
  display: block;
}

button {
  border: none;
  outline: none;
  cursor: pointer;
}

p {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #212121;
}

input {
  border: none;
  border-radius: 5px;
}

a {
  text-decoration: none;
  font-size: 1.6rem;
}

li {
  list-style: none;
}

span {
  font-size: 1.6rem;
  color: #212121;
}

h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
}

.container {
  width: 90%;
  margin: 0 auto;
}

strong {
  color: #212121;
}

.s-depoimentos {
  padding: 5rem 0;
  background: #000;
}
.s-depoimentos .content-depoimentos h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff9f0;
  font-size: 4rem;
}
.s-depoimentos .content-depoimentos .box-right-depoimentos {
  cursor: grab;
}
.s-depoimentos .content-depoimentos .box-right-depoimentos .carousel {
  position: relative;
}
.s-depoimentos .content-depoimentos .box-right-depoimentos .carousel .slick-prev, .s-depoimentos .content-depoimentos .box-right-depoimentos .carousel .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.s-depoimentos .content-depoimentos .box-right-depoimentos .carousel .slick-prev {
  left: 30px;
}
.s-depoimentos .content-depoimentos .box-right-depoimentos .carousel .slick-next {
  right: 30px;
  opacity: 0.7;
}
.s-depoimentos .content-depoimentos .box-right-depoimentos .carousel .slick-next:hover {
  opacity: 1;
}
.s-depoimentos .content-depoimentos .box-right-depoimentos .carousel .slick-list {
  margin-left: 0;
  margin-right: 0;
}
.s-depoimentos .content-depoimentos .box-right-depoimentos .carousel .slick-slide {
  padding: 0;
}
.s-depoimentos .content-depoimentos .box-right-depoimentos .carousel .itens-box-right-depoimentos .box-content-depoimento {
  background: rgba(33, 33, 33, 0.3568627451);
  padding: 0 0.5rem;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
}
.s-depoimentos .content-depoimentos .box-right-depoimentos .carousel .itens-box-right-depoimentos .box-content-depoimento p {
  margin: 0.5rem 0;
}
.s-depoimentos .content-depoimentos .box-right-depoimentos .carousel .itens-box-right-depoimentos .box-content-depoimento .img-depoimento img {
  width: 100%;
  height: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.text-1-white {
  font-size: 3.5rem;
  font-family: "Playfair Display", serif;
  color: #fff9f0;
  font-style: italic;
  margin-right: 1rem;
  text-align: start;
}

.text-2-white {
  color: #fff9f0;
  font-weight: bold;
}

.text-1-black {
  font-size: 3.5rem;
  font-family: "Playfair Display", serif;
  color: #000;
  font-style: italic;
  margin-right: 1rem;
  text-align: start;
}

.text-2-black {
  color: #000;
  font-weight: bold;
}

.name-bruna {
  font-size: 4rem;
  font-family: "Playfair Display", serif;
  color: #fff9f0;
  font-style: italic;
}

.text-branding {
  font-style: italic;
  font-size: 3.5rem;
  font-family: "Playfair Display", serif;
  margin-bottom: 5rem;
  margin-top: 1rem;
}

.div-text {
  text-align: start;
  margin-bottom: 5rem;
}

@media only screen and (max-width: 768px) {
  .content-depoimentos h2 {
    text-align: center !important;
  }
  .box-content-depoimento {
    margin: 0 !important;
    height: 100% !important;
  }
  .img-popup img {
    max-width: 100% !important;
  }
  .link-popup {
    bottom: 7% !important;
    right: 20% !important;
  }
}
@media only screen and (max-width: 769px) {
  .s-depoimentos {
    padding: 0 0 !important;
    padding-top: 4rem !important;
  }
  .box-content-depoimento {
    padding: 0 0 !important;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

@font-face {
  font-family: NeutraLight;
  src: url(../fonts/NeutraText-LightAlt.ttf);
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: NeutraBook;
  src: url(../fonts/NeutraText-LightAlt.ttf);
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-size: 1.8rem;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9725490196);
  font-family: "NeutraLight", sans-serif;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #fff9f0;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: -1;
}
body p {
  color: #fff9f0;
  font-size: 1.8rem;
}

img {
  max-width: 100%;
  display: block;
}

button {
  border: none;
  outline: none;
  cursor: pointer;
}

p {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #212121;
}

input {
  border: none;
  border-radius: 5px;
}

a {
  text-decoration: none;
  font-size: 1.6rem;
}

li {
  list-style: none;
}

span {
  font-size: 1.6rem;
  color: #212121;
}

h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
}

.container {
  width: 90%;
  margin: 0 auto;
}

strong {
  color: #212121;
}

.s-numbers-parallax .parallax-mobile {
  display: none;
  padding: 10rem 0;
  background-image: url("/resources/assets/img/paralaxe3.webp");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
.s-numbers-parallax .parallax-mobile::after {
  background-color: rgba(0, 0, 0, 0.5);
}
.s-numbers-parallax .parallax-mobile .box-itens-numbers {
  text-align: center;
}
.s-numbers-parallax .parallax-mobile .box-itens-numbers .counter {
  font-size: 5rem;
  color: #fff9f0;
}
.s-numbers-parallax .parallax-mobile .line1-para-mobile {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 3rem;
}
.s-numbers-parallax .parallax-mobile .line2-para-mobile {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.s-numbers-parallax .content-numbers-parallax {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 10rem 0;
  background-image: url("/resources/assets/img/paralaxe3.webp");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
.s-numbers-parallax .content-numbers-parallax::after {
  background-color: rgba(0, 0, 0, 0.5);
}
.s-numbers-parallax .content-numbers-parallax .box-itens-numbers {
  text-align: center;
}
.s-numbers-parallax .content-numbers-parallax .box-itens-numbers .counter {
  font-size: 5rem;
  color: #fff9f0;
}
.s-numbers-parallax .content-numbers-parallax .box-itens-numbers p {
  font-family: "Playfair Display", serif;
  color: #fff9f0;
}
.s-numbers-parallax .content-numbers-parallax .box-itens-numbers strong {
  color: #fff9f0;
}

@media only screen and (max-width: 769px) {
  .content-numbers-parallax {
    display: none !important;
  }
  .parallax-mobile {
    display: block !important;
  }
  .line1-para-mobile {
    display: flex !important;
    flex-direction: column !important;
  }
  .line1-para-mobile .box-itens-numbers {
    margin: 3rem 0 !important;
  }
  .line1-para-mobile .box-itens-numbers p {
    font-size: 2rem !important;
    font-weight: bold !important;
  }
}
@media only screen and (min-width: 770px) {
  .parallax-mobile {
    display: none !important;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

@font-face {
  font-family: NeutraLight;
  src: url(../fonts/NeutraText-LightAlt.ttf);
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: NeutraBook;
  src: url(../fonts/NeutraText-LightAlt.ttf);
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-size: 1.8rem;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9725490196);
  font-family: "NeutraLight", sans-serif;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #fff9f0;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: -1;
}
body p {
  color: #fff9f0;
  font-size: 1.8rem;
}

img {
  max-width: 100%;
  display: block;
}

button {
  border: none;
  outline: none;
  cursor: pointer;
}

p {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #212121;
}

input {
  border: none;
  border-radius: 5px;
}

a {
  text-decoration: none;
  font-size: 1.6rem;
}

li {
  list-style: none;
}

span {
  font-size: 1.6rem;
  color: #212121;
}

h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
}

.container {
  width: 90%;
  margin: 0 auto;
}

strong {
  color: #212121;
}

.s-citou {
  padding: 5rem 0;
  background: #fff9f0;
}
.s-citou p, .s-citou span, .s-citou h2 {
  color: #000;
}
.s-citou .container .content-citou {
  padding-bottom: 6rem;
  cursor: grab;
}
.s-citou .container .content-citou .slick-next::before {
  color: #000 !important;
  opacity: 0.25 !important;
}
.s-citou .container .content-citou .slick-prev::before {
  color: #000 !important;
  opacity: 0.25 !important;
}
.s-citou .container .content-citou .box-citou {
  text-align: center;
}
.s-citou .container .content-citou .box-citou .img-citou {
  text-align: center;
  margin: 2rem auto;
  max-width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 769px) {
  .s-citou .container .slick-slider .content-citou .slick-next {
    right: -20px !important;
  }
  .s-citou .container .slick-slider .content-citou .slick-next::before {
    color: #000 !important;
    opacity: 0.25 !important;
  }
  .s-citou .container .slick-slider .content-citou .slick-prev {
    left: -20px !important;
    width: 0 !important;
  }
  .s-citou .container .slick-slider .content-citou .slick-prev::before {
    color: #000 !important;
    margin-left: 0 !important;
    opacity: 0.25 !important;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

@font-face {
  font-family: NeutraLight;
  src: url(../fonts/NeutraText-LightAlt.ttf);
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: NeutraBook;
  src: url(../fonts/NeutraText-LightAlt.ttf);
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-size: 1.8rem;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9725490196);
  font-family: "NeutraLight", sans-serif;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #fff9f0;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: -1;
}
body p {
  color: #fff9f0;
  font-size: 1.8rem;
}

img {
  max-width: 100%;
  display: block;
}

button {
  border: none;
  outline: none;
  cursor: pointer;
}

p {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #212121;
}

input {
  border: none;
  border-radius: 5px;
}

a {
  text-decoration: none;
  font-size: 1.6rem;
}

li {
  list-style: none;
}

span {
  font-size: 1.6rem;
  color: #212121;
}

h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
}

.container {
  width: 90%;
  margin: 0 auto;
}

strong {
  color: #212121;
}

.s-imagens-footer .content-imagens-footer .box-imagens-footer .itens-box-footer {
  position: relative;
  background-image: url("/resources/assets/img/7.png");
  background-position: center;
  background-repeat: no-repeat;
  transition: background 0.5s ease-in-out;
  background-size: cover;
  height: 70vh;
  cursor: pointer;
}
.s-imagens-footer .content-imagens-footer .box-imagens-footer .itens-box-footer:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  transition: background 0.5s ease-in-out;
  z-index: 1;
}
.s-imagens-footer .content-imagens-footer .box-imagens-footer .itens-box-footer:hover:before {
  background: rgba(0, 0, 0, 0.7);
}
.s-imagens-footer .content-imagens-footer .box-imagens-footer .itens-box-footer:hover .text-box-footer {
  opacity: 1;
  transform: translateY(0);
}
.s-imagens-footer .content-imagens-footer .box-imagens-footer .itens-box-footer .text-box-footer {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 2;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.s-imagens-footer .content-imagens-footer .box-imagens-footer .box-footer2 {
  background-image: url("/resources/assets/img/9.png");
  background-size: cover;
}
.s-imagens-footer .content-imagens-footer .box-imagens-footer .box-footer3 {
  background-image: url("/resources/assets/img/8.png");
  background-size: cover;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

@font-face {
  font-family: NeutraLight;
  src: url(../fonts/NeutraText-LightAlt.ttf);
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: NeutraBook;
  src: url(../fonts/NeutraText-LightAlt.ttf);
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-size: 1.8rem;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9725490196);
  font-family: "NeutraLight", sans-serif;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #fff9f0;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: -1;
}
body p {
  color: #fff9f0;
  font-size: 1.8rem;
}

img {
  max-width: 100%;
  display: block;
}

button {
  border: none;
  outline: none;
  cursor: pointer;
}

p {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #212121;
}

input {
  border: none;
  border-radius: 5px;
}

a {
  text-decoration: none;
  font-size: 1.6rem;
}

li {
  list-style: none;
}

span {
  font-size: 1.6rem;
  color: #212121;
}

h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
}

.container {
  width: 90%;
  margin: 0 auto;
}

strong {
  color: #212121;
}

.s-footer {
  background: #000;
}
.s-footer .content-footer {
  text-align: center;
  padding: 17rem 0;
}
.s-footer .content-footer .box-footer h2 {
  font-size: 4rem;
  font-family: "Playfair Display", serif;
}
.s-footer .content-footer .box-footer .form-footer {
  margin: 5rem 0;
}
.s-footer .content-footer .box-footer .form-footer a {
  border: 1px solid #fff9f0;
  padding: 1rem 2rem;
  border-radius: 1.5rem;
  color: #fff9f0;
  font-weight: bold;
}
.s-footer .content-footer .box-footer .form-footer a:hover {
  background: #fff9f0;
  color: #000;
  transition: all 0.3s ease;
}
.s-footer .content-footer .box-footer .contato-footer {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-top: 5rem;
}
.s-footer .content-footer .box-footer .contato-footer strong {
  color: #fff9f0;
  font-family: "Playfair Display", serif;
}
.s-footer .content-footer .box-footer .contato-footer a {
  color: #fff9f0;
}

@media only screen and (max-width: 769px) {
  .s-imagens-footer .content-imagens-footer .box-imagens-footer button {
    z-index: 9;
  }
  .s-imagens-footer .content-imagens-footer .box-imagens-footer .slick-prev {
    left: 0 !important;
  }
  .s-imagens-footer .content-imagens-footer .box-imagens-footer .slick-next {
    right: -10px !important;
  }
  .s-footer .content-footer {
    padding: 10rem 0 !important;
  }
  .s-footer .content-footer .box-footer h2 {
    font-size: 2rem !important;
  }
  .contato-footer {
    display: flex !important;
    flex-direction: column !important;
    margin-top: 0 !important;
    gap: 4rem !important;
  }
  .contact-form div {
    width: 100% !important;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

@font-face {
  font-family: NeutraLight;
  src: url(../fonts/NeutraText-LightAlt.ttf);
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: NeutraBook;
  src: url(../fonts/NeutraText-LightAlt.ttf);
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-size: 1.8rem;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9725490196);
  font-family: "NeutraLight", sans-serif;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #fff9f0;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: -1;
}
body p {
  color: #fff9f0;
  font-size: 1.8rem;
}

img {
  max-width: 100%;
  display: block;
}

button {
  border: none;
  outline: none;
  cursor: pointer;
}

p {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #212121;
}

input {
  border: none;
  border-radius: 5px;
}

a {
  text-decoration: none;
  font-size: 1.6rem;
}

li {
  list-style: none;
}

span {
  font-size: 1.6rem;
  color: #212121;
}

h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
}

.container {
  width: 90%;
  margin: 0 auto;
}

strong {
  color: #212121;
}

.s-itens-funciona {
  background: #fff9f0;
  color: #000;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

@font-face {
  font-family: NeutraLight;
  src: url(../fonts/NeutraText-LightAlt.ttf);
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: NeutraBook;
  src: url(../fonts/NeutraText-LightAlt.ttf);
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-size: 1.8rem;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9725490196);
  font-family: "NeutraLight", sans-serif;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #fff9f0;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: -1;
}
body p {
  color: #fff9f0;
  font-size: 1.8rem;
}

img {
  max-width: 100%;
  display: block;
}

button {
  border: none;
  outline: none;
  cursor: pointer;
}

p {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #212121;
}

input {
  border: none;
  border-radius: 5px;
}

a {
  text-decoration: none;
  font-size: 1.6rem;
}

li {
  list-style: none;
}

span {
  font-size: 1.6rem;
  color: #212121;
}

h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
}

.container {
  width: 90%;
  margin: 0 auto;
}

strong {
  color: #212121;
}

.s-blog {
  background: #fff9f0;
  padding-top: 3rem;
}
.s-blog strong, .s-blog p, .s-blog h2 {
  color: #000;
}
.s-blog .container .content-blog .box-blog .slick-slide {
  transform: scale(0.8);
  transition: transform 0.3s;
}
.s-blog .container .content-blog .box-blog .slick-center {
  transform: scale(1);
  z-index: 2;
}
.s-blog .container .content-blog .box-blog .slick-prev::before {
  background-color: rgba(0, 0, 0, 0.7) !important;
  border-radius: 100%;
}
.s-blog .container .content-blog .box-blog .slick-next::before {
  background-color: rgba(0, 0, 0, 0.7) !important;
  border-radius: 100%;
}
.s-blog .container .content-blog .box-blog .slick-dots {
  bottom: -10px;
  margin: 1rem 0;
}
.s-blog .container .content-blog .box-blog .itens-box-blog {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.s-blog .container .content-blog .box-blog .itens-box-blog .img-item-blog img {
  border-radius: 10px;
}
.s-blog .container .content-blog .box-blog .itens-box-blog .info-item-blog .type-info {
  font-size: 1.6rem;
}
.s-blog .container .content-blog .box-blog .itens-box-blog .info-item-blog .data-info {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.6rem;
}
.s-blog .container .content-blog .box-blog .itens-box-blog .info-item-blog h2 {
  font-size: 2.8rem;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
}
.s-blog .container .content-blog .box-blog .itens-box-blog .more-info-blog {
  margin-top: 2rem;
}
.s-blog .container .content-blog .box-blog .itens-box-blog .more-info-blog .link-blog {
  margin: 2rem 0;
}
.s-blog .container .content-blog .box-blog .itens-box-blog .more-info-blog .link-blog a {
  font-weight: bold;
  background: #000;
  color: #fff9f0;
  border-radius: 1.5rem;
  padding: 1rem 3rem;
}
.s-blog .container .content-blog .box-blog .itens-box-blog .more-info-blog .link-blog a:hover {
  color: #000;
  background: #fff9f0;
  transition: all 0.2s;
  border: 1px solid #000;
}
.s-blog .container .content-blog .slick-slider {
  margin-bottom: 0;
}

.center-item {
  transform: translateY(-50px);
  z-index: 2;
}

.popup-overlay .popup .popup-content h3 {
  color: #000;
}
.popup-overlay .popup .popup-content .img-popup {
  max-width: 100%;
}
.popup-overlay .popup .popup-content .img-popup img, .popup-overlay .popup .popup-content .img-popup video {
  width: 100%;
  height: 85vh;
  -o-object-fit: contain;
     object-fit: contain;
}
.popup-overlay .popup .popup-content .text-popup-blog p {
  text-align: start;
  margin: 0 auto;
  width: 60%;
  margin-top: 3rem;
}
.popup-overlay .popup .popup-content img {
  max-width: 100%;
  border-radius: 5px;
}
.popup-overlay .popup .popup-content .link-popup {
  position: absolute;
  bottom: 5%;
  right: 43%;
}
.popup-overlay .popup .popup-content .link-popup a {
  padding: 1rem 4rem;
  background: #000;
  color: #fff9f0;
  border-radius: 5px;
}
.popup-overlay .popup .popup-content .close-popup {
  position: absolute;
  right: 10px;
  top: 10px;
}
.popup-overlay .popup .popup-content .close-popup #close {
  font-size: 3rem;
  color: #000;
}/*# sourceMappingURL=main.css.map */