@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  box-sizing: border-box;
  position: relative;
  font-family: "Raleway", sans-serif;
  background: #0094aa;
}
@media (max-width: 1024px) {
  body.active {
    overflow: hidden;
  }
}

header {
  overflow-x: hidden;
}

section,
a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

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

ul {
  list-style: none;
}

::-moz-selection {
  background-color: #2a68b1;
  color: #fff;
}

::selection {
  background-color: #2a68b1;
  color: #fff;
}

#home-bg-novo {
  background-image: url(../img/bg/bg-porducao.png);
  background-size: cover;
  background-position: left;
  background-color: #020202;
  height: 640px;
  display: flex;
  align-items: center;
}
@media (max-width: 1366px) {
  #home-bg-novo {
    height: 606px;
  }
}
@media (max-width: 576px) {
  #home-bg-novo {
    background-size: cover;
    height: 570px;
  }
}

@media (min-width: 991px) {
  .position-100 {
    position: relative;
    bottom: 100px;
  }
}
@media (max-width: 990px) {
  .position-100 {
    position: relative;
    bottom: 30px;
  }
}

.logo img {
  width: 210px;
}
@media (max-width: 576px) {
  .logo img {
    width: 180px;
  }
}

#home-bg-novo h1 {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 1198px) {
  #home-bg-novo h1 {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  #home-bg-novo h1 {
    font-size: 20px;
  }
}

#home-bg-novo h1 span {
  color: #0094aa;
}

#home-bg-novo p small {
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  font-style: normal;
}
@media (min-width: 1199px) {
  #home-bg-novo p small {
    position: relative;
    left: 16px;
  }
}

#home-bg-novo h2 {
  font-size: 17px;
  color: #fff;
  font-weight: 600;
}

#home-bg-novo p {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
}
@media (max-width: 767px) {
  #home-bg-novo p {
    font-size: 16px;
  }
}

#home-bg-novo .btn-diagnostico {
  padding: 18px 40px;
  font-size: 15px;
}
@media (max-width: 576px) {
  #home-bg-novo .btn-diagnostico {
    padding: 18px 20px;
  }
}

.mt-bg-home {
  margin-top: 2.5rem;
}

@media (min-width: 1280px) {
  .col-size-bg {
    height: 645px;
  }
}

@media (min-width: 1280px) {
  .position-text-home {
    position: relative;
    bottom: 50px;
  }
}

@media (min-width: 1024px) {
  .mt-mobile-home {
    position: relative;
    left: 60px;
    top: 15px;
  }
}

@media (min-width: 1199px) {
  .position-col-6-home {
    position: relative;
    bottom: 10px;
  }
}

@media (max-width: 991px) {
  .logo-endow {
    width: 180px;
  }
}

@media (max-width: 991px) {
  .text-home-bg {
    height: 500px;
    display: flex;
    justify-content: end;
    position: relative;
    top: 180px;
  }
}

.text-home-bg h1 {
  font-size: 36px;
  color: #fff;
  line-height: 1;
  font-weight: bold;
}
@media (max-width: 991px) {
  .text-home-bg h1 {
    font-size: 36px;
    padding: 0 20px;
  }
}
@media (max-width: 430px) {
  .text-home-bg h1 {
    font-size: 28px;
  }
}

.text-home-bg h1 span {
  position: relative;
  bottom: 12px;
}

@media (max-width: 991px) {
  #home-bg .w {
    width: 100%;
  }
}

.text-home-bg p {
  color: #fff;
}

.box-form {
  background-color: #FFC20D;
  padding: 30px 0;
  position: relative;
  max-width: 350px;
  position: relative;
  top: 70px;
}
@media (max-width: 991px) {
  .box-form {
    top: unset;
    padding: 20px 10px;
  }
}

.box-form h2 {
  margin: 0 30px;
  text-align: left;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .box-form h2 {
    font-size: 26px;
  }
}

.box-form P {
  margin: 0 30px;
  color: #fff;
  font-size: 12px;
  text-align: left;
}
@media (max-width: 991px) {
  .box-form P {
    font-size: 11px;
  }
}

.box-form label {
  margin: 0 30px;
  color: #fff;
}

.box-form button {
  background-color: #FFC20D;
  text-transform: uppercase;
  color: #fff;
  border: none;
  padding: 15px 20px;
  border-radius: 8px;
  font-weight: bold;
  width: 100%;
}

@media (max-width: 375px) {
  #form-rodape .box-form button {
    font-size: 11px !important;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .box-form button {
    padding: 10px;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .box-form button {
    padding: 10px;
  }
}
.box-form button:hover {
  background-color: #fff;
  color: #00a9b0;
  transition: 0.3s;
}

.box-form .form-control {
  margin: 0 auto;
  width: 290px;
  border: 0;
  border-radius: 0;
  height: 45px;
  background-color: rgba(255, 255, 255, 0.22);
  border-radius: 10px;
  border: 1px solid #fff;
  color: #fff;
}

.box-form .form-control::-moz-placeholder {
  color: #fff;
  font-size: 14px;
  font-style: italic;
}

.box-form .form-control::placeholder {
  color: #fff;
  font-size: 14px;
  font-style: italic;
}

.btn-home-bg {
  margin: 0 30px;
}

.btn-home-bg img {
  margin-right: 20px;
}

.clientes-um {
  margin-top: -50px;
}

#clientes-dois {
  background: linear-gradient(to bottom, #000 50%, #575756 50%);
}

.bg-clientes-um {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 30%, rgb(255, 255, 255) 30%);
}

.bg-clientes-um .container {
  background-color: #fff;
}

.logo-carousel {
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 576px) {
  .logo-carousel {
    left: unset;
  }
}

