@import 'cookies.css';
@import 'termos-uso.css';
body {
    font-family: 'Lato-Regular';
    font-weight: 400;
}

/***** topo especificos ******/

.topo .level-1 .fa-window-minimize {
    color: #fff;
    position: absolute;
    top: -6px;
    left: 50%;
    right: auto;
    -moz-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    display: none;
}
.topo .bd {
    position: absolute;
    top: 36px;
    left: 259px;
    border: 1px solid transparent;
    padding: 5px 10px;
}
.topo .bd.active {
    border: 1px solid #6b84a1;
}
.topo .bd .fa-window-minimize {
    color: #fff;
    position: relative;
    bottom: 1px;
    left: 5px;
}
/***** topo *****/

.topo {
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
}
.topo a {
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
}
.topo .navbar {
    margin-bottom: 0px;
    border-bottom: 1px solid #ec3237;
    z-index: 999;
    background-color: #ec3237;
}
.main-navigation span.icon-bar {
    background-color: #fff;
    width: 30px;
    height: 4px;
}
.main-navigation .brand a.logo {
   background: url('../img/logo-header.png') no-repeat;
	padding: 0px 0px;
	width: 150px;
	height: 71px;
	display: block;
	webkit-transition: 0ms linear;
	-moz-transition: 0ms linear;
	-ms-transition: 0ms linear;
	-o-transition: 0ms linear;
	transition: 0ms linear;
	margin-top: -30px;
	margin-right: 10px;
}
.main-navigation .brand a.logo.logo-mobile {
    background: url('../img/logo-header.png') no-repeat;
    padding: 0px 0px;
    width: 150px;
    height: 71px;
    display: block;
    webkit-transition: 0ms linear;
    -moz-transition: 0ms linear;
    -ms-transition: 0ms linear;
    -o-transition: 0ms linear;
    transition: 0ms linear;
	margin-right: 10px;
}
.main-navigation form .btn {
    font-weight: 400;
    font-size: 11px;
    color: #fff;
    background-image: linear-gradient(to bottom, #ca262a, #ef3439);
    border: 1px solid #b62226;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 3px 10px 3px 10px;
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
    margin-top: 5px;
    text-transform: uppercase;
    font-family: 'Lato-Regular', Lato-Regular;
}
.main-navigation .img-box-cartao {
    float: left;
}
.img-box-cartao ul li {
    float: left;
    padding-right:5px;
}
.img-box-cartao ul li.desc-cartao {
    margin-top: 7px;
    margin-right: 10px;
    margin-left: 5px;
    color: #fff;
    font-family: 'Lato-Light', Lato-Light;
}
.img-box-cartao ul li.desc-cartao span {
    color: #fff;
    font-family: 'Lato-Bold', Lato-Bold;
    font-size: 14px;
}
/***** level 1 *****/

.main-navigation .nav > li.level-1 {
    padding: 15px 0px 0px 0px;
}
.main-navigation .nav > li.level-1 > a {
    font-size: 16px;
    color: #fff !important;
    text-transform: none;
    padding: 3px 20px 0px 20px;
    text-decoration: none;
    position: relative;
    font-family: 'Lato-Regular', Lato-Regular;
}
.main-navigation .nav > li.level-1 > a:hover {
    color: #fff;
    background-color: transparent;
}
.main-navigation .nav > li.level-1 > a:hover .fa-window-minimize {
    display: block;
}
.main-navigation .nav > li.level-1 > a:focus {
    background-color: transparent;
}
.main-navigation .nav > li.level-1 > a:after {
    background: #09598a;
}
/*.main-navigation .nav >  li.level-1>a:after {
            content:"icon";
            text-indent:-999em;
            display:block;
            width:32px;
            height:32px;
           /* background:url(../img/icons/spritesheet.png) 0 -620px no-repeat;
          background: #000;
            margin:5% 0 0 45%;
        }
*/

.main-navigation .nav > li.level-1.active > a {
    color: #fff !important;
    font-family: 'Lato-Bold', Lato-Bold;
    font-size: 16px;
}
.main-navigation .nav > li.level-1.active > a .fa-window-minimize {
    display: block;
}
.main-navigation .nav > li.level-1 > a span {
    position: relative;
    padding-top: 11px;
}
.main-navigation .nav > li.level-1 > a span:hover {
    position: relative;
    padding-top: 11px;
    border-bottom: 4px solid yellow;
}
.main-navigation .nav > li.level-1 > a > span.fa {
    color: #fff;
    position: absolute;
    top: 50%;
    bottom: auto;
    right: 10px;
    padding-top: 0px;
    -moz-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    display: none;
    font-size: 14px;
}
@media(max-width:768px) {
    .main-navigation .nav > li.level-1.active {
        background: #d0292d;
    }
    .main-navigation .dropdown .dropdown-menu > li.level-2.active-collpase > a {
        color: #000 !important;
        background: #fff !important;
    }
    .main-navigation .dropdown .dropdown-menu ul.well > li.level-3 {
        background: #eaeaea !important;
    }
}
@media(min-width:992px) {
    .main-navigation .nav > li.active span {
        padding: 0px 0px 0px 0px;
        border-bottom: 4px solid yellow;
    }
	
}
@media(min-width:1300px) {
    .main-navigation .img-box-cartao {
        margin-left: 50px;
    }
}
@media(min-width:1400px) {
    .main-navigation .img-box-cartao {
        margin-left: 250px;
    }
}
@media(max-width:992px) {
    .main-navigation .brand a.logo {
        margin-top: 0px;
    }
}
@media(min-width:1200px){
	.servicos .servicos-box .text-box-servicos{
		height:180px;
	}
}
@media(min-width:992px) and (max-width:1200px) {
	.servicos .servicos-box .text-box-servicos{
		height:280px;
	}
	
}
/***** dropdown *****/

.main-navigation .dropdown .dropdown-menu {
    padding: 0px;
    background: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
    min-width: 267px;
    top: 110%;
    left: 50%;
    right: auto;
    -moz-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}
/***** level 2 parent item *****/

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background: transparent !important;
}
.main-navigation .nav > li.level-1.dropdown.open > a:focus {
    color: #fff;
    background: transparent !important;
}
.main-navigation .nav > li.level-1.dropdown.open > a:focus .fa.fa-window-minimize {
    display: block;
}
/***** level 2 *****/

.main-navigation .dropdown .dropdown-menu > li.level-2 > a > span.fa {
    color: #000;
    position: absolute;
    top: 50%;
    bottom: auto;
    right: 12px;
    -moz-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    font-size: 14px;
	border: none!Important;
}
.main-navigation .dropdown .dropdown-menu > li.level-2 > a > span.fa:hover {
    color: #000;
}
.main-navigation .dropdown .dropdown-menu > li.level-2 {
    padding: 0px 0px 0px 0px;
    background: #fff;
}
.main-navigation .dropdown .dropdown-menu > li.level-2 > a {
    font-size: 16px;
    color: #777676;
    text-transform: none;
    padding: 11px 22px 11px 32px;
    text-decoration: none;
    position: relative;
    font-family: 'Lato-Regular', Lato-Regular;
}
.main-navigation .dropdown .dropdown-menu > li.level-2 > a:hover {
    color: #777676;
    /*background: #ad1b1f;*/
}
.main-navigation .dropdown .dropdown-menu > li.level-2:first-of-type > a {
    -webkit-border-top-right-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}
.main-navigation .dropdown .dropdown-menu > li.level-2:last-of-type > a {
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.main-navigation .dropdown .dropdown-menu > li.level-2 > a:hover > span.fa {
    color: #000;
}
/***** level 3 parent item *****/

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    background-color: transparent;
}
.main-navigation .dropdown .dropdown-menu > li.level-2.active-collpase > a {
    color: #777676;
}
.main-navigation .dropdown .dropdown-menu > li.level-2.active-collpase > a:hover > span.fa {
    color: #000;
}
/***** level 3 *****/

