/* Shrink navbar-brand on scroll */
.navbar-brand img {
  @media (min-width: 1200px) {
    height: 120px;
  }
  transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.navbar-brand.shrink img {
  @media (min-width: 1200px) {
    height: 80px !important;
  }
}
body {
  /*padding-top: 135px;*/
  background-color: #fbfbfb;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
label,
li,
a,
input,
select,
textarea {
  font-family: "Source Sans Pro", sans-serif;
  color: #6c6c6c;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Rajdhani", sans-serif;
  color: #1c1717;
  margin: 0;
}

#btn_whats_fixed {
  position: fixed;
  right: 50px;
  bottom: 60px;
  z-index: 999;
  padding: 15px;
  border-radius: 50%;
  background: #00e676;
  cursor: pointer;
  animation: pulse 2s infinite;
}

#btn_whats_fixed:before,
#btn_whats_fixed:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 1px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  border: 3px solid #0ba360;
  animation: pulse2 2s infinite;
  opacity: 0;
}
#btn_whats_fixed:after {
  animation-delay: 0.4s;
}

#btn_whats_fixed svg {
  height: 30px;
  width: 30px;
  color: #fff;
  float: left;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 230, 118, 0.5);
  }
  70% {
    -webkit-box-shadow: 0 0 5px 10px rgba(0, 230, 118, 0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 230, 118, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 5px 0 rgba(0, 230, 118, 0.5);
    box-shadow: 0 0 5px 0 rgba(0, 230, 118, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 5px 10px rgba(0, 230, 118, 0.5);
    box-shadow: 0 0 5px 10px rgba(0, 230, 118, 0.5);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(0, 230, 118, 0);
    box-shadow: 0 0 0 0 rgba(0, 230, 118, 0);
  }
}

@keyframes pulse2 {
  0% {
    height: 1px;
    width: 1px;
    left: 50%;
    top: 50%;
    opacity: 0;
  }
  50% {
    height: 70px;
    width: 70px;
    left: -5px;
    top: -5px;
    opacity: 1;
  }
  100% {
    height: 70px;
    width: 70px;
    left: -5px;
    top: -5px;
    opacity: 0;
  }
}

.mfp-bg {
  opacity: 0.95 !important;
}

.mfp-image-holder .mfp-content {
  margin-top: 0;
}

img.mfp-img {
  padding: 20px 0;
  max-height: 100% !important;
}

#preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999999999;
  background: url("../images/preloader.gif") center no-repeat #fff;
}

.servicos h1 {
  text-transform: uppercase;
}

.navbar,
.navbar-brand {
  padding: 0;
}

#cabecalho {
  background-color: rgba(242, 242, 242, 0.8);
  padding: 15px 0;
  border-bottom: 1px solid #c7c7c7;
  transition: all 0.2s;
}

#cabecalho:hover {
  background-color: rgba(242, 242, 242, 1) !important;
}

.whats_svg_cab {
  height: 18px;
  width: 18px;
  color: #f89420;
  display: inline-block;
}

.navbar-nav {
  font-weight: bold;
  align-items: center;
}

.text-link p a {
  color: #007bff;
}

.text-link a:hover {
  text-decoration: underline;
}

