nav.main_menu > ul > li > a {
  font-family: "Urbanist", serif !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;
}

#nav-menu-item-111 > a > span:hover {
  background: #3c8340;
  color: #fff;
}
.wpb-content-wrapper {
  background-color: #fcfaf4 !important;
}
body .grid-sec {
  padding: 60px 50px;
  max-width: 1550px;
  margin: 0 auto;
}
h1, h2{
  font-family: "Libre Baskerville", serif;
	color: #fefefe;
}
.sub-title p{
    font-size: 24px;
}
h3, p, li{
	font-family: "Urbanist", sans-serif;
}
body h1 {
  font-size: clamp(33px, 5vw, 80px);
  line-height: 1;
	margin-bottom: 25px !important;
	color: #f6f7f9;
}
body h2 {
  font-size: clamp(28px, 2.8vw, 45px);
  line-height: 1.2;
}

.header_bottom{
	  padding: 60px 50px;
  max-width: 1650px;
  margin: 0 auto;
}
.scrolled .header_bottom{
	max-width: 100%;
}
.current-menu-item.active{
	border-bottom: 3px solid #4e80ff;
}

.btn-geral-1{
    background-color: #fefefe;
    border-radius: 8999px;
    padding: 10px 30px;
    transition: all 0.5s ease-in-out;
    display: flex;
    width: fit-content;
}
.btn-geral-1 p{
    font-weight: 600;
    font-size: 24px;
    transition: all 0.6s ease-in-out;
    color: #191e39;
}
.btn-geral-1 img{
    max-width: 16px;
	transition: margin-left 0.3s ease-in-out;
	margin-left: 5px;
}
.btn-geral-1:hover{
    background-color: #191e39;
}
.btn-geral-1:hover img{
    filter: brightness(16) grayscale(15);
	margin-left: 15px;
}
.btn-geral-1:hover p{
    color: #fefefe;
}
nav.main_menu>ul>li.active>a{
	color: #fafafa !important;
}
nav.main_menu>ul>li>a{
	color: #fafafa !important;
}
.btn-geral-2{
    background: transparent;
    border-radius: 8999px;
    position: relative;
    padding: 10px 30px;
    transition: all 0.5s ease-in-out;
    display: block;
    width: fit-content;
}
.btn-geral-2 p{
    color: #fefefe;
    font-weight: 600;
	font-size: 24px;
}
.btn-geral-2::after{
    content: "";
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s ease-in-out;
    border: 1px solid #fefefe;
    border-radius: 999px;
    height: 100%;
    width: 46px;
    z-index: -1;
}
.btn-geral-2:hover::after{
    width: 100% !important;
    background-color: #fff;
}
.btn-geral-2:hover p{
    color: #191e39;
}
.div-botoes{
    display: flex;
    flex-wrap: wrap !important;
    align-items: center !important;
	justify-content: center !important;
    gap: 25px !important;
	flex-direction: row !important;
}
.footer_top{
    padding: 0 !important;
}
.container_inner{
    width: 100% !important;
}
.footer-geral {
    background: url('https://makemaquinadevendas.com.br/sites/splendor/wp-content/uploads/2025/06/footer-bg.webp') no-repeat center center / cover;
    padding: 40px 20px;
    color: #fff;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.footer-topo {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
    margin: 0 auto 20px auto;
}

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

.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.footer-menu li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

.footer-menu li a:hover {
    color: #ccc;
}

.footer-social {
    display: flex;
    gap: 12px;
}

.footer-social img {
    width: 24px;
    height: 24px;
    transition: opacity 0.3s;
}

.footer-social a:hover img {
    opacity: 0.7;
}

.footer-linha {
    border: none;
    border-top: 1px solid rgba(255,255,255,0.3);
    margin: 20px auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}

.footer-bottomo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    position: relative;
    z-index: 2;
    font-size: 14px;
}

.footer-bottomo .footer-mapa {
    width: 16px;
    height: 16px;
}
.footer_top p{
	color: #fefefe !important;
}

body{
	background: #f4f4f4 !important;
}
@media(max-width: 1500px){
	#banner{
		padding-top: 90px;
	}
	.btn-geral-2 p, .btn-geral-1 p{
		font-size: 18px;
	}
}
@media screen and (max-width: 768px) {
  body .grid-sec {
    padding: 40px 15px;
  }
	.vc_column-inner{
	padding: 0 !important;
}
	.btn-geral-1 p{
		font-size: 20px;
	}
	.btn-geral-2 p{
		font-size: 19px;
	}
	.mobile_menu{
		background: #191e39 !important;
	}
	.mobile_menu_button span, .side_menu_button>a{
		color: #fafafa !important;
	}
	body .header_bottom{
		background-color: #191e39 !important;
	}
	body nav.mobile_menu ul li a:hover, nav.mobile_menu ul li.active>a{
		color: #fafafa !important;
		opacity: 0.7;
	}
	body nav.mobile_menu ul li a{
		color: #fafafa;
	}
	footer .container_inner{
		padding: 0 !important;
	}
}
.blog_holder article .post_info{display:none !important;}
.post-template-default .title_subtitle_holder{display:none !important;}
.post-template-default .entry_title{font-size: 35px; color: #242b50;}
.post_info{display:none !important;}
.post-template-default h3{color: #666; font-size: 25px; padding: 20px 0px;}
.post-template-default .wpb-content-wrapper {background-color: #f6f6f6 !important;}
.post-template-default .title{height: 100px !important;}

.post-template-default .container_inner {width: 1300px !important;}

.post-template-default footer .container_inner {width: 100% !important;}
/* Mobile Media Query */
@media (max-width: 768px) {
    .post-template-default .title_subtitle_holder {
        display: block !important; /* Exibir novamente, caso necessário */
    }
	.post_text{padding:15px !important;}
    .post-template-default .entry_title {
        font-size: 24px; /* Diminuindo ainda mais o tamanho da fonte para mobile */
        color: #242b50;
    }

    .post_info {
        display: block !important; /* Exibindo novamente, caso necessário */
    }

    .post-template-default h3 {
        color: #666;
        font-size: 20px; /* Ajustando o tamanho da fonte para mobile */
        padding: 15px 0;
    }

    .post-template-default .wpb-content-wrapper {
        background-color: #f6f6f6 !important;
        padding: 15px; /* Adicionando padding */
    }

    .post-template-default .title {
        height: auto !important; /* Ajustando altura para mobile */
    }

    .post-template-default .container_inner {
        width: 100% !important; /* Ajustando a largura para caber na tela */
        padding: 15px; /* Adicionando padding ao contêiner */
    }

    .post-template-default footer .container_inner {
        width: 100% !important; /* Ajustando o tamanho para o rodapé também */
        padding: 15px; /* Adicionando padding ao rodapé */
    }
	blockquote{
		padding: 0 !important;
	}
}
