html {
    font-size: 16px;
}

body {
	font-family: 'Open Sans', sans-serif;
	color: #373d5d;
	background-color: #F8F9FA;
}

.chamada {
	border-top: 3px solid #e3e652;
	border-bottom: 3px solid #e3e652;
	margin-top: 0px;
	color: white;
	padding: 20px 18px;
	background-color: #373d5d;
	text-align: center;
}

.chamada h1 {
	font-size: 17px;
	text-align: center;
}

.card-hl-style {
	background-color: #067D9D;
	color: white;
	text-decoration: none;
}

.card-hl-style:hover, .card-hl-style:focus {
	background-color: #067D9D;
	color: white;
	text-decoration: underline;
	text-shadow: .5px .5px 1px white;
}

.card-hl-style h3 {
	margin-bottom: 0px;
}

.card-img-top {
	width: auto;
	height: auto;
}

.banner-img {
	height: auto;
}

/* generic info-box */
.info-box {
	display: flex;
	align-items: center;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
}

.info-box.row {
	margin: 0px;
}

.banner-caption {
	background-color: rgba(78, 85, 119, 0.7);
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.chamada {
		padding: 30px 30px;
	}
	
	.chamada h1 {
		font-size: 20px;
		text-align: justify;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.chamada {
		border-top: 3px solid #e3e652;
		border-bottom: 3px solid #e3e652;
		margin-top: 0px;
		color: white;
		padding: 30px 60px;
		background-color: #373d5d;
	}

	.chamada h1 {
		font-size: 22px;
	}

	.btn-whatsapp-inner {
		font-size: 20px;
		margin: 0px;
		padding: 12px 16px;
	}


}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
	.chamada {
		padding: 30px 100px;
	}

	.chamada h1 {
		font-size: 24px;
	}

	.btn-whatsapp-inner {
		font-size: 24px;
	}
}
