@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;600;700&display=swap');

:root {
    --raiz: "https://www.meioemensagem.com.br/wp-content/themes/theme_meioemensagem";
    --max: 1248px;
    --azul: #0034ff;
    --azul-claro: rgba(0, 52, 255, .1);
    --verde: #2dc94f;
    --preto: rgba(40, 40, 40, 0.9);
    --cinza: #c5c5c5;
    --cinza-claro: rgb(243, 243, 243);
    --cinza-escuro: #515151;
    --roxo: #88267b;
    --w2w: rgba(166, 158, 255, 1);
    --grad-w2w: rgba(166, 158, 255, 0.8);
    --w2w-highlight-dark100: rgba(85, 78, 155, 1);
    --pxx: rgba(236, 6, 117, 1);
    --cannes: rgb(158, 63, 81, 1);
    --nrf: rgba(174, 45, 67, 1);
    --mwc: rgba(174, 45, 67, 1);
    --sxsw: rgba(174, 45, 67, 1);
    --mxm: rgba(218, 0, 51, 1);
    --effie: rgba(190, 159, 86, 1);
    --cabore: rgba(213, 177, 59, 1);
    --talento: rgba(0, 51, 255, 1);
    --cor-gente: rgba(187, 114, 255, 1);
    --gradiente: linear-gradient(0deg, rgba(246, 246, 246, 1) 0%, rgba(248, 248, 248, 1) 100%);
    --grad-alpha: linear-gradient(0deg, rgba(246, 246, 246, .9) 0%, rgba(248, 248, 248, .9) 100%);
    --grad-azul: linear-gradient(0deg, rgba(0, 52, 255, .7) 0%, rgb(0, 52, 195, .7) 100%);
    --grad-preto: linear-gradient(0deg, rgb(9, 9, 9, .9) 100%, rgb(40, 40, 40, .9) 0%);
    --transparent: rgba(241, 246, 235, 0.95);
    --category: margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    box-sizing: border-box;
}

@font-face{font-family:'Poppins';font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-family:'Poppins';font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLDz8Z1xlFQ.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}


:root, :host{--fa-style-family-brands:'Font Awesome 6 Brands';--fa-font-brands:normal 400 1em/1 'Font Awesome 6 Brands'}.fa-brands{font-weight:400;font-family:var(--fa-style-family-brands);font-style:normal}.fa-facebook:before{content:"\f09a"}.fa-x-twitter:before{content:"\e61b"}.fa-linkedin:before,.fa-linkedin-square:before{content:"\f08c"}.fa-instagram:before{content:"\f16d"}.fa-x-twitter:before{content:"\e61b"}.fa-youtube-play:before{content:"\f167";}.tk-poppins{font-family:"poppins",sans-serif}.tk-ivypresto-text{font-family:"Cormorant Garamond",serif}

footer {width:100%; max-width:unset; margin:0 auto;}
#__footer .info > div { padding: 0 15px; }
#__footer ul li { display: flex; flex: auto; justify-content: center;}
#__footer ul a { font-size: 0.9rem; line-height: 14px; }

#__logo-footer {
    margin-top: 60px;
}

#__logo-footer svg {
    display: flex;
    max-width: 50%;
    height: auto;
    margin: 0 auto;
}

#__footer {
    background: var(--azul);
    width: 100%;
    border-radius: 50px 50px 0 0;
    position: relative;
    padding: 0 10px;
}

#__footer .logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

#__footer .logo a {
    border: 1px solid var(--verde);
    background: var(--verde);
    justify-content: center;
    border-radius: 20px;
    width: 130px;
    height: 35px;
    font-weight: 300;
    font-size: 14px;
    line-height: 25px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    margin-top: 15px;
    color: #FFF;
    font-family: poppins;
}

#__footer .logo a:hover {
    color: rgba(255, 255, 255, 0.3)
}

#__footer .info {
    display: grid;
    grid-template-columns:0.7fr 1fr;
    max-width: var(--max);
    margin: 0 auto;
}

#__footer .info ul#menu-menu-rodape {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

#__footer .info ul#menu-menu-rodape > li {
    position: relative;
    padding-bottom: 100px;
}

