footer {
   
	width: 100%;
	height: auto;
	padding: 0px;
    margin: auto;
	margin-top: 20px;
   
}

.logo1{
	
	width: 100%;
	max-width: 150px;
    margin: auto;
    

}


.logo1 img{
	width: 100%;
	
	max-width: 150px;
	height:auto;

}

.redes{
	
	width: 100%;
	max-width: 150px;
    margin: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size:20px;
    

}

.redes a{
	
	color: #BBBBBB;
	text-decoration:none;
	transition: all 1s;

}

.redes a:hover{
	
	color: #F17D00;
	text-decoration:none;
	

}

.linea{
	
	width: 100%;
	max-width: 1100px;
	display:flex;
	height: auto;
    margin: auto;
	margin-bottom:30px;
    border-bottom: 2px solid #F17D00;
}

.derechos{
	
	width: 100%;
	max-width: 1100px;
    margin: auto;
    display: flex;
	justify-content:space-between;
    margin-bottom: 10px;

}


.derechos1{
	
	width: 100%;
	max-width: 300px;
    margin: auto;


}


p1{
	

    font-family: 'Days One', san-serif;
	color:#BBBBBB;
	font-size: 15px;
}



.derechos2{
	
	width: 100%;
	max-with:300px;
	margin: auto;
	text-align: right;
	


}

.copy1  {

	font-size: 15px;
    color: #CCCCCC;
	font-family: 'Days One', san-serif;
	text-decoration:none;
	list-style: none;
	
	text-align: center;
}


.copy1 a {
	
	font-size: 15px;
    color: #CCCCCC;
	font-family: 'Days One', san-serif;
	text-decoration:none;
	list-style: none;
	
}





.copy2 {

	font-size: 15px;
    color: #9C3;
	font-family: 'Days One', san-serif;
	text-decoration:none;
	list-style: none;
	
	text-align: center;
}

.copy2 a {
	font-size: 15px;
	color: #9C3;
	font-family: 'Days One', san-serif;
	text-decoration:none;
	list-style: none;
	padding-left: 5px;	
}

@media (max-width:1023px) {

.linea{
	
	width: 100%;
	display:flex;
	height: auto;
    margin: auto;
	padding: 10px;

	margin-bottom:30px;
    border-bottom: 2px solid #F17D00;
}
	
.derechos{
	

	display: flex;
    flex-wrap: wrap;
	justify-content:center;
	padding-left: 10px;
	padding-right: 10px;

}	
	
.derechos1{
	
text-align: center;


}	
	
	
.derechos2{
	
text-align: center;


}	
	
	
}
