/**
 * Swiper 4.3.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 31, 2018
 */

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
/* Deprecated as of 4.4.0 */
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-map-marker:before {
  content: "\f041";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-whatsapp:before {
  content: "\f232";
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

/* No Js */

/*
 *  Owl Carousel - Animate Plugin
 */

/*
 * 	Owl Carousel - Auto Height Plugin
 */

/*
 * 	Owl Carousel - Lazy Load Plugin
 */

/*
 * 	Owl Carousel - Video Plugin
 */ 
.text-light {
    color: #fff;
  }
  .card {
    background-color: #000000c9;
    padding: 20px 50px 70px 50px;
    box-shadow: #e2d6876a 0px 0px 0px 1px inset;
    text-align: center;
  }

  @media (max-width: 767px) {

    .card {
        background-color: #000000c9;
        padding: 20px 50px 70px 50px;
        box-shadow: #e2d6876a 0px 0px 0px 1px inset;
        text-align: center;
      }
  }

  /********** HERO FORM *************/
  
  .text-wa {
    color: #25d366!important;
  }

/********** SOBRE VENDAS *************/
/******************* Edite aqui***************/
/******************* ROOT ***************/

:root {
  --light: #fff;
  --dark: #000;
}
.button-whatsapp {
  background-image: -webkit-linear-gradient(45deg, transparent 50%, #25d366  50%);
  background-image: linear-gradient(45deg, transparent 50%,  #25d366 50%);
  background-position: 100%;
  background-size: 400%;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;   
  padding: 1.1rem 2.2rem;
  color: white;
  font-weight: 500;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px;border: 1px solid #25d366;
}
.button-whatsapp:hover  {
  background-position: 0;
  color: rgb(50, 50, 50);
}

.button {
  background-image: -webkit-linear-gradient(45deg, transparent 50%, #6a9e5fad  50%);
  background-image: linear-gradient(45deg, transparent 50%,  #6a9e5fad 50%);
  background-position: 100%;
  background-size: 400%;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;   
  padding: 1.1rem 2.2rem;
  color: white;
  font-weight: 100;
  justify-content: center;
  text-align: center;
  border: 1px solid #6a9e5fad;
}
.button:hover  {
  background-position: 0;
  color: white;
}
.button-contato {
  background-image: -webkit-linear-gradient(45deg, transparent 50%, #cbb377  50%);
  background-image: linear-gradient(45deg, transparent 50%,  #cbb377 50%);
  background-position: 100%;
  background-size: 400%;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;   
  padding: 0.9rem 2.6rem;
  color: white;
  font-weight: 500;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px;border: 1px solid #cbb377;
}
.button-contato:hover  {
  background-position: 0;
  color: #333;
}
.btn-whatsapp {
  position: fixed;
  right: 0;
  bottom: 0;
  transform: translate(-50%, -50%);
  background-color: rgb(37, 211, 102);
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 58px;
  font-size: 1.8em;
  color: #ffffff;
  font-weight: 100;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1001;
}
.btn-whatsapp:before, .btn-whatsapp:after {
  content: '';
  display: block;
  position: absolute;
  border-radius: 50%;
  border: 1px solid #25d366;
  left: -20px;
  right: -20px;
  bottom: -20px;
  top: -20px;
  animation: animate 1.5s linear infinite;
  opacity: 0;
  backface-visibility: hidden;
}
.pulsaDelay:after {
  animation-delay: .5s;
}

@keyframes animate {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

#header {
  background-color: var(--cor-primaria);
  position: fixed;
  width: 100%;
  z-index: 199 !important;
  height: 80px;
  line-height: 80px;
  display: block;
  top: 0;
}
#header .header-inner {
  height: 80px;
  background-color: var(--cor-primaria);
  transition: 0.4s ease-in-out;
}

#mainMenu {
  padding: 0;
  min-height: 0;
  transition: 0.5s;
}

#header .header-inner .container {
  max-width: 100%;
  padding: 0 30px;
}

#mainMenu nav {
  float: right;
}

#mainMenu nav > ul,
.header-extras > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#mainMenu nav > ul > li {
  float: left;
  border: 0;
  transition: 0.3s;
  margin-left: 6px;
  position: relative;
}

#mainMenu nav > ul > li > a {
  position: relative;
  padding: 10px 12px;
  font-size: 16px;
  letter-spacing: 0.6px;
  color: #333!important;
  border-radius: 0;
  border: 0 solid transparent;
  transition: 0.3s;
  line-height: normal;
  font-weight: 400;
}
#mainMenu nav > ul > li > a:hover {
  font-size: 17px;
  color: #cbb377!important;
  transition: 0.3s;
  font-weight: 500;
}

#mainMenu-trigger {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  height: 80px;
  z-index: 1;
  float: right;
}

