﻿/* inicio */

body.inicio div.main-banner {
    background: #4e5a61 url(../images/bg-banner.jpg) center;
    background-size: cover;
    position: relative;
    z-index: 0;
}

    body.inicio div.main-banner div.main-banner-wrap {
        margin: 0 auto;
        max-width: 900px;
        position: relative;
        width: 92%;
    }

        body.inicio div.main-banner div.main-banner-wrap h1 {
            color: #fff;
            line-height: 1.05;
            margin-bottom: 30px;
        }

        body.inicio div.main-banner div.main-banner-wrap a {
            color: #fff;
            line-height: 1.2;
            text-decoration: none !important;
            text-transform: uppercase;
        }

body.inicio ul.banners {
    font-size: 0;
    margin: 60px auto 0;
    max-width: 900px;
    position: relative;
    width: 92%;
    z-index: 0;
}

    body.inicio ul.banners li {
        max-width: 300px;
    }

        body.inicio ul.banners li a,
        body.inicio ul.banners li span {
            background-color: #fff;
            display: block;
            padding: 7.692307692307692%;
            overflow: hidden;
            position: relative;
            transition: opacity 0.25s;
        }

            body.inicio ul.banners li a img,
            body.inicio ul.banners li span img {
                display: block;
                height: auto;
                position: relative;
                width: 100%;
                z-index: 0;
            }

            body.inicio ul.banners li a:after,
            body.inicio ul.banners li span:after {
                background-color: rgba(0,0,0,0.1);
                content: '';
                display: block;
                height: 100%;
                left: 0;
                position: absolute;
                top: 0;
                width: 100%;
                z-index: 1;
            }

            body.inicio ul.banners li a:focus,
            body.inicio ul.banners li a:hover {
                opacity: 0.7;
            }

body.inicio section.noticias {
    margin: 60px auto 0;
    max-width: 900px;
    position: relative;
    text-align: left;
    width: 92%;
}

    body.inicio section.noticias h3 {
        border-bottom: 1px solid #ddd;
        color: #f6a31a;
        line-height: 1.2;
        margin-bottom: 30px;
        padding-bottom: 10px;
        text-transform: uppercase;
    }

    body.inicio section.noticias ul li:last-child {
        margin-bottom: 0;
    }

    body.inicio section.noticias h2 a {
        color: #4e5a61;
        display: block;
        line-height: 1.1;
        text-decoration: none !important;
        transition: color 0.25s;
    }

        body.inicio section.noticias h2 a:focus,
        body.inicio section.noticias h2 a:hover {
            color: #839097;
        }

body.inicio section.home-links {
    margin: 60px auto 0;
    max-width: 900px;
    position: relative;
    width: 92%;
}

    body.inicio section.home-links ul {
        font-size: 0;
    }

        body.inicio section.home-links ul li {
            max-width: 360px;
        }

            body.inicio section.home-links ul li a {
                background: #eae9df no-repeat;
                border-radius: 1px;
                color: #4e5a61;
                display: block;
                font-weight: 700;
                line-height: 1.2;
                text-decoration: none !important;
                text-transform: uppercase;
                transition: background-color 0.25s, color 0.25s;
            }

            body.inicio section.home-links ul li.area-atuacao a {
                background-image: url(../images/area-atuacao-icon.png);
            }

            body.inicio section.home-links ul li.cadastro-associados a {
                background-image: url(../images/cadastro-icon.png);
            }

            body.inicio section.home-links ul li.links a {
                background-image: url(../images/links-icon.png);
            }

            body.inicio section.home-links ul li a:focus,
            body.inicio section.home-links ul li a:hover {
                background-color: #4e5a61;
                color: #fff;
            }



/* empresas associadas */

body.empresas-associadas div.search {
    width: 92%;
    margin: 0 auto;
    max-width: 700px;
    position: relative;
    text-align: left;
}

    body.empresas-associadas div.search input {
        background-color: #eee;
        border: 0;
        color: #4e5a61;
        display: block;
        font-family: 'Maven Pro', sans-serif;
        font-size: 26px;
        font-size: 2.5rem;
        outline: none;
        padding: 12px 75px 12px 15px;
        position: relative;
        width: 100%;
    }

    body.empresas-associadas div.search a {
        background: url(../images/magnifier.png) center no-repeat;
        display: block;
        height: 100%;
        opacity: 0.5;
        overflow: hidden;
        position: absolute;
        right: 0;
        text-indent: -2000px;
        top: 0;
        transition: opacity 0.25s;
        width: 60px;
    }

        body.empresas-associadas div.search a:focus,
        body.empresas-associadas div.search a:hover {
            opacity: 1;
        }