.logo-track {
  display: flex;
  animation: scroll 20s linear infinite; /* Reduzido para ajustar o tempo */
}

.logo-track img {
  height: 80px !important;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.clientes-um .vertical-text {
  position: relative;
  top: 58px;
  left: 0; /* Alinha o texto ao lado esquerdo */
  transform: rotate(-90deg); /* Rotaciona o texto para ficar vertical */
  white-space: nowrap; /* Evita quebras de linha no texto */
  font-size: 15px; /* Ajuste o tamanho do texto conforme necessário */
  margin-left: 0; /* Remove margens para manter alinhado */
  margin-top: 0; /* Ajusta o alinhamento ao topo */
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  .clientes-um .vertical-text {
    top: 65px;
  }
}
@media (max-width: 768px) {
  .clientes-um .vertical-text {
    font-size: 11px;
    top: 73px;
  }
}
@media (max-width: 576px) {
  .clientes-um .vertical-text {
    top: 80px;
  }
}

#metodologi-geral {
  background: linear-gradient(to left, #FFC20D 50%, #0094aa 50%);
}
@media (max-width: 1023px) {
  #metodologi-geral {
    background: #0094AA;
  }
}

#resultados {
  position: relative;
  bottom: 25px;
}

.lista-sevicos ul {
  list-style: inherit;
  position: relative;
  left: 30px;
}
@media (max-width: 1023px) {
  .lista-sevicos ul {
    left: unset;
  }
}

.metodologia p {
  font-size: 20px;
  line-height: 1.2;
}
@media (max-width: 576px) {
  .metodologia p {
    font-size: 16px;
  }
}

.metodologia h3 {
  font-size: 54px;
  line-height: 1;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 991px) {
  .metodologia h3 {
    font-size: 45px;
  }
}
@media (max-width: 430px) {
  .metodologia h3 {
    font-size: 35px;
  }
}

.metodologia h3 span {
  color: #FFC20D;
  font-weight: bold;
}

.resultados h3 {
  font-size: 54px;
  line-height: 1;
  margin: 60px 0 40px 0;
  font-weight: bold;
}
@media (max-width: 991px) {
  .resultados h3 {
    font-size: 45px;
  }
}
@media (max-width: 430px) {
  .resultados h3 {
    font-size: 35px;
  }
}

.resultados h3 span {
  color: #FFC20D;
  font-size: 70px;
}
@media (max-width: 991px) {
  .resultados h3 span {
    font-size: 64px;
  }
}

.ml-resultado {
  margin-left: 100px;
  position: relative;
  bottom: 250px;
}
@media (max-width: 991px) {
  .ml-resultado {
    margin-left: unset;
    left: unset;
    bottom: 200px;
    margin-left: 50px;
  }
}

.resultados p {
  font-size: 20px;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .resultados p {
    font-size: 16px;
  }
}

.line-container {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
}

.circle-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #000;
  color: white;
  text-decoration: none;
  border-radius: 50%;
  font-size: 24px !important;
  font-weight: bold;
  margin: 0;
  color: #575756;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
}

.circle-link span {
  color: #fff;
  font-size: 28px;
}

#carouselExampleControls h3 {
  color: #FFC20D;
  font-weight: bold;
  font-size: 24px;
}

#carouselExampleControls p {
  font-size: 20px;
}

.btn-diagnostico {
  background-color: #FFC20D;
  color: #fff;
  padding: 20px;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .btn-diagnostico {
    font-size: 14px;
    text-transform: uppercase;
  }
}

.btn-diagnostico:hover {
  background-color: #0094AA;
  transition: 0.3s;
  color: #fff;
}

.btn-diagnostico a:hover {
  color: #fff;
}

.circulo-meto p {
  margin-top: 50px;
}

.rotate-image {
  position: relative;
  bottom: 30px;
}

.rotate-image img {
  animation: spin 15s linear infinite; /* Ajusta o tempo e faz a animação infinita */
}

@keyframes spin {
  from {
    transform: rotate(0deg); /* Começa na posição original */
  }
  to {
    transform: rotate(360deg); /* Gira 360 graus no próprio eixo */
  }
}
.flex-circulo-mobile {
  top: 20px;
}
@media (max-width: 1919px) {
  .flex-circulo-mobile {
    position: relative;
    left: 40px;
  }
}
@media (max-width: 1440px) {
  .flex-circulo-mobile {
    position: relative;
    left: 100px;
  }
}
@media (max-width: 1280px) {
  .flex-circulo-mobile {
    position: relative;
    left: 75px;
  }
}
@media (max-width: 991px) {
  .flex-circulo-mobile {
    display: flex;
    justify-content: space-around;
    padding-top: 30px;
  }
}
@media (max-width: 991px) {
  .flex-circulo-mobile {
    display: block;
    left: unset;
    top: unset;
    padding: 0 65px;
  }
}
@media (max-width: 768px) {
  .flex-circulo-mobile {
    padding: 0 45px;
  }
}
@media (max-width: 576px) {
  .flex-circulo-mobile {
    padding: 0 25px;
  }
}

@media (max-width: 991px) {
  .img-resultados {
    width: 220px;
  }
}

.vertical-resultados {
  position: absolute;
  left: -14px;
  bottom: 0;
  transform: rotate(-90deg);
  transform-origin: 0 0;
  white-space: nowrap;
}

.vertical-resultados span {
  font-size: 14px;
  color: #fff;
}
@media (max-width: 991px) {
  .vertical-resultados span {
    font-size: 9px;
  }
}

