/* cmsms stylesheet: Design modified: sexta-feira, 1 de novembro de 2024 10:44:39 */
body,p,
h1,h2,h3,h4,h5,h6,
.uk-navbar-nav>li>a{font-family: 'PT Sans', sans-serif !important;}

h1{color: #21438E;}
section:not(.uk-light) p.subtitulo {color: #3397DB;}

.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-text-azul{
  color: #092971;
}
.uk-background-primary,
.uk-section-primary{
  background-color: #3397DB !important;
}

.uk-background-primary-light,
.uk-section-primary-light{
  background-color: #86CAF8 !important;
}

.uk-background-secondary,
.uk-section-secondary{
  background-color: #092971 !important;
}

.uk-background-vermelho,
.uk-section-vermelho{
  background-color: #f53051 !important;
}

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

.uk-button-danger{
  background-color: #F53051;
}

.uk-text-danger{
  color: #F53051 !important;
}

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

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

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

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

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

.uk-list-divider>:nth-child(n+2) {
  margin-top: 0px;
  padding-top: 0px;
}

/*
.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: #d9d222;
  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);}

.uk-border-rounded {
  border-radius: 10px;
}

@media screen and (min-width: 1201px) {
  .uk-heading-banner {font-size: 3.5rem;}
  .uk-lead-banner {font-size: 1.8rem;}
  .uk-negative-margin-top {margin-top: -200px !important;}
  #depoimentos {min-height: 600px;}
}

@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;}

header .uk-sticky {z-index: 99 !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;
}


.uk-wave-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.uk-wave-bottom svg {
  position: relative;
  display: block;
  width: calc(113% + 1.3px);
  height: 150px;
}

.uk-wave-bottom .shape-fill {
  fill: #FFFFFF;
}

.uk-wave-bottom.colegios .shape-fill {
  fill: #F8F8F8;
}

/** For mobile devices **/
@media (max-width: 767px) {
  .uk-wave-bottom svg {
    width: calc(142% + 1.3px);
    height: 87px;
  }
}

.switch {
  display: inline-block;
  height: 15px;
  position: relative;
  width: 45px;
  margin-left: 20px;
}

.switch input {
  display:none;
}

.slider {
  background-color: #E2E8F7;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .4s;
}

.slider:before {
  background-color: #8B9ABC;
  bottom: -5px;
  content: "";
  height: 26px;
  left: -5px;
  position: absolute;
  transition: .4s;
  width: 26px;
}

input:checked + .slider {
  background-color: #59AAD3;
}

input:checked + .slider:before {
  background-color: #21438E;
  transform: translateX(26px);
}

.slider.round {
  border-radius: 24px;
}

.slider.round:before {
  border-radius: 50%;
}

.uk-offcanvas-bar-light {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -270px;
  box-sizing: border-box;
  width: 270px;
  padding: 20px 20px;
  background: #f8f8f8;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.uk-offcanvas-bar-animation {
  transition: left 0.3s ease-out;
}
@media (min-width: 960px) {
  .uk-offcanvas-bar-light {
    left: -350px;
    width: 350px;
    padding: 40px 40px;
  }
}
.uk-offcanvas-flip .uk-offcanvas-bar-light {
  left: auto;
  right: -270px;
}
.uk-offcanvas-flip .uk-offcanvas-bar-animation {
  transition-property: right;
}
.uk-offcanvas-flip .uk-open > .uk-offcanvas-bar-light {
  left: auto;
  right: 0;
}
@media (min-width: 960px) {
  .uk-offcanvas-flip .uk-offcanvas-bar-light {
    right: -350px;
  }
}
.uk-offcanvas-flip .uk-offcanvas-reveal .uk-offcanvas-bar-light {
  left: auto;
  right: 0;
}
.uk-offcanvas-reveal .uk-offcanvas-bar-light {
  left: 0;
}
.uk-open > .uk-offcanvas-bar-light {
  left: 0;
}