.links-list {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.links-list a {
  padding-bottom: 4px;
  display: block;
  font-style: italic;
  font-size: 15px;
  padding-top: 4px;
  color: #1c1717;
}
.links-list a:hover {
  color: #f89420;
  text-decoration: underline;
}

.center-nav .owl-prev,
.center-nav .owl-next {
  position: absolute;
  bottom: calc(50% - 25px);
  display: inline-block;
}

.owl-carousel .owl-item img {
  width: auto;
}

.owl-nav svg {
  opacity: 0.6;
  height: 50px;
  width: 50px;
  color: #000;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.owl-nav svg:hover {
  opacity: 1;
}
.center-nav .owl-prev {
  left: 5%;
}
.center-nav .owl-next {
  right: 5%;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.center-nav .owl-dots {
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 1;
  bottom: 30px;
}

.center-nav .owl-dots .owl-dot {
  background-color: #fff;
  width: 20px;
  height: 20px;
  margin: 2px;
  border: 1px solid #f89420!important;
  border-radius: 50%;
}

.center-nav .owl-dots .owl-dot.active {
  background-color: #f89420;
}

.subtitle {
  position: relative;
}

.subtitle h2 {
  font-size: 60px;
  font-weight: 700;
  line-height: 52px;
  color: #1c1717;
}

.subtitle:after {
  content: "";
  display: block;
  width: 100%;
  max-width: 240px;
  height: 5px;
  background-color: #f9a341;
  margin-bottom: 25px;
  margin-top: 7px;
}

.servicos_index .conteudo_left p {
  font-size: 18px;
  margin-bottom: 30px;
  text-align: justify;
}

.servicos_index .servico {
  display: block;
  width: 100%;
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.servicos_index .servico:hover {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
  box-shadow: 0px 15px 38px 0 rgba(0, 0, 0, 0.1);
  border-color: transparent;
}

.servicos_index .servico img {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  opacity: 0.4;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.servicos_index .servico:hover img {
  opacity: 1;
}

.servicos_index .servico .texto {
  height: 110px;
  padding: 20px 25px;
  background-color: #fff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  position: relative;
}

.servicos_index .servico h3 {
  font-size: 23px;
  line-height: 100%;
  color: #111111;
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
}

.servicos_index .servico svg {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #b6b6b6;
  height: 50px;
  width: 50px;
}

.servicos_index .servico:hover svg,
.servicos_index .servico:hover h3 {
  color: #f8921f;
}

.depoimentos_index {
  background-image: url(../images/bg_depoimentos.jpg);
  background-position: center top;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.depoimentos_index h2 {
  font-size: 35px;
  color: #f8921f;
  margin-bottom: 10px;
}

.depoimentos_index .txt_empresa h2 {
  font-family: "Source Sans Pro", sans-serif;
  margin-bottom: 25px;
  line-height: 100%;
  font-size: 28px;
}

.depoimento .conteudo {
  margin: 40px 25px;
  padding: 40px 45px;
  color: #fff;
  border: 10px solid rgba(248, 248, 248, 0.2);
  border-radius: 10px;
}

.depoimento .texto_depoimento {
  height: 125px;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  overflow: hidden;
  margin-top: 5px;
  margin-bottom: 10px;
}

.depoimento .texto_depoimento p {
  color: #fff;
  font-size: 17px;
  text-shadow: 1px 1px 1px #000;
  margin-bottom: 10px;
}

.depoimento h3 {
  font-size: 20px;
  color: #f8931f;
}

.depoimento h3 small {
  font-size: 16px;
  color: #fff;
  font-style: italic;
  display: inline-block;
  margin-left: 10px;
}

.depoimento h4 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 35px;
}

.listagem_depoimentos_int .depoimento {
  margin-bottom: 50px;
}

.listagem_depoimentos_int .depoimento .aspas {
  float: left;
}

.texto_dep_int {
  width: calc(100% - 50px);
  float: right;
}

.depoimento .texto_dep_int p {
  margin-top: 0;
  text-shadow: none;
  color: #6c6c6c;
  display: block;
}

.depoimento .texto_dep_int h3 small,
.depoimento .texto_dep_int h4 {
  color: #6c6c6c;
  margin-bottom: 0;
}

.depoimentos_index .ver_todos {
  font-size: 16px;
  color: #f8931f;
  margin-bottom: -22px;
  margin-right: -22px;
  display: block;
  text-align: right;
}

.depoimentos_index .txt_empresa {
  background-color: #f5f5f5;
  padding: 80px 50px 0 50px;
}

.depoimentos_index .txt_empresa p {
  font-size: 18px;
  color: #6c6c6c;
  text-align: justify;
  line-height: 120%;
}

.depoimentos_index .txt_empresa a {
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  display: inline-block;
  margin-top: 30px;
  font-size: 16px;
  color: #aaaaaa;
  float: right;
  margin-right: 15px;
}

.depoimentos_index .txt_empresa a:hover {
  color: #f8921f;
}

.subtitle2,
.servicos_int .titulo {
  position: relative;
  text-align: right;
  padding-right: 35px;
  margin-bottom: 20px;
}

.subtitle2:before,
.servicos_int .titulo:before {
  content: url(../images/linha_vertical.png);
  position: absolute;
  right: -5px;
  top: -10px;
}

.subtitle2 h2,
.servicos_int h1 {
  font-size: 35px;
  font-weight: 600;
  line-height: 25px;
  color: #f8921f;
  margin-bottom: 15px;
}

.subtitle2 p {
  font-size: 18px;
  line-height: 120%;
  margin: 0;
}

.subtitle2 h2 small {
  display: inline-block;
  width: 100%;
  font-size: 25px;
  font-weight: 600;
  line-height: 100%;
  color: #6c6c6c;
}

.clientes_index .subtitle2 {
  padding-top: 40px;
}

.clientes_index {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-bottom: 100px;
  padding-top: 35px;
}

.clientes_index .owl-item .content_foto {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: calc(100% / 4);
  height: 105px;
}

.clientes_index .owl-item .content_foto img {
  max-height: 80px;
  max-width: 160px;
}

.clientes_index .owl-item:first-child div .content_foto,
.clientes_index .owl-item:nth-child(5n) div .content_foto {
  border-left: none;
}

.clientes_index .owl-item .content_foto:not(:hover) img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.clientes_index .owl-item > div {
  margin-right: -1px;
}

.clientes_index .center-nav .owl-dots {
  bottom: 0;
  margin-top: 10px;
  position: relative;
}
.clientes_index .center-nav .owl-dots .owl-dot {
  height: 17px;
  width: 17px;
}

iframe.mapa {
  padding: 10px;
  border: 1px solid #f8921f;
  width: 100%;
  height: 410px;
}

footer {
  margin-top: 100px;
}

footer .dados {
  text-align: center;
}

footer .dados hr {
  border-style: dotted;
  border-top-color: #6c6c6c;
  width: 85%;
  margin: 0px auto;
}

footer .dados .item {
  display: inline-block;
  vertical-align: middle;
  padding: 15px 15px;
  text-align: left;
  font-size: 16px;
  color: #6c6c6c;
}

footer .dados .item.logo img {
  height: 75px;
  display: inline-block;
}

.item.local span,
.item.local p {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.item.local span {
  position: relative;
  margin-right: 30px;
  font-size: 16px;
  color: #f8921f;
  text-align: right;
  line-height: 120%;
}

.item.local span strong {
  font-size: 20px;
  font-weight: 600;
}

.item.contatos a {
  display: block;
  line-height: 160%;
}

footer .item a:hover,
footer .item a:hover p {
  color: #1c1717;
}

.item.contatos .whats_svg {
  display: inline-block;
  height: 18px;
  width: 18px;
  color: #f89420;
  margin-left: 5px;
  margin-top: -6px;
}

.item.contatos strong {
  font-size: 20px;
  font-family: "Rajdhani", sans-serif;
}

.item.redes a {
  display: block;
  margin-bottom: 5px;
}

.item.redes svg {
  height: 25px;
  width: 25px;
  color: inherit;
  display: inline-block;
  margin-right: 5px;
}

.copyright {
  background-color: #1c1717;
  padding: 15px 0;
}

.copyright p {
  color: #fff;
  margin: 0;
  display: inline-block;
  font-size: 14px;
}

.copyright a {
  display: inline-block;
  position: absolute;
  right: 15px;
  top: -2px;
}

.svg_webde {
  width: 57px;
  height: 12px;
  color: #fff;
}
.orcamento_int .dados-right {
  margin-top: 30px;
}

.orcamento_int .item {
  padding-left: 90px;
  margin-bottom: 30px;
}

.orcamento_int .item.local span:before {
  right: calc(100% + 15px);
  top: -15px;
}

.orcamento_int .item.local span:after {
  right: calc(100% - 5px);
  top: 50px;
}

.orcamento_int .item.local span {
  text-align: left;
  margin-bottom: 10px;
  margin-left: -15px;
}

.orcamento_int .item.local p {
  display: block;
}

.orcamento_int .item p,
.orcamento_int .item a {
  color: #6c6c6c;
}

.orcamento_int .item a {
  cursor: pointer;
}

.orcamento_int .item a:hover,
.orcamento_int .item.contatos a:hover strong,
.orcamento_int .item a:hover p {
  color: #1c1717;
}

.video_fotos iframe {
  width: 100%;
  border: none;
  margin-bottom: 15px;
  height: 338px;
}

.text-empresa {
  text-align: justify;
  padding-left: 30px;
}

.text-empresa p {
  font-size: 16px;
  margin-bottom: 10px;
}

.missao_visao_valores {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex: 1 1 300px;

  width: 100%;
  padding: 2rem 0;
  margin: 0 auto 50px;

  color: #f1921c;
}

.missao_visao_valores .item {
  display: flex;
  flex-direction: column;
  align-items: center;

  width: 100%;
  max-width: 390px;
  min-height: 210px;
  margin: 0.5rem;
  padding: clamp(1rem, 0.5rem + 2vw, 2rem);

  background-color: #404040;
}

.missao_visao_valores svg {
  width: 3rem;
  height: 3rem;
}

.missao_visao_valores h3 {
  margin: 1rem;

  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: inherit;
}

.missao_visao_valores p {
  margin: 0;

  text-align: justify;
  color: lightgray;
}

.empresa h2 {
  line-height: 90%;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #f8931f;
}

.empresa .servicos h2 {
  font-size: 28px;
  margin-bottom: 40px;
  text-align: center;
}

.empresa .servicos_index .servico svg {
  height: 35px;
  width: 35px;
}

.empresa .servicos_index .servico .texto {
  padding: 20px 55px 20px 25px;
}

/*.empresa .servicos a{
display: inline-block;
vertical-align: top;
width: 220px;
padding-top: 30px;
color: #1C1717;
font-weight: 600;
font-size: 16px;
position: relative;
height: 140px;
margin: 0 15px 15px 0;
text-align: center;
}

.empresa .servicos a:after{
content: url(../images/plus.png);
position: absolute;
bottom: 20px;
left: calc(50% - 10px);
}

.empresa .servicos a:not(:last-child):before{
content: '';
position: absolute;
display: inline-block;
width: 1px;
height: 100px;
top: 20px;
right: -15px;
background-color: #E5E5E5;
}

.empresa .servicos a:hover{
background-color: #E5E5E5;
}*/

.caixa_listagem {
  cursor: pointer;
  display: inline-block;
  width: 100%;
  border-bottom: 5px solid #bebebe;
  margin-bottom: 50px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.caixa_listagem .foto img {
  border: 1px solid #d6d6d6;
  outline: 1px solid #f8f8f8;
  outline-offset: -5px;
}

.caixa_listagem .conteudo {
  padding: 25px 10px;
}

.caixa_listagem .conteudo h2,
.caixa_listagem .conteudo h3 {
  color: #5a5b5a;
  margin-bottom: 15px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
}

.caixa_listagem:hover h2,
.caixa_listagem:hover h3 {
  color: #f89420;
}

.caixa_listagem:hover {
  border-bottom-color: #f89420;
}

.caixa_listagem .conteudo p {
  font-size: 14px;
  color: #5a5b5a;
  margin-bottom: 0;
}

.listagem_clientes img {
  margin: 15px 25px;
  max-height: 80px;
  max-width: 160px;
}

.servicos_int .titulo {
  position: relative;
  text-align: right;
  padding-right: 28px;
  margin-bottom: 0;
}

.servicos_int .titulo:before {
  content: "";
  height: 160px;
  width: 8px;
  background-image: url(../images/linha_vertical.png);
  background-size: cover;
  position: absolute;
  right: 0px;
  top: 0px;
}

.servicos_int h1 {
  font-size: 45px;
  font-weight: 700;
  line-height: 40px;
  margin: 40px 0;
}

.servicos_int .text-empresa p {
  font-size: 16px;
  margin-bottom: 15px;
}

.subtitle_center_block {
  text-align: center;
}

.subtitle_center_block svg {
  height: 50px;
  width: 50px;
  margin-bottom: 5px;
  color: #1a1717;
}

.subtitle_center_block h2 {
  color: #1a1717;
  margin-bottom: 30px;
  font-size: 35px;
  font-weight: 700;
}

.servicos_int .center-nav .owl-dots {
  bottom: 10px;
}

.servicos_int .center-nav .owl-dots button {
  height: 17px;
  width: 17px;
}

.servicos_int .caixa_listagem {
  cursor: default;
}

.servicos_int .caixa_listagem .foto a {
  cursor: zoom-in;
}

.servicos_int .caixa_listagem:hover {
  border-bottom-color: #bebebe;
}

.servicos_int .caixa_listagem:hover h2,
.servicos_int .caixa_listagem:hover h3 {
  color: #5a5b5a;
}

.embed_3d {
  float: left;
  height: 242px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.empresa .center-nav .owl-dots {
  bottom: -35px;
}

#insta_index {
  padding: 75px 0;
  background-color: #f89420;
}

#insta_index .titulo {
  position: relative;
  margin-bottom: 15px;
}

#insta_index h2 {
  font-size: 37px;
  margin: 0 0 5px 0;
  font-weight: bold;
}

#insta_index h3 {
  font-size: 23px;
  margin: 0;
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  line-height: 100%;
}

#insta_index .titulo span {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  line-height: 25px;
  padding: 0 20px;
  border-radius: 10px;
  border: 1px solid #1c1717;
  margin: 0 15px;
  font-weight: normal;
  color: #1c1717;
}

#instagram_photos {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

#instagram_photos a {
  float: left;
  width: 19%;
  height: 0;
  padding-bottom: 20%;
  background: #eee 50% 50% no-repeat;
  background-size: cover;
  margin: 0.5%;
}

#instagram_photos p {
  margin-left: 0.5%;
  font-size: 15px;
  margin-top: 5px;
  color: #1c1717;
}

