.footer{

margin-top:80px;
background:#111;
color:white;

}

.footer-container{

width:90%;
max-width:1200px;
margin:auto;

display:flex;
justify-content:space-between;
align-items:center;

padding:25px 0;

}

.footer-text{

font-size:14px;
color:#ccc;

}

/* ICONOS */

.social-icons{

display:flex;
gap:20px;

}

.social-icons a{

color:white;
font-size:20px;

transition:0.3s;

}

/* HOVER */

.social-icons a:hover{

color:#f25c05;
transform:scale(1.2);

}