.footer-rownet{
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: 2;
}

.footer-rownet .btn-masinfo{
	float: none;
	text-transform: lowercase;
	font-size: 12px;
	font-weight: 600;
	color: #000;
	background-color: #cecece;
	padding-right: 35px;
	padding-left: 35px;
	border-radius: 5px 5px 0 0;
	border: none;
}

.footer-rownet .btn-masinfo:hover{
	background-color: #b0b0b0;
}

.footer-rownet .btn-masinfo:first-letter{
	text-transform: uppercase;
}

.footer-rownet .btn-masinfo:after{
	content: '\f077';
	font-family: FontAwesome;
	margin-left: 5px;
	font-size: 12px;
	font-weight: 700;
	line-height: 18px;
	vertical-align: bottom;
}

.footer-rownet .items-footer{
	background-color: #cecece;
	padding: 10px 0 20px;
	border-bottom: 1px solid #bebebe;
}

.footer-rownet .items-footer  span.catego-list{
	font-weight: 600;
	font-size: 14px;
	color: #000;
}

.footer-rownet .items-footer ul.list {
	margin: 0;
	margin: 12px 0;
}

.footer-rownet .items-footer ul.list li{
	list-style-type: none;
	line-height: 18px;
}

.footer-rownet .items-footer ul.list li a{
	font-size: 13px;
	color: #727272;
}

.footer-rownet .items-footer ul.list li a:hover{
	opacity: .5;
}

.footer-rownet .items-footer .menu_item .ingresaEmail{
	min-height: 65px;
}

.footer-rownet .items-footer .menu_item .ingresaEmail #MensajesErrores{
	font-size: 13px;	
	color: #333;
}

.footer-rownet .items-footer .menu_item .ingresaEmail form{
    position: relative;
    display: block;
    background-color: #FFF;
    border-radius: 3px;
    margin-top: 12px;
    margin-left: 0 !important;
    padding-left: 10px;
}

.footer-rownet .items-footer .menu_item .ingresaEmail form input.mail{
    border: none;
    background-color: transparent;
    line-height: 1.5em;
    height: 40px;
	width: 100%;
}

.footer-rownet .items-footer .menu_item .ingresaEmail form .wrapper-i:before {
    font-family: FontAwesome;
    content: '\f054';
    position: absolute;
    height: 40px;
    line-height: 43px;
    z-index: 0;
    right: 10px;
    color: #80d25a;
    font-size: 25px;
}

.footer-rownet .items-footer .menu_item .ingresaEmail form .wrapper-i:hover:before{
	opacity: .5;
}

.footer-rownet .items-footer .menu_item .ingresaEmail form input.btn-enviar{
    border: none;
    background: none;
    padding: 0;
    padding: .5rem;
    line-height: 1.5em;
    height: 40px;
    cursor: pointer;
    z-index: 1;
    width: 100%;
    position: absolute;
    right: 0;
}


.footer-rownet .items-footer .ico-redessociales{
	max-width: 30px;
	width: 100%;
	float: left;
	margin: 20px 15px 0 0;
}

.footer-rownet .items-footer .ico-redessociales a svg{
	fill: #999;
	transition: all .3s;
}

.footer-rownet .items-footer .ico-redessociales a:hover svg{
	fill: #333;
}


.footer-rownet .items-footer .ico-footer{
	margin-left: 5px;
	max-height: 35px;
	float: right;
}

.footer-rownet .items-footer .ico-footer img{
	height: -webkit-fill-available;
	mix-blend-mode: darken;
}


.footer-rownet .items-footer .footer-copyright p{
	font-size: 12px;
	color: #808080;
	margin-bottom: 0;
}

.footer-rownet .items-footer .footer-links{
	margin-bottom: 20px;
}

.footer-rownet .items-footer .footer-links a{
	color: #333;
	font-size: 13px;
	margin-right: 50px;
	font-weight: 500;
}

.footer-rownet .items-footer .footer-links a:hover{
	opacity: .5;
}