*{
	border:none;
	padding: 0;
	margin:0;
	font-size: 1em;
	font-family: "Helvetica Neue", "Roboto", Verdana, sans-serif;
	list-style-type: none;
}

body {
	background: #F4F4F4;
}

.container {
	width: 800px;
	margin:0px auto;
}

.clear {clear: both;}
.fl {float: left;}
.fr {float: right;}

.header {
	background: #BC0693; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(rgba(255,34,129,1),rgba(188,6,147,1)); /*Safari 5.1-6*/
	background: -o-linear-gradient(rgba(255,34,129,1),rgba(188,6,147,1)); /*Opera 11.1-12*/
	background: -moz-linear-gradient(rgba(255,34,129,1),rgba(188,6,147,1)); /*Fx 3.6-15*/
	background: linear-gradient(to rgba(255,34,129,1),rgba(188,6,147,1)); /*Standard*/
	height: 680px;
	padding-top: 30px;
}
.header-register {
	height:120px;
}

.container-header {
	width: 750px;
	margin:0px auto;
}

.logo {
	background: url(img/favorita_logo_lp.png) no-repeat center center;
	background-size: contain;
	width: 170px;
	height: 60px;
	margin:0px auto;
	text-indent: -9000px;
	margin-bottom: 30px;
}

.box-login {
	background: white;
	width: 46%;
	text-align: center;
	padding: 26px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
}
.box-login input {
	width: 230px;
}
.box-login input[type="button"] {
	width: 260px;
}

select {
	border-radius: 50px;
	padding:10px 20px;
	font-size: 1.5em;
	margin:10px 0;
	outline: none;
	-webkit-appearance: none;
	border:1px solid #979797;
	box-shadow: none;
}

input {
	border-radius: 50px;
	padding:10px 20px;
	font-size: 1.5em;
	margin:10px 0;
	outline: none;
	-webkit-appearance: none;
	box-shadow: 0px 4px 5px #ccc;
}
input[type="checkbox"] {
	height: 50px;
	width: 50px !important;
	background-color: #eee;
}

.checkboxes {
	margin-left:5%;
	width:80%;
}

div.checkboxes div{
	margin:25px 0 0 10px;
}

input[type="checkbox"]:checked {
	background:url(img/check_white_50.png) no-repeat center center #F30987;
}

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
}

.checkboxes_menores {
	margin-left:50px;
}

.checkboxes_menores input[type="checkbox"] {
	height: 25px;
	width: 25px !important;
	background-color: #eee;
	padding: 0;
}

.checkboxes_menores input[type="checkbox"]:checked {
	background:url(img/check_white_25.png) no-repeat center center #F30987;
}

.checkboxes_menores .checkboxes div{
	margin:13px 0 0 10px;
}


input[type="number"], input[type="password"], input[type="text"], input[type="email"], input[type="tel"] {
	border:1px solid #979797;
	box-shadow: none;
}
input[type="number"]:focus, input[type="password"]:focus, input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus {
	border:1px solid #F30987;
	background: #FAFAFA;
}
input[type=number] {
	-moz-appearance:textfield;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type="button"] {
	background: #F30987;
	color:#fff;
	cursor: pointer;
}
input[type="button"]:active {
	background: #A40E5F;
	color:#D31F81;
}
.box-login h2 {
	font-size: 1.2em;
	margin-bottom: 20px;
}
.box-login p {
	text-align: left;
	margin-left: 34px;
}
.box-login p a {
	color: #F30987;
	text-decoration: none;
}
.box-login p a:hover {
	text-decoration: underline;
}
hr {
	border-top:1px solid #DCDCDC;
	border-right: none;
	border-left: none;
	border-bottom: none;
	margin:0px auto;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 80%;
	text-align: center;
}
.magazine-cover {
	width: 30%;
	text-align: right;
	position: relative;
	z-index: 1;
}
.magazine-cover img {
	margin:-18px -70px 0 0;
}


