/*--------------------------------------------------------------
# Root
--------------------------------------------------------------*/
:root {
  --fonte-principal: magistral, sans-serif;
  --fonte-de-apoio: quicksand, sans-serif;
  --cor-principal-orange-huffix: #FA4616;
  /* --cor-principal-grey-huffix: #919D9D; */
  --cor-principal-grey-huffix: #606060;
  
  --cor-de-apoio-1: #9400d3;
  --cor-de-apoio-2: #009fe3;
  --cor-de-apoio-3: #00c0a3;

  --cor-semelhante-1: #848484;

  --font-size-h1: calc(4.5rem - .6vw);
  --font-size-h2: calc(2.5rem - .6vw);
  --font-size-h3: 32px;
  --font-size-h4: 20px;
  --font-size-p: 15px;
  --font-accordion-h2: calc(2.4rem - .9vw);
}

.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 15px;
  right: 30px;
  background-color: rgb(37, 211, 102);
  color: rgb(255, 255, 255);
  border-radius: 50px;
  text-align: center;
  box-shadow: rgb(153, 153, 153) 2px 2px 3px;
  z-index: 100;
  transition: all 0.2s ease-in-out 0s;
}

.whatsapp-float img {
  padding: 0;
  margin: 15%;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  background-color: rgb(18, 140, 126);
  box-shadow: rgb(153, 153, 153) 3px 3px 4px;
  color: rgb(255, 255, 255) !important;
}
.whatsapp-icon {
  margin-top: 15px;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: var(--fonte-principal);
  color: var(--cor-principal-grey-huffix);
}

b,
strong {
  font-weight: bolder;
  color: var(--cor-principal-orange-huffix);
  display: contents;
}

a {
  color: var(--cor-principal-orange-huffix);
  text-decoration: none;
}

a:hover {
  color: var(--cor-principal-orange-huffix);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--fonte-de-apoio);
  font-weight: 700;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: var(--cor-principal-orange-huffix);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #151515;
  line-height: 0;
}

.back-to-top:hover {
  background: #151515;
}

.back-to-top:hover i {
  color: var(--cor-principal-orange-huffix);
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #151515;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 0px);
  left: calc(50% - 30px);
  border: 6px solid var(--cor-principal-orange-huffix);
  border-top-color: #151515;
  border-bottom-color: #151515;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
}

#header.header-scrolled,
#header.header-inner-pages {
  background: rgba(0, 0, 0, 0.8);
}

#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo a span {
  color: var(--cor-principal-orange-huffix);
}

#header .logo img {
  max-height: 60px;
}

/*--------------------------------------------------------------
#  BotÃ£o de CTA
--------------------------------------------------------------*/
.cta-btn {
  color: #fff;
  border-radius: 4px;
  padding: 7px 25px 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: calc(2.2rem - .6vw);
  display: inline-block;
  background: var(--cor-de-apoio-3);
}

.cta-btn:hover {
  background-color: var(--cor-de-apoio-3);
  color: #fff;
  border-color: var(--cor-de-apoio-3);
  border-radius: 25px;
}

.form-btn {
  color: #fff;
  border-radius: 4px;
  padding: 7px 25px 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: calc(2.2rem - .6vw);
  display: inline-block;
  border: 2px solid var(--cor-principal-orange-huffix);
  background: var(--cor-principal-orange-huffix);
  padding: 6px 15px 6px 15px;
  margin-right: 0;
  font-size: 22px;
}

.form-btn:hover {
  background-color: var(--cor-de-apoio-3);
  color: #fff;
  border-color: var(--cor-de-apoio-3);
  border-radius: 25px;
}

@media (max-width: 992px) {
  .cta-btn {
    padding: 7px 20px 8px 20px;
    margin-right: 15px;
  }

  .form-btn {
    padding: 7px 20px 8px 20px;
    margin-right: 15px;
  }
}