@media (max-width: 991px) {
  .d-flex-metodologia {
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 991px) {
  .d-flex-metodologia-box {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 991px) {
  .resultados-flex {
    display: flex;
    justify-content: center;
  }
}

.sub-h3 {
  font-size: 32px !important;
  margin-top: 75px;
}
@media (max-width: 576px) {
  .sub-h3 {
    font-size: 30px !important;
  }
}

.sub-h3 span {
  font-size: 36px !important;
}
@media (max-width: 576px) {
  .sub-h3 span {
    font-size: 32px !important;
  }
}

.metodologia-slide {
  font-size: 18px !important;
  font-weight: bold;
}

.metodologia-slide span {
  color: #FFC20D;
  font-size: 18px !important;
}

.altura-slide {
  height: 280px;
  color: #fff;
}

.p-slide {
  font-size: 20px;
}

.mt-btn-resultados {
  margin-top: -40px;
}

.bg-amarelo {
  background: linear-gradient(to right, #FFC20D 50%, transparent 50%);
  margin-top: -200px;
}
@media (max-width: 1023px) {
  .bg-amarelo {
    background: linear-gradient(to bottom, #FFC20D 50%, transparent 50%);
  }
}

.divider {
  display: none;
}
@media (max-width: 1599px) {
  .divider {
    background: linear-gradient(to left, #0094AA 50%, transparent 50%);
    height: 3px;
    display: block;
  }
}
@media (max-width: 576px) {
  .divider {
    background: #0094AA;
  }
}

.bg-azul {
  background-color: #0094AA;
}

.bg-yellow {
  background-color: #FFC20D;
}

#resultados-novo .container-fluid {
  background: linear-gradient(to left, #FFC20D 50%, #0094aa 50%);
  color: #fff;
}
@media (max-width: 1023px) {
  #resultados-novo .container-fluid {
    background: #0094aa;
  }
}

#resultados-novo .container {
  background: linear-gradient(to left, #FFC20D 50%, #0094aa 50%);
  color: #fff;
  max-width: 1000px;
}
@media (max-width: 1023px) {
  #resultados-novo .container {
    background: #0094aa;
  }
}

.topicos-italico {
  font-weight: 600;
  font-style: italic;
}

.position-p p {
  position: relative;
  left: 50px;
  color: #fff;
}
@media (max-width: 576px) {
  .position-p p {
    left: unset;
  }
}

.mt-carrossel {
  margin-top: 75px;
}

.bg-laranja {
  background-image: url(../img/bg-laranja.png);
  background-size: cover;
  background-position: center;
  margin-bottom: -25px;
}

#resultados-novo .btn-diagnostico:hover {
  background-color: #575757;
}

.bg-clientes-dois {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 30%, rgb(255, 255, 255) 30%);
}

.bg-clientes-dois .container {
  background-color: #fff;
}

.logo-carousel {
  overflow: hidden;
  margin: 0 auto;
}

.logo-track {
  display: flex;
  animation: scroll 20s linear infinite; /* Reduzido para ajustar o tempo */
}

.logo-track img {
  width: 150px; /* Ajuste o tamanho dos logos */
  height: auto;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
#clientes-dois .clientes-um {
  margin-top: unset;
}

#quem-somos h3 {
  color: #fff;
  font-size: 37px;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 576px) {
  #quem-somos h3 {
    font-size: 30px;
  }
}

#quem-somos h3 span {
  color: #FFC20D;
  font-size: 52px;
}
@media (max-width: 576px) {
  #quem-somos h3 span {
    font-size: 32px;
  }
}

#quem-somos .endow-p {
  color: #fff;
  line-height: 1.2;
  padding-top: 5px;
}

#quem-somos .text-vertical-right {
  position: absolute;
  right: 0;
  bottom: 100%;
  transform: rotate(-90deg);
  transform-origin: bottom right;
  white-space: nowrap;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0;
}
@media (max-width: 576px) {
  #quem-somos .text-vertical-right {
    font-size: 12px;
  }
}

#quem-somos .container {
  position: relative; /* Isso mantém o texto dentro do container */
}

#quem-somos .gradient-overlay {
  position: relative;
  display: inline-block;
}

#quem-somos .gradient-overlay img {
  display: block;
  width: 100%;
}

#quem-somos .gradient-overlay::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%; /* Ajuste para aumentar ou diminuir a altura do gradiente */
  background: linear-gradient(to bottom, rgba(88, 72, 142, 0) 0%, #58488e 100%);
}

.d-flex-icones {
  display: flex;
  align-items: center;
  gap: 20px;
}

.d-flex-icones img {
  width: 130px;
}
@media (max-width: 576px) {
  .d-flex-icones img {
    width: 90px;
  }
}

.hover-effect:hover {
  content: url("../img/global-awards-verso.svg");
  transition: 0.5s;
}

.hover-effect:nth-of-type(2):hover {
  content: url("../img/think-work-verso.svg");
  transition: 0.5s;
}

.hover-effect:nth-of-type(3):hover {
  content: url("../img/ikus-verso.svg");
  transition: 0.5s;
}

#quem-somos {
  position: relative;
  margin-top: 0;
}

#quem-somos .vertical-text {
  position: absolute;
  top: 350px;
  right: -105px; /* Alinha o texto ao lado direito */
  transform: rotate(90deg); /* Rotaciona o texto para ficar vertical */
  white-space: nowrap; /* Evita quebras de linha no texto */
  font-size: 20px; /* Ajuste o tamanho do texto conforme necessário */
  margin-right: 0; /* Remove margens para manter alinhado */
  margin-top: 0; /* Ajusta o alinhamento ao topo */
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  z-index: 2;
}
@media (max-width: 768px) {
  #quem-somos .vertical-text {
    right: -180px;
  }
}

#inteligentes {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../img/inteligentes.jpg") no-repeat center center;
  background-position: center;
  background-size: cover;
  height: 600px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  #inteligentes {
    height: 400px;
  }
}

