.h-50vh{
	height: 50vh;
}
.h-60vh{
	height: 60vh;
}
.span-title-blog{
	background-color: #ea5934;
	padding: 5px 10px;	
}
.blog-subtitle{
	font-size: 24px;
	color: #000;
	margin-top: 30px;
	line-height: 30px;
}
.form-search{
	width: 100%;
	border: 1px solid #EA5934;
	padding: 4px 10px;
	margin-bottom: 30px;
}
.input-search{
	border: none;
	background-color: transparent;
	width: 100%
}
.input-search:focus-visible{
	border: none;
}
.btn-search{
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	background-color: transparent;
}
.categories{
	background: #F1F1F1;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	margin-bottom: 40px;
	width: 100%;
}
.title-categories{
	color: #5C4696;
	font-size: 24px;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	padding: 20px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.row-category{
	padding: 30px 45px;
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border-bottom: 1px solid #A6A6A6;
}
.row-category a{
	color: #000;
}
.top-posts{
	background: #F1F1F1;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	margin-bottom: 40px;
	width: 100%;
}
.title-top-posts{
	color: #5C4696;
	font-size: 24px;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	padding: 20px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.row-posts{
	padding: 20px;
	border-bottom: 1px solid #A6A6A6;
	display: flex;
}
.row-posts span{
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-right: 10px;
}
.row-posts p{
	color: #EA5934;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
}
.title-instagram{
	color: #5C4696;
	font-size: 24px;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
}
.instagram-posts{
	display: flex;
}
.post-instagram{
	margin: 0px 10px 10px 0px;
}
.post-instagram img{
	width: 100px;
	height: 100px;
}
.card-post{
	border: 1px solid #EA5934;
	background: #FFF;
	box-shadow: rgba(255, 95, 52, 1) 15px 15px;
	margin-bottom: 50px;
    height: 500px;
}
.blog-banner-post{
	height: 230px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.post-body{
	padding: 20px;
}

.body-post iframe{
	width: 100%!important;
}

.post-category{
	color: #D8A8A8;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 10px
}
.post-title{
	color: #EA5934;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 20px;
	max-width: 20ch;
	overflow: hidden;
	text-overflow: ellipsis;
	 display: -webkit-box;
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical; 
}
.post-description{
	color: #000;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	max-width: 50ch;
	overflow: hidden;
	text-overflow: ellipsis;
	 display: -webkit-box;
	-webkit-line-clamp: 3; 
	-webkit-box-orient: vertical; 
}
.banner-post{
	height: 430px;
	width: 100%;
	display: flex;
	flex-direction: column;
    justify-content: flex-end;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.text-banner{
	z-index: 8;
	padding: 0px 20px;
}
.text-post{
	color:#000;
	margin-bottom: 15px;
	font-size: 20px;
}
.title-post{
	color: #000;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 20px;
}
.title-banner-post{
	color: #FFF;
	text-align: center;
	font-size: 48px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	margin-bottom: 25px;
}
.categorie-banner-post{
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 15px;
}
.body-post{
	margin-top: 100px;
}
.tags{
	background: #F1F1F1;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	margin-bottom: 40px;
	width: 100%;
}
.row-tags{
	margin-bottom: 10px;
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
}
.tag{
	display: flex;
	jusitify-content:center;
	align-items: center;
	color: #EA5934;
	margin-bottom: 15px;
	margin-right: 10px;
	flex-grow: 1;
}
.newslatter-blog{
	border: 1px solid #B89F9F;
    background: #EFEFEF;
    padding: 50px 50px 0;
}

@media screen and (max-width: 767px) {
	.categories{
		margin: 0 10px 40px!important;
	}
	.top-posts{
		margin: 0 10px 40px!important;
	}
	.tags{
		margin: 0 10px 40px!important;
	}
	.instagram-grid{
		margin: 0 10px 70px!important;
	}
	.banner-post {
		width: 100%;
	}	
	.overlay-banner {
    	width: 100%;
	}
	.title-banner-post {
		font-size: 28px;
	}
	.form-search{
		margin:0 10px 40px;
	}
	.mobile-input{
		width: 70%;
	}
	.mobile-button{
		width: 25%;
		display: flex;
		justify-content: end;
	}
}