﻿body {
    font-family: "Source Sans Pro", sans-serif !important;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    color: #333333 !important;
    background-color: #fff !important;
}

a {
    color: #999;
    text-decoration: none;
}
.carousel-caption-header {
    font-size: 26px;
    font-weight: normal;
    color: #FFF;
    text-align: center;
}

.carousel-caption-header2 {
    font-size: 15px;
    font-weight: normal;
    color: #FFF;
    text-align: left;
}

.page-content > p{
	font-size: 16px !important;
}

.site-header > h1
{
	font-size: 30px !important;
	text-transform: capitalize;
}

.site-header > p
{
	font-size: 20px !important;
}

.description
{
	font-size:12px;
}

.carousel-indicators {
    bottom: 5px;
}

.transition-timer-carousel .carousel-caption {
    background: -moz-linear-gradient(top, transparent 0%, rgba(0,0,0,0.1) 4%, rgba(0,0,0,0.5) 32%, #000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(4%, rgba(0,0,0,0.1)), color-stop(32%, rgba(0,0,0,0.5)), color-stop(100%, #000));
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0,0,0,0.1) 4%, rgba(0,0,0,0.5) 32%, #000 100%);
    background: -o-linear-gradient(top, transparent 0%, rgba(0,0,0,0.1) 4%, rgba(0,0,0,0.5) 32%, #000 100%);
    background: -ms-linear-gradient(top, transparent 0%, rgba(0,0,0,0.1) 4%, rgba(0,0,0,0.5) 32%, #000 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.1) 4%, rgba(0,0,0,0.5) 32%, #000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
    width: 100%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    text-align: left;
    padding-top: 5px;
    padding-left: 10%;
    padding-right: 10%;
}

.carousel-caption2 {
    background: -moz-linear-gradient(top, transparent 0%, rgba(0,0,0,0.1) 4%, rgba(0,0,0,0.5) 32%, #000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(4%, rgba(0,0,0,0.1)), color-stop(32%, rgba(0,0,0,0.5)), color-stop(100%, #000));
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0,0,0,0.1) 4%, rgba(0,0,0,0.5) 32%, #000 100%);
    background: -o-linear-gradient(top, transparent 0%, rgba(0,0,0,0.1) 4%, rgba(0,0,0,0.5) 32%, #000 100%);
    background: -ms-linear-gradient(top, transparent 0%, rgba(0,0,0,0.1) 4%, rgba(0,0,0,0.5) 32%, #000 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.1) 4%, rgba(0,0,0,0.5) 32%, #000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
    width: 100%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    text-align: left;
    padding-top: 5px;
    padding-left: 10%;
    padding-right: 10%;
}

/* .navbar-default .navbar-nav > li > a {
    font-size: 10px !important;
} */

.btn-pdf {
  color: #D35400;
  border-color: #D35400;
}
.btn-pdf:hover, .btn-pdf:focus {
  color: #fff;
  border-color: #D35400;
  background-color: #D35400;
}

.see-more {
  margin-left: 5px;
  padding: 1px 4.5px;
  font-size: 12px;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.see-more:hover, .see-more:focus {
  color: #333;
  background-color: #e6e6e6;
}

.slick-list {
  padding: 2px !important;
}

.banners .col-md-12 a {
  display: inline-block;
}

.thumbnail {
  padding: 0;
  box-shadow: 1px 2px #f1f1f1;
}
.thumbnail img {
  border-radius: 3px 3px 0 0;
}
.thumbnail .description {
  padding: 5px;
}
.thumbnail .description p {
  margin-bottom: 0;
}
.thumbnail:hover, .thumbnail:focus {
  text-decoration: none;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.thumbnail-homepage {
  margin-bottom: 0;
}

ul li {
  list-style-type: none;
}

#map {
  width: 100%;
  height: 250px;
  margin: 15px 0;
  border: 1px solid #ddd;
  border-radius: 5px;
}

#footer-map {
  width: 100%;
  height: 110px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 3px;
}

.content-section {
  padding: 20px 0;
}
.content-section hr {
  margin-top: 0;
  width: 100%;
}

#carousel-gallery {
  margin: 20px 0 40px;
}

.response {
  display: inline-block;
}

.fb-like span {
  height: 25px !important;
}

.sharing {
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px dashed #ddd;
  border-bottom: 1px dashed #ddd;
}

.btn-full {
  display: block;
  width: 100%;
}

.chart {
  margin: 20px 0;
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.img-carousel {
  min-width: 100%;
  min-height: 330px;
  object-fit: cover;
}

.main-navbar {
  padding: 10px 0;
  box-shadow: 0 1px 3px #bbb;
  border-top: 3px solid #b81219;
  background-color: #f1f1f1;
  font-size: 12px;
}

.title-section {
  margin: 0 15px 20px 15px;
  border-bottom: 1px solid #eee;
}
.title-section h1 {
  font-size: 14px;
}

.full {
  overflow: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 0 15px;
  border-bottom: 0;
  text-align: center;
}
.full h1 {
  border-bottom: 1px solid #eee;
  line-height: 0.1em;
}
.full a {
  line-height: inherit;
}
.full span {
  padding: 0 10px;
  background-color: #fff;
}
.full .fa {
  line-height: inherit;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.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;
}

.form-box {
  width: 100%;
  overflow: auto;
  margin: 20px 0;
}

.actions {
  display: inline-block;
  margin-top: 15px;
}
.actions .btn-success {
  margin-right: 15px;
}

.form-group.required .form-label:after {
  content: " *";
  color: red;
}

.login {
  width: 80%;
  margin: 100px auto 0 auto;
}

.brand-login {
  margin-bottom: 30px;
  text-align: center;
}

.stylish-input-group .input-group-addon {
  background: white !important;
}

.stylish-input-group .form-control {
  border-right: 0;
  box-shadow: 0 0 0;
  border-color: #ccc;
}

.stylish-input-group button {
  border: 0;
  background: transparent;
}

.site-header {
  
  color: #858585;
  text-align: left;
}
.site-header h1 {
  /*margin: 10px 0 0;*/
  font-size: 22px;
}

.page-content {
  overflow: auto;
}
.page-content p {
  text-size: 16px;;
  text-align: justify;
}

.page-cover {
  float: left;
  max-width: 100%;
  max-height: 240px;
  margin: 1em 1em 0 0;
}

.separator {
  margin: 0 1em 0 1em;
}

.item-box {
  display: inline-block;
  margin-bottom: 1em;
}

.item-title {
  margin-top: 5px;
  font-size: 16px;
}

.filters {
  overflow: auto;
  width: 100%;
  margin-bottom: 30px;
}

.popup .modal-body {
  padding: 0;
}
.popup .modal-content .close {
  position: absolute;
  top: -10px;
  right: -10px;
  padding: 0 5px;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  z-index: 1;
  opacity: 1;
}
.popup .item {
  -webkit-transition: 0.3s ease-in-out left;
  transition: 0.3s ease-in-out left;
}

col-md-12{
    min-height: 0px!important;
}
/*.video {
  margin-top: 40px;
}*/

.video iframe {
  border-radius: 5px;
}

.post {
  overflow: auto;
  margin-bottom: 20px;
}
.post .item-title {
  margin-top: 0;
  font-size: 16px;
}
.post p {
  text-align: left;
}

.post-cover {
  float: left;
  max-height: 160px;
  margin-right: 1em;
}

.post-date {
  font-size: 10px;
  font-style: italic;
}

footer {
  background-color: #333;
  color: #bbb;
}
footer h1 {
  float: left;
  margin-right: 15px;
  display: inline-block;
  font-size: 14px;
}
footer hr {
  margin-top: 30px;
  border-top: 1px dashed;
}
footer small {
  display: inline-block;
  margin-bottom: 5px;
  font-style: italic;
}

.brand-oab {
  max-height: 50px;
}

.brand-oab:first-of-type {
  margin-right: 25px;
}

.social {
  margin-top: 20px;
  margin-left: 0;
}
.social .fa {
  padding-top: 5px;
  width: 25px;
  height: 25px;
  border: 1px solid;
  border-radius: 50%;
}
.social .fa:hover, .social .fa:focus {
  color: #fff;
}
.social .fa-facebook:hover, .social .fa-facebook:focus {
  background-color: #3b5998;
  border-color: #133783;
}
.social .fa-twitter:hover, .social .fa-twitter:focus {
  background-color: #1da1f2;
  border-color: #198bd1;
}
.social .fa-instagram:hover, .social .fa-instagram:focus {
  background-image: linear-gradient(to bottom left, #4C68D7 0%, #8a3ab9 50%, #FBAD50 75%, #E95950 100%);
  border-color: #8a3ab9;
}



/*--------------*/

.navbar-toggle, .navbar-right {
  margin-top: 30px;
}

/* .navbar-default .navbar-nav > li > a {
  color: #999;
  padding: 0;
  margin: 15px 10px 6px;
} */
/* .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  border-bottom: 2px solid #999;
} */

.navbar-nav > li > .dropdown-menu {
  right: auto;
  font-size: 12px;
}

.navbar-right .dropdown-menu {
  right: auto;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #999;
}

.navbar-form {
  float: right;
}
.navbar-form .form-control {
  border-radius: 15px;
}
.navbar-form .input-group-addon {
  border-radius: 0 15px 15px 0;
}

.nav > li > a:hover, .nav > li > a:focus {
  background-color: transparent;
}

.container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
  margin-right: -15px;
}

.help-block {
  font-size: 12px;
}

ul.list-group:after {
  clear: both;
  display: block;
  content: "";
}

.list-group-item {
  float: left;
  border: 0;
  background-color: transparent;
}

.panel-heading > a:hover, .panel-heading > a:focus {
  text-decoration: none;
}

.nav-tabs {
  margin: 20px 0 40px;
}

.popover-content {
  padding: 3px 3px !important;
}


@media (min-width: 992px)
{
	.video {
		margin-top: 0;
	}
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1;
}
.transition-timer-carousel img {
    width: 100%;
    /*max-height: 330px;*/
}
.img-carousel {
    min-width: 100%;
    min-height: 330px;
    object-fit: cover;
}

.img-rounded {
    border-radius: 10px;
}

.error{
	font-weight: normal;
    color: red;
}

.form-control-static-loja
{
    color: Blue;
    font-weight: #337ab7;
}

#ContentPlaceHolder1_ddlLocal tbody tr td
{
    border: solid 1px #CCC;
}

#ContentPlaceHolder1_ddlLocal tbody tr td:hover
{
    background-color: #bce8f1;
    cursor: pointer;
}

#ContentPlaceHolder1_ddlLocal tbody tr td label
{
    font-weight: normal;
    font-size: 14px;
}



.navbar1 {
  position: relative;
  min-height: 50px;
  margin-bottom: 0!important;
  border: 1px solid transparent;
}

.navbar-toggle, .navbar-right {
  margin-top: 0!important;
}

.navbar-default .navbar-nav > li > a
{
  padding: none!important;
}

.navbar-brand img {
 height: 100%;
}

.navbar-nav>li>a {
  padding-top: 40px;
  padding-bottom: 40px;
}

.navbar-nav>li {
  border-left: solid 1px #FFF;
}

.navbar-right {
  float: right!important;
  margin-right: 15px;
}

.btn
{
  border-radius: 20px!important;
  background-color: #E2E2E2;
  color: #000;
}

.btn-loja1{
  background-color: #0058ff;
  color: #FFF;
  font-size:16px;
}
.btn-loja1:hover{color:#CCC;}

.btn-loja2{
  font-size:16px;
}

.fonte-menu li a
{
  font-size: 12px;
}

.fonte-menu li
{
  border-left: solid 1px #FFF;
}

.movel{display: none;}

.menu_intranet_normal{display: block;}
.menu_intranet_movel{display: none;}
.menu_social_movel{display: none;}

.nav>li.menu_social_movel{display: none;}


.nav>li>a
{
    padding: 40px 7px 40px 7px;
}

.navbar-right >li>a
{
    padding: 40px 15px 40px 15px;
}

  .exibir-smartphone
  {
      display:none;
  }

@media (max-width: 768px)
{
  .movel{display: block;}

  .navbar-toggle, .navbar-right {
  margin-top: 15!important;
  }

  .navbar-nav>li>a {
  padding-top: 0px;
  padding-bottom: 0px;
  }

  .normal{display: none;}
  .navbar-right{display: none;}

  .menu_intranet_normal{display: none;}
  .menu_intranet_movel{display: block;}

  .nav>li.menu_social_movel{display: block;}

  .menu_social_movel a{float: left; text-align: center; margin: 20 20px 10 20px}

  .fonte-menu li a {
    font-size: 15px;
    padding: 10px
  }

  .img-carousel {
    min-height: 0!important;
  }
  
  .nav>li>a
    {
        padding: 10px 7px 10px 7px;
    }

  .ocultar-smartphone
  {
      display:none;
  }

  .exibir-smartphone
  {
      display:block;
  }

  .fundo-titulo-pagina{margin: 0% 3% 0% 3%;}

}


.dropdown-menu li a{font-size: 14px;}

.navbar-nav>li>.dropdown-menu {
  margin-top: -30;
}



.navbar-static-top{
	background-color: #fff;
	border-bottom: 0px;
	margin-bottom: 0px;
}

.noticia-home-img{
	width: 100%;
	height: 400px;
	border-radius: 2%;
	object-fit: cover;
}

.noticia-home-texto{
	left: 10%;
	right: 10%;
}

.noticia-home-texto-categoria{
	border-bottom: solid 1px #FFF;
	color: #FFF;
	text-align: left;
}


.noticia-home-texto-titulo{
	color: #FFF;
	font-weight: bold;
	text-align: left;
	text-shadow: 1px 2px #000;
}

.rodape-cor{
	background-color: #E2E2E2;
	color: #000;
}


.page-header
{
    border-bottom: none;
}

.fundo-titulo-pagina
{
    background-color: #a7a7a7;
    border-radius: 10px;
    
}

.fundo-titulo-pagina h1{color: #fff;}


.banner-principal
{
    height: 550px;
}

.banner-secundario
{
    height: 150px;
}

.post_escuro{
    /*background-color: #000;*/
    border-radius: 6px;
}

.post_escuro a img
{
    /*-webkit-mask-image: -webkit-gradient(linear, left top, 
    left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));*/
}


.bloco-foto
{
    display: inline-table;
    overflow: auto;
    margin-bottom: 20px;
    width: 100%;
}

.bloco-foto img
{
    float: left;
    height: 100px;  
    border-radius: 6%;

    object-fit: cover;
    width: 40%;
    object-position: top;
}

.bloco-foto span
{
    float: left;
    width: 55%; 
    margin-left: 10px;
    font-weight: bold;
    padding-left: 10px;
    font-size: 16px;
}

.icone_item{
    background-color: blue;
    padding: 5px;
    border-radius: 50%;
    color: #fff;
    margin-right: 10px;
}

.icone_item_texto
{
    font-weight: bold;
    color: #777;
}

.noticia-area {
    width: 100%;
}

.noticia-area-item:nth-child(2n+1) {
    margin-right: 10%;
}

.noticia-area-item {
    
    width: 45%;
    float: left;
}

.noticia-area-item a img{
    
    width: 100%;
	height: 200px;
	border-radius: 2%;
	object-fit: cover;
}


.carousel-control
{
    background: none!important;
}

.banner-topo
{
    /*-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));*/
}


.icone-texto-alinhado
{
    vertical-align: baseline;
}

.fonte-menu li
{
    border-top: solid 4px #fff;
}

.fonte-menu > li:hover
{
    border-top: solid 4px #ca161d;
}

.fonte-menu li a
{
    font-weight: bold;
    color: #777;
}

.menu-horizontal{width: 100%; margin: 0 auto; height: 115px; margin-top: 20px; }
.menu-horizontal .contenedor-menu{width: 100%!important; margin: 0px; }
.menu-horizontal .menu{text-align: center; padding-left: 4%;}
.menu-horizontal .menu > li{float: left; margin: 0px 10px 0px 10px; width: 22%}
.menu-horizontal .menu-item1{position:absolute; z-index:1000;}
.menu-horizontal .menu{
    position: absolute;
    z-index: 999;
    left: 0px;
    margin: 0 auto;
}

.menu-vertical-smartphone .contenedor-menu {
    margin: 0px !important;
    width: 100% !important;
}

.contenedor-menu-beneficio a {vertical-align: central;}


.descricao-convenio > div > div > ul > li{
    padding-left: 0px!important;
    margin-left: 0!important;
}

.descricao-convenio > div > div > ul {
    padding-left: 30px!important;
    margin-left: 0!important;
}