.budget-button {
  display: flex;
  align-items: center;
  justify-content: center;

  margin-inline: auto;
  padding: 0.8em;
  max-width: 450px;

  border: none;

  font-size: 1em;
  font-weight: bold;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  color: #1c1717;

  background-color: #f89420;

  transition:
    color 100ms ease,
    background-color 100ms ease;
}

.budget-button:hover {
  background-color: #e88614;
}

.budget-button svg {
  width: 2em;
  aspect-ratio: 1;
}

.compartilhar {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  text-align: right;
  border-top: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
}

.compartilhar span {
  float: left;
  line-height: 50px;
}

.compartilhar a {
  float: left;
  cursor: pointer;
}

.compartilhar svg {
  float: right;
  height: 50px;
  width: 50px;
  padding: 12px;
  color: #a4a4a4;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.compartilhar a:hover svg {
  color: #f89420;
}

.navbar .nav-item svg.home {
  height: 18px;
  width: 20px;
  color: inherit;
}

.pagination {
  display: inline-block !important;
  flex: none;
}
.pagination a,
.pagination span {
  padding: 18px;
  border: 1px solid #dddddd !important;
  font-size: 18px;
  color: #85796c;
  margin-right: -4px;
}

.capa_int {
  float: right;
  width: 45%;
  margin-left: 30px;
  margin-bottom: 30px;
}

.capa_int.new {
  float: none;
  width: inherit;
  margin: 30px;
}

.capa_int iframe {
  height: 340px;
  width: 100%;
  border: none;
}

.caixa_texto a {
  text-decoration: underline;
}

#carousel_inicial {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.mfp-bottom-bar {
  margin-top: -40px;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  right: -50px;
  top: 0px;
  padding: 0;
  text-align: center;
  width: 50px;
}

.mfp-content {
  margin-top: -40px;
}

.mfp-title {
  background-color: #fff;
  text-align: center;
  color: #444444;
  line-height: 140%;
  font-size: 17px;
  word-wrap: break-word;
  padding: 15px;
}

.mfp-counter {
  display: none;
}

:disabled,
.disabled {
  opacity: 0.4 !important;
  cursor: not-allowed !important;
}

.form-padrao label {
  margin-bottom: 0;
}

.form-padrao input:not([type="file"]),
.form-padrao select,
.form-padrao textarea {
  width: 100%;
  background-color: #f8f8f8;
  border: 1px solid #d7d7d7;
  height: 40px;
  margin-bottom: 15px;
  padding-left: 15px;
  font-size: 12px;
  color: #f8921f;
}

.form-padrao input[type="file"] {
  display: block;
  border: none;
  padding-left: 0;
  font-size: 12px;
}

.form-padrao textarea {
  padding-top: 15px;
  height: 130px;
}

.form-padrao .g-recaptcha {
  float: left;
  margin: 10px;
  margin-left: 0;
}

