.container{
	max-width: 960px;
}

h1, h2, h3, h4, h5, h6 {
    color: #181818;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    line-height: 1.1em;
}

h1{
	font-size: 30px;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #212121;
    font-weight: normal;
    font-style: normal;
    line-height: 20px;
    margin: 0 0 1.1em;
}

img{
	width: 100%;
}

.comece-aqui{
	width: unset !important;
	display: block;
	margin: 0 auto 20px;
}

.link-pv{
	font-weight: bold;
}

.advert{
	margin-top: 10px;
	margin-bottom: 0 !important;
}

.subtitle{
	line-height: 20px;
	font-size: 16px;
}

.check{
	width: unset !important;
}

.aviso p{
	font-size: 12px !important;
	margin: 0;
	font-weight: bold;
}

.logo{
	padding: 15px 0;
	background: #AC3975;
	width: unset !important;
}

.menu{
	background: #85245C;
}

.navbar {
    margin-bottom: 0;
    border: 0px solid transparent;
    background: none !important;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    padding-left: 0;
    padding-right: 30px;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #FD5800;
    background-color: transparent;
}

.banner img{
	margin-top: 20px;
}

.figure-img{
	width: 100%;
	height: auto;
}

figcaption.figure-caption {
    background: #eee;
    padding: 5px 10px;
    margin-bottom: 20px;
    font-size: 12px;
}

.raiox {
    width: unset !important;
    display: inline;
    float: left;
    margin-right: 20px;
}

.img-center {
    display: block;
    margin: 20px auto;
}

small{
	display: block;
}

.italic{
	font-style: italic;
}

.box{
	background: #eee;
	padding: 10px;
}

.box h2{
	margin-top: 0;
}

.link-h3 {
    color: #337ab7;
    font-size: 20px;
    margin: 15px 0;
}

.footer{
	background: #AC3975;;
	padding: 20px 0;
	margin-top: 150px;
}

.footer-text{
	font-size: 12px !important;
	color: #fff !important;
	line-height: unset;
}

#sticky.stick {
    margin-top: 20px !important;
    position: fixed;
    top: 0;
    z-index: 10000;
}

.stick-flutuante {
    position: fixed;
    bottom: 0px;
    z-index: 9999;
    width: unset !important;
    right: 0;
}

#flutuante img {
    width: 100%;
}

.aviso-flutuante{
	padding: 50px 0;
}

.update{border:1px dotted #000;background:#EFFFF7;padding:4px 9px; font-size: 14px; line-height: unset}

@media screen and (max-width: 1023px){
	.logo img{
		width: 100%;
	}

	.img-center{
		width: 100%;
	}

	h1{
		font-size: 21px;
	}

	h2{
		font-size: 20px;
	}

	h3{
		font-size: 18px;
	}

	.footer{
		margin-top: 40px;
	}

	.no-padding {
    	padding: 0;
	}

	.advert {
    	margin-top: 5px;
    	margin-bottom: -15px !important;
    	font-size: 13px;
	}

	.raiox {
    	width: 100% !important;
    	display: inline;
    	float: none !important;
    	margin-right: 0 !important;
	}

	.logo img {
    	width: 100%;
    	padding: 0 15px;
	}

	.comece-aqui{
		width: 100% !important;
		display: block;
		margin: 0 auto 20px;
	}
}

@media (min-width: 415px) and (max-width: 1023px){
	img {
    	width: unset !important;
    	display: block;
    	margin: 0 auto;
	}
}