
		.redes{
			margin-top:25px;
			font-size:10px;
			text-align:center;
			color:#474747;
			font-weight: normal;
		}
        .social-buttons {
            display: flex;
            gap: 15px;
            margin-bottom: 20px;
			justify-content: center; 
			align-items: center;
        }
		
		.social-buttons a {
			text-align: center;
		}

        .social-buttons img {
            display: inline-block;
            width: 20px;
            height: 20px;
            text-align: center;
            transition: background 0.3s;
        }
        .contact-button {
            display: inline-block;
            padding: 12px 40px;
            background-color: #e7e7e8;
            color: #474747;
            text-decoration: none;
            font-size: 12px;
            border-radius: 30px;
            transition: background 0.3s;
        }

        .contact-button:hover {
            background-color: #b2b2b2;
        }
		