h1 {
	font-family: "Amatic SC";
    font-size: 70px;
    line-height: 1.25em;
    margin-top: 0;
	color:#231f20;
	text-transform:uppercase;
}

h2 {
	font-family:"Amatic SC";
	font-size:47px;
	line-height:1.15em;
	margin-top:0;
	color:#231f20;
	text-transform:uppercase;
}

h3 {
	font-family:"La Belle Aurore";
	font-size:24px;
	color:#d5222c;
}

/***** DROPDOWN HEADER "A MINHA CONTA" ******/

.cab-top nav ul li.minha_conta:hover .conta_dropdown {
	display:block;
	opacity:1;
	transition:all .2s ease-in-out
}

.cab-top .conta_dropdown {
	transition:all .2s ease-in-out;
	opacity:0;
	display:none;
	width:100%;
	margin-top:62px;
	position:absolute;
	top:0;
	left:0;
	padding:20px;
	background-color:#020202;
	z-index:2;
}

.cab-top .conta_dropdown a {
	padding:0;
	color:rgba(244, 245, 247, 0.5);
	text-align:left;
	margin-bottom:20px;
}
.cab-top .conta_dropdown a:last-of-type {
	margin-bottom:0px;
}
.cab-top .conta_dropdown a:hover {
	background-color:transparent;
	color:white;
}
.cab-top .conta_dropdown a img {
	height:16px;
	margin-right:10px;
}

.cab-top .conta_dropdown hr {
	border-top:1px solid #2c292a;
	margin:15px 0;
}

/***** DROPDOWN HEADER "O MEU CARRINHO" ******/

.cab-top nav ul li.meu_carrinho:hover .carrinho_dropdown {
	display:block;
	opacity:1;
	transition:all .2s ease-in-out
}

.cab-top .carrinho_dropdown {
	text-align:left;
	transition:all .2s ease-in-out;
	opacity:0;
	display:none;
	width:442px;
	max-height:700px;
	margin-top:61px;
	position:absolute;
	top:0;
	right:-16px;
	padding:30px 40px;
	background-color:white;
	border:1px solid #353233;
	z-index:2;
}

.cab-top .carrinho_dropdown label {
	font-size:20px;
	color:#080808;
	line-height:1.25em;
	margin:25px 0;
}
.cab-top .carrinho_dropdown label:last-of-type {
	float:right;
}

.cab-top .carrinho_dropdown a, .cab-top .carrinho_dropdown a:hover {
	cursor:pointer;
    background-color: #d5222c;
    border: none;
    color: #f4f5f7;
	padding:12px 18px;
    margin-top: 15px;
	margin-bottom:13px;
    text-align: center;
    text-decoration: none;
	text-transform:uppercase;
    display: block;
    font-size: 12.1px;
	font-style:normal;
    line-height: 18px;
    vertical-align: middle;
    font-weight: 600;
}
.cab-top .carrinho_dropdown a img {
	height:20px;
	margin-right:20px;
}

.cab-top .carrinho_dropdown .listagem_produtos {
	overflow:auto;
	border-bottom:2px solid #f4f5f7;
	max-height:480px;
	margin-right:-30px;
	padding-right:30px;
}

.cab-top .carrinho_dropdown .listagem_produtos::-webkit-scrollbar-track
{
	background-color: #f6f6f8;
}

.cab-top .carrinho_dropdown .listagem_produtos::-webkit-scrollbar
{
	width: 6px;
	background-color: #f6f6f8;
}

.cab-top .carrinho_dropdown .listagem_produtos::-webkit-scrollbar-thumb
{
	background-color: #d5222c;
}

.cab-top .carrinho_dropdown .produto:last-of-type {
	margin-bottom:20px;
}


.cab-top .carrinho_dropdown .produto img {
	max-height:95px;
	max-width:95px;
	position:relative;
	left:0;
	margin-right:10px;
}

.cab-top .carrinho_dropdown .produto p {
	margin-top:10px;
	display:block;
	width:auto;
	vertical-align:top;
	margin-right:0px;
	margin-bottom:30px;
}

.cab-top .carrinho_dropdown .produto > .pos {
	width:calc(100% - 105px);
	position:relative;
	vertical-align:top;
	height:100%;
	text-align:left;
}
.cab-top .carrinho_dropdown .produto > .pos > div {
	position:relative;
	left:0;
}

