
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'Raleway', sans-serif;
  color: #212529;
}

a {
  color: #eb5d1e;
  text-decoration: none;
}

a:hover {
  color: #ef7f4d;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .font-primary {
  font-family: 'Raleway', sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #eb5d1e;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #ee7843;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 72px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
}
#header .logo h1 {
  font-size: 30px;
  margin: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2px;
}
#header .logo h1 a, #header .logo h1 a:hover {
  color: #7a6960;
  text-decoration: none;
}
#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

#main {
  margin-top: 0px;
}

#slogan{
  max-width: 275px;
}

.header-scrolled {
  background: rgb(0 0 0 / 83%);
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.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: center;
  padding: 10px 0 10px 30px;
  font-size: 18px;
  color: #6A6C72;
  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: #8bbd4f !important;
}
.navbar .getstarted, .navbar .getstarted:focus {
  background: #eb5d1e;
  color: #fff;
  padding: 10px 25px;
  margin-left: 30px;
  border-radius: 50px;
}
.navbar .getstarted:hover, .navbar .getstarted:focus:hover {
  color: #fff;
  background: #ee7843;
}
.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: 15px;
  text-transform: none;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #eb5d1e;
}
.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: #000000;
  font-size: 40px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mudacor{
  color: #fff;
}
.mobile-nav-toggle.bi-x {
  color: #383838;
}

@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: #fff;
  transition: 0.3s;
}
.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;
 
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 25px;
  color: #383838;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #eb5d1e;
}
.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;
}
.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 {
  color: #eb5d1e;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# fqm Section
--------------------------------------------------------------*/
#fqm {
  width: 100%;
  height: 700px;
  margin: 0;
  background-image: url("../img/mobile/elemento-bg.svg");
  background-repeat: no-repeat;
  background-size: 20%;
  background-position: 0 85%;
}

video#background-video {
  position: absolute;
  z-index: -1;
  display: block;
  width: 100%;
  height: 700px;
  object-fit: cover;
}

#fqm h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #4e4039;
}
#fqm h2 {
  color: #383838;
  margin: 15px 0 0 0;
  font-size: 18px;
  font-weight: 400;
  max-width: 270px;
}

div#fqm-gradient {
  width: 100%;
  height: 100px;
  display: block;
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,1) 30%, rgba(255,255,255,0) 100%);
  position: absolute;
  margin-top: 600px;
  z-index: -1;
}

#fqm .btn-get-started {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
  padding: 12px 49px;
  border-radius: 6px;
  transition: 0.5s;
  margin-top: 30px;
  color: #fff;
  background: #BA6BEF;
}

#fqm .btn-get-started:hover {
  background: #CF8EFB;
}

#fqm .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
@media (max-width: 991px) {
  #fqm {
    height: auto;
    margin: 0;
    padding: 0;
  }
  #fqm .animated {
    -webkit-animation: none;
    animation: none;
  }
  #fqm .fqm-img {
    text-align: center;
  }
  #fqm .fqm-img img {
    width: 50%;
  }
}
@media (max-width: 768px) {
  #fqm h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #fqm h2 {
    font-size: 18px;
    line-height: 24px;
  }
  #fqm .fqm-img img {
    width: 70%;
  }
}
@media (max-width: 575px) {
  #fqm .fqm-img img {
    width: 80%;
  }
}
@media (max-height: 600px) {
  #fqm {
    height: 120vh;
  }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}


.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 0;
  line-height: 1px;
  margin-bottom: 15px;
  color: #c2b7b1;
}
.section-title p {
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
  font-size: 32px;
  font-weight: 700;
  color: #4e4039;
}
.section-title p::after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 2px;
  background: #eb5d1e;
  bottom: 0;
  left: calc(50% - 30px);
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background-color: #fef5f1;
  min-height: 40px;
}
.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# AREAS
--------------------------------------------------------------*/
.about h3 {
  font-weight: 700;
  font-size: 34px;
  color: #4e4039;
}
.about h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
  color: #7a6960;
}
.about i {
  font-size: 48px;
  margin-top: 15px;
  color: #f39e7a;
}
.about p {
  font-size: 15px;
  color: #5a6570;
}

.areas div img{
  width: 100%;
  max-width: 375px;
  padding: 0;
  margin: 0 auto;
}

#oportunidades{
padding-top:0px;
}

.areas.slick-initialized.slick-slider {
  max-width: 1140px;
  
}

.slick-prev{
  width: 60px !important;
  height: 60px !important;
  background-image: url("../img/seta-esquerda-2.svg");
  background-repeat: no-repeat;
  position: relative;
  left: -60px;
}



.slick-prev:before{
  display: none;
}