/*--------------------------------------------------------------
# NavegaÃ§Ã£o
--------------------------------------------------------------*/
/**
* Desktop  
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: var(--cor-principal-orange-huffix);
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  color: #151515;
  font-weight: 400;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  background-color: var(--cor-principal-orange-huffix);
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #151515;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #151515;
  background-color: var(--cor-principal-orange-huffix);
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
  color: #151515;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  background-color: var(--cor-principal-orange-huffix);
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background-color: transparent;
  overflow: hidden;
  position: relative;
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#hero .carousel-item::before {
  content: "";
  background-color: transparent;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 70px;
  left: 50px;
  right: 50px;
}

#hero .top-1 {
  display: flex;
  justify-content: normal;
  align-items: flex-start;
  position: absolute;
  bottom: 0;
  top: 35px;
  left: 50px;
  right: 0px;
}

#hero .top-1 .card-slaid {
  text-align: center;
  background: linear-gradient(88deg, #000000de, transparent);
  padding: 20px;
  border-radius: 10px;
  float: right;
}

#hero .top-1 img {
  width: 220px;
}

#hero .top-2 img {
  width: 220px;
}

#hero .top-2 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  bottom: 0;
  top: 0px;
  left: -20px;
  right: 0px;
}

#hero .top-2 .card-slaid {
  margin: 0 auto;
  float: left;
  text-align: center;
  background: linear-gradient(136deg, #000000de, transparent);
  padding: 20px;
  border-radius: 1px;
}

#hero .carousel-container .container-fluid {
  margin-left: 0px;
}



#hero .container {
  text-align: center;
}

#hero h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 700;
}

#hero p {
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
  font-size: 18px;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 0.6;
  transition: 0.3s;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background: #d9232d;
}

#hero .btn-get-started {
  font-size: 18px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  animation-delay: 0.8s;
  background: var(--cor-de-apoio-2);
  width: 100%;
  text-align: center;
  font-weight: 700;
}

#hero .btn-get-started:hover {
  background: var(--cor-principal-orange-huffix);
}

@media (max-width: 992px) {
  #hero {
    height: 100vh;
  }

  #hero .carousel-container {
    top: 8px;
  }
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}

/*--------------------------------------------------------------
# Sec 1 - Banner ambientado ao fundo
--------------------------------------------------------------*/
#sec-1 {
  width: 100%;
  height: 100vh;
  /* background-image: url('../img/banner/banner-min.jpg');
  background-size: cover; */
  /* background-color: #c4c4c4; */
  position: relative;
}

#sec-1 img {
  width: 220px;
}

#sec-1:before {
  content: "";
  background: linear-gradient(180deg, transparent, #00000070);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#sec-1 .container,
#sec-1 .container-fluid {
  position: relative;
  padding-top: 74px;
  text-align: center;
}

#sec-1 h1 {
  font-family: var(--fonte-principal);
  margin: 0;
  font-style: normal;
  font-weight: 900;
  line-height: 64px;
  font-size: calc(3.5rem - .6vw);
  color: #fff;
}

#sec-1 h1 span {
  color: var(--cor-principal-orange-huffix);
}

#sec-1 h2 {
  font-family: var(--fonte-principal);
  color: #fff;
  margin: 10px 0 0 0;
  font-size: calc(2.5rem - .6vw);
}

#sec-1 .icon-box {
  padding: 30px 20px;
  transition: ease-in-out 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 100%;
  text-align: center;
}

#sec-1 .icon-box i {
  font-size: 32px;
  line-height: 1;
  color: var(--cor-principal-orange-huffix);
}

#sec-1 .icon-box h3 {
  font-weight: 700;
  margin: 10px 0 0 0;
  padding: 0;
  line-height: 1;
  font-size: 20px;
  line-height: 26px;
}

#sec-1 .icon-box h3 a {
  color: #fff;
  transition: ease-in-out 0.3s;
}

#sec-1 .icon-box h3 a:hover {
  color: var(--cor-principal-orange-huffix);
}

#sec-1 .icon-box:hover {
  border-color: var(--cor-principal-orange-huffix);
}