.cab-top .carrinho_dropdown .produto .valor {
	font-size:16px;
	position:absolute;
	right:0;
	bottom:0;
}
.cab-top .carrinho_dropdown .produto .valor_antes {
	font-size:14px;
	position:absolute;
	right:0;
	bottom:25px;
}




/***** A MINHA CONTA *****/

.conta .descricao1 {
	text-align:center;
	padding:55px;
}

.conta .descricao1 h3 {
	color: #231f20;
}

.conta > .container {
	padding:80px 0;
}

.conta > .container > .row > div {
	display:flex;
	padding:0 40px;
}

.conta .container > .row {
	margin:0;
}

.conta .icon {
	height:100%;
}

.conta .icon ~ div {
	margin-top:25px;
	padding-left:25px;
}
.conta .icon ~ div h3 {
	margin:0;
}

.conta .icon > div {
	height:60px;
	width:60px;
	background-color:#231f20;
	border-radius:60px;
	position:relative;
}
.conta .icon > div img {
	height:25px;
	position:absolute;
	top:0;bottom:0;
	left:0;right:0;
	margin:auto;
}

.conta a.btn {
	padding:15px 30px;
	background-color:#d5222c;
	font-size: 12px;
	font-weight:600;
	text-decoration:none;
	text-transform:uppercase;
	color:white;
	border-radius:0;
	margin-top:25px;
	
}
.conta a.btn:hover {
	text-decoration:none;
	color:white;
	background-color:#bd121b;
}

@media(max-width:767px) {
	.conta .descricao1 {
		text-align:left;
		padding:15px;
	}
	
	.conta .descricao1 h1 {
		font-size:60px;
	}
	
	.conta > .container {
		padding:30px 0;
	}
	
	.conta > .container > .row > div {
		display:block;
		padding:0 15px;
		margin-bottom:20px;
	}
	
	.conta .icon ~ div {
		padding-left:0;
	}
	
	.conta hr {
		border-top:2px solid #f4f5f7;
		margin:30px 15px;
	}
}

/***** FORMULÁRIOS *****/

.area_form .container > .container {
	width:542px;
}

.area_form {
	padding-top:45px;
	padding-bottom:80px;
	position:relative;
}

.area_form form {
	width:542px;
	padding:38px;
	background-color:#f8f9f9;
}

.area_form form h2 {
	margin-bottom:0px;
}

.area_form form h3 {
	margin-top:40px;
	margin-bottom:20px;
	font-size:18px;
}

.area_form form label {
	font-size:10.1px;
	display:block;
	text-transform:uppercase;
	line-height:1.5em;
}

.area_form form span {
	font-family:"Montserrat";
	color:#9b8183;
	font-size:10.1px;
	text-transform:uppercase;
	line-height:1.5em;
	font-weight:600;
}
.area_form form a {
	color:#231f20;
	text-decoration:none;
}

.area_form form input {
	color: #7b7b7b;
	font-size:13px;
	width:100%;
	border:none;
	background-color:white;
	padding:15px 18px;
	margin-bottom:20px;
	border:1px solid transparent;
	transition:border .2s ease-in-out
}
.area_form form input:focus {
	border:1px solid #d5222c;
	outline:none;
	box-shadow:none;
	transition:border .2s ease-in-out
}
.area_form form input::placeholder {
	color:#afaeae;
}

.area_form form input.pass_disc {
    -webkit-text-security: circle !important;
}

.area_form form input[type=checkbox] {
    display:none;
}
.area_form form input[type=checkbox] + label {
    background: #ffffff 50% 50%;
    height: 20px;
    width: 20px;
    display:inline-block;
    padding: 0px;
    border: #c0c0c0 solid 1px;
    font-size:11px;
	font-family:'Montserrat';
	text-transform:uppercase;
	font-weight:500;
	color:#8e8d8d;
	margin: 0 auto;
	vertical-align: middle;
	cursor:pointer;
	transition:all ease-in-out 1s;
	-moz-transition:all ease-in-out 1s;
	-webkit-transition:all ease-in-out 1s;
	margin-right:5px;
}
.area_form form input[type=checkbox]:checked + label {
	background: #ffffff url('../images/checkmark_red.png') 50% 50% no-repeat;
	background-size: 75%;
	transition:all ease-in-out .2s;
	-moz-transition:all ease-in-out .2s;
	-webkit-transition:all ease-in-out .2s;
	cursor:pointer;
}
.area_form form input[type=checkbox] + label + label {
	display:inline-block;
	cursor:pointer;
}


