/* PUSHY \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ */

.pushyProduto .pushyHeader {
	background: #59AD00;
	color: #fff;
}

.pushyProduto div.content {
	padding: 34px;
}

.pushyProduto div.content div.price-bta {
	margin-top: 16px;
}

.pushyProduto div.content .actioncols {
	display: flex;
	justify-content: space-between;
	margin: 40px 0;
}

.pushyProduto div.content div.actioncols div.action1 {
	min-width: 56%;
	/*border-right: solid 1px #CFCFCF;*/
	padding-right: 14px;
	box-sizing: border-box;
}

.tit-avatar-equipe {
	display: flex;
	align-items: center;
}

.tit-grade {
	display: flex;
	align-items: center;
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 12px;
    border-bottom: solid 1px #CFCFCF;
}

.tit-grade .icon {
	width: 42px;
	min-width: 42px;
	margin-right: 8px;
}

.tit-grade div.selo-badge{
	position: inherit;
}

.titgradebetween {
	justify-content: space-between;
}

.tit-avatar-equipe img {
	min-width: 90px;
	width: 90px;
	border-radius: 50px;
	margin-right: 8px;
}

.tit-avatar-equipe strong {
	font-weight: 500;
}

.tit-avatar-equipe .Nothumb span {
	font-size: 50px;
}

.pushy .tit-light {
	font-size: 16px;
	color: #4D4D4D;
}

.pushyProduto div.content div.actioncols div.action1 ul.text-action {
	margin-top: 48px;
}

.pushyProduto div.content div.actioncols div.action1 .formulario-primary {
	margin-top: 56px;
}

.pushyProduto div.content div.actioncols div.action1 .formulario-secundary {
	margin-top: 18px;
}

.pushyProduto div.content div.actioncols div.action2 {
	padding: 0 0 0 34px;
	min-width: 44%;
	box-sizing: border-box;

}

.pushyProduto div.content div.actioncols .phones-action li,
.pushyProduto div.content div.actioncols .text-action li
 {
	margin-bottom: 16px;
}

.pushyProduto div.content div.actioncols .text-action li.Mapa {
	height: 300px;
	background: #f1f1f1
}

.pushyProduto div.content div.actioncols .text-action .GoogleMaps iframe {
	height: 300px;
}

.tx-action {
	font-size: 24px;
    line-height: 30px;
}

.pushyMenu .pushyHeader {
	background: #F4F4F4;
	color: #4D4D4D;
	font-family: 'Roboto Slab', sans-serif
}

.pushyMenu .pushyHeader h3.titpushy {
	text-transform: inherit;
	font-weight: 600;
}

.pushyMenu .pushyHeader .svg-close g {
	fill: #4d4d4d;
}

.pushyMenu div.content {
	padding: 34px;
}

.pushyProduto div.content div.box-regras {
	background: #eff1ee;
    padding: 12px;
    margin-bottom: 16px;
}

.pushyProduto div.content div.box-regras strong {
	font-size: 16px;
    display: block;
    margin-bottom: 16px;
}

.pushyProduto div.content div.box-regras p {
	font-size: 14px;
	line-height: 22px;
}

.pushyProduto div.content .bt-cta-primary {
	width: 100%;
}


.pushy .bar-search-guia {
	border: solid 1px #E1E1E1;
	border-radius: 5px;
	margin-bottom: 32px;
}


.pushy .bar-search form {
	display: flex;
}

.pushy .bar-search input {
	width: 100%;
    height: 48px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 600;
    padding: 0 0 0 11px;
    border: 0;
    background: 0;
}

.pushy .bar-search button {
	border: 0;
    background: none;
    margin: 8px 8px 0 0;
}

.pushy ul.menu-cats {
	display: flex;
	flex-wrap: wrap;
	margin: 32px 0;
}

.pushy ul.menu-cats li {
    margin: 0 0 10px 0;
    width: 100%;
}

.pushy ul.menu-cats li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #59AD00;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 16px 12px;
    border-radius: 5px;
    transition: all 0.4s ease 0s;
    opacity: .9
}

.pushy ul.menu-cats li a:hover {
	opacity: 1;
	transform: scale(1.03);
	transition: all 0.4s ease 0s;
}

.pushy ul.menu-cats li a .baloonred {
    margin: 0 15px;
    background: red;
    color: #fff;
    border-radius: 50px;
    width: 35px;
    height: 20px;
    font-weight: 300;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*^PUSHY \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ */

/* MOBILE [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] []  */

@media ( max-width: 600px ) {
	.pushyProduto div.content,
	.pushyMenu div.content {
		padding: 34px 8px
	}
	.pushyProduto div.content .actioncols {
		display: block;
		margin: 20px 0;
	}
	.pushyProduto div.content div.actioncols div.action1 {
		padding-right: 0px;
		border-right: 0px;
		border-bottom: solid 1px #CFCFCF;
		padding-bottom: 24px;
    	margin-bottom: 24px;
	}

	.tit-avatar-equipe img {
		min-width: 60px;
		width: 60px;
	}
	.pushyProduto div.content div.actioncols div.action1 .formulario-primary {
		margin-top: 23px;
	}

	.pushyProduto div.content div.actioncols div.action2 {
		padding: 0 16px;
	}
}