.form-padrao button {
  float: right;
  margin-top: 15px;
  color: #fff;
  background-color: #222222;
  border: none;
  font-size: 16px;
  width: 100%;
  max-width: 160px;
  height: 46px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.form-padrao button:not(:disabled):hover {
  background-color: #f8a33f;
  border-color: #f8a33f;
}

.orange-text {
  color: #f8a33f;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.navbar-toggler svg {
  height: 25px;
  width: 25px;
  color: #1c1717;
}

.transition {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.no_pad {
  padding: 0;
}

.justify {
  text-align: justify;
}

.inline_middle {
  display: inline-block;
  vertical-align: middle;
}

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

.m-b-0 {
  margin-bottom: 0px;
}
.m-b-5 {
  margin-bottom: 5px;
}
.m-b-10 {
  margin-bottom: 10px;
}
.m-b-15 {
  margin-bottom: 15px;
}
.m-b-20 {
  margin-bottom: 20px;
}
.m-b-25 {
  margin-bottom: 25px;
}
.m-b-30 {
  margin-bottom: 30px;
}
.m-b-35 {
  margin-bottom: 35px;
}
.m-b-40 {
  margin-bottom: 40px;
}
.m-b-45 {
  margin-bottom: 45px;
}
.m-b-50 {
  margin-bottom: 50px;
}
.m-b-55 {
  margin-bottom: 55px;
}
.m-b-60 {
  margin-bottom: 60px;
}
.m-b-65 {
  margin-bottom: 65px;
}
.m-b-70 {
  margin-bottom: 70px;
}
.m-b-75 {
  margin-bottom: 75px;
}
.m-b-80 {
  margin-bottom: 80px;
}
.m-b-85 {
  margin-bottom: 85px;
}
.m-b-90 {
  margin-bottom: 90px;
}
.m-b-95 {
  margin-bottom: 95px;
}
.m-b-100 {
  margin-bottom: 100px;
}
@media (min-width: 1200px) {
  .servicos_index .conteudo_left {
    padding: 50px;
  }
  .servicos_index .subtitle:before {
    content: "SCAN3D";
    font-family: "Rajdhani", sans-serif;
    letter-spacing: -5px;
    font-size: 130px;
    color: #ededed;
    position: absolute;
    left: -50px;
    top: -90px;
    z-index: -1;
    font-weight: 700;
  }
  .contato_index form {
    padding-right: 30px;
  }
  .contato_index form .row div[class^="col-"] {
    padding-right: 0;
  }
  .contato_index .subtitle h2 {
    font-size: 38px;
    line-height: 36px;
  }
  .contato_index .subtitle h2 small {
    font-size: 35px;
    font-weight: 700;
  }
}

@media (min-width: 1300px) {
  .container {
    max-width: 1270px;
  }
  .servicos_index .servico .texto {
    padding-top: 32px;
  }
  .servicos_index .servico h3 {
    width: calc(100% - 80px);
  }
}

@media (max-width: 1299px) {
  .curve_line {
    display: none;
  }
}

@media (min-width: 1200px) and (max-width: 1299px) {
  .embed_3d {
    height: 214px;
  }
}

@media (max-width: 1199px) {
  .mfp-image-holder .mfp-close,
  .mfp-iframe-holder .mfp-close {
    right: -10px;
    top: 35px;
    color: #000;
    text-shadow: 0 0 1px #fff;
    opacity: 1;
  }
}

@media (min-width: 992px) {
  .telefones_cab_lg {
    z-index: 1;
    position: relative;
    text-align: right;
    margin-top: -15px;
  }
  .telefones_cab_lg p {
    font-family: "Rajdhani", sans-serif;
    margin: 0;
    font-size: 16px;
    color: #f8921f;
    line-height: 40px;
  }
  .telefones_cab_lg p a {
    font-family: inherit;
    color: #fff;
    display: inline-block;
    margin-left: 15px;
  }
  .telefones_cab_lg .container:after {
    content: "";
    z-index: -1;
    position: absolute;
    left: 420px;
    top: 0;
    height: 40px;
    width: 9999px;
    background-color: #1c1717;
  }
  .telefones_cab_lg .container:before {
    content: "";
    z-index: -1;
    position: absolute;
    left: 393px;
    top: 0;
    border-style: solid;
    border-width: 0px 27px 40px 0px;
    border-color: transparent #1c1717 transparent transparent;
  }
  .telefones_cab_lg .curve_line {
    position: absolute;
    left: 453px;
    bottom: -105px;
    -moz-transform: rotate(-35deg);
    -webkit-transform: rotate(-35deg);
    -o-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    transform: rotate(-35deg);
    background-color: #cacaca;
    height: 115px;
    width: 1px;
  }
  .navbar-collapse .nav-item:not(.nav-orcamentos) .nav-link {
    font-size: 17px;
    color: #1b1717;
    line-height: 30px;
    padding: 15px 15px;
    margin: 0 3px;
    position: relative;
  }
  .nav-div {
    width: 1px;
    height: 30px;
    background-color: #000;
  }
  .navbar-collapse .nav-item.show .nav-link,
  .navbar-collapse .nav-item:not(.nav-orcamentos) .nav-link:hover {
    background-color: #1c1717;
    color: #fff;
  }
  .navbar-collapse .nav-item:first-child .nav-link:before {
    display: none;
  }
  .navbar-expand-lg {
    align-items: center;
    justify-content: space-between;
  }
  .navbar-expand-lg .navbar-collapse {
    display: inline-block !important;
    float: right;
    flex: none;
  }
  .dropdown-menu {
    top: calc(100%);
    left: 3px;
    border-radius: 0;
    border: none;
    margin: 0;
    background-color: #1c1717;
    padding: 10px 0;
  }
  .dropdown-toggle::after {
    position: absolute;
    bottom: 10px;
    left: calc(50% - 10px);
    color: #1c1717;
  }
  .dropdown-item {
    color: #fff;
    font-size: 17px;
  }
  .dropdown-item:hover {
    background-color: transparent;
    color: #f8921f;
  }
  .nav-orcamentos .nav-link {
    background-color: #f89420;
    color: #1b1717;
    padding-left: 24px !important;
    padding-right: 24px !important;
    border-radius: 8px;
    clip-path: polygon(0 0, 100% 0, 100% 20%, 93% 100%, 0 100%);
  }
  .nav-orcamentos .nav-link:hover {
    background-color: #e88614;
  }
  .nav-orcamentos .nav-link:hover:before {
    border-color: transparent transparent #e88614 transparent;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .embed_3d {
    height: 179px;
  }
  footer .item.local span:after {
    right: -8px;
  }
  .video_fotos iframe {
    height: 210px;
  }
  iframe.mapa {
    height: 295px;
  }
  .navbar-collapse .nav-item:not(.nav-orcamentos) .nav-link {
    font-size: 15px;
  }
  .clientes_index .owl-item .content_foto img,
  .listagem_clientes img {
    max-width: 120px;
    max-height: 60px;
  }
  .empresa h2 {
    line-height: 90%;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #f8931f;
  }
  .empresa .center-nav {
    margin-bottom: 40px;
  }
  .empresa .center-nav .owl-dots {
    bottom: -30px;
  }
  .missao_visao_valores .item {
    margin-bottom: 10px;
  }
  .empresa .servicos a {
    border: 1px solid #e5e5e5;
    margin: 0 0 15px 0;
  }
  .empresa .servicos a:not(:last-child):before {
    display: none;
  }
  .servicos_int .titulo {
    padding: 0;
    text-align: center;
  }
  .subtitle_center_block h2 {
    margin-bottom: 15px;
    font-size: 30px;
  }
  .servicos_int h1 {
    font-size: 30px;
    line-height: 25px;
    margin: 0 0 15px 0;
  }
  .aspas {
    height: 25px;
  }
  .navbar-brand img {
    height: 65px;
  }
  .center-nav .owl-dots {
    bottom: -10px;
  }
  .subtitle h2 {
    font-size: 35px;
    line-height: 30px;
  }
  .servicos_index .conteudo_left p {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .servicos_index .servico .texto {
    padding-top: 25px;
    padding-left: 15px;
  }
  .depoimentos_index h2 {
    font-size: 28px;
  }
  .depoimento h3 small {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .depoimentos_index .ver_todos {
    margin-bottom: 0;
    margin-right: 0;
  }
  .subtitle2 {
    padding-right: 0;
  }
  .subtitle2:before,
  .servicos_int .titulo:before {
    display: none;
  }
  .clientes_index .subtitle2 {
    padding-top: 0;
  }
  footer {
    margin-top: 50px;
  }
  footer .dados .item.logo img {
    height: 55px;
    margin-top: 15px;
  }
  footer .dados .item,
  footer .dados .item.local span {
    text-align: center;
    margin-right: 0;
  }
  .copyright p {
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  .container_menu {
    padding: 0 !important;
  }
  #cabecalho {
    padding: 8px 0;
  }
  #cabecalho .navbar .navbar-brand,
  #cabecalho .navbar .navbar-toggler {
    margin: 10px;
  }

  .nav-telefones-sm {
    display: none;
  }
  .nav-telefones-sm {
    color: #1c1717;
    background-color: #f8921f;
    padding: 10px;
    margin-left: -10px;
    margin-right: -10px;
  }
  .nav-telefones-sm,
  .nav-telefones-sm a,
  .whats_svg_cab {
    color: #1c1717 !important;
  }
  .whats_svg_cab {
    margin-top: -5px;
    margin-left: 3px;
  }
  .navbar-nav .nav-link,
  .navbar-nav li,
  .dropdown-item {
    color: #fff;
    text-align: center;
  }
  .dropdown-item:hover,
  .dropdown-item:focus,
  .dropdown-item.active,
  .dropdown-item:active {
    color: #f8921f;
    background-color: transparent;
  }
  .dropdown-menu {
    text-align: right;
    border-radius: 0;
    border: none;
    background-color: transparent;
  }
  .navbar-nav {
    background-color: #1c1717;
    padding: 10px 10px 0 10px;
  }
  .nav-orcamentos {
    margin-bottom: 15px;
  }
  .nav-orcamentos .nav-link {
    background-color: #f89420;
    color: #1b1717;
    padding-left: 24px !important;
    padding-right: 24px !important;
    border-radius: 8px;
    clip-path: polygon(0 0, 100% 0, 100% 20%, 93% 100%, 0 100%);
  }
  .telefones_cab_lg {
    display: none;
  }
  .clientes_index {
    background-image: none;
    padding-bottom: 40px;
  }
  #form-orcamento {
    margin-bottom: 30px;
  }
  iframe.mapa {
    height: 350px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .embed_3d {
    height: 203px;
  }
  .artigos_int h1 {
    text-align: center;
  }
  .orcamento_int .dados-right {
    display: none;
  }
  .clientes_index .owl-item .content_foto img,
  .listagem_clientes img {
    max-width: 120px;
    max-height: 60px;
  }
  .capa_int {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .empresa h2 {
    line-height: 90%;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #f8931f;
  }
  .empresa .center-nav {
    margin-bottom: 40px;
  }
  .empresa .center-nav .owl-dots {
    bottom: -30px;
  }
  .missao_visao_valores .item {
    margin-bottom: 10px;
  }
  .empresa .servicos a {
    border: 1px solid #e5e5e5;
    margin: 0 0 15px 0;
  }
  .empresa .servicos a:not(:last-child):before {
    display: none;
  }
  .servicos_int .titulo {
    padding: 0;
    text-align: center;
  }
  .subtitle_center_block h2 {
    margin-bottom: 15px;
    font-size: 30px;
  }
  .servicos_int h1 {
    font-size: 30px;
    line-height: 25px;
    margin: 0 0 15px 0;
  }
  .aspas {
    height: 25px;
  }
  .navbar-brand img {
    height: 55px;
  }
  .center-nav .owl-dots {
    bottom: -10px;
  }
  .subtitle h2 {
    font-size: 35px;
    line-height: 30px;
  }
  .servicos_index .conteudo_left p {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .servicos_index .servico .texto {
    padding-top: 25px;
    padding-left: 15px;
  }
  .depoimentos_index h2 {
    font-size: 28px;
  }
  .depoimento h3 small {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .depoimentos_index .ver_todos {
    margin-bottom: 0;
    margin-right: 0;
  }
  .subtitle2 {
    padding-right: 0;
  }
  .subtitle2:before,
  .servicos_int .titulo:before {
    display: none;
  }
  .clientes_index .subtitle2 {
    padding-top: 0;
  }
  .clientes_index .owl-item .content_foto {
    border-top: none;
    border-right: none;
    border-left: none;
  }
  footer {
    margin-top: 50px;
  }
  footer .container {
    flex-direction: column;
  }
  footer .dados .item.logo img {
    height: 55px;
    margin-top: 15px;
  }
  footer .dados .item,
  footer .dados .item.local span {
    text-align: center;
    margin-right: 0;
  }
  .copyright p {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .redes-links {
    justify-content: center;
  }
  #instagram_photos {
    width: 100%;
  }
  #instagram_photos a {
    float: left;
    width: 49%;
    height: 0;
    padding-bottom: 50%;
    background: #eee 50% 50% no-repeat;
    background-size: cover;
    margin: 0.5%;
  }
  #instagram_photos .link_foto_5 {
    display: none;
  }
  .embed_3d {
    height: 203px;
  }
  .orcamento_int .dados-right {
    display: none;
  }
  .listagem_clientes img {
    max-height: 50px;
    max-width: 100px;
  }
  .capa_int {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .empresa h2 {
    line-height: 90%;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #f8931f;
  }
  .empresa .center-nav {
    margin-bottom: 40px;
  }
  .empresa .center-nav .owl-dots {
    bottom: -30px;
  }
  .missao_visao_valores .item {
    margin-bottom: 10px;
  }
  .empresa .servicos a {
    border: 1px solid #e5e5e5;
    margin: 0 0 15px 0;
  }
  .empresa .servicos a:not(:last-child):before {
    display: none;
  }
  .servicos_int .titulo {
    padding: 0;
    text-align: center;
  }
  .subtitle_center_block h2 {
    margin-bottom: 15px;
    font-size: 25px;
  }
  .servicos_int h1 {
    font-size: 25px;
    line-height: 20px;
    margin: 0 0 15px 0;
  }
  .aspas {
    height: 15px;
  }
  .navbar-brand img {
    height: 45px;
  }
  .center-nav .owl-dots {
    bottom: -30px;
  }
  .center-nav .owl-dots .owl-dot {
    height: 17px;
    width: 17px;
  }
  .subtitle h2 {
    font-size: 30px;
    line-height: 25px;
  }
  .servicos_index .conteudo_left p {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .servicos_index .servico .texto {
    padding-top: 25px;
    padding-left: 15px;
    height: 90px;
  }
  .depoimento .conteudo {
    margin: 15px 0;
    padding: 10px 15px;
  }
  .depoimentos_index h2 {
    font-size: 28px;
  }
  .depoimento h3 small {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .depoimentos_index .ver_todos {
    margin-bottom: 0;
    margin-right: 0;
  }
  .subtitle2 {
    padding-right: 0;
  }
  .subtitle2:before,
  .servicos_int .titulo:before {
    display: none;
  }
  .clientes_index .subtitle2 {
    padding-top: 0;
  }
  .clientes_index .owl-item .content_foto {
    border-top: none;
    border-right: none;
    border-left: none;
  }
  .clientes_index .owl-item .content_foto img {
    max-width: 140px;
    max-height: 70px;
  }
  footer {
    margin-top: 50px;
  }
  footer .dados .item.logo img {
    height: 55px;
    margin-top: 15px;
  }
  footer .dados .item,
  footer .dados .item.local span {
    text-align: center;
    margin-right: 0;
  }
  .copyright p {
    font-size: 13px;
  }
}

@media (max-width: 500px) {
}

@media (max-width: 350px) {
}

@media print {
  .capa_int {
    width: 100%;
    float: none;
    display: block;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}

.nossos-servicos-title {
  font-size: 48px;
  font-weight: bold;
  font-family: "Rajdhani", sans-serif;

  @media (max-width: 1200px) {
    font-size: 32px;
  }
}

.nossos-servicos-text {
  font-size: 19px;
  text-align: center;
  margin-top: 20px;
  line-height: 1.3;

  @media (max-width: 1200px) {
    font-size: 14px;
  }
}

.servicos-card-index {
  min-height: 250px;
  padding: 20px;

  display: flex;
  flex-direction: column;

  border: 1px solid rgba(28, 23, 23, 0.2);
  border-radius: 4px;

  transition:
    padding 0.28s cubic-bezier(0.25, 0.8, 0.25, 1),
    background-color 0.25s ease,
    box-shadow 0.25s ease;
}

.servicos-card-index .servicos-card-index-texto {
  font-size: 20px;
  font-weight: 600;
  margin-top: 14px;
  font-family: rajdhani;
  line-height: 1.2;
  flex: 1;
}

.servicos-card-index img {
  aspect-ratio: 1.5;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.container-servicos-card-index {
  height: 100%;
  min-height: 300px;
  display: flex;
  align-items: center;
  height: 100%;
}

.servicos-card-index:hover {
  padding: 40px 20px;
  background-color: rgba(248, 148, 32);

  box-shadow:
    0 10px 25px rgba(248, 148, 32, 0.25),
    inset 0 0 0 1px rgba(255, 255, 255, 0.25);
}

.clientes-index-title {
  font-size: 48px;
  font-weight: bold;
  font-family: "Rajdhani", sans-serif;

  @media (max-width: 1200px) {
    font-size: 32px;
  }
}

.clientes-index-text {
  font-size: 19px;
  text-align: center;
  margin-top: 20px;
  line-height: 1.3;

  @media (max-width: 1200px) {
    font-size: 14px;
  }
}

.avaliacoes-title {
  font-size: 48px;
  font-weight: bold;
  font-family: "Rajdhani", sans-serif;
  color: #fff;
}

@media (max-width: 1200px) {
  .avaliacoes-title {
    font-size: 32px;
  }
}

.depoimentos_index .depoimentos-card-index-nome {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}

@media (max-width: 1200px) {
  .depoimentos_index .depoimentos-card-index-nome {
    font-size: 16px;
  }
}
.depoimentos-card-index-texto {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #ffffff;
}

.depoimentos-card-index-texto p {
  font-family: inherit;
  font-weight: 400;
  font-size: inherit;
  color: #ffffff;
  margin: 0;
  text-shadow: none; 
}

.depoimentos-card-index-texto strong,
.depoimentos-card-index-texto b {
  font-weight: 400;
}

@media (max-width: 1200px) {
  .depoimentos_index .depoimentos-card-index-texto p {
    font-size: 14px;
  }
}

.depoimentos_index .owl-dots {
  bottom: -40px;
}

.depoimentos_index .depoimentos_index_ver_mais_button {
  margin-top: 20px;
  padding: 10px 16px;

  color: #fff;
  font-weight: bold;
  font-size: 16px;

  display: flex;
  align-items: center;
  gap: 10px;

  border-radius: 8px;
  border: 1px solid #fff;
}

@media (max-width: 1024px) {
  .depoimentos_index .depoimentos_index_ver_mais_button {
    font-size: 14px;
  }
}

#insta_index {
  overflow: hidden !important;
  .container {
    display: flex;
    align-items: center;
    gap: 60px;

    @media (max-width: 1024px) {
      flex-direction: column;
      gap: 30px;
      align-items: start;
    }

    .insta_index_title {
      font-size: 28px;
      font-family: "Rajdhani", sans-serif;
      line-height: 35px;
      margin-bottom: 14px;

      @media (max-width: 1024px) {
        font-size: 20px;
      }

      span {
        font-size: 40px;
        font-weight: bold;
        color: #1c1717;

        @media (max-width: 1024px) {
          font-size: 32px;
        }
      }
    }

    .insta_index_insta_button {
      display: flex;
      align-items: center;
      padding: 4px 16px;
      background-color: #1c1717;
      color: white;
      gap: 8px;
      border-radius: 4px;
      font-weight: bold;
      font-size: 20px;
      margin-bottom: 14px;

      @media (max-width: 1024px) {
        font-size: 16px;
      }
    }

    .insta_index_text {
      font-size: 24px;
      font-family: "Rajdhani", sans-serif;
      line-height: 35px;
      margin-bottom: 14px;

      @media (max-width: 1024px) {
        font-size: 20px;
      }
    }

    .insta_index_buttons {
      display: flex;
      gap: 8px;

      @media (max-width: 1024px) {
        flex-direction: column;
      }

      .buttons {
        display: flex;
        align-items: center;
        padding: 8px 8px;
        gap: 8px;
        border-radius: 4px;
        font-weight: bold;
        font-size: 12px;
        width: fit-content;
        .text {
          padding: 4px 16px;
          border: #000 1px solid;
          border-radius: 4px;
        }
      }
    }

    .container_insta_posts {
      display: flex;
      gap: 8px;
      width: 100%;
      justify-content: space-between;

      .owl-stage-outer {
        overflow: visible !important;
      }
      .owl-item {
        border: rgba(255, 255, 255, 0.3) 10px solid;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);

        .container_insta_posts_img {
          aspect-ratio: 0.785;
          width: 100%;
          height: auto;
          object-fit: cover;
          display: block;
        }
      }
    }
  }
}

footer {
  position: relative;
  background: url("../images/footer-background.jpg") no-repeat center center;
  background-size: cover;
}

footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.8;
  pointer-events: none;
  z-index: 0;
}

footer > * {
  position: relative;
  z-index: 1;
}

footer .container {
  display: flex;
  justify-content: space-between;

  .redes a:hover {
    color: #f89420;
  }

  @media (max-width: 767px) {
    flex-direction: column;
  }
}

footer .dados {
  .logo {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.footer-info {
  .local {
    a,
    span {
      @media (max-width: 1024px) {
        display: flex !important;
        flex-direction: column !important;
        text-align: center !important;
      }
    }
  }
}

#article {
  max-width: 960px;
  width: 100%;
}

#article .article-title {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #1c1717;
}

#article .article-bar {
  width: 250px;
  height: 5px;
  background: #f8931f;
  margin-bottom: 25px;
}

#article .article-media {
  max-width: 960px;
  margin-bottom: 10px;
  background: #1c1717;
}

#article .article-media img {
  max-width: 960px;
  max-height: 640px;
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

#article .article-video {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  background: #000;
  position: relative;
  padding-top: 56.25%; /* 16:9 */
}

#article .article-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#article .article-share {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 15px 0 30px;
}

#article .article-share span {
  font-family: "Rajdhani", sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #1c1717;
}

#article .article-share svg {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

#article .article-text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-align: justify;
}
#article,
article-resumo,
#article .article-text p {
  color: #1c1717;
}

