#mc_embed_signup{
	background-color: #4ba55e; 
	clear:left; 
	font:14px Helvetica,Arial,sans-serif;  
    width: 100%;

}
#mc_embed_signup_scroll{
	margin:0;
	padding: 25px 0;
}
#mc_embed_signup_scroll > .titulo{
	background-color: #333;
	color:#fff;
	line-height: 35px;
	text-align: center;
}
#lista > ul{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    margin: 0 auto;
    width: 100%;
    max-width: 302px;
}
#lista > ul > li{ 
    list-style-type: none;
    padding-right: 0;
    width: 100%;
}
.mc-field-group{
	float: left;
    width: 100%;
 
    min-width: 280px;
}
.clear input{
	background-color: #333;
	border: solid #737171 2px;
	width: 180px;
	line-height: 39px;    
	font-family: "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #fff !important;
	float: right;
	margin-right: 20px;
	margin-left: 250px;
}
.clear input:hover{
	background-color: #111;
	border: solid #737171 2px;
	width: 180px;
	line-height: 39px;    
	font-family: "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #8CC63F !important;
	float: right;
	margin-right: 20px;
	margin-left: 250px;
}
.clear input:active{   
	-webkit-box-shadow:  0px 0px 1px 0px rgba(255,255,255,0.3), 0px 2px 0px 0px #333, 0px 4px 3px #999;
    -moz-box-shadow:  0px 0px 1px 0px rgba(255,255,255,0.3), 0px 2px 0px 0px #333, 0px 4px 3px #999;
    box-shadow:  0px 0px 1px 0px rgba(255,255,255,0.3), 0px 2px 0px 0px #333, 0px 4px 3px #999;
    width: 180px;
    line-height: 39px;    
    font-family: "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
    font-size: 14px;
    font-weight: bolder;
    color: #8CC63F !important;
    float: right;
    margin-right: 20px;
    margin-left: 250px;
}
.indicates-required{
	float: right;
}
.mce_inline_error{
	/*background-color: #9dff00!important;*/
	color:#ff4f44 ;
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 2.2rem;
	transition: all 0.4s ease;
}

.mce_inline_error:hover{
	color:#43d87E;
}

.mc-field-group input{
	/*background-color: #9dff00!important;*/

	color:#111 !important;
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 2.2rem;
	transition: all 0.4s ease;
}



#mce-success-response {
	/*background-color: #8CC63F;*/
	/*position: absolute;
	width: 439px;
	height: 548px;
	text-align: center;
	padding: 111px 50px 0 50px;
	margin-top: -513px;
	color: #333;
	font-weight: bold;
	font-size: 16px;*/
	color: #333 ! important;
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 2.2rem;
	transition: all 0.4s ease;
}

#mce-error-response{
	color:#ff4f44!important;
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 2.2rem;
	transition: all 0.4s ease;
}


.huincha{
	width:100%;
	text-align:center;
	padding-top:.5rem!important;
	padding-bottom:.5rem!important;
	display: flex;
	justify-content:center;
	align-items:center;
	box-sizing:border-box;
	background-color:#000000
}

@media (min-width: 1024px) {
	.huincha{
		display: block;
		z-index: 500;
		position: fixed;
		top: 0;
	}
}

.huincha img{
	max-width:100%;
	padding:0 10px
}

.product-bg__link {
    background: transparent;
    height: 100%;
    left: 0;
    opacity: .1;
    position: absolute;
    top: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    opacity: 0;
    width: 100%
}

.product-bg__link:hover {
    background: var(--color-black);
    opacity: 0.25;
}

.featured-product__link {
  background: transparent;
  height: 100%;
  left: 0;
  opacity: .1;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 100%;
}

.featured-product__link:hover {
  background: var(--color-black);
  opacity: 0.25;
}