/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-item div.item{
   display: flex;
   flex-direction: column; 
}

.owl-carousel .owl-item:nth-child(2n-1) div.item{
  flex-direction: column-reverse;
}

.owl-carousel .owl-item div.item:nth-child(2n-1) div.txt-blg-home{
    flex-direction: column-reverse;
    margin-top: 10px;
}


.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

section {
  clear: both;
  position: relative;
}

body {
  font-family: "Fira Sans", sans-serif;
  line-height: 1.2;
  margin: 0 auto;
  overflow-x: hidden;
  padding-top: 0.1px;
  font-size: 18px;
  font-size: 1.125rem;
  scroll-behavior: smooth;
  position: relative;
}
@media (max-width: 1439px) {
  body {
    font-size: 14.94px;
    font-size: 0.93375rem;
  }
}
@media (max-width: 1365px) {
  body {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Fira Sans", sans-serif;
}

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

button {
  cursor: pointer;
  background: none;
  border: none;
  font-family: inherit;
  font-size: inherit;
  padding: 0;
}

.input-file {
  display: none;
}

.link-seo {
  cursor: pointer;
}

.container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

strong,
.bold-text {
  font-weight: bold;
}

.full-width {
  width: auto;
  max-width: 100%;
  height: auto;
}

.full-height {
  width: auto;
  max-width: unset;
  height: 100%;
}

.no-image {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}

.bg-full {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.text-center {
  text-align: center;
}

.margin-center {
  margin-left: auto;
  margin-right: auto;
}

.text-box {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  text-align: center;
  width: 95%;
}

.block {
  display: block;
}

.uppercase {
  text-transform: uppercase;
}

@media (max-width: 1780px) {
  .premio-comunica {
    max-width: 150px;
  }
}
@media (max-width: 1280px) {
  .premio-comunica {
    max-width: 90px;
  }
}

@media (max-width: 1780px) {
  .idea-brasil {
    max-width: 100px;
  }
}
@media (max-width: 1280px) {
  .idea-brasil {
    max-width: 60px;
  }
}

.text {
  font-weight: 300;
  max-width: 700px;
  margin-bottom: 40px;
  line-height: 1.6rem;
}
@media (max-width: 780px) {
  .text {
    font-size: 0.875rem;
  }
}

.title {
  font-size: 4.2rem;
  font-weight: 100;
}
@media (max-width: 1280px) {
  .title {
    font-size: 3.5rem;
  }
}
@media (max-width: 820px) {
  .title {
    font-size: 2rem;
  }
}

.subtitle {
  font-size: 2.7rem;
  font-weight: 300;
  text-align: center;
}
.subtitle strong {
  font-weight: 600;
}
@media (max-width: 1280px) {
  .subtitle {
    font-size: 2rem;
  }
}
@media (max-width: 820px) {
  .subtitle {
    font-size: 1.5rem;
  }
}

.button {
  align-items: center;
  background-color: #ff5a28;
  color: #fff;
  font-size: 1rem;
  font-weight: 200;
  padding: 12px 30px;
  border-radius: 7px;
  transition: all 0.2s ease-in-out;
}
.button:hover {
  background-color: #e64616;
}

.btn-second {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 355px;
  width: 100%;
  height: 55px;
  background-color: #e42a15;
}
.btn-second:hover {
  background-color: #d1220e;
}

header {
  width: 100%;
  color: #fff;
  background-color: transparent;
  position: fixed;
  top: 0;
  z-index: 100;
}
header nav {
  max-width: 1920px;
  padding: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  transition: 0.3s ease-in-out;
}

header h1.header-logo,
header div.header-logo {
  text-indent: -999999px;
  background-image: url(https://www.ao5.com.br/wp-content/themes/neworangefive/assets/images/logo.png);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center;
  display: block;
  width: 204px;
  height: 50px;
}

@media (max-width: 1040px) {
  header nav {
    padding: 15px 40px;
  }
}
@media (max-width: 1040px) {
  header nav #logo {
    max-width: 120px;
  }
}
header nav .nav-links {
  font-size: 1rem;
  font-weight: 200;
  display: flex;
  gap: 100px;
}
header nav .nav-links .nav-item {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1040px) {
  header nav .nav-links .nav-item {
    display: none;
  }
}
header nav .nav-links .nav-social {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1040px) {
  header nav .nav-links .nav-social {
    display: none;
  }
}
header nav .mobile-menu-icon {
  display: none;
}
@media (max-width: 1040px) {
  header nav .mobile-menu-icon {
    display: block;
  }
}
header .mobile-menu {
  position: fixed;
  top: 70px;
  z-index: 1000;
  width: 100%;
}
header .mobile-menu li {
  display: none;
  color: #fff;
}
@media (max-width: 1040px) {
  header .mobile-menu li {
    display: block;
  }
}
@media (max-width: 1040px) {
  header .mobile-menu {
    display: none;
    padding: 20px;
    background-color: #373f4d;
  }
  header .mobile-menu li {
    margin-bottom: 40px;
  }
  header .mobile-menu li a {
    padding: 12px;
  }
}

.open {
  display: block !important;
}

.ativo {
  background-color: rgba(55, 63, 77, 0.7);
  -webkit-backdrop-filter: blur(9px);
          backdrop-filter: blur(9px);
  color: #fff;
}

.nav-ativo {
  padding: 15px 40px;
}

.fale-conosco {
  background: rgb(243, 87, 49);
  background: radial-gradient(circle, rgb(243, 87, 49) 24%, rgb(230, 42, 21) 75%);
}
.fale-conosco .container {
  height: auto;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 70px 40px 75px 40px;
  text-align: center;
  gap: 20px;
  position: relative;
}
@media (max-width: 780px) {
  .fale-conosco .container {
    padding: 40px 15px;
  }
}
.fale-conosco .container h2 {
  margin-top: 15px;
  font-size: 2rem;
  font-weight: 300;
}
@media (max-width: 820px) {
  .fale-conosco .container h2 {
    font-size: 1.5rem;
  }
}
.fale-conosco .container p {
  font-weight: 200;
}
.fale-conosco img {
  position: absolute;
  top: -90px;
  z-index: -1;
}
@media (max-width: 600px) {
  .fale-conosco img {
    top: -75px;
  }
}
@media (max-width: 520px) {
  .fale-conosco img {
    top: -65px;
  }
}
@media (max-width: 450px) {
  .fale-conosco img {
    top: -55px;
  }
}
@media (max-width: 380px) {
  .fale-conosco img {
    top: -45px;
  }
}
.fale-conosco .btn-second {
  position: absolute;
  bottom: -35px;
  z-index: 10;
}

.footer {
  background-color: #373f4d;
  color: #fff;
  font-weight: 300;
}
.footer .container {
  padding: 40px 60px 80px 105px;
  display: flex;
  flex-direction: column;
  gap: 35px;
}
@media (max-width: 820px) {
  .footer .container {
    padding: 60px 15px;
  }
}
.footer ul {
  display: flex;
  gap: 15px;
}
@media (max-width: 820px) {
  .footer ul {
    gap: 10px;
  }
}
.footer .footer-address {
  display: flex;
  flex-wrap: wrap;
  font-weight: 400;
  color: #8b8b92;
}
.footer h3 {
  text-transform: uppercase;
}
.footer .footer-content-icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 820px) {
  .footer .footer-content-icons {
    gap: 60px;
    flex-wrap: wrap;
  }
}
.footer .footer-content-icons #footer-icons {
  margin-top: -10px;
  margin-left: -10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1280px) {
  .footer .footer-content-icons #footer-icons {
    gap: 5px;
  }
  .footer .footer-content-icons #footer-icons li {
    width: 85px;
  }
}
@media (max-width: 840px) {
  .footer .footer-content-icons #footer-icons {
    flex-wrap: nowrap;
  }
  .footer .footer-content-icons #footer-icons .icon-invisible {
    display: none;
  }
}
.footer .footer-content-icons .footer-content-premios {
  margin-top: -40px;
  display: flex;
  align-items: center;
  gap: 25px;
}

