:root {
  --font-one: "Stellar";
  --font-two: "Ibrand";
  --swiper-pagination-color: #19ff00;
  --swiper-pagination-bullet-inactive-color: #FFFFFF;
  --swiper-pagination-bullet-inactive-opacity: 1;
}

@font-face {
  font-family: "Stellar";
  src: url("../../assets/fonts/stellar/Stellar-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Stellar";
  src: url("../../assets/fonts/stellar/Stellar-Light.otf") format("opentype");
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "Stellar";
  src: url("../../assets/fonts/stellar/Stellar-Medium.otf") format("opentype");
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "Stellar";
  src: url("../../assets/fonts/stellar/Stellar-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "Ibrand";
  src: url("../../assets/fonts/ibrand/Ibrand.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
}

.font-stellar {
  font-family: var(--font-one), serif;
}

.font-ibrand {
  font-family: var(--font-two), sans-serif;
  letter-spacing: 2px;
}

.stellar-light {
  font-family: "Stellar", serif;
  font-weight: 300;
}

.stellar-regular {
  font-family: "Stellar", serif;
  font-weight: 400;
}

.stellar-medium {
  font-family: "Stellar", serif;
  font-weight: 500;
}

.stellar-bold {
  font-family: "Stellar", serif;
  font-weight: 700;
}

/* Ajuste da cor de paginação */
.swiper-pagination {
  --swiper-pagination-color: var(--swiper-pagination-color);
  --swiper-pagination-bullet-inactive-color: var(--swiper-pagination-bullet-inactive-color);
  --swiper-pagination-bullet-inactive-opacity: var(--swiper-pagination-bullet-inactive-opacity);
}

.fs-1rem {
  font-size: 1rem;
}
.fs-2rem {
  font-size: 2rem;
}
.fs-3rem {
  font-size: 3rem;
}
.fs-4rem {
  font-size: 4rem;
}
.fs-5rem {
  font-size: 5rem;
}
.mt-7 {
  margin-top: 70px;
}
.min-height-450 {
  min-height: 450px;
}
.min-height-500 {
  min-height: 500px;
}
.min-height-550 {
  min-height: 550px;
}
.max-width-400 {
  max-width: 400px;
}
.max-width-450 {
  max-width: 450px;
}
.max-width-500 {
  max-width: 500px;
}
.max-width-550 {
  max-width: 550px;
}
.fauno-hero {
  background-color: #1a1a1a;
}
.fauno-hero img.cases-de-sucesso-fauno {
  position: absolute;
  top: 40px;
  z-index: 3;
  max-width: 150px;
  right: 380px;
}
.fauno-hero video {
  height: 100%;
  right: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  width: auto;
}
.fauno-hero img.hero-bg {
  width: 100%;
  height: auto;
  right: 0;
  position: absolute;
  z-index: 2;
  top: 0;
}
h1.fauno-logo-imagem {
  margin-bottom: 0;
  margin-top: 20px;
  max-width: 300px;
}
.fauno-bg-dark {
  background-color: #000;
  background-image: url(../../assets/img/fauno-bg.png);
  background-size: cover;
}
.swiper-fauno-antes-depois,
.swiper-fauno-identidade-visual{
  max-width: 400px;
}
.swiper-fauno-antes-depois img ,
.swiper-fauno-identidade-visual img{
  border-radius: 20px;
}
.fauno-section-3,
.fauno-section-4,
.fauno-section-5{ 
  padding: 0;
  padding-bottom: 40px;
}
.head-fauno-separador{
  padding: 40px;
}
.bg-separador-fauno {
  background-image: url(../../assets/img/separador.jpg);
  height: 10px;
  background-size: contain;
  background-repeat: repeat;
  width: 100%;
  margin-bottom: 50px;
}
.fauno-logo-icon{
  width: 100%;
}
.imagem-e-titulo-fauno {
  display: flex;
  gap: 15px;
  align-items: center;
}
.imagem-e-titulo-fauno img.fauno-logo-icon {
  max-height: 90px;
}
.fauno-section-3 img.criacao-de-simbolo,
.fauno-section-4 img.fauno-paleta-de-cores {
  padding: 40px;
}
.swiper-fauno-identidade-visual-fontes {
  max-height: 600px;
}
div#modalBrandingFauno img.branding-fauno-rebranding {
  margin: 0 auto;
  display: flex;
  border-radius: 20px;
}
img.fauno-antes-depois-destaque {
  position: absolute;
  bottom: 20px;
  right: 10px;
  max-height: 80px;
  z-index: 2;
}
img.fauno-paleta-de-cores {
  max-width: 700px;
  margin: 0 auto;
}
.swiper-fauno-motion-graphic-video {
  width: 100%;
  height: 100%;
  max-width: 450px;
  margin: 0 auto;
}
.fauno-motion-graphic-video video {
  max-width: 450px;
  margin: 0 auto;
  margin-bottom: -30px;
}
img.icone-da-fauno-com-olho {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  opacity: 0.5;
}
.site-da-fauno-desenvolvimento img {
  max-width: 500px;
  margin: 0 auto;
}
img.icone-da-fauno-1 {
  position: absolute;
  right: 70px;
  max-width: 60px;
  top: 35px;
}
.swiper-telas-da-fauno img{
  border-radius: 20px;
}
/* Slides do slider específico */
.swiper-telas-da-fauno .swiper-slide-prev,
.swiper-telas-da-fauno .swiper-slide-next {
  transition: transform 0.3s ease;
  transform: scale(0.8) !important; /* Tamanho padrão menor para slides laterais */
}

/* Destaque para o slide ativo dentro deste slider */
.swiper-telas-da-fauno .swiper-slide-active {
  transform: scale(1) !important; /* Slide central maior */
}
.swiper-pagination-fauno {
  position: relative;
  margin-top: 15px;
}
.bg-separador-fauno.popup-fixo {
  width: calc(100% + 65px* 2);
  position: relative;
  left: -65px;
}
h3.titulo-com-icone {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
h3.titulo-com-icone img {
  height: 60px;
  padding: 0;
}
.fauno-section-10 swiper-slide img {
  padding-bottom: 40px;
}
.fauno-section-10 swiper-container {
  margin-bottom: -40px;
}
@media (max-width: 1249.85px) {
}
@media (max-width: 991.85px) {
}
@media (max-width: 767.85px) {
}
@media (max-width: 680px) {
}
@media (max-width: 620px) {
}
@media (max-width: 567.86px) {
}
