/* Estilos modernos para o rodapé */
.modern-footer {
    position: relative;
    background: linear-gradient(135deg, #1a3c16 0%, #234c1d 100%);
    color: #fff;
    border-top: 5px solid rgba(178, 212, 84, 0.7);
    overflow: hidden;
    padding: 80px 0 30px;
}

.footer-wave-top {
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.footer-wave-top svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 90px;
}

.footer-wave-top .wave-fill {
    fill: #FFFFFF;
}

.modern-footer::before {
    content: "RECICLAR";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 18rem;
    font-weight: 900;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.02);
    pointer-events: none;
    line-height: 1;
    text-align: center;
}

.footer-shape {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 0;
    pointer-events: none;
}

.footer-tree {
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
}

.footer-tree-1 {
    width: 150px;
    height: 250px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 160"><path d="M50,10 C65,25 75,45 50,60 C75,70 85,90 50,110 C70,120 80,140 50,160 L50,10 Z" fill="%23b2d454" opacity="0.1"/></svg>');
    top: 5%;
    right: 5%;
}

.footer-tree-2 {
    width: 120px;
    height: 200px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 160"><path d="M50,10 C35,25 25,45 50,60 C25,70 15,90 50,110 C30,120 20,140 50,160 L50,10 Z" fill="%23b2d454" opacity="0.1"/></svg>');
    bottom: 5%;
    left: 5%;
}

.footer-leaf {
    position: absolute;
    width: 80px;
    height: 80px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M20,50 C20,25 40,5 70,10 C80,40 70,80 40,80 C25,80 20,65 20,50 Z" fill="%23b2d454" opacity="0.1"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
}

.footer-leaf-1 {
    top: 20%;
    left: 15%;
    transform: rotate(45deg);
}

.footer-leaf-2 {
    bottom: 30%;
    right: 10%;
    transform: rotate(-30deg);
}

.footer-top {
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
}

.footer-info {
    margin-bottom: 30px;
}

.footer-logo-wrapper {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-logo {
    max-width: 200px;
    height: auto;
    display: block;
    margin-bottom: 15px;
}

.footer-tagline {
    display: block;
    font-size: 0.85rem;
    color: #e05e30;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.footer-about {
    font-size: 0.95rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 30px;
    position: relative;
    padding-left: 15px;
    border-left: 3px solid #e05e30;
}

.footer-heading {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 25px;
    padding-bottom: 15px;
    position: relative;
}

.footer-heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: #e05e30;
    border-radius: 3px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}

.footer-links li {
    position: relative;
    padding-left: 0;
    margin-bottom: 12px;
    transition: all 0.3s ease;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    font-weight: 400;
    font-size: 1rem;
    transition: all 0.3s ease;
    display: inline-block;
    padding: 3px 0;
}

.footer-links a:hover {
    color: #e05e30;
    transform: translateX(5px);
}

.footer-links a::before {
    content: '→';
    margin-right: 8px;
    color: #e05e30;
    opacity: 0;
    transform: translateX(-10px);
    display: inline-block;
    transition: all 0.3s ease;
}

.footer-links a:hover::before {
    opacity: 1;
    transform: translateX(0);
}

.footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 25px;
}

.social-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background-color: rgba(255, 255, 255, 0.08);
    color: white;
    border-radius: 50%;
    font-size: 1.1rem;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.social-btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(178, 212, 84, 1) 0%, rgba(178, 212, 84, 0.7) 100%);
    transition: all 0.5s ease;
    opacity: 0;
    z-index: -1;
}

.social-btn:hover {
    color: #ffffff;
    transform: translateY(-7px) scale(1.1);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.25);
    border-color: transparent;
}

.social-btn:hover:before {
    opacity: 1;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.contact-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(178, 212, 84, 0.2);
    border-radius: 50%;
    margin-right: 15px;
    flex-shrink: 0;
    color: #b2d454;
    transition: all 0.3s ease;
}

.contact-text {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.85);
}

.contact-text a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    transition: all 0.3s ease;
}

.contact-text a:hover {
    color: #b2d454;
}

.contact-item:hover .contact-icon {
    background-color: #b2d454;
    color: #234c1d;
}

