@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500&display=swap');
@import url("mega-menu.css");
@import url("icone-menu.css");
@import url("rotate.css");
@media (min-width: 1499.98px) {
  .container {
    max-width: 1600px;
  }
}
h1, h2, h3 {
  font-weight: 300;
}
h1 {
  font-size: 2em;
  line-height: 1em;
  font-weight: 500;
    color: #a5cf3b;
    position: relative;
}

.faixa-icone{
    background-color: #a5cf3b;
}

.titulo-prin h1::after{
    content: " ";
    border-bottom: 3px solid #a5cf3b;
    position: absolute;
    width: 300px;
    left: 0px;
    bottom: -20px;
}
h2 {
  font-size: 2em;
  line-height: 1em;
  margin-right: 20px;
}
h2::before {
  display: block;
  height: 0;
  content: "";
  width: 30%;
  border-top: 7px solid #a4cf39;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  margin-bottom: 20px;
}
h2:hover::before {
  width: 60%;
}
h2.no-border::before {
  border-color: transparent !important;
}

h3, strong, bold {
  font-size: 1.00;
}

h4, h3, strong, bold {
  font-weight: 500;
}
h4 {
  font-size: 1.15em;
  line-height: 1em;
  padding-bottom: 15px;
}
.h3, h3 {
  font-size: 1.5em;
}
body {
  color: #000100;
  background: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
  overflow-x: hidden;
}
a, a:hover, a:active {
  text-decoration: none;
  color: #000000;
}
a {
  color: #000000;
}
a:hover, a:active {
    opacity: 0.8;
}
footer {
  font-size: 0.8em;
  color: #ffffff;
  background-color: #000000;
}
footer a {
  color: #ffffff;
}
footer a:hover, footer a:active, footer a:focus {
  color: #a4cf39;
}
#logo,#logo2, #logoMob {
  width: 150px;
  height: 43px;
  margin-top: 10px;
  margin-bottom: 15px;
}
#particles-js canvas {
  background: url("../images/banner-principal.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  height: 750px !important;
  width: 100%;
}

#banner-superior{
    width: 100%;
    display: block;
    height: 650px;
    background-color: red;
    background: no-repeat center;
    background-size: cover;
     text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  -webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  -moz-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);   
}

#banner-superior .conteudo{
    display: block;
    padding-top: 300px;
    max-width: 750px;
}
#banner-superior h1{
    color: #ffffff;
}
#banner-superior p{
    color: #ffffff;
    font-size: 1.6em;
    line-height: 1.2em;
}


.navbar-light .navbar-nav .nav-link.nav-link-principal, .navbar-light .navbar-nav .nav-link.nav-link-principal {
  color: rgba(0, 0, 0, .9);
  font-size: 0.9em;
  padding-top: 5px;
    padding-bottom: 5px;
  background-position: center -30px;
  background-repeat: no-repeat;
  transition: 0.5s;
  padding-right: 1rem;
  padding-left: 1rem;

}
.navbar-light .navbar-nav .nav-link.nav-link-principal:focus, .navbar-light .navbar-nav .nav-link.nav-link-principal:hover {
  color: rgba(0, 0, 0, 1);
  background-position: center top;
    padding-left: 2rem;
}

.bg-light {
    background-color: #fbfbfb !important;
}
#particles-js {
  position: relative;
}
#over-particle {
  width: 100%;
  height: 100%;
  position: absolute;
    top: 0;
}
.texto-banner {
  max-width: 800px;
  font-size: 1.9em;
  line-height: 1.1em;
  margin-top: 300px;
  font-weight: 500;
  color: #ffffff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  -webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  -moz-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}
#grafico-home {
  display: block;
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  position: relative;
  margin-top: 15px;
  overflow: hidden;
  margin-bottom: 50px;
}
#grafico-home img {
  display: block;
  position: absolute;
  width: 94%;
  height: 94%;
  z-index: 1;
  left: 3%;
  top: 3%;
}
#home, .main {
  background: url("../images/bg-home.jpg") no-repeat left bottom;
  background-size: 450px 450px;
  padding-bottom: 300px;
  min-height: 500px;
}

