
@import url('../config.home.less');

// =============================================================
// =============================================================
// ESTRUTURAÇÂO
// 

#home{

	h1{
		font-size   : @h1-home-size;
		margin      : @h1-home-margen;
		font-family : @h1-home-font;
		color       : @h1-home-color;
	}

	.card-block {
		padding: @card-padding;
	}


	.box-container{
		padding: @box-container-padding;
	}

	.box-1{

		.card{
		  height: @box-modelo2-1-height;
		   color : @box-card-color;

				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: @box1-modelo2-h4-size;
		   	margin   : @box2-h4-margin;
		   	color    : @box2-h4-color;
		   	//font-weight: normal;
		   }
		}

	}


	.box-2 {

		.card{
		   height: @box-modelo2-2-height;
		   color : @box-card-color;

				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: @box2-h4-size;
		   	margin   : @box2-h4-margin;
		   	color    : @box2-h4-color;
		   	font-weight: normal;
		   }
		}
	}

	
	.box-3 {

		.card{
		   height: @box-modelo2-2-height;
		   color : @box-card-color;

				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: @box2-h4-size;
		   	margin   : @box2-h4-margin;
		   	color    : @box2-h4-color;
		   	font-weight: normal;
		   }
		}
	}

}