.slick-dots li button::before{
  font-size: 10px;
}

.slick-dots li.slick-active button:before{
  color: #0E306D;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before{
  color: #0E306D;
  opacity: .75;
}


.slick-next{
  width: 60px !important;
  height: 60px !important;
  background-image: url("../img/seta-direita-2.svg");
  background-repeat: no-repeat;
  right: -60px;
}



.slick-next:before{
  display: none;
}

@media (max-width: 991px) {
  .about .about-img img {
    max-width: 70%;
  }
}
@media (max-width: 767px) {
  .about .about-img img {
    max-width: 90%;
  }
}

/*--------------------------------------------------------------
# NOTA DE ESCLARECIMENTO
--------------------------------------------------------------*/
.nota-container {
  background: #2B2B2B;
  width: 100%;
  /* max-width: 900px; */
  padding: 80px;
  margin-bottom: 60px;
}

.nota-wrapper{
  margin: 0px 140px;
}

.nota-container .nota-titulo {
  font-size: 30px;
  margin-bottom: 8px;
  color: white;
  font-weight: bold;
}

.nota-container .nota-subtitulo {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: normal;
  color: white;
}

.nota-texto {
  color: white;
  column-count: 2;      
  column-gap: 90px;    
  text-align: left;  
  line-height: 1.8;
}

@media (max-width: 991px) {
  .nota-container {
    padding: 40px;
    margin-top: 40px;
  }

  .nota-wrapper {
    margin: 0;
  }

  .nota-container .nota-titulo {
    font-size: 20px;
  }

  .nota-container .nota-subtitulo {
    font-size: 14px;
  }

  .nota-texto {
    font-size: 12px;
    column-count: 1;   /* remove as colunas */
    column-gap: 0;
  }
}


/*--------------------------------------------------------------
# DNA
--------------------------------------------------------------*/
.services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  margin: 0 0 40px 0;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  border-radius: 15px;
  text-align: center;
  border-bottom: 3px solid #fff;
}
.services .icon-box:hover {
  transform: translateY(-5px);
  border-color: #ef7f4d;
}
.services .icon i {
  font-size: 48px;
  line-height: 1;
  margin-bottom: 15px;
  color: #ef7f4d;
}
.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
.services .title a {
  color: #111;
}
.services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

#dna{
  background-image: url('../img/BG_NOSSO_DNA_2.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 20% 50%;
}

.txt-dna{
  color: #fff;
  font-weight: 400;
  line-height: 32px;
}

.txt-dna p {
  padding-top: 20px;
  max-width: 519px;
  font-size: 18px;

}

.play-dna{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
}

button#video-bt {
  background-color: transparent;
  border: none;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  flex-direction: column-reverse;
}
.btn-check:focus+.btn-primary, .btn-primary:focus{
  box-shadow: none;
}


.video-topo {
  width: 100%;
}

.modal-header {
  border: none;
  padding: 0;
}

.modal-content {
  background: transparent;
  border: none;
}

.modal-dialog.modal-dialog-centered.modal-lg {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}