.area_form form input[type=radio] {
    display:none;
}
.area_form form input[type=radio] ~ div {
	position:relative;
	top:-23px;
	left:30px;
}
.area_form form input[type=radio] ~ div label {
	margin-right:30px;
	cursor:pointer;
}
.area_form form input[type=radio] + label {
    background-color: #ffffff;
	box-shadow:0px 0px 0px 5px white inset;
    height: 20px;
    width: 20px;
    display:inline-block;
    padding: 0px;
    border: 1px solid #dfdfdf;
	vertical-align: middle;
	cursor:pointer;
	transition:all ease-in-out .2s;
	-moz-transition:all ease-in-out .2s;
	-webkit-transition:all ease-in-out .2s;
	margin-top:0;
	margin-right:5px;
	margin-bottom:5px;
	border-radius:20px;
}
.area_form form input[type=radio]:checked + label {
	background-color: #d5222c;
}

.area_form form .row {
	margin:0 -20px;
}
.area_form form .row > div {
	padding:0 20px;
}

.area_form form select {
	width:100%;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
    background-color: white;
    border:none;
    padding:15px 18px;
	font-size:13px;
	color: #7b7b7b;
	border-radius:0;
	margin-bottom:20px;
	border:1px solid transparent;
	transition:border .2s ease-in-out
}

.area_form form select:focus {
	position:relative;
	border:1px solid #d5222c;
	outline:none;
	box-shadow:none;
	transition:border .2s ease-in-out;
}

.area_form form .custom-selecbox{
    position: relative;
    display: block;
}

.area_form form .custom-selecbox:after {
	height:0px;
	width:0px;
	content: ' ';
    border-top:6px solid #231f20;
	border-left:4px solid transparent;
	border-right:4px solid transparent;
	border-bottom:none;
	position:absolute;
	right:18px;
	top:20px;
}

.area_form form button {
	cursor:pointer;
    background-color: #d5222c;
    border: none;
    color: #f4f5f7;
	padding:15px 30px;
    margin-top: 35px;
	margin-bottom:13px;
    text-decoration: none;
	text-transform:uppercase;
    display: block;
    font-size: 11.7px;
	font-style:normal;
    line-height: 18px;
    vertical-align: middle;
    font-weight: 600;
	border-radius:0;
}
.area_form form button:hover {
	background-color:#bd121b;
}


.seta_retroceder {
	background-color:#fbe8e9;
	position:fixed;
	top:0;
	bottom:0;
	margin:auto;
	height:204px;
	width:87px;
	z-index:2;
}

.seta_retroceder .svg {
	position:absolute;
	width:40px;
	top:0;bottom:0;
	left:0;right:0;
	margin:auto;	
}
.seta_retroceder .svg path {
	fill:#d5222c;
}

.area_form .encomenda_resumo, .area_form .encomenda_resumo > div {
	margin:0;
	width:100%;
}

.area_form .encomenda_resumo a {
	text-align:center;
}

.area_form .morada_faturacao {
	display:none
}

@media(max-width:767px) {
	.area_form {
		padding:0;
	}
	
	.area_form > .container {
		padding:0;
	}
	
	.area_form > .container > .container {
		width:auto;
		padding:0;
		margin:0;
	}
	
	.area_form form {
		width:100%;
		padding:30px 15px;
	}
	
	.area_form form .row {
		margin:0 -5px;
	}
	.area_form form .row > div {
		padding:0 5px;
	}
	
	.area_form .encomenda_resumo {
		padding:30px;
	}

}

/***** AS MINHAS ENCOMENDAS *****/

.minhas_encomendas {
	background-color:#f8f9f9;
	padding:40px 35px;
	margin-bottom:80px;
	margin-top:50px;
}

.minhas_encomendas h2 {
	margin-bottom:45px;
}

.minhas_encomendas .row {
	margin:0 -10px;
	font-size:0px;
}

.minhas_encomendas .campos {
	width:12.5%;
	padding:10px;
	display:inline-block;
	vertical-align:middle;
}

.minhas_encomendas .campos span {
	display:block;
	font-size:10px;
	color:#a9a9a9;
	text-transform:uppercase;
	margin-bottom:10px;
}

