body {
	font-family: 'Ubuntu', sans-serif;
	background-color: #ECECEC;
}
.container-fluid.header {
	background: url('https://s3-sa-east-1.amazonaws.com/clubemaispravoce.com.br/images/bkgd-header.png') no-repeat top center;
	background-size: cover;
	height: auto;
	padding: 50px 0;
}
.container-fluid.header .container {
	max-width: 50%;
	color: white;
	font-size: 25px;
}
.container-fluid.header .left {
	display: inline-block;
	height: 150px;
}
.container-fluid.header .left img {
	margin: 0 auto;
	float: none;
}
.container-fluid.header .right {
	display: inline-block;
	height: auto;
	margin-top: 30px;
	text-align: center;
}
.container-fluid.header .right h2 {
	font-size: 37px;
	line-height: 1.3em;
}
.container-fluid.content {
	padding: 50px 0 75px;
	background-color: #F9F9F9;
}
.container-fluid.content .container {
	max-width: 95%; 
}
.container-fluid.content p {
	text-align: center;
	font-size: 23px;
	margin-bottom: 15px;
}
.container-fluid.content .thumb {
	width: 20%;
	float: left;
	padding: 5px;
}
.container-fluid.content .thumb .content {
	background-color: white;
	height: 110px;
	/*line-height: 150px;*/
	text-align: center;
	transition: all .25s
}
.container-fluid.content .thumb .content:hover {
	opacity: 0.5;
}
.container-fluid.content .thumb .content img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 115px
}
.container-fluid.footer {
	background-color: #ECECEC;
	padding: 40px 0;
}
.container-fluid.footer p {
	text-align: center;
	color: #393939;
	font-size: 13px;
	margin-bottom: 0;
}
.container-fluid.footer a {
	color: #393939;
}
.container-fluid.footer p:first-child {
	margin-bottom: 10px;
}
/* Ipad Pro Landscape - lg */
@media (max-device-width: 1366px) and (orientation: landscape) {
	.container-fluid.content {
		padding: 60px 0 85px; 
	}
	.container-fluid.header .container {
		max-width: 55%;
	}
	.container-fluid.header .right h2 {
		padding: 10px;
	}
	.container-fluid.content p {
		margin-bottom: 45px;
	}
}
/* Ipad Pro Portrait - lg */
@media (max-device-width: 1024px) and (orientation: portrait) {
	.container-fluid.header .container {
		max-width: 70%;
		text-align: center;
	}
	.container-fluid.header .right img {
		margin: 0 auto;
	}
	.container-fluid.header .right h2 {
		font-size: 35px;
	}
	.container-fluid.content p {
		margin-bottom: 45px;
	}
}
/* Ipad Landscape - lg */
@media (max-device-width: 1024px) and (orientation: landscape) {
	.container-fluid.header {
		padding: 40px 0;
	}
	.container-fluid.header .container {
		max-width: 80%; 
	}
}
/* Ipad Portraid e tablets intermediários - md */
@media (max-device-width: 768px) and (orientation: portrait) {
	.container-fluid.header .container {
		max-width: 90%;
	}
	.container-fluid.header h2 {
		font-size: 30px;
	}
}
/* Smartphone Landscape - md */
@media (max-device-width: 812px) and (orientation: landscape) {
	.container-fluid.header {
		padding: 20px 0;
	}
	.container-fluid.header .container {
		max-width: 100%;
	}
	.container-fluid.header .left {
		width: 30%;
	}
	.container-fluid.header .right {
		width: 70%;
		height: auto;
	}
	.container-fluid.header .right {
		margin-top: 10px;
	}
	.container-fluid.header .right h2 {
		font-size: 22px;
		padding: 0;
	}
	.container-fluid.header .right i {
		font-size: 20px;
	}
	.container-fluid.content {
		padding: 25px 0;
	}
	.container-fluid.content p {
		margin: 0 0 10px;
	}
	.container-fluid.content .thumb .content {
		height: 115px;
		line-height: 115px;
	}
	.container-fluid.footer {
		padding: 20px 0;
	}
}
/* Smartphone Portrait - xs */
@media (max-device-width: 600px) and (orientation: portrait) {
	.container-fluid.header {
		padding: 30px 0;
	}
	.container-fluid.header .left {
		height: auto;
	}
	.container-fluid.header .left img {
		width: 75%;
	}
	.container-fluid.header .right h2 {
		font-size: 30px;
	}
	.container-fluid.header .right i {
		font-size: 20px;
	}
	.container-fluid.content {
		padding: 30px 0 30px; 
	}
	.container-fluid.content .container div:first-child {
		padding: 0;
	}
	.container-fluid.content .thumb {
		width: 100%;
	}
	.container-fluid.footer {
		padding: 20px 0;
	}
	.container-fluid.footer p {
		font-size: 16px;
	}
	/* Correção bootstrap */
		.row { display: initial !important }
}