.main-navigation .dropdown .dropdown-menu ul.well > li.level-3 > a {
    font-weight: 400;
    font-size: 16px;
    color: #777676;
    background: #eaeaea;
    padding: 10px 45px 10px 48px;
    margin: 0px 0px 0px 0px;
    display: block;
    position: relative;
    font-family: 'Lato-Regular', Lato-Regular;
}
.main-navigation .dropdown .dropdown-menu ul.well > li.level-3 > a:hover,
.main-navigation .dropdown .dropdown-menu ul.well > li.level-3 > a:focus {
    background: #eaeaea;
    text-decoration: underline;
}
.main-navigation .dropdown .dropdown-menu li.last ul.well,
.main-navigation .dropdown .dropdown-menu li.last ul.well > li.level-3:last-child,
.main-navigation .dropdown .dropdown-menu li.last ul.well > li.level-3:last-child > a {
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.formulario-login {
    margin-top: 8px;
}
.main-navigation .brand img {
    display: none;
}
.main-navigation .campos-form input {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height: 28px;
    width: 130px;
}
@media (max-width: 502px) {
    .main-navigation .campos-form {
        float: left;
        color: #c0c0c0;
        width: 30%;
    }
}
.main-navigation .DescricaoCartao {
    display: none;
    white-space: nowrap;
}
@media (min-width: 992px) {
    .navbar-left {
        float: left !important;
        margin: 0;
    }
}
@media (min-width: 768px) {
    .navbar-left {
        float: none!important;
    }
    .navbar-nav {
        float: none;
        margin: 0;
    }
}
@media(min-width:768px) and (max-width:992px) {
    .main-navigation .nav > li.level-1 > a {
        padding: 35px 15px 0px 15px;
    }
    .main-navigation .img-box-cartao {
        margin-left: 50px;
        margin-bottom: 20px;
    }
}
@media(max-width:992px) {
    .content-FormLogin {
        background: #d0292d;
    }
}
@media (max-width: 768px) {
    /***** menu collapsed in a custom resolution *****/
    /*.main-navigation .DescricaoCartao{
                display: block;
                color: #fff;
            }*/
    
    .main-navigation form .btn {
        padding: 7px 10px 3px 10px;
        margin-top: 10px;
    }
    .main-navigation .DescricaoCartao {
        display: block;
        color: #fff;
    }
    .main-navigation .DescricaoCartao ul li {
        float: left;
    }
    .main-navigation .DescricaoCartao ul li img {
        height: 20px;
        margin-right: 10px;
    }
    .main-navigation .nav > li.level-1 {
        padding: 0px 0px 0px 0px;
    }
    .main-navigation .DescricaoCartao p {
        color: #fff;
        font-size: 14px;
        font-family: 'Lato-Light', Lato-Light;
    }
    .main-navigation .DescricaoCartao p span {
        color: #fff;
        font-size: 14px;
        font-family: 'Lato-Bold', Lato-Bold;
    }
    .main-navigation .campos-form {
        float: left;
        color: #c0c0c0;
        margin-bottom: 0px;
    }
    .main-navigation .campos-form input {
        margin: 10px 1%;
        width: 90%;
    }
    .main-navigation .navbar-header {
        float: none !important;
        margin-top: 10px;
        margin-right: -20px;
        margin-left: -20px;
    }
    .main-navigation .navbar-left,
    .main-navigation .navbar-right {
        float: none !important;
    }
    .main-navigation .navbar-collapse.collapsing {
        overflow-x: hidden !important;
    }
    .main-navigation .navbar-collapse.collapse {
        display: none !important;
    }
    .main-navigation .navbar-collapse.in {
        overflow-x: hidden !important;
    }
    .main-navigation .navbar-nav {
        float: none !important;
        margin: 0px !important;
    }
    .main-navigation .navbar-nav > li {
        float: none !important;
    }
    .main-navigation .collapse.in {
        display: block !important;
    }
    .main-navigation .navbar-toggle {
        display: block !important;
    }
    /***** submenu collapsed in a custom resolution *****/
    
    .main-navigation .navbar-nav .open .dropdown-menu {
        position: relative;
        float: none;
        width: auto;
        min-width: 100%;
        top: auto;
        left: auto;
        right: auto;
        -moz-transform: translate(0%, 0%);
        -webkit-transform: translate(0%, 0%);
        -o-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }
    /***** topo *****/
    
    .topo .bd {
        position: absolute;
        top: 21px !important;
        left: 140px !important;
        background: transparent;
    }
    .main-navigation .navbar-toggle {
        margin: 19px 0px 5px 0px;
    }
    .main-navigation.active .brand a.logo {
        margin-top: 10px !important;
        margin-bottom: 0px !important;
        background: url('../img/logo-header.png') center center no-repeat;
        background-size: 126px 45px;
        padding: 13px 73px;
        width: 126px;
        height: 45px;
        display: block;
        webkit-transition: 0ms linear;
        -moz-transition: 0ms linear;
        -ms-transition: 0ms linear;
        -o-transition: 0ms linear;
        transition: 0ms linear;
    }
    .main-navigation .brand a.logo {
        margin-top: 10px !important;
        margin-bottom: 0px !important;
        background: url(../img/logo-header.png) center center no-repeat;
        background-size: 126px 45px;
        padding: 13px 73px;
        width: 126px;
        height: 45px;
        display: block;
        webkit-transition: 0ms linear;
        -moz-transition: 0ms linear;
        -ms-transition: 0ms linear;
        -o-transition: 0ms linear;
        transition: 0ms linear
    }
    .main-navigation .brand a.logo.logo-mobile {
        margin-top: 11px;
        margin-bottom: 10px;
        background: url('../img/logo-header.png') center center no-repeat;
        background-size: 126px 39px;
        padding: 13px 73px;
        width: 126px;
        height: 39px;
        display: block;
        webkit-transition: 0ms linear;
        -moz-transition: 0ms linear;
        -ms-transition: 0ms linear;
        -o-transition: 0ms linear;
        transition: 0ms linear;
    }
    .main-navigation .brand img {
        /*padding: 10px 0px;
					width: 126px; /*1/3 da imagem*/
        
        float: left;
        margin-top: 25px;
        margin-left: 35px;
        display: none;
        height: 30px;
    }
    .main-navigation .brand ul li {
        float: left;
    }
    .main-navigation .img-box-cartao {
        display: none;
    }
    /***** troca de menu *****/
    
    .topo .navbar.active {
        background: #ec3237 !important;
    }
    .topo .navbar.active .bd .fa-window-minimize {
        color: #005c8a !important;
    }
    .topo .navbar.active span.icon-bar {
        background: #fff !important;
    }
    .topo .navbar.active .level-1 .fa-window-minimize {
        color: #69d0ff !important;
    }
    /***** level 1 parent-item *****/
    
    .main-navigation .nav > li.level-1.dropdown.open > a {
        color: #fff !important;
        background: #ad1b1f!important;
    }
    .main-navigation .nav > li.level-1.dropdown.open > a:focus {
        color: #fff;
        background: #ad1b1f !important;
    }
    .main-navigation .nav > li.level-1.dropdown.open > a:focus .fa-window-minimize {
        display: none !important;
    }
    .main-navigation .nav > li.level-1.dropdown.open > a > span.fa {
        padding-top: 0px;
        color: #fff;
    }
    .main-navigation .nav > li.level-1 > a span:hover {
        border-bottom: 0px;
    }
    .main-navigation .navbar-nav .open .dropdown-menu {
        background: #f1f1f1 !important;
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
         height: auto;
    }
    /***** level 1 *****/
    
    .main-navigation .nav > li.level-1 > a {
        color: #fff !important;
        text-align: left;
        padding: 10px 30px 10px 30px !important;
        font-family: 'Lato-Regular', Lato-Regular;
        font-size: 18px !important;
    }
    .main-navigation .nav > li.level-1 > a:hover {
        color: #005595;
        background: #ad1b1f !important;
    }
    .main-navigation .nav > li.level-1 > a:hover .fa-window-minimize {
        display: none;
    }
    .main-navigation .nav > li.level-1.active > a:hover {
        color: #69d0ff;
    }
    .main-navigation .nav > li.level-1.active > a:hover .fa-window-minimize {
        display: block;
    }
    .main-navigation .nav li.level-1 a span.fa {
        display: block;
    }
    /***** dropdown *****/
    
    .main-navigation .dropdown .dropdown-menu {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .main-navigation .dropdown .dropdown-menu:before {
        border-right: 0px solid transparent;
        border-bottom: 0px solid #transparent;
        border-left: 0px solid transparent;
    }
    .main-navigation .dropdown .dropdown-menu:after {
        border-right: 0px solid transparent;
        border-bottom: 0px solid #transparent;
        border-left: 0px solid transparent;
    }
    /***** level 2 *****/
    
    .main-navigation .dropdown .dropdown-menu > li.level-2 > a {
        color: #000;
        text-align: left;
        padding: 11px 30px 11px 30px;
        font-family: 'Lato-Regular', Lato-Regular;
        font-size: 18px;
    }
    .main-navigation .dropdown .dropdown-menu > li.level-2 > a:hover {
        color: #000;
        background: #f1f1f1;
    }
    .main-navigation .dropdown .dropdown-menu > li.level-2 > a > span.fa {
        color: #000;
        right: 10px;
    }
    .main-navigation .dropdown .dropdown-menu > li.level-2 > a:hover > span.fa {
        color: #000;
    }
    /***** level 3 parent item *****/
    
    .main-navigation .dropdown .dropdown-menu > li.level-2.active-collpase > a:hover {
        color: #000;
        background: #dddddd;
    }
    .main-navigation .dropdown .dropdown-menu > li.level-2.active-collpase > a > span.fa {
        color: #000;
    }
    /***** level 3 *****/
    
    .main-navigation .dropdown .dropdown-menu ul.well > li.level-3 > a {
        text-align: left;
        padding: 10px 30px 10px 30px;
        font-family: 'Lato-Regular', Lato-Regular;
        font-size: 18px;
        background: #eaeaea;
    }
    .main-navigation .dropdown .dropdown-menu ul.well > li.level-3 > a:hover,
    .main-navigation .dropdown .dropdown-menu ul.well > li.level-3 > a:focus {
        text-decoration: underline;
        background: #eaeaea;
    }
}
/***** topo responsivo *****/
/********** slider **********/

.slider .dw {
    position: absolute;
    bottom: 147px;
    left: 50%;
    right: auto;
    -moz-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}
.slider .anim-1 {
    height: 750px;
}
.slider a {
    display: block;
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
}
.slider .main-header {
    padding: 0px 0px 0px 0px;
}
.slider h2 {
    font-family: 'Lato-Bold', Lato-Bold;
    font-size: 30px;
    color: #fff;
    text-align: left;
    line-height: 31px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
.slider h3 {
    font-size: 18px;
    color: #fff;
    text-align: left;
    margin: 0px 0px 0px 0px;
    line-height: 25px;
    font-family: 'Lato-Regular', Lato-Regular;
}
.slider .main-header-box .header-box {
    background: rgba(0, 0, 0, 0.5);
    padding: 19px 25px 19px 25px;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 50%;
    bottom: auto;
    -moz-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    width: 100%;
}
/***** silder transition *****/

.carousel.slide .item {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -ms-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.carousel.slide .carousel-inner .item,
.carousel.slide .carousel-inner .active.left,
.carousel.slide .carousel-inner .active.right {
    opacity: 0;
}
.carousel.slide .carousel-inner .active,
.carousel.slide .carousel-inner .next.left,
.carousel.slide .carousel-inner .prev.right {
    opacity: 1;
}
.carousel.slide .carousel-inner .next,
.carousel.slide .carousel-inner .prev,
.carousel.slide .carousel-inner .active.left,
.carousel.slide .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.carousel.slide .carousel-control {
    z-index: 2;
}
/***** slider controls *****/
/***** index slider *****/

.slider {
    margin-top: 81px;
}
.slider a,
.slider a:hover .slider a:focus {
    text-decoration: none !important;
}
.slider .vertical-center-box {
    margin-left: auto;
    margin-right: auto;
}
.slider .carousel-inner .vertical-center {
    height: 840px;
}
.slider .main-header-box {
    margin-bottom: 74px;
}
.slider .carousel-caption {
    text-shadow: none;
    position: inherit;
}
/***** queries *****/

@media (max-width: 768px) {
    .slider .header-box {
        position: inherit !important;
    }
}
@media (max-width: 1200px) {
    .slider {
        margin-top: 75px;
    }
    .slider h2 {
        text-align: center;
    }
    .slider h3 {
        text-align: center;
    }
}
@media (max-width: 528px) {
    .slider h1 {
        font-size: 27px;
        line-height: 28px;
    }
}
/***** slider controls *****/

.slider .carousel-control.left {
    background: none !important;
    text-align: right;
}
.slider .carousel-control.right {
    background: none !important;
    text-align: left;
}
.slider .carousel-indicators-pos {
    position: relative;
}
.slider .carousel-control-box .next-incone {
    font-size: 0px;
    padding: 90px 17px;
    background: url(../img/prev-Rignt.png) center center no-repeat !important;
    position: absolute;
    top: 60%;
    bottom: auto;
    /* right: 40px; */
    
    -moz-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.slider .carousel-control-box .prev-incone {
    font-size: 0px;
    padding: 90px 17px;
    background: url(../img/prev-Left.png) center center no-repeat !important;
    position: absolute;
    top: 60%;
    bottom: auto;
    /* right: 40px; */
    
    -moz-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.col-1 {
    margin-top: -5px;
}
/***** index *****/

.index-bkg {
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 999;
}
.servicos {
    background: #fff;
    margin-bottom: 110px;
}
.servicos h2 {
    font-weight: 700;
    font-size: 38px;
    color: #156994;
    text-transform: uppercase;
    padding-top: 51px;
    padding-bottom: 20px;
}
.servicos p.header {
    font-family: 'merriweather';
    font-weight: 300;
    font-size: 16px;
    color: #333333;
    padding-bottom: 15px;
}
.servicos p.content {
    font-family: 'merriweather';
    font-weight: 400;
    font-size: 14px;
    color: #888;
    padding-bottom: 45px;
    line-height: 28px;
}
.servicos .col-md-15 {
    min-height: 350px;
}
.servicos img {
    padding-top: 14px;
    padding-bottom: 8px;
}
.servicos h3 {
    font-size: 26px;
    color: #ec3237;
    padding-bottom: 10px;
    text-align: center;
    font-family: 'Lato-Bold', Lato-Bold;
}
.servicos p {
    text-align: center;
    font-family: 'Lato-Regular', Lato-Regular;
    font-size: 18px;
    color: #8c8f94;
}
.servicos .servicos-box {
    margin-top: 20%;
}

.servicos .servicos-box .btn-box {
    text-align: center;
}
.servicos .servicos-box .btn-box .btn {
    font-weight: 400;
    font-size: 16px;
    color: #c1c1c1;
    background: transparent;
    padding: 7px 29px;
    margin-top: 25px;
    margin-bottom: 20px;
    border: 1px solid #dfdfe0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
    font-family: 'Lato-Regular', Lato-Regular;
}
.servicos .servicos-box .btn-box .btn:hover,
.servicos .servicos-box .btn-box .btn:focus {
    color: #26292c;
    background: none !important;
    border-top: 1px solid #dfdfe0 !important;
    box-shadow: 0px 2px 4px 0px rgba(193, 193, 193, 0.78);
}
.servicos .servicos-box .btns-box {
    border: 1px solid #dfdfe0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
    margin-top: 30px;
    height: 40px;
}
.servicos .servicos-box .btns-box .btn {
    font-weight: 400;
    font-size: 16px;
    color: #c1c1c1;
    padding: 2px 30px;
    background: transparent;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1px solid #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: 200ms linear;
    margin-left: 5px;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
    font-family: 'Lato-Regular', Lato-Regular;
}
.servicos .servicos-box .btns-box .btn:hover,
.servicos .servicos-box .btns-box .btn:focus {
    color: #26292c;
    background: none !important;
    box-shadow: 2px 2px 4px 1px rgba(193, 193, 193, 0.78);
}
.servicos .servicos-box .btns-box li {
    float: left;
}
@media (max-width: 1200px) {
    .servicos .servicos-box .btns-box li {
        width: 50%;
        float: left;
    }
    .servicos .servicos-box .btns-box .btn {
        padding: 2px 10px !important;
        margin-left: 5px;
    }
    /* .servicos .servicos-box .btns-box {
        margin-top: 3px;
    } */
}
@media only screen and (min-width: 993px) and (max-width: 1100px) {
    .servicos .servicos-box .btn-box .btn {
        padding: 2px 10px !important;
        margin-left: 0px;
    }
}
@media (max-width: 992px) {
    .servicos .col-md-15 {
        min-height: auto;
        border-left: 0px;
        border-bottom: 1px solid #e9e9ea;
        text-align: center;
        padding-bottom: 20px;
    }
    .servicos .servicos-box {
        max-width: 400px;
        margin: 0 auto;
    }
    .servicos img {
        margin: 0 auto;
        display: block;
    }
    .servicos .servicos-box .btns-box .btn {
        padding: 2px 50px;
    }
}
@media (max-width: 392px) {
    .servicos .servicos-box .btns-box .btn {
        padding: 2px 30px;
    }
}
/*Novidades index*/

.index .bgk-color-branco {
    background: #fff;
    height: 60px;
    margin-top: -70px;
}

.index .novidadesIndex img{

	display: block;
    position: relative;
    background-position: center;
    background-color: #a2a2a2;
    height: 100%;
}

.index .novidades .novidadesIndex {
    border-top: 5px solid red;
    border-image: url(../img/linha-novidadesIndex.png) 30;
    padding-left: 15px;
    background: #fff;
}
.index .novidades {
    background: url(../img/fundo-novidades.png)#ededee center no-repeat;
}
.index .TituloNovidades {
    margin-top: -80px;
}
.index .TituloNovidades h1 {
    text-align: center;
    color: #ec3237;
    font-size: 18px;
    font-family: 'Lato-Black', Lato-Black;
    text-transform: uppercase;
}
.index .novidades h2 {
    font-weight: 300;
    font-size: 36px;
    color: #26272d;
    padding-bottom: 25px;
    margin-bottom: 60px;
    background: url('img/head-bkg.png') left bottom no-repeat;
}
.novidades a {
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
}
.novidades h2 span {
    color: #005c8a;
}
.index .novidades .novidades-box .titulo-box {
    width: 80%;
}
.index .novidades .novidades-box .texto-box {
    width: 80%;
}
.novidades .btn-box {
    text-align: center;
    margin-bottom: 10px;
}
.novidades .img-box {
	margin-top: 10px;
	margin-right: 15px;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 200px;
}
.novidades .semImagem{
	height: 30%;
}
.novidades .btnTodos:hover,
.novidades .btnTodos:focus {
    color: #959494;
    background: #fff;
    box-shadow: 2px 2px 4px 1px rgba(193, 193, 193, 0.78);
}
.novidades .btnTodos {
    font-weight: 400;
    font-size: 14px;
    color: #959494;
    background: #fff;
    padding: 7px 35px;
    border: 1px solid #dfdfe0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
    font-family: 'Lato-Black', Lato-Black;
    text-transform: uppercase;
}
.novidades .novidades-box {
    margin-bottom: 50px;
    background: url(../img/bkg-borda.png) right center no-repeat;
    margin-left: auto;
    margin-right: auto;
	height:400px;
}
.novidades .novidades-box h3 {
    font-size: 18px;
    color: #26272d;
    padding-bottom: 10px;
    text-align: center;
    margin-top: 5%;
    margin-left: 10px;
    margin-right: 10px;
    font-family: 'Lato-Bold', Lato-Bold;
}
.novidades .novidades-box p {
    font-size: 18px;
    color: #777777;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    font-family: 'Lato-Regular', Lato-Regular;
}
.novidades .novidades-box p.data {
    font-weight: 400;
    font-size: 14px;
    color: #888;
    padding-bottom: 32px;
}
.novidades .novidades-box a {
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
}
.novidades .novidades-box .btn-box {
    text-align: center;
}
.novidades .novidades-box .btn-box .btn {
    font-family: 'Lato-Regular', Lato-Regular;
    font-size: 16px;
    color: #26272d;
    background: transparent;
    padding: 7px 29px;
    margin-top: 25px;
    margin-bottom: 20px;
    border: 1px solid #dfdfe0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
}
.novidades .novidades-box .btn-box .btn:hover,
.novidades .novidades-box .btn-box .btn:focus {
    font-family: 'Lato-Regular', Lato-Regular;
    color: #26272d;
    font-size: 16px;
    background: none !important;
    border-top: 1px solid #dfdfe0 !important;
    box-shadow: 0px 2px 4px 0px rgba(193, 193, 193, 0.78);
}
.novidades .ultimo-box {
    margin: auto;
    background: none;
}
@media (max-width: 768px) {
    .index .novidades h2 {
        margin-bottom: 25px;
    }
    .index .novidades .btn-box {
        text-align: center;
        margin-bottom: 25px;
    }
    .index .novidades .novidades-box p.data {
        padding-bottom: 10px;
    }
    .index .novidades .noticia-box {
        padding-bottom: 50px;
    }
}
@media (max-width: 992px) {
    .novidades .novidades-box {
        background: none;
    }
    .novidades .ultimo-box {
        margin-top: 10%;
        background: none;
    }
	.novidades .novidades-box {

		height:auto;
}
}
@media(max-width:1200px) {
    .index .novidades {
        background: #ededee;
    }
}
.porque {
    padding-bottom: 90px;
}
.porque h2 {
    font-weight: 300;
    font-size: 42px;
    color: #26272d;
    text-align: center;
    padding-top: 68px;
    padding-bottom: 25px;
    margin-bottom: 70px;
    background: url('img/img-pq.png') center bottom no-repeat;
    letter-spacing: -1px;
}
.porque .porque-img-box {
    height: 70px;
}
.porque h3 {
    font-weight: 700;
    font-size: 20px;
    color: #005c8a;
    padding-top: 20px;
}
@media (max-width: 992px) {
    .porque-box {
        text-align: center;
        max-width: 400px;
        margin: 0 auto;
    }
    .porque img {
        margin: 0 auto;
    }
    .porque h3 {
        padding-bottom: 40px;
    }
}
.ultimas-operacoes {
    background: #f6f7fa;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}
.ultimas-operacoes h2 {
    font-weight: 300;
    font-size: 30px;
    color: #26272d;
    padding-bottom: 29px;
    padding-top: 115px;
}
.ultimas-operacoes p {
    font-family: 'merriweather';
    font-weight: 300;
    font-size: 17px;
    color: #8297a7;
    line-height: 29px;
    padding-bottom: 25px;
}
@media (max-width: 1200px) {
    .ultimas-operacoes h2 {
        padding-top: 85px;
    }
}
@media (max-width: 992px) {
    .ultimas-operacoes h2 {
        padding-top: 0px;
    }
}
/***** index-gallery *****/

.index-gallery {
    background: #fff;
    -webkit-box-shadow: 5px px 30px 0px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 5px 0px 30px 0px rgba(0, 0, 0, 0.20);
    box-shadow: 5px 0px 30px 0px rgba(0, 0, 0, 0.20);
    z-index: 9999 !important;
}
.index-gallery img {
    max-width: 133px;
    height: auto;
}
.index-gallery h3 {
    font-weight: 400;
    font-size: 28px;
    color: #2e3b4e;
    text-align: center;
    padding-top: 45px;
    padding-bottom: 40px;
}
.index-gallery .btn-box {
    text-align: center;
}
.index-gallery .btn-box .btn {
    font-weight: 400;
    font-size: 14px;
    color: #005c8a;
    background: transparent;
    padding: 7px 29px;
    margin-top: 25px;
    margin-bottom: 20px;
    border: 1px solid #dfdfe0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
}
.index-gallery .btn-box .btn:hover,
.index-gallery .btn-box .btn:focus {
    color: #fff;
    background: #3b5998;
    border: 1px solid #3b5998;
}
.index-gallery .owl-next {
    font-size: 0px;
    padding: 60px 17px;
    background: url('img/right.png') center center no-repeat !important;
    position: absolute;
    top: 50%;
    bottom: auto;
    right: 40px;
    -moz-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.index-gallery .owl-prev {
    font-size: 0px;
    padding: 60px 17px;
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 40px;
    -moz-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    background: url('img/left.png') center center no-repeat !important;
}
/***** footer *****/
/***** footer pos *****/

html,
body {
    height: 100%;
}
.wrapper {
    min-height: 100%;
    position: relative;
}
footer {
    background: #fff;
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
}
/***** footer *****/

footer {
    background: #ededee;
}
footer .logo-box {
    padding-bottom: 45px;
}
footer .logo-box p {
    font-weight: 400;
    font-size: 12px;
    color: #bdbec0;
    margin-top: 25px;
}
footer .end-box {
    padding-bottom: 45px;
}
footer .end-box p {
    font-weight: 400;
    font-size: 13px;
    color: #8c8f94;
    padding-bottom: 9px;
}
footer .end-box .header {
    font-weight: 600;
    font-size: 17px;
    color: #333333;
    text-transform: uppercase;
    padding-bottom: 13px;
}
footer .end-box a {
    font-weight: 700;
    font-size: 17px;
    color: #156994;
    padding-top: 5px;
}
footer .info-box {
    padding-bottom: 45px;
}
footer ul.login-footer {
    margin-bottom: 20px;
}
footer ul.login-footer li {
    display: inline-block;
}
footer ul.login-footer li.crm-btn a {
    font-weight: 400;
    font-size: 12px;
    color: #005c8a;
    background: url('img/btn-rg.png') right center no-repeat;
    padding: 8px 18px;
    border: 1px solid #dfdfe0;
    border-left: 0px;
    margin-right: -3px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-right: 0px;
    display: block;
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
}
footer ul.login-footer li.webmail-btn a {
    font-weight: 400;
    font-size: 12px;
    color: #005c8a;
    background: transparent;
    padding: 8px 18px;
    border: 1px solid #dfdfe0;
    border-left: 0px;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    display: block;
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
}
footer .info-box p {
    font-weight: 400;
    font-size: 13px;
    color: #0499dd;
    margin-bottom: 12px;
}
footer ul.social-footer li {
    display: inline-block;
    margin-right: 20px;
}
footer ul.social-footer li a .fa,
footer ul.social-footer li a:hover .fa,
footer ul.social-footer li a:focus .fa {
    font-size: 30px;
    color: #156994;
}
footer ul.social-footer li.axys {
    float: right;
}
@media (max-width: 1200px) {
    footer {
        text-align: center;
    }
    footer .info-box p {
        text-align: center;
    }
    footer ul.login-footer {
        text-align: center;
    }
    footer ul.social-footer {
        text-align: center;
    }
    footer ul.social-footer li {
        margin-left: 10px;
        margin-right: 10px;
    }
    footer ul.social-footer li.axys {
        position: relative;
        bottom: 7px;
        float: none;
    }
}
/***** conteudo clientes-lista *****/

.header-box.tituloConteudo h1 {
    font-size: 30px;
    color: #5a5a5a;
    font-family: 'Lato-Bold', Lato-Bold;
    border-bottom: 2px solid #eaeaea;
    margin: 0px 0px 0px 0px;
    padding-bottom: 10px;
}
.conteudo.cliente-lista .cliente-box {
    margin-top: 22px;
}
.conteudo.cliente-lista .cliente-box h2 {
    font-weight: 400;
    font-size: 42px;
    color: #26272d;
    padding: 0px 0px 25px 0px;
    margin: 0px 0px 25px 0px;
    background: url('img/h3-border.png') bottom left no-repeat;
}
.conteudo.cliente-lista .cliente-box p {
    font-family: 'merriweather';
    font-weight: 300;
    font-size: 15px;
    line-height: 29px;
    color: #333333;
}
.conteudo.cliente-lista .cliente-box .pagination-box {
    padding: 30px 0px 0px 0px;
    text-align: right;
    border-top: 0px;
}
.conteudo.cliente-lista .lista-box {
    border: 1px solid #dfdfe0;
    width: 260px;
    text-align: center;
    display: inline-block;
    margin: 15px 15px 15px 15px;
    position: relative;
}
.conteudo.cliente-lista .lista-box .cliente-header-box {
    position: relative;
    height: 60px;
}
.conteudo.cliente-lista .lista-box h3 {
    font-weight: 400;
    font-size: 20px;
    color: #005c8a;
    padding: 0px 10px;
    position: absolute;
    width: 100%;
    top: 50%;
    bottom: auto;
    left: 50%;
    right: auto;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.conteudo.cliente-lista .lista-box .btn-box {
    position: relative;
    height: 55px;
}
.conteudo.cliente-lista .lista-box .btn {
    font-weight: 400;
    font-size: 14px;
    color: #005c8a;
    background: transparent;
    padding: 4px 14px;
    border: 1px solid #dfdfe0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 50%;
    right: auto;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.conteudo.cliente-lista .lista-box .btn:hover,
.conteudo.cliente-lista .lista-box .btn:focus {
    color: #fff;
    background: #3b5998;
    border: 1px solid #3b5998;
}
@media (max-width: 1200px) {
    .conteudo.cliente-lista .cliente-box .pagination-box {
        padding: 30px 30px 0px 30px;
        text-align: center;
    }
}
@media (max-width: 992px) {
    .conteudo.cliente-lista .box-externa {
        text-align: center;
    }
}
/***** conteudo noticia-lista *****/

.conteudo.noticia-lista img{
    display: block;
    position: relative;
    background-position: center;
    background-color: #a2a2a2;
    /* width: 100%; */
    height: 100%;
}

.conteudo.noticia-lista .noticias {
    margin-top: 3px;
}
.noticias .noticia-box{
		height:450px;
	}
@media (max-width: 528px) {
    .conteudo.noticia-lista .noticias .noticia-box {
       /*  padding-bottom: 50px; */
    }
}
/***** conteudo noticia-lista sem notícias*****/

.conteudo.noticia-lista .ops {
    text-align: center;
    margin-top: 25px;
}
.conteudo.noticia-lista .ops h2 {
    font-weight: 400;
    font-size: 42px;
    color: #c4c4c4;
    text-transform: uppercase;
    margin-top: 30px;
}
@media (max-width: 528px) {
    .conteudo.noticia-lista .noticias .noticia-box {
        /* padding-bottom: 50px; */
    }
}
/***** conteudo noticia-detalhe *****/

.conteudo #textoConteudo.detalheNoticia p {
    font-size: 20px;
    color: #8c8c8c;
    line-height: 29px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 30px 0px;
    font-family: 'Lato-Regular';
}
.conteudo.noticia-detalhe .header-box {
    padding: 0px 0px 20px 0px;
    border-bottom: 1px solid #d5d5d5;
}
.conteudo.noticia-detalhe .header-box .btn-box {
    text-align: right;
}
.conteudo.noticia-detalhe .header-box .voltar-btn {
    font-weight: 400;
    font-size: 14px;
    color: #005c8a;
    background: transparent;
    padding: 7px 25px;
    border: 1px solid #dfdfe0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
}
.voltar .fa {
    margin-right: 7px;
}
.conteudo.noticia-detalhe .header-box .voltar-btn:hover,
.conteudo.noticia-detalhe .header-box .voltar-btn:focus {
    color: #fff;
    background: #3b5998;
    border: 1px solid #3b5998;
}
.conteudo.noticia-detalhe .header-box h2 {
    font-weight: 300;
    font-size: 30px;
    color: #5a5a5a;
    text-transform: none;
    padding: 0px 0px 0px 0px;
    font-family: 'Lato-Bold', Lato-Bold;
}
.conteudo.noticia-detalhe .header-box p.data {
    font-weight: 400;
    font-size: 13px;
    color: #888;
    text-transform: none;
    padding: 0px 0px 15px 0px;
}
.conteudo.noticia-detalhe .header-box p.fonte {
    font-weight: 400;
    font-size: 12px;
    color: #005c8a;
    font-style: italic;
    text-transform: none;
    padding: 0px 0px 15px 0px;
}
.conteudo.noticia-detalhe .header-box ul.social li {
    display: inline-block;
    margin-right: 13px;
}
.conteudo.noticia-detalhe .header-box ul.social li.compartilhar .btn {
    font-weight: normal;
    font-size: 16px;
    color: #fff;
    background: #257bc4;
    padding: 5px 23px;
    border: 1px solid #257bc4;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
    font-family: 'Lato-Regular', Lato-Regular;
}
.conteudo.noticia-detalhe .header-box ul.social li.compartilhar .btn:hover,
.conteudo.noticia-detalhe .header-box ul.social li.compartilhar .btn:focus {
    color: #3b5998;
    background: transparent;
    border: 1px solid #3b5998;
}
.conteudo.noticia-detalhe .header-box ul.social li.twitter .btn {
    font-weight: normal;
    font-size: 16px;
    color: #fff;
    background: #015886;
    padding: 5px 23px;
    border: 1px solid #015886;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
    font-family: 'Lato-Regular', Lato-Regular;
}
.conteudo.noticia-detalhe .header-box ul.social li.twitter .btn:hover,
.conteudo.noticia-detalhe .header-box ul.social li.twitter .btn:focus {
    color: #015886;
    background: transparent;
    border: 1px solid #015886;
}
.conteudo.noticia-detalhe .header-box ul.social li.curtir .btn {
    font-weight: normal;
    font-size: 16px;
    color: #fff;
    background: #257bc4;
    padding: 5px 23px;
    border: 1px solid #257bc4;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
    font-family: 'Lato-Regular', Lato-Regular;
}
.conteudo.noticia-detalhe .header-box ul.social li.curtir .btn:hover,
.conteudo.noticia-detalhe .header-box ul.social li.curtir .btn:focus {
    color: #3b5998;
    background: transparent;
    border: 1px solid #3b5998;
}
.conteudo.noticia-detalhe .noticias {
    margin-top: 35px;
    padding-top: 25px;
    border-top: 1px solid #d5d5d5;
}
.conteudo.noticia-detalhe .noticias h2 {
    font-weight: 300;
    font-size: 36px;
    color: #26272d;
    padding-bottom: 25px;
    margin-bottom: 60px;
    background: url('img/head-bkg.png') left bottom no-repeat;
}
.conteudo.noticia-detalhe .noticias .noticia-box {
    padding-bottom: 0px;
}
@media (max-width: 768px) {
    .conteudo.noticia-detalhe .noticias .noticia-box {
        padding-bottom: 50px;
    }
    .social-mobile {
        margin-top: 10px;
        display: block;
    }
    .social-desck {
        display: none;
    }
    .conteudo.noticia-detalhe .header-box ul.social .fa {
        margin-right: 0px;
    }
    .conteudo.noticia-detalhe .header-box ul.social li.curtir .btn {
        padding: 5px 10px;
    }
    .conteudo.noticia-detalhe .header-box ul.social li.compartilhar .btn {
        padding: 5px 12px;
    }
    .conteudo.noticia-detalhe .header-box ul.social li.twitter .btn {
        padding: 5px 10px;
    }
    .conteudo.noticia-detalhe .header-box ul.social li {
        margin-right: 5px;
    }
}
/* Hanna */

.conteudo.noticia-detalhe .box-img-detalhe {
    width: 500px;
    float: left;
    margin-right: 40px;
    height: 300px;
    overflow: hidden;
}
.conteudo.noticia-detalhe .box-img-detalhe .img-nt-detalhe {
    position: relative;
    background-position: center;
    background-size: cover;
    /* width: 500px; */
    
    min-height: 300px;
}
@media(max-width:992px) {
    .conteudo.noticia-detalhe .box-img-detalhe {
        width: 100%;
        height: 100%;
        float: none;
        margin-right: 0px;
    }
}
@media(min-width:769px) {
    .social-mobile {
        display: none;
    }
    .social-desck {
        display: block;
        margin-top: 5px;
        float: right;
    }
    .conteudo.noticia-detalhe .header-box ul.social .fa {
        margin-right: 10px;
    }
}
/***** conteudo contato *****/

.conteudo.contato .main-header {
    margin-bottom: 0px;
}
.conteudo.contato p {
    font-family: 'Lato-Regular', Lato-Regular;
    font-weight: 400;
    font-size: 20px;
    color: #373737;
    ;
}
.conteudo.contato form p {
    font-weight: 400;
    font-size: 15px;
    color: #888888;
}
.conteudo.contato form p:nth-of-type(2) {
    font-weight: 400;
    font-size: 15px;
    color: #8c8c8c;
    padding-bottom: 24px;
}
.conteudo.contato .enviar-btn {
    margin-bottom: 10px;
}
.conteudo.contato .enviar-btn {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    background: #ec3237;
    padding: 8px 23px;
    border: 1px solid #ec3237;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    display: block;
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
    float: right;
    font-family: 'Lato-Regular';
}
.conteudo.contato .enviar-btn:hover,
.conteudo.contato .enviar-btn:focus {
    color: #ec3237;
    background: transparent;
}
.conteudo.contato .endereco {
    margin-top: 20px;
    margin-bottom: 60px;
    margin-left: 10px;
}
.conteudo.contato .endereco h2 {
    font-weight: 700;
    font-size: 18px;
    color: #333333;
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-left: 15px;
    font-family: 'Lato-Black', Lato-Black;
}
.conteudo.contato .endereco p {
    font-weight: 400;
    font-size: 18px;
    color: #373737;
    padding-bottom: 0px;
    margin-left: 15px;
    font-family: 'Lato-Light', Lato-Light;
}
.conteudo.contato .endereco .btn {
    font-weight: 400;
    font-size: 14px;
    color: #005c8a;
    background: transparent;
    padding: 5px 23px;
    margin: 20px 0px;
    border: 1px solid #dfdfe0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
}
.conteudo.contato .endereco .btn:hover,
.conteudo.contato .endereco .btn:focus {
    color: #fff;
    background: #005c8a;
    border: 1px solid #005c8a;
}
.conteudo.contato .endereco {
    margin-bottom: 10px;
    border-left: 14px solid #ec3237;
    margin-left: 10%;
}
.conteudo.contato .endereco a {
    font-weight: 600;
    font-size: 17px;
    color: #156994;
}
.conteudo.contato .endereco a.fone {
    display: block;
}
.conteudo.contato .input-group .hidden-input {
    width: 50px;
    position: absolute;
}
.conteudo.contato .input-group {
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    width: 100%;
}
.conteudo.contato .input-group .form-control {
    border-right: 1px solid #e8e8e8;
}
.conteudo.contato .input-group .form-control:disabled {
    background: #f2f2f2;
}
.conteudo.contato .input-group .input-group-btn {
    background: #fff;
    border: 1px solid #e4e4e4;
    border-left: 0px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.conteudo.contato .input-group .btn {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    background: #ec3237;
    /* border: 4px solid #fff; */
    /* border-radius: 80px; */
    
    width: 100%;
    height: 40px;
    font-family: 'Lato-Light', Lato-Light;
}
@media (max-width: 992px) {
    .conteudo.contato .enviar-btn {
        width: 100%;
    }
    .conteudo.contato .endereco {
        margin-left: 0%;
    }
}
@media (max-width: 528px) {
    .conteudo.contato .endereco {
        text-align: left;
        margin-top: 40px;
        margin-left: 0px;
    }
    .conteudo.contato .input-group .form-control {
        margin-bottom: 10px;
        border: 1px solid #e4e4e4;
    }
    .conteudo.contato .input-group .input-group-btn {
        display: block;
        width: 100%;
        border: 0px;
    }
    .conteudo.contato .input-group .btn {
        display: block;
        width: 100%;
        border: 0px;
        padding: 12px 12px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }
    .input-group-btn:last-child>.btn,
    .input-group-btn:last-child>.btn-group {
        margin-left: 0px;
    }
}
/***** conteudo erro *****/

.conteudo.erro h2 {
    font-size: 48px;
    color: #676767;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Lato-Light', Lato-Light;
    margin-top: 51px;
}
.conteudo.erro h2 span {
    font-size: 48px;
    color: #ec3237;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: 'Lato-Black', Lato-Black;
}
.conteudo.erro h3 {
    font-weight: 400;
    font-size: 18px;
    color: #373737;
    text-align: center;
    text-transform: none;
    margin-top: 20px;
    font-family: 'Lato-Black', Lato-Black;
}
.conteudo.erro p {
    font-weight: 400;
    font-size: 18px;
    color: #373737;
    text-align: center;
    font-family: 'Lato-Light', Lato-Light;
}
.conteudo.erro .font-ops {
    font-weight: 400;
    font-size: 14px;
    color: #373737;
    text-align: center;
    font-family: 'Lato-Light', Lato-Light;
}
.conteudo.erro p a {
    color: #ec3237;
    text-decoration: none;
    font-family: 'Lato-Bold', Lato-Bold;
    font-size: 18px;
}
.conteudo.erro img {
    margin-top: 100px;
    margin-bottom: 30px;
}
.conteudo .btn-box-erro {
    text-align: center;
}
.conteudo .btn-box-erro .btn {
    font-weight: 400;
    font-size: 11px;
    color: #959494;
    background: transparent;
    padding: 7px 29px;
    margin-top: 25px;
    margin-bottom: 20px;
    border: 1px solid #dfdfe0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
    font-family: 'Lato-Black', Lato-Black;
    text-transform: uppercase;
}
.conteudo .btn-box-erro .btn:hover,
.conteudo .btn-box-erro .btn:focus {
    color: #959494;
    background: none !important;
    border-top: 1px solid #dfdfe0 !important;
    box-shadow: 0px 2px 4px 0px rgba(193, 193, 193, 0.78);
}
.conteudo .btn-box-erro .btn .fa {
    margin-right: 10px;
}
/***** conteudo *****/

.conteudo .main-header {
    /*background: url(../img/banner-cartaorodeio.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: initial;*/
    /*padding: 259px 0px 19px 0px;*/
    margin-top: 15px;
}
.conteudo .main-header h1 {
    font-weight: 300;
    font-size: 30px;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    padding: 10px 0px 10px 21px;
    border-left: 3px solid #0499dd;
}
.conteudo .form-group {
    margin-bottom: 10px;
}
.conteudo .form-control {
    font-weight: 400;
    font-size: 16px;
    color: #555;
    padding: 0px 15px 0px 15px;
    height: 44px;
    border: 1px solid #ccc;
    ;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-family: 'Lato-Light', Lato-Light;
}
.conteudo .form-control::-webkit-input-placeholder {
    color: #8c8c8c;
    font-style: normal;
}
.conteudo .form-control::-moz-placeholder {
    color: #8c8c8c;
    font-style: normal;
}
.conteudo .form-control:-ms-input-placeholder {
    color: #8c8c8c;
    font-style: normal;
}
.conteudo .form-control:-moz-placeholder {
    color: #8c8c8c;
    font-style: normal;
}
.conteudo select.form-control.select {
    color: #8c8c8c;
    font-style: normal;
}
.form-control:focus {
    border-color: #77baed;
    outline: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(255, 255, 255, 0), 0 0 8px rgba(102, 175, 233, .6);
    -moz-box-shadow: inset 0 0px 0px rgba(255, 255, 255, 0), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 0px 0px rgba(255, 255, 255, 0), 0 0 8px rgba(102, 175, 233, .6);
}
.conteudo textarea.form-control {
    padding: 15px 15px 15px 15px;
    min-height: 225px;
}
.erro {
    text-align: center;
    padding-top: 153px;
    padding-bottom: 90px;
}
/********** conteudo **********/

.conteudo {
    margin: 0px 0px 73px 0px;
}
.conteudo .header-box {
    margin: 39px 0px 35px 0px;
}
.conteudo .list-header-box {
    margin: 110px 0px 35px 0px;
}
.conteudo .header-box h2 {
    font-weight: 300;
    font-size: 42px;
    color: #26272d;
    text-transform: uppercase;
    padding: 0px 0px 29px 0px;
}
.conteudo .header-box h3 {
    font-weight: 700;
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    padding: 0px;
}
.conteudo #textoConteudo p {
    font-size: 20px;
    color: #373737;
    line-height: 29px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 30px 0px;
    font-family: 'Lato-Regular';
}
.conteudo #textoConteudo strong {
    font-weight: normal;
    /* font-size: 15px; */
    color: #373737;
    line-height: 29px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 30px 0px;
    font-family: 'Lato-Regular';
	font-weight: 700;
}
.conteudo #textoConteudo em {
    font-style: italic;
    font-family: 'Lato-Italic';
    font-size: 20px;
}
.conteudo #textoConteudo a,
.conteudo #textoConteudo a:hover,
.conteudo #textoConteudo a:focus {
    color: #8c8c8c;
    text-decoration: underline;
}
.conteudo #textoConteudo blockquote {
    font-size: 18px;
    color: #626161;
    line-height: 29px;
    padding: 0px 0px 0px 35px;
    margin: 0px 0px 30px 35px;
    border-left: 5px solid #888;
    font-family: 'Lato-Italic';
}
.conteudo #textoConteudo ul {
    font-weight: 400;
    font-size: 17px;
    color: #8c8c8c;
    line-height: 29px;
    list-style: initial;
    padding: 0px 0px 0px 35px;
    margin: 0px 0px 30px 0px;
    font-family: 'Lato-Regular';
}
.conteudo #textoConteudo ol {
    font-weight: 400;
    font-size: 15px;
    color: #8c8c8c;
    line-height: 29px;
    list-style: decimal;
    padding: 0px 0px 0px 35px;
    margin: 0px 0px 30px 0px;
    font-family: 'Lato-Regular';
}
@media(max-width:992px) {
    conteudo #textoConteudo blockquote {
        margin: 0px 0px 30px 10px;
    }
}
/***** tabela *****/

.conteudo #textoConteudo .table-responsive {
    border: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 40px 0px;
}
.conteudo #textoConteudo .table {
    border: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
.conteudo #textoConteudo table th {
    font-weight: 400;
    font-size: 18px;
    color: #373737;
    background-color: #fff;
    border-bottom: 2px solid #eeeeee !important;
    padding: 15px 30px 15px 0px !important;
    font-family: 'Lato-Regular';
    border-top: none;
    border: 2px solid #fff;
}
.conteudo #textoConteudo table td {
    font-size: 18px;
    color: #6c6c6c;
    border: 2px solid #fff;
    background: #fff;
    font-family: 'Lato-Light', Lato-Light;
}
.conteudo #textoConteudo table tr:nth-of-type(even) {
    background-color: #ececec;
}
.conteudo #textoConteudo table tr:nth-of-type(odd) {
    background-color: #f7f7f7;
}
/* hanna */