#inteligentes .container {
  max-width: 1000px;
}

#inteligentes h3 {
  color: #FFC20D;
  font-size: 22px;
  font-weight: bold;
}

#inteligentes p {
  color: #fff;
  font-size: 21px;
}

#inteligentes p span {
  color: #FFC20D;
  font-weight: bold;
  font-style: italic;
}

#nossos-cases .carousel-control-next,
#nossos-cases .carousel-control-prev {
  opacity: 1;
}

#nossos-cases .carousel-control-next:hover,
#nossos-cases .carousel-control-prev:hover {
  opacity: 0.5;
  transition: 0.3s;
}

#nossos-cases h3 {
  color: #fff;
  font-weight: bold;
  font-size: 34px;
  line-height: 0.8;
  padding: 0 100px;
  padding: 50px 0 20px 0;
}
@media (max-width: 991px) {
  #nossos-cases h3 {
    font-size: 30px;
    padding: 0 10px;
    margin-bottom: 50px;
  }
}
@media (max-width: 430px) {
  #nossos-cases h3 {
    font-size: 23px;
  }
}

#nossos-cases h4 {
  color: #fff;
  font-weight: bold;
  font-size: 34px;
  line-height: 0.8;
}
@media (max-width: 991px) {
  #nossos-cases h4 {
    font-size: 30px;
    padding: 0 10px;
    margin-bottom: 50px;
  }
}
@media (max-width: 430px) {
  #nossos-cases h4 {
    font-size: 23px;
  }
}

@media (max-width: 991px) {
  #nossos-cases h4 {
    font-size: 16px;
  }
}

#nossos-cases span {
  color: #fff;
  font-weight: bold;
  font-size: 42px;
}

.show-text-btn {
  background-color: #0ba9af;
  color: #fff;
  padding: 5px 60px;
  font-weight: bold;
  border: 1px solid #0ba9af;
  border-radius: 40px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 576px) {
  .show-text-btn {
    padding: 5px 10px;
  }
}
@media (max-width: 375px) {
  .show-text-btn {
    padding: 5px 10px;
    font-size: 12px;
  }
}

.show-text-btn:hover {
  background-color: #ffc20d;
  transition: 0.3s;
  border: 1px solid #ffc20d;
}

.mt-btn {
  position: relative;
  bottom: 50px;
}

#nossos-cases .carousel-control-prev-icon {
  background-image: url(../img/ui/arrow-left.png);
  width: 30px;
  height: 60px;
}

#nossos-cases .carousel-control-next-icon {
  background-image: url(../img/ui/arrow-right.png);
  width: 30px;
  height: 60px;
}

.box-cases-interno {
  display: none;
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  text-align: left;
  padding: 0 150px;
  z-index: 5;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .box-cases-interno {
    padding: 20px;
  }
}

#nossos-cases .vertical-caption {
  position: absolute;
  right: 0;
  top: -2%;
  transform: rotate(-90deg);
  transform-origin: right bottom;
  color: #fff;
  font-size: 14px;
}
@media (max-width: 991px) {
  #nossos-cases .vertical-caption {
    font-size: 9px;
  }
}

.img-cases-bg {
  width: 100%;
  filter: brightness(0.7);
}
@media (max-width: 768px) {
  .img-cases-bg {
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}

.img-container-box {
  position: relative;
  display: inline-block;
}

.imagem-centralizada {
  width: 100%; /* Definir a largura conforme necessário */
  height: 500px; /* Altura que você deseja */
  -o-object-fit: cover;
     object-fit: cover; /* Garante que a imagem se ajuste sem distorção */
  -o-object-position: center;
     object-position: center; /* Centraliza a imagem */
  display: block; /* Remove o espaço lateral padrão da tag img */
}

/* Efeito de gradiente no topo */
.img-container-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 30%; /* Altura da sombra no topo */
  z-index: 2;
  pointer-events: none; /* Para não interferir na interação com a imagem */
}

/* Efeito de gradiente no rodapé */
.img-container-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30%; /* Altura da sombra no rodapé */
  z-index: 2;
  pointer-events: none; /* Para não interferir na interação com a imagem */
}

.z-index-logo {
  z-index: 10 !important;
}

#nossos-cases .btn-diagnostico:hover {
  background-color: #575757;
}

#nossos-cases .btn-diagnostico {
  cursor: pointer;
}

.btn-quebrado a:hover {
  color: #fff;
}

#nossos-cases .btn-diagnostico {
  padding: 15px 60px;
  font-size: 15px;
  font-size: 18px;
}

#planejamentos {
  background-color: #f1911f;
  background-size: cover;
}

#planejamentos .text-vertical {
  position: absolute;
  left: 0;
  bottom: 20%; /* Ajuste para alinhar ao meio verticalmente */
  transform: rotate(-90deg);
  transform-origin: bottom left;
  font-size: 14px;
  white-space: nowrap;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  #planejamentos .text-vertical {
    font-size: 10px;
    left: -85px;
  }
}
@media (max-width: 991px) {
  #planejamentos .text-vertical {
    font-size: 10px;
    left: -65px;
  }
}
@media (max-width: 576px) {
  #planejamentos .text-vertical {
    font-size: 10px;
    left: 45px;
  }
}

#planejamentos .container {
  position: relative; /* Isso mantém o texto dentro do container */
}

.title-planejamento {
  margin-bottom: 30px;
}

.title-planejamento p {
  font-size: 22px;
  color: #fff;
  margin: 0;
  position: relative;
  bottom: 10px;
}
@media (max-width: 991px) {
  .title-planejamento p {
    right: 10px;
  }
}
@media (max-width: 991px) {
  .title-planejamento p {
    font-size: 18px;
    right: 0px;
  }
}