.servicos-home {
  border-top: 7px solid #ffffff;
  transition: 0.5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  display: block;
  position: relative;
  padding-right: 15px;
  overflow: hidden;
  margin-bottom: 50px;
}
.servicos-home i {
  font-style: normal;
  font-size: 15px;
}
.servicos-home i::after {
  font-style: normal;
  font-size: 15px;
}
.servicos-home .circulo {
  width: 11px;
  height: 11px;
  background: #ffffff;
  border-radius: 100%;
  border: 2px solid #b0d553;
  position: absolute;
  right: 50px;
  top: 12px;
  transition: 0.5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
}
.servicos-home img {
  width: 14px;
  height: 10px;
  display: block;
  position: absolute;
  border-radius: 100%;
  right: 5px;
  top: -10px;
  transition: 0.5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
}
.servicos-home:hover img, .servicos-home:focus img, .servicos-home:active img {
  top: 12px;
}
.servicos-home:hover .circulo, .servicos-home:focus .circulo, .servicos-home:active .circulo {
  background-color: #b0d553;
}
.servicos-home:hover, .servicos-home:focus, .servicos-home:active {
  border-top-color: #b0d553;
}

.logos-footer{
    width: 100%;
    max-width: 150px;
    height: 0px;
    padding-bottom: 35%;
    
    display: block; 
    position: relative;
}
.logos-footer img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
} 

#logo-footer {
  width: 100%;
  max-width: 185px;
  height: auto;
  display: block;
  margin-bottom: 20px;
}
footer .nav-link {
  padding: 0px;
}

#teste-agora{
    width: 153px;
    height: 166px;
    background: url("../images/baloon.png") no-repeat center;
    background-size: cover;
    color: #ffffff;
    font-weight: 500;
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 100;
    font-size: 1.4em;
    text-align: center;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -mwebkitoz-transition: 0.5s;
}
#teste-agora span{
    display: block;
    padding: 38px 30px 0px 14px;
}

#teste-agora.off{
    right: -200px;
}

#return-top{
    width: 55px;
    height: 55px;
    position: fixed;
}

#spacer-top{
    width: 100%;
    height: 116px;
    display: block;
}

.bt-invisivel{
    width: 0px;
    height: 0px;
    overflow: hidden;
    visibility: hidden;
    
}

.form-control {
	display: block;
	width: 100%;
	height: calc(2.25rem + 2px);
	padding: .375rem .75rem;
	font-size: 1em;
    font-weight: 300;
	line-height: 1.5;
	color: #000000;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 10px;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-primary {
	color: #fff;
	background-color: #a4cf39;
	border-color: #a4cf39;
}
.btn-primary:hover {
	color: #fff;
	background-color: #87ab2d;
	border-color: #a4cf39;
}

.btn-outline-primary {
	color: #a4cf39;
	background-color: transparent;
	background-image: none;
	border-color: #a4cf39;
}
.btn-outline-primary:hover {
	color: #ffffff;
	background-color: #a4cf39;
	background-image: none;
	border-color: #a4cf39;
}


.corpo a {
    text-decoration: underline;
}

.sombra-projetada{
    -webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.5);
    box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.5);
}

#flag-container{
    top: 112px;
    width: 100%;
    z-index: 1020;
}

.breadcrumb {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: .75rem 1rem;
	margin-bottom: 1rem;
	list-style: none;
	background-color: transparent;
	border-radius: .25rem;
    font-size: 0.8em;
}

#menu-wrapper{
    background-color: #fbfbfb;
    height: 100%;
    position: fixed;
    width: 250px;
    left: 0px;
    top: 0px;
    border-right: 1px solid;
    border-right-color: #EEEEEE;
}
#site-wrapper{
    width: calc(100% - 251px);
    position: absolute;
    right: 0px;
    top: 0px;
    padding-bottom: 200px;
}
.container {
	padding-right: 35px;
	padding-left: 35px;
}