.minhas_encomendas .campos label {
	display:block;
	font-size:11px;
	color:#231f20;
	margin-bottom:0px;
}
.minhas_encomendas .campos label.valor {
	font-size:16px;
}
.minhas_encomendas .campos label.entregue {
	color:#7cb60c;
}
.minhas_encomendas .campos label.pendente {
	color:#d5222c;
}
.minhas_encomendas a.btn {
	padding:10px 17px;
	background-color:#d5222c;
	font-size: 10px;
	font-weight:600;
	text-decoration:none;
	text-transform:uppercase;
	color:white;
	border-radius:0;
}
.minhas_encomendas a.btn:hover {
	background-color:#bd121b;
}

.minhas_encomendas .listagem_encomendas > .row {
	margin-bottom:10px;
}

.minhas_encomendas .listagem_encomendas > .row > div {
	background-color:white; 
	padding:20px 10px;
}

.minhas_encomendas .listagem_encomendas > .row .listagem_produtos {
	padding:0 100px; /*65px 100px - Original*/
	margin-top:1px;
	overflow:hidden;
	max-height:0;
	transition: all .2s ease-in-out;
	position:relative;
}

.listagem_produtos .produto {
	position:relative;
	font-size:0;
}

.listagem_produtos .produto .delete {
	position:absolute;
	cursor:pointer;
	top:-5px;
	left:-5px;
}
.listagem_produtos .produto .delete:hover {
	transform:scale(1.2)
}

.listagem_produtos .produto .delete img {
	height:20px;
}

.listagem_produtos .produto img {
	max-height:130px;
	max-width:130px;
	margin-right:1.5%;
}
.listagem_produtos .produto > img {
	border:2px solid #f4f5f7
}

.listagem_produtos .produto p {
	font-family:"Amatic SC";
	font-size:24px;
	line-height:1.15em;
	margin-top:0;
	color:#080808;
	display:inline-block;
	vertical-align:middle;
	margin-right:1.5%;
	width:18%;
}

.listagem_produtos .produto > .mobile {
	display:none;
	width:50%;
	margin:0;
	text-align:left;
	vertical-align:top;
}

.listagem_produtos .produto div {
	width:13%;
	text-align:center;
	display:inline-block;
	vertical-align:middle;
	text-transform:uppercase;
	font-size:13px;
	color:#7b7b7b;
	font-family:"Raleway";
	margin-right:1.5%;
}
.listagem_produtos .produto div:last-of-type {
	margin-right:0px;
}

.listagem_produtos .produto div span {
	font-family:"Montserrat";
	color:#a9a9a9;
	font-size:10.1px;
	display:block;
	font-weight:600;
}

.listagem_produtos .produto .valor {
	color:#080808;
	font-size:18px;
	font-weight:600;
}

.listagem_produtos .produto .valor_antes {
	color:#c1c1c1;
	font-size:18px;
	text-decoration:line-through;
	font-weight:600;
}

.listagem_produtos .produto select {
	width:100%;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
    background-color: #f6f6f8;
    border:none;
    padding:15px 18px;
	padding-right:36px;
	font-size:13px;
	color: #7b7b7b;
	border-radius:0;
	margin-bottom:20px;
	border:1px solid transparent;
	transition:border .2s ease-in-out
}

.listagem_produtos .produto select:focus {
	position:relative;
	outline:none;
	box-shadow:none;
	transition:border .2s ease-in-out;
}

.listagem_produtos .produto .custom-selecbox{
	margin-top:5px;
    position: relative;
    display: inline-block;
	width:auto;
}

.listagem_produtos .produto .custom-selecbox:after {
	height:0px;
	width:0px;
	content: ' ';
    border-top:6px solid #d5222c;
	border-left:4px solid transparent;
	border-right:4px solid transparent;
	border-bottom:none;
	position:absolute;
	right:16px;
	top:20px;
}

.listagem_produtos hr {
	border-top:2px solid #f4f5f7;
}

.listagem_produtos .fechar {
	position:absolute;
	right:50px;
	top:30px;
	cursor:pointer;
}

.listagem_produtos .fechar .svg {
	height:28px;
	width:28px;
}
.listagem_produtos .fechar .svg path {
	fill:#d5222c;
	stroke:#d5222c;
}

