/*-----------------------------------------------------------------------------------*/
/*-------------------------------HOME.CSS--------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/* BLOCO FLOAT
------------------------------------------------------*/
.float { 
	position:fixed;
	bottom:20vh;
	right:15px;
	font-size:30px;
	transition:all ease-in-out 0.2s;
	font-family: 'Open Sans', sans-serif;
	z-index: 500;		
}

.float a {
	color:rgba(255,255,255,1.00); 
	background-color: rgba(7,188,76,1.00);
	padding: 0.5rem 1rem;
	display: block;
	float: left;
	text-align: center;
	border-radius: 5px;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
	position: relative;
}

.float a::before {
	content: 'Entre em contato pelo WhatsApp';
	text-align: right;
	width: 160px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2em;
	position: absolute;
	right: 65px;
	top: -60px;
	padding: 1em;
	background-color: rgba(0,0,0,0.8);
	border:1px solid rgba(255,255,255,0.4);
	border-radius: 10px 10px 0 10px;
	transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	z-index: -1;
	display: none;
}

.float a:hover::before {
	display: inline-block;

}

.float a:hover {
	background-color: rgba(0,113,55,1.00);
}



/*-----------------------------------------------------------------------------------*/
/*-------------------------------SIDEBAR-MENU-ASIDE-USER-HOME-----------------------------*/
/*-----------------------------------------------------------------------------------*/

.menu-aside-user-horizontal {
	float: left;
}

.menu-aside-user-horizontal p.title {
	font-size: 1.87rem;
	font-weight: 700;
	margin-bottom: 1rem;
}

.menu-aside-user-horizontal ul {
	width: 100%;
	float: left;
}

.menu-aside-user-horizontal ul li {
	margin: 0.1rem 0;
	display: inline-block;
	width: 32.95%;
}

.menu-aside-user-horizontal ul li a {
	background-color: rgba(166,16,16,1.00);
	color: rgba(255,255,255,1.00);
	display: block;
	padding: 0.5rem 1rem;
	border-radius: 5px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 0.9rem;
	padding-left: 15px;
}

.menu-aside-user-horizontal ul li a:hover {
	opacity: 0.8;
}

.menu-aside-user-horizontal ul li a img {
	height: 35px;
	width: auto;
	border-right: 1px solid rgba(255,255,255,100);
	float: left;
	margin-right: 15px;
	padding-right: 15px;
	vertical-align: middle;
}

@media (max-width:359px) {
	.menu-aside-user-horizontal ul li a img {
		display: none;
	}
}