.rodape-table p {
    font-size: 18px !important;
    margin-top: 10px !important;
    color: #4b4b4b !important;
    margin-left: 10px !important;
}
.rodape-table {
    border-top: 1px solid #cdcdcd;
}
iframe {
    border: none;
    background: #464646;
    width: 100%;
    height: 380px;
}
.videoPlayer {
    margin-top: 50px;
}
.vd {
    margin-bottom: 20px;
}
.videoPlayer .text-box-videPlayer em {
    font-family: 'Lato-Regular';
    font-size: 18px;
    color: #373737;
    font-style: normal !important;
}
.videoPlayer .text-box-videPlayer h1 {
    font-family: 'Lato-Regular';
    font-size: 30px;
    color: #373737;
    margin-top: 20px;
    margin-bottom: 10px;
}
/***** galerias *****/

.conteudo #textoConteudo .galeria {
    margin: 15px 0px 30px 0px;
}
.conteudo #textoConteudo .galeria h4 {
    font-weight: 700;
    font-size: 18px;
    color: #ec3237;
    text-transform: uppercase;
    padding: 0px 0px 10px 0px;
    margin: 0px 0px 23px 0px;
    border-bottom: 1px solid #d5d5d5;
    font-family: 'Lato-Black';
}
/***** galeria imagem *****/