section {
  padding: 200px 0;
  position: relative;
}

.header-extras,
.lines,
section {
  position: relative;
}

.header-extras {
  float: right;
  z-index: 199;
  height: 80px;
  margin-right: 4%;
}

.header-extras > ul > li {
  float: left;
  border: 0;
}

.header-extras > ul > li > .button-header {
    background-image: -webkit-linear-gradient(45deg, transparent 50%, #6a9e5f  50%);
    background-image: linear-gradient(45deg, transparent 50%,  #6a9e5f 50%);
    background-position: 100%;
    background-size: 400%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;   
    padding: 0.9rem 2.2rem;
    color: white;
    font-weight: 100;
    justify-content: center;
    text-align: center;
    border: 1px solid #6a9e5f;
    font-weight: 400;
    font-family: 'Work Sans', sans-serif;
    letter-spacing:2px ;
    text-transform: uppercase;
    font-size: 12px;

  }

.header-extras > ul > li > .button-header:hover {
  background-position: 0;
    color: #333;
}

.header-extras > ul > li > .button-header:active {
  transform: scale(1.1);
}
.logo {
  float: left;
  z-index: 201;
  position: relative;
}
.logo-header {
  height: 80px;
  padding: 15px 0;
  z-index: 201;
  position: relative;
  margin-left: 30%;
}
.lines {
  display: inline-block;
  height: 3px;
  width: 30px;
  border-radius: 4px;
  transition: 0.3s;
  position: relative;
  top: -4px;
}
.lines::before,
.lines::after {
  display: inline-block;
  height: 3px;
  border-radius: 4px;
  transition: 0.3s;
  content: "";
  position: absolute;
  left: 0;
  transform-origin: 2.85714px center;
  width: 100%;
}
.lines::before {
  top: 8px;
}
.lines::after {
  top: -8px;
}
.lines,
.lines:before,
.lines:after {
  background-color: #454545;
}

@media (max-width: 1024px) {
  #header .header-inner {
    height: auto;
  }
  .header-extras {
    float: left;
  }
  #header .header-inner #mainMenu .container {
    max-width: 100%;
  }
  #mainMenu-trigger {
    position: relative;
    opacity: 1;
    visibility: visible;
    transition: 0.5s;
  }
  #mainMenu {
    max-height: 0;
    clear: both;
    display: block;
    width: 100%;
    opacity: 1;
    overflow: hidden;
  }
  #mainMenu nav {
    line-height: 40px;
    float: none;
    margin: 0 auto;
    width: 50%;
    text-align: center;
    transition: 0.7s ease;
    opacity: 0;
    transform: translateY(-18px);
  }
  #mainMenu nav > ul {
    float: none;
    width: 100%;
  }
  #mainMenu:not(.menu-overlay) nav > ul > li {
    padding: 0;
    margin: 0;
    clear: both;
    float: none;
    display: block;
    border: 0;
  }
  #mainMenu nav > ul > li > a {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  #mainMenu nav {
    line-height: 40px;
    float: none;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    transition: 0.7s ease;
    opacity: 0;
    transform: translateY(-18px);
  }
}
section {
  padding: 80px 0;
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  background-color: #fff;
}
input.validation {
  display: none;
}
.custom-control-label,.custom-control-label b {
color: var(--cor-primaria)!important;
}
/******************* breadcrumb**************88*/

#menu-hamburguer {
  z-index: 299 !important;
}
.social-icons ul {
  padding: 0;
  margin: 0;
}
.social-icons li {
  float: left;
}
.social-icons a {
  float: left;
  height: 32px;
  width: 32px;
  line-height: 32px;
  font-size: 1.5rem !important;
  text-align: center;
  margin: 0 4px 4px 0;
  border-radius: 4px;
  border: 0;
  background: 0 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: var(--light);
}
#slider {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  padding: 0;
  background-color: var(--light);
  z-index: 1;
}
#slider .owl-carousel .item {
  width: 100vw;
  min-height: 100vh;
  background-size: cover;
  background-position: center center;
}
#slider .owl-carousel .item.slide {
  background-image: url("/images/hero.jpg");
}
.owl-carousel {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.card {
  background-color: #000000c9;
  padding: 20px 50px 70px 50px;
  box-shadow: #e2d6876a 0px 0px 0px 1px inset;
  text-align: center;
}
.slider-caption {
  padding-top: 10%;
  width: 100%;
}
.slider-caption .title-slide {
  line-height: 4.2rem;
  letter-spacing: 5px;
  background: linear-gradient(0, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.4));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 52px;
  font-weight: 900;
  display: flex; /* Define o layout flexível */
  flex-wrap: wrap; /* Permite a quebra de linha */
  justify-content: center; /* Centraliza o conteúdo */
  align-items: center; /* Alinha verticalmente */
  text-align: center; /* Centraliza o texto */
}
.slider-caption .title-slide span:first-child {
  flex-basis: 100%; /* Garante que "TRADUÇÕES" ocupe a linha inteira */
}