#article .article-gallery {
  margin-top: 40px;
}

@media (max-width: 991px) {
  #article .article-title {
    font-size: 28px;
  }

  #article .article-media,
  #article .article-video,
  #article .article-media img {
    max-width: 100%;
    height: auto;
  }

  #article .article-video {
    height: auto;
    aspect-ratio: 16 / 9;
  }
}

#empresa {
  color: #1c1717;
}

#empresa .empresa-title {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #1c1717;
  line-height: 1.2;
}

#empresa .empresa-bar {
  width: 250px;
  height: 5px;
  background: #f8931f;
  margin-bottom: 30px;
}

#empresa .empresa-texto p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  text-align: justify;
  margin-bottom: 20px;
  color: #1c1717;
  line-height: 1.6;
}

#empresa .empresa-carousel-wrapper {
  width: 100%;
  margin: 40px 0;
}

#empresa .empresa-carousel img {
  width: 100%;
  max-height: 630px;
  object-fit: cover;
  display: block;
}

@media (max-width: 1199px) {
  #empresa .empresa-title {
    font-size: 34px;
  }

  #empresa .empresa-texto p {
    font-size: 18px;
  }

  #empresa .empresa-carousel img {
    max-height: 520px;
  }
}

@media (max-width: 991px) {
  #empresa .empresa-title {
    font-size: 30px;
  }

  #empresa .empresa-bar {
    width: 200px;
  }

  #empresa .empresa-texto p {
    font-size: 17px;
  }

  #empresa .empresa-carousel-wrapper {
    margin: 30px 0;
  }

  #empresa .empresa-carousel img {
    max-height: 420px;
  }
}

