/* cmsms stylesheet: Design modified: terça-feira, 20 de maio de 2025 14:54:06 */
body,p,
h1,h2,h3,h4,h5,h6,
.uk-navbar-nav>li>a{font-family: 'PT Sans', sans-serif !important;}

.nav {
  position: absolute;
  top: 0px;
  z-index: 4;
  left: 0;
  right: 0;
}
.uk-sticky-placeholder {
  height: 0 !important;
}

.uk-iconnav li{padding: 0}

.uk-facebook a{
  background-color: #0474be !important;
  color: #FFF !important;
}

.uk-instagram a{
  background-color: #e00297 !important;
  color: #FFF !important;
}

.top-wrap::before, .overlay-wrap::before {
  position: absolute;
  top:0;
  right:0;
  left: 0;
  bottom: 0;
  content: '';
  z-index: 1;
}

.top-wrap-height {
  height: 80vh;
  min-height: 460px;
  transition: height 0.25s;
}

.top-container {
  z-index: 2;
}

.uk-logo{
  background: #5B9C39;
  -webkit-border-bottom-right-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.uk-logo img{
  width: 80px;
}

.skewed {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: #FFF;
  z-index: 2;
  transform: skewY(9deg);
  transform-origin: top right;
}


.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-button-primary {
  background-color: !important;
}

.uk-background-azul,.uk-table thead{
  background-color: #273686;
}

.uk-background-azul-degrade{
  background: rgb(39,77,147);
  background: linear-gradient(69deg, rgba(39,77,147,1) 25%, rgba(129,12,181,1) 100%);
}

.uk-background-verde-degrade{
  background: rgb(3,127,108);
  background: -moz-linear-gradient(90deg, rgba(3,127,108,1) 0%, rgba(91,155,56,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(3,127,108,1) 0%, rgba(91,155,56,1) 100%);
  background: linear-gradient(90deg, rgba(3,127,108,1) 0%, rgba(91,155,56,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#037f6c",endColorstr="#5b9b38",GradientType=1);
}

.uk-background-azul-escuro{
  background-color: #304858;
}

.uk-background-muted,.uk-section-muted{
  background-color: #e6e7ea;
}

.uk-background-vermelho,.uk-section-vermelho{
  background-color: #d53d4a;
}

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

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

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

.uk-dropdown:before{
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #d53d4a 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 #d53d4a transparent transparent;
  top: 0.8em;
  left: -0.5em;
}

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

}

.uk-dropdown li a{
  padding: 10px 25px 10px 22px;
  color: #FFF;
  border-bottom: 1px solid #bb3535;
  -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: #FFF;
  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 (max-width: 650px) {
  .uk-heading-banner {font-size: 2rem;}
  .uk-lead-banner {font-size: 1.2rem;}
  .skewed {height: 0;}
  .uk-logo img{width: 60px;}
}

@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;}
  .skewed {height: 35%;}
  .uk-logo img{width: 60px;}
}

@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;}
  .skewed {height: 40%;}
}

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


blockquote{font-size: 1rem; font-style: initial; font-weight: normal; color: #666; text-align: justify;}
article p {text-indent: 30px;}

footer .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;
}
