@charset "utf-8";
/* CSS Document */

footer .contenedor {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-bottom: 25px;
	padding-top: 25px;
}

.copy {
	font-size: 13px;
	letter-spacing: 0.1em;
	padding-top: 10px;
}

.sociales {
    width: 100%;
    text-align: center;
    font-size: 28px;
}

.sociales a {
    color: #333;
    text-decoration: none;
}

.copyr {
	width: 100%;
	text-align: center;
	font-size: 12px;
	letter-spacing: 0.3em;
	}


@media (min-width:480px) {
    .info-pet {
        width: 40%;
    }
}

@media (min-width:1024px) {
    .info-pet {
        width: auto;
    }
}

@media (min-width:768px) { 
    .sociales {
        width: auto;
    }
    
    footer .contenedor {
        justify-content: space-between;
    }	
}

.info-pet {
    margin: 20px;
}

.info-pet img {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 3px solid #fff;
}

.info-pet img:hover {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 3px solid #fff;
	cursor: pointer;
}
.footer {
	color: #CFCFCF;
	font-style: normal;
	font-size: 16px;
	text-indent: 0px;
	letter-spacing: 2px;
	
}