button.btn-close.btn-close-white {
  opacity: 1;
}
/*--------------------------------------------------------------
# Depoimentos
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 0 35px 0;
  list-style: none;
  text-align: center;
}
.portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 0 15px 15px 0;
  display: inline-block;
  padding: 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #212529;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #eb5d1e;
}
.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}
.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  z-index: 1;
}
.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(122, 105, 96, 0.6);
  position: absolute;
  left: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
}
.portfolio .portfolio-wrap img {
  transition: 0.3s;
  position: relative;
  z-index: 1;
}
.portfolio .portfolio-wrap .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  top: calc(50% - 32px);
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}
.portfolio .portfolio-wrap .portfolio-links a {
  color: #eb5d1e;
  margin: 0 4px;
  line-height: 0;
  background-color: #fff;
  padding-top: 6px;
  padding-right: 1px;
  border-radius: 50px;
  text-align: center;
  width: 32px;
  height: 32px;
  display: inline-block;
  transition: 0.3s;
}
.portfolio .portfolio-wrap .portfolio-links a i {
  line-height: 0;
  font-size: 20px;
}
.portfolio .portfolio-wrap .portfolio-links a:hover {
  background: #eb5d1e;
  color: #fff;
}
.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
}
.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}
.portfolio .portfolio-wrap .portfolio-info p {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
}
.portfolio .portfolio-wrap:hover::before {
  left: 0;
}
.portfolio .portfolio-wrap:hover .portfolio-links {
  opacity: 1;
  top: calc(50% - 16px);
}
.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
}

.ser-fqm img {
  width: 100%;
  max-width: 350px;
  margin-right: 40px;
}

.ser-fqm p {
  color: #383838;
  width: 100%;
  max-width: 600px;
  line-height: 32px;
  font-size: 18px;
  font-weight: 400;
}

.colaborador b {
  color: #4B6DAA;
  font-size: 18px;
}

span.colaborador {
  font-size: 16px;
}

.depo {
  display: flex;
  align-items: center;
  justify-content: center;
}

img.aspas {
  position: relative;
  right: 40px;
  width: 40px;
}

/*--------------------------------------------------------------
# Orgulho 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 #eb5d1e;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #eb5d1e;
}
.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(122, 105, 96, 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;
}

#deb{
  width: 100%;
  max-width: 445px;
  display: inline-block;
  padding: 0;
}

#deb img{
  width: 100%;
}

.deb-text {
  color: #ffffff;
  width: 100%;
  max-width: 630px;
  font-size: 18px;
  line-height: 30px;
  display: flex;
  border-radius: 0 20px 0 0;
  box-sizing: content-box;
  flex-direction: column;
  flex-wrap: nowrap;
  padding-left: 50px;
  justify-content: center;
}

.deb-text h2{
  margin-bottom: 20px;
}

.bg-deb {
  border-radius: 44px 44px 0 0;
    align-items: stretch;
    background: #0E306D;
}

.deb-text p {
  margin: 0;
}

.deb-dados .dados {
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  display: inline-block;
  width: 190px;
}

.deb-dados .dados b{
  font-size: 64px;
}

.row.deb-dados {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-evenly;
  padding: 30px 0;
  background: #8BBF4D;
  border-radius: 0 0 43px 43px;
}

/* .row.deb-dados .dados:last-child  {
color: #2E31BE;
} */
/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.faq {
  padding: 60px 0;
}
.faq .faq-list {
  padding: 0;
  list-style: none;
}
.faq .faq-list li {
  border-bottom: 1px solid #eae7e5;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.faq .faq-list .question {
  display: block;
  position: relative;
  font-family: #eb5d1e;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  font-weight: 600;
  padding-left: 25px;
  cursor: pointer;
  color: #c54811;
  transition: 0.3s;
}
.faq .faq-list i {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -2px;
}
.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 25px;
}
.faq .faq-list .icon-show {
  display: none;
}
.faq .faq-list .collapsed {
  color: #343a40;
}
.faq .faq-list .collapsed:hover {
  color: #eb5d1e;
}
.faq .faq-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}
.faq .faq-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}

/*--------------------------------------------------------------
# Buscamos
--------------------------------------------------------------*/
.team {
  background: #fff;
  padding: 60px 0 0;
}
.row.buscamos {
  flex-direction: row;
  align-content: center;
  justify-content: space-around;
  align-items: center;
  color: #383838;
}

.buscamos-feature img {
  width: 100%;
}

.buscamos-feature p{
  text-align: center;
  margin-top: 1rem;

}

.buscamos-feature {
  width: 100%;
  max-width: 210px;
}

.buscamos-txt {
  width: 100%;
  max-width: 310px;
}


/*--------------------------------------------------------------
# Diferenciais
--------------------------------------------------------------*/
.diferenciais{
  background-image: url("../img/BG_DIFERENCIAIS-2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 700px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.dife{
  color: #fff;
  font-family: 'Noto Sans', sans-serif;
}

.dife h2{
  font-weight: bold;
  padding-bottom: 20px;
  text-align: center;
}

.dife p{
  
  font-size: 18px;
  width: 100%;
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 20px;
}

.dife img{
  width: 65px;
  margin:  0 auto;
  padding-bottom: 20px;
}

.row-diferenciais{
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}

/*--------------------------------------------------------------
# Historia
--------------------------------------------------------------*/
#historia {
  background-image: url('../img/bg_rodape_2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  height: 580px;
  display: flex;
  align-items: center;
  align-content: center;
}

.historia-txt h2 {
  text-align: right;
  color: #ffffff;
}

.historia-txt {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}

.historia-txt a{
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  font-size: 20px;
  display: inline-block;
  padding: 12px 49px;
  border-radius: 30px;
  transition: 0.5s;
  margin-top: 30px;
  color: #ffffff;
  background: #6ec041;
}

.historia-txt a:hover{
  background: #f2eeac;
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  padding: 20px 0 20px 0;
  font-family: 'Noto Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  background: #0B0D17;
}
img#footer-fqm {
  max-width: 60px;
}
.creditos {
  font-size: 16px;
  text-align: center;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.creditos p{
  margin: 0 auto;
}

.social {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-end;
  align-items: center;
}

.social div a{
  display: flex;
  width: 40px;
  height: 40px;
  background: #23252E;
  border-radius: 50%;
  align-content: center;
  align-items: center;
}

.social div a:hover{
  background: #353740;
}


.social div a img{
  width: 16px;
  margin: 0 auto;
  display: block;
}

.social div {
  margin-left: 20px;
}

@media (max-width: 575px) {
  #footer .copyright, #footer .credits {
    float: none;
    -moz-text-align-last: center;
    text-align-last: center;
    padding: 3px 0;
  }
}





