/**
* Template Name: Lumia
* Template URL: https://bootstrapmade.com/lumia-bootstrap-business-template/
* Updated: Mar 17 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

body {
    font-family: 'Montserrat', sans-serif;
    color: #292929;
  }
  
  a {
    color: #336633;
    text-decoration: none;
  }
  
  a:hover {
    color: #c4000b;
    text-decoration: none;
  }
  
  b, strong {
    font-weight: bolder;
    color: #000;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: "Montserrat", sans-serif;
  }
  
  @layer base {
    html, body {
      overflow-x: hidden;
    }
  }

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
    width: 100%;
    height: 65vh;
    background: url("../img/17.jpg");
    background-position: center 18%;
    background-size: cover;
    position: relative;
    margin-top: 70px;
    padding: 0;
  }
  
  #hero:before {
    content: "";
    background: rgba(56, 64, 70, 0.6);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
  }
  
  #hero .container {
    z-index: 2;
  }
  
  #hero h1 {
    margin: 0 0 10px 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #fff;
  }
  
  #hero h1 span {
    border-bottom: 4px solid #28843c;
  }
  
  #hero h2 {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 30px;
    font-size: 24px;
  }
  
  #hero .btn-get-started {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 2px;
    display: inline-block;
    padding: 12px 28px;
    border-radius: 5px;
    transition: ease-in-out 0.3s;
    color: #fff;
    background: #28843c;
    text-transform: uppercase;
  }
  
  #hero .btn-get-started:hover {
    background: #4f8647;
  }
  
  @media (max-width: 992px) {
    #hero {
      height: calc(66vh - 5px);
    }
  }
  
  @media (max-width: 768px) {
    #hero h1 {
      font-size: 30px;
      line-height: 36px;
    }
  
    #hero h2 {
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 30px;
    }
  }

  /*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #1C602B;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  transition: all 0.4s;
}

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

.back-to-top:hover {
  background: #28843c;
  color: #fff;
}

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

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    height: 150px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  }
  
  #header .logo {
    font-size: 28px;
    margin: 0;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #384046;
  }
  
  #header .logo a,
  #header .logo a:hover {
    color: #384046;
    text-decoration: none;
  }
  
  #header .logo img {
    max-height: 100px;
    position: relative;
  }


/*--------------------------------------------------------------
# What We Do
--------------------------------------------------------------*/

  .what-we-do .icon-box {
    text-align: center;
    padding: 30px 20px;
    transition: all ease-in-out 0.3s;
    background: #fff;
  }
  
  .what-we-do .icon-box .icon {
    margin: 0 auto;
    width: 64px;
    height: 64px;
    background: #eafbea;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: ease-in-out 0.3s;
  }
  
  .what-we-do .icon-box .icon i {
    color: #336633;
    font-size: 28px;
  }
  
  .what-we-do .icon-box h4 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 24px;
  }
  
  .what-we-do .icon-box h4 a {
    color: #384046;
    transition: ease-in-out 0.3s;
  }
  
  .what-we-do .icon-box p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
  }
  
  .what-we-do .icon-box:hover {
    border-color: #fff;
    box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  }
  
  .what-we-do .icon-box:hover h4 a,
  .what-we-do .icon-box:hover .icon i {
    color: #28843c;
  }

  .download-guia {
    font-weight: 700;
  }

  .download-guia:hover{
    color: #8bc354;
  }
  
/*--------------------------------------------------------------
# Tabs Section
--------------------------------------------------------------*/
.tab {
  overflow: hidden;
  border: 1px solid #1C602B;
  background-color: #1C602B;
  border-radius: 5px;
}

.tab button {
  background-color: inherit;
  float: left;
  border: 2px solid #28843c;
  outline: none;
  cursor: pointer;
  padding: 12px;
  transition: 0.3s;
  font-size: 17px;
  color: white;
  width: 50%;
  text-transform: uppercase;
  border-radius: 5px;
}

.tab button:hover {
  background-color: #689B36;
}

.tab button.active {
  background-color: #8bc354;
}

.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #1C602B;
  border-top: none;
  border-radius: 5px;
  font-size: 18px;
}

.tabcontent h2{
  text-align: center;
  text-decoration: underline;
}

@media screen and (min-width: 424px) and (max-width: 447px) {
  .tab button {
    display: flex;
    justify-content: center;
    padding: 12px;
  }
}

