html {
	scroll-behavior: smooth;
}

#page-sc-saudavel-2024 {
	width: 100%;
	height: 100%;
	font-family: 'Poppins', sans-serif;
	font-optical-sizing: auto;
	font-size: 100%;
	font-weight: 400;
	margin: 0;
}

a,
button {
	text-decoration: none;
	transition: all 0.2s linear;
}

a:hover,
button:hover {
	text-decoration: none;
	transition: all 0.2s linear;
}

a:focus {
	outline: 0;
}

a img {
	border: none;
}

*:focus {
	outline: none;
}

button:focus {
	outline: 0 !important;
}

input[type=search]::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}

input[type=search]::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
}

.transition {
	transition: all 0.2s linear;
}

.max-w {
	width: 100%;
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
}

.radikal {
	font-family: 'Radikal', sans-serif;
}

.topoPage {
	background: url(../images/bg-topo.jpg) no-repeat center top;
	background-size: cover;
	min-height: 576px;
	padding-top: 70px;
}

.topoPage:after {
	content: " ";
	display: block;
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	bottom: -71px;
	background: url(../images/elementos-topo.png) no-repeat center top;
	height: 114px;
}

.topoPage h1 {
	font-size: 20px;
	font-weight: 600;
	color: #57667E;
	margin-top: 35px;
}

.topoPage .patrocinadores {
    background-color: #ec6227;
	height: 134px;
    border-radius: 8px;
}

.topoPage .patrocinadores h5 {
	font-size: 14px;
	color: var(--bs-white);
	font-weight: 400;
	margin-bottom: 8px;
    line-height: 1;
    width: 100%;
    text-align: center;
}

.topoPage .patrocinadores a {
	margin-right: 10px;
}

.topoPage .patrocinadores a:last-of-type {
    margin-right: 0;
}


.baseMenu {
	margin-top: -55px;
	margin-bottom: 55px;
	z-index: 10;
}

.baseMenu .box {
	background-color: var(--bs-white);
	height: 96px;
	border-radius: 50px;
	padding: 20px;
	box-shadow: 5px 10px 25px 0px rgba(0, 0, 0, 0.1);
}

.baseMenu .btnOpenMenu {
	padding: 0;
	cursor: pointer;
	width: 56px;
	height: 56px;
	background: #E8E8E8;
	font-size: 24px;
	color: #57667E;
}

.baseMenu .btnOpenMenu:hover {
	background: #EC6227;
	color: #FFF;
}

.baseMenu .header-overlay {
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.85);
	transition: 0.45s;
	transform: translateX(-100%);
}

.baseMenu .main-nav {
	display: flex;
	flex-direction: column;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	bottom: 0;
	width: 300px;
	padding: 30px 15px 0;
	background-color: var(--bs-white);
	overflow-x: hidden;
	overflow-y: hidden;
	transition: 0.45s;
	transform: translateX(-100%);
	-webkit-overflow-scrolling: touch;
}

.baseMenu .main-nav .nav-header .btnCloseMenu {
	font-size: 12px;
	font-weight: 600;
	color: #57667E;
	line-height: 16px;
}

.baseMenu .main-nav .nav-header .btnCloseMenu:hover {
	color: #EC6227;
}

.baseMenu .main-nav .nav-header .btnCloseMenu i {
	font-size: 20px;
}

.baseMenu .main-nav .nav-wrapper {
	height: calc(100% - 160px);
	position: relative;
}

.baseMenu .nav-items {
	overflow-y: auto;
	overflow-x: hidden;
	height: 100%;
	width: 100%;
}

.baseMenu .nav-item:not(:last-child) {
	border-bottom: 1px solid #ebebeb;
}

.baseMenu .nav-link {
	display: block;
	color: #57667E;
	font-size: 18px;
	font-weight: 500;
	padding: 12px 30px 12px 0;
	line-height: 26px;
	position: relative;
	text-decoration: none;
}

.baseMenu .nav-link:hover {
	color: #EC6227;
}

.nav-is-toggled .baseMenu .header-overlay,
.nav-is-toggled .baseMenu .main-nav {
	transform: translateX(0);
}

.baseMenu .searchForm {
	height: 56px;
	width: 75%;
	max-width: 260px;
	;
	background: #E8E8E8;
	border-radius: 30px;
	padding: 0 20px;
}