.banner {
  width: 100%;
  height: 510px;
  background:#f74e28 url('../../../../../assets/images/bg-oranger.png') no-repeat center top;
  /* background:#f74e28 url('../../../../../assets/images/banner.png') no-repeat center top; */
  background-size: cover;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: absolute;
  top: 0;
}
@media (max-width: 780px) {
  .banner {
    background-position: center;
    background-image: url(../../../../images/banner-mobile.png);
  }
}
.banner .banner-content {
  padding: 30px 30px 30px 55px;
  margin-bottom: 50px;
}
@media (max-width: 780px) {
  .banner .banner-content {
    margin-bottom: 20px;
    padding: 30px 15px;
  }
}
.banner .banner-content strong {
  font-weight: 500;
}
.banner .banner-content p {
  font-size: 2rem;
  font-weight: 100;
  margin-top: 10px;
}
@media (max-width: 780px) {
  .banner .banner-content p {
    font-size: 1rem;
  }
}
.banner .banner-content .banner-content-icons {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-top: 35px;
}
@media (max-width: 840px) {
  .banner .banner-content .banner-content-icons {
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
  }
}
.banner .banner-content .banner-content-icons #banner-icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1280px) {
  .banner .banner-content .banner-content-icons #banner-icons {
    gap: 5px;
  }
  .banner .banner-content .banner-content-icons #banner-icons li {
    width: 85px;
  }
}
@media (max-width: 840px) {
  .banner .banner-content .banner-content-icons #banner-icons {
    flex-wrap: nowrap;
  }
  .banner .banner-content .banner-content-icons #banner-icons .icon-invisible {
    display: none;
  }
}
.banner .banner-content .banner-content-icons .banner-content-premios {
  display: flex;
  align-items: center;
  gap: 45px;
}