.conteudo #textoConteudo .galeria p {
    margin: 10px 0px 10px 0px;
    font-size: 16px;
    font-family: 'Lato-Italic';
    color: #3d3d3d;
}
.image-gallery a {
    text-decoration: none !important;
}
.image-gallery p {
    text-align: center;
}
.image-gallery .owl-carousel .owl-item {
    width: 100%;
    background: #fff;
}
.image-gallery .owl-carousel figcaption {
    display: none !important;
}
.image-gallery #sync1 {
    padding-right: 50px;
    padding-left: 50px;
}
.image-gallery #sync1.owl-theme {
    position: relative;
}
.image-gallery #sync1 .item {
    margin: 5px;
    text-align: center;
}
.image-gallery #sync1 .owl-next {
    font-size: 0px;
    padding: 60px 17px;
    background: url('img/right.gif') center center no-repeat !important;
    position: absolute;
    top: 50%;
    bottom: auto;
    right: 10px;
    -moz-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.image-gallery #sync1 .owl-prev {
    font-size: 0px;
    padding: 60px 17px;
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 10px;
    -moz-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    background: url('img/left.gif') center center no-repeat !important;
}
.image-gallery #sync1 .owl-next.disabled {
    opacity: 0;
}
.image-gallery #sync1 .owl-prev.disabled {
    opacity: 0;
}
.image-gallery #sync2 {
    padding-top: 25px;
}
.image-gallery #sync2 .item {
    margin: 0px 5px;
    text-align: center;
    cursor: pointer;
}
.image-gallery .owl-theme .owl-controls .owl-nav [class*=owl-] {
    text-align: center;
    margin: 15px 15px 0px 15px;
    display: inline-block;
    width: 22px;
    height: 44px;
    cursor: pointer;
}
.image-gallery .owl-carousel .owl-dots {
    text-align: right;
    position: absolute;
    top: 0px;
    right: 0px;
}
.image-gallery .owl-carousel .owl-dot {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #7e7e7e;
    margin: 5px 5px 5px 0px;
    border-radius: 100%;
}
.image-gallery .owl-carousel .owl-dot.active {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #1d1d26;
    border-radius: 100%;
    margin: 5px 5px 5px 0px;
}
/***** photoswipe *****/