#__footer .info ul#menu-menu-rodape > li::before {
    content: '';
    width: 1px;
    height: 90%;
    position: absolute;
    top: 0;
    left: -15px;
    background-color: #000;
    opacity: 0.5;
}

#__footer .info ul#menu-menu-rodape li a {
    color: #FFF;
    font-size: 1.2rem;
    font-weight: 300;
    font-family: poppins;
    position: relative;
    text-decoration: none;
}

#__footer .info ul#menu-menu-rodape li a::after {
    content: '';
    width: 0;
    height: 1px;
    position: absolute;
    bottom: -2px;
    left: 0;
    background-color: #000;
    transition: all ease .3s;
}

#__footer .info ul#menu-menu-rodape li a:hover::after {
    width: 100%;
}

#__footer .info ul#menu-menu-rodape > li > a {
    pointer-events: none;
    cursor: default;
    font-weight: bold;
}

#__footer .info ul#menu-menu-rodape .sub-menu {
    margin-top: 15px;
}

#__footer .info ul#menu-menu-rodape .sub-menu li {
    margin-bottom: 5px;
}

#__footer .info p {
    font-size: 18px;
    line-height: 18px;
    color: #fff;
}

#voltar-topo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    position: absolute;
    right: 5%;
    bottom: 20px;
    transition: all ease .3s;
    cursor: pointer;
}

#voltar-topo span {
    display: none;
    font-family: poppins;
    font-size: 12px;
    color: #fff;
    margin-right: 8px;
    font-weight: 100;
    margin-top: 3px;
}

#voltar-topo svg {
    width: 30px;
    transition: all ease .3s;
}

#voltar-topo:hover {
    background-color: #fff;
    border-color: #001a7f;
}

#voltar-topo:hover svg path {
    fill: #001a7f;
}

#__bottom-footer {
    background: #000;
}

#__bottom-footer .info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgba(255, 255, 255, 0.5);
    height: 120px;
    max-width: var(--max);
    margin: 0 auto;
    font-size: 14px;
}

#__bottom-footer .info svg {
    margin-bottom: 15px;
    display: none;
}

#__bottom-footer .copyright {
    font-weight: 300;
}

#__bottom-footer .social {
    display: flex;
    gap: 30px;
}

#__bottom-footer .social a i {
    transition: all ease .3s;
}

#__bottom-footer .social a:hover i {
    color: #FFF
}

@media (max-width: 640px) {
    #__footer {
        border-radius: 30px 30px 0 0;
        margin-top: -1px;
    }

    #__footer .info {
        grid-template-columns: 1fr;
        gap: 20px;
        padding-top: 50px;
    }

    #__footer .logo {
        align-items: center;
    }

    #__footer .logo svg {
        width: 80%;
    }

    #__footer .info ul#menu-menu-rodape {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        padding: 0 30px;
        column-gap: 30px;
        border-top: 1px solid rgba(0, 0, 0, 0.5);
        padding-top: 30px;
        position: relative;
    }

    #__footer .info ul#menu-menu-rodape::before {
        content: '';
        width: 100%;
        height: 1px;
        position: absolute;
        left: 0;
        top: calc(50% - 30px);
        transform: translateY(-50%);
        background-color: rgba(0, 0, 0, 0.5);
    }

    #__footer .info ul#menu-menu-rodape .sub-menu li {
        margin-bottom: 10px;
    }

    #__footer .info ul#menu-menu-rodape > li {
        padding-bottom: 50px;
        font-size: 14px;
    }

    #__footer .info ul#menu-menu-rodape > li::before {
        display: none;
    }

    #__footer .info ul#menu-menu-rodape li a {
        font-size: 1.4rem;
    }

    #__footer .info p {
        margin-right: 0;
    }

    #voltar-topo {
        width: 153px;
        height: 29px;
        padding: 0 10px;
        border: none;
        border-radius: 30px;
        text-transform: uppercase;
        left: calc(50% + 15px);
        bottom: 50px;
    }

    #voltar-topo span {
        display: block;
    }

    #voltar-topo svg {
        width: 12px;
        margin-top: 1px;
    }

    #voltar-topo:hover span {
        color: #001a7f;
    }

    #__bottom-footer {
        height: 163px;
    }

    #__bottom-footer .info {
        flex-direction: column;
        padding: 20px 0;
        text-align: center;
        align-items: center;
        height: max-content;
    }

    #__bottom-footer .info svg {
        display: block;
    }

    #__bottom-footer .copyright {
        padding: 0 10px 20px;
        border-bottom: 1px solid;
        font-size: 11px;
    }

    #__bottom-footer .social {
        justify-content: center;
        margin-top: 30px;
    }
}

