@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;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: 1400px;
  }
}
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.05em;
}

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: 19px;
  line-height: 28px;
  font-weight: 300;
  overflow-x: hidden;
}
a, a:hover, a:active {
  text-decoration: none;
  color: #000000;
}
a {
  color: #000000;
}
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, #logoMob {
  width: 204px;
  height: 58px;
  margin-top: 18px;
  margin-bottom: 23px;
}
#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: 1.1em;
  padding-top: 30px;
    padding-bottom: 40px;
  background-image: url("../images/marker-menu@2x.png");
  background-size: 27px 27px;
  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;
}
#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;
}
#clientes.owl-carousel .owl-item img {
  height: auto;
  max-width: 230px;
    margin: 0px auto
}
.owl-carousel .owl-nav button.owl-next img, .owl-carousel .owl-nav button.owl-prev img {
  width: 45px;
  height: 45px;
}
.owl-carousel {
  padding-left: 80px;
  padding-right: 80px;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  overflow: hidden;
}

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

.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  margin-top: -80px;
  position: absolute;
}
.owl-carousel .owl-nav .owl-next {
  right: 0px;
}
.owl-carousel .owl-nav .owl-prev {
  left: 0px;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: block !important;
}
#logo-footer {
  width: 100%;
  max-width: 185px;
  height: auto;
  display: block;
  margin-bottom: 40px;
}
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: 0;
	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;
}

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

/* Breakpoint personalizado (desktops com menos de 1200px) */
@media (max-width: 1499.98px) {}
/* Dispositivos large (desktops com menos de 1200px) */
@media (max-width: 1199.98px) {}
/* Dispositivos médios (tablets com menos de 992px) */
@media (max-width: 991.98px) {
  .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, #logoMob {
  width: 169px;
  height: 48px;
  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;
}

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

    
}
/* Dispositivos extra small (telefones em modo retrato, com menos de 576px) */
@media (max-width: 575.98px) {}
/* Dispositivos extra large (desktops grandes)
Nenhuma media query, já que o breakpoint extra large não possui nenhum limite acima. */