.baseMenu .searchForm input {
	background: none;
	outline: none;
	font-size: 18px;
	font-weight: 500;
	color: #57667E;
	width: 75%;
	height: 56px;
}

.baseMenu .searchForm button {
	background: none;
	outline: none;
	font-size: 21px;
	font-weight: 500;
	color: #57667E;
	width: 30px;
	height: 56px;
	padding: 0;
}

.baseMenu .searchForm button:hover {
	color: #EC6227;
}

.receita-minuto .logo {
	margin-bottom: 30px;
}

.receita-minuto .colVideo {
	margin-bottom: 30px;
}

.receita-minuto h2 {
	font-size: 26px;
	font-weight: 700;
	color: #57667E;
	margin-bottom: 15px;
}

.receita-minuto p {
	font-size: 18px;
	color: #838383;
	line-height: 28px
}

.receita-minuto .receitaPrev {
	width: 30px;
	height: 30px;
	background-color: #EC6227;
	font-size: 18px;
	color: var(--bs-white);
	cursor: pointer;
	outline: none;
	top: 50%;
	margin-top: 25px;
	left: 5px;
	z-index: 10;
}

.receita-minuto .receitaNext {
	width: 30px;
	height: 30px;
	background-color: #EC6227;
	font-size: 18px;
	color: var(--bs-white);
	cursor: pointer;
	outline: none;
	top: 50%;
	margin-top: 25px;
	right: 5px;
	z-index: 10;
}

.receita-minuto .receitaPrev:hover,
.receita-minuto .receitaNext:hover {
	background-color: #6FA046;
}

.receita-minuto .slideReceitas {
	margin: 55px auto 0;
	width: 80%;
}

.receita-minuto .slideReceitas a {
	font-size: 16px;
	font-weight: 700;
	color: #57667E;
	text-decoration: none;
}

.receita-minuto .slideReceitas a:hover {
	color: #EC6227;
}

.receita-minuto .slideReceitas a img {
	border-radius: 4px;
	margin: 0 auto 10px;
    max-width: 175px;
    
}

.bgHome {
	padding-top: 90px;
	background: url(../images/bg-geral.jpg) no-repeat center top;
}

.titleSection {
	margin-bottom: 35px;
}

.titleBusca {
	margin-bottom: 25px;
}

.titleSection h2 {
	font-size: 28px;
	font-weight: 700;
	color: #57667E;
}

.titleBusca h2 {
	font-size: 28px;
	font-weight: 400;
	color: #57667E;
}

.titleBusca h2 strong {
	font-weight: 600;
}

.titleSection p {
	font-size: 18px;
	color: #838383;
	line-height: 28px;
	margin-top: 8px;
	z-index: 2;
	position: relative;
}

.listaPosts {
	margin-bottom: 85px;
}

.listaPosts ul li {
	width: 100%;
	max-width: 360px;
	margin: 0 auto 35px;
}

.listaPosts ul li article {
	width: 100%;
	height: 100%;
	padding-bottom: 90px;
	background-color: var(--bs-white);
	overflow: hidden;
	border-radius: 12px;
	box-shadow: 0px 8px 40px 0px rgba(189, 223, 246, 0.45);
}

.listaPosts ul li article h3 {
	margin: 15px 25px 0;
	font-size: 22px;
	font-weight: 500;
	color: #57667E;
}

.listaPosts ul li article h3 a {
	color: #57667E;
}

.listaPosts ul li article h3 a:hover {
	color: #EC6227;
}

.listaPosts ul li article p {
	margin: 8px 25px 0;
	font-size: 15px;
	color: #838383;
}

.listaPosts ul li article a.lkVideo,
.listaPosts ul li article a.lkMore,
.agenda .slideAgenda .evento a.lkMore {
	font-size: 16px;
	font-weight: 500;
	color: var(--bs-white);
	padding: 0 35px;
	background-color: #6FA046;
	border-radius: 8px;
	left: 25px;
	bottom: 30px;
	line-height: 40px;
}

.listaPosts ul li article a.lkVideo:hover,
.listaPosts ul li article a.lkMore:hover,
.agenda .slideAgenda .evento a.lkMore:hover {
	background-color: #EC6227;
}

.site-button .site-bt.lkLoad {
	width: 64px;
	height: 64px;
	background-color: #EC6227;
	font-size: 20px;
	color: var(--bs-white);
	line-height: 58px;
    padding: 0;
    z-index: 3;
    position: relative;
}