.listagem_produtos .empty {
	cursor:pointer;
    background-color: transparent;
    border: 2px solid #d5222c;
    color: #d5222c;
	padding:12px 30px;
    margin-top: 50px;
    text-align: center;
    text-decoration: none;
	text-transform:uppercase;
    display: inline-block;
    font-size: 10.3px;
	font-style:normal;
    line-height: 18px;
    vertical-align: middle;
    font-weight: 600;
}
.listagem_produtos .empty:hover {
	cursor:pointer;
    background-color: #d5222c;
    border: 2px solid #d5222c;
    color: #f4f5f7;
}

@media(max-width:767px) {
	.minhas_encomendas {
		padding:30px 15px;
		margin:0 -15px;
	}
	
	.minhas_encomendas h2 {
		margin-bottom:25px;
	}
	
	.minhas_encomendas .campos {
		display:block;
		width:auto;
		padding:0 10px;
		padding-bottom:5px;
		min-height:20px;
	}
	
	.minhas_encomendas .campos span {
		margin:0;
	}
	
	.minhas_encomendas .campos label.valor {
		margin-top:-4px;
		margin-bottom:-3px;
	}
	
	.minhas_encomendas .listagem_encomendas > .row .listagem_produtos {
		padding:0 20px; /*20px - Original Mobile*/
	}
	
	.listagem_produtos {
		margin-top:20px;
	}
	
	.listagem_produtos .produto p, .listagem_produtos .produto div {
		width:auto;
		text-align:left;
		display:block;
	}
	
	.listagem_produtos .produto div span {
		display:inline-block;
		margin-right:5px;
	}
	
	.listagem_produtos .produto .valor_antes {
		margin-top:33px;	
	}
	.listagem_produtos .produto .valor {
		font-size:22px;
	}
	
	.listagem_produtos .produto > div, .listagem_produtos .produto > img, .listagem_produtos .produto > p {
		display:none;
	}
	
	.listagem_produtos .produto > .mobile {
		display:inline-block;
	}
	
	.listagem_produtos .empty {
		margin-top:30px;
		padding:20px;
		width:100%;
	}
	
	.listagem_produtos .produto select {
		margin-bottom:8px;
	}
	
	.listagem_produtos .produto a {
		position:relative;
		cursor:pointer;
		top:auto;
		left:auto;
		width:130px;
		background-color: transparent;
		border: 2px solid #d5222c;
		color: #d5222c;
		padding:10px;
		margin-top: 10px;
		text-align: center;
		text-decoration: none;
		text-transform:uppercase;
		display: inline-block;
		font-size: 10.3px;
		font-style:normal;
		line-height: 18px;
		vertical-align: middle;
		font-weight: 600;
	}
	
	.listagem_produtos .produto .delete {
		position:relative;
		cursor:pointer;
		top:auto;
		left:auto;
		width:130px;
		background-color: #d5222c;
		color: white;
		padding:10px;
		margin-top: 10px;
		text-align: center;
		text-decoration: none;
		text-transform:uppercase;
		display: inline-block;
		font-size: 10.3px;
		font-style:normal;
		line-height: 18px;
		vertical-align: middle;
		font-weight: 600;
	}
}

/***** CARRINHO *****/

.carrinho_banner {
	background-image:url(../images/padrao_carrinho.png);
	background-position:center right;
	background-repeat:no-repeat;
}

.carrinho {
	display:table;
	margin-top:50px;
	margin-bottom:80px;
}

.carrinho > div {
	display:table-cell;
}
.carrinho > div > a {
	color:#d5222c;
}

.encomenda_resumo {
	flex-grow:1;
	width:270px;
	margin-left:55px;
	text-align:right;
	vertical-align:top;
}
.encomenda_resumo > div {
	padding:25px;
	display:inline-block;
	text-align:left;
	width:215px;
	border: 2px solid rgba(0,0,0,0.11);
	color:#676767;
	font-size:9px;
	font-style:italic;
}

.encomenda_resumo p {
	text-align:center;
	font-size:24px;
	font-family:"Amatic SC";
	letter-spacing:-0.2px;
	color: #080808;
	font-style:normal;
}

.encomenda_resumo span {
	display:inline-block;
	text-align:center;
	font-size:11px;
	color: #666565;
	margin-bottom:12px;
	font-style:normal;
}

.encomenda_resumo span a {
	color:#231f20;
	padding:0;
	background:none;
	display:inline;
	text-transform:none;
	font-style:normal;
}