.pswp--open {
    z-index: 999999;
}
.pswp__button--share {
    display: none;
}
.pswp__counter {
    display: none;
}
.pswp__button--zoom {
    display: block !important;
}
.pswp__caption__center {
    text-align: center;
    max-width: 992px;
    margin: 0 auto;
    font-size: 13px;
    padding: 10px;
    line-height: 20px;
    color: #CCC;
}
@media (max-width: 528px) {
    #sync1 {
        padding-right: 20px;
        padding-left: 20px;
    }
    #sync1 .owl-next {
        right: -10px;
    }
    #sync1 .owl-prev {
        left: -10px;
    }
}
#sync1 .owl-item img {
    width: auto;
}
/***** galeria video *****/

.conteudo #textoConteudo .galeria-video-box .galeria-video ul {
    padding: 0px 0px 0px 0px;
}
.conteudo #textoConteudo .galeria-video-box .galeria-video ul li {
    list-style: none;
    display: inline-block;
}
.conteudo #textoConteudo .galeria-video-box a img {
    max-width: 200px;
    width: 100% !important;
    height: auto !important;
    margin: 2.5px 5px 2.5px 5px;
}
.fancybox-nav {
    width: 25%;
    height: 50%;
    top: 50%;
    bottom: auto;
    transform: translate(0%, -50%);
}
.fancybox-close {
    width: 36px;
    height: 36px;
    display: block;
    position: absolute;
    top: -15px;
    right: -15px;
}
.fancybox-title-float-wrap .child {
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    text-align: center;
}
/***** galeria audio *****/

