/* Minification failed. Returning unminified contents.
(83,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '@media'
 */
* {
    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;
}

.iconeVoltar {
    background: url(../Images/iconeVoltar.png);
    width: 16px;
    height: 16px;
    display: inline-block;
}

.errorRequired {
    background-color: #f4a7a7 !important;
}

#msgErro {
    color: red !important;
}

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 {
    color: #54171f;
    text-transform: uppercase;
    font-weight: 900;
    text-align: center;
    font-size: 2.5rem;
}

h3 {
    color: #53171e;
    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.8rem;
    border-bottom: 3px solid #54181e;
}

.overflow {
    overflow: hidden;
}

.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: 165px;
    height: 92px;
    display: block;
    float: left;
    background: url(../Images/Logo_SindivinhosRS.jpg) no-repeat;
    background-size: cover;
    margin-top: -5px;
}

.logoRodape {
    width: 270px;
    height: 98px;
    display: block;
    float: left;
    background: url(../Images/Logo_SindivinhosRS_Largo.jpg) no-repeat;
    margin-right: 2rem;
    /*width: 270px;
    display: block;
    float: left;
    background: url(../Images/Logo_SindivinhosRS_Largo.jpg) no-repeat;
    margin-right: 2rem;*/
}

.btWhats {
    position: fixed;
    bottom: 2vw;
    right: 2vw;
    z-index: 50;
}

    .btWhats .bg {
        width: 100%;
        height: 100%;
        background: #25D366;
        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: #25D366;
    border-radius: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    position: relative;
}

    .btWhats .bt svg {
        width: 45%;
        fill: #fff;
    }

.topoDir {
    width: calc(100% - 280px);
    float: right;
}

    .topoDir p {
        font-size: 13px;
        color: #999;
        float: left;
    }

.linkPadrao {
    color: #f79320;
    font-size: 2rem;
}

.redes {
    float: left;
    position: absolute;
    top: 17px;
    width: 21%;
    right: 0;
}

    .redes li {
        float: left;
        margin-left: 1rem;
    }

        .redes li a {
            border: 2px solid #f78605;
            -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;
            padding: 0.5rem;
        }

            .redes li a i {
                color: #f78605;
                font-size: 1.6rem;
            }

            .redes li a:hover {
                background: #f78605;
            }

                .redes li a:hover i {
                    color: #fff;
                }


.menuPrincipal {
    width: calc(100% - 280px);
    margin-top: 3.7rem;
    float: right;
}

.btMenu {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 900;
    padding: 0 0 43px 0;
    border-bottom: 4px solid transparent;
    color: #666;
}

    .btMenu:hover {
        border-bottom: 4px solid #f78605 !important;
        color: #54171e !important;
    }

.dropdown {
    position: relative;
    display: inline-block;
    z-index: 20;
    padding-right: 4.5%;
}

.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: #53171e;
            color: #fff;
            font-weight: 900;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .btMenu {
    border-bottom: 4px solid #ad8230;
    color: #165491;
}

.banner {
    width: 100%;
    height: 450px;
    background: #18486e;
}

    .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: #f78605;
    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: #f78605;
        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: #54171e;
        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: #54171e;
        border: none;
    }

        .menuMobile:hover svg, .menuMobileFechar:hover svg {
            fill: #fff;
        }

.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: #54171e;
    padding-bottom: 2rem;
}

    .menuAberto ul {
        position: relative;
    }

        .menuAberto ul li {
            border-bottom: 1px solid #732e36;
        }

            .menuAberto ul li a {
                padding: 1.3rem 2rem;
                width: 100%;
                background: #54181f;
                color: #fff;
                font-size: 2rem;
            }

                .menuAberto ul li a i {
                    float: right;
                }

            .menuAberto ul li ul li {
                border-bottom: 1px solid #732e36;
            }

                .menuAberto ul li ul li a {
                    background: #400f15;
                    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, .btConvencaoColetivaFechar, .btEventosFechar {
    display: none;
}

.btInstitucional.active, .btEmissao.active, .btConvencaoColetiva.active, .btEventos.active {
    display: none;
}

.btInstitucionalFechar.active, .btEmissaoFechar.active, .btConvencaoColetivaFechar.active, .btEventosFechar.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(../Images/bgColaboradores.jpg);
}