body.empresas-associadas ul.associados {
    width: 92%;
    margin: 40px auto 0;
    max-width: 700px;
    text-align: left;
}

    body.empresas-associadas ul.associados li {
        border-bottom: 1px solid #ddd;
        margin-top: 25px;
        padding-bottom: 25px;
        line-height: 1.2;
    }

        body.empresas-associadas ul.associados li h2 {
            color: #4e5a61;
            font-weight: 700;
        }

        body.empresas-associadas ul.associados li:first-child {
            margin-top: 0;
        }

        body.empresas-associadas ul.associados li:last-child {
            border-bottom: none;
            padding-bottom: 0;
        }



/* convenções */

body.convencoes ul.convencoes {
    width: 92%;
    margin: 0 auto;
    max-width: 700px;
    text-align: left;
}

    body.convencoes ul.convencoes li {
        margin-bottom: 20px;
    }

        body.convencoes ul.convencoes li a {
            background: #839097 url(../images/download-icon.gif) right 20px center no-repeat;
            color: #fff;
            cursor: pointer;
            display: block;
            font-size: 20px;
            font-size: 2rem;
            line-height: 1.1;
            padding: 20px 60px 20px 25px;
            text-decoration: none !important;
            transition: background 0.25s;
        }

            body.convencoes ul.convencoes li a:focus,
            body.convencoes ul.convencoes li a:hover {
                background-color: #4e5a61;
            }

        body.convencoes ul.convencoes li:last-child {
            margin-bottom: 0;
        }



/* contribuição sindical */

body.contribuicao-sindical div.calculo {
    margin: 0 auto 25px;
    width: 250px;
}

    body.contribuicao-sindical div.calculo input.capital-social {
        background-color: transparent;
        border: 1px solid #ccc;
        color: #666;
        display: block;
        font-family: 'Maven Pro', sans-serif;
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 400;
        outline: none;
        padding: 10px;
        text-align: center;
        width: 100%;
    }

    body.contribuicao-sindical div.calculo input.calcular {
        background-color: #2baa0c;
        border: none;
        color: #fff;
        cursor: pointer;
        display: block;
        font-family: 'Maven Pro', sans-serif;
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 400;
        padding: 10px;
        outline: none;
        transition: background-color .25s;
        width: 100%;
    }

        body.contribuicao-sindical div.calculo input.calcular:focus,
        body.contribuicao-sindical div.calculo input.calcular:hover {
            background-color: #39bf18;
        }

    body.contribuicao-sindical div.calculo span.valor-contribuicao {
        display: block;
        font-weight: 700;
        line-height: 1.1;
        margin-top: 10px;
    }

        body.contribuicao-sindical div.calculo span.valor-contribuicao.sucesso {
            color: #2baa0c;
            font-size: 30px;
            font-size: 3rem;
        }

        body.contribuicao-sindical div.calculo span.valor-contribuicao.erro {
            color: #b00000;
        }

body.contribuicao-sindical section.dados-contato {
    background-color: #f6a31a;
    color: #fff;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.2;
    margin-top: 60px;
    padding: 50px 4%;
}

body.contribuicao-sindical article.article div.body-container {
    text-align: center;
}

body.contribuicao-sindical section.dados-contato a {
    color: #fff;
}

body.contribuicao-sindical footer.footer {
    margin-top: 0;
}



/* notícias */

body.noticias section.noticias article.article {
    margin-bottom: 80px;
}

    body.noticias section.noticias article.article:last-child {
        margin-bottom: 0 !important;
    }



/* links */

body.links ul.grupos {
    width: 92%;
    margin: 0 auto;
    max-width: 700px;
    text-align: left;
}

    body.links ul.grupos > li {
        border: 1px solid #839097;
        border-radius: 1px;
        margin-bottom: 25px;
        overflow: hidden;
        position: relative;
    }

        body.links ul.grupos > li > h2 a {
            background: #839097 url(../images/down-arrow.gif) right 15px center no-repeat;
            color: #fff;
            cursor: pointer;
            display: block;
            font-size: 20px;
            font-size: 2rem;
            line-height: 1.1;
            padding: 20px 45px 20px 25px;
            text-decoration: none !important;
            transition: background 0.25s;
        }

            body.links ul.grupos > li > h2 a:focus,
            body.links ul.grupos > li > h2 a:hover {
                background-color: #4e5a61;
            }

        body.links ul.grupos > li.opened > h2 a {
            background-image: url(../images/up-arrow.gif);
        }

        body.links ul.grupos > li > ul.links {
            padding: 20px 25px;
            position: relative;
            display: none;
        }

            body.links ul.grupos > li > ul.links > li {
                line-height: 1.4;
            }

        body.links ul.grupos > li:last-child {
            margin-bottom: 0;
        }



/* contato */

body.contato section.dados-contato {
    background-color: #f6a31a;
    color: #fff;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.2;
    margin-top: 60px;
    padding: 50px 4%;
}

    body.contato section.dados-contato a {
        color: #fff;
    }



/* formulários */

body.certificado-regularidade {
    padding: 50px 0;
}
