/* line 1, ../../sass/partials/_base.scss */
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
}

/* line 7, ../../sass/partials/_base.scss */
img {
  max-width: 100%;
}

/* line 10, ../../sass/partials/_base.scss */
a {
  text-decoration: none;
  cursor: pointer;
  color: #23aa4c;
}
/* line 14, ../../sass/partials/_base.scss */
a:hover {
  text-decoration: none;
}

/* line 18, ../../sass/partials/_base.scss */
ul {
  padding: 0;
  list-style: none;
}

/* line 22, ../../sass/partials/_base.scss */
button {
  border: 0;
  outline: 0;
}
/* line 25, ../../sass/partials/_base.scss */
button:active {
  outline: 0 !important;
}
/* line 28, ../../sass/partials/_base.scss */
button:focus {
  outline: 0 !important;
}

/* line 33, ../../sass/partials/_base.scss */
.fa-bars {
  color: #717171;
}

/* line 37, ../../sass/partials/_base.scss */
.breadcrumb {
  padding: 1.75rem 3.5rem;
  background: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.1px;
  color: #757575;
}
/* line 48, ../../sass/partials/_base.scss */
.breadcrumb a {
  color: #7d7d7d;
}
/* line 50, ../../sass/partials/_base.scss */
.breadcrumb a:hover {
  color: #23aa4c !important;
}
/* line 54, ../../sass/partials/_base.scss */
.breadcrumb .active {
  color: #000;
  font-weight: 600;
}

/* line 62, ../../sass/partials/_base.scss */
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: ">";
}

/* line 72, ../../sass/partials/_base.scss */
p {
  font-size: 20px !important;
}

/* line 76, ../../sass/partials/_base.scss */
ul {
  font-size: 18px !important;
}

/* line 80, ../../sass/partials/_base.scss */
a {
  transition: 0.2s;
  word-break: break-word;
}
/* line 83, ../../sass/partials/_base.scss */
a:hover {
  color: #022646 !important;
  transition: 0.2s;
}

/* line 1, ../../sass/partials/_first-line.scss */
.first-line {
  background: #fff;
  border-bottom: 1px solid #b2b2b23b;
  width: 100%;
  max-width: 100%;
}
/* line 7, ../../sass/partials/_first-line.scss */
.first-line .logos-top {
  padding: 0.6rem 0 0.6rem 3.2rem;
}
/* line 9, ../../sass/partials/_first-line.scss */
.first-line .logos-top img {
  height: 27px;
}
/* line 14, ../../sass/partials/_first-line.scss */
.first-line .logos-top a:first-child:after {
  content: "";
  width: 0.5px;
  height: 30px;
  color: #fff;
  display: inline-block;
  position: relative;
  top: 10px;
  margin: 0 10px 0 15px;
}
/* line 27, ../../sass/partials/_first-line.scss */
.first-line .link-nicbr {
  font-family: Helvetica, "sans-serif";
  padding: 12px 8px 2px;
  font-size: 16px;
  font-weight: normal;
  border-right: 2px solid #e4e4e4;
  color: #000000;
  opacity: 0.6;
}
/* line 36, ../../sass/partials/_first-line.scss */
.first-line .img-centro {
  max-width: 100px;
  margin-left: 8px;
}

/* line 1, ../../sass/partials/_navbar.scss */
.navbar {
  padding: 15px 30px 12px;
  top: 0;
  left: 0;
  transition: all ease-out 0.5s;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}