.topics {
	background: #fff;
	border-radius: 20px;
	margin-top: -20px;
	margin-bottom:40px;
}
.topics-img {
	width: 230px;
	height: 230px;
	margin:40px 30px 40px 40px;
}
.topics-img img {
	width: 99%;
}
.topics-text {
	width: 56%;
	margin-top: 50px;
	margin-left: 30px;
}
h1 {
	color:#666666;
	font-size: 2.5em;
	font-weight: lighter;
	letter-spacing: 1px;
}
p {
	color:#666666;
	margin:10px 0;
	font-size: 1.1em;
}
.topics-register {
	margin-top: -40px;
	padding:30px;
	width: 500px;
	text-align: center;
}
.topics-register input {
	width: 80%;
}
.topics-register select {
	width: 88%;
}			
.topics-register input[type="button"] {
	width: 50%;
}


.depoimentos {
	text-align: center;
	margin-bottom: 40px;
}
.depoimento-single {
	width: 30%;
	margin:30px 12px;
}
.depoimento-single .avatar {
	width: 100px;
	height: 100px;
	margin:0px auto;
	padding-bottom: 10px;
}

.catalogo {
	background: #950073;
	margin-top: 100px;
	margin-bottom: 40px;
	padding:50px;
	text-align: center;
}
.catalogo h1, .catalogo p {
	color: #fff;
	text-align: left;
	width: 60%;
}
.catalogo img {
	margin:-110px 0 0 0;
	-ms-transform: rotate(14deg); /* IE 9 */
	-webkit-transform: rotate(14deg); /* Chrome, Safari, Opera */
	transform: rotate(14deg);
}

.aboutus {
	margin-bottom: 40px;
}
.aboutus div:nth-child(1) {
	width: 30%;
	height: 200px;
	text-align: right;
}
.aboutus div:nth-child(1) img {
	width: 80%;
}
.aboutus div:nth-child(2) {
	width: 66%;
}

.finalcall {
	text-align: center;
	margin-bottom: 40px;
}

.footer {
	margin-bottom: 40px;
	border-top:1px solid #ccc;
	padding-top: 30px;
}
.logo-footer {
	width: 14%;
	margin-top: 14px;
}
.contact {
	width: 70%;
}
.contact div {
	margin-bottom: 7px;
}
.contact img, .contact p {
	float: left;
}
.contact p {
	margin:6px 0 0 10px;
}
.contact p a {
	text-decoration: none;
	color: #666;
}
.contact p a strong {
	color:#000;
}
.contact p a:hover {
	text-decoration: underline;
}


#material_apoio {
	font-size:1em;
	width:316px;
	background-color:#F30987;
	color:#FFFFFF;
	cursor:pointer;
}

.separador {
	width: 98%;
	height:2px;
	background-color:#E3E3E3;
}

.rosa {
	background-color:#EF3581 !important;
}

.box_mat_distr {
	width: 28%;
	position: relative;
	float: left;
	display: inline-block;
	text-align: center;
}

.box_mat_distr2 {
	width: 44%;
	position: relative;
	float: left;
	display: inline-block;
	text-align: center;
}

.titulo, .subtitulo {
	margin: 0;
	line-height: 32px;
	font-size: 19px;
}

.subtitulo a {
	color: black;
}

.subtitulo a:hover {
	text-decoration: underline;
}

.titulo a {
	text-decoration: none;
	color: white;
}

.titulo a:hover {
	text-decoration: underline;
}

.lks_materiais{
	display: none;
}

.boxes_distr {
	position: relative;
	width: 99%;
	left: 50%;
	transform: translateX(-50%);
}

.head_title{
	color: white;
	background: #d53d84;
	padding: 10px;
	position: relative;
	margin: 0 3%;
	letter-spacing: 0.5px;
}

.apoio_title{
	position: relative;
	width: 100%;
	height: 10%;
	text-align: center;
	font-weight: bold;
	margin: 10px 0 0px;
}