.servicos {
  color: #373f4d;
  text-align: center;
  padding: 40px;
  height: 615px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 520px;
}
.servicos p {
  margin-bottom: 80px;
}
@media (max-width: 820px) {
  .servicos p {
    margin-bottom: 40px;
  }
}
@media (max-width: 1280px) {
  .servicos {
    min-height: 475px;
    padding: 40px 15px;
  }
}
@media (max-width: 820px) {
  .servicos {
    height: 510px;
  }
}
.servicos h2 {
  margin-bottom: 50px;
}
@media (max-width: 820px) {
  .servicos h2 {
    margin-bottom: 40px;
  }
}
.servicos .servicos-list {
  position: relative;
  display: flex;
  justify-content: center;
}
.servicos .servicos-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  border: 1px solid #373f4d;
  transition: 0.2s;
  top: 0;
  cursor: pointer;
}
.servicos .servicos-list li a {
  font-size: 1.2rem;
  color: #373f4d;
  padding: 12px 24px;
}
@media (max-width: 1280px) {
  .servicos .servicos-list li a {
    font-size: 1rem;
  }
}
@media (max-width: 820px) {
  .servicos .servicos-list li a {
    padding: 5px;
    font-size: 0.75rem;
  }
}
.servicos .servicos-list li:hover {
  border: solid 4px transparent;
  border-radius: 50%;
  background-image: linear-gradient(white, white), radial-gradient(circle at top left, #da562c, #373f4d);
  background-origin: border-box;
  background-clip: content-box, border-box;
  z-index: 5;
}
.servicos .servicos-list li:nth-child(1) {
  margin-left: -900px;
}
.servicos .servicos-list li:nth-child(2) {
  margin-left: -450px;
}
.servicos .servicos-list li:nth-child(3) {
  margin-left: 0;
}
.servicos .servicos-list li:nth-child(4) {
  margin-left: 450px;
}
.servicos .servicos-list li:nth-child(5) {
  margin-left: 900px;
}
/*@media (max-width: 1280px) {
  .servicos .servicos-list li {
    width: 150px;
    height: 150px;
  }
  .servicos .servicos-list li:nth-child(1) {
    margin-left: -530px;
  }
  .servicos .servicos-list li:nth-child(2) {
    margin-left: -265px;
  }
  .servicos .servicos-list li:nth-child(3) {
    margin-left: 0;
  }
  .servicos .servicos-list li:nth-child(4) {
    margin-left: 265px;
  }
  .servicos .servicos-list li:nth-child(5) {
    margin-left: 530px;
  }
}*/
@media (max-width: 820px) {
  .servicos .servicos-list li {
    width: 100px;
    height: 100px;
  }
  .servicos .servicos-list li:nth-child(1) {
    margin-left: -90px;
    margin-top: 80px;
  }
  .servicos .servicos-list li:nth-child(2) {
    margin-left: -180px;
  }
  .servicos .servicos-list li:nth-child(3) {
    margin-left: 0;
  }
  .servicos .servicos-list li:nth-child(4) {
    margin-left: 180px;
  }
  .servicos .servicos-list li:nth-child(5) {
    margin-left: 90px;
    margin-top: 80px;
  }
}

.projeto-cliente {
  height: 630px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
@media (max-width: 820px) {
  .projeto-cliente {
    height: 400px;
  }
}
.projeto-cliente .wrapper-projeto-cliente {
  width: 100%;
  height: 100%;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: 0.5s;
}
.projeto-cliente .wrapper-projeto-cliente:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.projeto-cliente .wrapper-projeto-cliente:hover .projeto-cliente-content h2, .projeto-cliente .wrapper-projeto-cliente:hover .projeto-cliente-content a {
  color: white;
}
@media (max-width: 820px) {
  .projeto-cliente .wrapper-projeto-cliente {
    background-color: rgba(0, 0, 0, 0.4);
  }
}
.projeto-cliente .wrapper-projeto-cliente .projeto-cliente-content {
  width: 88%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 55px;
}
.projeto-cliente .wrapper-projeto-cliente .projeto-cliente-content h2 {
  font-size: 2.8rem;
  font-weight: 300;
  color: #ffffff;
}
.projeto-cliente .wrapper-projeto-cliente .projeto-cliente-content h2 strong {
  font-weight: 500;
}
@media (max-width: 820px) {
  .projeto-cliente .wrapper-projeto-cliente .projeto-cliente-content h2 {
    font-size: 1.5rem;
    color: white;
  }
}
.projeto-cliente .wrapper-projeto-cliente .projeto-cliente-content a {
  font-size: 1.5rem;
  font-weight: 300;
  color: #ffffff;
  position: relative;
  align-self: flex-start;
  padding: 12px 0;
}
.projeto-cliente .wrapper-projeto-cliente .projeto-cliente-content a:hover::after {
  width: 100%;
}
.projeto-cliente .wrapper-projeto-cliente .projeto-cliente-content a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: white;
  left: 0;
  bottom: 0;
  transition: 0.5s;
}
@media (max-width: 820px) {
  .projeto-cliente .wrapper-projeto-cliente .projeto-cliente-content a {
    font-size: 1rem;
    color: white;
  }
  .projeto-cliente .wrapper-projeto-cliente .projeto-cliente-content a::after {
    width: 100%;
  }
}

.marketing-vendas {
  color: #373f4d;
  text-align: center;
  padding: 40px 30px 0 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 780px) {
  .marketing-vendas {
    padding: 40px 15px;
  }
}
.marketing-vendas h2 {
  margin-bottom: 40px;
}
.marketing-vendas h2:nth-child(3n+1) {
  padding-top: 85px;
}
.marketing-vendas .marketing-title {
  position: relative;
}
.marketing-vendas .marketing-title::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 80px;
  background-color: #ff5a28;
  top: -15px;
  right: 50%;
}
.marketing-vendas .marketing-title strong {
  font-weight: 600;
}
.marketing-vendas .wrapper-content-cards {
  display: grid;
  justify-content: center;
  grid-template-columns: 1200px auto;
  gap: 30px;
  text-align: left;
}
.marketing-vendas .wrapper-content-cards h3 {
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
}
.marketing-vendas .wrapper-content-cards h3:nth-child(even) {
  margin: 10px 0;
}
.marketing-vendas .wrapper-content-cards h3:nth-child(odd) {
  margin-bottom: 10px;
}
.marketing-vendas .wrapper-content-cards p {
  font-size: 0.875rem;
  line-height: 1.2rem;
}
.marketing-vendas .wrapper-content-cards p:nth-child(even) {
  margin-bottom: 10px;
}
.marketing-vendas .wrapper-content-cards .marketing-links {
  display: flex;
  align-items: center;
  gap: 30px;
}
.marketing-vendas .wrapper-content-cards .marketing-links img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 1780px) {
  .marketing-vendas .wrapper-content-cards {
    grid-template-columns: 900px auto;
  }
}
@media (max-width: 1280px) {
  .marketing-vendas .wrapper-content-cards {
    grid-template-columns: 520px auto;
  }
}
@media (max-width: 820px) {
  .marketing-vendas .wrapper-content-cards {
    grid-template-columns: 350px;
  }
}
.marketing-vendas .wrapper-empresas-carrousel {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 35px 10px;
  margin: 0 auto;
  max-width: 1780px;
  width: 100%;
}