.footer-bottom {
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.footer-bottom-links {
    font-size: 0.9rem;
}
.copyright {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.footer-bottom-links {
    font-size: 0.9rem;
}

.footer-bottom-links a {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.footer-bottom-links {
    font-size: 0.9rem;
}

.footer-bottom-links a {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.footer-bottom-links {
    font-size: 0.9rem;
    content: '';
    position: absolute;
    content: '';
    position: absolute;
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -5px;    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -5px;    width: 0;
    height: 2px;
    bottom: -5px;    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -5px;    width: 0;
    height: 2px;
}

.footer-bottom-lin { {ks a:hover}
width: 100%
.100%bsolute;
  2px;
    bottom: -5px;}

.footer-bottom-lin { {ks a {
 
.copyright {
    font-size: 0.9rem;
    color: rgba(25 {5, 255, 255, 0.7);
}tom-links {
    font-size: 0.9rem;
}

.

.copyright {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.footer-bottom-links {
    font-size: 0.9rem;
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
}

.footer-bottom-links a:hover}
width: 100%
.100%bsolute;
  2px;
    bottom: -5px;}

.footer-bottom-links a {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright {
    font-size: 0.9rem;
    color: rgba(25 { {5, 255, 255, 0.7);
}

.footer-bottom-links {
    font-size: 0.9rem;
}

.footer-bottom-links a {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.footer-bottom-links {
    font-size: 0.9rem;
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
}

.footer-bottom-links a:hover}
width: 100%
.100%bsolute;
  2px;
    bottom: -5px;}

.footer-bottom-links a {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright {
    font-size: 0.9rem;
    color: rgba(25 { {5, 255, 255, 0.7);
}

.footer-bottom-links {
    font-size: 0.9rem;
}
}

.copyright {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.footer-bottom-links {
    font-size: 0.9rem;
}
.footer-bottom-links a {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
}

.footer-bottom-links a:hover    bott   content: '';
    width: 100%bsolute;
  2px;
    bottom: -5px;}

.copyright {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.footer-bottom-links {
    font-size: 0.9rem;
} { { {

.footer-bottom-links a {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.footer-bottom-links {
    font-size: 0.9rem;
}

    content: '';
    position: absolute;
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
}

.footer-bottom-links a:hover    bott   width: 0;
    width: 100%;
}
.footer-bottom-links a:hover}
width: 100%
.100%bsolute;
  2px;
    bottom: -5px;.footer-bottom-links a {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright {
    font-size: 0.9 { {rem;
    color: rgba(255, 255, 255, 0.7);
}
 {
.footer-bottom-links {
    font-size: 0.9rem;
}
 n: absolute;
    width: 0;
 
.footer-bottom-links a:hover    bott   content: '';
    width: 100%bsolute;
  2px;
    bottom: -5px;.footer-bottom-links a {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.footer-bottom-lin { { {ks {
    font-size: 0.9rem;
}
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
}

.footer-bottom-links a:hover}
width: 100%
.100%bsolute;
  2px;
    bottom: -5px;.footer-bottom-links a {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}
 {
.footer-bottom-links {
    font-size: 0.9rem;
}

.footer-bottom-links a {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.copyright {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.footer-bottom-links {
    font-size: 0.9rem;
}
.footer-bottom-links a {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
}

.footer-bottom-links a:hover    bott   content: '';
    width: 100%bsolute;
  2px;
    bottom: -5px;    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.footer-bottom-links {
    font-size: 0.9 { {rem;
}
    content: '';
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
}
.footer-bottom-links a:hover    bott   content: '';
    width: 100%bsolute;
  2px;
    bottom: -5px;    position: absolute;
    width: 0;
    height: 2px;
}

.footer-bottom-links a:hover    bott   content: '';
    width: 100%bsolute;
  2px;
    bottom: -5px;.footer-bottom-links a {
    color: rgba(25 { {5, 255, 255, 0.7);
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-bottom-links a {
    position: relative;
}
.footer-bottom-links a:hover {
    color: #fff;


    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}rgba(255, 255, 255, 0.7);

    transition: all 0.3s ease;
}

.footer-bottom-links a {
    position: relative;
}
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
}

.footer-bottom-links a:hover}
width: 100%
.100%bsolute;
  2px;
    bottom: -5px;
.footer-bottom-links a:hover {
    color: #fff;
    font-size: 0.9rem;
}

.footer-bottom-links a:hover}

.footer-bottom-lin { {ks a {
    positionfff;
}
    color: rgba(255, 255, 255, 0.7);
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
}

.footer-bottom-links a:hover    bott   content: '';
    width: 100%bsolute;
  2px;
    bottom: -5px;}

.footer-bottom-links a {
    position: relative;
}decoration
position: a
.foobottom: 0;
    left: 0:hover {
    color: #fff;
.footer-bottom-lin { { {ks a:after {

    left: 0;
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -5px;    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -5px;    background-color: #b2d454;
    transition: all 0.3s ease;
:after {decoration
    position: a;
}bottom: 0;
    left: 0

.separator {
    display: inline-block;
    margin: 0 10px;
} { { {

.footer-bottom-links a:hover    colo5, 255, 255, 0.4);
.foowidth: 100%links a:hover {
 

.footer-decoration
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(to right, #234c1d, #e05e30, #234c1d);
}decorationposition: abottom: 0;
    left: 0