@media (min-width: 1024px) {
  #sec-1 {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #sec-1 {
    height: auto;
  }

  #sec-1 h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #sec-1 h2 {
    font-size: 20px;
    line-height: 24px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: var(--font-size-h2);
  font-weight: 900;
  padding: 0;
  line-height: normal;
  margin: 0 0 5px 0;
  color: #000;
  display: grid;
  text-transform: uppercase;
}

.section-title p {
  font-size: var(--font-size-p);
  font-weight: 700;
  padding: 0;
  line-height: 25px;
  margin-top: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000;
  display: grid;
}


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 700;
  font-size: 28px;
  font-family: "Poppins", sans-serif;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding: 0 0 8px 26px;
  position: relative;
}

.about .content ul i {
  position: absolute;
  font-size: 20px;
  left: 0;
  top: -3px;
  color: var(--cor-principal-orange-huffix);
}

.about .content p:last-child {
  margin-bottom: 0;
}


/*--------------------------------------------------------------
    # sec-4
    --------------------------------------------------------------*/
.sec-4-grid,
.testimonials-grid {
  list-style: none;
  overflow: hidden
}

.sec-4 {
  padding-bottom: 30px;
}

.clients-slider {
  display: none;
}

.sec-4-img-item {
  text-align: center;
  border: 1px solid #ebebeb;
  transition: all ease-in-out 0.3s;
  background: #fff;
}

.sec-4-swiper-img {
  border-radius: 10px;
  width: 100%;
  height: auto;
  padding: 35px;
}

.sec-4-grid li,
.testimonials-grid li {
  float: left;
  position: relative;
  width: 20%;
  padding: 20px 0;
  -webkit-backface-visibility: hidden
}

.sec-4-grid.grid-2 li {
  width: 50%;
  padding: 25px 0
}

.sec-4-grid.grid-3 li {
  width: 33.33%
}

.sec-4-grid.grid-4 li {
  width: 25%
}

.sec-4-grid.grid-6 li {
  width: 16.66%;
  height: 150px;
}

.sec-4-grid li a {
  opacity: .6
}

body:not(.device-touch) .sec-4-grid li a {
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease
}

.sec-4-grid li a:hover {
  opacity: 1
}

.sec-4-grid li a,
.sec-4-grid li img {
  display: block;
  width: 75%;
  margin-left: auto;
  margin-right: auto
}

.sec-4-grid li a img {
  width: 75%;
}

.sec-4-grid li:after,
.sec-4-grid li:before {
  content: '';
  position: absolute
}

.sec-4-grid li:before {
  height: 100%;
  top: 0;
  left: -1px;
  border-left: 1px dashed #ddd
}

.sec-4-grid li:after {
  width: 100%;
  height: 0;
  top: auto;
  left: 0;
  bottom: -1px;
  border-bottom: 1px dashed #ddd
}

.sec-4-grid img {
  opacity: 0.5;
  transition: 0.3s;
  filter: grayscale(100);
}


/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
  padding-top: 20px;
}

.features .icon-box {
  padding-left: 15px;
}

.features .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}

.features .icon-box i {
  font-size: 48px;
  float: left;
  color: var(--cor-principal-orange-huffix);
}

.features .icon-box p {
  font-size: 15px;
  color: #848484;
  margin-left: 60px;
}

.features .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}

/*--------------------------------------------------------------
# sec-3
--------------------------------------------------------------*/
.sec-3 .icon-box {
  text-align: center;
  border: 1px solid #ebebeb;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}

.sec-3 .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: var(--cor-principal-orange-huffix);
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: 0.3s;
}

.sec-3 .icon-box .icon i {
  color: #fff;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}

.sec-3 .icon-box h2 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.sec-3 .icon-box h2 a {
  color: #151515;
  transition: ease-in-out 0.3s;
}

.sec-3 .icon-box h2 a:hover {
  color: var(--cor-principal-orange-huffix);
}

.sec-3 .icon-box p {
  line-height: 24px;
  font-size: var(--font-size-p);
  margin-bottom: 0;
}

.sec-3 .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.5)), url("../img/cta-bg.jpg") fixed center center;
  background-size: cover;
  padding: 220px 220px;
  background-position: top;
}

