.footer {
    background: #f85c5c; /* rosa clarinho */
    padding: 50px 0 20px;
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    
}

.footer-container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 40px;
}

.footer-col h3,
.footer-col h4 {
    color: #a72c2c;
    margin-bottom: 15px;
    font-weight: 600;
}

.footer-col p,
.footer-col li a {
    font-size: 14px;
    line-height: 1.6;
}

.footer-col ul {
    list-style: none;
    padding: 0;
}

.footer-col ul li {
    margin: 8px 0;
}

.footer-col ul li a {
    text-decoration: none;
    color: #ffffff;
    transition: 0.3s;
}

.footer-col ul li a:hover {
    color: #63263f;
    text-decoration: underline;
}

.social a {
    margin-right: 12px;
    font-size: 20px;
    color: #ffffff;
    transition: 0.3s;
}

.social a:hover {
    transform: scale(1.2);
}

.footer-bottom {
    text-align: center;
    margin-top: 35px;
    padding-top: 15px;
    border-top: 1px solid #ffcee8;
}

.footer-bottom p {
    font-size: 13px;
    color: #ffffff;
}
