nav.main_menu > ul > li > a {
  font-family: "new-science", sans-serif !important;
}
body {
  opacity: 0;
  transition: opacity 0.5s ease 0.2s;
}

body.loaded {
  opacity: 1;
}

body.fade-out {
  opacity: 0;
  transition: opacity 0.5s ease;
}
footer{
	width: -webkit-fill-available !important;
}
html {
  scroll-behavior: smooth;
}
#nav-menu-item-111 > a > span {
  background: #fff;
  padding: 5px 10px;
  color: #000;
  font-weight: 600;
  border-radius: 5px;
  transition: 200ms ease-in-out;
}

.plus {
  display: none !important;
}

#nav-menu-item-111 > a > span:hover {
  background: #3c8340;
  color: #fff;
}

.btn-geral {
  display: flex;
  background: #3c8340;
  padding: 5px 30px;
  display: flex;
  gap: 20px;
  align-items: center;
  color: #fff;
  transition: 0.5s ease-in-out;
  font-size: 20px;
  text-transform: uppercase;
  border-radius: 999px;
  position: relative;
  overflow: hidden;
  width: fit-content;
  border: 1px solid #3c8340;
  margin-top: 40px;
}
.btn-geral img {
  max-width: 42px;
  filter: grayscale(1) brightness(10);
  transition: 0s ease;
  position: relative;
  z-index: 10;
}
.btn-geral p {
  color: #fff;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  z-index: 10;
  position: relative;
  text-transform: uppercase;
}
.btn-geral::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  background: #fcfaf4;
  transition: top 0.8s ease;
}
.div-botoes {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.div-botoes > .btn-geral {
  margin: 0;
}
.wpb-content-wrapper {
  background-color: #fcfaf4 !important;
}
.btn-geral:hover::after {
  top: 0;
}
.btn-geral:hover p {
  color: #3c8340 !important;
}
.btn-geral:hover {
  color: #3c8340 !important;
}
.btn-geral:hover img {
  filter: none;
}
body .grid-sec {
  padding: 60px 50px;
  max-width: 1550px;
  margin: 0 auto;
}
h1,
h2,
h3 {
  font-family: "new-science", sans-serif;
}
body h1 {
  font-size: clamp(48px, 5vw, 90px);
  line-height: 1;
	margin-bottom: 25px !important;
}
body h2 {
  font-size: clamp(30px, 3.2vw, 50px);
  line-height: 1.2;
}
.mini-title-text{
    border: 1px solid #0000008f;
    font-family: 'new-science', sans-serif;
    padding: 5px 30px;
    display: block;
    border-radius: 999px;
    text-align: center;
    width: fit-content;
        font-size: 24px;
    text-transform: uppercase;
}
.header_bottom{
	  padding: 60px 50px;
  max-width: 1650px;
  margin: 0 auto;
}
.scrolled .header_bottom{
	max-width: 100%;
}
.current-menu-item.active{
	background: #EA8C31 ;
}
.footer-geral {
    background-color: #000;
    color: #fff;
    padding: 40px 20px 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-family: Arial, sans-serif;
}

.footer-topo {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-bottom: 10px;
}

.footer-logo {
    max-height: 50px;
}

.footer-linha {
    border: none;
    border-top: 1px solid #fff;
    margin: 10px 0 20px;
}

.footer-base {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer-endereco {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}

.footer-icon-local {
    width: 18px;
    height: 18px;
}

.footer-redes {
    display: flex;
    gap: 15px;
}

.footer-redes a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.footer-redes a img {
    width: 16px;
    height: 16px;
}

.footer-redes a:hover {
    background-color: #fff;
    transform: scale(1.1);
}

.footer-redes a:hover img {
    filter: invert(1);
}
.footer_top.footer_top_full{
	padding: 0 !important;
}
.footer-endereco span{
	color: #ffff !important;
}
@media screen and (max-width: 768px) {
  body .grid-sec {
    padding: 40px 20px;
  }
	.footer-topo{
		flex-direction: column;
		gap: 20px;
	}
	.vc_column-inner{
	padding: 0 !important;
}
	#banner{
		margin: 0 !important;
		border-radius: 0 !important;
	}
	.current-menu-item.active{
	background: none ;
}
	nav.mobile_menu ul li a:hover, nav.mobile_menu ul li.active>a{
		color: #EA8C31 !important;
	}
  .div-botoes {
    flex-direction: column;
  }
  .btn-geral {
    width: -webkit-fill-available;
    justify-content: center;
  }
  .btn-geral p {
    font-size: 17px;
  }
	        .bg-escuro{
            width: 100%;
            height: 100%;
            background: #00000059;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 0;
        }
  .btn-geral img {
    max-width: 32px;
  }
}