@media (max-width: 767px) {
  #empresa .empresa-title {
    font-size: 26px;
  }

  #empresa .empresa-bar {
    width: 180px;
    height: 4px;
  }

  #empresa .empresa-texto p {
    font-size: 16px;
  }

  #empresa .empresa-carousel img {
    max-height: 320px;
  }
}

@media (max-width: 575px) {
  #empresa .empresa-title {
    font-size: 22px;
  }

  #empresa .empresa-bar {
    width: 150px;
  }

  #empresa .empresa-texto p {
    font-size: 15px;
  }

  #empresa .empresa-carousel img {
    max-height: 260px;
  }
}

/* MISSÃO VISÃO */
#empresa-missao-visao {
  margin-top: 50px;
}

.missao_visao_valores {
  display: flex;
  justify-content: space-between;
  gap: 30px;

  width: 100%;
  margin: 0 auto 60px;
}

.missao_visao_valores .item {
  flex: 1 1 0;

  display: flex;
  flex-direction: column;
  align-items: center;

  padding: 2rem;
  min-height: 260px;

  background-color: #404040;
}

.missao_visao_valores .item img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  margin-bottom: 15px;
}

.missao_visao_valores h3 {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #f1921c;
  text-transform: uppercase;
}

.missao_visao_valores p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  text-align: justify;
  color: #e0e0e0;
}

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

  .missao_visao_valores .item {
    flex: 1 1 45%;
  }
}