#menu-lateral .nav-link{
        border-bottom: 1px solid;
    border-bottom-color: #EEEEEE;
    font-weight: 400;
}
.breadcrumb {
	padding: .75rem 0rem;

}
.submenu{
    font-size: 0.9em;
}
.navbar-brand {
    font-weight: 400;
}

.nav-link.disabled {
    color: #B8B8B8;
    cursor: not-allowed;
}
#menu-lateral .nav-item.active .nav-link{
    font-weight: 500;
}
#menu-lateral .nav-item.active{
    background-color: rgba(236,236,236,1.00)
}

/* Breakpoint personalizado (desktops com menos de 1200px) */ 
@media (max-width: 1499.98px) {}
/* Dispositivos large (desktops com menos de 1200px) */
@media (max-width: 1199.98px) {
    .container {
	padding-right: 25px;
	padding-left: 25px;
}

    
}
/* Dispositivos médios (tablets com menos de 992px) */
@media (max-width: 991.98px) {

    .container {
	padding-right: 20px;
	padding-left: 20px;
}

  .navbar-light .navbar-nav .nav-link.nav-link-principal, .navbar-light .navbar-nav .nav-link.nav-link-principal {
    padding-top: 20px;
    background-size: 17px 17px;
    background-position: left -20px;
    padding-left: 0px;
  }
  .navbar-light .navbar-nav .nav-link.nav-link-principal:focus, .navbar-light .navbar-nav .nav-link.nav-link-principal:hover {
    background-position: left top;
  }
  .texto-banner {
    font-size: 1.4em;
    line-height: 1.1em;
    margin-top: 80px;
  }
    #banner-superior .conteudo{
        padding-top: 80px;
    }
    #banner-superior{
        height: 550px;
}
    #banner-superior p{
    font-size: 1.2em;
    line-height: 1.2em;
}
    h1 {
  font-size: 1.6em;
}

  h2 {
    font-size: 1.5em;
  }
  #particles-js canvas, #banner-pgs {
    height: 550px !important;
  }
  #home, .main {
    background-size: 50%;
    padding-bottom: 200px;
  }
  #grafico-home {
    margin-top: 20px;
    margin-bottom: 30px;
  }

    
#logo,#logo2, #logoMob {
  width: 140px;
  height: 40px;
  margin-top: 0px;
  margin-bottom: 5px;
}
#spacer-top{

    height: 80px;
}
    
.logos-footer img{
    object-position: center left;
}
    
    .tabela-holder table{
        font-size: 0.7em;
        line-height: 1.2em;
    }
    
 #flag-container{
    top: 90px;
}
    #menu-principal{
        padding-left: 0;
        padding-right: 0;
    }

    
}
 /* Dispositivos small (telefones em modo paisagem, com menos de 768px) */
@media (max-width: 767.98px) {
    
    #teste-agora{
    width: 100px;
    height: 109px;
    right: 15px;
    bottom: 5px;
    z-index: 100;
    font-size: 1em;
    line-height: 1em;
    text-align: center;
}
#teste-agora span{
    display: block;
    padding: 25px 20px 0px 10px;
}


    .menu-scroll{
          height:200px;
          overflow-y:auto;
       }
#site-wrapper{
    width: 100%;
    left: 0px;
    top: 0px;
}
    
}
/* Dispositivos extra small (telefones em modo retrato, com menos de 576px) */
@media (max-width: 575.98px) {}


@media (max-width: 379.98px) {
    #logo,#logo2, #logoMob {
  width: 100px;
  height: 31px;
}
    
}



/* Dispositivos extra large (desktops grandes)
Nenhuma media query, já que o breakpoint extra large não possui nenhum limite acima. */




/*card customizations*/
.card-header-green {
    padding: 0.75rem 1.25rem;
    padding-top:30px;
    background-color: #a5cf3b;
    text-align: center;
    font-weight: bold;
    color: white;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header-red {
    padding: 0.75rem 1.25rem;
    padding-top: 30px;
    background-color: orangered;
    text-align: center;
    font-weight: bold;
    color: white;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}