
@import url('../config.home.less');

// =============================================================
// =============================================================
// ESTRUTURAÇÂO
// 

#home{



	.card-block {
		padding: @card-padding;
	}


	.box-container{
		padding: @box-container-padding;
	}

	.box-5 {

		.card{
		   height: @box-5-height;
		   color : @box-card-color;
		   margin: @box-5-margin-bottom;

				border-color    : @bg-border-card;
				background-color: @bg-box-1;


				&:hover{
					border-color    : @bg-border-card-hover;
					background-color: @bg-box-1-hover;
				}


		   .card-title{
		   	font-size: @box4-h4-size;
		   	margin   : @box4-h4-margin;
		   	color    : @box4-h4-color;
		   }
		}
	}

	.box-5-2 {

		.card{
		   height: @box-5-height;
		   color : @box-card-color;
		   margin: @box-5-margin-bottom;

				border-color    : @bg-border-card;
				background-color: @bg-box-1;


				&:hover{
					border-color    : @bg-border-card-hover;
					background-color: @bg-box-1-hover;
				}


		   .card-title{
		   	font-size: @box4-h4-size;
		   	margin   : @box4-h4-margin;
		   	color    : @box4-h4-color;
		   }
		}
	}

}