.encomenda_resumo span.artigos {
	display:block;
	text-align:center;
	font-size:18px;
	font-family:"La Belle Aurore";
	color: #d5222c;
	margin-bottom:25px;
	font-style:normal;
}

.encomenda_resumo hr {
	margin-top:5px;
	margin-bottom:15px;
	border-top:2px solid #e3e3e3;
}

.encomenda_resumo label {
	font-weight:600;
	font-size:14px;
	color: #080808;
	text-transform:uppercase;
	font-style:normal;
}

.encomenda_resumo a, .area_form .promo_wrapper a.button {
	cursor:pointer;
    background-color: #d5222c;
    border: none;
    color: #f4f5f7;
	padding:12px 18px;
    margin-top: 15px;
	margin-bottom:13px;
    text-align: right;
    text-decoration: none;
	text-transform:uppercase;
    display: block;
    font-size: 10.1px;
	font-style:normal;
    line-height: 18px;
    vertical-align: middle;
    font-weight: 600;
}
.encomenda_resumo a.button:hover {
	background-color:#bd121b;
}
.encomenda_resumo a img {
	position: relative; 
    height: 20px;
    left: -6px;
    top: -2px;
}

.encomenda_resumo input[type=checkbox] {
    display:none;
}
.encomenda_resumo input[type=checkbox] + label {
    background: #ffffff 50% 50%;
    height: 20px;
    width: 20px;
    display:inline-block;
    padding: 0px;
    border: #c0c0c0 solid 1px;
    font-size:11px;
	font-family:'Montserrat';
	text-transform:uppercase;
	font-weight:500;
	color:#8e8d8d;
	margin: 0 auto;
	vertical-align: middle;
	cursor:pointer;
	transition:all ease-in-out 1s;
	-moz-transition:all ease-in-out 1s;
	-webkit-transition:all ease-in-out 1s;
	margin-right:5px;
}
.encomenda_resumo input[type=checkbox]:checked + label {
	background: #ffffff url('../images/checkmark_red.png') 50% 50% no-repeat;
	background-size: 75%;
	transition:all ease-in-out 1s;
	-moz-transition:all ease-in-out 1s;
	-webkit-transition:all ease-in-out 1s;
	cursor:pointer;
}
.encomenda_resumo input[type=checkbox] ~ span {
    display:inline;
	vertical-align:middle;
}

@media(max-width:767px) {
	.carrinho_banner {
		background-image:none;
		height:auto;
		padding:15px;
	}
	
	.carrinho {
		display:block;
		margin-top:20px;
		margin-bottom:30px;
	}
	
	.carrinho > div {
		display:block;
		text-align:center;
	}
	
	.encomenda_resumo {
		margin:0;
		margin-top:20px;
		width:auto;
	}
	
	.encomenda_resumo > div {
		width:100%;
	}
	
	.encomenda_resumo a {
		text-align:center;
	}
}

/***** LOGIN / REGISTAR *****/

.login_registar {
	margin-top:50px;
	margin-bottom:80px;
}

.login_registar > .container{
	padding:0 32px;
}

.login_registar > .container > .row {
	margin:0;
	display:flex;
}

.login_registar > .container > .row > div {
	padding:0 32px;
}

.login_registar .login {
	background-color:#f1dfe2;
	padding:35px;
	height:100%;
}

.login_registar .registar {
	background-color:rgba(35,31,32,0.05);
	padding:35px;
	height:100%;
}

.login_registar h2 {
	margin-bottom:30px;
}


.login_registar span {
	display:block;
	font-size:24px;
	font-family:"La Belle Aurore";
	color: #d5222c;
}

.login_registar form label {
	font-size:10.1px;
	display:block;
	text-transform:uppercase;
	line-height:1.5em;
}

.login_registar form span {
	font-family:"Montserrat";
	color:#9b8183;
	font-size:10.1px;
	display:block;
	text-transform:uppercase;
	line-height:1.5em;
	font-weight:600;
}
.login_registar form a {
	color:#231f20;
	text-decoration:none;
}

.login_registar form input {
	color: #7b7b7b;
	font-size:13px;
	width:100%;
	border:none;
	background-color:white;
	padding:15px 18px;
	margin-bottom:20px;
	border:1px solid transparent;
	transition:border .2s ease-in-out
}
.login_registar form input:focus {
	border:1px solid #d5222c;
	outline:none;
	box-shadow:none;
	transition:border .2s ease-in-out
}

