/* Minification failed. Returning unminified contents.
(16,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(17,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(18,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(19,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(54,29): run-time error CSS1030: Expected identifier, found 'h2'
(54,31): run-time error CSS1031: Expected selector, found ')'
(54,31): run-time error CSS1025: Expected comma or open brace, found ')'
(76,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '@media'
(1587,26): run-time error CSS1039: Token not allowed after unary operator: '-verde'
(1609,22): run-time error CSS1039: Token not allowed after unary operator: '-verde'
 */
* {
    background-position: 0 0;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: none;
    font-family: 'Lato', sans-serif;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, a {
    padding: 0;
    margin: 0;
    text-decoration: none;
}
:root {
    --azul: #175491;
    --amarelo: #ad8230;
    --laranja: #e07000;
    --verde: #50a000;
}



a {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: block;
}

ul {
    overflow: hidden;
}

.left {
    float: left;
}

.right {
    float: right;
}

p, ol, ul, span {
    margin: 0;
    padding: 0;
    list-style: none;
}

    p b {
        font-weight: 900;
    }

h2:not(.detalhamentoNoticia h2) {
    color: #af5b21;
    text-transform: uppercase;
    font-weight: 900;
    text-align: center;
    font-size: 2.5rem;
}

h3 {
    color: #af5b21;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 4rem;
    margin-bottom: 1.8rem;
}

html {
    font-size: 62.5%;
    height: 100%;
    margin: 0;
    padding: 0;

    @media only screen and (max-width: 409px) {
        font-size: 54%;
    }

    @media only screen and (min-width: 410px) and (max-width: 767px) {
        font-size: 62.5%;
    }

    @media only screen and (min-width: 768px) and (max-width: 969px) {
        font-size: 88%;
    }

    @media only screen and (min-width: 970px) {
        font-size: 62.5%;
    }
}

header {
    width: 100%;
    height: 150px;
    background: #fff;
    padding-top: 0.2rem;
    border-bottom: 3px solid #af5b21;
}

.overflow {
    overflow: hidden;
}

.imagensCadastroGeral {
    margin-top: 15px;
    width: 160px;
    height: 100px;
}

.imagemInline {
    display: inline-block;
    margin-left: 10px;
}

.centro {
    min-width: 320px;
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
    padding: 2.5rem 2rem 0 2rem;
    position: relative;
    font-size: 0;
}

.centro960 {
    padding: 2.5rem 0;
    min-width: 320px;
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    font-size: 0;
}

.logo {
    width: 150px;
    height: 105px;
    display: block;
    float: left;
    background: url(../Content/Images/logotipo_sindmarc_2.png) no-repeat;
    background-size: cover;
}

.logoRodape {
    width: 150px;
    height: 105px;
    display: block;
    float: left;
    background: url(../Content/Images/logotipo_sindmarc_2.png) no-repeat;
    background-size: cover;
}

.topoDir {
    width: calc(100% - 280px);
    float: right;
}

    .topoDir p {
        text-transform: uppercase;
        font-size: 13px;
        color: #999;
        float: left;
    }

.redes {
    float: right;
    position: absolute;
    right: 2rem;
    top: 17px;
}

    .redes li {
        float: left;
        margin-left: 1rem;
    }

        .redes li a {
            border: 2px solid #af5b21;
            -webkit-border-radius: 70%;
            -moz-border-radius: 70%;
            border-radius: 70%;
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
            width: 30px;
            height: 30px;
            background: transparent;
            text-align: center;
        }

            .redes li a img {
                cursor: pointer;
            }


/*            .redes li a svg {
                margin-top: 5px;
                fill: #af5b21;
            }*/

/*            .redes li a:hover {
                background: #af5b21;
     
            }

                .redes li a:hover svg {
                    fill: #fff;
                }*/



#logo_facebook a:hover {
}


.imagemDetalhamentoNoticia {
    border-radius: 1%;
    width: 50%;
    margin: auto;
    display: block;
}

.menuPrincipal {
    width: calc(100% - 219px);
    margin-top: 3.1rem;
    float: right;
}