.cta h3 {
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
}

.cta p {
  color: #fff;
  font-size: 1.4rem;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: var(--cor-principal-orange-huffix);
  border-color: var(--cor-principal-orange-huffix);
  color: #151515;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #151515;
  background: var(--cor-principal-orange-huffix);
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(21, 21, 21, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(21, 21, 21, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: var(--cor-principal-orange-huffix);
}

.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid var(--cor-principal-orange-huffix);
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--cor-principal-orange-huffix);
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(21, 21, 21, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# sec-indicadores
--------------------------------------------------------------*/
.sec-indicadores {
  padding: 10px 0 10px;
}

.sec-indicadores .count-info {
  width: 100%;
}

.sec-indicadores .count-box {
  display: block;
  align-items: center;
  padding: 30px;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  min-height: 300px ;
  height: auto;
}

.sec-indicadores .count-box img {
  width: 74px;
  background: var(--cor-de-apoio-2);
  border-radius: 50px;
  padding: 14px;
  line-height: 0;
  margin-right: 5px;
  margin-left: -5px;
}

.sec-indicadores .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: var(--cor-de-apoio-1);
}

.sec-indicadores .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Nunito", sans-serif;
  font-size: 20px;
}

@media (max-width: 991px) {
  .sec-indicadores .image {
    text-align: center;
  }

  .sec-indicadores .image img {
    max-width: 80%;
  }
}

@media (max-width: 667px) {
  .sec-indicadores .image img {
    max-width: 100%;
  }
}



/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
  padding: 60px 0;
}

.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: #151515;
  margin: 0 3px;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.8);
  transition: ease-in-out 0.3s;
  color: #484848;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.team .member .social a:hover {
  color: #151515;
  background: var(--cor-principal-orange-huffix);
}

.team .member .social i {
  font-size: 18px;
  line-height: 0;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #151515;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .member:hover .social {
  opacity: 1;
  bottom: 15px;
}


/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-container {
  background-color: var(--color-primary);
  height: 100%;
  padding: 20px;
  border-radius: 10px 0 0 10px;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
}

.contact .info-item {
  width: 100%;
  background-color: #009282;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 10px;
  color: #fff;
}

.contact .info-item:last-child {
  margin-bottom: 0;
}

.contact .info-item i {
  font-size: 20px;
  color: #fff;
  float: left;
  width: 44px;
  height: 44px;
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  margin-right: 15px;
}

.contact .info-item h4 {
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.contact .info-item:hover i {
  background: #fff;
  color: var(--color-primary);
}

.contact .php-email-form {
  width: 100%;
  height: 100%;
  background: #fff;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 0 10px 10px 0;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #df1529;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #059652;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #059652;
  border-top-color: #fff;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email],
.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form input[type=text]:focus,
.contact .php-email-form input[type=email]:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--color-primary);
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: var(--cor-de-apoio-3);
  border: 0;
  padding: 14px 45px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
  margin-top: 20px;
}

.contact .php-email-form button[type=submit]:hover {
  background: rgba(0, 131, 116, 0.8);
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: whitesmoke;
  min-height: 40px;
  margin-top: 74px;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 400;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #2f2f2f;
  content: "/";
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 68px;
  }

  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}


/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
  color: var(--default-color);
  background-color: var(--background-color);
  font-size: 14px;
  padding-bottom: 50px;
  position: relative;
}

.footer .footer-top {
  padding-top: 50px;
}

.footer .footer-about .logo {
  margin-bottom: 25px;
  background: transparent;
  border-radius: 0;
  padding: inherit;
  margin-top: inherit;
}

.footer .footer-about .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.footer .footer-about .logo span {
  color: var(--heading-color);
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: var(--heading-font);
}

.footer .footer-about p {
  font-size: 14px;
  font-family: var(--heading-font);
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 16px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  margin-right: 10px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: var(--accent-color);
  border-color: var(--accent-color);
}

.footer h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-links {
  margin-bottom: 30px;
}

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