.slider-caption .typing-effect {
  min-width: 250px; /* Reserva espaço suficiente para a palavra mais longa */
  display: inline-block; /* Garante que o texto fique alinhado */
  text-align: center; /* Centraliza o texto animado */
}

.typing-effect-mobile {
  display: inline;
  font-size: 23px; /* Ajuste para o mobile */
  font-weight: bold;
  color: #fff;
  letter-spacing: 1px;
}

.cursor-mobile {
  display: inline;
  font-size: 20px; /* Ajuste para o mobile */
  font-weight: bold;
  color: #fff;
  animation: blink-mobile 1s infinite;
}

@keyframes blink-mobile {
  0%, 100% {
      opacity: 1;
  }
  50% {
      opacity: 0;
  }
}

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

@keyframes blink {
  0%, 100% {
      opacity: 1;
  }
  50% {
      opacity: 0;
  }
}
.slider-caption .subtitle-slide {
  font-family: 'Work Sans', sans-serif;
  font-size: 28px;
  font-weight: 300!important;
  line-height: 2.2rem;
  margin-bottom: 20px;
}
.hero-caption { 
  font-size: 20px;
  margin-top: 20px;
}
/********** MODAL SUCESSO *************/
.modal-sucesso {
  position: fixed;
  z-index: 2000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  display: none;
  justify-content: center;
  align-items: center;
}

.modal-sucesso-content {
  background-color: #111;
  padding: 30px;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  width: 90%;
  max-width: 400px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.4);
}

.modal-sucesso-content h3 {
  margin-top: 0;
  color: #25D366;
}

.modal-sucesso-content p {
  margin: 15px 0 0;
  font-size: 20px;
  color: #fff;
}

.modal-close {
  color: #fff;
  font-size: 40px;
  cursor: pointer;
  float: inline-end;
}

.whatsapp-icon {
  margin-bottom: 1rem;
}

.whatsapp-icon .fa-whatsapp {
  font-size: 48px;
  color: #ffffff;
}

/********** FLOATING FORM *************/
.floating-form {
  width: 360px;
  height: auto;
  position: fixed;
  bottom: 90px;
  right: 20px;
  background-color: #111;
  padding: 20px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.4);
  border-radius: 16px;
  z-index: 1000;
  display: none;
  overflow-y: auto;
}

.floating-form h2 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin-bottom: 1rem;
}

.floating-form .form-group input,
.floating-form input[type="email"] {
  background: #222;
  border: 1px solid #333;
  color: #fff;
  padding: 10px 12px;
  border-radius: 6px;
  width: 100%;
}

.floating-form label {
  color: #bbb;
  font-size: 13px;
}

.floating-form .custom-control-label,
.floating-form .custom-control-label a {
  color: #aaa;
  font-size: 13px;
}

.floating-form .button-floating {
  width: 100%;
  background-color: #25d366;
  color: white;
  font-weight: bold;
  font-size: 15px;
  padding: 12px;
  margin-top: 10px;
  border-radius: 6px;
  border: none;
}

.floating-form .close-button {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}

.text-wa {
  color: #25d366!important;
}

@media (max-width: 767px) {
  .floating-form {
    width: 100vw;
    height: 100vh;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    padding: 20px 15px;
    background-color: #000 !important;
    overflow-y: auto;
    border-radius: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
  }

  .floating-form h2 {
    font-size: 18px;
    text-align: center;
    color: #fff;
    line-height: 1.3em;
    margin-bottom: 20px;
  }

  .floating-form .form-group input,
  .floating-form input[type="email"] {
    background: #111;
    border: 1px solid #444;
    color: #fff;
  }

  .floating-form label {
    color: #ccc;
  }

  .floating-form .custom-control-label a {
    color: #6fae75;
    font-weight: bold;
  }

  .floating-form .button-floating {
    width: 100%;
    background-color: #25d366;
    border: none;
    font-weight: bold;
    font-size: 16px;
  }

  .floating-form .close-button {
    position: absolute;
    top: 12px;
    right: 20px;
    font-size: 26px;
    color: white;
    z-index: 10001;
    cursor: pointer;
  }
}
/********** FOOTER *************/
footer {
  background: linear-gradient(348deg, #101010 24%, #2d2d2d 65%);
  width: 100%;
  position: relative;
}
footer .widget ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  clear: both;
  display: block;
  position: relative;
}