/* Estilos para novo menu ACF 4 colunas */
#__footer-menu {
    width: 100%;
}

#__footer-menu .footer-menu-container {
    max-width: var(--max);
    margin: 0 auto 30px auto;
    padding: 60px 0 40px 0;
}

#__footer-menu .footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 25px;
}

#__footer-menu .footer-menu > li {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 15px;
    border-left: 1px solid rgba(0,0,0, 0.5);
}

#__footer-menu .footer-menu > li:last-child {
    padding-right: 15px;
    border-right: 1px solid rgba(0,0,0, 0.5);
}

#__footer-menu .footer-menu > .menu-item-has-children:last-child > .footer-links { 
    margin-top: 20px;
}

#__footer-menu .footer-menu > .menu-item-has-children:last-child .menu-item-title {
    margin-bottom: 20px;
}

#__footer-menu .menu-item-title {
    color: #fff;
    margin-bottom: 5px;
    font-family: poppins, sans-serif;
    display: block;
}

#__footer-menu .footer-columns-wrapper {
    display: contents;
}

#__footer-menu .footer-column {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

#__footer-menu .footer-column-titulo {
    font-size: 1.4rem;
    font-weight: 600;
    color: #fff;
    margin: 0;
    margin-top: 20px;
    padding: 0;
    font-family: 'Cormorant Garamond', serif;
}

#__footer-menu .footer-column-subtitulo {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    padding: 0;
    font-family: poppins;
    font-style: italic;
}

#__footer-menu .footer-links {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

#__footer-menu .footer-links li {
    display: block;
}

#__footer-menu .footer-links a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-size: 0.8rem;
    letter-spacing: 0;
    line-height: 1rem; 
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    transition: color ease 0.3s;
    display: inline-block;
}

#__footer-menu .footer-links a:hover {
    color: #fff;
    text-decoration: underline;
}

#__footer-menu .footer-links a.novo::after {
    content: 'NOVO';
    font-size: 0.75rem;
    margin-left: 5px;
    padding: 0 3px;
    background: #fff;
    color: var(--azul);
    border-radius: 10px;
}

#__footer-menu .footer-links a.seta::after {
    content: ' →';
    margin-left: 5px;
}

#__footer-menu .footer-separator-line {
    display: block;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 10px 0;
}

#__footer-menu .footer-social-media {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

#__footer-menu .footer-social-media li {
    display: block;
}

#__footer-menu .footer-social-media a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    transition: all ease 0.3s;
}

#__footer-menu .footer-social-media a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: #fff;
    color: #fff;
}

#__footer-menu .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

/* Responsive: 2 colunas em tablet */
@media (max-width: 1024px) {
    #__footer-menu .footer-menu {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

/* Responsive: 2 colunas em mobile também */
@media (max-width: 640px) {
    #__footer-menu .footer-menu {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 0;
        padding: 30px;
    }

    #__footer-menu .footer-menu-container {
        padding: 30px 0;
    }

    #__footer-menu .footer-menu > li {
        border-left: none;
        padding-left: 0;
    }

    #__footer-menu .footer-menu > li:nth-child(2),
    #__footer-menu .footer-menu > li:nth-child(4) {
        border-left: 1px solid rgba(0,0,0, 0.5);
        padding-left: 30px;
    }

    #__footer-menu .footer-menu > li:last-child {
        border-right: none;
        padding-right: 0;
    }

    #__footer-menu .footer-links {
        gap: 6px;
    }

    #__footer-menu .footer-social-media {
        gap: 10px;
    }

    #__footer-menu .footer-social-media a {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }

    #voltar-topo {
        bottom: 20px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }
}

.social li {
    list-style: none;
    outline: none;
}