﻿body{
	font-family: 'PT Sans', sans-serif; /*Personalizado*/

}
/*FOOTER SIN IMAGEN DE FONDO
#footer{
	width:80%;
	padding-left:10%;
	padding-right:10%;
	height:auto;
	margin:0%;
	background-color:#d065d7; /*Personalizado
	border-top:0px;
	border-top-color:#dcb3e4; /*Personalizado
	border-top-style:solid;
	float:left;
	bottom:0;
	margin-top:0px;
	padding-top:20px;
	padding-bottom:30px;

	
}*/
/*FOOTER CON IMAGEN DE FONDO*/
#footer{
	width:80%;
	padding-left:10%;
	padding-right:10%;
	height:auto;
	margin:0%;
	background-color:#682f7c; /*Personalizado*/
	border-top:0px;
	border-top-color:#333; /*Personalizado*/
	border-top-style:solid;
	float:left;
	bottom:0;
	margin-top:0px;
	/*background-image:url(../jpg/fondo-footer.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;*/
	padding-top:20px;
	padding-bottom:5px;
	
}
#footer a{
	text-decoration:none;
}
#footer-logo{
	float:left;
	height:70px;
	width:140px;
	background-image:url(../jpg/logo-footer.png);
	background-position:left top;
	background-repeat:no-repeat;
	opacity:0.8;
	
}
#footer-seo{
	float:left;
	width:50%;
	text-align:left;
	clear:left;
	color:#CCC;
	/*visibility:hidden;
	display:none;*/
	
	font-family: 'Noticia Text', serif;
	font-size:13px;
	
}
#footer-seo table font{
	font-size:12px;
	line-height:16px;
	
}
#cod-afip{
	float:right;
	width:63px;
	height:76px;
	/*clear:left;*/
	background-color:#09F;
	margin-top:15px;
	
}

#footer-contacto{
	float:right;
	height:auto;
	width:30%;
	text-align:left;

}
#footer-contacto h1{
	color:#fff;
	font-size:14px;
	padding-bottom:10px;
	width:100%;
	text-align:center;
	border-bottom:2px;
	border-bottom-color:#602377;
	border-bottom-style:solid;
	margin-bottom:10px;
	font-weight:700;
	font-family: 'Noticia Text', serif;

}
#footer-telefono{
	float:left;
	height:30px;
	font-size:12px;
	color:#fff; /*Personalizado*/
	width:100%;
	margin-left:0px;
	padding-left:0px;
	display:table;
	
	font-weight:400;
	font-family: 'Noticia Text', serif;
	text-transform:uppercase;

	
}
#footer-telefono p, #footer-direccion p{
	width:100%;
	display: table-cell;
    vertical-align: middle;

	
}
#footer-direccion{
	float:left;
	height:30px;
	font-size:12px;
	color:#fff; /*Personalizado*/
	width:100%;
	margin-left:0px;
	padding-left:0px;
	display:table;
	
	font-weight:400;
	font-family: 'Noticia Text', serif;
	text-transform:uppercase;
	
}
#footer-email{
	float:left;
	height:30px;
	font-size:11px;
	color:#fff; /*Personalizado*/
	width:100%;
	line-height:30px;
	margin-left:0px;
	padding-left:0px;
	margin-bottom:15px;
	text-align:left;
	
}
#footer-dlc{
	float:left;
	clear:left;
	color:#fff;
	height:50px;
	line-height:50px;
	border-top:1px;
	border-top-color:#999;
	border-top-style:solid;
	width:100%;
	font-size:12px;
	opacity:0.7;
	clear:left;
	margin-top:30px;
	text-align:center;
	text-transform:uppercase;

}
#footer-dlc img{
	opacity:0.5;
	vertical-align:middle;
	line-height:50px;
	-webkit-transition:  all .5s ease;
	-moz-transition:  all .5s ease;
	-o-transition:  all .5s ease;
	transition: all .5s ease;
}
#footer-dlc img.logo-negro{
	visibility:hidden;
	display:none;
	
}
#footer-dlc img.logo-blanco{
	visibility:visible;

	
}
#footer-dlc:hover img{
	opacity:0.8;
	-webkit-transition:  all .5s ease;
	-moz-transition:  all .5s ease;
	-o-transition:  all .5s ease;
	transition: all .5s ease;
}
#footer-redsocial{
	float:left;
	height:auto;
	margin-top:15px;
	height:76px;
	line-height:76px;

}
#footer-redsocial a{
	float:left;
	clear:none;

}
#footer-facebook, #footer-twitter, #footer-instagram, #footer-store{
	float:left;
	margin-left:5px;
	cursor:pointer;

}

/*
    MEDIA QUERY
*/
@media (max-width: 1000px) {	
#footer{
	width:90%;
	padding-left:5%;
	padding-right:5%;
	margin:0%;
	float:left;
	
}
#footer-seo{
	width:50%;
	
}

#footer-contacto{
	width:40%;

}
}
@media (max-width: 768px) {

#footer-contacto{
	width:100%;

}
#footer-seo{
	width:100%;
	margin-top:20px;
	
}
#footer-logo{
	width:100%;
	background-position:center center;

	
}
}
@media (max-width: 400px) {
#footer-contacto{
	width:98%;

}

#footer{
	width:90%;
	padding-left:5%;
	padding-right:5%;
	margin:0;
	float:left;
	padding-bottom:35px;
	
}
}

