@font-face {
    font-family: 'LatoWeb';
    src: url('../fontes/Lato/Lato-Regular.eot');
    /* IE9 Compat Modes */

    src: url('../fontes/Lato/Lato-Regulard41d.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */

        url('../fontes/Lato/Lato-Regular.woff2') format('woff2'),
        /* Modern Browsers */

        url('../fontes/Lato/Lato-Regular.woff') format('woff'),
        /* Modern Browsers */

        url('../fontes/Lato/Lato-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
/* Webfont: Lato-Light */

@font-face {
    font-family: 'LatoWebLight';
    src: url('../fontes/Lato/Lato-Light.eot');
    /* IE9 Compat Modes */

    src: url('../fontes/Lato/Lato-Lightd41d.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */

        url('../fontes/Lato/Lato-Light.woff2') format('woff2'),
        /* Modern Browsers */

        url('../fontes/Lato/Lato-Light.woff') format('woff'),
        /* Modern Browsers */

        url('../fontes/Lato/Lato-Light.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
/*------------------------------- Header ---------------------------------------*/
body {
    background: #ebeff2;
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
    color: #666;
}
.text-primary {
    color: #047859;
}
/****** LOGIN MODAL ******/

.loginmodal-container {
    padding: 30px;
    max-width: 350px;
    width: 100% !important;
    background-color: #F7F7F7;
    margin: 0 auto;
    border-radius: 2px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    font-family: 'Montserrat', sans-serif;
}
.loginmodal-container h1 {
    text-align: center;
    font-size: 1.8em;
    font-family: Open Sans Light;
    color: #7b7b7b;
}
.loginmodal-container input[type=submit] {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    position: relative;
}
.loginmodal-container input[type=text],
input[type=password] {
    height: 44px;
    font-size: 16px;
    width: 100%;
    margin-bottom: 10px;
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-top: 1px solid #c0c0c0;
    /* border-radius: 2px; */

    padding: 0 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.loginmodal-container input[type=text]:hover,
input[type=password]:hover {
    border: 1px solid #b9b9b9;
    border-top: 1px solid #a0a0a0;
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.loginmodal {
    text-align: center;
    font-size: 14px;
    font-family: 'Arial', sans-serif;
    font-weight: 700;
    height: 36px;
    padding: 0 8px;
    /* border-radius: 3px; */
    /* -webkit-user-select: none;
      user-select: none; */
}
.loginmodal-submit {
    border: 0px;
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    background-color: #047859;
    padding: 17px 0px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}
.loginmodal-submit:hover {

    border: 0px;
    text-shadow: 0 1px rgba(0, 0, 0, 0.3);
    background-color: #047859;
}
.loginmodal-container a {
    text-decoration: none;
    color: #666;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    opacity: 0.6;
    transition: opacity ease 0.5s;
}
.login-help {
    font-size: 12px;
}
/* Barra Acessibilidade */

.barra-acessibilidade {
    width: 100%;
    float: left;
    padding: 31px 0;
    background: #0aaa80;
    display: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.23);
}
.barra-acessibilidade .nome {
    width: auto;
    float: left;
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    color: #FFF;
    margin: 1px 60px 0 0;
}
.barra-acessibilidade .nome .icone {
    width: auto;
    float: left;
    margin: 0 12px 0 0;
}
.barra-acessibilidade .fontes {
    width: auto;
    float: left;
}
.barra-acessibilidade .fontes .alterar {
    width: 40px;
    height: 40px;
    padding: 9px 0 0 0;
    float: left;
    margin: 0 9px 0 0;
    box-shadow: inset 0px 0px 0px 2px #FFF;
    border-radius: 100px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #FFF;
    cursor: pointer;
    transition: 0.2s;
}
.barra-acessibilidade .fontes .alterar:hover {
    background: #FFF;
    color: #307CCA;
    transition: 0.2s;
}
.barra-acessibilidade .contraste {
    width: auto;
    float: left;
}
.barra-acessibilidade .texto {
    width: auto;
    float: left;
}
.barra-acessibilidade .texto .alterar {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #fff;
    margin: 30px 0 0 0;
}
.barra-acessibilidade .texto .alterar .link {
    background: #016a4e;
    cursor: pointer;
    padding: 5px 5px 5px 5px;
    border-radius: 5px;
    margin-right: 10px;
}
.barra-acessibilidade .texto .alterar a {
    color: #fff;
}
.barra-acessibilidade .texto .alterar a:hover {
    color: #fff;
}
.barra-acessibilidade .contraste .alterar {
    width: auto;
    height: 40px;
    padding: 9px 22px 0 22px;
    float: left;
    margin: 0 9px 0 20px;
    box-shadow: inset 0px 0px 0px 2px #FFF;
    border-radius: 100px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #FFF;
    cursor: pointer;
    transition: 0.2s;
}
.barra-acessibilidade .contraste .alterar:hover {
    background: #FFF;
    color: #307CCA;
    transition: 0.2s;
}
.barra-acessibilidade .btn-externo {
    width: auto;
    height: 40px;
    padding: 9px 20px 0 20px;
    float: left;
    margin: 0 9px 0 20px;
    border-radius: 100px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #FFF;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.23);
    transition: 0.2s;
}
.barra-acessibilidade .btn-externo:hover {
    background: rgba(0, 0, 0, 0.33);
    transition: 0.2s;
}
.modal-content {
    font-family: 'Montserrat', sans-serif;
}
/****** End LOGIN MODAL ******/
/* Barra Acessibilidade */
button{
    background: none;
}
.btn-links {
    font-size: 14px;
    font-weight: 600;
    min-width: 35%;
    text-align: left;
    border-radius: 0px;
    color: #4B4B4B;
    padding: 15px;
    margin-bottom: 10px;
    z-index: 0;
    border: 1px solid #e8e8e8;
    border-left: 4px solid #FC6;
    transition: all 0.4s;

}
.btn-links:hover{
    color: #fff;
    background-color: rgba(105,163,255,0);
    background-image: -webkit-linear-gradient(119deg, #08916f, #006348);
    background-image: -moz-linear-gradient(119deg, #08916f, #006348);
    background-image: -o-linear-gradient(119deg, #08916f, #006348);
    background-image: -ms-linear-gradient(119deg, #08916f, #006348);
    background-image: linear-gradient(119deg, #08916f, #006348);
    cursor: pointer;
    -webkit-box-shadow: 0 0 32px rgba(0, 91, 67, 0.5);
    -moz-box-shadow: 0 0 32px rgba(0, 91, 67, 0.5);
    box-shadow: 0 0 32px rgba(0, 91, 67, 0.5);
    border: 1px solid transparent;
    border-left: 4px solid #FC6;
}
.btn-links i{
    float: right;
    margin-top: 5px;
}
.btn-azul {
    font-size: 14px;
    padding: 8px 20px;
    border: 1px solid #047859;
    border-radius: 100px;
    color: #047859;
    font-weight: 600;
    background: #fff;
    transition: all 0.4s;
}
.btn-azul:hover {
    color:#fff;
    background-color: rgba(105,163,255,0);
    background-image: -webkit-linear-gradient(119deg, #08906e, #006348);
    background-image: -moz-linear-gradient(119deg, #08906e, #006348);
    background-image: -o-linear-gradient(119deg, #08906e, #006348);
    background-image: -ms-linear-gradient(119deg, #08906e, #006348);
    background-image: linear-gradient(119deg, #08906e, #006348);
    -webkit-box-shadow: 0 0 32px rgba(0, 98, 71, 0.52);
    -moz-box-shadow: 0 0 32px rgba(0, 98, 71, 0.52);
    box-shadow: 0 0 32px rgba(0, 98, 71, 0.52);
    border:1px solid transparent;
} 
.btn-azul img {
    width: 24px;
    margin-right: 10px
}
.btn-arquivo {
    font-size: 14px;
    padding: 8px 20px;
    border: 1px solid #006247;
    border-radius: 100px;
    color: #006247;
    font-weight: 600;
    float: right;
    margin: 0 15px 18px 0px;
    transition: all 0.4s;
}
.btn-arquivo:hover {
    color: #fff;
    background-color: rgba(105,163,255,0);
    background-image: -webkit-linear-gradient(119deg, #08906e, #006348);
    background-image: -moz-linear-gradient(119deg, #08906e, #006348);
    background-image: -o-linear-gradient(119deg, #08906e, #006348);
    background-image: -ms-linear-gradient(119deg, #08906e, #006348);
    background-image: linear-gradient(119deg, #08906e, #006348);
    -webkit-box-shadow: 0 0 32px rgba(0, 98, 71, 0.52);
    -moz-box-shadow: 0 0 32px rgba(0, 98, 71, 0.52);
    box-shadow: 0 0 32px rgba(0, 98, 71, 0.52);
    border: 1px solid transparent;
} 
.btn-arquivo img{
    width: 24px;
    margin-right: 10px
}
.botao-voltar {
    font-size: 14px;
    margin-right: 10px;
    line-height: 20px;
    padding: 10px 40px;
    transition: all 0.4s;
    color: #fff;
    width: 150px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background-color: rgba(105,163,255,0);
    background-image: -webkit-linear-gradient(119deg, #08916f, #006247);
    background-image: -moz-linear-gradient(119deg, #08916f, #006247);
    background-image: -o-linear-gradient(119deg, #08916f, #006247);
    background-image: -ms-linear-gradient(119deg, #08916f, #006247);
    background-image: linear-gradient(119deg, #08916f, #006247);
    -webkit-box-shadow: 0 0 32px rgba(25,91,171,.15);
    -moz-box-shadow: 0 0 32px rgba(25,91,171,.15);
    box-shadow: 0 0 32px rgba(25,91,171,.15);
}
.botao-voltar:hover, .botao-voltar:focus, .botao-voltar:active, .botao-voltar.active, .open > .dropdown-toggle.botao-voltar {
    cursor: pointer;
    -webkit-box-shadow: 0 0 32px rgba(0, 98, 71, 0.51);
    -moz-box-shadow: 0 0 32px rgba(0, 98, 71, 0.51);
    box-shadow: 0 0 32px rgba(0, 98, 71, 0.51);
}
a {
    color: #006247;
    text-decoration: none;
}
a:hover {
    outline: 0;
    color: #4d4d4d;
    text-decoration: none;
}
.header-top {
    right: 0;
    left: 0;
    z-index: 1030;
    width: 100%;
    /*    padding: 13px 0 13px 0;*/
    float: left;
    background: #FFF;
    border-bottom: 4px solid #ffcc66;
}
.header-top i {
    margin: 0 5px 0 0;
}
.header-top .acesso-header-left {
    float: left;
    margin: 0 30px 0 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 11.6px;
    color: #505050;
    cursor: pointer;
    transition: 0.2s;
}
.header-top .acesso-header-left:hover {
    opacity: 0.70;
    transition: 0.2s;
}
.header-top .acesso-header {
    float: right;
    margin: 0px 0 0 30px;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    color: #505050;
    cursor: pointer;
    transition: 0.2s;
    text-transform: uppercase;
    line-height: 32px;
}
.header-top .acesso-header:hover {
    opacity: 0.70;
    transition: 0.2s;
}
.header-top .acesso-header .botao-acess {
    color: #fff;
    line-height: 32px;
    border-radius: 5px 5px 0 0;
    display: block;
    text-align: center;
    border-right: 1px solid #fff;
    background: #01684c;
    -webkit-box-shadow: inset 0px 0px 0px 1px #006247;
    -moz-box-shadow: inset 0px 0px 0px 1px #006247;
    box-shadow: inset 0px 0px 0px 1px #006449;
    padding: 0 20px 0 20px;
}
.header-top .acesso-header .botao-acess:hover {
    color: #000;
    background: #fff;
}
.page-banner .logo {
    width: 335px;
    height: 79px;
    float: left;
    margin: 60px 0 40px 0;
    background: url(../imagens/logo.png) no-repeat;
}
.page-banner {

}
.services-page-banner {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100%;
    background-image: -webkit-linear-gradient(right, rgb(22, 92, 4), rgb(116, 156, 106));
    background-image: -moz-linear-gradient(right, rgb(22, 92, 4), rgb(116, 156, 106));
    background-image: -o-linear-gradient(right, rgb(22, 92, 4), rgb(116, 156, 106));
    background-image: -ms-linear-gradient(right, rgb(22, 92, 4), rgb(116, 156, 106));
    background-image: linear-gradient(to left, rgb(0, 98, 71), #08916f);
}
.table > tbody > tr > td {
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    background: #fff;
}
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #fc6;
    color: #fff;
    background: #047859;
}
td {
    padding: 0;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: #047859;
}
.panel-title:hover {
    color: #047859;
}


.logoAcesso{
    padding-top: 13px;
}
.logoInstituicao{
    margin-left: 20px;
}

/*-----------menu--------------*/
/* Menu navbar */

.menu-barra-logo > .menu {
    position: relative;
    z-index: 1;
    width: 100%;
    background: none;
    box-shadow: none;
    border-top: none;
}
.menu-barra-logo .navbar-default {
    background: transparent;
    border: none;
    margin-top: 50px;
}
.menu-barra-logo .navbar-default .navbar-nav > li > a {
    color: #FFF;
    font-size: 12.35px;
    padding: 20px 12px 22px 12px;
}
.menu-barra-logo .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    transition: 0.2s;
    box-shadow: inset 0px -4px 0px 0px #e5c43d;
    color: #FFF;
    background: transparent;
}

.menu {
    position: relative;
    z-index: 1;
    width: 100%;
    background: #0a8363;
    box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.14);
    border-top: 1px solid rgba(255, 255, 255, 0.23);
}
.navbar-collapse {
    padding: 0;
}
.navbar {
    min-height: 0;
    margin-bottom: 0px;
}
.navbar-nav > li > a {
    padding: 35px 20px;
}
.navbar-default {
    background: #0a8363;
    border: none;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 12.35px;
    text-transform: uppercase;
    transition: 0.2s;
    padding: 20px 12px 22px 12px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    transition: 0.2s;
    box-shadow: inset 0px -4px 0px 0px #e5c43d;
    color: #fff;
}
.dropdown:hover > ul .dropdown-menu {
    display: block;    
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #7E7E7E;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
    padding-top: 9px;
    padding-bottom: 9px;
    transition: 0.2s;
    font-size: 11px;
    text-transform: uppercase;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    background: rgba(0, 0, 0, 0.1);
    transition: 0.2s;
    color:#fff;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background: none;
    transition: 0.2s;
    box-shadow: none;
}
/* Dropdown menu */
.navbar-nav > li > .dropdown-menu {
    border-top: 4px solid #fc6;
}
.dropdown-menu {
    text-transform: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 2px 2px 2px 2px;
    margin: 10px 0 0;
    font-size: 14px;
    border: none;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    box-shadow: none;
    border-radius: 0 3px 0 3px;
    box-shadow: 14px 14px 30px -4px rgba(124, 141, 169, .3);
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    z-index: 0;
}
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
/*-----------/menu--------------*/


.margin-top-20px {
    margin-top: 20px;
}
.info-widget {
    /*! font-size: 15px; */
    font-weight: 400;
    color: #8c8c8c;
    margin: 0 0 20px 0; 
    padding: 20px 30px;
    border: 1px solid #ededed;
    background: #fff;
    font-size: 12px;
}
.info-widget h1 {
    color: #505050;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 20px;
}
.info-widget p {
    font-family: LatoWeb;
    color: #8c8c8c;
    font-size: 14px;
    line-height: 20px;

}
.busca-widget input[type="search"] {
    font-size: 15px;
    color: #dddddd;
    font-weight: 400;
    line-height: 20px;
    color: #8c8c8c;
    padding: 15px 20px;
    border: 1px solid #ededed;
    width: 100%;
    outline: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.busca-widget input[type="search"]:focus {
    border: 1px solid #006247;
}
.busca-widget button {
    background: transparent;
    border: none;
    float: right;
    margin-top: -42px;
    margin-right: 15px;
    position: relative;
    font-size: 20px;
    color: #047859;
}
.acessibilidade {
    width: 100%;
    padding: 59px 0 0 0;
}
.acessibilidade .opcao {
    width: 35px;
    height: 35px;
    float: left;
    padding: 6px 0 0 0;
    margin: 0 10px 0 0;
    border-radius: 3px;
    background: #047859;
    text-align: center;
    text-shadow: none;
    color: #FFF;
    font-size: 12px;
    cursor: pointer;
    transition: 0.2s;
    box-shadow: inset 0px -4px 0px 0px rgba(0, 0, 0, 0.14);
}
.acessibilidade .acesso-header-left {
    float: left;
    margin: 0 20px 0 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #FFF;
    cursor: pointer;
    transition: 0.2s;
}
/*------------------------------- End Header ---------------------------------------*/
/*------------------------------- Breadbrumb ---------------------------------------*/
.page-top {
    width: 100%;
    float: left;
    padding: 0px 10px 10px 10px;
}
.page-top h1,
.page-top h2 {
    margin: 0 15px 0 0;
    font-size: 30px;
    font-weight: 400;
    float: left;
    line-height: 46px;
    color: #006449;
}
.bread-crumb {
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    margin-top: 17px;
}

.bread-crumb .breadcrumb {
    padding: 0;
    background: none;
    border-radius: 0;
    margin: 0;
}
.bread-crumb .breadcrumb li {
    display: block;
    float: right;
}
.bread-crumb .breadcrumb > li + li:before {
    content: "";
    padding: 0;
}
.bread-crumb .breadcrumb li.active {
    color: #047859;
}
.bread-crumb .divider {
    display: inline-block;
    background: url("../imagens/cd-custom-separator.svg") center center no-repeat;
    width: 24px;
    height: 10px;
}
.bread-crumb a {
    font-weight: 400;
    color: #7c7c7c;
    display: inline-block;
}
.bread-crumb a:hover {
    text-decoration: underline;
}
/*------------------------------- /Breadbrumb ---------------------------------------*/
/*----------------------------------- Home ---------------------------------------*/
.barra {
    width: 100%;
    float: left;
    margin: 50px 0 16px 0;
    background: #f0f5f7;
}
.box-servicos {
    margin: 20px 0 5px 0;
    width: 100%;
    float: left;
    font-family: LatoWeb;
    font-size: 14px;
    color: #6B6B6B;
    line-height: 1.3em;
}
.conteudo-box ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.conteudo-box {
    width: 100%;
    float: left;
    padding: 19px 19px;
    line-height: 1.4em;
    font-family: LatoWeb;
    background: #fff;
    border: 1px solid #ededed;
    margin: 0 0 40px 0;
    border-radius: 0 0 5px 5px;
    color: #6B6B6B;
}
.conteudo-box.titulo {
    width: 100%;
    float: left;
    margin: 0 0 27px 0;
    /*! padding: 0 0 25px 0; */
    margin: 0 0 25px 0;
    border-bottom: 1px solid rgb(222, 222, 222);
}
.conteudo-box .titulo h2 {
    color: #006449;
    font-size: 26px;
}
.conteudo-box .titulo h2 a {
    color: #006449;
    text-decoration: none;
}
.conteudo-box .titulo h1 {
    color: #047859;
    font-size: 22px;
}
.conteudo-box .titulo h1 a {
    color: #006449;
    text-decoration: none;

}
.conteudo-boxx .titulo .botoes {
    float: right;
    margin: -36px 0 -10px 0;
}
.conteudo-box .titulo .botoes .paginacao {
    width: 40px;
    height: 40px;
    float: left;
    color: #047859;
    font-size: 12px;
    padding: 6px 0 0 0;
    text-align: center;
    border-radius: 12px;
    margin: 0 0 0 8px;
    background: #E7E4E4;
    background: -moz-linear-gradient(top, #E7E4E4 0%, #D6D3D3 100%);
    background: -webkit-linear-gradient(top, #E7E4E4 0%,#D6D3D3 100%);
    background: transparent;
    border: 1px solid #047859;
    transition: 0.3s;
    cursor: pointer;
}
.conteudo-box .titulo .botoes .paginacao:hover {
    transition: 0.3s;
    background: #047859;
    color: #fff;
}
.conteudo-box .conteudo-texto {
    width: 100%;
    float: left;
    color: #666;
}
.conteudo-box .conteudo-texto h1 {
    font-size: 17px;
    font-weight: bold; 
    color: #047859;
}
.conteudo-box .conteudo-texto h2 {
    font-size: 14px;
    font-weight: bold; 
    color: #047859;
}
.titulo-box {
    width: 100%;
    float: left;
    background: #047859;
    border-radius: 1px;
    color: #fff;
    padding: 15px 0 15px 25px;
    font-size: 17px;
    border-radius: 3px 3px 0 0;
    text-transform: uppercase;
}
.titulo-box h1{
    font-size: 17px;
    padding: 0;
    margin: 0;
}
.titulo-filtro {
    width: 100%;
    float: left;
    background: #047859;
    border-radius: 1px;
    color: #fff;
    padding: 15px 0 15px 25px;
    font-size: 17px;
    border-radius: 3px 3px 0 0;
    text-transform: uppercase;
}
.conteudo-box {
    width: 100%;
    float: left;
    padding: 19px 19px;
    line-height: 1.4em;
    font-family: LatoWeb;
    background: #fff;
    border: 1px solid #ededed;
    margin: 0 0 40px 0;
    border-radius: 0 0 5px 5px;
}
.conteudo-boxBranco {
    width: 100%;
    float: left;
    padding: 19px 19px;
    line-height: 1.4em;
    font-family: LatoWeb;
    background: #fff;
    border: 1px solid #e2e2e2;
    margin: 0 0 40px 0;
    border-radius: 0 0 3px 3px;
}
.conteudo-paginas {
    margin-top: 10px;
}
/*------------ Serviços -------------*/
.botao-servicos {
    float: left;
    width: 200px;
    height: 150px;
    font-size: 14px;
    font-weight: 800;
    line-height: 15px;
    padding: 25px 0 0 0;
    color: #505050;
    margin: 0 17px 20px 17px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
    border: 1px solid #ededed;
}
.botao-servicos:hover{
    box-shadow: 14px 14px 30px -4px rgba(124, 141, 169, .3);
    -webkit-transform: translate(0px, -5px);
    -ms-transform: translate(0px, -5px);
    transform: translate(0px, -5px);
}
.botao-servicos img{
    height: 68px;
    margin-bottom: 10px;
}
.input {
    width: 100%;
    float: left;
    margin: 0 0 12px 0;
}
input[type=text],
select {
    width: 100%;
    float: left;
    border: 1px solid #E0E0E0;
    padding: 10px 15px;
    color: #666;
    transition: 0.2s;
    background: #ffffff;
}
input[type=text]:hover,
select:hover {
    transition: 0.2s;
}
.form-control {
    border-radius: 1px;
}
textarea {
    width: 100%;
    float: left;
    height: 200px;
    margin: 5px 0 0 0;
    border: 1px solid #CDCDCD;
    padding: 10px 15px 10px 15px;
    color: #666;
    transition: 0.2s;
    background: #ffffff;
}
textarea:hover {
    transition: 0.2s;
    border: 1px solid #BBB;
}
textarea:focus {
    transition: 0.3s;
    outline: 0;
    border: 1px solid #047859;
}
/*-------------------------------------------------links--------------------------------------------*/
.links-pagina{
    float: left;
    text-align: left;
}
.links-pagina ul{
    float: left;
    margin-left: 0px;
    padding-left: 0px;
}
.links-pagina ul li{
    float: left;
    width: 100%;
    margin-right: 20px;
    background-color: #EFEFEF;
    margin-bottom: 15px;
    list-style-type: none;
    padding-left: 20px;
    background-attachment: scroll;
    border-left: 6px solid #0A8363;
    background-repeat: no-repeat;
    background-position: left top;
}
.links-pagina ul li a{
    font-size: 13px;
    color: #006247;
    text-decoration: none;
}
.links-pagina ul li a:hover{
    color: #006247;
}
.links-pagina ul li .logo-link{
    float: left;
    height: 40px;
    width: 40px;
    margin-right: 10px;
}
.links-pagina ul li .txt-link{
    padding-top: 10px;
}
/*----------------------------------- Footer ---------------------------------------*/
.rodape-barra-posterior {
    width: 100%;
    float: left;
    padding: 20px 0px 10px 0px;
    background: #006247;
    font-family: LatoWebLight;
    font-size: 14px;
    color: #fff;
}
.rodape-barra-posterior a {
    color: #fff
}
.rodape-barra-posterior .ericksondias {
    width: auto;
    float: right;
    cursor: pointer;
    transition: 0.2s;
}
.rodape-barra-posterior .ericksondias:hover {
    transition: 0.2s!important;
    color: #FFF;
    font-weight: bold;
}
.rodape-barra-posterior .ericksondias .icone {
    width: 31px;
    height: 30px;
    float: right;
    margin: -5px 0 0 17px;
    background: url(../imagens/plenus.png) no-repeat;
}
.rodape-barra-posterior ul li {
    width: auto;
    float: left;
    list-style: none;
    margin: 0 40px 0 0;
}
.barra-rodape {
    width: 100%;
    float: left;
    padding: 15px 0 15px 0;
    background: #0a8363;
    margin-top: 30px;
}
strong-rodape{
    font-family: 'Montserrat', sans-serif;
}
.bloco-rodape .menu1 {
    width: 100%;
    float: left;
    margin: 15px 0 15px 0;
    font-family: LatoWebLight;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}
.bloco-rodape .menu1 a {
    text-decoration: none;
    color: #fff;
}
.bloco-rodape .menu1 .line1 {
    width: 100%;
    float: left;
    margin: 0 0 15px 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    color: #FFF;
    text-transform: uppercase;
}
.bloco-rodape .footer-social > a{
    width: 37px;
    height: 37px;
    display: inline-block;
    line-height: 37px;
    background-color: #006247;
    text-align: center;
    color: #fff;
    border-radius:100px;
}
.bloco-rodape.footer-social > a:hover{
    cursor: pointer;
    background-color: rgb(255, 255, 255);
    color: #0a8363;
}
.bloco-rodape .footer-social > a:nth-last-of-type(1){
    margin-right: 0;
}
.bloco-rodape .contato{
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #FFF;
    text-transform: uppercase;
}
.bloco-rodape .contato .texto{
    margin: 0 0 0 5px;
}
social-icons{
    font-size: 30px;
    margin-left: -14px;
    transition: all 0.4s;
}
.botao-localizacao{
    font-size: 14px;
    padding: 12px 20px;
    border-radius: 100px;
    color: #fff;
    margin-top: 20px;
    transition: all 0.4s;
    font-family: 'Montserrat', sans-serif;
    background-color: #006247;
}
.botao-localizacao:hover{
    cursor: pointer;
    background-color: rgb(255, 255, 255);
    color: #006247;
}
/*!
 * bootstrap-vertical-tabs - v1.2.1
 * https://dbtek.github.io/bootstrap-vertical-tabs
 * 2014-11-07
 * Copyright (c) 2014 İsmail Demirbilek
 * License: MIT
 */
.tabs-left, .tabs-right {
    border-bottom: none;
    padding-top: 2px;
}
.tabs-left {
    border-right: 1px solid #ddd;
}
.tabs-right {
    border-left: 1px solid #ddd;
}
.tabs-left>li, .tabs-right>li {
    float: none;
    margin-bottom: 2px;
}
.tabs-left>li {
    margin-right: -1px;
}
.tabs-right>li {
    margin-left: -1px;
}
.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
    border-bottom-color: #ddd;
    border-right-color: transparent;
}

.tabs-right>li.active>a,
.tabs-right>li.active>a:hover,
.tabs-right>li.active>a:focus {
    border-bottom: 1px solid #ddd;
    border-left-color: transparent;
}
.tabs-left>li>a {
    border-radius: 4px 0 0 4px;
    margin-right: 0;
    display:block;
}
.tabs-right>li>a {
    border-radius: 0 4px 4px 0;
    margin-right: 0;
}
.sideways {
    margin-top:50px;
    border: none;
    position: relative;
}
.sideways>li {
    height: 20px;
    width: 120px;
    margin-bottom: 100px;
}
.sideways>li>a {
    border-bottom: 1px solid #ddd;
    border-right-color: transparent;
    text-align: center;
    border-radius: 4px 4px 0px 0px;
}
.sideways>li.active>a,
.sideways>li.active>a:hover,
.sideways>li.active>a:focus {
    border-bottom-color: transparent;
    border-right-color: #ddd;
    border-left-color: #ddd;
}
.sideways.tabs-left {
    left: -50px;
}
.sideways.tabs-right {
    right: -50px;
}
.sideways.tabs-right>li {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.sideways.tabs-left>li {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
/*----------------------------------- End Footer ---------------------------------------*/
/*back to top*/
.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border-radius: 100px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #006247 url(../imagens/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
    /* the button becomes visible */

    visibility: visible;
    opacity: 1;
}
.cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */

    opacity: .5;
}
.no-touch .cd-top:hover {
    background-color: #0a8363;
    opacity: 1;
}
@media only screen and (min-width: 768px) {
    .cd-top {
        right: 20px;
        bottom: 20px;
    }
}
@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 60px;
        width: 60px;
        right: 30px;
        bottom: 30px;
    }
}
/*back the top*/
/* Paginação */
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 0px;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 10px 16px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #0a8363;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    transition: 0.3s;
    font-size: 17px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 2;
    color: #0a8363;
    background-color: #eee;
    border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #0a8363;
    border-color: #0a8363;
}
/* Paginação */
#licitacoes-vigentes {
    transition: all 350ms ease;
    border: 1px solid #ededed;
    border-radius: 3px;
}
#licitacoes-vigentes:hover {
    box-shadow: 14px 14px 30px -4px rgba(124, 141, 169, .3);
    -webkit-transform: translate(0px, -5px);
    -ms-transform: translate(0px, -5px);
    transform: translate(0px, -5px);
}
#licitacoes-vigentes .list-group-item {
    border:0;
    color: #444;
    padding: 15px;
}
#licitacoes-vigentes .heading {
    color: #444;
    background-color: #FBFCFC;
}
#licitacoes-vigentes .heading img {
    float: left;
    margin: 13px 25px 13px 5px;
    font-size: 14px;
    display: block;
    height: 64px;
}
#licitacoes-vigentes .heading .text-wrap {
    padding: 20px 0;
}
#licitacoes-vigentes .heading .list-group-item-heading {
    font-weight: 600;
    color: #444;
}

.bt-ouvidoria{
    background-color: #047859;
}
.bt-ouvidoria:hover{
    background-color: #0a9b74;
    transition: 0.2s;
}

.tituloPadraoHome {
  color: #505050;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 20px;
}

.box-formas-atendimento{
    width: 100%;
    height: 200px;
    border: 1px solid #CCC;
}
.box-formas-atendimento .icon-titulo{
    text-align: center;
    font-size: 25px;
    padding: 15px;
    background-color: #f7f8f9;
}
.box-formas-atendimento .descricao{
    padding: 20px;
    text-align: center;
}
.box-formas-atendimento .titulo{
    text-align: center;
    padding-left: 100px;
}