@media screen and (max-width: 423px) {
  .tab button {
    display: flex;
    justify-content: center;
    font-size: 14px;
    padding: 12px 0px 12px 0px;
  }
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/

  .breadcrumbs {
    padding: 40px 0;
    margin-top: 70px;
  }
  
  .breadcrumbs h2 {
    font-size: 26px;
    font-weight: 300;
  }
  
  .breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 15px;
  }
  
  .breadcrumbs ol li+li {
    padding-left: 10px;
  }
  
  .breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #4f5a62;
    content: "/";
  }
  
  @media (max-width: 768px) {
    .breadcrumbs .d-flex {
      display: block !important;
    }
  
    .breadcrumbs ol {
      display: block;
    }
  
    .breadcrumbs ol li {
      display: inline-block;
    }
  }

/*--------------------------------------------------------------
# Vídeo
--------------------------------------------------------------*/
.section__video {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #F2F2F2;
  padding: 0px 4rem;
}

.conteudo {
  width: 100%;
  height: 100%;
  max-width: 1140px;
  z-index: 1;
}

.video__introducao {
  height: 100%;
  padding: 80px 0px 110px;
}

.texto {
  display: flex;
  flex-direction: column;
}

.video__texto {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.video__titulo {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 30px;
}

.video__descricao {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 2rem;
}

.video__botao {
  /* width: 171.27px; */
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 1px;
  display: inline-block;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 12px 10px;
  border-radius: 5px;
  border: none;
  transition: ease-in-out 0.3s;
  color: #fff;
  background: #1C602B;
  text-transform: uppercase;
  text-align: center;
}

.video__botao:hover {
  background: #28843c;
  color: #fff;
}

video {
  /* width: 558px; */
  height: 42em;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 5px;
  /* padding-top: 56.187%; Define tamanho mostrador vídeo */
}

@media screen and (max-width: 991px) {
  video {
    height: 22em;
  }
}

.responsive-iframe { /*Style the iframe to fit in the container div with full height and width*/
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

/*--------------------------------------------------------------																
# Sections General
--------------------------------------------------------------*/

  section {
    padding: 60px 0;
  }
  
  .section-bg {
    background-color: #f7f7f7;
  }
  
  .section-title {
    text-align: center;
    padding-bottom: 30px;
  }
  
  .section-title h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
  }
  
  .section-title h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
  }
  
  .section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #28843c;
    bottom: 0;
    left: calc(50% - 20px);
  }
  
  .section-title p {
    margin-bottom: 0;
    font-size: 18px;
    text-align: justify;
    margin-top: 10px;
  }
  
  .tabbed-paragraph {
    text-indent: 40px; /* Indent the first line */
  }
  
  .button-submit {
      font-family: "Montserrat", sans-serif;
      font-weight: 400;
      font-size: 13px;
      letter-spacing: 2px;
      display: inline-block;
      padding: 12px 28px;
      border-radius: 5px;
      transition: ease-in-out 0.3s;
      color: #fff;
      background: #28843c;
      text-transform: uppercase;
      margin-left: 5px;
      border: none;
  }
  
  .button-submit:hover {
      background: #4f8647;
      border: none;
  }


/*--------------------------------------------------------------
# Others CSS
--------------------------------------------------------------*/

  .info-button {
    padding: 30px;
    border-radius: 5px;
    background: #fff;
    transition: ease-in-out 0.3s;
    max-height: 160px;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  
  .content-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .info-button i {
    color: #336633;
    padding: 5px 0px 0px 0px;
    font-size: 20px;
    line-height: 22px;
    display: inline-block;
    text-align: center;
  }
  
  .info-button h4 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
  }
  
  .title-lg {
    font-size: 3rem;
    font-weight: 700;
    color: #ffffff;
    background-color: #8bc354;
    display: table;
    margin-bottom: 20px;
    padding: 0px 10px 0px 10px;
    border-radius: 5px;
  }
  
  .bootstrap-select>.dropdown-toggle {
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #333333;
  }
  
  .bootstrap-select .dropdown-menu li a span.text {
    display: inline-block;
    color: #333333;
    font-weight: 400;
  }
  
  .bs-searchbox{
    color: #333333;
    font-weight: 400;
  }
  
  .bootstrap-select>.dropdown-menu{
    max-height: 160px !important;
  }

  /*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

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

.navbar li {
  position: relative;
  float: none;
  padding: 0 10px;
  border-right: 1px #eaeaea solid;
}

.navbar li:last-child {
  border-right: none;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  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: #28843c;
}

.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;
  font-weight: 400;
  color: #21262a;
}

.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: #28843c;
}

.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%;
  }
}

/*--------------------------------------------------------------
# Dropdown LGPD
--------------------------------------------------------------*/
.dropdown2 {
  float: left;
  overflow: hidden;
}

