/******************************
*	Blog
******************************/
#blog {
	overflow-x: hidden;
	font-family: 'Poppins', sans-serif;
}
#blog.single-page {
	padding: 0
}
.container .headSection	{
	overflow: initial;
	margin-bottom: 10px;
}
.container .headSection h3 {
    padding: 0;
}
.container .headSection h3 .linea {
    width: 100vw;
}
.cont__tags {
	position: relative;
	margin: 0 20px;
}
.cont__tags::before,
.cont__tags::after {
	content: '';
	width: 20px;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
}
.cont__tags::before {
	opacity: 0;
	left: -1px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}
.cont__tags.active::before {
	opacity: 1;
}
.cont__tags::after {
	right: 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+1,1+100 */
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
.scroll__tags::-webkit-scrollbar {
  /* Webkit */
  width: 0;
  height: 0;
}
.scroll__tags {
	white-space: nowrap;
	overflow: auto;
	scrollbar-width: none;
	/* Firefox */
	-ms-overflow-style: none;
	/* IE 10+ */
	-webkit-overflow-scrolling: touch;
}
.scroll__tags .tag__btn:last-child {
	margin-right: 15px;
}
.tag__btn {
	display: inline-block;
}
.tag__btn a {
	display: block;
	color: #1DA33B;
	border: 1px solid #1DA33B;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.tag__btn a:hover,
.tag__btn a.active {
	color: #ffffff;
	background: #1DA33B;
}
.arrow {
	cursor: pointer;
	position: absolute;
	font-size: 23px;
	color: #1DA33B;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.arrow.disabled {
	opacity: 0;
	pointer-events: none;
}
.arrow-prev {
	left: -24px;
}
.arrow-next {
	right: -24px;
}

.cont__notes {
	margin-top: 30px;
}
.cont__notes > div + div {
	margin-top: 30px
}
.featured__img figure,
.note__head figure,
.head__detail figure {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.featured__txt {
	color: #ffffff;
	background: #1DA33B;
}
.featured__txt > div {
	width: 100%;
}
.featured__txt h2 {
	margin-bottom: 20px;
}
.featured__txt .red__more {
	text-align: right;
}
.red__more {
	font-weight: 400;
}
.red__more i {
	display: inline-block;
	margin-left: 10px;
}
.note {
	border: 1px solid #e4e4e4;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.02);
	box-shadow: 0 0 10px 0 rgba(0,0,0,.02);
}
.note:hover {
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
	box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
}
.note__head {
	position: relative;
	width: 100%;
}
.note__head figure {
	padding-top: 50%;
	width: 100%;
	position: relative;
	z-index: 1;
}
.note__head figure::before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: .7;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.note__name {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 15px;
	color: #ffffff;
	width: 100%;
	z-index: 2
}
.note__name h3 {
	font-size: 20px;
}
.note__info {
    color: #1DA33B;
    padding: 20px
}
.note__info .red__more {
	margin-top: 30px;
}
#blog .pager {
	margin: 50px 0;
}
#blog .pager ul {
	padding-inline-start: 0px;
	margin: 0;
}
#blog .pager li>a {
    display: inline-block;
    padding: 3px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    width: 40px;
    height: 40px;
    position: relative;
}
#blog .pager li>a:hover,
#blog .pager li>a.active {
	color: #ffffff;
	background: #1DA33B;
	border: 1px solid #1DA33B;
}
#blog .pager li>a.active,
#blog .pager li>a.disabled {
	pointer-events: none;
}
#blog .pager li>a.disabled {
	opacity: .5;
}
#blog .pager li>a i{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-style: normal;
	font-size: 20px;
}
.cont__nota__detail {
	margin-top: 30px;
	padding: 0 0 50px;
	background: #F6F6F6; 
}
.cont__notes > h3 {
	margin-bottom: 20px;
	color: #1DA33B;
}
.txt__inof {
	background: #DFEFE3;
}
.head__detail {
	position: relative;
}
.head__detail figure {
	padding-top: 350px;
}
/******************************
*	Mobile
******************************/
/* Extra Small Devices, Phones */ 
@media (max-width : 479px) {
.featured__txt h2 {
	font-size: 23px;
}
}
@media (min-width : 480px) {
}
@media (max-width : 649px) {
.featured__img figure {
	padding-top: 50%;
}
.featured__txt {
	padding: 30px 20px;
}
}
@media (min-width : 650px) {
.note__featured a > div,
.note__featured a > div > div {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.note__featured a > div > div {
	width: 50%;
	min-height: 350px;
}
.featured__img figure {
	width: 100%;
	height: 100%;
}
.featured__txt {
	padding: 60px 30px;
	flex-direction: column;
	justify-content: space-between;
}
}
/* Small Devices, Tablets */
@media (min-width : 480px) and (max-width : 767px) {
}
/* Small Devices, Nav */
@media (max-width : 767px) {
.tag__btn + .tag__btn { margin-left: 10px; }
.tag__btn a { padding: 10px;}
.note__item + .note__item { margin-top: 40px; }
.txt__inof { padding: 15px; }
.cont__notes > h3 { font-size: 22px; }
}
/* Medium Devices to Large Devices */
@media (min-width : 768px){
.tag__btn + .tag__btn { margin-left: 15px; }
.tag__btn a { padding: 10px 20px;}
.all__notes {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -15px;
}
.note__item {
	width: 33.33%;
	padding: 0 15px;
	margin-bottom: 30px;
}
.cont__notes {
	margin-bottom: -30px;
}
.head__detail .note__name { padding: 30px; }
.txt__inof { padding: 30px; }
.cont__notes > h3 { font-size: 30px; }
.note,
.note__item a,
.note__item a > div {
	background: #ffffff;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 100%;
}
.note__item a > div {
	flex-direction: column;
}
.note__info {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}
}
/* Medium Devices, Desktops */
@media (min-width : 768px) and (max-width : 991px) {
.note__item {
    width: 50%;
}
}
/* Large Devices, Wide Screens */
@media (min-width : 992px) and (max-width : 1200px) {
}



