/**
* 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/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
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;
  }
}

/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
# 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;
  }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 38.7rem;
  background: url("../img/15.jpg");
  background-position: center 32%;
  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: #1C602B;
  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;
  }
}

#icons {
  display: flex;
  margin-right: 100px;
  font-size: 24px;
}

/*Descrição Menu Section (Convênio Simplificado, Subsídio, Regularização Fundiária)*/

.card-container { 
  width: 450px;
  /* width: 330px;              width utilizado com as modalidades (convenio, subsidio e regularizacao) */
  height: 230px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 12px 24px 0 rgba(0,0,0,0.65), 0 9px 30px 0 rgba(0,0,0,0.65);
}

#menu-section {
  background-color: #1C602B;
}

.cardd {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: #fff;
}

.cardd .front-content { /*Configuração parte frontal*/
  width: 100%;
  height: 100%;
  display: flex;
  align-items:center;
  justify-content: center;
  /* transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1); */
}

.cardd .front-content b{ /*Configuração texto parte frontal*/
  font-size: 18px;
  font-weight: 700;
  opacity: 1;
  text-align: center;
  color: #000;
  line-break: auto;
}

@media screen and (max-width: 991px) {
  .card-container {
  width: 99%;
  margin-top: 16px;
  }
}

.button {
  /* margin: 0 10px; */
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  /* gap: 20px;              gap utilizado com as modalidades (convenio, subsidio e regularizacao) */
  gap: 40px;
}

.button p {
  background-color: #1C602B;
  color: #fff;
  padding: 6px;
  border-radius: 5px;
}

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

/*Final Descrição Menu Section (Convênio Simplificado, Subsídio, Regularização Fundiária)*/

/*--------------------------------------------------------------																
# 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;
}

@media screen and (min-width: 991px) {
  .section-title p {
    margin: 0 5em 0 5em;
  }
}

.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;
}
/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
# Noticias
--------------------------------------------------------------*/
.card {
  width: 100%;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 12px 24px 0 rgba(0,0,0,0.65), 0 9px 30px 0 rgba(0,0,0,0.65);
  border: 1px solid transparent;
  margin-bottom: 12px;
  margin-left: 12px;
  max-height: 290px;
}

.card a {
  text-decoration: none
}

/* .content {
  padding: 1.1rem;
} */

.title {
  color: #111827;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.desc {
  margin-top: 0.5rem;
  color: #50555f;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
}

.action {
  display: inline-flex;
  margin-top: 1rem;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  align-items: center;
  gap: 0.25rem;
  background-color: #1C602B;
  padding: 4px 8px;
  border-radius: 5px;
}

.action:hover {
  transition: .3s ease;
  background-color: #28843c;
  color: #fff;
}

.action span {
  transition: .3s ease;
}

.action:hover span {
  transform: translateX(4px);
  color: #fff;
}

.data-post {
  text-align: right;
  margin-top: -26px;
  color: black;
  font-weight: 600;
  font-size: 15px;
}

.mais-noticias {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
  display: inline-block;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 12px 28px;
  border-radius: 5px;
  border: none;
  transition: ease-in-out 0.3s;
  color: #000;
  background: #fff;
  text-transform: uppercase;
  text-align: justify;
  box-shadow: 0 8px 20px 0 rgba(0,0,0,0.35), 0 5px 26px 0 rgba(0,0,0,0.35);
}

.mais-noticias:hover {
  transition: .3s ease;
  background-color: #28843c;
  color: #fff;
}

@media screen and (max-width: 425px) {
  .card {
    width: 94%;
  }  
}

@media screen and (min-width: 426px) and (max-width: 991px) {
  .card {
    width: 97%;
  }  
}

@media screen and (min-width: 992px) and (max-width: 1399px) {
  .card {
    width: 98%;
  }  
}

#noticias .section-title h2{
  color: #fff;
}

#noticias .section-title p{
  color: #fff;
}

.testimonials {
  background-color: #1C602B;
}

/*--------------------------------------------------------------
# Vídeo de instrução
--------------------------------------------------------------*/

.section__video {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #F2F2F2;
  padding: 0px 1rem;
}

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

.video__introducao {
  height: 100%;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}

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

/*--------------------------------------------------------------
# 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;
}

.content2 a {
  color: #000;
}

.content2 a:hover {
  color: #28843c;
}

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

/*--------------------------------------------------------------
# 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;
}

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

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