footer .widget .social-icons ul {
  display: inline-block;
}
.social-icons li {
  float: left;
  list-style: none;
}
footer .widget .social-icons li a {
  font-size: 22px !important;
  color: var(--light);
  width: 30px;
  height: 30px;
  line-height: 30px;
  float: left;
  text-align: center;
  border-radius: 4px;
  border: 0;
  background: 0 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .widget .social-icons li a:hover {
  opacity: 0.7;
}
footer .widget .social-icons {
  margin-top: 20px;
}
footer .footer-content {
  padding: 60px 0 40px;
}
footer .copyright-content {
  padding: 20px 0;
  background-color: var(--cor-terciaria-footer);
  font-size: 13px;
  color: var(--cor-secundaria);
}
.copyright-text a {
  color: var(--cor-secundaria);
}
.logo-footer {
  width: 95%;
}
footer .copyright-content a {
  align-items: center;
  gap: 5px;
}
/******************* SOBRE ************/
#sobre {
  background-image: url('/images/bg-sobre.svg');
  background-size: cover;
  padding: 200px 0;
}
.floating-paper {
  position: relative;
  animation: floatTilt 6s ease-in-out infinite, shadowAnimation 3s ease-in-out infinite;
  filter: drop-shadow(0px 20px 25px rgba(0, 0, 0, 0.3)); /* Sombra inicial */
}

/* Movimento do papel: flutuação e inclinação */
@keyframes floatTilt {
  0% {
      transform: translateY(0px) rotate(0deg);
  }
  25% {
      transform: translateY(-7px) rotate(1deg);
  }
  50% {
      transform: translateY(-14px) rotate(0deg);
  }
  75% {
      transform: translateY(-7px) rotate(-1deg);
  }
  100% {
      transform: translateY(0px) rotate(0deg);
  }
}

/* Sombra com suavidade de 30 FPS */
@keyframes shadowAnimation {
  0% {
      filter: drop-shadow(0px 20px 25px rgba(0, 0, 0, 0.3));
  }
  3.33% {
      filter: drop-shadow(0px 21px 26px rgba(0, 0, 0, 0.28));
  }
  6.66% {
      filter: drop-shadow(0px 22px 27px rgba(0, 0, 0, 0.26));
  }
  10% {
      filter: drop-shadow(0px 23px 28px rgba(0, 0, 0, 0.25));
  }
  13.33% {
      filter: drop-shadow(0px 24px 29px rgba(0, 0, 0, 0.24));
  }
  16.66% {
      filter: drop-shadow(0px 25px 30px rgba(0, 0, 0, 0.23));
  }
  20% {
      filter: drop-shadow(0px 26px 31px rgba(0, 0, 0, 0.22));
  }
  23.33% {
      filter: drop-shadow(0px 27px 32px rgba(0, 0, 0, 0.21));
  }
  26.66% {
      filter: drop-shadow(0px 28px 33px rgba(0, 0, 0, 0.2));
  }
  30% {
      filter: drop-shadow(0px 29px 34px rgba(0, 0, 0, 0.19));
  }
  33.33% {
      filter: drop-shadow(0px 30px 35px rgba(0, 0, 0, 0.18));
  }
  36.66% {
      filter: drop-shadow(0px 29px 34px rgba(0, 0, 0, 0.19));
  }
  40% {
      filter: drop-shadow(0px 28px 33px rgba(0, 0, 0, 0.2));
  }
  43.33% {
      filter: drop-shadow(0px 27px 32px rgba(0, 0, 0, 0.21));
  }
  46.66% {
      filter: drop-shadow(0px 26px 31px rgba(0, 0, 0, 0.22));
  }
  50% {
      filter: drop-shadow(0px 25px 30px rgba(0, 0, 0, 0.23));
  }
  53.33% {
      filter: drop-shadow(0px 24px 29px rgba(0, 0, 0, 0.24));
  }
  56.66% {
      filter: drop-shadow(0px 23px 28px rgba(0, 0, 0, 0.25));
  }
  60% {
      filter: drop-shadow(0px 22px 27px rgba(0, 0, 0, 0.26));
  }
  63.33% {
      filter: drop-shadow(0px 21px 26px rgba(0, 0, 0, 0.28));
  }
  66.66% {
      filter: drop-shadow(0px 20px 25px rgba(0, 0, 0, 0.3));
  }
  100% {
      filter: drop-shadow(0px 20px 25px rgba(0, 0, 0, 0.3));
  }
}
/*********************** SECTION 2 *********************/
#traducoes {
  background-color: #fff;
}
.card-traducoes{
  background-color: #f6f6f6;
  padding: 30px;
  height: 147px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  margin-top: 30px!important;
  align-content: center;
}

/*********************** PROCESSO *********************/
#processo {
  background-image: url('/images/bg-paper.svg');
  background-size: cover;
  padding: 100px 0px 100px 0px;
  margin-bottom: -90px;
  z-index: 3;
  background-color: transparent;
  }