.footer .footer-links ul i {
  padding-right: 2px;
  font-size: 12px;
  line-height: 0;
}

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  display: inline-block;
  line-height: 1;
}

.footer .footer-links ul a:hover {
  color: var(--accent-color);
}

.footer .footer-contact p {
  margin-bottom: 5px;
}

.footer .copyright {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: color-mix(in srgb, #212529, transparent 95%);
}

.footer .copyright p {
  margin-bottom: 0;
}

.footer .credits {
  margin-top: 6px;
  font-size: 13px;
}

.footer .credits a{
  color: black;
}





/*--------------------------------------------------------------
# SeÃ§Ã£o 2 - Cabine, ambientaÃ§Ã£o e humanizaÃ§Ã£o
--------------------------------------------------------------*/
.sec-2 .content {
  padding: 0px 0px 0 20px;
}

.sec-2 .content h3 {
  font-weight: 400;
  font-size: var(--font-size-h3);
  color: var(--cor-d e-apoio-2);
}

.sec-2 .content h4 {
  font-size: var(--font-size-h4);
  font-weight: 700;
  margin-top: 5px;
}

.sec-2 .content p {
  font-size: var(--font-size-p);
  color: var(--cor-semelhante-1);
}

/* .sec-2 .img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background:#c4c4c4;
  border-radius: 10px;
} */

.sec-2 .check-list ul li:before{
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background-image: url("/site/assets/img/sent.svg");
  background-repeat: no-repeat;
  background-size: cover;
}



.sec-2 .accordion-list h2 {
  font-size: var(--font-accordion-h2) !important;
  font-weight: 700;
}

.sec-2 .accordion-list ul {
  padding: 0;
  list-style: none;
}

.sec-2 .accordion-list li+li {
  margin-top: 15px;
}

.sec-2 .accordion-list li {
  background: #fbfbfb;
  border-radius: 4px;
  padding: 10px 10px 4px 20px;
}

.sec-2 .accordion-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  cursor: pointer;
}

.sec-2 .accordion-list span {
  color: #47b2e4;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

.sec-2 .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.sec-2 .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
  font-size: var(--font-size-p);
}

.sec-2 .accordion-list .icon-show {
  display: none;
}

.sec-2 .accordion-list a.collapsed {
  color: #343a40;
}

.sec-2 .accordion-list a.collapsed:hover {
  color: #47b2e4;
}

.sec-2 .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.sec-2 .accordion-list a.collapsed .icon-close {
  display: none;
}

.sec-2 .sub-list {
  padding: 0px 0px 0 3px;
}

.sec-2 .sub-list {
  list-style: none;
  padding: 0;
}

.sec-2 .sub-list li {
  padding-left: 25px;
  position: relative;
  padding-top: 0;
  padding-bottom: 0px;
}

.sec-2 .sub-list li+li {
  margin-top: 10px;
}

.sec-2 .sub-list i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: var(--cor-de-apoio-2);
  line-height: 1;
}

@media (max-width: 1024px) {

  .sec-2 .content,
  .sec-2 .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .sec-2 .img {
    min-height: 400px;
  }

  .sec-2 .content {
    padding-top: 30px;
  }

  .sec-2 .accordion-list {
    padding-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .sec-2 .img {
    min-height: 200px;
  }
}

.sec-2 .swiper-pagination {
  margin-bottom: 25px;
}

.sec-2-swiper-img {
  border-radius: 10px;
  width: 100%;
  height: auto;
}


/*--------------------------------------------------------------
# SeÃ§Ã£o 2 - Sobre a HUFFIX
--------------------------------------------------------------*/
.sec-6 .content {
  padding: 0px 0px 0 20px;
}

.sec-6 .content h3 {
  font-weight: 400;
  font-size: var(--font-size-h3);
  color: var(--cor-d e-apoio-2);
}

.sec-6 .content h4 {
  font-size: var(--font-size-h4);
  font-weight: 700;
  margin-top: 5px;
}

.sec-6 .content p {
  font-size: var(--font-size-p);
  color: var(--cor-semelhante-1);
}

.sec-6 .accordion-list {
  padding: 0px 0px 0 3px;
}

.sec-6 .accordion-list h2 {
  font-size: var(--font-accordion-h2);
  font-weight: 700;
}

.sec-6 .accordion-list ul {
  padding: 0;
  list-style: none;
}

.sec-6 .accordion-list li+li {
  margin-top: 15px;
}

.sec-6 .accordion-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}