.conteudo #textoConteudo .galeria.galeria-audio-box {
    margin: 0px 0px 0px 0px;
}
.conteudo #textoConteudo .galeria-audio-box .audioplayer {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.5);
}
.conteudo #textoConteudo .galeria-audio-box .audioplayer-bar-played {
    background: #005c8a;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.conteudo #textoConteudo .galeria-audio-box .audioplayer-volume-adjust {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.conteudo #textoConteudo .galeria-audio-box .audioplayer-volume-adjust div div {
    background: #005c8a;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.conteudo #textoConteudo .galeria-audio-box .attribution {
    padding: 15px 0px 15px 0px;
}
.conteudo #textoConteudo .galeria-audio-box .attribution span {
    font-weight: 400;
    font-size: 15px;
    color: #868686;
}
@media (max-width: 992px) {
    .conteudo .header-box h1 {
        font-size: 55px;
    }
}
@media (max-width: 768px) {
    .conteudo .header-box h1 {
        font-size: 45px;
    }
}
@media (max-width: 528px) {
    .conteudo .header-box h1 {
        font-size: 35px;
    }
}
/***** conteudo side-menu *****/

.conteudo .side-menu {
    margin-top: 60px;
}
.conteudo .side-menu h5 {
    font-weight: 700;
    font-size: 16px;
    color: #868686;
    text-transform: uppercase;
    padding-bottom: 24px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 40px;
}
/***** conteudo side-menu items *****/