.site-button .site-bt.lkLoad:hover {
	background-color: #6FA046;
}

.site-button .site-bt.lkLoad{
    min-width: auto;
}

.site-button .site-bt.lkLoad .button-icon{
    margin: 0;
}
.site-button{
    text-align: center;
	margin: 0 auto;
}

.social {
	margin-bottom: 75px;
}

.social .postPrev {
	width: 30px;
	height: 30px;
	background-color: var(--bs-white);
	font-size: 18px;
	color: #327989;
	cursor: pointer;
	outline: none;
	top: 50%;
	margin-top: -15px;
	left: 5px;
	z-index: 10;
	box-shadow: 0px 8px 40px 0px rgba(189, 223, 246, 0.6);
}

.social .postNext {
	width: 30px;
	height: 30px;
	background-color: var(--bs-white);
	font-size: 18px;
	color: #327989;
	cursor: pointer;
	outline: none;
	top: 50%;
	margin-top: -15px;
	right: 5px;
	z-index: 10;
	box-shadow: 0px 8px 40px 0px rgba(189, 223, 246, 0.6);
}

.social .postPrev:hover,
.social .postNext:hover {
	background-color: #6FA046;
	color: var(--bs-white);
}

.social .slideSocial {
	width: 80%;
	margin: 0 auto;
}

.social .slideSocial .postagem {
	overflow: hidden;
	border-radius: 8px;
	box-shadow: 2px 5px 10px 0px rgba(236, 236, 236, 0.5);
	max-width: 263px;
	margin: 0 auto;
}

.agenda {
	margin-bottom: 80px;
	z-index: 40;
}

.agenda .slideAgenda .swiper-slide {
	height: auto !important;
	padding: 5px 15px 30px;
}

.agenda .slideAgenda .evento {
	border-radius: 12px;
	box-shadow: 0px 8px 20px 0px rgba(189, 223, 246, 0.45);
	background-color: var(--bs-white);
	padding: 50px 25px 90px;
	height: 100%;
}

.agenda .slideAgenda .evento .data {
	font-size: 24px;
	font-weight: 500;
	color: #57667E;
	margin-bottom: 20px;
}

.agenda .slideAgenda .evento .data span {
	font-size: 88px;
	font-weight: 700;
	line-height: 62px;
}

.agenda .slideAgenda .evento h3 {
	font-size: 22px;
	font-weight: 500;
	color: #57667E;
}

.agenda .slideAgenda .evento h3 a {
	color: #57667E;
}

.agenda .slideAgenda .evento h3 a:hover {
	color: #EC6227;
}

.agenda .slideAgenda .evento p {
	font-size: 15px;
	color: #838383;
	line-height: 24px;
	margin-top: 15px;
}

.agenda .agenda-pagination {
	text-align: center;
}

.agenda .agenda-pagination span {
	width: 16px;
	height: 16px;
	margin: 0 5px;
	border-radius: 8px;
	background-color: #CFD8DC;
	opacity: 1;
	transition: all 0.2s linear;
}

.agenda .agenda-pagination span.swiper-pagination-bullet-active {
	width: 40px;
	background-color: #EB642A;
	transition: all 0.2s linear;
}

main .footer {
	background-color: #6D9D47;
	padding: 80px 0;
}

main .footer:before {
	content: " ";
	display: block;
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	top: -149px;
	height: 345px;
	background: url(../images/elementos-footer.png) no-repeat center top;
}

#resultado-da-busca{
    z-index: 3;
}

#chef h6 {
	color: #57667E;
	font-size: 20px;
	margin-bottom: 30px;
}

@media only screen and (min-width : 576px) {
	.topoPage h1 {
		font-size: 24px;
	}

	.baseMenu .box {
		margin: 0 15px;
	}

	.baseMenu .searchForm input {
		width: 80%;
	}

	.receita-minuto h2 {
		font-size: 32px;
		line-height: 42px;
	}

	.receita-minuto .slideReceitas a img {
		margin: 0 10px 0 0;
	}

	.receita-minuto .receitaPrev {
		margin-top: 15px;
		left: 0;
	}

	.receita-minuto .receitaNext {
		margin-top: 15px;
		right: 0;
	}

	.titleSection h2 {
		font-size: 32px;
	}
}

