@font-face {
	font-family: zag, 'BenchNine';
	src:url(https://www.denisenutri.com.br/wp-content/themes/denisenutri/fonts/ZAGREGULAR.OTF)
}

.menu{
	margin: 0px 15px 0 15px;
}

.menu ul li{
	font-size:19px;
	text-transform: uppercase;
	display: inline-block;
    
}

.zoom{
	overflow: hidden;
}

.zoom img{
	max-width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.zoom:hover img{
	-moz-transition: scale(1.1);
	-webkit-transition: scale(1.1);
	transform: scale(1.1);
}

.widget li{
	font-size:19px;
	font-family: zag, 'BenchNine';
	text-transform: uppercase;
	list-style-type: none;
	margin-left: -40px;
	margin-top: 10px;
}

.widget a{
	color: #8A8E99;
	text-decoration:none;
	padding: 5px 25px 5px 25px;
    cursor: pointer;
}

.widget a:hover { 
  color: #ffff;
  background: linear-gradient(90deg,#57bf99 1%,#51abcc);
  border-radius: 3px;
}

.submit{
	color: #ffff;
	background: linear-gradient(90deg,#57bf99 1%,#51abcc);
	border-radius: 3px;
	border:0px;
	padding: 5px 25px 5px 25px;
}

.submit:hover{
	color: #ffff;
	background: linear-gradient(90deg,#51abcc 1%,#57bf99);
	border-radius: 3px;
	border:0px;
	padding: 5px 25px 5px 25px;
	cursor: pointer;
}


.embed-container { 
 position: relative; 
 padding-bottom: 56.25%; 
 height: 0; 
 overflow: hidden; 
 max-width: 100%; 
 height: auto;
 margin-top: 30px;
 margin-bottom: 30px; 
} 
.embed-container iframe, .embed-container object, .embed-container embed {
 position: absolute; 
 top: 0; 
 left: 0; 
 width: 100%; 
 height: 100%; 
}

h3{
	font-family: zag, 'BenchNine';
	color: #808082;
	text-transform: uppercase;
	font-weight: bold;
}

h4{
	font-family: zag, 'BenchNine';
}

.titulo a{
	text-decoration:none;
}



.page-numbers {
    display: inline-block;
    padding: 10px 20px;
    margin: 0 2px 10px 0;
    border: 1px solid #eee;
    line-height: 1;
    border-radius: 2px;
    font-weight: 500;
    font-size: 19px;
    font-family: zag, 'BenchNine';
}

.page-numbers.current,
a.page-numbers:hover {
    color: #ffff;
 	background: linear-gradient(90deg,#57bf99 1%,#51abcc);
  	border-radius: 3px;
    text-decoration: none;
}



.menu a{
	color: #8A8E99;
	font-family: zag, 'BenchNine';
	text-decoration:none;
	border-color: black;
	padding: 5px 25px 5px 25px;
    cursor: pointer;
    user-select: none;
}

.menu a:hover { 
  color: #ffff;
  background: linear-gradient(90deg,#57bf99 1%,#51abcc);
  border-radius: 3px;
}

.retaTitle{
	content:"";
	position:absolute;
	height:5px;
	width: 70px;
	background:linear-gradient(90deg,#57bf99 1%,#51abcc);
}


.wp-post-image{
	float: left;
	margin: 0 15px 10px 0;
}


.bg-topo{
	background-color: #ececec;
}

.bg-rodape1{
	background-color: #DDDDDD;
}

#breadcrumbs{
    list-style:none;
    margin:10px 0;
    overflow:hidden;
}
  
#breadcrumbs li{
    display:inline-block;
    vertical-align:middle;
    margin-right:15px;
}
  
#breadcrumbs .separator{
    font-size:18px;
    font-weight:100;
    color:#ccc;
}

a {
	color: #33ADC0;
}
a:hover{
	text-decoration:none;
	color: #808082;
}
