@font-face {
  font-family: 'Droid Serif';
  font-style: italic;
  font-weight: 400;
  src: local('Droid Serif Italic'), local('DroidSerif-Italic'), url(https://fonts.gstatic.com/s/droidserif/v8/tDbK2oqRg1oM3QBjjcaDkOr4nAfcHi6FRUI.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Droid Serif';
  font-style: normal;
  font-weight: 400;
  src: local('Droid Serif Regular'), local('DroidSerif-Regular'), url(https://fonts.gstatic.com/s/droidserif/v8/tDbI2oqRg1oM3QBjjcaDkOr9rAXWGQyH.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Droid Serif';
  font-style: normal;
  font-weight: 700;
  src: local('Droid Serif Bold'), local('DroidSerif-Bold'), url(https://fonts.gstatic.com/s/droidserif/v8/tDbV2oqRg1oM3QBjjcaDkOJGiRD7OwGtT0rU.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.container{
	max-width: 1920px;
	background-color:#f1f1f1;
	margin:0 auto;
}

.content{
	max-width: 1000px;
	margin:0 auto;
	padding: 70px 0;
}

h1, h2, h3, h4{
	padding: 0px;
	margin: 0px;
}

.divisoria{
	width: 30px;
	height: 8px;
	background-color: #e01741;
	margin: 0 auto 20px auto;
}

.bg-branco{
	background-color: #ffffff;
}

.bg-cinza{
	background-color: #f1f1f1;
}

.bg-preto{
	background-color: #222222;
}

.bg-preto p, .bg-preto h3{
	color: #ffffff !important;
}

.content h3{
	font-size: 30px;
	font-family: 'Lato', sans-serif;
	text-align: center;
	margin-bottom: 20px;
	color: #000000;
	font-weight: 900;
}

/* Header */

@media screen and (max-width: 1000px){

	header{
		height: inherit !important;
	}

	header .content{
		background-color: rgba(0,0,0,0.8);
	}

	header .img-analista{
		right: 0% !important;
	}

	header h1{
		font-size: 24px !important;
		line-height: 140% !important;
	}

	header h2{
		font-size: 20px !important;
	}

	header .logo{
		margin-bottom: 0px !important;
	}

	.content{
		padding: 30px !important;
	}

	.oferta .lista-oferta:first-of-type{
		margin-top:50px !important;
	}

	.oferta .lista-oferta li{
		width: 100% !important;
		float: none !important;
		margin-bottom: 50px !important;
	}

	.oferta .lista-oferta:last-of-type li:last-child{
		margin-bottom: 0px !important;
	}

	.oferta .lista-oferta{
		margin-bottom: 0px !important
	}

}

header{
	background-image: radial-gradient(circle farthest-corner at 50% 50% , #9b2043 0%, #571025 57%, #19060e 99%);
	height: 550px;
	text-align: center;
}

header .content{
	z-index: 2;
}

header .logo{
	margin-bottom: 30px;
}

header h1{
	margin:0px;
	padding: 0px;
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-size: 44px;
	margin-bottom: 20px;
	text-transform: uppercase;
	line-height: 120%;
	font-weight: 600;
	text-shadow: 2px 2px 10px rgba(0,0,0,0.6);
}

header h2{
	margin:0px;
	padding: 0px;
	font-size: 26px;
	font-family: 'Droid Serif',serif;
	color: #ffffff;
	line-height: 180%;
	font-style: italic;
	font-weight: 400;
	/*max-width: 600px;*/
	margin:0 auto 30px auto;
	text-shadow: 2px 2px 10px rgba(0,0,0,0.6);
}

header h3 b{
	color:#ec3a3a;
}

header .bt-compra{
	display: inline-block;
	background-color: #e01741;
	border-radius: 5px;
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	padding: 20px 0;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	width: 295px;
	box-shadow: 0px 10px 30px rgba(0,0,0,0.4);
	margin-top: 0px;
	-webkit-transition: box-shadow 0.5s, width 0.5s, height 0.5s, padding 0.5s, font-size 0.5s, margin-top 0.5s; /* Safari */
    transition: box-shadow 0.5s, width 0.5s, height 0.5s, padding 0.5s, font-size 0.5s, margin-top 0.5s;
}

.conclusao .bt-compra{
	display: block;
	background-color: #e01741;
	border-radius: 5px;
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	padding: 20px 15px;
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
	box-shadow: 0px 10px 30px rgba(0,0,0,0.4);
	-webkit-transition: box-shadow 0.5s, width 0.5s, height 0.5s, padding 0.5s, font-size 0.5s, margin-top 0.5s; /* Safari */
    transition: box-shadow 0.5s, width 0.5s, height 0.5s, padding 0.5s, font-size 0.5s, margin-top 0.5s;
    margin: 0 auto;
}

header .bt-compra:hover{
	box-shadow: 0px 5px 50px rgba(0,0,0,0.6);
	width: 270px;
	padding: 18px 0;
	font-size: 17px;
	margin-top: 2px;
}

header .img-analista{
	position: absolute;
    bottom: 0px;
    right: 5%;
}

/* Introdução */

.content p{
	font-size: 20px;
	font-family: 'Droid Serif',serif;
	color: #222222;
	line-height: 140%;
	margin-bottom: 20px;
}

.content p:last-child{
	margin-bottom: 0px;
}


/* Oferta */

.oferta .lista-oferta{
	list-style-type: none;
	overflow: hidden;
	margin-bottom: 50px;
}

.oferta .lista-oferta:last-of-type{
	margin-bottom: 0px;
}

.oferta .lista-oferta li{
	text-align: center;
	width: 49%;
	float: left;
}

.oferta .lista-oferta li:last-child{
	float: right;
}

.oferta .lista-oferta li img{
	margin-bottom: 20px;
	min-height: 69px;
}

.oferta .lista-oferta .titulo{
	font-weight: bold;
	color: #b62730;
	font-size: 20px;
	min-height: 56px;
}

.oferta .um-item{
	width: 49%;
	margin:0 auto;
}

.um-item li{
	width: 100% !important;
	float: none !important;
}


/* Depoimentos */

.depoimentos .lista-depoimentos{
	max-width: 600px;
	margin:0 auto;
}

.depoimentos .lista-depoimentos li{
	margin-bottom: 50px;
}

.depoimentos .lista-depoimentos li:last-child{
	margin-bottom: 0px;
}

.depoimentos .lista-depoimentos li p{
	font-style: italic;
	text-align: center;
}


/* Footer */

footer{
	text-align: center;
}

footer a{
	font-family: 'Slabo 27px', serif;
	color:#b62730;
	font-weight: bold;
	display: inline-block;
}