.title-planejamento p span {
  color: #00a9b0;
}

.title-line p {
  color: #fff;
  position: relative;
  padding-bottom: 5px;
  line-height: 1;
}

.title-line p::after {
  content: "";
  display: block;
  width: 50%; /* Define a largura da borda como 50% */
  height: 1px; /* Altura da borda */
  background-color: #0ba9af; /* Cor da borda */
  margin: 0 auto; /* Centraliza a borda */
  position: absolute;
  bottom: 0;
  left: 0;
}

.btn-planejamento {
  margin: 10px 0 20px 0;
}

.btn-planejamento a {
  color: #fff;
  text-decoration: none;
  background-color: #0ba9af;
  padding: 15px 20px;
  width: -moz-fit-content;
  width: fit-content;
}

.btn-planejamento a:hover {
  background-color: #f1911f;
  transition: 0.3s;
}

#depoimentos {
  background-color: #575756;
  background-position: center 30px;
  background-repeat: no-repeat;
  background-size: cover;
}

#depoimentos h3 {
  color: #fff;
  font-weight: bold;
  font-size: 48px;
  line-height: 1;
}
@media (max-width: 991px) {
  #depoimentos h3 {
    font-size: 45px;
  }
}
@media (max-width: 430px) {
  #depoimentos h3 {
    font-size: 35px;
  }
}
@media (max-width: 375px) {
  #depoimentos h3 {
    font-size: 34px;
  }
}

#depoimentos h3 span {
  color: #FFC20D;
}

.p-depoimentos {
  padding: 0 140px;
  height: 320px;
}
@media (max-width: 991px) {
  .p-depoimentos {
    padding: 0 40px;
    height: auto;
  }
}

.depoimento {
  color: #fff;
  font-style: italic;
  font-size: 16px;
}
@media (max-width: 576px) {
  .depoimento {
    font-size: 14px;
  }
}
@media (max-width: 375px) {
  .depoimento {
    font-size: 12px;
    padding: 0;
  }
}
@media (max-width: 330px) {
  .depoimento {
    font-size: 10px;
  }
}

.cargo {
  color: #fff;
  font-weight: bold;
  background-color: #0094aa;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 30px;
  border-radius: 40px;
  margin: 20px 0;
}
@media (max-width: 991px) {
  .cargo {
    width: unset;
  }
}
@media (max-width: 576px) {
  .cargo {
    font-size: 14px;
    margin: 0 auto;
  }
}
@media (max-width: 430px) {
  .cargo {
    font-size: 12px;
  }
}

.cargo span {
  color: #fff;
  font-weight: 400;
}

.p-img-depoimentos {
  margin-left: 30px;
}

#depoimentos .container {
  position: relative; /* Mantém o texto rotacionado dentro do container */
}

#depoimentos .carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

#depoimentos .carousel-indicators .active {
  background-color: #FFC20D;
}

@media (max-width: 991px) {
  #depoimentos .carousel-indicators {
    bottom: -45px;
  }
}

.box-altura-carrossel {
  height: 500px;
}
@media (min-width: 1199px) {
  .box-altura-carrossel {
    height: 280px;
  }
}

#depoimentos {
  position: relative;
  margin-top: 0;
}

#depoimentos .vertical-text {
  position: absolute;
  top: 165px;
  right: -105px; /* Alinha o texto ao lado direito */
  transform: rotate(90deg); /* Rotaciona o texto para ficar vertical */
  white-space: nowrap; /* Evita quebras de linha no texto */
  font-size: 20px; /* Ajuste o tamanho do texto conforme necessário */
  margin-right: 0; /* Remove margens para manter alinhado */
  margin-top: 0; /* Ajusta o alinhamento ao topo */
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  z-index: 2;
}
@media (max-width: 768px) {
  #depoimentos .vertical-text {
    right: -145px;
  }
}

#form-blue-2024 {
  padding: 40px 0;
}

#form-blue-2024 {
  background-color: #00a9b0;
}

.d-flex-form {
  display: flex;
  justify-content: space-around;
}

#form-blue-2024 h3 {
  color: #fff;
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}

#form-blue-2024 .btn-form-blue {
  background-color: #ffc20d;
  border: 2px solid #ffc20d;
  border-radius: 12px;
  cursor: pointer;
  padding: 10px 50px;
}
@media (min-width: 1199px) {
  #form-blue-2024 .btn-form-blue {
    margin: 0 15px;
  }
}

#form-blue-2024 .btn-form-blue:hover {
  background-color: #575757;
  border: 2px solid #575757;
  transition: 0.3s;
}

#form-blue-2024 a {
  height: 45px;
  color: #fff;
  margin-left: 15px;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  #form-blue-2024 a {
    padding: 10px 60px;
  }
}
#form-blue-2024 a span {
  position: relative;
}

.form-footer .box-form {
  max-width: 991px;
  margin: 0 auto;
  padding: 20px;
  top: unset;
}

.form-footer .box-form .form-control {
  width: 100%;
}

.form-footer .box-form label {
  margin: auto;
}

.form-footer .box-form {
  background-color: #0094aa;
}

.form-footer .box-form h3 {
  text-align: left;
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .form-footer .box-form h3 {
    font-size: 26px;
  }
}

footer {
  background-color: #575757;
}

.btn-linkedin {
  color: #fff;
  line-height: 1;
  display: flex;
  align-items: center;
  border: 2px solid #fff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 25px;
  border-radius: 40px;
  gap: 15px;
}
@media (max-width: 430px) {
  .btn-linkedin {
    font-size: 9px;
  }
}

.btn-linkedin:hover {
  color: #fff;
  transition: 0.1s;
  font-weight: bold;
}