@media only screen and (max-width: 560px) {
	.box_mat_distr, .box_mat_distr2 {
		width: 100%;
		margin-bottom: 15px;
	}
}
/* ___________________________________________ TABLETS */

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

	.container {
		width: 700px;
		margin:0px auto;
	}
	.header {
		height: 640px;
	}
	.header-register {
		height:100px;
	}
	.container-header {
		width: 650px;
	}
	.box-login {
		width: 46%;
		border-radius: 30px;
	}
	input {
		border-radius: 50px;
		padding:10px 20px;
		font-size: 1.4em;
		margin:8px 0;
		outline: none;
	}
	input[type="button"] {
		background: #F30987;
		color:#fff;
		cursor: pointer;
	}
	input[type="button"]:active {
		background: #A40E5F;
		color:#D31F81;
	}
	.box-login h2 {
		margin-bottom: 14px;
	}
	.box-login p {
		margin-left: 18px;
		font-size: 1em;
	}
	hr {
		width: 90%;
	}
	.magazine-cover {
		width: 46%;
	}
	.magazine-cover img {
		margin:18px -20px 0 0;
		width: 100%;
	}

	.topics {
		margin-top: -20px;
		margin-bottom:40px;
	}
	.topics-img {
		width: 180px;
		height: 180px;
		margin:40px 30px 40px 30px;
	}
	.topics-text {
		width: 58%;
		margin-top: 40px;
		margin-left: 20px;
	}
	h1 {
		font-size: 2em;
	}
	p {
		margin:8px 0;
		font-size: 1em;
	}
	.topics-register {
		margin-top: -20px;
		width: 500px;
	}

	.depoimento-single {
		width: 30%;
		margin:30px 10px;
	}
	.aboutus {
		margin-bottom: 40px;
	}

	.finalcall {
		text-align: center;
		margin-bottom: 40px;
	}

	.footer {
		padding-top: 30px;
		margin-bottom: 40px;
	}
}


/* ___________________________________________ PHONES */

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

	.container {
		width: 90%;
		margin:0px auto;
	}

	.header {
		height: 620px;
	}

	.header-register {
		height:100px;
	}

	.container-header {
		width: 100%;
		margin:0px auto;
	}

	.logo {
		width: 150px;
		height: 40px;
	}

	.box-login {
		width: 80%;
		text-align: center;
		padding: 26px;
		position: relative;
		float: none;
		margin:0px auto;
		z-index: 1;
	}

	input {
		font-size: 1.2em;
	}

	.box-login p {
		margin-left: 30px;
	}

	.magazine-cover {
		display: none
	}

	.topics {
		width: 80%;
		margin-top: -40px;
		margin-bottom:40px;
		padding:30px;
		text-align: center;
	}
	.topics-img {
		float: none;
		width: 100%;
		height: 180px;
		margin:30px 0 0 0;
	}
	.topics-img img {
		width: 56%;
	}
	.topics-text {
		float: none;
		width: 100%;
		margin-top: 10px;
		margin-left: 0;
	}
	h1 {
		font-size: 2em;
	}
	p {
		margin:8px 0;
		font-size: 1em;
	}
	.topics-register input[type="button"] {
		width: 70%;
	}
	.topics-register img {
		width: 50%;
	}

	.depoimento-single {
		width: 90%;
		margin:0px auto;
		float: none;
		padding-bottom:30px;
	}

	.catalogo {
		padding:20px;
	}
	.catalogo h1, .catalogo p {
		width: 100%;
	}
	.catalogo img {
		margin:-70px 0 0 0;
		width: 100%;
	}

	.aboutus {
		margin-bottom: 40px;
	}
	.aboutus div:nth-child(1) {
		width: 100%;
		height: 200px;
		text-align: center;
	}
	.aboutus div:nth-child(1) img {
		width: 48%;
	}
	.aboutus div:nth-child(2) {
		width: 100%;
		margin-top:20px;
	}

	.finalcall {
		text-align: center;
		margin-bottom: 40px;
	}

	.footer {
		margin-bottom: 40px;
		border-top:1px solid #ccc;
		padding-top: 30px;
		text-align: center;
	}
	.logo-footer {
		width: 30%;
		margin-top: 40px;
		float: none;
	}
	.contact {
		width: 100%;
		margin:0px auto;
		float: none;
	}
	.contact img, .contact p {
		float: left;
	}
	.contact p {
		font-size: 0.9em;
	}
	.contact img {
		width: 7%;
	}

	#material_apoio {
		font-size:1em;
		width:235px;
		background-color:#F30987;
		color:#FFFFFF;
	}
}