/* line 9, ../../sass/partials/_navbar.scss */
.navbar .navbar-brand img {
  max-width: 120px;
}
/* line 13, ../../sass/partials/_navbar.scss */
.navbar .navbar-toggler {
  outline: none;
}
/* line 16, ../../sass/partials/_navbar.scss */
.navbar .navbar-toggler-icon {
  color: #000;
}
/* line 19, ../../sass/partials/_navbar.scss */
.navbar ul.navbar-nav {
  margin-right: 5.2rem;
  margin-top: 9px;
}
/* line 22, ../../sass/partials/_navbar.scss */
.navbar ul.navbar-nav li {
  margin-left: 28px;
}
/* line 24, ../../sass/partials/_navbar.scss */
.navbar ul.navbar-nav li:first-child {
  margin-left: 0;
}
/* line 28, ../../sass/partials/_navbar.scss */
.navbar ul.navbar-nav .dropdown {
  margin-left: 28px;
}
/* line 31, ../../sass/partials/_navbar.scss */
.navbar ul.navbar-nav .dropdown-menu {
  min-width: 14rem;
  margin: 0.8rem 0 0;
  border-radius: 0;
  box-shadow: 0px -1px 18px 0px rgba(0, 0, 0, 0.2);
  border: none;
  padding: 10px 8px 20px;
}
/* line 38, ../../sass/partials/_navbar.scss */
.navbar ul.navbar-nav .dropdown-menu .active {
  padding-bottom: 7px;
  background: #ebebeb;
  border: none;
  padding-top: 7px;
  margin: 0;
  font-weight: bold;
  transition: 0.1s;
  width: 100%;
  display: inline-block;
}
/* line 50, ../../sass/partials/_navbar.scss */
.navbar ul.navbar-nav .dropdown-item.active {
  color: #fff !important;
  text-decoration: none;
  background-color: #000;
}
/* line 56, ../../sass/partials/_navbar.scss */
.navbar ul.navbar-nav .dropdown-item:active {
  color: #fff !important;
  text-decoration: none;
  background-color: #000;
}
/* line 62, ../../sass/partials/_navbar.scss */
.navbar ul.navbar-nav a {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: 0.25px;
  text-align: left;
  color: rgba(0, 0, 0, 0.87) !important;
  font-family: "Roboto", sans-serif;
  transition: 0.2s;
  padding: 10px;
}
/* line 74, ../../sass/partials/_navbar.scss */
.navbar ul.navbar-nav a:hover {
  font-weight: 600;
  transition: 0.2s;
}
/* line 79, ../../sass/partials/_navbar.scss */
.navbar ul.navbar-nav .active {
  color: #000;
  border-bottom: 3px solid #000;
  padding-bottom: 20px;
  margin: 0;
  font-weight: bold;
  transition: 0.1s;
}
/* line 89, ../../sass/partials/_navbar.scss */
.navbar .language .dropdown-toggle {
  color: #000;
  font-size: 14px;
  text-decoration: none;
}
/* line 94, ../../sass/partials/_navbar.scss */
.navbar .language .dropdown-menu {
  font-size: 14px;
  margin-right: 1.6rem;
  margin-top: -1.4rem;
  min-width: 8rem;
  border: none;
  box-shadow: 0 0 20px rgba(128, 123, 123, 0.05);
}
/* line 101, ../../sass/partials/_navbar.scss */
.navbar .language .dropdown-menu .dropdown-item.active {
  color: #000;
  text-decoration: none;
  background-color: #f8f9fa;
}
/* line 107, ../../sass/partials/_navbar.scss */
.navbar .language .dropdown-menu .dropdown-item:active {
  color: #000;
  text-decoration: none;
  background-color: #f8f9fa;
}
/* line 114, ../../sass/partials/_navbar.scss */
.navbar .language i.fa-globe {
  margin-right: 3px;
}

/* line 119, ../../sass/partials/_navbar.scss */
.nav-scroll {
  background-color: #fff;
  opacity: 0.98;
  transition: all ease-out 0.6s;
  box-shadow: 0 0 10px rgba(128, 123, 123, 0.05);
}

/* line 125, ../../sass/partials/_navbar.scss */
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  animation: smoothScroll 0.8s forwards;
  z-index: 99999;
}

/* line 133, ../../sass/partials/_navbar.scss */
.logo-resize {
  max-width: 90px !important;
}

/* line 136, ../../sass/partials/_navbar.scss */
.offcanvas-header {
  display: none;
  display: none;
}

/* line 140, ../../sass/partials/_navbar.scss */
.screen-overlay {
  height: 100%;
  z-index: 30;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(34, 34, 34, 0.6);
  transition: opacity 0.2s linear, visibility 0.1s, width 1s ease-in;
  height: 100%;
  z-index: 30;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(34, 34, 34, 0.6);
  transition: opacity 0.2s linear, visibility 0.1s, width 1s ease-in;
}

/* line 160, ../../sass/partials/_navbar.scss */
.screen-overlay.show {
  transition: opacity 0.5s ease, width 0s;
  opacity: 1;
  width: 100%;
  visibility: visible;
  transition: opacity 0.5s ease, width 0s;
  opacity: 1;
  width: 100%;
  visibility: visible;
}