.conteudo .side-menu ul {
    padding: 0px 0px 0px 0px;
    list-style: none;
}
.conteudo .side-menu > ul > li {
    margin-top: 26px;
    margin-bottom: 26px;
}
.conteudo .side-menu > ul > li:first-child {
    margin-top: 0px;
}
.conteudo .side-menu > ul > li > a {
    font-weight: 600;
    font-size: 13px;
    color: #6a6a6a;
    text-transform: uppercase;
    text-decoration: none;
}
.conteudo .side-menu > ul > li > a:hover {
    text-decoration: underline;
    color: #132b59;
}
.conteudo .side-menu > ul > li > a:focus {
    text-decoration: underline;
    color: #132b59;
}
.conteudo .side-menu > ul > li.active > a {
    color: #005c8a;
    text-decoration: none;
}
/***** level 3 *****/
/***** level 3 parent item *****/

.conteudo .side-menu > ul > li.level-3.active > a {
    font-weight: 600;
    color: #132b59;
    text-decoration: underline;
}
/***** level 3 well *****/

.conteudo .side-menu .well {
    min-height: 0px;
    padding: 0px 0px 0px 20px;
    margin-bottom: 0px;
    background-color: #fff;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.conteudo .side-menu .well > li > a {
    font-weight: 600;
    font-size: 12px;
    color: #6a6a6a;
    text-transform: uppercase;
    text-decoration: none;
    padding: 14px 21px 14px 0px;
    display: block;
}
.conteudo .side-menu .well > li:hover > a {
    text-decoration: none;
    color: #132b59;
}
.conteudo .side-menu .well > li.active > a {
    color: #6a6a6a;
    text-decoration: underline;
}
@media (max-width: 992px) {
    .conteudo .side-menu {
        margin-top: 35px;
        text-align: center;
    }
    .conteudo .side-menu h5 {}
}
/***** paginação *****/

.pagination-box {
    padding: 30px 30px 0px 30px;
    text-align: right;
    text-align: center
}
ul.pagination {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
.pagination>li>a {
    font-size: 14px;
    color: #c2c2c2;
    padding: 6px 12px;
    border: 1px solid #e0e0e0;
    margin-right: 5px;
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
}
.pagination .pagition-prev-next>a {
    color: #969696;
    border-color: #f3f3f3;
    background-color: #f3f3f3;
}
.pagination .pagition-prev-next .fa {
    font-size: 12px;
}
.pagination>li>a:hover span,
.pagination>li>a:focus span {
    color: #fff !important;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    color: #fff;
    background-color: #ec3237;
    border-color: #e0e0e0;
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #fff;
    border-color: #ec3237;
    background-color: #ec3237;
}
.pagination>li:first-child>a,
.pagination>li:first-child>span {
    padding: 6px 16px;
}
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    padding: 6px 16px;
}
@media (max-width: 768px) {
    .pagination-box {
        text-align: center;
    }
}
@media (max-width: 1400px) {
    .conteudo .list-header-box {
        margin: 185px 0px 35px 0px;
    }
}
/*================================ Footer Superior ==========================*/

footer .level-1 a {
    font-size: 16px;
    color: #000;
    text-decoration: none;
    font-family: 'Lato-Regular', Lato-Regular;
    font-weight: 600;
}
footer .level-2 a {
    font-size: 14px;
    color: #767676;
    text-decoration: none;
    text-align: center;
    font-family: 'Lato-Regular', Lato-Regular;
    font-weight: 400;
}
footer .level-1 {
    text-align: center;
}
footer .level-2 {
    text-align: center;
    margin-top: 10px;
}
.footer-margin {
    margin-top: 40px;
    margin-bottom: 40px;
}
.socialCartoes {
    border-top: 1px solid #d4d5d6;
}
footer .socialCartoes ul li {
    display: inline-block;
    padding-top: 10px;
    margin-right: 2px;
}
footer .socialCartoes ul li a {
    font-size: 16px;
    font-family: 'Lato-Regular', Lato-Regular;
    color: #767676;
}
footer .socialCartoes ul li a img {
    margin-right: 5px;
}
footer .socialCartoes .bandeiras {
    float: right;
    margin-right: 0px;
}
footer .footer-superior {
    margin-bottom: 20px;
}
footer .footer-inferior {
    background-color: #ec3237;
}
footer .footer-inferior .footer-marginInferior {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px;
}
footer .footer-inferior .footer-marginInferior h1 {
    font-weight: 300;
    font-size: 12px;
    color: #fff;
    font-family: 'Lato-Bold', Lato-Bold;
    margin-bottom: 5px;
}
footer .footer-inferior .footer-marginInferior p {
    font-size: 12px;
    color: #fff;
    font-family: 'Lato-Light', Lato-Light;
}
footer .footer-inferior .footer-marginInferior p>a{
    font-size: 12px;
    color: #fff!important;
    font-family: 'Lato-Light', Lato-Light;
}
footer .footer-inferior .footer-marginInferior p.tel {
    font-size: 14px;
}
footer .footer-inferior .footer-marginInferior p.tel > a {
        font-family: 'Lato-Bold', Lato-Bold;
}
footer .footer-inferior .footer-marginInferior .axys-box a img {
    margin-left: 10px;
}
footer .footer-inferior .footer-marginInferior .axys-box a {
    font-size: 12px;
    color: #fff;
    font-family: 'Lato-Regular', Lato-Regular;
}
footer .footer-inferior .footer-marginInferior .axys-box {
    margin-top: 25px;
    float: right;
}
@media (max-width: 992px) {
    footer .level-2 {
        margin-top: 0px;
    }
    footer .footer-inferior .footer-marginInferior .axys-box {
        margin-top: 25px;
        float: none;
    }
}
@media (max-width: 320px) {
    .main-navigation .brand img {
        float: left;
        margin-top: 15px;
        margin-left: 5px;
        display: none;
    }
    .conteudo.contato .endereco p {
        margin-left: 1px;
    }
}
/*Fale Conosco*/

.conteudo .main-header-faleConosco .titFaleConosco {
    border-bottom: 1px solid #000;
    margin-top: 80px;
}
.header-box h1 {
    font-size: 30px;
    color: #5a5a5a;
    font-family: 'Lato-Bold', Lato-Bold;
    border-bottom: 2px solid #eaeaea;
    margin: 0px 0px 30px 0px;
    padding-bottom: 10px;
}
.lnh-noticia {
    border-bottom: 2px solid #eaeaea;
}
.list-header-box h1 {
    font-size: 30px;
    color: #5a5a5a;
    font-family: 'Lato-Bold', Lato-Bold;
    margin: 0px 0px 0px 0px;
    padding-bottom: 10px;
    border-bottom: none;
    float: left;
}
.header-box p {
    font-family: 'Lato-Regular', Lato-Regular;
    font-weight: 400;
    font-size: 20px;
    color: #373737;
}
.bread-crumb {
    margin-top: 110px;
}
.bread-crumb ul li {
    display: inline-block;
    margin-top: 3px;
    margin-left: 8px;
}
.bread-crumb ul li a {
    font-weight: 400;
    font-size: 18px;
    color: #3c3c3c;
    font-family: 'Lato-Light', Lato-Light;
}
.btn-box .voltar {
    font-weight: 400;
    font-size: 11px;
    color: #959494;
    background: transparent;
    padding: 7px 19px;
    border: 1px solid #dfdfe0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
    font-family: 'Lato-Black', Lato-Black;
    float: left;
    text-transform: uppercase;
}
.btn-box .voltar:hover,
.btn-box .voltar:focus {
    color: #26292c;
    background: none !important;
    border-top: 1px solid #dfdfe0 !important;
    box-shadow: 0px 2px 4px 0px rgba(193, 193, 193, 0.78);
}
.bread-crumb .btn-box .voltar .fa {
    margin-right: 7px;
}
.bread-crumb .dropdown .btn {
    font-weight: 400;
    font-size: 10px;
    color: #c1c1c1;
    background: transparent;
    border: 1px solid #dfdfe0;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
    float: left;
    margin-left: 15px;
}
.bread-crumb .dropdown .btn:hover,
.bread-crumb .dropdown .btn:focus {
    color: #26292c;
    background: none !important;
    box-shadow: 0px 2px 4px 0px rgba(193, 193, 193, 0.78);
    border: 1px solid #dfdfe0;
}
.bread-crumb .dropdown .dropdown-menu {
    margin-top: 49px;
}
.bread-crumb .dropdown .dropdown-menu li {
    width: 100%;
}
.bread-crumb .dropdown .navegueTbm li a {
    text-transform: uppercase;
    color: #959494;
    font-family: 'Lato-Black', Lato-Black;
    font-size: 11px;
}
.bread-crumb .dropdown li a {
    color: #959494;
    font-family: 'Lato-Light', Lato-Light;
    font-size: 14px;
    text-align: right;
}
.bread-crumb .dropdown li a span {
    font-family: 'Lato-Bold', Lato-Bold;
    color: #3c3c3c;
}
.bread-crumb .dropdown .navegueTbm {
    float: left;
}
@media(max-width:992px) {
    .bread-crumb {
        margin-top: 180px;
    }
}
/*======== LISTA DE  NOTICIAS ============*/
/*Noticias sem imagens */

.noticias .noticia-box .titulo-box-sm-img {
    margin-top: 150px;
}
.noticias .noticia-box .btn-sm-img {
    margin-bottom: 75px !important;
}
/*Fim noticias sem imagens */
/* Noticias com imagens */