@media (max-width: 991px) {

  .creditos{
    order: 3;
    margin-top: 30px;
  }

  #oportunidades {
    padding-top: 50px;
    padding-bottom: 0px;
}

#header-txt-desk{
  display: none;
}

#slogan {
  max-width: 150px;
  margin: 0 auto;
  width: 100%;
}

video#background-video{
  display:none;
}

.container.header-container {
  margin-top: 150px;
}

.container-mobile{
  max-width: 100%;
  padding: 0;
  margin-top: 20%;
}

#dna {
  background-image: none;
  padding-top: 0px;
  padding-bottom: 0px;
}

.container-dna {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.txt-dna{
  background-image: url("../img/mobile/BG_DIFERENCIAIS-2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 150px 40px 30px 40px;
}

.txt-dna p {
  padding-top: 20px;
  max-width: 100%;
  font-size: 16px;
}

.play-dna {
  background:  url("../img/mobile/bg-play-2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: right;
  height: 200px;


}

a#btn-header-mobile {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  display: block;
  padding: 10px;
  border-radius: 6px;
  transition: 0.5s;
  margin: 0 auto;
  width: 250px;
  color: #fff;
  background: #BA6BEF;
  text-align: center;
}

#fqm{

  background-image: url("../img/mobile/elemento-bg.svg");
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: 0 85%;
}
img.aspas{
  display: none;
}

.depo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 30px;
}

.ser-fqm img {
  width: 100%;
  max-width: 300px;
  margin-right: 40px;
  margin-bottom: 20px;
}
.ser-fqm p {
  color: #383838;
  width: 100%;
  max-width: 100%;
  line-height: 32px;
  font-size: 16px;
  font-weight: 400;
}
}

@media (min-width: 992px) {
  #header-txt-mobile{
    display: none;
  }
}

@media (max-width: 600px) {
  .header-img-mobile{
    display: block;
    margin: 0 auto;
    width: 100%;
  }

  .header-img-desk{
    display: none;
    }
}

  @media (min-width: 601px){

    .header-img-mobile{
      display: none;
    }

    .header-img-desk{
      display: block;
      }
  }

  @media (max-width: 767px){
    .container-oportunidades{
      max-width: 100%;
    }

    #historia {
      background-image: url("../img/mobile/elemento-bg.svg");
      background-repeat: no-repeat;
      background-size: 50%;
      background-position: 0 85%;

  }
  }

  @media (max-width: 1199px){

    #deb {
      width: 100%;
      max-width: 100%;
      padding: 0;
      margin: 0 auto;
    }



  .deb-text {

    margin: 0 auto;
    padding: 30px;
    background: #002C6F;
    width: 100%;
    max-width: 100%;
    border-radius: 0px;
    box-sizing: border-box;
}

.bg-deb {

  background: none;
}

.deb-text p {
  margin: 0 auto;
  max-width: 100%;
  padding: 0 10%;
  font-size: 16px;
}
.deb-text h2 {
  margin-bottom: 20px;
  padding: 0 10%;
}

.deb-dados .dados {
  font-size: 16px;
  color: #383838;
  display: inline-block;
  width: 200px;
  text-align: center;
}
.deb-dados .dados b {
  font-size: 54px;
}

.row.deb-dados{
  border-radius: 0px;
}


  }




  @media (min-width: 1200px){


  #deb-img-desk{
    display: block;
  }
  #deb-img-mobile{
    display: none;
  }

  #deb-img-tablet{
    display: none;
  }


  }





  .orgulho-container{

    max-width: 1150px;
    padding: 0;
    margin: 0 auto;
  }



  @media only screen and (max-width: 1199px) and (min-width: 600px) {

    #deb-img-tablet{
      display: block;
    }

    #deb-img-desk{
      display: none;
    }
    #deb-img-mobile{
      display: none;
    }



  }



  @media (max-width: 599px){

    #deb-img-tablet{
      display: none;
    }

    #deb-img-desk{
      display: none;
    }
    #deb-img-mobile{
      display: block;
    }
  }

  @media (min-width: 991px) {
    .header-scrolled .container .navbar ul li a{
    Color: #fff;
    }}