.paraEmpresarios {
    background-image: url(../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;
    }

.bgFraseAzulHome {
    width: 100%;
    padding: 4rem 0;
    background: #1e69b6;
    margin-bottom: 5rem;
}

    .bgFraseAzulHome .centro {
        padding: 0;
    }

    .bgFraseAzulHome p {
        color: #fff;
        font-size: 2rem;
        text-align: center;
        text-transform: uppercase;
        font-weight: 300;
    }

.funcionalidadesHome {
    margin-bottom: 5rem;
}

    .funcionalidadesHome li {
        float: left;
        padding-right: 1rem;
        width: calc(100% / 4);
        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;
    }

        .funcionalidadesHome li a svg {
            margin-bottom: 1rem;
            fill: #f78605;
        }

        .funcionalidadesHome li a h5 {
            color: #54171f;
            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: #f78605;
            border-color: #f78605;
        }

            .funcionalidadesHome li a:hover h5, .funcionalidadesHome li a:hover p {
                color: #fff;
            }

            .funcionalidadesHome li a:hover svg {
                fill: #fff;
            }

.bgRevista {
    width: 100%;
    background: url(../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(../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;
}

    footer h5 {
        font-size: 1.8rem;
        color: #d5cdcd;
        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: #54171e;
        }

    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;
}

.NumTelefone {
    font-size: 2.5rem;
    color: #53181e;
    font-weight: 900;
}

.logoSindisoft:hover {
    fill: #1861ac;
}

.bgTitulosInternos {
    width: 100%;
    height: 16rem;
    margin-bottom: 1rem;
    background: url(../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: #f79320;
                color: #fff;
                font-weight: 900;
                text-shadow: 0px 1px 1px rgba(0,0,0, 0.25);
            }

            .menuInternoLateralSelecionado {
    background: #f79320;
    border-radius: 3px;
}


    .menuInternoLateralSelecionado a {
        color: #fff !important;
        font-weight: 900 !important;
        text-shadow: 0px 1px 1px rgba(0,0,0, 0.25) !important;
    }

.detalhamentoNoticia h1 {
    font-size: 3rem;
    color: #54181f;
    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;
}

.miniaturas {
    margin: 2rem 0 5rem 0;
}

    .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 #f68a0b;
            }

.contDir {
    width: calc(100% - 340px);
    float: right;
    padding-bottom: 8rem;
}

.textoInternoPadrao {
    font-size: 1.8rem;
    color: #777;
}

.textoInternoPadrao {
    font-size: 1.8rem;
    color: #777;
}

.form {
    margin: 4rem 0;
    overflow: hidden;
}

    .form .btPrincipal {
        box-shadow: none;
        margin-top: 2rem;
    }

.textBox {
    width: calc((100% / 2) - 0.75rem);
    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: 0.75rem;
    margin-bottom: 1rem;
    border-left: 2px solid #53181e;
    color: #666;
}

.textBoxSemBorda {
    width: calc((100% / 2) - 0.75rem);
    padding: 1.5rem 2rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    /*border: 0px solid #d9d9d9;*/
    font-size: 1.7rem;
    margin-right: 0.75rem;
    margin-bottom: 1rem;
    /*border-left: 2px solid #53181e;*/
    color: #666;
}


.textTelefone {
    margin: 0;
}

.textArea {
    width: calc(100% - 0.75rem);
    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 #53181e;
    color: #666;
}
.listaServCon {
    margin-top: 1rem;
    margin-bottom: 5rem;
    overflow:hidden;
}

    .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: 14rem;
        }

            .listaServCon li a:hover {
                border: 2px solid #ffb62b;
            }

.listaNoticias {
    width: 100%;
    margin: 2rem 0 3rem 0;
}

    .listaNoticias li {
        float: left;
        width: 32%;
        margin-right: 2%;
        margin-bottom: 2rem;
        text-align: center;
    }

        .listaNoticias li:last-child {
            margin-right: 0;
        }

        .listaNoticias li:nth-child(3n+0) {
            margin-right: 0;
        }

        .listaNoticias 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;*/
        }

            .listaNoticias li a div {
                width: 100%;
                height: 19rem;
                background-position: center center;
                background-repeat: no-repeat;
                background-size: cover;
            }

            .listaNoticias li a h6 {
                font-size: 1.3rem;
                color: #999;
                font-weight: 900;
                margin: 2rem 0 1.5rem 0;
            }

            .listaNoticias li a h5 {
                font-size: 1.7rem;
                color: #54171f;
                padding: 0 3rem;
                height: 8rem;
                display: block;
                position: relative;
                font-weight: 900;
            }

            .listaNoticias li a p {
                font-size: 1.6rem;
                color: #999;
                font-weight: 400;
                padding: 0 3rem;
                min-height: 11rem;
                overflow: hidden;
            }

            .listaNoticias li a span {
                font-size: 1.6rem;
                color: #ffb62b;
                font-weight: 900;
                margin: 2rem 0;
                display: block;
            }

            .listaNoticias li a:hover {
                border-color: #f78605;
            }