@media (max-width: 575px) {
  .missao_visao_valores .item {
    flex: 1 1 100%;
  }
}

/* TIMELINE */
#timeline {
  margin: 80px 0;
  padding: 60px 0;
  color: #1c1717;
}

#timeline .timeline-title {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 40px;
  text-transform: uppercase;
  color: #1c1717;
  margin-bottom: 8px;
}

#timeline .timeline-bar {
  width: 250px;
  height: 5px;
  background: #f8931f;
  margin-bottom: 40px;
}

#timeline .timeline-years {
  display: flex;
  gap: 10px;
  margin-bottom: 60px;
  overflow-x: auto;
}

#timeline .timeline-year {
  width: 85px;
  height: 85px;
  border: none;
  cursor: pointer;

  background: rgba(97, 97, 97, 0.1);
  color: #6c6c6c;

  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 32px;

  display: flex;
  align-items: center;
  justify-content: center;

  transition: 0.2s ease;
}

#timeline .timeline-year.active {
  background: #f8931f;
  color: #1c1717;
}

#timeline .timeline-contents {
  width: 100%;
}

/* somente um ativo */
#timeline .timeline-content {
  display: none;
}

#timeline .timeline-content.active {
  display: flex;
  align-items: flex-start;
  position: relative;
}

#timeline .timeline-box {
  width: 100%;
  max-width: 690px;

  background: #f6f6f6;
  padding: 40px;

  position: relative;
  z-index: 2;
}

/* ano lateral */
#timeline .timeline-ano {
  display: flex;
  align-items: flex-start;
  gap: 15px;

  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #1c1717;

  margin-bottom: 20px;
}

#timeline .timeline-ano span {
  width: 4px;
  height: 50px;
  background: #f8931f;
}

#timeline .timeline-texto {
  font-size: 16px;
  line-height: 1.6;
}

#timeline .timeline-imagem {
  width: 832px;
  max-width: 100%;
  margin-left: -120px;
  position: relative;
  z-index: 1;
}

#timeline .timeline-imagem img {
  width: 100%;
  aspect-ratio: 832 / 475;
  object-fit: cover;
  display: block;
}

#timeline .timeline-content.no-image {
  justify-content: center;
}

#timeline .timeline-content.no-image .timeline-imagem {
  display: none;
}

#timeline .timeline-content.no-image .timeline-box {
  margin: 0 auto;
}

@media (max-width: 991px) {
  #timeline {
    padding: 40px 0;
  }

  #timeline .timeline-title {
    font-size: 28px;
  }

  #timeline .timeline-content.active {
    flex-direction: column;
  }

  #timeline .timeline-imagem {
    margin-left: 0;
    width: 100%;
    margin-top: 20px;
  }

  #timeline .timeline-box {
    max-width: 100%;
    padding: 25px;
  }

  #timeline .timeline-year {
    width: 70px;
    height: 70px;
    font-size: 24px;
  }
}

/* LISTAGEM DE ARTIGOS */

.caixa_listagem {
  display: flex;
  flex-direction: column;
  height: 100%;

  background: #fff;
  text-decoration: none;
  color: #1c1717;

  border: 1px solid #eee;
  transition: 0.25s ease;
}