.noticias .noticia-box .titulo-box {
    width: 80%;
}
.noticias .noticia-box .texto-box {
    width: 80%;
}
.noticias .noticia-box .btn-box {
    text-align: center;
    margin-bottom: 10px;
}
.noticias .noticia-box .img-box {
    height: 200px;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 200px;
}
.noticias .noticia-box {
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    background: #f9f9f9;
    border: 1px solid #e1e1e1;
}
.noticias .noticia-box h3 {
    font-size: 18px;
    color: #26272d;
    padding-bottom: 10px;
    text-align: center;
    margin-top: 5%;
    margin-left: 10px;
    margin-right: 10px;
    font-family: 'Lato-Bold', Lato-Bold;
}
.noticias .noticia-box p {
    font-size: 18px;
    color: #777777;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    font-family: 'Lato-Regular', Lato-Regular;
}
.noticias .noticia-box p.data {
    font-weight: 400;
    font-size: 14px;
    color: #888;
    padding-bottom: 32px;
}
.noticias .noticia-box a {
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
}
.noticias .noticia-box .btn-box {
    text-align: center;
}
.btn-box .btn-volt {
    float: right;
}
.noticias .noticia-box .btn-box .btn {
    font-family: 'Lato-Regular', Lato-Regular;
    font-size: 16px;
    color: #26272d;
    background: transparent;
    padding: 7px 39px;
    margin-top: 25px;
    margin-bottom: 20px;
    border: 1px solid #dfdfe0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
}
.noticias .noticia-box .btn-box .btn:hover,
.noticias .noticia-box .btn-box .btn:focus {
    font-family: 'Lato-Regular', Lato-Regular;
    color: #26272d;
    font-size: 16px;
    background: #fff;
    border-top: 1px solid #dfdfe0 !important;
    box-shadow: 0px 2px 4px 0px rgba(193, 193, 193, 0.78);
}
.noticias .bx-sm-img {
    margin-top: 50%;
    background: none;
    margin-bottom: 12%;
}
@media (max-width: 768px) {
    .noticias .noticia-box h2 {
        margin-bottom: 25px;
    }
    .noticias .noticia-box .btn-box {
        text-align: center;
        margin-bottom: 25px;
    }
    .noticias .noticia-box p.data {
        padding-bottom: 10px;
    }
    .noticias .noticia-box {
        /* padding-bottom: 50px; */
    }
    .box-principal-noticia {
        width: 100%;
    }
    .noticias .box-noticia-principal .alt-box {
        height: auto !important;
    }
	.noticias .noticia-box{
		height:auto;
	}
}
@media (max-width: 992px) {
    .noticias .noticia-box {
        background: #f9f9f9;
    }
    .list-header-box h1 {
        font-size: 30px !important;
    }
}
@media (max-width: 382px) {
    .list-header-box h1 {
        font-size: 23px !important;
    }
    .pagination-box {
        padding: 0px 0px 0px 0px;
    }
    .servicos .servicos-box .btn-box .btn {
        padding: 5px 5px;
    }
}
/* Noticia Principa Listagem */

.noticias .box-noticia-principal h3 {
    font-size: 18px;
    color: #fff;
    padding-bottom: 10px;
    text-align: left;
    margin-top: 20%;
    margin-left: 10px;
    margin-right: 10px;
    font-family: 'Lato-Bold', Lato-Bold;
}
.noticias .box-noticia-principal p {
    font-size: 18px;
    color: #fff;
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
    font-family: 'Lato-Regular', Lato-Regular;
}
.noticias .box-noticia-principal .btn-box .btn {
    font-family: 'Lato-Regular', Lato-Regular;
    font-size: 16px;
    color: #26272d;
    background: #fff;
    padding: 7px 39px;
    margin-top: 25px;
    margin-bottom: 20px;
    border: 1px solid #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
}
.noticias .box-noticia-principal .btn-box .btn:hover,
.noticias .box-noticia-principal .btn:focus {
    font-family: 'Lato-Regular', Lato-Regular;
    color: #ec3237;
    font-size: 16px;
    background: #fff;
    border-top: 1px solid #dfdfe0 !important;
    box-shadow: 0px 2px 4px 0px rgba(193, 193, 193, 0.78);
}
.noticias .box-noticia-principal .btn-box {
    text-align: left;
    width: 80%;
}
.desc-noticia-box {
    display: table-cell;
    ;
}
.img-box-ntPrincipal {
	float: left;
    width: 50%;
    height: 298px;
    background: #fff;
}
.img-ntPrincipal {
	min-height: 298px;
}
.noticias .box-noticia-principal {
    height: 300px;
   background: transparent;
}
.noticias .box-noticia-principal-text {
    background: #ec3237; 
	width: 50%;
    height: 298px;
}
@media (max-width: 530px) {
    .img-box-ntPrincipal {
        float: none !important;
        height: auto !important;
        width: 100% !important;
    }
    .noticias .box-noticia-principal {
        height: auto !important;
    }
    .cartaoRodeio-box {
        color: #fff;
        text-align: right;
        margin-left: 25%;
        margin-top: 20px;
    }
}
@media (max-width: 992px) {
    .noticias .box-noticia-principal h3 {
        text-align: center
    }
    .noticias .box-noticia-principal p {
        text-align: center;
    }
    .noticias .box-noticia-principal .btn-box {
        text-align: center;
    }
}
/* ---- Timeline ---- */

.linhadoTempo {
    border-bottom: 2px solid #eaeaea;
    margin-bottom: 20px;
    border-top: 1px solid #ddd;
}
.linhadoTempo .tab-content a {
    color: #ec3237 !important;
    font-size: 18px;
    text-decoration: underline !important;
    margin: 1rem 0;
    display: block;
}
.linhadoTempo .tab-content h3 {
    font-size: 30px;
    font-family: 'Lato-Regular', Lato-Regular;
    color: #373737;
    text-transform: none;
}
.linhadoTempo .tab-content p {
    font-size: 18px !important;
    font-family: 'Lato-Regular', Lato-Regular !important;
    color: #373737 !important;
    line-height: 29px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px !important;
}

/*.timeLine a span .circle-on {
    position: absolute;
    text-align: center;
    margin-top: 5px;
    background: url('../img/Ellipse-2.png') center no-repeat;
    width: 12.7px;
    height: 12px;
    left: 29px;
}
.timeLine a span .circle-off {
    position: absolute;
    text-align: center;
    margin-top: 5px;
    background: url('../img/Ellipse-1.png') #fff center no-repeat;
    width: 12.7px;
    height: 12px;
    left: 29px;
}*/
.timeLine .tab-content .text-center {
    text-align: center;
}
.timeLine li {
    border-bottom: 1px solid #ddd;
    margin-top: 1px;
}
.linhadoTempo ul {
    padding: 0px 0px 0px 0px !important;
    margin-top: 15px;
}
.timeLine >li.active>a,
.timeLine>li.active>a:focus,
.timeLine>li.active>a:hover {
    color: #fff !important;
    cursor: default;
    border: 1px solid #fff;
    border-bottom: 1px solid transparent;
    text-decoration: none !important;
    background: #ec3237
}
.timeLine li a:hover {
    background: #fff;
    border: 1px solid #fff;
    text-decoration: none !important;
}
.timeLine .li.active {
    border: 1px solid #fff;
    border-bottom: 1px solid #ddd;
}
.linhadoTempo .tab-content {
    width: 80%;
    margin-left: 10%;
    margin-bottom: 50px;
    height: auto;
}
.linhadoTempo .timeLine a {
    font-size: 18px;
    font-family: 'Lato-Bold', Lato-Bold;
    color: #494949!important;
    text-decoration: none !important;
}
@media(max-width:450px) {
    .timeLine li {
        margin-bottom: 5px;
    }
    .timeLine {
        border-bottom: 1px solid transparent;
    }
}
@media(max-width:992px) {
    .linhadoTempo {
        height: auto;
    }
    .linhadoTempo .tab-content {
        height: auto;
    }
    /* Conteudo */
    
    .imagem-box-conteudo {
        height: auto;
        width: auto
    }
    .imgConteudoBody {
        height: auto;
        width: auto
    }
	
}
/* Conteudo */

.imagem-box-conteudo {
    height: 500px;
    width: 450px
}
.imgConteudoBody {
    height: 100%;
    width: 100%;
}
@media(min-width:500px) and (max-width:550px) {
    .main-navigation .campos-form input {
        width: 140px !important;
    }
}
@media(max-width:200px) {
    .main-navigation .brand a.logo-mobile.logo {
        padding: 13px 3px;
    }
    .main-navigation .campos-form {
        width: 100%;
    }
    .main-navigation .campos-form input {
        margin: 3px 1%;
    }
    .main-navigation form .btn {
        margin-top: 5px;
        margin-bottom: 5px;
    }
}
@media (min-width:767px) and (min-width:768px) {
    .navbar-collapse {
        margin-right: -25px !important;
        margin-left: -25px !important;
    }
}
.main-header-conteudo{
	display: block;
    overflow: hidden;
    width: 100%;
    /*height: 250px;*/
}
.main-header-conteudo img {
	position: relative;
    background-position: center;
    background-size: cover;
    width: 100%;
    /*min-height: 250px;*/
	margin-top: 15px
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #fff;
    outline: 0;
}

.nao-noticias{
	height: 210px;
}
.nao-noticias h1{
	margin-top: 15%;
	margin-top: 15%;
	font-size: 30px;
	color: #5a5a5a;
	font-family: 'Lato-Bold', Lato-Bold;
	padding-bottom: 10px;
	text-align:center;
}
.nada-box{
	padding-top: 100px;
	padding-bottom: 100px;
}
.nada-box p{
	font-weight: 800;
font-size: 32px;
text-align: center;
margin-top: 32px;
color: rgb(189, 189, 189);
}
.fancybox-opened {
    z-index: 9999;
    top: 98px !important;
}

*:focus {
    outline: 0px!important;
}

/*.navbar-fixed-top
{
 overflow-y: scroll !important;
max-height: 900px !important;
}

@media (max-width: 767px){

    .navbar-fixed-top {
        position: relative;
        top: auto;/* Auto position navbar top 
    }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height:inherit;/* Clear max-height 
    }

   
}*/

/*LOGIN OPÇÕES*/
.formulario-login .form-inline .dropdown {
    display: inline-block;
}
    .formulario-login .form-inline .dropdown .dropdown-menu {
        border: 1px solid #ad1b1f; 
        -webkit-border-radius: 5px;
         -moz-border-radius: 5px;
          border-radius: 5px;
           min-width: 100%;
           background:#ec3237;
    }
        .formulario-login .form-inline .dropdown .dropdown-menu li a {
             color: #fff;
        }
        .formulario-login .form-inline .dropdown .dropdown-menu li a:hover {
             background: #ad1b1f !important;
             color: #fff;
        }

/*MODAL INSTITUCIONAL*/
#ModalInstitucional{
	z-index: 999999;
        top: 25%;
}
#ModalInstitucional .modal-body {
    padding-top: 35px;
}

/*social topo mobile*/
@media (max-width: 768px){
	.social-open{
          display:none !important;
       }
#ModalInstitucional iframe {
    border: none;
    background: #464646;
    width: 100%;
    height: 280px;
}
}
@media (min-width: 768px){
    .social-open{
          display:block;
       }
}
.socialTopoMobile{
    width: 100%;
    display: inline-flex;
    margin-bottom: 10px;
    left: 0;
    position: relative;
    right: 0;
}