.btMaisNoticias {
    width: 30rem;
    margin: 0 auto 0rem auto;
}

.listaConvenios {
    margin-top: 3rem;
}

    .listaConvenios li {
        width: calc(95% / 4);
        float: left;
        margin: 0 1rem 1rem 0;
    }

        .listaConvenios li a {
            width: 100%;
            height: 280px;
            background-color: #fff;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            border: 3px solid #ccc;
            background-position: center center;
            background-repeat: no-repeat;
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
        }

            .listaConvenios li a:hover {
                border: 3px solid #f5880b;
            }

@media only screen and (max-width: 1250px) {
    .funcionalidadesHome li:nth-child(even) {
        padding-right: 0;
    }

    .menuPrincipal {
        display: none;
    }
    .listaServCon li:nth-child(odd) {
        padding-left: 1rem;
    }
    .listaServCon li:nth-child(odd) {
        padding-left: 1rem;
    }

    .topoDir {
        display: none;
    }

    header {
        width: 100%;
        height: 7rem;
        background: #fff;
        border-bottom: 3px solid #53171e;
    }
    .listaServCon li {
        width: calc(100% / 2);
    }
    .logo {
        margin: 0 auto;
        float: none;
        background-image: url(../Images/Logo_SindivinhosRS.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        height: 47px;
    }

    .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);
    }

    .btWhats {
        bottom: 5vw;
        right: 5vw;
    }


@media only screen and (max-width: 970px) {

    #cidade {
        width: 100% !important;
    }

    .itemSelect {
        width: 100% !important;
    }

    .form {
        margin: 4rem 0;
        overflow: hidden;
    }

        .form .btPrincipal {
            box-shadow: none;
            margin-top: 2rem;
        }

    .textTelefone {
        margin-bottom: 1rem;
    }
    .listaServCon li a {
        height: 9rem;
    }
    .textBox {
        width: 100%;
    }

    .textArea {
        width: 100%;
    }
    .listaNoticias li {
        width: 100%;
    }
    .detalhamentoNoticia .fotoPrincipal {
        height: 20rem;
    }

    .detalhamentoNoticia h1 {
        font-size: 2.5rem;
    }
    .redes {
        right: -8vw;
        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{
        height:16rem;
    }
    .funcionalidadesHome li a h5 {
        font-size: 1.2rem;
    }

    .funcionalidadesHome li a p {
        font-size: 1.1rem;
    }

    .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;
    }
}
    */

.btnPaginacao {
    display: inline-block;
    margin-left: 5px;
    border: 1px solid #dfdfdf;
    font-size: 12px;
    padding: 5px 8px 5px 8px;
    cursor: pointer;
    font-weight: bold;
    background-color: #FFFFFF;
    color: #666;
}

.btnPaginacaoSelecionado {
    background-color: #ffb62b;
    color: #FFFFFF;
    padding: 5px 8px 5px 8px;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}


.imagensCadastroGeral {
    margin-top: 15px;
    width: 160px;
    height: 100px;
}

.imagemInline {
    display: inline-block;
    margin-left: 10px;
}