.btMenu {
    font-size: 13px;
    color: #666;
    text-transform: uppercase;
    font-weight: 900;
    padding: 0 0 43px 0;
    border-bottom: 4px solid transparent;
}

    .btMenu:hover {
        border-bottom: 4px solid #af5b21;
        color: #af5b21;
    }

.dropdown {
    position: relative;
    display: inline-block;
    z-index: 20;
    padding-right: 2%;
}

.detalhamentoNoticia h1 {
    font-size: 3rem;
    color: #af5b21;
    text-align: center;
}

.detalhamentoNoticia h5 {
    font-size: 1.7rem;
    color: #999;
    text-align: center;
    margin: 2rem 0;
}

.detalhamentoNoticia .fotoPrincipal {
    width: 100%;
    height: 40rem;
    background: #e8e8e8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 2rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

#conteudoAlbuns {
    margin-top: 70px;
}

#conteudoGaleria li {
    height: 15rem;
    display: block;
    margin-bottom: 2rem;
}

.textoAlbum {
    float: right;
    width: 65rem;
    height: 15rem;
}

@media screen and (min-width: 1px) and (max-width: 1025px) {
    .textoAlbum {
        float: right;
        width: 45rem;
        height: 15rem;
    }
}

.albuns {
    display: inline-block;
    width: 15rem;
    height: 15rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: 2px solid #af5b21;
    cursor: pointer;
}