/* line 171, ../../sass/partials/_navbar.scss */
.menu-mobile {
  margin-top: 1rem;
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 15px 0;
}

/* line 176, ../../sass/partials/_navbar.scss */
.title_menu {
  font-size: 34px !important;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.38px;
  color: rgba(0, 0, 0, 0.87);
  font-family: "Roboto", sans-serif;
}

/* line 1, ../../sass/partials/_bg.scss */
.image-bg-home_01 {
  background-image: url(/assets/images/bg-home-01.png);
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 391px;
  object-fit: contain;
  border-top: 10px solid #e3ebc7;
}

/* line 12, ../../sass/partials/_bg.scss */
.title-site {
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: normal;
  text-align: left;
  color: #2280c3;
  text-align: center;
}

/* line 26, ../../sass/partials/_bg.scss */
.logo-ceweb {
  height: 210px;
}

/* line 30, ../../sass/partials/_bg.scss */
.divisoria {
  background-image: url(/assets/images/divisoria.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 545px;
  object-fit: contain;
  z-index: 999999999;
  position: relative;
}

/* line 42, ../../sass/partials/_bg.scss */
.divisoria-02 {
  background-image: url(/assets/images/divisoria-02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 545px;
  object-fit: contain;
}

/* line 51, ../../sass/partials/_bg.scss */
.color-bg-divisoria {
  background-color: #e3ebc7;
  z-index: -999999;
  margin-top: -14rem;
  position: relative;
}

/* line 58, ../../sass/partials/_bg.scss */
.color-bg-divisoria-2 {
  background-color: #cfedff;
  z-index: -999999;
  margin-top: -14rem;
  position: relative;
}

/* line 65, ../../sass/partials/_bg.scss */
.divisoria-footer {
  background-image: url(/assets/images/divisoria-footer.png);
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 391px;
  object-fit: contain;
  border-bottom: 10px solid #e3ebc7;
  margin-top: 7rem;
}

/* line 1, ../../sass/partials/_estatistica.scss */
.container-estatistica {
  background-color: #86bbdd;
  text-align: center;
  padding: 20px 10px;
  margin-bottom: 2rem;
  -webkit-box-shadow: 11px 11px 0px -3px #1572b8;
  box-shadow: 11px 11px 0px -3px #1572b8;
}
/* line 9, ../../sass/partials/_estatistica.scss */
.container-estatistica .number {
  font-family: "Readex Pro", sans-serif;
  font-size: 60px !important;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #022646;
}
/* line 20, ../../sass/partials/_estatistica.scss */
.container-estatistica .desc {
  font-family: "Readex Pro", sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;
  color: #022646;
  padding: 0 56px;
}

/* line 34, ../../sass/partials/_estatistica.scss */
.info-estatistica {
  font-family: "Readex Pro", sans-serif;
  font-size: 21px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.24;
  letter-spacing: normal;
  text-align: left;
  color: #022646;
}

/* line 45, ../../sass/partials/_estatistica.scss */
.by-name {
  font-family: "Readex Pro", sans-serif;
  font-size: 21px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.24;
  letter-spacing: normal;
  text-align: left;
  color: #022646;
  margin-top: 1rem;
}

/* line 58, ../../sass/partials/_estatistica.scss */
.sub-title {
  font-family: "Readex Pro", sans-serif;
  font-size: 28px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #022646;
}

/* line 71, ../../sass/partials/_estatistica.scss */
.container-cewebcast .desc-hardset {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: left;
  color: #022646;
}
/* line 83, ../../sass/partials/_estatistica.scss */
.container-cewebcast .content-cewebcast {
  background-color: #1572b8;
  padding: 30px;
}
/* line 87, ../../sass/partials/_estatistica.scss */
.container-cewebcast .content-cewebcast p {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  padding: 0 40px;
}
/* line 100, ../../sass/partials/_estatistica.scss */
.container-cewebcast .content-cewebcast a {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  padding: 0 40px;
}

/* line 115, ../../sass/partials/_estatistica.scss */
.container-estudo-pln {
  margin-top: 10rem;
}
/* line 118, ../../sass/partials/_estatistica.scss */
.container-estudo-pln .desc-pln {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  padding: 0 70px 0 0;
  margin-top: 3rem;
}

/* line 133, ../../sass/partials/_estatistica.scss */
.list-estudo-pln {
  background-color: #86bbdd;
  text-align: left;
  color: #fff;
  padding: 20px;
  margin-bottom: 2rem;
  -webkit-box-shadow: 11px 11px 0px -3px #1572b8;
  box-shadow: 11px 11px 0px -3px #1572b8;
}
/* line 142, ../../sass/partials/_estatistica.scss */
.list-estudo-pln p {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin-bottom: 0;
}
/* line 155, ../../sass/partials/_estatistica.scss */
.list-estudo-pln a {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin-bottom: 0;
}

/* line 169, ../../sass/partials/_estatistica.scss */
.container-mova-se {
  margin-top: 10rem;
}
/* line 172, ../../sass/partials/_estatistica.scss */
.container-mova-se .img-projeto {
  border: 10px solid #e3ebc7;
  -webkit-box-shadow: 11px 11px 0px -3px #a0c539;
  box-shadow: 11px 11px 0px -3px #a0c539;
}
/* line 178, ../../sass/partials/_estatistica.scss */
.container-mova-se p {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
/* line 190, ../../sass/partials/_estatistica.scss */
.container-mova-se a {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
/* line 200, ../../sass/partials/_estatistica.scss */
.container-mova-se a:hover {
  color: #a0c539;
}
/* line 205, ../../sass/partials/_estatistica.scss */
.container-mova-se .content-destaque {
  background-color: #dcdddd;
  padding: 30px;
  margin-bottom: 2rem;
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
/* line 220, ../../sass/partials/_estatistica.scss */
.container-mova-se .content-projetos {
  margin-top: 2rem;
}
/* line 223, ../../sass/partials/_estatistica.scss */
.container-mova-se .content-projetos .projetos-selecionados {
  background-color: #a0c539;
  padding: 30px;
  margin-bottom: 1rem;
  min-height: 220px;
}
/* line 230, ../../sass/partials/_estatistica.scss */
.container-mova-se .content-projetos p {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
/* line 242, ../../sass/partials/_estatistica.scss */
.container-mova-se .content-projetos .padding-height {
  padding-bottom: 1.55rem;
}

/* line 248, ../../sass/partials/_estatistica.scss */
.container-todos-web {
  margin-top: 10rem;
}
/* line 250, ../../sass/partials/_estatistica.scss */
.container-todos-web .desc-todos-web {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 0 100px 0 100px;
  color: #000;
}
/* line 257, ../../sass/partials/_estatistica.scss */
.container-todos-web .content-todos-web-destaque {
  background-color: #5ca3d3;
  padding: 30px;
}
/* line 261, ../../sass/partials/_estatistica.scss */
.container-todos-web .content-todos-web-destaque h4 {
  font-family: "Readex Pro", sans-serif;
  font-size: 22px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.26;
  letter-spacing: normal;
  text-align: left;
  color: #022646;
  margin-bottom: 1.3rem;
}
/* line 274, ../../sass/partials/_estatistica.scss */
.container-todos-web .content-todos-web-destaque .img-todos-web {
  border: 10px solid #e3ebc7;
  -webkit-box-shadow: 11px 11px 0px -3px #a0c539;
  box-shadow: 11px 11px 0px -3px #a0c539;
}
/* line 281, ../../sass/partials/_estatistica.scss */
.container-todos-web p {
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
/* line 293, ../../sass/partials/_estatistica.scss */
.container-todos-web a {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  padding-bottom: 3.2rem;
  display: inline-block;
}
/* line 306, ../../sass/partials/_estatistica.scss */
.container-todos-web a:hover {
  color: #a0c539;
}

/* line 312, ../../sass/partials/_estatistica.scss */
.container-epub {
  margin-top: 10rem;
  margin-bottom: 10rem;
}
/* line 316, ../../sass/partials/_estatistica.scss */
.container-epub .content-metadados {
  background-color: #a0c539;
  padding: 30px;
  margin-top: 3rem;
}
/* line 321, ../../sass/partials/_estatistica.scss */
.container-epub .content-metadados p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
/* line 332, ../../sass/partials/_estatistica.scss */
.container-epub .content-metadados a {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}

/* line 346, ../../sass/partials/_estatistica.scss */
.container-noticias {
  background-color: #e3ebc7;
  position: relative;
  padding: 14rem 0;
}
/* line 351, ../../sass/partials/_estatistica.scss */
.container-noticias .content-noticias {
  z-index: 999;
}
/* line 354, ../../sass/partials/_estatistica.scss */
.container-noticias .content-noticias .content-info {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 2rem;
  min-height: 260px;
}
/* line 360, ../../sass/partials/_estatistica.scss */
.container-noticias .content-noticias .content-info h4 {
  font-family: "Readex Pro", sans-serif;
  font-size: 21px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.27;
  letter-spacing: normal;
  text-align: left;
  color: #022646;
}
/* line 372, ../../sass/partials/_estatistica.scss */
.container-noticias .content-noticias .content-info h3 {
  font-family: "Readex Pro", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.27;
  letter-spacing: normal;
  text-align: left;
  color: #022646;
}
/* line 383, ../../sass/partials/_estatistica.scss */
.container-noticias .content-noticias .content-info p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}

/* line 398, ../../sass/partials/_estatistica.scss */
.container-parcerias {
  background-color: #cfedff;
  position: relative;
  padding: 14rem 0;
}
/* line 403, ../../sass/partials/_estatistica.scss */
.container-parcerias .sub-title {
  margin-bottom: 2rem;
}
/* line 407, ../../sass/partials/_estatistica.scss */
.container-parcerias p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
/* line 419, ../../sass/partials/_estatistica.scss */
.container-parcerias .content-parceria {
  background-color: #cfedff;
}
/* line 422, ../../sass/partials/_estatistica.scss */
.container-parcerias .content-parceria .content-parceria-info {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 2rem;
  min-height: 275px;
}
/* line 428, ../../sass/partials/_estatistica.scss */
.container-parcerias .content-parceria .content-parceria-info ul {
  padding: 0 20px;
  list-style: disc;
}
/* line 433, ../../sass/partials/_estatistica.scss */
.container-parcerias .content-parceria .content-parceria-info h4 {
  font-family: "Readex Pro", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.27;
  letter-spacing: normal;
  text-align: left;
  color: #022646;
}
/* line 445, ../../sass/partials/_estatistica.scss */
.container-parcerias .content-parceria .content-parceria-info p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}

/* line 460, ../../sass/partials/_estatistica.scss */
.container-socias {
  margin-bottom: 3rem;
}
/* line 462, ../../sass/partials/_estatistica.scss */
.container-socias .infos-sociais {
  border-radius: 10px;
  background-color: #dcdddd;
  padding: 30px;
  min-height: 345px;
  margin-bottom: 2rem;
}
/* line 469, ../../sass/partials/_estatistica.scss */
.container-socias .infos-sociais .ano {
  text-align: center;
}
/* line 471, ../../sass/partials/_estatistica.scss */
.container-socias .infos-sociais .ano p {
  margin-bottom: 0;
  font-family: "Readex Pro", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.26;
  letter-spacing: normal;
  color: #022646;
}
/* line 483, ../../sass/partials/_estatistica.scss */
.container-socias .infos-sociais .ano .day {
  font-size: 36px;
}
/* line 488, ../../sass/partials/_estatistica.scss */
.container-socias .infos-sociais .info-redes {
  margin-top: 3rem;
}
/* line 491, ../../sass/partials/_estatistica.scss */
.container-socias .infos-sociais .info-redes p {
  margin-bottom: 10px;
  font-family: "Readex Pro", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.26;
  letter-spacing: normal;
  color: #022646;
}
/* line 503, ../../sass/partials/_estatistica.scss */
.container-socias .infos-sociais .info-redes .comunic {
  font-size: 22px;
}

/* line 511, ../../sass/partials/_estatistica.scss */
.container-equipe .img-photo-equipe {
  border: 10px solid #86bbdd;
  -webkit-box-shadow: 11px 11px 0px -3px #1572b8;
  box-shadow: 11px 11px 0px -3px #1572b8;
}
/* line 517, ../../sass/partials/_estatistica.scss */
.container-equipe .name {
  font-family: "Readex Pro", sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #022646;
}
/* line 529, ../../sass/partials/_estatistica.scss */
.container-equipe .icone-name {
  background-image: url(/assets/images/icone-equipe.png);
  height: 19px;
  width: 20px;
  position: relative;
  display: inline-block;
  margin-top: 1.3rem;
}
/* line 538, ../../sass/partials/_estatistica.scss */
.container-equipe .name-equipe {
  font-family: "Readex Pro", sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #022646;
  margin-top: 20px;
  display: inline-block;
  position: absolute;
  margin-left: 0.5rem;
  text-transform: uppercase;
  width: 100%;
}

/* line 1, ../../sass/partials/_footer.scss */
footer {
  padding: 40px 55px 50px;
  width: 100%;
  bottom: 0;
  position: relative;
  z-index: 99;
  border-bottom: 1px solid #0e0e0e54;
  background: rgba(241, 243, 244, 0.55);
  margin-top: 10rem;
}
/* line 10, ../../sass/partials/_footer.scss */
footer .links-footer {
  display: block;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.23;
  letter-spacing: 0.09px;
  color: rgba(0, 0, 0, 0.6);
  animation: 0.1s;
}
/* line 18, ../../sass/partials/_footer.scss */
footer .links-footer:hover {
  font-weight: 600;
  animation: 0.1s;
}
/* line 25, ../../sass/partials/_footer.scss */
footer .title-footer {
  margin-bottom: 12px;
  font-family: "Roboto", sans-serif;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.23;
  letter-spacing: 0.09px;
  color: rgba(0, 0, 0, 0.87);
}
/* line 35, ../../sass/partials/_footer.scss */
footer .title-footer a {
  margin-bottom: 12px;
  font-family: "Roboto", sans-serif;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.23;
  letter-spacing: 0.09px;
  color: rgba(0, 0, 0, 0.87);
}
/* line 48, ../../sass/partials/_footer.scss */
footer a:hover {
  color: #2ca94d;
  transform: translateY(-1px);
  text-decoration: none;
}
/* line 54, ../../sass/partials/_footer.scss */
footer .title-politica {
  color: #fff;
  font-weight: 100;
  border-top: 1px solid #fff;
  margin-top: 20px;
  padding-top: 10px;
}
/* line 61, ../../sass/partials/_footer.scss */
footer .desc-politica {
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 12px;
}
/* line 67, ../../sass/partials/_footer.scss */
footer .collapse {
  display: block !important;
  height: 100%;
  overflow: hidden;
  transition: none;
}
/* line 73, ../../sass/partials/_footer.scss */
footer .collapsing {
  display: block !important;
  height: 100%;
  overflow: hidden;
  transition: none;
}

/* line 80, ../../sass/partials/_footer.scss */
.logos-footer {
  background-color: #f1f3f4;
  padding: 50px 55px 30px;
  width: 100%;
  bottom: 0;
  position: relative;
  z-index: 99;
  color: #000;
}
/* line 88, ../../sass/partials/_footer.scss */
.logos-footer img {
  padding: 0 13px;
  height: 29px;
}
/* line 92, ../../sass/partials/_footer.scss */
.logos-footer .divisor-logo {
  width: 1px;
  height: 50px;
  opacity: 0.12;
  background-color: rgba(0, 0, 0, 0.87);
  margin-top: -10px;
  margin-left: 20px;
  margin-right: 20px;
}
/* line 101, ../../sass/partials/_footer.scss */
.logos-footer .title-footer {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: 1.87px;
  color: rgba(0, 0, 0, 0.87);
  text-transform: uppercase;
}
/* line 112, ../../sass/partials/_footer.scss */
.logos-footer .content-iniciativa {
  font-family: "Roboto", sans-serif;
  opacity: 0.7;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: 0.43px;
  color: rgba(0, 0, 0, 0.87);
}
/* line 123, ../../sass/partials/_footer.scss */
.logos-footer .social-icons {
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  margin-top: 20px;
  padding-top: 25px;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-family: "Roboto", sans-serif;
}
/* line 134, ../../sass/partials/_footer.scss */
.logos-footer .social-icons .text-siga {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: 1.87px;
  color: rgba(0, 0, 0, 0.87);
}
/* line 144, ../../sass/partials/_footer.scss */
.logos-footer .social-icons ul {
  display: inline-block;
  margin-left: -20px;
}
/* line 147, ../../sass/partials/_footer.scss */
.logos-footer .social-icons ul li {
  display: inline-block;
}
/* line 150, ../../sass/partials/_footer.scss */
.logos-footer .social-icons ul li a:hover {
  text-decoration: none;
}
/* line 155, ../../sass/partials/_footer.scss */
.logos-footer .social-icons ul .fab {
  margin-right: 6px;
  cursor: pointer;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.15s ease;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  color: #000;
}
/* line 164, ../../sass/partials/_footer.scss */
.logos-footer .social-icons ul .fab:hover {
  transform: scale(1.1) !important;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
/* line 170, ../../sass/partials/_footer.scss */
.logos-footer .social-icons ul .fas {
  margin-right: 6px;
  cursor: pointer;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.15s ease;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  color: #000;
}
/* line 179, ../../sass/partials/_footer.scss */
.logos-footer .social-icons ul .fas:hover {
  transform: scale(1.1) !important;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
/* line 187, ../../sass/partials/_footer.scss */
.logos-footer .infos-footer {
  padding-top: 25px;
  padding-bottom: 5px;
}
/* line 191, ../../sass/partials/_footer.scss */
.logos-footer .infos-footer ul li {
  display: inline;
  padding: 20px;
}
/* line 194, ../../sass/partials/_footer.scss */
.logos-footer .infos-footer ul li a {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.09px;
  color: rgba(0, 0, 0, 0.6);
}
/* line 203, ../../sass/partials/_footer.scss */
.logos-footer .infos-footer ul li a:hover {
  color: #fff;
  transform: translateY(-5px);
  text-decoration: none;
}
/* line 211, ../../sass/partials/_footer.scss */
.logos-footer .infos-footer .nic-cnpj {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.1px;
  color: rgba(0, 0, 0, 0.82);
}
/* line 222, ../../sass/partials/_footer.scss */
.logos-footer .border-footer {
  width: 1px;
  height: 45px;
  display: inline-block;
  position: relative;
  margin-top: -8px;
  opacity: 0.12;
  background-color: rgba(0, 0, 0, 0.87);
  border-right: 1px solid #000;
}
/* line 232, ../../sass/partials/_footer.scss */
.logos-footer .text-contato {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: 0.1px;
  text-align: right;
  color: rgba(0, 0, 0, 0.7);
  text-transform: none;
}

@media (max-width: 576px) {
  /* line 2, ../../sass/partials/_media-queries.scss */
  .menu-mobile {
    margin-top: 0;
    padding: 15px 10px 0;
  }

  /* line 6, ../../sass/partials/_media-queries.scss */
  .breadcrumb {
    padding: 1.75rem 1rem;
  }

  /* line 12, ../../sass/partials/_media-queries.scss */
  .container-cewebcast .content-cewebcast p {
    padding: 0px;
    word-break: break-word;
  }
  /* line 17, ../../sass/partials/_media-queries.scss */
  .container-cewebcast .content-cewebcast a {
    padding: 0px;
    word-break: break-word;
  }

  /* line 25, ../../sass/partials/_media-queries.scss */
  .container-todos-web .desc-todos-web {
    padding: 0px;
  }

  /* line 31, ../../sass/partials/_media-queries.scss */
  .container-equipe .img-photo-equipe {
    margin-top: 1rem;
  }
}
@media (max-width: 768px) {
  /* line 39, ../../sass/partials/_media-queries.scss */
  .first-line .logos-top {
    padding: 10px 15px;
  }

  /* line 44, ../../sass/partials/_media-queries.scss */
  .navbar ul.navbar-nav {
    align-items: initial !important;
    margin: 0 !important;
  }
  /* line 47, ../../sass/partials/_media-queries.scss */
  .navbar ul.navbar-nav .dropdown {
    margin-left: 0;
  }
  /* line 50, ../../sass/partials/_media-queries.scss */
  .navbar ul.navbar-nav li {
    margin-left: 0;
    margin-bottom: 20px;
  }
  /* line 54, ../../sass/partials/_media-queries.scss */
  .navbar ul.navbar-nav .dropdown-menu {
    margin: 0;
    box-shadow: none;
    padding: 0 8px 20px;
  }

  /* line 61, ../../sass/partials/_media-queries.scss */
  footer {
    margin-top: 5rem;
    padding: 30px 30px 0;
  }
  /* line 64, ../../sass/partials/_media-queries.scss */
  footer .box-links {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    padding-top: 18px;
    padding-bottom: 0;
  }
  /* line 69, ../../sass/partials/_media-queries.scss */
  footer .box-links:last-child {
    border-bottom: none;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  /* line 74, ../../sass/partials/_media-queries.scss */
  footer .box-links:first-child {
    border-top: none;
  }
  /* line 78, ../../sass/partials/_media-queries.scss */
  footer .logos-footer {
    padding: 30px;
  }
  /* line 80, ../../sass/partials/_media-queries.scss */
  footer .logos-footer img {
    padding: 0 13px;
  }
  /* line 84, ../../sass/partials/_media-queries.scss */
  footer .title_menu {
    margin-bottom: 0;
  }
  /* line 88, ../../sass/partials/_media-queries.scss */
  footer .collapse:not(.show) {
    display: none !important;
  }
  /* line 93, ../../sass/partials/_media-queries.scss */
  footer a[aria-expanded="false"] .fa-angle-down {
    color: #23aa4c;
  }
  /* line 98, ../../sass/partials/_media-queries.scss */
  footer a[aria-expanded="true"] .fa-angle-down {
    color: rgba(0, 0, 0, 0.12);
  }
  /* line 102, ../../sass/partials/_media-queries.scss */
  footer .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
  }

  /* line 109, ../../sass/partials/_media-queries.scss */
  .logos-footer {
    padding: 30px;
  }
  /* line 111, ../../sass/partials/_media-queries.scss */
  .logos-footer .title-footer {
    display: block;
    margin-bottom: 20px;
  }
  /* line 115, ../../sass/partials/_media-queries.scss */
  .logos-footer .content-iniciativa {
    margin-top: 20px;
  }
  /* line 120, ../../sass/partials/_media-queries.scss */
  .logos-footer .infos-footer ul li {
    padding: 0;
    display: block;
  }
  /* line 126, ../../sass/partials/_media-queries.scss */
  .logos-footer .divisor-logo {
    margin-right: 0;
    margin-left: 0;
  }
}
@media all and (max-width: 992px) {
  /* line 134, ../../sass/partials/_media-queries.scss */
  .navbar-nav {
    margin: 0 auto !important;
  }

  /* line 138, ../../sass/partials/_media-queries.scss */
  .navbar .navbar-collapse {
    margin-left: 20px;
  }
  /* line 140, ../../sass/partials/_media-queries.scss */
  .navbar .navbar-collapse ul.navbar-nav {
    margin-right: 3rem;
  }
  /* line 142, ../../sass/partials/_media-queries.scss */
  .navbar .navbar-collapse ul.navbar-nav li {
    margin-left: 0 !important;
    margin-top: 15px;
  }
  /* line 147, ../../sass/partials/_media-queries.scss */
  .navbar .navbar-collapse .language {
    font-size: 14px;
    margin-top: 20px;
  }
  /* line 150, ../../sass/partials/_media-queries.scss */
  .navbar .navbar-collapse .language li {
    margin-top: 8px;
  }
  /* line 152, ../../sass/partials/_media-queries.scss */
  .navbar .navbar-collapse .language li a {
    color: #000;
    padding: 0;
  }

  /* line 162, ../../sass/partials/_media-queries.scss */
  .logos-footer .social-icons ul {
    margin-left: 0;
    margin-top: 15px;
  }
  /* line 169, ../../sass/partials/_media-queries.scss */
  .logos-footer .infos-footer ul li {
    padding: 0 20px 0 0;
  }

  /* line 175, ../../sass/partials/_media-queries.scss */
  .offcanvas-header {
    display: block;
  }

  /* line 178, ../../sass/partials/_media-queries.scss */
  .mobile-offcanvas {
    visibility: hidden;
    transform: translateX(-100%);
    border-radius: 0;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1200;
    width: 80%;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: visibility 0.2s ease-in-out, transform 0.2s ease-in-out;
  }

  /* line 193, ../../sass/partials/_media-queries.scss */
  .mobile-offcanvas.show {
    visibility: visible;
    transform: translateX(25%);
    z-index: 999;
    background: #fff;
    box-shadow: 0px -1px 18px 0px rgba(0, 0, 0, 0.2);
  }
}