.divisor {
  width: 1%;
}
#processo p {
  font-size: 0.9rem;
}
.processo-carousel .item {
  padding: 20px;
  text-align: center;
}

.processo-carousel .item h4 {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 600;
}

.processo-carousel .item p {
  font-size: 18px;
}
.svg-container {
  position: relative;
  opacity: 1;
  animation-duration: 800ms;
  text-align: center;
}

.svg-image {
  width: 100%;
  max-width: 100%;
}
.text-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#processo .line {
  opacity: 0;
  transform: translateY(30px);
}
/*************** CTA ************/

/*************** SECTION 4 ************/

@import url("https://fonts.googleapis.com/css?family=Fira+Sans:400,500,600,700,800");
* {
  box-sizing: border-box;
}

/*************** BLOG ************/
/** colocar aqui**/
@media screen and (max-width: 768px) {
  /*principal*/
}
/****************** DIFERENCIAIS *****************/
#diferenciais {
  padding: 100px 50px;
  display: flex;
  align-items: end;
  position: relative;
  overflow: hidden; /* Evita vazamento do conteúdo */
  background-size: contain; /* Garante que a imagem seja totalmente visível */
  background-repeat: no-repeat; /* Evita repetições */
  background-position: right; /* Posiciona a imagem à direita */
  z-index: 1;
  height: 100vh;
  transition: background-image 0.8s ease-in-out;
}

#diferenciais::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, rgba(59, 59, 59, 0.3), rgba(0, 0, 0, 0));
  z-index: 2;
  pointer-events: none;
}

#diferenciais .container-fluid {
  position: relative;
  z-index: 5;
}

#diferenciais .diferenciais-carousel .item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  height: auto;
}

.image-container {
  flex: none;
  position: relative;
  width: 40%;
  height: auto;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

/* Ajustes para fundos dinâmicos com transições */
#diferenciais .image-container {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right; /* Garante que o fundo fique alinhado */
  transition: background-image 0.3s ease-in-out; /* Transição suave ao mudar o fundo */
}

#diferenciais h3 {
  font-family: 'Rubik', sans-serif;
  font-size: 64px;
  color: #757575;
  font-weight: 900;
  line-height: 70px;
}
#diferenciais h6 {
  font-size: 26px;
  text-transform: uppercase;
  color: #cbb377;
  letter-spacing: 7%;
  font-weight: 300;
}

.benefits {
  list-style: none; /* Remove os bullets padrão */
  padding: 0; /* Remove o espaçamento interno */
  margin: 0; /* Remove o espaçamento externo */
  max-width: 500px;
}

.benefits li {
  display: flex; /* Cria um layout flexível */
  align-items: flex-start; /* Garante o alinhamento inicial dos itens */
  gap: 10px; /* Espaçamento entre o ícone e o texto */
  margin-bottom: 10px; /* Espaçamento entre os itens */
}

.benefits li i {
  color: #3a8646;
  font-size: 24px;
  flex-shrink: 0;
}

.benefits li span {
  line-height: 1.5;
  display: block;
}
#diferenciais ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#diferenciais li {
  font-size: 20px;
  list-style: none;
}
.image-container {
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}

#diferenciais .line {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
/************* FORM CONTATO *************/
#contato {
  position: relative;
  padding: 200px 0;
  overflow: hidden; /* Garante que o pseudo-elemento não ultrapasse os limites */
}

#contato::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/images/bg-sobre.svg);
  background-size: cover;
  background-position: center;
  filter: invert(1); /* Aplica a inversão ao background */
  z-index: -1; /* Coloca o pseudo-elemento atrás do conteúdo */
}

#contato h2 {
  display: flex;
  flex-direction: column;
  color: #ffffff;
  font-weight: 900;
  line-height: 1.3;
  width: 100%;
  font-size: 2.25rem !important;
  margin-bottom: 1rem;
}

#contato h3 {
  display: flex;
  flex-direction: column;
  color: var(--cor-primaria);
  font-weight: 500;
  line-height: 1.1;
  width: 100%;
  font-size: 1.6rem!important;
}

#contato h2 span {
  text-transform: uppercase;
  margin: 1.4rem 0px;
  color: gray !important;
  font-size: 1.4rem !important;
  font-weight: 300;
  letter-spacing: 4px;
}
.form-contato .form-control {
  border: 0;
  border-bottom: 1px solid #747474;
  border-radius: 0;
  background: transparent;
  padding: 0.375rem 0;
}

.form-select {
  border: 0;
  border-radius: 0;
  padding: 0.375rem 0;
  border-bottom: 1px solid #747474;
  background: transparent;
  color: white;
  font-weight: 300;
}
.form-control:focus {
  box-shadow: 0 0 0 0;
}
.form-contato label.form-label{
  pointer-events: none;
  position: absolute;
  top: calc(50% - 21px);
  transition: all 0.1s linear 0s;
  color: #ffffff;
  text-align: left;
  line-height: 1;
  font-size: 1rem;
  left: 0px;
}
#form-background-whatsapp .form-contato label.form-label{
  left: 15px;
}
.form-contato input:focus + label.form-label, .form-contato input:-webkit-autofill ~ label.form-label {
  font-size: 0.75rem;
  top: -14px;
}