.caixa_listagem:hover {
  text-decoration: none;
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

/* imagem */
.caixa_listagem .foto {
  width: 100%;
  height: 220px;
  overflow: hidden;
}

.caixa_listagem .foto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* conteúdo */
.caixa_listagem .conteudo {
  padding: 20px;
  flex: 1;
}

.caixa_listagem h2 {
  font-family: "Rajdhani", sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.caixa_listagem p {
  font-size: 15px;
  color: #555;
  margin: 0;
  line-height: 1.5;
}
#benefits {
  padding: 40px 0;
}

.benefits-header {
  width: 100%;
  text-align: center;
  margin-bottom: 45px;
}

.benefits-title {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 48px;
  text-transform: uppercase;
  color: #1c1717;
  margin-bottom: 12px;
}

.benefits-bar {
  width: 250px;
  height: 5px;
  background-color: #f89420;
  margin: 0 auto;
}

.benefits-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.benefits-card {
  display: flex;
  align-items: center;
  gap: 22px;

  padding: 26px;

  background: linear-gradient(
    180deg,
    rgba(108, 108, 108, 0.05) 0%,
    rgba(108, 108, 108, 0.2) 100%
  );

  border: 1px solid rgba(28, 23, 23, 0.2);
}

.benefits-card img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  flex-shrink: 0;
}

.benefits-card h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
  color: #f8931f;
  margin: 0 0 6px;
}

.benefits-card p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #1c1717;
  margin: 0;
  line-height: 1.4;
}

@media (max-width: 1199px) {
  .benefits-title {
    font-size: 36px;
  }

  .benefits-card h3 {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .benefits-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  #benefits {
    padding: 60px 10px;
  }

  .benefits-title {
    font-size: 28px;
  }

  .benefits-bar {
    width: 180px;
  }

  .benefits-cards {
    grid-template-columns: 1fr;
  }

  .benefits-card {
    padding: 20px;
  }

  .benefits-card img {
    width: 48px;
    height: 48px;
  }

  .benefits-card h3 {
    font-size: 18px;
  }

  .benefits-card p {
    font-size: 15px;
  }
}

#breadcrumb {
  position: relative;
  width: 100%;
  margin-bottom: 30px;

  aspect-ratio: 1920 / 680;
  /* aspect-ratio: 1200 / 600; */

  overflow: hidden;
  box-shadow: 0px 4px 20px 0px #1c17171a;
}
@media (max-width: 1024px) {
  #breadcrumb {
    aspect-ratio: 768 / 1000;
  }
}

.breadcrumb-bg {
  position: absolute;
  inset: 0;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  z-index: 1;
}

.breadcrumb-overlay {
  position: absolute;
  inset: 0;

  box-shadow: 0px 4px 20px 0px rgba(28, 23, 23, 0.1);

  z-index: 2;
}
.breadcrumb-content {
  position: absolute;

  top: 140px;
  left: 50%;
  transform: translateX(-50%);

  width: 100%;
  max-width: 1200px;
  padding: 0 20px;

  font-family: "Source Sans Pro", sans-serif;
  padding: 25px 20px;
  text-align: start;
}
.breadcrumb-content svg {
  width: 5px;
  height: 8px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px;
}
.breadcrumb-content span,
.breadcrumb-content a {
  font-size: 12px;
  color: #1c1717;
  text-decoration: none;
}
.breadcrumb-content strong {
  font-weight: 700;
}
.breadcrumb-content p {
  font-weight: 400;
  font-size: 20px;
  color: #1c1717;
  margin-top: 10px;
}
.breadcrumb-content h1 {
  font-weight: 700;
  font-size: 32px;
  color: #1c1717;
  margin: 6px 0 0;
}

@media (max-width: 1024px) {
  .breadcrumb-content {
    top: 110px;
  }
}

@media (max-width: 768px) {
  .breadcrumb-content {
    top: 90px;
  }

  .breadcrumb-content p {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .breadcrumb-content {
    top: 75px;
  }

  .breadcrumb-content h1 {
    font-size: 24px;
  }
}

#faq-container {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}
.faq-header {
  flex: 0 0 35%;
  text-align: right;
}
.faq-header svg {
  width: 40px;
  height: 40px;
  color: #1c1717;
  margin-bottom: 20px;
}
.faq-header h1 {
  color: #f8931f;
  font-family: "Rajdhani", sans-serif;
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;

  margin-bottom: 40px;
  padding-bottom: 5px;
}
.faq-questions {
  flex: 1;
  border-left: 1px solid #6c6c6c;
  padding: 25px;
}
.question-block {
  margin-bottom: 25px;
}
.question-block h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  color: #f8931f;
  margin-bottom: 8px;
}
.question-block p {
  color: #1c1717;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 991px) {
  #faq-container {
    flex-direction: column;
    gap: 10px;
  }
  .faq-header {
    flex: none;
    text-align: center;
    margin-bottom: 20px;
    margin-inline: auto;
  }
  .faq-header h1 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .faq-questions {
    border-left: none;
    border-top: 1px solid #6c6c6c;
    padding: 20px 0 0 0;
  }
}

@media (max-width: 575px) {
  .faq-header h1 {
    font-size: 24px;
  }
  .question-block h2 {
    font-size: 15px;
  }
  .question-block p {
    font-size: 15px;
  }
}

.servico-detail-container-content {
  display: flex;
  align-items: center;

  .button-comprar {
    background-color: #f89420;
    color: #1b1717;
    padding: 8px 35px 8px 26px !important;
    border-radius: 8px;
    clip-path: polygon(0 0, 100% 0, 100% 20%, 93% 100%, 0 100%);
    gap: 8px;
    font-weight: bold;
    font-size: 22px;
    display: flex;
    align-items: center;
    width: fit-content;
  }

  @media (max-width: 1024px) {
    flex-direction: column;
    align-items: flex-start;

    .button-comprar {
      font-size: 18px;
      padding: 6px 30px 6px 20px !important;
      margin-top: 10px;
    }
  }
}

.button-comprar-mobile {
  display: none !important;
}

@media (max-width: 1024px) {
  .button-comprar-desktop {
    display: none !important;
  }
  .button-comprar-mobile {
    display: flex !important;
    background-color: #f89420;
    color: #1b1717;
    padding: 6px 30px 6px 20px !important;
    border-radius: 8px;
    clip-path: polygon(0 0, 100% 0, 100% 20%, 93% 100%, 0 100%);
    gap: 8px;
    font-weight: bold;
    font-size: 18px;
    align-items: center;
    width: fit-content;
    margin-top: 15px;
  }
}

  .breadcrumb-servicos-below {
      max-width: 1200px;
      margin: 40px auto;
      font-family: "Source Sans Pro", sans-serif;
      border-bottom: 1px solid rgba(28, 23, 23, 0.5);
  }
  .breadcrumb-servicos-below svg {
      width: 5px;
      height: 8px;
      display: inline-block;
      vertical-align: middle;
      margin: 0 6px;
  }
  .breadcrumb-servicos-below span,
  .breadcrumb-servicos-below a {
      font-size: 12px;
      color: #1c1717;
      text-decoration: none;
  }
  .breadcrumb-servicos-below strong {
      font-weight: 700;
  }
  .breadcrumb-servicos-below h1 {
      font-weight: 700;
      font-size: 32px;
      color: #1c1717;
      margin: 6px 0 0;
  }
  .breadcrumb-servicos-below p {
      font-weight: 400;
      font-size: 20px;
      color: #1c1717;
      margin-top: 10px;
  }

  @media (max-width: 768px) {
      .breadcrumb-servicos-below {
          padding: 0 15px;
      }
      .breadcrumb-servicos-below h1 {
          font-size: 24px;
      }
      .breadcrumb-servicos-below p {
          font-size: 16px;
      }
  }