.owl-carousel .owl-item img {
  border-radius: 10px;
}

.depoimentos {
  height: auto;
  color: #fff;
  background-color: #373f4d;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 85px 40px;
  position: relative;
}
.depoimentos::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 80px;
  background-color: #ff5a28;
  top: -40px;
  right: 50%;
}
.depoimentos .depoimentos-container {
  max-width: 1720px;
  margin: 0 auto;
}
.depoimentos h2 {
  margin-bottom: 70px;
}
@media (max-width: 820px) {
  .depoimentos h2 {
    margin-bottom: 40px;
  }
}
.depoimentos .depoimentos-clientes {
  display: flex;
  justify-content: center;
  gap: 80px;
}
.depoimentos .depoimentos-clientes .depoimentos-clientes-box {
  display: flex;
  align-items: flex-start;
  gap: 30px;
    width: 100%;
}
.depoimentos .depoimentos-clientes .depoimentos-clientes-box img {
  border-radius: 7px;
}
.depoimentos .depoimentos-clientes .depoimentos-clientes-box p {
  font-weight: 200;
  text-align: left;
  margin-bottom: 20px;
  line-height: 1.6rem;
}
.depoimentos .depoimentos-clientes .depoimentos-clientes-box p strong {
  font-weight: 400;
}
@media (max-width: 420px) {
  .depoimentos .depoimentos-clientes .depoimentos-clientes-box {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 1480px) {
  .depoimentos .depoimentos-clientes {
    gap: 30px;
  }
}
@media (max-width: 1120px) {
  .depoimentos .depoimentos-clientes {
    max-width: 450px;
    flex-direction: column;
    gap: 30px;
  }
}
@media (max-width: 920px) {
  .depoimentos {
    padding: 60px 15px;
  }
}

.na-midia {
  height: auto;
  color: #373f4d;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 60px 165px 60px;
  text-align: center;
  gap: 40px;
}
@media (max-width: 820px) {
  .na-midia {
    padding: 40px 20px 100px 20px;
  }
}
.na-midia p {
  margin-bottom: 0;
}
.na-midia ul {
  width: 100%;
  max-width: 1390px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 10px;
}
@media (max-width: 820px) {
  .na-midia ul {
    width: 100%;
  }
}
@media (max-width: 550px) {
  .na-midia {
    padding: 40px 15px 80px 15px;
  }
}
.fotos-24 {
  padding: 0 5px 60px 5px;

  .fotos {
    width: 100%;
    max-width: 1228px;
    margin: 0 auto;
  }

  img {
    width: 100%;
    max-width: 175px;
    max-height: 175px;
  }
}

.separador-2024 {
  border: 2px solid #cecece;
  width: 100%;
  max-width: 1200px;
  display: block;
  margin-bottom: 40px;
}


/*# sourceMappingURL=front-page.css.map */