/* cmsms stylesheet: Design modified: quarta-feira, 30 de julho de 2025 11:47:02 */
body,p,
h1,h2,h3,h4,h5,h6,
.uk-navbar-nav>li>a{font-family: 'PT Sans', sans-serif !important;}

.uk-titulo-banner {font-family: 'PT Sans', sans-serif; font-size: 4em; color: #FFF !important;}
.uk-subtitulo-banner {font-family: 'PT Sans', sans-serif; font-size: 1.5em; color: #FFF !important;}

.btLogin{font-size: .875rem}

.uk-text-white,
.uk-table tr th {color: #FFF !important;}

.uk-background-azul-escuro {
  background-color: #0053a6 !important;
}

.uk-background-azul-claro{
  background-color: #94b8e1 !important;
}

header .uk-button-default{
  border-color: #f7e300;
  color: #f7e300 !important;
}

section.banner{
  border-bottom: 5px solid #94b8e1;
}

h1.uk-light{color: rgba(255, 255, 255, 1);}

.uk-navbar-nav>li>a {
  text-transform: none;
  color: #0053a6;
  font-size: 1rem;
}

.uk-navbar-nav>li.uk-active>a {
  color: #94b8e1 !important;
  font-weight: bold;
}

.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {
  min-height: 60px !important;
}

.uk-dropdown:before{
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #0053a6 transparent;
  top: -0.5em;
  left: 10px;
}

.uk-dropdown.submenu:before{
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #0053a6 transparent transparent;
  top: 0.8em;
  left: -0.5em;
}

.uk-dropdown {
  background: #0053a6;
  padding: 0;
  z-index: 9999 !important;

}

.uk-dropdown li a{
  padding: 10px 25px 10px 22px;
  color: #FFF;
  border-bottom: 1px solid #94b8e1;
  -o-transition: padding .2s linear;
  -moz-transition: padding .2s linear;
  -webkit-transition: padding .2s linear;
  transition: padding .2s linear;
}

.uk-dropdown li:last-child a{border: none;}

.uk-dropdown li:hover > a{
  padding-left: 28px;
  padding-right: 19px;
  color: #FFF;
}

.uk-dropdown li.uk-active > a{
  color: #94b8e1;
  font-weight: bold;
}


.camada1{z-index: 1}
.camada2{z-index: 2}
.camada3{z-index: 3}


.uk-overlay-primary{background: rgba(0,0,0,0.5);}

@media screen and (min-width: 1201px) {
  .uk-heading-banner {font-size: 3.5rem;}
  .uk-lead-banner {font-size: 1.8rem;}
}

@media screen and (min-width: 800px and max-width: 1200px) {
  .uk-heading-banner {font-size: 2.7rem;}
  .uk-lead-banner {font-size: 1.6rem;}
  .uk-img-banner {display: none;}
}

@media screen and (min-width: 651px and max-width: 799px) {
  .uk-heading-banner {font-size: 2.7rem;}
  .uk-lead-banner {font-size: 1.6rem;}
  .uk-img-banner {width: 80% !important;}
}

@media screen and (max-width: 650px) {
  .uk-heading-banner {font-size: 2rem;}
  .uk-lead-banner {font-size: 1.2rem;}
}

@media screen and (min-width: 801px) {
  blockquote{padding: 0 20%;}
}
blockquote{font-size: 1rem; font-style: initial; font-weight: normal; color: #666; text-align: justify;}
article p {text-indent: 30px;}

header .uk-sticky {z-index: 99999999 !important;}
section .uk-sticky {z-index: 99 !important;}

.uk-description-list>dt {
  color: rgba(255,255,255,.5);
}

a.marca{
  display: block;
  width: 80px;
  padding: 0px;
}

a.marca .regis{
  fill: rgba(255,255,255,.4);
}

.uk-heading-bullet::before {
  border-left: calc(5px + 0.1em) solid #d53d4a;
}

figure.image{
  border: 1px solid #e6e6e6;
  background: #fafafa;
}

figure.image figcaption{
  font-size: 0.9rem;
  text-align: center;
  padding: 5px;
}

.timeline .timeline-item {
  display: flex;
  display: -ms-flexbox;
  margin-bottom: 1.2rem;
  position: relative;
}

.timeline .timeline-item::before {
  background: #dadee4;
  content: "";
  height: 100%;
  left: 34px;
  position: absolute;
  top: 70px;
  width: 2px;
}

.timeline .timeline-item .timeline-left {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.timeline .timeline-item .timeline-left .uk-badge {
  padding: 0;
  margin: 0;
  width: 70px;
  height: 70px;
}

.timeline .timeline-item .timeline-left .uk-badge.uk-badge-danger {
  background: #f0506e;
}

.timeline .timeline-item .timeline-left .uk-badge.uk-badge-success {
  background: #32d296;
}

.timeline .timeline-item .timeline-left .uk-badge.uk-badge-warning {
  background: #faa05a;
}

.timeline .timeline-item .timeline-left .uk-icon {
  color: #fff;
}

.timeline .timeline-item .timeline-content {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0 0 0 1rem;
}

.timeline .uk-card-default .uk-card-header {
  margin-left: 0px;
}
