
:root {

    --text-footer-color: white;
	--background-footer-color: black;
}

.footer-wrap {
	background: var(--background-footer-color);
    padding-top: 30px;
    background-size: cover;
}

.footer-wrap h3 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.footer-wrap p {
    font-size: 14px;
    line-height: 24px;
    color: #b3b3b3;
    margin-top: 15px;
}

.footer-wrap p a {
    color: #fff;
    text-decoration: underline;
    font-style: italic;
}

.footer-wrap p a:hover {
    text-decoration: none;
    color: #ff7800;
}

.footer-links li a {
    font-size: 14px;
    line-height: 26px;
    color: var(--text-footer-color) !important;
    text-decoration: none;
}


.footer-links li:before {
   /* content: "\f105";
    font-family: 'FontAwesome';*/
    padding-right: 10px;
    color: var(--text-footer-color) !important;
}

.footer-category li a {
    font-size: 14px;
    line-height: 26px;
    color: var(--text-footer-color) !important;
    text-decoration: none;
}
a:hover {
    
    color: var(--text-footer-color) !important;
    text-decoration: none;
}

.footer-category li:before {
   /* content: "\f105";
    font-family: 'FontAwesome';*/
    padding-right: 10px;
    color:var(--text-footer-color);
}

.address, .telefono, .horario, .mail {
    
    color: var(--text-footer-color);
    font-size: 14px;
    position: relative;
    padding-left: 30px;
    line-height: 30px;
}

.address > a, .telefono > a, .horario > a, .mail > a {
	color: var(--text-footer-color);
}

.iconFooter{
	    position: absolute;
    left: 0;
    top: 0.5rem;
}

.info a {
 
    color: var(--text-footer-color);
    font-size: 14px;
    line-height: 30px;
    font-weight: normal;
}

.info a {

    color: #b3b3b3;
    font-size: 14px;
    line-height: 30px;
    font-weight: normal;
}

.copyright {
    border-top: 1px solid var(--text-footer-color);
    font-size: 14px;
    color: var(--text-footer-color);
    margin-top: 25px;
    padding-top: 10px;
    text-align: center;
    padding-bottom: 10px;
}

.footer-logo{
	height: auto;
	width: 200px;
}
/* End section Fotrer */