#form-background {
  background: rgb(122 122 122 / 14%);
  padding: 2rem 4rem 2rem 4rem;
  box-shadow: rgb(0 0 0 / 20%) 0 4px 8px -1px;
}

#form-background-whatsapp {
  padding: 1rem 2rem 1rem 2rem;
  box-shadow: rgb(0 0 0 / 20%) 0 4px 8px -1px;
}

.float-label {
  padding-bottom: 15px;
  position: relative;
}
.contact-info {
  list-style: none; /* Remove os bullet points */
  padding: 0; /* Remove espaçamento interno */
  margin: 0; /* Remove espaçamento externo */
  font-size: 16px; /* Define o tamanho do texto */
}

.contact-info li {
  display: flex;
  align-items: center; /* Alinha o ícone e o texto */
  margin-bottom: 10px; /* Espaçamento entre os itens */
}

.contact-info i {
  color: #cbb377; /* Cor dos ícones */
  font-size: 20px; /* Tamanho dos ícones */
  margin-right: 10px; /* Espaçamento entre ícone e texto */
}

.contact-info a {
  color: #555; /* Cor do link */
  text-decoration: none; /* Remove o sublinhado */
  transition: color 0.3s; /* Transição suave na cor */
}

.contact-info a:hover {
  color: #3c6242; /* Cor do link ao passar o mouse */
}
@media (max-width: 992px) {
  .slider-caption .title-slide {
    font-size: 35px;
  }
}
@media (max-width: 768px) {

  .slider-caption {
    position: absolute;
    bottom: 22%;
    color: #fff;
  }
  .hero-caption { 
    font-size: 16px;
    margin-top: 20px;
  
  }
  .slider-caption .title-slide {
    font-size: 30px;
    color: #fff;
  }
  #slider .owl-carousel .item.slide {
    background-image: url("/images/slider-mobile.jpg");
    height: 100vh;
  }
  #processo {
    background-image: url('/images/bg-paper-mobile.svg');
    background-size: cover;
    z-index: 3;
    background-color: transparent;
    background-position: center;
    }
  #processo p {
    font-size: 20px;
  }
  .divisor {
      width: 6%;
    }
  .button {
    font-size: 12px;
  }
  .logo-header {
    padding: 15px 0;
    margin-left: 0;
  }
  .slider-caption {
    padding-top: 35%;
    padding-bottom: 20px;
  }
  .slider-caption .title-slide {
    font-size: 20px;
  }
  .slider-caption .subtitle-slide {
    font-family: 'Work Sans', sans-serif;
    font-size: 18px;
    font-weight: 300!important;
    line-height: 1.6rem;
  }
  #slider .owl-carousel .item {
    min-height: 80vh;
  }
  #form-background {
    padding: 3.5rem 1rem 4.5rem 1rem;
  }
  .card-traducoes {
    height: 210px;
  }
  .slider-caption .title-slide {
    line-height: 2.2rem;
  }
  .title-mobile {
    font-size: 30px!important;
    font-weight: 300!important;
    letter-spacing: 4px!important;
  }
  .subtitle-mobile {
    font-size: 20px!important;
  }
  .contact-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
  }
  #diferenciais {
    background-color: white;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    z-index: 1;
    height: 100%;
    padding: 100px 0;
    }

  #diferenciais h3 {
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
  }

  #diferenciais h6 {
    font-size: 18px;
    letter-spacing: 5%;
    font-weight: 400;
  }

  .benefits {
    padding: 0 10px;
  }

  .benefits li {
    margin-bottom: 8px;
  }

  .benefits li i {
    font-size: 20px;
  }

  .benefits li span {
    font-size: 16px;
    line-height: 1.4;
  }

  #diferenciais li {
    font-size: 16px;
  }

  #contato {
    padding: 75px 0;
  }

  #sobre {
    padding: 75px 0;
  }

  footer .footer-content {
    padding: 40px 0 40px;
  }

  #diferenciais .diferenciais-carousel .item {
    align-items: flex-start;
    justify-content: space-between;
    height: auto;
    display: flex;
    flex-direction: column;
  }
  .typing-effect {
    font-size: 1.2rem;
  }
  .cursor {
    height: 1.2rem;
  }
  .img-fluid {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  }
  .xs-text-center {
    text-align: center !important;
  }
  .xs-order-1 {
    order: 1;
  }
  .xs-order-2 {
    order: 2;
  }
  .container {
    padding: 0 30px;
  }
  .container {
    max-width: 720px;
  }

