/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 1.6.2
*/
/*body {
    background-image: url(https://novo.drjoseantonio.com.br/wp-content/uploads/2020/06/biz-home-bg.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: cover;
}
input[type=text],
textarea,
select {
	color: #000 !important;
}

.mhb-menu {
	display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide-inner {
  line-height: normal !important;
}

@media only screen and (max-width: 767px) {
	.bg-sobre-1 {
		background-image: none !important;
	}
	.bg-sobre-2 {
		background-image: none !important;
	}
	.bg-parceria {
		background-image: none !important;
	}
}

#Top_bar .logo {
	margin: -30px 30px 0 20px !important;
}

@media only screen and (min-width: 768px) {
	#Top_bar.is-sticky #logo img.logo-sticky {
	margin: 37px 0 0 0 !important;
	}
}

.header-transparent #Top_bar.is-sticky .menu > li > a span:not(.description) {
	line-height: 123px !important;
}

#Top_bar .menu {
	margin: -30px 0 0 0 !important;
}*/