.miniaturas {
    margin: 2rem 0 5rem 0 !important;
}

    .miniaturas li {
        float: left;
        margin: 0 1rem 1rem 0;
    }

        .miniaturas li a {
            display: block;
            width: 15rem;
            height: 15rem;
            border: 2px solid #ccc;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
        }

            .miniaturas li a:hover {
                border: 2px solid #af5b21;
            }

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 20;
}

    .dropdown-content a {
        width: 250px;
        border-bottom: 1px solid #d9d9d9;
        padding: 1.5rem 2rem;
        font-size: 1.2rem;
        text-transform: uppercase;
        color: #777;
    }

        .dropdown-content a:hover {
            background: #af5b21;
            color: #fff;
            font-weight: 900;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .btMenu {
    border-bottom: 4px solid #ad8230;
    color: #af5b21;
}

.banner {
    width: 100%;
    height: 450px;
}

    .banner .regular {
        width: 100%;
        height: 450px;
    }

        .banner .regular .bgImage {
            width: 100%;
            height: 450px;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
            display: inline-block;
            position: relative;
            margin: 0;
        }

            .banner .regular .bgImage .mask {
                width: 100%;
                height: 450px;
                background: #000;
                position: absolute;
                opacity: 0.3;
            }

            .banner .regular .bgImage h1 {
                text-transform: uppercase;
                color: #fff;
                font-size: 2.9rem;
                text-align: center;
                text-shadow: 0px 1px 1px rgba(0,0,0, 0.5);
            }

            .banner .regular .bgImage .centro {
                padding-top: 25rem;
            }

            .banner .regular .bgImage p {
                color: #fff;
                font-size: 1.8rem;
                text-align: center;
                text-shadow: 0px 1px 1px rgba(0,0,0, 0.5);
            }

            .banner .regular .bgImage a {
                margin: 2rem auto 0 auto;
                width: 13rem;
                position: relative;
            }

.btPrincipal {
    color: #fff;
    display: block;
    background: #ffcb2b;
    font-weight: 900;
    text-transform: uppercase;
    padding: 1rem 2rem;
    font-size: 1.5rem;
    text-align: center;
    text-shadow: 0px 1px 1px rgba(0,0,0, 0.3);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    box-shadow: 0px 1px 1px rgba(0,0,0, 0.3);
}

    .btPrincipal:hover {
        color: #ffb62b;
        background: #fff;
        text-shadow: none;
    }

.menuMobile, .menuMobileFechar {
    width: 40px;
    height: 38px;
    background: #fff;
    border: 2px solid #ccc;
    display: block;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .menuMobile.active {
        display: none;
    }

    .menuMobileFechar.active {
        display: block;
        margin-top: 0;
        background: #af5b21;
        border: none;
        visibility: visible;
        opacity: 1;
    }

        .menuMobileFechar.active svg {
            fill: #fff;
        }

    .menuMobile svg, .menuMobileFechar svg {
        fill: #666;
        width: 2rem;
        height: 2rem;
        margin-top: 0.8rem;
    }

    .menuMobile:hover, .menuMobileFechar:hover {
        background: #af5b21;
        border: none;
    }

        .menuMobile:hover svg, .menuMobileFechar:hover svg {
            fill: #fff;
        }

.btMaisNoticias {
    width: 28rem;
    margin: 0 auto 5rem auto;
}

.paginacao {
    margin-bottom: 5rem;
}

    .paginacao li {
        cursor: pointer;
        float: left;
        margin-right: 0.5rem;
    }

        .paginacao li a {
            display: block;
            border: 2px solid #ccc;
            padding: 1rem 1.5rem;
            color: #999;
            font-weight: 900;
            text-align: center;
            font-size: 1.2rem;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            -webkit-transition: 0.5s;
            -moz-transition: 0.5s;
            -o-transition: 0.5s;
            transition: 0.5s;
        }

            .paginacao li a:hover {
                border: 2px solid #af5b21;
                color: #af5b21;
            }

        .paginacao li .selecionado {
            background: #af5b21;
            color: #fff;
            border: 2px solid #af5b21;
        }

.bgModal {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0, 0.8);
    z-index: 600;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

    .bgModal div {
        width: 42rem;
        height: 23rem;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        position: absolute;
        left: 50%;
        top: 50%;
        background: #fff;
        margin: -11.5rem 0 0 -21rem;
        padding: 4rem;
    }

    .bgModal h2 {
        margin: 0 0 0.5rem 0;
    }

    .bgModal .textBox {
        width: 100%;
        text-align: center;
    }

    .bgModal .btPrincipal {
        width: 100%;
        height: 5rem;
    }

    .bgModal .btFecharModal {
        display: block;
        width: 3rem;
        height: 3rem;
        background: transparent;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -17rem 0 0 -1.5rem;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        border: 2px solid #fff;
        padding: 0.5rem;
    }

        .bgModal .btFecharModal svg {
            fill: #fff;
        }

        .bgModal .btFecharModal:hover {
            background: #fff;
        }

            .bgModal .btFecharModal:hover svg {
                fill: #af5b21;
            }

    .bgModal.active {
        visibility: visible;
        opacity: 1;
    }

.bgMenuAberto {
    width: 100%;
    height: 0;
    position: fixed;
    top: 7rem;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0, 0.5);
    z-index: 500;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

    .bgMenuAberto.active {
        visibility: visible;
        opacity: 1;
        height: 100%;
    }

.menuAberto {
    width: 90%;
    height: 100%;
    position: relative;
    top: 0;
    overflow: auto;
    left: 0;
    right: 0;
    bottom: 0;
    background: #af5b21;
    padding-bottom: 2rem;
}

    .menuAberto ul {
        position: relative;
    }

        .menuAberto ul li {
            border-bottom: 1px solid #cb804c;
        }

            .menuAberto ul li a {
                padding: 1.3rem 2rem;
                width: 100%;
                background: #af5b21;
                color: #fff;
                font-size: 2rem;
            }

                .menuAberto ul li a i {
                    float: right;
                }

            .menuAberto ul li ul li {
                border-bottom: 1px solid #af5b21;
            }

                .menuAberto ul li ul li a {
                    background: #82451b;
                    padding-left: 3rem;
                    color: #fff;
                }

.submenu {
    height: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

    .submenu.active {
        height: auto;
    }

.btInstitucionalFechar, .btEmissaoFechar {
    display: none;
}

.btInstitucional.active, .btEmissao.active {
    display: none;
}

.btInstitucionalFechar.active, .btEmissaoFechar.active {
    display: block;
}

.paraColaboradores, .paraEmpresarios {
    width: calc(50% - 1px);
    height: 43rem;
    position: relative;
    margin: 2rem 0 0 0;
    padding: 31rem 4rem 4rem 4rem;
    color: #fff;
    text-transform: uppercase;
    font-size: 2.6rem;
    font-weight: 900;
    background-size: cover;
    display: inline-block;
    background-position: center center;
}

    .paraColaboradores .descricao, .paraEmpresarios .descricao {
        position: relative;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    .paraColaboradores span, .paraEmpresarios span {
        font-size: 2.7rem;
        font-weight: 100;
    }

    .paraColaboradores .mask, .paraEmpresarios .mask {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #1f87ee;
        opacity: 0.7;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    .paraColaboradores .border, .paraEmpresarios .border {
        top: 2rem;
        left: 2rem;
        right: 2rem;
        bottom: 2rem;
        border: 1px solid #fff;
        position: absolute;
        opacity: 0;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    .paraColaboradores p, .paraEmpresarios p {
        font-size: 1.2rem;
        font-weight: 300;
    }

.paraColaboradores {
    background-image: url(../Content/Images/bgColaboradores.jpg);
}

.paraEmpresarios {
    background-image: url(../Content/Images/bgEmpresarios.jpg);
    margin-left: 1px;
}

    .paraColaboradores:hover .descricao, .paraEmpresarios:hover .descricao {
        text-align: center;
    }

    .paraColaboradores:hover .mask, .paraEmpresarios:hover .mask {
        background-color: #004c97;
    }

    .paraColaboradores:hover .border, .paraEmpresarios:hover .border {
        opacity: 0.5;
    }

.funcionalidadesHome {
    margin-bottom: 5rem;
}

    .funcionalidadesHome li {
        float: left;
        padding-right: 1rem;
        width: calc(100% / 3);
        margin-bottom: 1rem;
    }

    .funcionalidadesHome:last-child {
        padding-right: 0;
    }

    .funcionalidadesHome li a {
        display: block;
        border: 2px solid #ccc;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        background: #fff;
        padding: 2.2rem;
        text-align: center;
        min-height: 12rem;
        height: 18rem;
    }

        .funcionalidadesHome li a svg {
            margin-bottom: 1rem;
            fill: #ffb62b;
        }

        .funcionalidadesHome li a h5 {
            color: #af5b21;
            font-weight: 900;
            text-transform: uppercase;
            font-size: 1.5rem;
        }

        .funcionalidadesHome li a p {
            color: #666;
            font-weight: 300;
            font-size: 1.5rem;
            margin-top: 0.8rem;
        }

        .funcionalidadesHome li a:hover {
            background: #af5b21;
            border-color: #af5b21;
        }

            .funcionalidadesHome li a:hover h5, .funcionalidadesHome li a:hover p {
                color: #fff;
            }

            .funcionalidadesHome li a:hover svg {
                fill: #ffcb2b;
            }

.bgRevista {
    width: 100%;
    background: url(../Content/Images/bgRevista.jpg) center center;
    height: 52.5rem;
    background-size: cover;
    margin-top: 5rem;
    margin-bottom: 3.5rem;
    padding: 5rem 0;
    overflow: hidden;
}

    .bgRevista h2 {
        color: #fff;
    }

    .bgRevista p {
        margin-top: 9rem;
        font-size: 2.7rem;
        width: 30rem;
        color: #fff;
    }

    .bgRevista a {
        margin-top: 3rem;
        width: auto;
        float: left;
    }

.meioEsq, .meioDir {
    width: 50%;
    padding: 0 1rem;
    position: relative;
}

.meioEsq {
    float: left;
}

.meioDir {
    float: right;
}

.miniRevista {
    width: 27.5rem;
    height: 35.6rem;
    background: url(../Content/Images/miniRevista.jpg);
    background-size: cover;
    float: right;
}

.listaServCon {
    margin-top: 1rem;
}

    .listaServCon li {
        float: left;
        padding-right: 1rem;
        width: calc(100% / 4);
        margin-top: 1rem;
    }

        .listaServCon li a {
            display: block;
            background-position: center center;
            background-size: cover;
            background-repeat: no-repeat;
            background-color: #fff;
            border: 2px solid #ccc;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            height: 11rem;
        }

            .listaServCon li a:hover {
                border: 2px solid #ffb62b;
            }

footer {
    overflow: hidden;
    display: block;
    position: relative;
    padding: 2rem 0 5rem 0;
    border-top: 1px solid #ccc;
}

    footer h5 {
        font-size: 1.8rem;
        color: #d9b8a8;
        width: calc(100% - 300px);
        float: right;
        font-weight: 900;
        margin-top: 3rem;
    }

    footer ul {
        float: left;
        width: 90%;
    }

    footer li {
        float: left;
        margin-right: 2%;
    }

    footer p, footer a {
        font-size: 1.6rem;
        color: #666;
    }

        footer a:hover {
            color: #ad8230;
        }

    footer span {
        font-weight: 900;
        font-size: 1.9rem;
    }

.divisor {
    height: 4rem;
    border-bottom: 1px solid #ccc;
    margin-bottom: 2.5rem;
}

.logoSindisoft {
    fill: #ccc;
    float: right;
    width: 47px;
    height: 33px;
    position: relative;
}

    .logoSindisoft:hover {
        fill: #2D506D;
    }

.bgTitulosInternos {
    width: 100%;
    height: 16rem;
    margin-bottom: 1rem;
    background: url(../Content/Images/bgTitulosInternos.jpg) center center;
    background-size: cover;
}

    .bgTitulosInternos h1 {
        color: #fff;
        font-size: 3.7rem;
        margin-top: 3.5rem;
        text-transform: uppercase;
        text-shadow: 0px 1px 1px rgba(0,0,0, 0.5);
    }

.menuInternoLateral {
    width: 28rem;
    float: left;
}

    .menuInternoLateral li {
        border-bottom: 1px solid #d9d9d9;
    }

        .menuInternoLateral li a {
            width: 100%;
            color: #666;
            text-transform: uppercase;
            font-weight: 300;
            font-size: 1.5rem;
            padding: 1.5rem 2rem;
            background: transparent;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
        }

            .menuInternoLateral li a:hover {
                background: #ffb62b;
                color: #fff;
                font-weight: 900;
                text-shadow: 0px 1px 1px rgba(0,0,0, 0.25);
            }

.menuInternoLateralSelecionado {
    background: #ffb62b;
    border-radius: 3px;
}

.contDir {
    width: calc(100% - 340px);
    float: right;
    padding-bottom: 8rem;
}

.textoInternoPadrao {
    font-size: 1.8rem !important;
    color: #777 !important;
}

/*.textoInternoPadrao {
    font-size: 1.8rem;
    color: #777;
}*/

.form {
    margin: 4rem 0;
    overflow: hidden;
}

    .form .btPrincipal {
        box-shadow: none;
        margin-top: 2rem;
    }

.textBox_grande {
    width: 99.5%;
    padding: 1.5rem 2rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #d9d9d9;
    font-size: 1.7rem;
    margin-right: 1.9rem;
    margin-bottom: 1rem;
    border-left: 2px solid #af5b21;
    color: #666;
}

.errorRequired {
    /*background-color: green;*/
    border-width: 2px;
    border-color: red;
    border-style: solid;
}

.textBox {
    width: calc((100% / 3) - 1.5rem);
    padding: 1.5rem 2rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #d9d9d9;
    font-size: 1.7rem;
    margin-right: 1.9rem;
    margin-bottom: 1rem;
    border-left: 2px solid #af5b21;
    color: #666;
}

.textTelefone {
    margin: 0;
}

.textArea {
    width: 99.5%;
    padding: 1.5rem 2rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #d9d9d9;
    font-size: 1.7rem;
    resize: none;
    height: 20rem;
    border-left: 2px solid #af5b21;
    color: #666;
}

.listaNoticias, .listaConvenios {
    width: 100%;
    margin: 2rem 0 3rem 0;
}

    .listaNoticias li, .listaConvenios li {
        float: left;
        width: 32%;
        margin-right: 2%;
        margin-bottom: 2rem;
        text-align: center;
    }

        .listaNoticias li:last-child, .listaConvenios li:last-child {
            margin-right: 0;
        }

        .listaNoticias li:nth-child(3n+0), .listaConvenios li:nth-child(3n+0) {
            margin-right: 0;
        }

        .listaNoticias li a, .listaConvenios li a {
            display: block;
            width: 100%;
            border: 2px solid #ccc;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
            /*display: flex;*/
            min-height: 500px;
        }

            .listaNoticias li a div, .listaConvenios li a div {
                width: 100%;
                height: 19rem;
                background-position: center center;
                background-repeat: no-repeat;
                background-size: cover;
            }

            .listaNoticias li a h6, .listaConvenios li a h6 {
                font-size: 1.3rem;
                color: #999;
                font-weight: 900;
                margin: 2rem 0 1.5rem 0;
            }

            .listaNoticias li a h5, .listaConvenios li a h5 {
                font-size: 1.7rem;
                color: #af5b21;
                padding: 0 3rem;
                height: 8rem;
                display: block;
                position: relative;
                font-weight: 900;
            }

            .listaNoticias li a p, .listaConvenios li a p {
                font-size: 1.6rem;
                color: #999;
                font-weight: 400;
                padding: 0 3rem;
                min-height: 11rem;
                overflow: hidden;
            }

            .listaNoticias li a span, .listaConvenios li a span {
                font-size: 1.6rem;
                color: #ffb62b;
                font-weight: 900;
                margin: 2rem 0;
                display: block;
            }

            .listaNoticias li a:hover, .listaConvenios li a:hover {
                border-color: #af5b21;
            }

@media only screen and (max-width: 1250px) {

    #modal_aviso img {
        max-width: 100%;
        width: auto;
    }

    .funcionalidadesHome li:nth-child(even) {
        padding-right: 0;
    }

    .menuPrincipal {
        display: none;
    }

    .listaServCon li:nth-child(odd) {
        padding-left: 1rem;
    }

    .topoDir {
        display: none;
    }

    header {
        width: 100%;
        height: 7rem;
        background: #fff;
        border-bottom: 3px solid #af5b21;
    }

    .logo {
        margin: -23px auto;
        float: none;
        width: 90px;
        height: 63px;
    }

    .menuMobile {
        visibility: visible;
        opacity: 1;
    }

    .funcionalidadesHome li {
        float: left;
        padding-right: 1rem;
        width: calc(100% / 2);
    }

    .slick-prev,
    .slick-next {
        display: none !important;
    }

    .listaServCon li {
        width: calc(100% / 2);
    }
}


@media only screen and (max-width: 970px) {

    .imagemDetalhamentoNoticia
    {
        width: 100%;
    }
    #modal_aviso img {
        max-width: 100%;
        width: auto;
        max-height: 700px;
    }

    .listaNoticias li, .listaConvenios li {
        float: left;
        width: 100%;
        margin-right: 2%;
        margin-bottom: 2rem;
        text-align: center;
    }

    .bgModal div {
        width: 90%;
        margin-left: -45%;
    }

    .detalhamentoNoticia .fotoPrincipal {
        height: 20rem;
    }

    .detalhamentoNoticia h1 {
        font-size: 2.5rem;
    }

    .listaNoticias, .listaConvenios li {
        width: 100%;
    }

    .form {
        margin: 4rem 0;
        overflow: hidden;
    }

        .form .btPrincipal {
            box-shadow: none;
            margin-top: 2rem;
        }

    .textTelefone {
        margin-bottom: 1rem;
    }

    .textBox {
        width: 100%;
    }

    .textArea {
        width: 100%;
    }

    .redes {
        right: 1rem;
        top: 1.9rem;
    }

    .bgTitulosInternos {
        height: 10rem;
    }

        .bgTitulosInternos h1 {
            font-size: 2.5rem;
            margin-top: 1.5rem;
            text-align: center;
        }

    .menuInternoLateral {
        display: none;
    }

    .contDir {
        width: 100%;
        float: none;
        padding-bottom: 8rem;
    }

    .textoInternoPadrao {
        font-size: 1.8rem;
        color: #777;
    }

    h3 {
        font-size: 3rem;
    }

    h2 {
        font-size: 2.1rem;
    }

    .listaServCon li a {
        height: 9rem;
    }

    .funcionalidadesHome li a h5 {
        font-size: 1.2rem;
    }

    .funcionalidadesHome li a p {
        font-size: 1.3rem;
    }

    .banner .regular .bgImage h1 {
        font-size: 1.8rem;
    }

    .banner .regular .bgImage p {
        font-size: 1.3rem;
    }

    .funcionalidadesHome li a svg {
        width: 3rem !important;
        height: 3rem !important;
    }

    .btPrincipal {
        font-size: 1.3rem;
    }

    .banner .regular .bgImage a {
        width: 11rem;
    }

    header {
        padding-top: 0;
    }

        header .centro {
            padding-top: 1.5rem;
            padding-bottom: 0;
        }

    .banner {
        height: 250px;
    }

        .banner .regular {
            height: 250px;
        }

            .banner .regular .bgImage {
                height: 250px;
            }

                .banner .regular .bgImage .mask {
                    height: 250px;
                }

                .banner .regular .bgImage .centro {
                    padding-top: 6rem;
                }

    .bgRevista {
        height: 59rem;
        margin-top: 2.7rem;
    }

        .bgRevista p {
            margin: 1rem auto 0 auto;
            text-align: center;
            width: 72%;
            font-size: 2rem;
        }

        .bgRevista a {
            margin: 2rem auto 0 auto;
            width: 200px;
            position: relative;
            float: none;
        }

    .miniRevista {
        float: none;
        width: 23rem;
        height: 29.5rem;
        margin: 0 auto;
    }

    .logoRodape {
        margin: -1rem auto 0 auto;
        float: none;
    }

    footer h5 {
        width: 100%;
        float: none;
        font-size: 1.5rem;
        text-align: center;
    }

    .paraColaboradores, .paraEmpresarios {
        font-size: 2.2rem;
        padding: 10.5rem 3rem 3rem 3rem;
        height: 20rem;
        width: 100%;
        margin-bottom: 1px;
    }

        .paraColaboradores span, .paraEmpresarios span {
            font-size: 2.9rem;
        }

        .paraColaboradores p, .paraEmpresarios p {
            font-size: 1rem;
        }

    .meioEsq, .meioDir {
        width: 100%;
        margin-bottom: 1px;
    }

    footer ul {
        width: 100%;
        float: none;
    }

    footer li {
        width: 100% !important;
        padding: 0.5rem 0;
    }

        footer li p, footer li a {
            text-align: center;
            font-size: 1.5rem;
        }

        footer li span {
            font-size: 2rem;
        }

    .logoSindisoft {
        float: none;
        margin: 5rem auto 0 auto;
    }
}
/* Responsive: Portrait tablets and up 
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}
    */

.clear {
    clear: both;
}

.margim_b {
    padding-bottom: 8rem;
}

#dissidios {
    margin-top: 40px;
}

    #dissidios h4 {
        margin-top: 10px;
    }

.dissidio:hover {
    color: blue !important;
}

.iconeVoltarNoticiasDetalhes {
    background: url(../Content/Images/iconeVoltar.png);
    width: 16px;
    height: 16px;
    display: inline-block;
}

.voltarDetalhes {
    cursor: pointer;
}

.pergunta {
    margin-bottom: 30px;
}

.errorRequired {
    /*background-color: #de6868;*/
    border-width: 2px;
    border-color: red;
    border-style: solid;
}



.btWhats {
    position: fixed;
    bottom: 2vw;
    right: 2vw;
    z-index: 50;
}

    .btWhats .bg {
        width: 100%;
        height: 100%;
        background: var(--verde);
        animation-name: whats;
        animation-duration: 1s;
        animation-iteration-count: infinite;
        transform-origin: center;
        position: absolute;
        border-radius: 90px;
    }

@keyframes whats {
    0% {
        transform: scale(1);
        opacity: 0.9;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}

.btWhats .bt {
    background: var(--verde);
    border-radius: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    position: relative;
}

    .btWhats .bt svg {
        width: 45%;
        fill: #fff;
    }