@media only screen and (min-width : 768px) {
	.topoPage h1 {
		font-size: 26px;
	}

	.receita-minuto .receitaPrev,
	.receita-minuto .receitaNext {
		width: 50px;
		height: 50px;
		font-size: 28px;
		margin-top: 0;
	}

	.listaPosts ul li {
		width: 32%;
		max-width: initial;
		margin-left: 0;
		margin-right: 2%;
	}

	.listaPosts ul li:nth-child(3n+0) {
		margin-right: 0;
	}

	.listaPosts ul li article h3 {
		font-size: 18px;
	}

	.social .slideSocial {
		width: 90%;
	}

	.social .postPrev {
		width: 40px;
		height: 40px;
		margin-top: -20px;
		left: 0;
		font-size: 24px;
	}

	.social .postNext {
		width: 40px;
		height: 40px;
		margin-top: -20px;
		right: 0;
		font-size: 24px;
	}
}

@media only screen and (min-width : 992px) {
	.topoPage {
		padding-top: 150px;
	}

	.topoPage .patrocinadores {
        background: url(../images/bg-patrocinadores.png) no-repeat left center;
        border-radius: 0;
        position: absolute;
		bottom: inherit;
		top: 150px;
        padding-left: 50px;
        z-index: 5;
        right: 0;
        bottom: 100px;
        width: 220px;
        overflow: hidden;
	}

    .topoPage .patrocinadores a img {
        max-width: 45px;
    }

	.baseMenu .box {
		padding: 20px 40px;
	}

	.baseMenu .main-nav {
		position: relative;
		top: inherit;
		left: inherit;
		bottom: inherit;
		width: auto;
		height: auto;
		transform: none;
		overflow: inherit;
		background: none;
		padding: 0;
	}

	.baseMenu .main-nav .nav-wrapper {
		height: auto;
	}

	.baseMenu .nav-items {
		display: flex;
		overflow: inherit;
		line-height: 56px;
		padding-top: 4px;
	}

	.baseMenu .nav-item {
		border: none !important;
		margin-left: 20px;
	}

	.baseMenu .nav-item:first-child {
		margin-left: 0;
	}

	.baseMenu .nav-link {
		background: none;
		padding: 0;
		white-space: nowrap;
		display: inline-block;
	}

	.receita-minuto {
		background: url(../images/bg-receita-minuto.jpg) no-repeat -100px bottom;
	}

	.receita-minuto .colVideo {
		margin-bottom: 0;
	}

	.receita-minuto .slideReceitas {
		width: 86%;
	}

	.listaPosts ul li {
		width: 31.5%;
		margin-right: 2.7%;
	}

	.listaPosts ul li article h3 {
		font-size: 22px;
	}
}

@media only screen and (min-width : 1200px) {
	.baseMenu .box {
		padding: 20px 70px;
	}

	.baseMenu .nav-item {
		margin-left: 30px;
	}

	.receita-minuto .slideReceitas {
		width: 90%;
	}

	.social .postPrev,
	.social .postNext {
		width: 60px;
		height: 60px;
		margin-top: -30px;
		font-size: 32px;
	}
}

@media only screen and (min-width : 1400px) {
	.topoPage .patrocinadores {
		padding-left: 70px;
		width: auto;
	}

	.topoPage .patrocinadores a {
		margin-right: 20px;
	}

    .topoPage .patrocinadores a img{
        max-width: 65px;
    }

	.baseMenu .box {
		margin: 0 75px;
	}

	.receita-minuto .container {
		padding: 0 50px;
	}

	.receita-minuto .slideReceitas {
		width: 100%;
	}

	.receita-minuto .receitaPrev {
		width: 60px;
		height: 60px;
		font-size: 32px;
		margin-top: 0;
		left: -65px;
	}

	.receita-minuto .receitaNext {
		width: 60px;
		height: 60px;
		font-size: 32px;
		margin-top: 0;
		right: -65px;
	}

	.listaPosts ul {
		padding: 0 90px;
	}

	.social .slideSocial {
		width: 88%;
	}

	.agenda .slideAgenda {
		margin: 0 auto;
		width: 88%;
	}
}

@media only screen and (min-width : 1600px) {
	.topoPage .patrocinadores {
		padding-left: 70px;
		width: 365px;
	}

	.receita-minuto .receitaPrev {
		left: -75px;
	}

	.receita-minuto .receitaNext {
		right: -75px;
	}
}

@media only screen and (min-width : 1800px) {
	.receita-minuto {
		background-position: center bottom;
	}
}