.login_registar form button {
	cursor:pointer;
    background-color: #d5222c;
    border: none;
    color: #f4f5f7;
	padding:15px 30px;
    margin-top: 25px;
	margin-bottom:13px;
    text-align: right;
    text-decoration: none;
	text-transform:uppercase;
    display: block;
    font-size: 11.7px;
	font-style:normal;
    line-height: 18px;
    vertical-align: middle;
    font-weight: 600;
	border-radius:0;
}
.login_registar form button:hover {
	background-color:#bd121b;
}

@media(max-width:767px) {
	.login_registar {
		margin-top:0px;
		margin-bottom:0px;
	}
	
	.login_registar > .container{
		padding:0;
	}
	
	.login_registar > .container > .row {
		display:block;
	}
	
	.login_registar > .container > .row > div {
		padding:0;
		margin-bottom:15px;
	}
	.login_registar > .container > .row > div:last-of-type {
		margin-bottom:0;
	}
	
	.login_registar .login, .login_registar .registar {
		padding:35px 15px;
	}
}

/***** PÁGINA OBRIGADO *****/

.obrigado {
	background-color:#f7f7f7;
	padding:100px 0;
	text-align:center;
}

.obrigado > .container > .container {
	width:805px;
}

.obrigado p {
	color:#080808;
	font-size:15px;
	font-weight:400;
	margin-top:50px;
	margin-bottom:70px;
}

.obrigado .row > div:first-of-type {
	text-align:right;
}
.obrigado .row > div:last-of-type {
	text-align:left;
}

.obrigado img {
	width:170px;
}

.obrigado span {
	font-size:12px;
	color:#080808;
	text-transform:uppercase;
	display:block;
	line-height:2em;
	font-weight:600;
}

.obrigado a {
	cursor:pointer;
    background-color: #d5222c;
    border: none;
    color: #f4f5f7;
	padding:12px 30px;
    margin-top: 75px;
    text-decoration: none;
	text-transform:uppercase;
    display: inline-block;
    font-size: 10.1px;
	font-style:normal;
    line-height: 18px;
    vertical-align: middle;
    font-weight: 600;
}

@media(max-width:991px) {
	.obrigado {
		padding:30px 0;
	}
}

@media(max-width:767px) {
	.obrigado > .container > .container {
		width:auto;
		padding:0;
		margin:0;
	}
	
	.obrigado p {
		margin-top:30px;
		margin-bottom:45px;
	}			
	
	.obrigado a {
		margin-top: 35px;
	}
	
	.obrigado .row > div:first-of-type, .obrigado .row > div:last-of-type {
		text-align:center;
		margin-bottom:20px;
	}
}


/****************************************/
/********** CODIGO PROMOCIONAL **********/
/****************************************/

.area_form .promo_wrapper {
	position:relative;
}

.area_form .promo_wrapper a.button {
	position:absolute;
	top:0;
	right:0;
	margin:0;
	padding:16px 20px;
}

.area_form .promo_wrapper input {
	text-transform:uppercase;
	margin-bottom:10px;
}
.area_form .promo_wrapper input[disabled], .area_form .promo_wrapper input[disabled] + a {
	opacity:.5;
	pointer-events:none;
}

.area_form .promo_wrapper p {
	margin:0;
	font-size:12px;
    letter-spacing: -.04em;
	padding-left:23px;
	position:relative;
	display:none;
}
.area_form .promo_wrapper p span {
	font-size:inherit;
	font-weight:600;
	text-transform: uppercase;
}
.area_form .promo_wrapper p.valid, .area_form .promo_wrapper p.invalid {
	display:block;
}
.area_form .promo_wrapper p.valid span {
	color:#1cab6d;
}
.area_form .promo_wrapper p.invalid span {
	color:#af2627;
}

.area_form .promo_wrapper p a {
	cursor:pointer;
}

.area_form .promo_wrapper p::before {
	font-family:"FontAwesome";
	font-size:17px;
	position:absolute;
	top:0; left:0;
	line-height:1;
}
.area_form .promo_wrapper p.valid::before {
	content:"\f058";
	color:#1cab6d;
}
.area_form .promo_wrapper p.invalid::before {
	content:"\f057";
	color:#af2627;
}