.sec-6 .accordion-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  cursor: pointer;
}

.sec-6 .accordion-list span {
  color: #47b2e4;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

.sec-6 .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.sec-6 .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
  font-size: var(--font-size-p);
}

.sec-6 .accordion-list .icon-show {
  display: none;
}

.sec-6 .accordion-list a.collapsed {
  color: #343a40;
}

.sec-6 .accordion-list a.collapsed:hover {
  color: #47b2e4;
}

.sec-6 .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.sec-6 .accordion-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1024px) {

  .sec-6 .content,
  .sec-6 .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .sec-6 .img {
    min-height: 400px;
  }

  .sec-6 .content {
    padding-top: 30px;
  }

  .sec-6 .accordion-list {
    padding-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .sec-6 .img {
    min-height: 200px;
  }
}

.sec-6 .swiper-pagination {
  margin-bottom: 25px;
}

.sec-6-swiper-img {
  border-radius: 10px;
  width: 100%;
  height: auto;
  max-width: 550px;
  max-height: 510px;
}

/*--------------------------------------------------------------
# SeÃ§aÃµ 7 - Outra cabines
--------------------------------------------------------------*/
.sec-7 {
  background: #fff;
  padding: 60px 0;
}

.sec-7 .cabine-item {
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  transition: 0.3s;
}

.sec-7 .cabine-item .cabine-item-img {
  position: relative;
  overflow: hidden;
}

.sec-7 .cabine-item .cabine-item-img:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: url(../img/sec-7-shape.svg) no-repeat center bottom;
  background-size: contain;
  z-index: 1;
}

.sec-7 .cabine-item .social {
  position: absolute;
  right: -100%;
  top: 30px;
  opacity: 0;
  border-radius: 4px;
  transition: 0.5s;
  background: rgba(255, 255, 255, 0.3);
  z-index: 2;
}

.sec-7 .cabine-item .social a {
  transition: color 0.3s;
  color: rgba(1, 41, 112, 0.5);
  margin: 15px 12px;
  display: block;
  line-height: 0;
  text-align: center;
}

.sec-7 .cabine-item .social a:hover {
  color: rgba(1, 41, 112, 0.8);
}

.sec-7 .cabine-item .social i {
  font-size: 18px;
}

.sec-7 .cabine-item .cabine-item-info {
  padding: 20px 15px 15px 15px;
}

.sec-7 .cabine-item .cabine-item-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: var(--cor-principal-orange-huffix);
}

.sec-7 .cabine-item .cabine-item-info span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #aaaaaa;
}

.sec-7 .cabine-item .cabine-item-info p {
  font-style: italic;
  font-size: 14px;
  padding-top: 15px;
  line-height: 26px;
  color: #5e5e5e;
}

.sec-7 .cabine-item:hover {
  transform: scale(1.08);
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.sec-7 .cabine-item:hover .social {
  right: 8px;
  opacity: 1;
}

.sec-8 .swiper-pagination {
  margin-bottom: 25px;
}

.sec-8{
  background-color: #f3f5fa;
}

@media (pointer: coarse) {

  #header .logo {
    margin: 0 auto;
  }

  .sec-4-grid {
    display: none;
  }

  .clients-slider {
    display: block;
  }

  .cta-btn {
    font-size: calc(2.2rem - 2.6vw);
  }

  #sec-2,
  #sec-3,
  #sec-4,
  #sec-indicadores,
  #sec-6,
  #sec-7,
  #sec-8 {
    padding-top: 0px;
  }

  .section-title h2 {
    font-size: 1.5rem !important;
    line-height: normal;
  }

  .sec-2 .accordion-list h2 {
    font-size: 1.2rem !important;
  }
}