/* Animation */
}

/* Importando Rubik e Work Sans */
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;700&family=Work+Sans:wght@300;400;500&display=swap');

/* Corpo do site - Fonte Work Sans (light) */
body {
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
    color: #333;
}

h1, h2 {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    color: #000;
}
p {
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
  font-size: 1.1rem;
  color: rgb(51, 51, 51);
  line-height: 1.5;
  letter-spacing: 0px;
}
h3 {
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 40px;
}
h4 {
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 28px;
}
:root {
  --light: #fff;
}
.text-yellow {
  color: #cbb377!important;
}
.text-gray-section {
  color: gray;
  letter-spacing: 4px;
  font-weight: 300;
  text-transform: uppercase;
}
.uppercase {
  text-transform: uppercase;
  letter-spacing: 4px;
}
.relative {
  position: relative;
}
.img-responsive {
  width: 100%;
  height: auto;
}
b, strong {
  font-weight: 800;
}
.text-dark {
  color: #000;
}
.text-gray {
  color: #777777;
}
.f-w-200 {
  font-weight: 200;
}
.f-w-300 {
  font-weight: 300;
}
.f-w-400 {
  font-weight: 400;
}
.f-w-500 {
  font-weight: 500;
}
.form-group {
  margin-bottom: 1rem;
}

a {
  text-decoration: none !important;
}

section {
  padding: 80px 0;
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  background-color: #fff;
}
input.validation {
  display: none;
}
/******************* breadcrumb**************88*/
/********************** LOADING ******************/

body.no-loading {
  overflow: hidden;
}
body.no-loading .body-inner {
  opacity: 0;
}
.body-inner {
  opacity: 1;
}
.loader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  margin-top: 0;
  margin-left: 0;
  border-radius: 0;
  z-index: 1003;
}

.center {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
}
/************* BUTTONS *******/
/*************** FIM BUTTON POLO*************/
a:not([href]):not([tabindex]):not(.btn) {
  color: none;
}

.btn {
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  border-radius: 5px 5px 5px 5px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  outline: none;
  padding: 10px 18px;
  position: relative;
  text-transform: uppercase;
  background-color: #5D4DF7;
  border-color: #5D4DF7;
  border-width: 1px;
  border-style: solid;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 6px;
  outline: none;
  line-height: 14px;
}

.btn:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.btn:not(.btn-outline):not(.btn-light) {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

a.btn:not([href]):not([tabindex]):not(:disabled):not(.disabled):active,
a.btn:not([href]):not([tabindex]):not(:disabled):not(.disabled).active,
.btn:hover,
.btn:focus,
.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
  background-color: #5D4DF7;
  border-color: #5D4DF7;
  color: #fff;
}

.btn:not(.btn-shadow):focus,
.btn:not(.btn-shadow):focus:active {
  box-shadow: none !important;
}

a.btn:not([href]):not([tabindex]).btn-primary:not(:disabled):not(.disabled):active,
a.btn:not([href]):not([tabindex]).btn-primary:not(:disabled):not(.disabled).active,
.btn.btn-primary:not(:disabled):not(.disabled):active,
.btn.btn-primary:not(:disabled):not(.disabled).active {
  background-color: #5D4DF7;
  border-color: #5D4DF7;
  color: #fff;
}

a.btn:not([href]):not([tabindex]).btn-secondary:not(:disabled):not(.disabled):active,
a.btn:not([href]):not([tabindex]).btn-secondary:not(:disabled):not(.disabled).active,
.btn.btn-secondary:not(:disabled):not(.disabled):active,
.btn.btn-secondary:not(:disabled):not(.disabled).active {
  background-color: #42484d;
  border-color: #42484d;
  color: #fff;
}

.btn.btn-success {
  background-color: #81c868;
  border-color: #81c868;
}

a.btn:not([href]):not([tabindex]).btn-success:not(:disabled):not(.disabled):active,
a.btn:not([href]):not([tabindex]).btn-success:not(:disabled):not(.disabled).active,
.btn.btn-success:hover,
.btn.btn-success:focus,
.btn.btn-success:not(:disabled):not(.disabled):active,
.btn.btn-success:not(:disabled):not(.disabled).active {
  background-color: #62b944;
  border-color: #62b944;
  color: #fff;
}

a.btn:not([href]):not([tabindex]).btn-info:not(:disabled):not(.disabled):active,
a.btn:not([href]):not([tabindex]).btn-info:not(:disabled):not(.disabled).active,
.btn.btn-info:not(:disabled):not(.disabled):active,
.btn.btn-info:not(:disabled):not(.disabled).active {
  background-color: #2299f6;
  border-color: #2299f6;
  color: #fff;
}