.bg-gray-footer {
  background-color: #2b2b2b;
}

.bg-gray-footer .container {
  max-width: 850px;
}

.bg-gray-footer p {
  color: #fff;
  margin: 0;
}

.bg-gray-footer a {
  color: #fff;
  margin: 0;
  font-weight: bold;
}

.bg-gray-footer a:hover {
  color: #FFC20D;
  transition: 0.3s;
}

.end-text {
  color: #fff;
}

.copy {
  font-size: 14px;
}
@media (max-width: 430px) {
  .copy {
    font-size: 12px;
  }
}

.end-text a:hover {
  color: #FFC20D;
  transition: 0.3s;
}

@media (min-width: 769px) {
  .border-footer {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
  }
}

@media (max-width: 430px) {
  .linkedin {
    width: 30px;
  }
}

@media (max-width: 430px) {
  .endereco p, .endereco a {
    font-size: 14px;
  }
}

.redes-w5 {
  display: flex;
  gap: 10px;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 10px 20px;
}
@media (max-width: 576px) {
  .redes-w5 {
    flex-direction: row;
  }
}

.redes-w5 p {
  color: #fff;
}

.redes-w5 img {
  width: 55px;
}

.redes-w5 a img:hover {
  width: 60px;
  transition: 0.4s;
}

.icon-wpp-right {
  right: -11px;
}

.icon-wpp-left,
.icon-wpp-right {
  z-index: 2333;
  position: fixed;
  bottom: 10px;
}

.icon-wpp-left {
  left: 0;
}

.pulse-wpp svg {
  color: #fff;
  font-size: 32px;
  margin: 9px 11px;
}

.pulse-wpp {
  margin: 20px;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #01e675;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(1, 230, 117, 0.4);
  animation: pulse-wpp 1s infinite;
}

.pulse-wpp:hover {
  animation: none;
  box-shadow: 0 0 0 3px #01e675;
  background: #fff;
}

.pulse-wpp:hover svg {
  color: #01e675 !important;
}

@keyframes pulse-wpp {
  0% {
    box-shadow: 0 0 0 0 rgba(1, 230, 117, 0.9);
  }
  70% {
    box-shadow: 0 0 0 17px rgba(1, 230, 117, 0);
  }
  to {
    box-shadow: 0 0 0 0 rgba(1, 230, 117, 0);
  }
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto;
  }
}
.modal-content {
  background-color: #0094aa;
}

.btn-close {
  background: url(../img/ui/close.svg) center/1em auto no-repeat;
}

.modal-header {
  border: none;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  body .g-recaptcha {
    transform: scale(0.9);
    margin-bottom: 10px;
  }
  .form-footer .box-form {
    padding: 0;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .form-footer .box-form {
    padding: 10px;
  }
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .form-footer .box-form {
    padding: 0 10px;
  }
}
span.seta-left,
span.seta-right {
  font-family: Calibri, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.1rem;
}

#privacyBanner b {
  color: #FFC20D;
}

#privacyBanner a {
  color: #FFC20D;
  font-weight: bold;
}

#privacyBanner button {
  background-color: #FFC20D;
  text-transform: uppercase;
  color: #fff;
  border: none;
  padding: 10px;
  border-radius: 8px;
  font-weight: bold;
}

#privacyBanner button:hover {
  background-color: #fff;
  transition: 0.3s;
  color: #00A9B0;
}

#diretoria {
  background-color: #000;
}

#diretoria h3 {
  font-size: 42px;
  color: #FFC20D;
  line-height: 0.9;
  font-weight: bold;
}
@media (max-width: 576px) {
  #diretoria h3 {
    font-size: 19px;
    left: 20px;
    top: 25px;
  }
}

#diretoria p {
  color: #fff;
  font-size: 18px;
  line-height: 1;
}

#diretoria p span {
  font-size: 42px;
  font-weight: bold;
  color: #FFC20D;
}

#diretoria h3 b {
  color: #FFC20D;
}

#diretoria .btn-diagnostico {
  font-size: 14px;
  padding: 15px 20px;
}

.aspas-esquerda {
  width: 25px;
  margin-left: -35px;
}

.aspas-direita {
  width: 25px;
}

.position-depoimento {
  position: relative;
  right: 15px;
  bottom: 15px;
}
@media (max-width: 576px) {
  .position-depoimento {
    right: unset;
    bottom: unset;
  }
}

.mt-depoimento {
  margin-top: 50px;
}

#oque-faremos .container {
  max-width: 850px;
}

#oque-faremos h3 {
  color: #fff;
  font-weight: bold;
  font-size: 36px;
}
@media (max-width: 375px) {
  #oque-faremos h3 {
    font-size: 20px;
  }
}

#oque-faremos h3 span {
  color: #FFC20D;
}

#oque-faremos h6 {
  color: #FFC20D;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
}
@media (max-width: 576px) {
  #oque-faremos h6 {
    font-size: 18px;
  }
}
@media (max-width: 375px) {
  #oque-faremos h6 {
    font-size: 16px;
  }
}

#oque-faremos p {
  color: #fff;
  font-weight: bold;
}

#oque-faremos .line-p::after {
  content: "";
  display: block;
  width: 50%; /* Define a largura da borda como 50% */
  height: 1px; /* Altura da borda */
  margin: 0 auto; /* Centraliza a borda */
  position: absolute;
  bottom: 0;
  left: 0;
}

#oque-faremos .btn-diagnostico {
  font-size: 14px;
  padding: 20px 80px;
}
@media (max-width: 576px) {
  #oque-faremos .btn-diagnostico {
    padding: 20px 20px;
  }
}

