@import url('https://fonts.googleapis.com/css?family=Sawarabi+Mincho');

/*========= banner =========*/
#img-background{
	background-image: url(../imgs/fundo.jpg);
}
.jumbotron{
	margin: 15% 0;
	max-width: 750px;
	background-color: #fff;
	color: #000;
	opacity: 0.9;
	border-top: solid 70px blue;
}

/*========= dados =========*/
#dado{
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #fff;
}
.h3{
	width: 100%;
	padding: 20px;
	background-color: #aaff80;
	color: #003300;
	opacity: 0.7;
}
.dados{
	margin-top: 20px;
}
.linha{
	color: #2E4053;
}
.linha::after{
	content: "";
	background-color: currentColor;
	width: 130px;
	height: 2px;
	display: block;
	margin-top: 15px;
}
.alert{
	font-family: 'Sawarabi Mincho', sans-serif;
}
#alert1{
	color: #2C3E50;
	border-bottom: solid 3px #b3e6ff;

}
#alert2{
	color: #212F3D;
	border-bottom: solid 6px #66ccff;
}
#alert3{
	color: #1C2833;
	border-bottom: solid 9px #0099e6;	
}

/*======= solucoes =======*/
.card:hover{
	transform: scale(1.02);
}
.h3-solu{
	margin: 20px 0;
	color: green;
}
#h3-index{
	padding: 10px;
	background-color: #fff;
}
.card-img-right {
	width: 200px;
	height: 230px;
}