@media (max-width:767px) {
	.menu-aside-user-horizontal ul li {
		margin: 0.1rem 0;
		display: inline-block;
		width: 49.2%;
	}

	.menu-aside-user-horizontal ul li a {
		font-size: 0.7rem;
		padding: 0.5rem;
		padding-left: 10px;
	}

	.menu-aside-user-horizontal ul li a img {
		height: 25px;
		width: auto;
		margin-right: 5px;
		padding-right: 5px;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.menu-aside-user-horizontal ul li {
		margin: 0.1rem 0;
		display: inline-block;
		width: 32.9%;
	}

	.menu-aside-user-horizontal ul li a {
		font-size: 0.7rem;
		padding-left: 10px;
	}

	.menu-aside-user-horizontal ul li a img {
		height: 28px;
	}
}


@media (min-width:992px) and (max-width:1170px) {

	.menu-aside-user-horizontal ul li {
		margin: 0.1rem 0;
		display: inline-block;
		width: 32.8%;
	}

	.menu-aside-user-horizontal ul li a {
		font-size: 0.7rem;
		padding-left: 10px;
	}

	.menu-aside-user-horizontal ul li a img {
		height: 28px;
	}
}













/*-----------------------------------------------------------------------------------*/
/*-------------------------------BLOCK-BLOG-MAIN-NEWS--------------------------------*/
/*-----------------------------------------------------------------------------------*/

.block-blog-main-news .swiper-slide {
	border-radius: 5px;
}

.block-blog-main-news a.post {
    display: block;
    float: left;
    width: 100%;
    background-color: rgba(112,112,112,1.00);
    padding: 0;
    margin: 0;
    border-radius: 5px;
    position: relative;
}

.block-blog-main-news a.post .img-post {
	width: 100%;
	border-radius: 5px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: rgba(112,112,112,1.00);
}

.block-blog-main-news a.post .overlayer {
	/*background-color: rgba(255,255,255,0.00);
	background-image: linear-gradient(0deg,rgb(0,0,0,1.00) 0%,rgb(0,113,188,0.00) 50%);
	*/transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	width: 100%;
	height: 100%;
	position: relative;
	border-radius: 5px;
}

.block-blog-main-news a.post .title-post-content {
	background-color: rgba(0,0,0,0.7);
	width: 100%;
	position: absolute;
	bottom: 0;
	padding: 2rem 1rem;
	border-radius: 0 0 5px 5px;
}

.block-blog-main-news a.post .label-post {
	background-color: rgba(166,16,16,1.00);
	color: rgba(255,255,255,1.00);
	font-weight: 700;
	font-size: 0.8rem;
	display: inline-block;
	padding: 0.3rem 0.7rem;
	border-radius: 3px;
}

.block-blog-main-news a.post .post-list-title {
	font-size: 1.5rem;
	font-weight: 700;
	margin: 0;
	color: rgba(255,255,255,1.00);
	transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
}

.block-blog-main-news .swiper-pagination {
	text-align: right;
}


@media (max-width:767px) {

	.block-blog-main-news a.post .title-post-content {
		padding: 1.2rem 1rem;
	}

	.block-blog-main-news a.post .post-list-title {
		font-size: 1rem;
	}

	.slideshow {
		margin-bottom: 1rem;
	}

	.slideshow .swiper-button-prev {
		background-color: rgba(0,0,0,0.8);
		left: 0;
	}
	
	.slideshow .swiper-button-prev:after {
		font-size: 0.8rem;
	
	}
	
	.slideshow .swiper-button-next {
		background-color: rgba(0,0,0,0.8);
		right: 0;
	}
	
	.slideshow .swiper-button-next:after {
		font-size: 0.8rem;
	}	
}

@media (min-width:768px) and (max-width:991px) {

	.block-blog-main-news a.post .overlayer img {
		height: 50vh;
	}

	.block-blog-main-news a.post .title-post-content {
		padding: 1rem 1rem 2rem;
	}

	.block-blog-main-news a.post .post-list-title {
		font-size: 1.2rem;
	}


	.slideshow  .swiper-button-prev:after,
	.slideshow  .swiper-button-next:after {
		font-size: 2em !important;
	}
}









/*-----------------------------------------------------------------------------------*/
/*-------------------------------BLOG-RELATED-CONTENT-LIST---------------------------*/
/*-----------------------------------------------------------------------------------*/
/*
.block-horizontal-category-feed {}

.block-horizontal-category-feed h3 {}
*/
.block-horizontal-category-feed a.post {
	display: block;
	float: left;
	width: 100%;
	/*text-align: center;*/
	background-color: rgba(242,242,242,1.00);
	/*padding: 0 0 1em;*/
	border-radius: 7px 5px 5px 7px;

}

.block-horizontal-category-feed a.post .img-post {
	width: 100%;
	/*height: 25vh;*/
	border-radius: 5px 0 0 5px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

.block-horizontal-category-feed a.post .overlayer {
	background-color: rgba(255,255,255,0.00);
	transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	width: 100%;
	height: 100%;
	position: relative;
}

.block-horizontal-category-feed a.post:hover .overlayer {
	background-color: rgba(255,255,255,0.3);
}

.block-horizontal-category-feed .overlayer .label {
	background-color: rgba(166,16,16,1.00);
	position: absolute;
	top:1em;
	left: 1em;
	padding: 0.6em 1em;
	font-weight: 500;
}

.block-horizontal-category-feed a.post .label-post {
	background-color: rgba(166,16,16,1.00);
	color: rgba(255,255,255,1.00);
	font-weight: 700;
	font-size: 0.8rem;
	display: inline-block;
	padding: 0.3rem 0.7rem;
	border-radius: 3px;
}

.block-horizontal-category-feed a.post p.post-list-title {
	font-size: 1.5rem;
	margin: 1rem 0 0;
	/*min-height: 7em;*/
	font-weight: 700;
	/*color: rgba(0,113,188,1.00);*/
	color: rgba(50,50,50,1.00);
	transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
}

.block-horizontal-category-feed a.post p.post-list-date {
	color: rgba(166,16,16,1.00);
	font-size: 0.9rem;
	font-weight: 600;
	margin: 0.2rem 0 0;
	padding-top: 10px;
}

@media (max-width: 767px) {

	.block-horizontal-category-feed a.post {
		background-color: rgba(242,242,242,0.00);
		border-radius: 0;
		border-bottom: 1px solid rgba(242,242,242,1.00);
		padding-bottom: 1rem;
	}

	.block-horizontal-category-feed a.post .img-post {
		border-radius: 5px;
		margin-bottom: 1rem;
	}

	.block-horizontal-category-feed a.post p.post-list-title {
		font-size: 1rem;
		margin-top: 0;
	}
}

@media (min-width:768px) and (max-width:991px) {

	.block-horizontal-category-feed a.post p.post-list-title {
		font-size: 1.1rem;
	}
}

@media (min-width:992px) and (max-width:11990px) {

	.block-horizontal-category-feed a.post p.post-list-title {
		font-size: 1.1rem;
	}
}

/*-----------------------------------------------------------------------------------*/
/*-------------------------------BLOCK-YOUTUBE-PLAYLIST------------------------------*/
/*-----------------------------------------------------------------------------------*/

/*
.block-youtube-playlist {}
*//*
.block-youtube-playlist iframe {
	width: 100%;
	height: 65vh;
	border:5px solid rgba(255,255,255,1.00);
	box-shadow: 0 0 10px 5px rgba(0,0,0,0.5);
}
*/

.block-youtube-playlist .iframe-container {
	position: relative;
	width: 100%;
	height: 0;
	padding: 1em;
	box-shadow: 0 2px 20px 5px rgba(0,0,0,0.1);
	background-color: rgba(255,255,255,1.00);
	padding-bottom: 56%;
	border-radius: 5px;
}

.block-youtube-playlist .iframe-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 1rem;
}

.block-youtube-playlist .more-posts {
	text-align: center;
}

.block-youtube-playlist .more-posts a {
	display: inline-block;
	margin-top: 3em;
	padding: 1.01em 2em;
	background-color: rgba(207,5,37,1.00);
	color: rgba(255,255,255,1.00);
	font-weight: 700;
	border-radius: 25px;
}

.block-youtube-playlist .more-posts a:hover {
	background-color: rgba(170,29,17,1.00);
}





/*-----------------------------------------------------------------------------------*/
/*-------------------------------BLOCK-CAROUSEL-IMAGES-------------------------------*/
/*-----------------------------------------------------------------------------------*/


.block-carousel-images .swiper-container {width: 94%; height: 100%; margin: 0 3%; overflow: hidden;}
.block-carousel-images .swiper-slide img {width: 100%; height: 100%;}

.block-carousel-images .carousel {
	overflow: hidden;
}

.block-carousel-images .carousel .swiper-slide {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.block-carousel-images .swiper-pagination-bullet {
	background:rgba(135,135,135,1.00);
	border: 2px solid rgba(135,135,135,1.00);
	width: 15px;
	height: 15px;
	opacity: 1;
	vertical-align: middle;
	display: inline-block;
	margin-right: 1em !important;
}

.block-carousel-images .swiper-pagination-bullet-active {
	width: 15px;
	height: 15px;
	opacity: 1;
	background: rgba(166,16,16,1.00);
	border: 2px solid rgba(166,16,16,1.00);
}

/*-----------------------------------------------------------------------------------*/
/*-------------------------------BLOCK-FAQ-------------------------------------------*/
/*-----------------------------------------------------------------------------------*/

.block-faq {
	background-color: rgba(255,255,255,1.00);
}

.block-faq .content-block-faq .panel {
	border: 0;
}

.block-faq .content-block-faq .panel-heading {
	padding: 0;
	border: 0;
}

.block-faq .content-block-faq .panel-title a {
	display: block;
	color: rgba(255,255,255,1.00);
	background-color: rgba(2,89,153,1.00);
	padding: 1em;
	font-weight: 700;
	font-size: 0.9em;
}

.block-faq .content-block-faq .panel-title a:hover {
	opacity: 0.80;
}

.block-faq .content-block-faq span.quest {
	display: inline-block;
	width: 94%;
}

.block-faq .content-block-faq span.glyphicon {
	float: right;
	display: inline-block;
}

.block-faq .panel-body {
	background-color: rgba(242,242,242,1.00);
}

.block-faq a i {
	margin-right: 10px;
	font-size: 2rem;
	vertical-align: middle;
}

/*-----------------------------------------------------------------------------------*/
/*-------------------------------BLOCK-GRID-POST-HORIZONTAL--------------------------*/
/*-----------------------------------------------------------------------------------*/

.block-grid-posts a.post {
	display: block;
	float: left;
	width: 100%;
	border-radius: 0 0 5px 5px;
	box-shadow: 0 2.5px 10px 1px rgba(0,0,0,0.08);
	background-color: rgba(255,255,255,1.00);
}

.block-grid-posts a.post .img-post {
	width: 100%;
	border-radius: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: rgba(1,71,137,1.00);
}

.block-grid-posts a.post .overlayer {
	background-color: rgba(255,255,255,0.00);
	transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	width: 100%;
	height: 100%;
	position: relative;
}

.block-grid-posts a.post:hover .overlayer {
	background-color: rgba(255,255,255,0.3);
}

.block-grid-posts a.post .title-post-content {
	padding: 1rem;
}

.block-grid-posts .overlayer .label {
	background-color: rgba(25,69,83,1.00);
	position: absolute;
	top:1em;
	left: 1em;
	padding: 0.6em 1em;
	font-weight: 500;
}

.block-grid-posts a.post .label-post {
	background-color: rgba(0,113,188,1.00);
	color: rgba(255,255,255,1.00);
	font-weight: 700;
	font-size: 0.8rem;
	display: inline-block;
	padding: 0.3rem 0.7rem;
	border-radius: 3px;
}

.block-grid-posts a.post p.post-list-title {
	font-size: 1rem;
	margin: 1rem 0 0;
	min-height: 6em;
	font-weight: 700;
	color: rgba(50,50,50,1.00);
	transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
}

.block-grid-posts a.post p.post-list-date {
	color: rgba(100,100,100,1.00);
	font-size: 0.85rem;
	margin: 0.2rem 0 0;
	padding-top: 10px;
	border-top: 1px solid rgba(212,212,212,1.00);
}