.btn.btn-warning {
  background-color: #ffb20e;
  border-color: #ffb20e;
}

a.btn:not([href]):not([tabindex]).btn-warning:not(:disabled):not(.disabled):active,
a.btn:not([href]):not([tabindex]).btn-warning:not(:disabled):not(.disabled).active,
.btn.btn-warning:hover,
.btn.btn-warning:focus,
.btn.btn-warning:not(:disabled):not(.disabled):active,
.btn.btn-warning:not(:disabled):not(.disabled).active {
  background-color: #da9400;
  border-color: #da9400;
  color: #fff;
}

.btn.btn-danger {
  background-color: #f33e5b;
  border-color: #f33e5b;
}

a.btn:not([href]):not([tabindex]).btn-danger:not(:disabled):not(.disabled):active,
a.btn:not([href]):not([tabindex]).btn-danger:not(:disabled):not(.disabled).active,
.btn.btn-danger:hover,
.btn.btn-danger:focus,
.btn.btn-danger:not(:disabled):not(.disabled):active,
.btn.btn-danger:not(:disabled):not(.disabled).active {
  background-color: #ef0f33;
  border-color: #ef0f33;
  color: #fff;
}

a.btn:not([href]):not([tabindex]).btn-red:not(:disabled):not(.disabled):active,
a.btn:not([href]):not([tabindex]).btn-red:not(:disabled):not(.disabled).active,
.btn.btn-red:not(:disabled):not(.disabled):active,
.btn.btn-red:not(:disabled):not(.disabled).active {
  background-color: #97001d;
  border-color: #97001d;
  color: #fff;
}

a.btn:not([href]):not([tabindex]).btn-shadow:not(:disabled):not(.disabled):active,
a.btn:not([href]):not([tabindex]).btn-shadow:not(:disabled):not(.disabled).active,
.btn.btn-shadow:not(:disabled):not(.disabled):active,
.btn.btn-shadow:not(:disabled):not(.disabled).active {
  -webkit-box-shadow: 4px 8px 16px #dedede;
  -moz-box-shadow: 4px 8px 16px #dedede;
  box-shadow: 4px 8px 16px #dedede;
}
/* ----------------------------------------------------------------------
Buttons
-------------------------------------------------------------------------*/
.btn {
  border-radius: 3px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  outline: medium none ! important;
  text-transform: uppercase ! important;
}

.btn.btn:not(.btn-xs):not(.btn-sm):not(.btn-lg) {
  padding: 12px 24px;
}

.btn-success,
.btn-warning,
.btn-danger {
  color: #ffffff;
}

.btn-success,
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success:active,
.btn-success:focus,
.btn-success:hover {
  background-color: #81c868 ! important;
  border: 1px solid #81c868 ! important;
}

.btn-warning,
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover {
  background-color: #ffbd4a ! important;
  border: 1px solid #ffbd4a ! important;
}

.btn-danger,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover {
  background-color: #c30000 ! important;
  border: 1px solid #c30000 ! important;
}

.btn {
  margin-right: 8px;
  margin-bottom: 12px;
}

.button {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 400 !important;
  letter-spacing: 1px;
  line-height: 100%;
  margin: 10px 5px;
  outline: 0 none;
  padding: 18px 36px;
  position: relative;
  text-transform: uppercase;
  white-space: nowrap;
  border: 1px solid #ccc;
  vertical-align: middle;
  text-align: center;
}

.button:hover:not,
a.button:hover {
  opacity: 0.8;
}

button:focus {
  outline: 0;
}

/*Button icons*/

/*3d buttons*/

/*Effects*/

.button {
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

/*Effect icon left*/

/*Effect Small buttons*/

/*Effect icon right*/

/*Effect Small buttons*/

/*Effect icon top*/

/*Effect Small buttons*/

/*Effect large buttons*/

/*Effect icon bottom*/

/*Effect Small buttons*/

/*Effect Large buttons*/

/*Effect fill verical*/

/*Effect fill horizontal*/
.form-contato .form-control {
  color: #fff;
}
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-label {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0;
  display: inline-block;
}
.custom-control-label, .custom-control-label b {
  color: rgb(255, 255, 255)!important;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
  background-color: #007bff;
  color: #fff;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
/************ modal **************/
.modal-header.background-success{
  background-color: #81c868;
  color: #fff !important;
}
.modal-header.background-danger{
  background-color: #c30000;
  color: #fff !important;
}
.modal-header.modal-header.background-warning{
  background-color: #ffbd4a;
  color: #fff !important;
}
.modal-header.background-success .btn-close, .modal-header.background-danger .btn-close, .modal-header.background-warning .btn-close{
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}
/************** modal strip **************/
@media (max-width: 768px) {
  section {
    padding: 40px 0;
  }
  h1, h2 {
    font-size: 30px;
}
}