#oque-faremos p {
  position: relative;
  padding-bottom: 5px; /* Adicione um espaço abaixo do texto para a borda */
}

#oque-faremos p::after {
  content: "";
  display: block;
  width: 50%;
  height: 1px; /* Altere a espessura da borda conforme necessário */
  background-color: #0094AA; /* Cor da borda */
  position: absolute;
  bottom: 0;
  left: 0;
}

#oque-faremos {
  position: relative;
}

#oque-faremos .vertical-text {
  position: absolute;
  top: 100px;
  left: -70px; /* Alinha o texto ao lado esquerdo */
  transform: rotate(-90deg); /* Rotaciona o texto para ficar vertical */
  white-space: nowrap; /* Evita quebras de linha no texto */
  font-size: 14px; /* Ajuste o tamanho do texto conforme necessário */
  margin-left: 0; /* Remove margens para manter alinhado */
  margin-top: 0; /* Ajusta o alinhamento ao topo */
  color: #fff;
  text-transform: uppercase;
}

#oque-faremos .vertical-text-left {
  position: absolute;
  top: 100px;
  right: -135px; /* Alinha o texto ao lado direito */
  transform: rotate(90deg); /* Rotaciona o texto para ficar vertical */
  white-space: nowrap; /* Evita quebras de linha no texto */
  font-size: 20px; /* Ajuste o tamanho do texto conforme necessário */
  margin-right: 0; /* Remove margens para manter alinhado */
  margin-top: 0; /* Ajusta o alinhamento ao topo */
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  z-index: 2;
}

#proximo-passo {
  background-image: url(../img/bg/w5-criativa.png);
  background-color: #000;
  background-position: top;
  background-size: cover;
}

#proximo-passo .btn-diagnostico {
  background-color: #0094aa;
}

#proximo-passo .btn-diagnostico:hover {
  background-color: #ffc20d;
}

#proximo-passo .container {
  max-width: 1000px;
}

#proximo-passo h3 {
  color: #fff;
  font-weight: bold;
  font-size: 37px;
}
@media (max-width: 576px) {
  #proximo-passo h3 {
    font-size: 30px;
  }
}

#proximo-passo h3 span {
  color: #0094aa;
}

#proximo-passo h4 {
  color: #ffc20d;
  font-weight: bold;
  font-size: 24px;
}
@media (max-width: 576px) {
  #proximo-passo h4 {
    font-size: 18px;
  }
}

#proximo-passo p {
  color: #fff;
}

#proximo-passo p span {
  color: #fff;
  font-weight: bold;
}

#proximo-passo p span b {
  color: #ffc20d;
}

.gradient-overlay {
  position: relative;
  display: inline-block;
}
@media (max-width: 991px) {
  .gradient-overlay {
    display: unset !important;
  }
}

.gradient-overlay img {
  display: block;
  width: 100%;
}

.gradient-overlay::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%; /* Ajuste para aumentar ou diminuir a altura do gradiente */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000 100%);
}

.pt-p {
  padding-top: 28px;
}
@media (max-width: 576px) {
  .pt-p {
    padding-top: unset;
  }
}

#proximo-passo {
  position: relative;
  margin-top: 0;
}

#proximo-passo .vertical-text {
  position: absolute;
  top: 100px;
  right: -105px; /* Alinha o texto ao lado direito */
  transform: rotate(90deg); /* Rotaciona o texto para ficar vertical */
  white-space: nowrap; /* Evita quebras de linha no texto */
  font-size: 20px; /* Ajuste o tamanho do texto conforme necessário */
  margin-right: 0; /* Remove margens para manter alinhado */
  margin-top: 0; /* Ajusta o alinhamento ao topo */
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  z-index: 2;
}
@media (max-width: 768px) {
  #proximo-passo .vertical-text {
    right: -157px;
  }
}

.etapas-solucoes h5 {
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  line-height: 0.6;
}

.etapas-solucoes h5 span {
  font-weight: 400;
  font-size: 32px;
  color: #ffc20d;
  position: relative;
  top: 4px;
}

@media (min-width: 991px) {
  .mt-150 {
    margin-top: 150px;
  }
}
@media (max-width: 990px) {
  .mt-150 {
    margin-top: 50px;
  }
}

#pilares {
  background-color: #f18f1d;
}

.bg-tricolor {
  background: linear-gradient(to right, transparent 10%, #0094AA 10%, #0094AA 90%, transparent 90%); /* Terceira cor - 15% */
}

#pilares .container {
  max-width: 950px;
}

.image-container {
  position: relative;
  display: inline-block;
}

.overlay-text {
  position: absolute;
  top: 40%;
  left: 40%;
  transform: translate(-40%, -40%);
  color: #000;
  font-size: 24px; /* ajuste conforme necessário */
  font-weight: bold;
  text-align: left;
}

#pilares h3 {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}

#pilares h4 {
  font-size: 15px;
  color: #575756;
  font-weight: bold;
}

#pilares small {
  font-size: 11px;
  font-weight: 300;
}

#pilares img {
  width: 100% !important;
}

#pilares p {
  color: #fff;
  word-break: break-all;
  font-size: 15px;
}
@media (max-width: 576px) {
  #pilares p {
    word-break: keep-all;
  }
}

.waves {
  background-color: #fff;
  color: #575756;
}

.waves p {
  font-size: 14px !important;
  color: #575756 !important;
}

#pilares {
  position: relative;
}

#pilares .vertical-text {
  position: absolute;
  top: 140px;
  left: -70px; /* Alinha o texto ao lado esquerdo */
  transform: rotate(-90deg); /* Rotaciona o texto para ficar vertical */
  white-space: nowrap; /* Evita quebras de linha no texto */
  font-size: 14px; /* Ajuste o tamanho do texto conforme necessário */
  margin-left: 0; /* Remove margens para manter alinhado */
  margin-top: 0; /* Ajusta o alinhamento ao topo */
  color: #fff;
  text-transform: uppercase;
}