.dropdown2 .dropbtn2 {
  font-size: 16px;  
  border: none;
  outline: none;
  color: #333333;
  padding: 0px 0px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  white-space: nowrap;
  transition: 0.3s;
}

.dropbtn2:hover {
  color: #28843c;
}

.dropdown-content2 {
  display: none;
  position: absolute;
  background-color: #1C602B;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  line-break: normal;
}

.dropdown-content2 a {
  float: none;
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  border-bottom: 1px solid black;
}

.dropdown-content2 a:hover {
  background-color: #28843c;
  color: white;
}

.dropdown2:hover .dropdown-content2 {
  display: block;
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 0.2s;
}

.overlay-content {
  position: relative;
  top: 10%;
  width: 100%;
  text-align: left;
  margin-top: 30px;
  margin-left: 14px;
}

.overlay a {
  padding: 8px 0px;
  text-decoration: none;
  font-size: 24px;
  color: #fff;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 22px;
  right: 10px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
.overlay a {font-size: 20px}
.overlay .closebtn {
font-size: 40px;
top: 15px;
right: 35px;
}
}

@media screen and (min-width: 992px) {
.mob-nav {
  display: none;
}
}

@media (max-width: 991px) {

  .navbar ul {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .fixed-top {
    position: absolute;
  }
}


/*--------------------------------------------------------------
# Perguntas Gerais
--------------------------------------------------------------*/
.perguntas-gerais {
  box-sizing: border-box;
  margin: auto;
  padding: 4em 2em;
  width: 100%;
}

.perguntas-gerais h2 {
  text-align: center;
  font-weight: 700px;
  padding-bottom: 30px;
  font-size: 32px;
}

.collapsible {
  background-color: #1C602B;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  margin-top: 10px;
  border-radius: 5px;
}

.active2, .collapsible:hover {
  background-color: #28843c;
}

.collapsible:after {
  content: '\2193';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active2:after {
  content: "\2191";
}

.content2 {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
  border-radius: 5px;
}

.content2 p{
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: 18px;
}

/*--------------------------------------------------------------
# Dúvidas
--------------------------------------------------------------*/

#contato {
  background-color: #1C602B;
  box-sizing: border-box;
}

#contato .container h2 {
  color: #fff;
}

#contato .container p {
  color: #fff;
  text-align: center;
}

#contato .container a {
  color: #fff;
  text-align: center;
}

#contato .container a:hover {
  color: #8bc354;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  width: 100%;
  color: #333333;
  font-family: "Montserrat", sans-serif;
  background: #E7E7E7;
  position: absolute;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #E7E7E7;
}

#footer .footer-top-logo-sc img {
  position: relative;
  width: 160px;
  height: 100%;
  max-width: 100vw;
  border: none;
  border-radius: 5px;
  box-shadow: none;
}

#footer .footer-top-logo {
  max-height: 100vh;
  position: absolute;
  width: 110px;
}

@media screen and (max-width: 991px) {
  #footer .footer-top-logo {
    margin-bottom: 10px;
  }
}

#footer .footer-top-logo2 {
  max-height: 100vh;
  position: absolute;
  width: 110px;
  margin-top: 150px;
}

@media screen and (max-width: 991px) {
  #footer .footer-top-logo2 {
    position: relative;
    margin-bottom: 10px;
    margin-left: 200px;
    margin-top: revert-layer;
  }
}

#footer .footer-top-info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}


#footer .footer-top .footer-contato {
  margin-bottom: 30px;
  /* margin-left: 200px; */
}

#footer .footer-top .footer-contato h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contato p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  color: #333333;
}

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

#footer .footer-top-logo-padrao img {
  position: relative;
  width: 180px;
}

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

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

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #8FB13A;
  font-size: 18px;
  line-height: 1;
}

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

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

#footer .footer-top .footer-links ul a {
  color: #333333;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #28843c;
}

#footer .politica-privacidade {
  position: absolute;
}

#footer .politica-privacidade p {
  text-wrap: nowrap;
  font-size: 14px;
}

#footer .icon-privacidade {
	color: #8FB13A;
	margin-right: 5px;
	font-size: 12px;
}

#footer .politica-privacidade a {
	color: #28843c;
  text-decoration: none;
  display: inline-flex;
	align-items: baseline;
  margin-left: -10px;
}

#footer .copyright {
  font-size: 13px;
  color: #333333;
  text-overflow: ellipsis;
  overflow: auto;
  position: relative;
}

#footer .credits {
  padding-top: 5px;
  font-size: 14px;
  color: #333333;
}

#footer .social-links {
  display: inline-block;
  width: 100%;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #1C602B;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 5px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #28843c;
  color: #fff;
  text-decoration: none;
}