/* CSS Document */


/* -------------------------------------------- */
/* ------------------ FOOTER ------------------ */
/* -------------------------------------------- */


footer {
    background-color: #000;
    text-align: center;
    padding-top: 30px;  
    padding-bottom: 10px;	
}

.footer-redes {
    display: block;
    color: white;        
    background-color: black; 
    border-bottom: solid #000 2px;    
    margin-top: 5px;
}


.footer-logo {
    display: inline-block;    
    text-align: center;
    font-size: 1.15rem;
    font-weight: 700;    
    letter-spacing: 0px;
    color: white;    
}

.footer-sub-logo {
    display: block;    
    text-align: center;
/*    font-size: 14px;*/
    letter-spacing: 0.07em;
    font-weight: 400;     
	font-style: italic;
	font-family: "Perpetua-bold", "Open Sans", sans-serif;
	font-size: 1.05rem;
	transform: scaleY(1.2);
	margin-top: 5px;
}

.footer-email a {   
    font-size: .9rem;
    letter-spacing: 1px;
	
}

.footer-email a:hover {    
    color: var(--amarillo);
}

.footer-copy {
	font-size: 12px;
	text-align: right;
	color: #83807F;
	margin-top: 30px;
/*	margin-right: 10px;*/	
}

.footer-copy a {	
	color: #83807F;
}

.footer-copy a:hover {	
	text-decoration: underline;
}