#obrigado {
  background-color: #fff;
  margin-top: -15px;
}

#obrigado h3 {
  color: #FFC20D;
  font-weight: bold;
}

#obrigado a {
  color: #00a9b0;
  font-weight: bold;
}

#obrigado a:hover {
  color: #FFC20D;
  font-weight: bold;
  transition: 0.3s;
}

#cards {
  background-image: url(../img/cards.png);
  background-color: #575756;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  #cards {
    background-image: unset;
  }
}

#cards .card {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 15%, #FFC20D 15%);
  max-width: 250px;
  margin: 0 auto;
  border: none;
  height: 380px;
}

#cards .card-title {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 22px;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 10px;
}

#cards .card-text {
  color: #000;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}

#oquefazemos {
  background-color: #000000;
}

#oquefazemos .container {
  max-width: 1000px;
}

#oquefazemos h3 {
  color: #ffc20d;
  font-size: 28px;
  font-weight: bold;
}

#oquefazemos h3 span {
  color: #fff;
  font-weight: 900;
  background-color: #0094AA;
  text-transform: uppercase;
  font-size: 38px;
  margin: 0;
}

#oquefazemos p {
  color: #fff;
  font-size: 18px;
}
@media (max-width: 576px) {
  #oquefazemos p {
    font-size: 16px;
  }
}

#oquefazemos h4 {
  font-weight: bold;
  color: #ffffff;
}

#oquefazemos h5 {
  font-weight: bold;
  color: #ffffff;
  font-size: 34px;
}
@media (max-width: 991px) {
  #oquefazemos h5 {
    font-size: 30px;
    padding: 0 10px;
    margin-bottom: 50px;
  }
}
@media (max-width: 430px) {
  #oquefazemos h5 {
    font-size: 23px;
  }
}

#oquefazemos .btn-diagnostico {
  padding: 10px 50px;
  font-size: 15px;
  font-size: 22px;
}

#consumidores {
  background: linear-gradient(to right, #0094aa 50%, #ffc20d 50%);
}
@media (max-width: 991px) {
  #consumidores {
    background: linear-gradient(to bottom, #0094aa 65%, #ffc20d 35%);
  }
}
@media (max-width: 550px) {
  #consumidores {
    background: linear-gradient(to bottom, #0094aa 60%, #ffc20d 40%);
  }
}
@media (max-width: 370px) {
  #consumidores {
    background: linear-gradient(to bottom, #0094aa 50%, #ffc20d 50%);
  }
}

#consumidores .container {
  max-width: 1000px;
}

#consumidores h3 {
  color: #fff;
  font-weight: bold;
  font-size: 36px;
  line-height: 1;
}
@media (max-width: 768px) {
  #consumidores h3 {
    font-size: 22px;
  }
}
@media (max-width: 393px) {
  #consumidores h3 {
    font-size: 18px;
  }
}

#consumidores p {
  font-size: 24px;
  line-height: 1.1;
}
@media (max-width: 768px) {
  #consumidores p {
    font-size: 16px;
  }
}
@media (max-width: 393px) {
  #consumidores p {
    font-size: 14px;
  }
}

#consumidores p b {
  color: #fff;
}

#consumidores p small {
  color: #fff;
}

@media (min-width: 1360px) {
  .mt-80 {
    margin-top: 52px;
  }
}
@media (max-width: 991px) {
  .mt-80 {
    margin-top: 45px;
  }
}

#suamarca {
  background-color: #565655;
}

#suamarca h4 {
  color: #fff;
  font-weight: bold;
  font-size: 34px;
  line-height: 0.8;
}
@media (max-width: 991px) {
  #suamarca h4 {
    font-size: 30px;
    padding: 0 10px;
    margin-bottom: 50px;
  }
}
@media (max-width: 430px) {
  #suamarca h4 {
    font-size: 23px;
  }
}

#suamarca .btn-diagnostico {
  padding: 10px 50px;
  font-size: 15px;
  font-size: 22px;
}

#cincopassos {
  background-color: #f2f2f2;
}

#cincopassos .container {
  max-width: 1000px;
}

#cincopassos h3 {
  color: #000000;
  font-weight: bold;
  font-size: 34px;
}
@media (max-width: 991px) {
  #cincopassos h3 {
    font-size: 30px;
    padding: 0 10px;
    margin-bottom: 50px;
  }
}
@media (max-width: 586px) {
  #cincopassos h3 {
    margin-bottom: 0;
  }
}
@media (max-width: 430px) {
  #cincopassos h3 {
    font-size: 23px;
  }
}

#cincopassos h4 {
  color: #0094aa;
  font-size: 72px;
  font-weight: bold;
}

#cincopassos h5 {
  color: #000000;
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 5px;
}

#cincopassos p {
  color: #696969;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0;
}

@media (min-width: 1199px) {
  #transfome .btn-diagnostico {
    padding: 20px 100px;
  }
}

#transfome .btn-diagnostico:hover {
  background-color: #696969;
}

.linediviser {
  max-width: 845px;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .linediviser {
    width: 100%;
  }
}

#videocases {
  background-image: url(../img/bg/banner-video.png);
  background-size: contain;
  background-color: #000;
  background-position: center;
}

#videocases h2 {
  font-size: 38px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
}

#videocases h2 span {
  background: #0094aa;
}

#videocases p {
  color: #fff;
  font-size: 24px;
}

#videocases .container {
  max-width: 900px;
}

#videocases video {
  cursor: pointer;
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=main.css.map */