html,
body {
  font-size: 17px;
  color: #505050;
  font-family: 'Rubik', sans-serif;
  vertical-align: baseline;
  line-height: 29px;
  font-weight: 400;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 26px;
  line-height: 1.8;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Nunito', sans-serif;
  color: #111111;
  margin: 0 0 26px;
  line-height: 1.2;
}
h1 {
  font-size: 70px;
  font-weight: 700;
}
h2 {
  font-size: 36px;
  font-weight: 700;
}
h3 {
  font-size: 26px;
  font-weight: 700;
}
h4 {
  font-size: 24px;
  font-weight: 700;
}
h5 {
  font-size: 18px;
  font-weight: 700;
}
h6 {
  font-size: 16px;
  font-weight: 700;
}
.home-style2 h1,
.home-style2 h2,
.home-style2 h3,
.home-style2 h4,
.home-style2 h5,
.home-style2 h6 {
  color: #0d3973;
}
.uppercase {
  text-transform: uppercase !important;
}
.capitalize {
  text-transform: capitalize !important;
}
.bold-text {
  font-size: 20px;
  font-weight: bold;
  font-family: 'Nunito', sans-serif;
}
.extra-bold {
  font-weight: 800 !important;
}
a {
  color: #065ce8;
  transition: all 0.3s ease;
  text-decoration: none !important;
  outline: none !important;
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0 none;
  color: #1771bf;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
}
::-moz-selection {
  background: #1771bf;
  text-shadow: none;
  color: #ffffff;
}
::selection {
  background: #1771bf;
  text-shadow: none;
  color: #ffffff;
}
.border-none:last-child {
  border-right: none !important;
}
.width-unset {
  width: unset !important;
}
.white-bg {
  background-color: #ffffff;
}
.primary-bg {
  background: #21a7d0;
}
.secondary-bg {
  background: #273c66;
}
.title-bg {
  background: #111111;
}
.gray-bg {
  background: #f3f8f9;
}
.gray-bg3 {
  background: #e7f9fb;
}
.gray-bg2 {
  background: #e7f6f9;
}
.event-bg {
  background: #f9f8f8;
}
.event2-bg {
  background: #F4F6F5;
}
.dark-red {
  background: #1D0E15;
}
.bg-light-gray {
  background: #f9f9f9;
}
.transparent-bg {
  background: transparent;
}
.home5color {
  color: #54647b !important;
}
.bg-fixed {
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.bg-unset {
  background: unset !important;
}
.rs-menu-toggle {
  color: #21a7d0;
  text-align: right;
}

button {
  cursor: pointer;
}
.glyph-icon:before {
  margin: 0;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none !important;
}
.pagenav-link ul {
  border: 1px solid #f2f2f2;
  border-radius: 3px;
  display: inline-block;
  padding: 0 3px;
}
.pagenav-link ul li {
  display: inline-block;
  padding: 0 18px;
  margin: 14px 0;
  border-right: 1px solid #E6E6E6;
  color: #21a7d0;
  font-size: 16px;
}
.pagenav-link ul li a {
  color: #505050;
}
.pagenav-link ul li a i:before {
  color: #505050;
  font-size: 13px;
  transition: all 0.3s ease;
}
.pagenav-link ul li a:hover {
  color: #21a7d0;
}
.pagenav-link ul li a:hover i:before {
  color: #21a7d0;
}
.pagenav-link ul li:last-child {
  border-right: none;
}
.pagenav-link.orange-color ul li,
.pagenav-link.orange-color ul li a:hover,
.pagenav-link.orange-color ul li a:hover i:before {
  color: #2e78a6;
}
.gridFilter button {
  background: transparent;
  border: 0;
  font-size: 15px;
  font-weight: 700;
  outline: none;
  color: #505050;
  cursor: pointer;
}
.gridFilter button.active {
  color: #2e78a6;
}
.gridFilter button + button {
  margin-left: 20px;
}
.gridFilter.style2 button {
  background: #f9f7f8;
  border: none;
  border-radius: 3px;
  font-weight: 500;
  font-size: 16px;
  color: #101010;
  padding: 10px 30px;
  outline: none;
  margin: 0 10px 20px;
}
.gridFilter.style2 button.active,
.gridFilter.style2 button:hover {
  background: #fff;
  color: #2e78a6;
  box-shadow: 0 0 30px #eee;
}
blockquote {
  margin: 35px 0;
  padding: 40px;
  color: #666;
  position: relative;
  background: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 55px;
  font-weight: 400;
  font-style: italic;
  text-align: left;
  clear: both;
  box-shadow: 0 0 150px #eee;
}
blockquote:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 10px;
  background: #21a7d0;
}
blockquote p {
  font-size: 16px;
  margin: 0;
}
.check-square li {
  position: relative;
  padding-left: 35px;
  line-height: 34px;
  border: none;
  color: #ffffff;
}
.check-square li:before {
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 0;
  content: "\f046";
  font-family: fontawesome;
  color: #2e78a6;
  font-size: 20px;
}
/*-- Blog Button Css --*/
.blog-btn {
  color: #111111;
  display: inline-block;
  position: relative;
  font-size: 15px;
  padding-right: 43px;
  text-transform: capitalize;
  font-weight: 600;
}
.blog-btn:after {
  position: absolute;
  content: "\f133";
  right: 20px;
  top: 50%;
  font-size: 15px;
  font-weight: 600;
  color: #111111;
  font-family: "Flaticon";
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.blog-btn:hover {
  color: #21a7d0;
}
.blog-btn:hover:after {
  right: 17px;
  color: #21a7d0;
}
/* ------------------------------------
    02. Global Class CSS
---------------------------------------*/
.sem-padding{
  padding-right: 0px;
  padding-left: 0px;
}
.y-middle {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.y-bottom {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.readon {
  outline: none;
  padding: 12px 40px;
  border: 1px solid #21a7d0;
  border-radius: 30px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  color: #111111;
  background: #f3f8f9;
}
.readon.banner-style {
  color: #ffffff;
  background: #21a7d0;
  padding: 16px 58px;
}
.readon.banner-style:hover {
  background: #1e95ba;
}
.readon.purple-btn {
  color: #ffffff;
  background: #625eaa;
  border: none;
  padding: 16px 40px;
}
.readon.purple-btn:hover {
  background: #4e49a1;
}
.readon.green-btn {
  color: #FFFFFF;
  background: #0C8B51;
  border-color: #02010100;
  border-radius: 30px;
  font-size: 14px;
  padding: 10px 30px 10px 30px;
}
.readon.green-btn:hover {
  opacity: 0.9;
  background: #0C8B51;
}
.readon.green-banner {
  font-size: 16px;
  line-height: 38px;
  font-weight: 700;
  padding: 8px 30px;
  border-radius: 4px;
  background-color: #0c8b51;
  border-color: transparent;
  color: #ffffff;
}
.readon.green-banner:hover {
  background: #08a355;
}
.readon.white-color {
  color: #ffffff !important;
  background: none !important;
  border: 1px solid #ffffff;
  padding: 16px 40px;
}
.readon.white-color:hover {
  background: #ffffff !important;
  color: #4e49a1 !important;
}
.readon.orange-btn {
  color: #ffffff;
  background: #2e78a6;
  border-color: #2e78a6;
  border-radius: 5px 5px 5px 5px;
  outline: none;
  padding: 12px 35px;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.readon.orange-btn.main-home {
  padding: 10px 20px 10px 20px !important;
}
.readon.orange-btn.main-home:hover {
  color: #ffffff;
  background: #171F32;
  border-color: #171F32;
}
.readon.orange-btn:hover {
  color: #ffffff;
  background: #ed3600;
  border-color: #ed3600;
}
.readon.orange-btn.transparent:hover {
  color: #101010;
  background: #ffffff;
  border-color: #ffffff;
}
.readon.yellow-btn {
  background: #F4BF00;
  border-color: #F4BF00;
  border-radius: 4px 4px 4px 4px;
}
.readon.yellow-btn:hover {
  color: #ffffff;
  background: #171F32;
  border-color: #171F32;
}
.readon.yellow-btn.transparent3:hover {
  color: #1c335f;
  background: #ffffff;
  border-color: #ffffff;
}
.readon.transparent2 {
  background: #21a7d0;
  color: #111111;
  border: 1px solid #21a7d0;
}
.readon.transparent2:hover {
  color: #111111;
  background: transparent;
  border: 1px solid #21a7d0;
}
.readon.register-btn {
  padding: 10px 50px;
  color: #ffffff;
  background: #2e78a6;
  border-color: #2e78a6;
  font-weight: 500;
  width: 100%;
  border-radius: 5px;
}
.readon.register-btn:hover {
  background: #ff4007;
}

/* botao form */
.readon.register-btn {
  padding: 10px 50px;
  color: #ffffff;
  background: #1771bf;
  border-color: #1771bf;
  font-weight: 500;
  width: 100%;
  border-radius: 5px;
}
.readon.register-btn:hover {
  background: #1771bf;
}

.readon.submit-btn {
  border: 2px solid;
  border-color: #2e78a6;
  padding: 10px 50px;
  line-height: normal;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  background: #2e78a6;
  color: #ffffff;
  border-radius: 5px;
  margin-bottom: 12px;
  width: 100%;
}
.readon.submit-btn:hover {
  background: transparent;
  color: #2e78a6;
}
.readon.submit-requset {
  background-color: #0FCB75;
  margin: 0px 0px 0px 0px;
  padding: 13px 35px 13px 35px;
  outline: none;
  border: none;
  padding: 12px 40px;
  border-radius: 3px;
  display: inline-block;
  text-transform: capitalize;
  font-size: 16px;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  color: #ffffff;
}
.readon.submit-requset:hover {
  opacity: 0.9;
  background-color: #0FCB75;
}
.readon.border-less {
  border: none;
}
.readon.border-less:hover {
  background: rgba(243, 248, 239, 0.8);
  color: #111111;
}
.readon:hover {
  background: #21a7d0;
  color: #ffffff;
}
.readon2 {
  outline: none;
  border: none;
  padding: 12px 40px;
  border-radius: 3px;
  display: inline-block;
  text-transform: capitalize;
  font-size: 16px;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  color: #ffffff;
  background: #21a7d0;
  position: relative;
  overflow: hidden;
}
.readon2.banner-style {
  padding: 16px 40px;
}
.readon2.mod {
  text-transform: uppercase;
  padding: 14px 31px;
}
.readon2.transparent {
  background: transparent;
  color: #21a7d0;
  border: 1px solid #21a7d0;
}
.readon2.transparent:hover {
  color: #ffffff;
  background: #21a7d0;
}
.readon2.orange-transparent {
  background: transparent;
  color: #2e78a6;
  border: 1px solid #2e78a6;
}
.readon2.orange-transparent:hover {
  color: #ffffff;
  background: #2e78a6;
}
.readon2.orange {
  background: #2e78a6;
}
.readon2.orange:hover {
  background: #ff4007;
}
.readon2:hover {
  background: #1e95ba;
  color: #ffffff;
}
.readon2.gym-btn {
  background: #2e78a6;
  color: #ffffff;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  padding: 17px 28px;
}
.readon2.gym-btn:hover {
  opacity: 0.80;
}
.readon2.gym-btn.get-now:hover {
  background: #ffffff;
  color: #2e78a6;
}
.readon2.cta-btn {
  background: #2e78a6;
  color: #ffffff;
  border-radius: 3px 3px 3px 3px;
  font-family: "Rubik", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 12px 30px 12px 30px;
}
.readon2.cta-btn:hover {
  color: #F0E3E3;
  background: #2e78a6;
}
.readon2.cta-btn {
  background: #2e78a6;
  color: #ffffff;
  border-radius: 3px 3px 3px 3px;
  font-family: "Rubik", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 12px 30px 12px 30px;
}
.readon2.cta-btn:hover {
  color: #F0E3E3;
  background: #2e78a6;
}
.readon2.apply {
  padding: 10px 30px 10px 30px;
}
.readon2.apply:hover {
  color: unset;
}
.readon3 {
  outline: none;
  padding: 12px 50px;
  border-radius: 30px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  color: #ffffff;
  background: #21a7d0;
  position: relative;
}
.readon3:after,
.readon3:before {
  position: absolute;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ffffff;
  transition: all 0.3s ease;
}
.readon3:after {
  right: 30px;
}
.readon3:before {
  left: 30px;
}
.readon3.active {
  background: #f3f8f9;
  color: #21a7d0;
}
.readon3.active:after,
.readon3.active:before {
  background: #21a7d0;
}
.readon3.active:hover {
  color: #ffffff;
  background: #21a7d0;
}
.readon3.active:hover:after,
.readon3.active:hover:before {
  background: #ffffff;
}
.readon3.dark-hov:hover {
  background: #111111;
  color: #ffffff;
}
.readon3.dark-hov:hover:after,
.readon3.dark-hov:hover:before {
  background: #ffffff;
}
.readon3:hover {
  background: #f3f8f9;
  color: #21a7d0;
}
.readon3:hover:after,
.readon3:hover:before {
  background: #21a7d0;
}
.readon-arrow {
  color: #111111;
  padding-right: 22px;
  position: relative;
  font-weight: 500;
}
.readon-arrow:after {
  position: absolute;
  content: "\f136";
  font-family: Flaticon;
  font-style: normal;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  color: #111111;
  transition: all 0.3s ease;
  font-weight: 600;
  font-size: 14px;
}
.readon-arrow:hover {
  color: #1771bf;
}
.readon-arrow:hover:after {
  right: 0;
  color: #369ad9;
}
.btn-shop {
  outline: none;
  font-weight: 400;
  border: none;
  text-transform: uppercase;
  background: #1771bf;
  font-size: 15px;
  padding: 8px 25px;
  color: #ffffff;
  border-radius: 5px;
  transition: all 0.3s ease 0s;
}
.btn-shop:hover {
  background: #273c66;
  color: #ffffff;
}
.btn-shop.orange-color {
  background: #2e78a6;
  color: #ffffff;
}
.btn-shop.orange-color:hover {
  background: #ed3600;
}




/*Pagination*/
.pagination-area .pagination-part strong {
  padding: 0px 15px;
}
.pagination-area .pagination-part .first a{
  padding: 0px 15px;
}



.pagination-area .pagination-part {
  display: inline-block;
  padding: 0 5px 0 10px;
  height: 60px;
  line-height: 60px;
  box-shadow: 0px 8px 26px 0px rgba(0, 0, 0, 0.1);
}
.pagination-area .pagination-part li {
  position: relative;
  display: inline-block;
  padding: 0 20px 0 15px;
  text-align: center;
  cursor: pointer;
}
.pagination-area .pagination-part li a {
  display: inline-flex;
  align-items: center;
  color: #111111;
}
.pagination-area .pagination-part li a:hover {
  color: #1771bf;
}
.pagination-area .pagination-part li i {
  margin-left: 10px;
}
.pagination-area .pagination-part li i:before {
  font-size: 28px;
  margin: 0;
  line-height: 60px;
}
.pagination-area .pagination-part li:before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #1771bf;
}
.pagination-area .pagination-part li:last-child:before {
  display: none;
}
.pagination-area .pagination-part li:hover a,
.pagination-area .pagination-part li.active a {
  color: #1771bf;
}
.pagination-area.orange-color .pagination-part li a:hover {
  color: #2e78a6;
}
.pagination-area.orange-color .pagination-part li:before {
  background: #2e78a6;
}
.pagination-area.orange-color .pagination-part li:hover a,
.pagination-area.orange-color .pagination-part li.active a {
  color: #2e78a6;
}


/* ------------------------------------
iconTopo
---------------------------------------*/
.iconTopo{
  background-color: #065ce8;
  display: inline-block;
  padding: 4px 0px 2px 10px;
  width: 37px;
  border-radius: 100%;
}
.iconTopo i{
  color: #fff;
  font-size: 17px;
}


/* ------------------------------------
quem somos
---------------------------------------*/
.quem-somos-video{
  margin: 0px 0px 100px 0px;
  padding: 0px;
}
/* ------------------------------------
mapa-site
---------------------------------------*/
.mapasite{
  margin: 100px 0px 100px 0px;
  padding: 0px;
}
.mapasite ul li{
  padding: 0px 0px 20px 0px;
}
.mapasite .card-header{
  font-weight: bold;
}


.rs-video-home9 {
  background: url(assets/images/video/video2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 300px 0 300px;
}
.rs-video-home9 .media-icon {
  display: block;
}
.rs-call-action {
  position: relative;
}
.rs-call-action .spiners {
  position: absolute;
  bottom: 0;
}
.rs-call-action .spiners.one {
  top: 12%;
}
.rs-call-action .spiners.two {
  bottom: 18%;
  right: 56%;
}
.rs-call-action .spiners.three {
  top: 16%;
  right: 39%;
}
.margin-remove {
  margin: 0 !important;
}
.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.no-gutter [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  margin: 0;
}
.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
.display-table {
  display: table;
  height: 100%;
  width: 100%;
}
.display-table-cell {
  display: table-cell;
  vertical-align: middle;
}
.relative {
  position: relative;
}
.body-color {
  color: #505050 !important;
}
.white-color {
  color: #ffffff !important;
}
.title-color {
  color: #111111 !important;
}
.title-color2 {
  color: #112958 !important;
}
.secondary-color {
  color: #273c66;
}
.primary-color {
  color: #21a7d0 !important;
}
.orangeColor {
  color: #2e78a6 !important;
}
.dark-parimary-bg {
  background: #203154 !important;
}
ul.listing-style li {
  position: relative;
  padding-left: 30px;
  line-height: 34px;
}
ul.listing-style li:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  content: "\f05d";
  font-family: 'FontAwesome';
  color: #21a7d0;
  font-size: 20px;
}
ul.listing-style.modify li {
  padding-left: 23px;
}
ul.listing-style.modify li:before {
  font-size: 15px;
}
.rs-carousel.nav-style1 {
  position: relative;
}
.rs-carousel.nav-style1 .owl-nav {
  display: block;
}
.rs-carousel.nav-style1 .owl-nav .owl-next,
.rs-carousel.nav-style1 .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 50%;
  background: #21a7d0;
  text-align: center;
  color: #ffffff;
  transition: all 0.5s;
  transition-delay: 0.70s;
  opacity: 0;
  visibility: hidden;
}
.rs-carousel.nav-style1 .owl-nav .owl-next i:before,
.rs-carousel.nav-style1 .owl-nav .owl-prev i:before {
  content: "\f138";
  font-family: Flaticon;
}
.rs-carousel.nav-style1 .owl-nav .owl-next {
  right: 30px;
  left: unset;
}
.rs-carousel.nav-style1 .owl-nav .owl-next i:before {
  content: "\f137";
}
.rs-carousel.nav-style1:hover .owl-nav .owl-next,
.rs-carousel.nav-style1:hover .owl-nav .owl-prev {
  left: -50px;
  transition-delay: 0s;
  visibility: visible;
  opacity: 1;
}
.rs-carousel.nav-style1:hover .owl-nav .owl-next {
  right: -50px;
  left: unset;
}
.rs-carousel.nav-style2 {
  position: relative;
}
.rs-carousel.nav-style2 .owl-nav {
  display: block;
  position: absolute;
  top: -80px;
  right: 0;
}
.rs-carousel.nav-style2 .owl-nav .owl-prev,
.rs-carousel.nav-style2 .owl-nav .owl-next {
  display: inline-block;
}
.rs-carousel.nav-style2 .owl-nav .owl-prev i,
.rs-carousel.nav-style2 .owl-nav .owl-next i {
  transition: all 0.3s ease;
}
.rs-carousel.nav-style2 .owl-nav .owl-prev i:before,
.rs-carousel.nav-style2 .owl-nav .owl-next i:before {
  font-family: Flaticon;
  font-size: 22px;
}
.rs-carousel.nav-style2 .owl-nav .owl-prev:hover i,
.rs-carousel.nav-style2 .owl-nav .owl-next:hover i {
  color: #21a7d0;
}
.rs-carousel.nav-style2 .owl-nav .owl-prev i:before {
  content: "\f134";
}
.rs-carousel.nav-style2 .owl-nav .owl-prev:after {
  content: "/";
  padding: 0 5px 0 5px;
  position: relative;
  top: -3px;
}
.rs-carousel.nav-style2 .owl-nav .owl-next i:before {
  content: "\f133";
}
.rs-carousel.orange-color .owl-nav .owl-prev:hover i,
.rs-carousel.orange-color .owl-nav .owl-next:hover i {
  color: #2e78a6;
}
.rs-carousel .owl-dots {
  text-align: center;
  margin: 40px auto 0;
  line-height: 15px;
  display: block;
}
.rs-carousel .owl-dots .owl-dot {
  width: 30px;
  height: 10px;
  display: inline-block;
  margin: 0 6px;
  padding: 3px 0;
  border-radius: 30px;
  border: 1px solid #21a7d0;
  background: transparent;
  opacity: 0.7;
  cursor: pointer;
}
.rs-carousel .owl-dots .owl-dot:hover {
  background: #21a7d0;
}
.rs-carousel .owl-dots .active {
  background: #21a7d0;
  opacity: 1;
}
.owl-carousel .owl-item img {
  width: auto;
}
.sec-title .sub-title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.sec-title .sub-title.primary {
  color: #21a7d0;
}
.sec-title .sub-title.secondary {
  color: #273c66;
}
.sec-title .sub-title.white {
  color: #ffffff;
}
.sec-title .sub-title.dark {
  color: #111111;
}
.sec-title .sub-title.orange {
  color: #2e78a6;
}
.sec-title .desc.big {
  font-size: 18px;
  line-height: 30px;
}
.sec-title .midline {
  font-size: 36px;
  color: #111111;
}
.sec-title2 .sub-title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #21a7d0;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.sec-title2 .sub-title.white-color {
  color: #ffffff;
}
.sec-title2 .title {
  font-size: 42px;
  line-height: 52px;
  font-weight: 800;
  color: #031a3d;
}
.sec-title2 .title.white-color {
  color: #ffffff;
}
.sec-title2 .title.purple-color {
  color: #4e49a1 !important;
}
.sec-title3 .sub-title {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  color: #2e78a6;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.sec-title3 .sub-title.yellow-color {
  color: #f4bf00;
}
.sec-title3 .sub-title.green-color {
  color: #0c8b51;
}
.sec-title3 .sub-title.no-big {
  text-transform: capitalize;
  color: #ffffff;
  letter-spacing: 3px;
}
.sec-title3 .sub-title.big {
  font-size: 18px  !important;
  color: #f4bf00 !important;
  font-weight: 500;
}
.sec-title3 .title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 800;
  color: #031a3d;
}
.sec-title3 .title.white-color {
  color: #ffffff;
}
.sec-title3 .title.black-color {
  color: #101010;
}
.sec-title3 .title.new-title {
  color: #101010;
  line-height: 1.2;
  font-weight: 700;
}
.sec-title3 .title.title2 {
  font-size: 42px;
  line-height: 55px;
  font-weight: 700;
  color: #ffffff;
}
.sec-title3 .title.title3 {
  font-size: 42px;
  line-height: 55px;
  font-weight: 800;
  color: #ffffff;
}
.sec-title3 .desc {
  font-size: 16px;
  line-height: 26px;
  color: #363636;
}
.sec-title3 .desc.white-color {
  color: #ffffff;
}
.sec-title3 .new-desc {
  font-size: 18px;
  line-height: 31px;
  color: #333333;
}
.sec-title4 .sub-title {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  color: #0c8b51;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.sec-title4 .title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  color: #101010;
  position: relative;
  padding: 0px 0px 20px 0px;
}
.sec-title4 .title:after {
  content: "";
  position: absolute;
  border: 0;
  width: 50px;
  height: 4px;
  z-index: 9;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  background: #0c8b51;
}
.sec-title4 .desc {
  font-size: 16px;
  line-height: 26px;
  color: #363636;
}
.sec-title5 .description {
  color: #ffffff;
}
.sec-title5 .description.title-color {
  color: #7A7A7A;
  font-weight: 400;
}
.sec-title5 .description span a {
  color: #2e78a6;
}
.sec-title5 .description span a i {
  margin-left: 5px;
}
.sec-title5 .description span a i:before {
  top: 2.5px;
  position: relative;
}
.sec-title6 .title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  color: #031a3d;
}
.sec-title6 .title.title2 {
  font-weight: 800;
}
.left-top-shape {
  position: absolute;
  left: -55px;
  top: 65px;
}
.right-top-shape {
  position: absolute;
  right: -115px;
  top: 25px;
}
/* -----------------------
Header Section
--------------------------*/
.full-width-header .rs-header {
  z-index: 99;
}


/* -----------------------
navbar-nav
--------------------------*/
.navbar-nav .nav-link {
  color: #000000;
  font-weight: bold;
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
}
.navbar-nav .nav-link:hover {
  color: #1771bf;
}
.navbar-nav .nav-item .active {
  color: #000;
}


.navbar .navbar-toggler-icon {
  width: 24px;
  height: 17px;
  background-image: none;
  position: relative;
  border-bottom: 2px solid rgb(0, 102, 255);
  transition: all 300ms linear;
}
.navbar .navbar-toggler-icon:after, 
.navbar .navbar-toggler-icon:before{
  width: 24px;
  position: absolute;
  height: 2px;
  background-color: rgb(0, 102, 255);
  top: 0;
  left: 0;
  content: '';
  z-index: 2;
  transition: all 300ms linear;
}
.navbar .navbar-toggler-icon:after{
  top: 8px;
}
.navbar .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(45deg);
}
.navbar .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: translateY(8px) rotate(-45deg);
}
.navbar .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
}





/* -----------------------
MEGAMENU
--------------------------*/

.megamenu {
  position: static;
}

.megamenu .dropdown-menu {
  background: none;
  border: none;
  width: 100%;
}


/* -----------------------
TOPBAR
--------------------------*/
.topbar {
  background: #369ad9;
}
.topbar .topbar-social li {
  display: inline-block;
  line-height: 50px;
  height: 50px;
  margin-right: 17px;
  padding-right: 20px;
  color: #ffffff;
}
.topbar .topbar-social li i {
  margin-right: 2px;
  font-size: 16px;
  color: #ffffff;
}
.topbar .topbar-social li a i {
  color: #ffffff;
}
.topbar .topbar-social li a:hover i {
  color: #1771bf;
}

.topbar .topbar-right li {
  display: inline;
  margin-right: 30px;
  font-size: 14px;
  line-height: 50px;
}
.topbar .topbar-right li.btn-top {
  color: #ffffff;
}
.topbar .topbar-right li.btn-top i {
  margin-right: 10px;
  font-size: 16px;
}
.topbar .topbar-right li.btn-top a {
  color: #ffffff;
}
.topbar .topbar-right li.btn-top a:hover {
  color: #1771bf;
}

/* -----------------------
logo
--------------------------*/




/* -----------------------
btn novos
--------------------------*/
.btn-hot {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 16px;
  padding: 7px 60px;
  color: #fff;
  background-color: #1771bf;
  border-bottom:3px solid #369ad9;
  }
  
  .btn-hot:hover, .btn-hot:focus {
  color: #fff;
  background-color: #369ad9;
  border-bottom:3px solid #1771bf;
  outline: none;}
  
  
  .btn-hot:active, .btn-hot.active {
  color: #fff;
  background-color: #1771bf;
  border-top:3px solid #369ad9;
  margin-top: 3px;
  }


  .btn-hot-banner {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 16px;
    padding: 15px 40px;
    color: #fff;
    background-color: #1771bf;
    border-bottom:3px solid #369ad9;
  }
    .btn-hot-banner:hover, .btn-hot-banner:focus {
    color: #fff;
    background-color: #369ad9;
    border-bottom:3px solid #1771bf;
    outline: none;
    }
  .btn-hot-banner:active, .btn-hot-banner.active {
    color: #fff;
    background-color: #1771bf;
    border-top:3px solid #369ad9;
    margin-top: 3px;
    }

    
    .btnBanner {
      font-family: 'Rubik', sans-serif;
      font-weight: 500;
      font-size: 16px;
      padding: 15px 40px;
      color: #FFF;
      background-color: #1771BF;
      border-bottom:3px solid #0d3973;
    }
      .btnBanner:hover, .btnBanner:focus {
      color: #fff;
      background-color: #0d3973;
      border-bottom:3px solid #1771bf;
      outline: none;
      }
    .btnBanner:active, .btnBanner.active {
      color: #000;
      background-color: #1771bf;
      border-top:3px solid #0d3973;
      margin-top: 3px;
      }

      .btnTopoMenu {
        font-family: 'Rubik', sans-serif;
        font-weight: 500;
        font-size: 16px;
        padding: 15px 40px;
        color: #FFF;
        background-color: #1771BF;
        border-bottom:3px solid #0d3973;
      }
        .btnTopoMenu:hover, .btnTopoMenu:focus {
        color: #fff;
        background-color: #0d3973;
        border-bottom:3px solid #1771bf;
        outline: none;
        }
      .btnTopoMenu:active, .btnTopoMenu.active {
        color: #000;
        background-color: #1771bf;
        border-top:3px solid #0d3973;
        margin-top: 3px;
        }



  .btn-hot-geral {
      font-family: 'Rubik', sans-serif;
      font-weight: 500;
      font-size: 16px;
      padding: 15px 0px;
      color: #fff;
      background-color: #1771bf;
      border-bottom:3px solid #369ad9;
    }
    .btn-hot-geral:hover, .btn-hot-geral:focus {
      color: #fff;
      background-color: #369ad9;
      border-bottom:3px solid #1771bf;
      outline: none;
    }
    .btn-hot-geral:active, .btn-hot-geral.active {
      color: #fff;
      background-color: #1771bf;
      border-top:3px solid #369ad9;
      margin-top: 3px;
    }


    .btn-hot-blogHome {
      font-family: 'Rubik', sans-serif;
      font-weight: 500;
      font-size: 16px;
      padding: 15px 0px;
      color: #1771bf;
      }
    .btn-hot-blogHome:hover, .btn-hot-blogHome:focus {
      color: #369ad9;
      outline: none;
    }
    .btn-hot-blogHome:active, .btn-hot-blogHome.active {
    color: #1771bf;
    }


    .btn-hot-cursosHome {
      font-family: 'Rubik', sans-serif;
      font-weight: 800;
      font-size: 30px;
      padding: 5px 20px;
      color: #fff;
      background-color: #1771bf;
      border-bottom:3px solid #369ad9;
    }
    .btn-hot-cursosHome:hover, .btn-hot-cursosHome:focus {
      color: #fff;
      background-color: #369ad9;
      border-bottom:3px solid #1771bf;
      outline: none;
    }
    .btn-hot-cursosHome:active, .btn-hot-cursosHome.active {
    color: #fff;
    background-color: #1771bf;
    border-top:3px solid #369ad9;
    margin-top: 3px;
    }


    .btn-hot-cta {
      font-family: 'Rubik', sans-serif;
      font-weight: 500;
      font-size: 13px;
      padding: 10px 40px;
      color: #000;
      background-color: #FC901C;
      border-bottom:3px solid #369ad9;
    }
      .btn-hot-cta:hover, .btn-hot-cta:focus {
      color: #fff;
      background-color: #369ad9;
      border-bottom:3px solid #1771bf;
      outline: none;
      }
    .btn-hot-cta:active, .btn-hot-cta.active {
      color: #fff;
      background-color: #1771bf;
      border-top:3px solid #369ad9;
      margin-top: 3px;
      }


      .btn-hot-inscrevase {
        font-family: 'Rubik', sans-serif;
        font-weight: 500;
        font-size: 13px;
        padding: 7px 60px;
        color: #000;
        background-color: #FC901C;
        border-bottom:3px solid #369ad9;
      }
        .btn-hot-inscrevase:hover, .btn-hot-inscrevase:focus {
        color: #fff;
        background-color: #369ad9;
        border-bottom:3px solid #1771bf;
        outline: none;
        }
      .btn-hot-inscrevase:active, .btn-hot-inscrevase.active {
        color: #fff;
        background-color: #1771bf;
        border-top:3px solid #369ad9;
        margin-top: 3px;
        }


/* -----------------------
area cursos
--------------------------*/
    .area-cursos{
      margin: 100px 0px;
    }
    .area-cursos h6{
      color: #369ad9;
      margin: 0px;
    }
    .area-cursos h3{
      font-weight: 900;
      margin: 0 0 5px;
      color: #1771bf;
    }
    .area-cursos .txt{
      margin: 0px 0px 0px 10px;
    }
  
/* -----------------------
area formulario
--------------------------*/
    .area-formulario{
        padding: 100px 0px 100px 0px;
        background-color: #f1f1f1;
    }


/* ------------------------------------
slider
---------------------------------------*/
.rs-slider.style1 {
  position: relative;
}
.rs-slider.style1 .slider-content {
  height: 627px;
  padding: 0px 0px 0px 0px;

}
.rs-slider.style1 .slider-content .sl-sub-title {
  font-size: 30px;
  line-height: 38px;
  font-family: 'Nunito', sans-serif;
  margin-bottom: 24px;
}
.rs-slider.style1 .slider-content .sl-title {
  font-size: 60px;
  line-height: 80px;
  margin-bottom: 39px;
  margin-left: -5px;
}

.rs-slider.style1 .owl-nav .owl-next,
.rs-slider.style1 .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 50%;
  background: #369ad9;
  text-align: center;
  color: #ffffff;
  transition: all 0.5s;
  transition-delay: 0.70s;
  opacity: 0;
  visibility: hidden;
}
.rs-slider.style1 .owl-nav .owl-next i:before,
.rs-slider.style1 .owl-nav .owl-prev i:before {
  content: "\f138";
  font-family: Flaticon;
}
.rs-slider.style1 .owl-nav .owl-next {
  right: 30px;
  left: unset;
}
.rs-slider.style1 .owl-nav .owl-next i:before {
  content: "\f137";
}
.rs-slider.style1:hover .owl-nav .owl-next,
.rs-slider.style1:hover .owl-nav .owl-prev {
  left: 50px;
  transition-delay: 0s;
  visibility: visible;
  opacity: 1;
}
.rs-slider.style1:hover .owl-nav .owl-next {
  right: 50px;
  left: unset;
}

.rs-slider.main-home {
  position: relative;
}
.rs-slider.main-home p{
    line-height: 1.3;
  }
.rs-slider.main-home .slider-content {
  text-align: left;
}
.rs-slider.main-home .slider-content .content-part {
  padding: 250px 35px 400px;
  max-width: 900px;
  margin: 0 auto;
}
.rs-slider.main-home .slider-content .content-part .sl-sub-title {
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  color: #2e78a6;
  margin-bottom: 22px;
  text-transform: uppercase;
}
.rs-slider.main-home .slider-content .content-part .sl-title {
  font-size: 70px;
  line-height: 80px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 65px;
}
.rs-slider.main-home .slider-content.slide1 {
  background: url(assets/images/slider/main-home/1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.rs-slider.main-home .slider-content.slide2 {
  background: url(assets/images/slider/main-home/2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.rs-slider.main-home .owl-nav .owl-next,
.rs-slider.main-home .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 50%;
  background: #369ad9;
  text-align: center;
  color: #ffffff;
  transition: all 0.5s;
  transition-delay: 0.70s;
  opacity: 0;
  visibility: hidden;
}
.rs-slider.main-home .owl-nav .owl-next i:before,
.rs-slider.main-home .owl-nav .owl-prev i:before {
  content: "\f138";
  font-family: Flaticon;
}
.rs-slider.main-home .owl-nav .owl-next:hover,
.rs-slider.main-home .owl-nav .owl-prev:hover {
  background: #1771bf;
}
.rs-slider.main-home .owl-nav .owl-next {
  right: 30px;
  left: unset;
}
.rs-slider.main-home .owl-nav .owl-next i:before {
  content: "\f137";
}
.rs-slider.main-home:hover .owl-nav .owl-next,
.rs-slider.main-home:hover .owl-nav .owl-prev {
  left: 50px;
  transition-delay: 0s;
  visibility: visible;
  opacity: 1;
}
.rs-slider.main-home:hover .owl-nav .owl-next {
  right: 50px;
  left: unset;
}
/* ------------------------------------
Topo Paginas internas
---------------------------------------*/
.topo-pg-internas {
  position: relative;
}
.topo-pg-internas .breadcrumbs-img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.topo-pg-internas .breadcrumbs-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.topo-pg-internas .breadcrumbs-text .page-title {
  font-size: 48px;
  margin-bottom: 20px;
  color: #2e78a6;
}
.topo-pg-internas .breadcrumbs-text ul {
  padding: 0;
}
.topo-pg-internas .breadcrumbs-text ul li {
  color: #505050;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
}
.topo-pg-internas .breadcrumbs-text ul li a {
  position: relative;
  padding-right: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #505050;
}
.topo-pg-internas .breadcrumbs-text ul li a:before,
.topo-pg-internas .breadcrumbs-text ul li a:after {
  background-color: #505050;
  content: "";
  height: 15px;
  width: 2px;
  position: absolute;
  right: 7px;
  top: 2px;
  transform: rotate(26deg);
}
.topo-pg-internas .breadcrumbs-text ul li a:before {
  right: 13px;
}
.topo-pg-internas .breadcrumbs-text ul li a:hover {
  color: #2e78a6;
}
.topo-pg-internas .breadcrumbs-text.white-color .page-title {
  color: #ffffff;
}
.topo-pg-internas .breadcrumbs-text.white-color ul li {
  color: #ffffff;
}
.topo-pg-internas .breadcrumbs-text.white-color ul li a {
  color: #ffffff;
}
.topo-pg-internas .breadcrumbs-text.white-color ul li a:before,
.topo-pg-internas .breadcrumbs-text.white-color ul li a:after {
  background-color: #ffffff;
}
.topo-pg-internas .breadcrumbs-text.white-color ul li a:before {
  right: 13px;
}
.topo-pg-internas .breadcrumbs-text.white-color ul li a:hover {
  color: #1771bf;
}
.topo-pg-internas .breadcrumbs-text.padding {
  padding-top: 100px;
}
.breadcrumbs-overlay:after {
  content: '';
  position: absolute;
  background-color: rgba(17, 17, 17, 0.8);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.breadcrumbs1 {
  background-image: url(assets/images/breadcrumbs/1.jpg);
  background-size: cover;
  background-position: center;
  background-position: center top;
}

/* ------------------------------------
topo-pg-internas-cor
---------------------------------------*/
.topo-pg-internas-cor {
  background-color: #143f62;
  padding: 60px;
  height: 297px;
  overflow: hidden;
}
.topo-pg-internas-cor .text {
  color: #fff;
}
.topo-pg-internas-cor h1 {
  margin: 0px;
  padding: 0px;
}





/* ------------------------------------
Ademar
---------------------------------------*/
.voteAdemarMeireles{
  background-color: #0b3483;
  padding: 50px 0px 50px 0px;;
}
.voteAdemarMeireles .titulo1{
  font-weight: 600;
  font-size: 90px;
  font-style: italic;
  color: #fff;
  padding: 23px 0px 0px 0px;
}
.voteAdemarMeireles .titulo2{
  font-size: 27px;
  color: #fff;
  margin: 0px;
}



/* ------------------------------------
boxblog - listagem
---------------------------------------*/
.box-blog .itens{
  padding: 20px;
}
.box-blog .itens .data{
  font-size: 12px;
}
.box-blog .itens h3 {
  margin: 0px;
}
.box-blog .itens .botao .blog-btn {
  color: #006bff;
}
.box-blog .itens .botao .blog-btn:after {
  position: absolute;
  content: "\f133";
  right: 20px;
  top: 50%;
  font-size: 15px;
  font-weight: 600;
  color: #006bff;
  font-family: "Flaticon";
  transform: translateY(-50%);
  transition: all 0.3s ease;
}





/* ------------------------------------
boxblog
---------------------------------------*/

.box-blog .blog-item {
  background: #fff;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
  padding: 20px 20px;
  margin: 0px 0px 50px 0px;
}
.box-blog .blog-item .blog-content {
  padding: 0px 0px;
  overflow: hidden;
}
.box-blog .blog-item .blog-content .blog-title {
  margin: 0px 0 0px;
  font-size: 23px;
  line-height: 35px;
}
.box-blog .blog-item .blog-content .blog-title a {
  color: #111111;
}
.box-blog .blog-item .blog-content .blog-title a:hover {
  color: #21a7d0;
}
.box-blog .blog-item .blog-content .blog-meta .btm-cate {
  overflow: hidden;
  margin: 0 0 5px;
  padding: 0 0 12px;
  font-size: 13px;
  display: flex;
  align-items: center;
  display: inline;
}
.box-blog .blog-item .blog-content .blog-meta .btm-cate li {
  margin-right: 15px;
}
.box-blog .blog-item .blog-content .blog-meta .btm-cate li .blog-date {
  display: inline-block;
  font-weight: 400;
  font-size: 13px;
  color: #505050;
}
.box-blog .blog-item .blog-content .blog-meta .btm-cate li .blog-date i {
  color: #21a7d0;
  margin-right: 3px;
}
.box-blog .blog-item .blog-content .blog-meta .btm-cate li .author {
  display: inline-block;
  padding: 0;
  margin-right: 0;
  line-height: normal;
  color: #555;
}
.box-blog .blog-item .blog-content .blog-meta .btm-cate li .author i {
  color: #21a7d0;
  margin-right: 3px;
}
.box-blog .blog-item .blog-content .blog-meta .btm-cate li .tag-line {
  position: relative;
  padding-left: 2px;
  color: #555;
}
.box-blog .blog-item .blog-content .blog-meta .btm-cate li .tag-line i {
  margin-right: 3px;
  color: #21a7d0;
}
.box-blog .blog-item .blog-content .blog-meta .btm-cate li .tag-line i:before {
  font-size: 14px;
  font-weight: 600;
}
.box-blog .blog-item .blog-content .blog-meta .btm-cate li .tag-line a {
  color: #555;
}
.box-blog .blog-item .blog-content .blog-desc {
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  color: #505050;
  margin-bottom: 35px;
}
.box-blog .widget-area .widget-title {
  color: #111111;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  position: relative;
  z-index: 1;
  padding-bottom: 12px;
}
.box-blog .widget-area .widget-title:before {
  content: "";
  position: absolute;
  border: 0;
  width: 50px;
  height: 2px;
  background: #369ad9;
  z-index: 1;
  margin-left: 0;
  bottom: 0;
  left: 0;
}
.box-blog .widget-area .search-widget {
  background: #fff;
  padding: 40px 30px 40px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
}
.box-blog .widget-area .search-widget .search-wrap {
  position: relative;
}
.box-blog .widget-area .search-widget .search-wrap [type=search] {
  border: 1px solid #ddd;
  color: #444444;
  padding: 12px 17px;
  width: 100%;
  border-radius: 5px;
  position: relative;
}
.box-blog .widget-area .search-widget .search-wrap button {
  background: transparent;
  border: medium none;
  color: #505050;
  padding: 11px 15px 12px;
  position: absolute;
  display: block;
  right: 0px;
  top: 0;
  z-index: 10;
  font-size: 20px;
  border-radius: 0 5px 5px;
}
.box-blog .widget-area .search-widget .search-wrap button i:before {
  font-weight: 600;
  font-size: 18px;
}
.box-blog .widget-area .search-widget .search-wrap button:hover {
  color: #21a7d0;
}
.box-blog .widget-area .recent-posts {
  background: #fff;
  padding: 40px 30px 40px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
}
.box-blog .widget-area .recent-posts ul li {
  margin-top: 13px;
  padding-top: 13px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  font-weight: 400;
  font-size: 16px;
}
.box-blog .widget-area .recent-posts ul li a {
  color: #505050;
}
.box-blog .widget-area .recent-posts ul li a:hover {
  color: #21a7d0;
}
.box-blog .widget-area .recent-posts-widget {
  background: #fff;
  padding: 40px 30px 40px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
}
.box-blog .widget-area .recent-posts-widget .show-featured {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.box-blog .widget-area .recent-posts-widget .show-featured .post-img {
  max-width: 150px;
  padding-right: 15px;
  border-radius: 3px;
  overflow: hidden;
}
.box-blog .widget-area .recent-posts-widget .show-featured .post-desc a {
  font-size: 15px;
  line-height: 22px;
  color: #111111;
  font-weight: 400;
}
.box-blog .widget-area .recent-posts-widget .show-featured .post-desc a:hover {
  color: #21a7d0;
}
.box-blog .widget-area .recent-posts-widget .show-featured .post-desc .date {
  font-size: 12px;
  line-height: 20px;
  color: #21a7d0;
  font-weight: 400;
  display: block;
}
.box-blog .widget-area .recent-posts-widget .show-featured .post-desc .date i {
  font-size: 12px;
  line-height: 12px;
  color: #21a7d0;
  font-weight: 400;
}
.box-blog .widget-area .recent-posts-widget .show-featured:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
.box-blog .widget-area .widget-archives {
  background: #fff;
  padding: 40px 30px 40px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
}
.box-blog .widget-area .widget-archives ul li {
  border: none;
  position: relative;
  padding: 6px 0px 6px 14px;
  margin: 0;
  font-size: 16px;
}
.box-blog .widget-area .widget-archives ul li a {
  color: #505050;
}
.box-blog .widget-area .widget-archives ul li a:after {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  left: 0;
  top: 6px;
  color: #273c66;
}
.box-blog .widget-area .widget-archives ul li a:hover {
  color: #2e78a6;
}
.box-blog .blog-deatails {
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  margin-bottom: 0;
}
.box-blog .blog-deatails .blog-full {
  padding: 40px 45px 40px;
}
.box-blog .blog-deatails .blog-full .single-post-meta {
  display: flex;
  align-items: center;
  padding: 0 0 30px;
}
.box-blog .blog-deatails .blog-full .single-post-meta li .p-date {
  color: #555;
  font-size: 14px;
  margin-right: 8px;
}
.box-blog .blog-deatails .blog-full .single-post-meta li .p-date i {
  font-size: 13px;
  margin-right: 3px;
  color: #21a7d0;
}
.box-blog .blog-deatails .blog-full .single-post-meta li .p-date i:before {
  margin-right: 5px;
}
.box-blog .blog-deatails .blog-full .single-post-meta .Post-cate {
  list-style: none;
  display: inline-block;
  padding-right: 10px;
  color: #555;
  font-size: 14px;
}
.box-blog .blog-deatails .blog-full .single-post-meta .Post-cate .tag-line i {
  color: #21a7d0;
  margin-right: 3px;
}
.box-blog .blog-deatails .blog-full .single-post-meta .Post-cate .tag-line i:before {
  margin-right: 4px;
}
.box-blog .blog-deatails .blog-full .single-post-meta .Post-cate .tag-line a {
  font-weight: 400;
  color: #555;
  font-size: 14px;
}
.box-blog .blog-deatails .blog-full .single-post-meta .Post-cate .tag-line a:hover {
  color: #21a7d0;
}
.box-blog .blog-deatails .blog-full .single-post-meta .post-comment {
  color: #555;
  font-size: 14px;
}
.box-blog .blog-deatails .blog-full .single-post-meta .post-comment i:before {
  color: #21a7d0;
}
.box-blog .blog-deatails .blog-full .blog-desc p {
  font-size: 16px;
  font-weight: 400;
  color: #505050;
}
.box-blog .blog-deatails .blog-full .title {
  color: #111111;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
}
.box-blog .blog-deatails .blog-full .sm-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #111111;
}
.box-blog .blog-deatails .blog-full .unorder-list li {
  display: block;
  position: relative;
  padding-left: 25px;
  padding-bottom: 15px;
  font-weight: 500;
  line-height: 25px;
}
.box-blog .blog-deatails .blog-full .unorder-list li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f105";
  font-family: FontAwesome;
  color: #21a7d0;
  font-size: 20px;
}
.box-blog .ps-navigation {
  border-top: 1px solid rgba(170, 170, 170, 0.25);
  border-bottom: 1px solid rgba(170, 170, 170, 0.25);
  padding: 30px 0;
  margin: 60px 0 0;
}
.box-blog .ps-navigation ul li {
  text-align: right;
}
.box-blog .ps-navigation ul li a {
  display: inline-block;
}
.box-blog .ps-navigation ul li a .next-link {
  text-transform: uppercase;
  color: #909090;
  margin-top: 0;
  display: block;
}
.box-blog .ps-navigation ul li a .next-link:hover {
  color: #21a7d0;
}
.box-blog .ps-navigation ul li a .next-link i:before {
  font-size: 16px;
  font-style: normal;
  color: #505050;
}
.box-blog .ps-navigation ul li a .link-text {
  font-size: 16px;
  font-weight: 500;
  color: #1c1b1b;
}
.box-blog .ps-navigation ul li a .link-text:hover {
  color: #21a7d0;
}
.box-blog .comment-area .comment-full .reply-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 45px;
  position: relative;
  padding: 0 0 12px;
  color: #111111;
}
.box-blog .comment-area .comment-full p span {
  font-size: 16px;
  color: #505050;
}
.box-blog .comment-area .comment-full .from-group {
  width: 100%;
  height: 50px;
  padding: 5px 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.box-blog .comment-area .comment-full .submit-btn .submit {
  border: 2px solid;
  border-color: #21a7d0;
  background: #21a7d0;
  position: relative;
  display: inline-block;
  padding: 12px 22px;
  border-radius: 3px;
  line-height: normal;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  transition: all .3s ease 0s;
  text-transform: uppercase;
}
.box-blog .comment-area .comment-full .submit-btn .submit:hover {
  opacity: 0.9;
}
.box-blog.vermelho-color .widget-area .recent-posts ul li a:hover,
.box-blog.vermelho-color .blog-btn:hover,
.box-blog.vermelho-color .blog-btn:hover::after,
.box-blog.vermelho-color .blog-item .blog-content .blog-title a:hover,
.box-blog.vermelho-color .widget-area .search-widget .search-wrap button:hover,
.box-blog.vermelho-color .blog-item .blog-content .blog-meta .btm-cate li .author i,
.box-blog.vermelho-color .blog-item .blog-content .blog-meta .btm-cate li .tag-line i,
.box-blog.vermelho-color .blog-item .blog-content .blog-meta .btm-cate li .blog-date i,
.box-blog.vermelho-color .widget-area .recent-posts-widget .show-featured .post-desc .date,
.box-blog.vermelho-color .widget-area .recent-posts-widget .show-featured .post-desc .date i,
.box-blog.vermelho-color .widget-area .recent-posts-widget .show-featured .post-desc a:hover,
.box-blog.vermelho-color .blog-deatails .blog-full .single-post-meta .Post-cate .tag-line i,
.box-blog.vermelho-color .blog-deatails .blog-full .single-post-meta .post-comment i::before,
.box-blog.vermelho-color .blog-deatails .blog-full .single-post-meta .Post-cate .tag-line a:hover,
.box-blog.vermelho-color .blog-deatails .blog-full .single-post-meta li .p-date i,
.box-blog.vermelho-color .blog-deatails .blog-full .unorder-list li::before,
.box-blog.vermelho-color .ps-navigation ul li a .link-text:hover,
.box-blog.vermelho-color .ps-navigation ul li a .next-link:hover,
.box-blog.vermelho-color .ps-navigation ul li a .next-link:hover i::before {
  color: #1771bf;
}
.box-blog.vermelho-color blockquote::before {
  background: #1771bf;
}
.box-blog.orange-color .comment-area .comment-full .submit-btn .submit {
  border-color: #1771bf;
  background: #1771bf;
}
.box-blog.vermelho-color .comment-area .comment-full .submit-btn .submit:hover {
  border-color: #1771bf;
  background: #1771bf;
}

/* ------------------------------------
TAG BLOG
---------------------------------------*/
.blog-widget .tags {
  padding: 10px;
}
.blog-widget .tags .tag-box {
  float: left;
  padding: 10px 0px;
}
.blog-widget .tags .tag-box a {
  padding: 10px 20px;
  margin: 3px;
  border: #1771bf 1px solid;
  border-radius: 5px;
  color: #1771bf;
  font-size: 12px;
}
.blog-widget .tags .tag-box a:hover {
  background-color: #1771bf;
  color: #ffffff;
}



/* ------------------------------------
    23. Counter Section CSS
---------------------------------------*/
.rs-counter .counter-item .rs-count {
  position: relative;
  display: inline-block;
  font-size: 42px;
  line-height: 1;
  color: #112958;
  padding-right: 25px;
  margin-bottom: 15px;
}
.rs-counter .counter-item .rs-count:before {
  content: '';
  position: absolute;
  right: 0;
}
.rs-counter .counter-item .rs-count.plus:before {
  content: '+';
}
.rs-counter .counter-item .rs-count.kplus:before {
  content: 'k+';
  right: -25px;
}
.rs-counter .counter-item .rs-count.percent:before {
  content: '%';
  right: -15px;
}
.rs-counter .counter-item .title {
  font-size: 22px;
  color: #505050;
}
.rs-counter .counter-item .counter-text {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.rs-counter.style2-about .counter-item .rs-count {
  color: #111111;
}
.rs-counter.style2-about .counter-item .title {
  font-size: 22px;
  color: #505050;
}
.rs-counter.style7 .counter-item .rs-count.purple-color {
  color: #c701f1;
}
.rs-counter.style7 .counter-item .rs-count.blue-color {
  color: #065ce8;
}
.rs-counter.style7 .counter-item .rs-count.pink-color {
  color: #f6075b;
}
.rs-counter.style7 .counter-item .rs-count.orange-color {
  color: #ffbc00;
}
.rs-counter.style7 .counter-item .title {
  color: #54647b;
}
.rs-counter.style-home8 .counter-item {
  padding: 40px 10px 32px 10px;
  background-color: #F9F8F8;
  border-radius: 4px 4px 4px 4px;
}
.rs-counter.style-home8 .counter-item .rs-count {
  color: #2e78a6;
}
.rs-counter.style-home8 .counter-item .title {
  color: #031a3d;
}
.rs-counter.home12-style .counter-item .rs-count {
  color: #0c8b51;
  font-size: 42px;
  font-weight: 900;
  line-height: 51px;
  font-family: "Nunito", Sans-serif;
}
.rs-counter.home12-style .counter-item .prefix {
  color: #0c8b51;
  font-size: 42px;
  font-weight: 900;
  line-height: 51px;
  font-family: "Nunito", Sans-serif;
}
.rs-counter.home12-style .counter-item .title {
  color: #505050;
}
.rs-counter.home12-style .counter-item .title:hover {
  color: #0c8b51;
}
.rs-counter.home13-style .counter-item {
  transition: all 500ms ease;
}
.rs-counter.home13-style .counter-item .rs-count {
  color: #2e78a6;
  font-size: 42px;
  font-weight: 700;
  line-height: 42px;
  margin-bottom: 5px;
}
.rs-counter.home13-style .counter-item .title {
  font-size: 22px;
  font-weight: 500;
  line-height: 37px;
  color: #ffffff;
}
.rs-counter.home13-style .counter-item:hover {
  transform: translateY(-5px);
}
/* ------------------------------------
Newsletter
---------------------------------------*/
.newsletter.style1 .newsletter-wrap {
  border-radius: 3px;
  padding: 60px 70px;
  position: relative;
}
.newsletter.style1 .newsletter-wrap .newsletter-form {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}
.newsletter.style1 .newsletter-wrap .newsletter-form input,
.newsletter.style1 .newsletter-wrap .newsletter-form button {
  outline: none;
  border: none;
}
.newsletter.style1 .newsletter-wrap .newsletter-form input {
  background: #ffffff;
  width: 100%;
  color: #505050;
  padding: 17px 30px;
  padding-right: 150px;
}
.newsletter.style1 .newsletter-wrap .newsletter-form button {
  position: absolute;
  right: 0;
  top: 0;
  background: #273c66;
  color: #ffffff;
  padding: 17px 40px;
  transition: all 0.3s ease;
}
.newsletter.style1 .newsletter-wrap .newsletter-form button:hover {
  background: #2e4778;
}

.newsletter.vermelho-color .newsletter-wrap {
  background: #1771bf;
}
.newsletter.vermelho-color .newsletter-wrap .newsletter-form button {
  background: #369ad9;
}
.newsletter.vermelho-color .newsletter-wrap .newsletter-form button:hover {
  background: #1771bf;
}


/* ------------------------------------
    28. Error Section CSS
---------------------------------------*/
.rs-page-error {
  padding: 250px 0;
}
.rs-page-error .error-text {
  color: #111111;
  text-align: center;
}
.rs-page-error .error-text .error-code {
  font-size: 100px;
  color: #111111;
  position: relative;
}
.rs-page-error .error-text .error-code:after {
  position: absolute;
  content: '';
  background: #eee;
  height: 1px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
}
.rs-page-error .error-text h3.error-message {
  color: #111111;
}
.rs-page-error .error-text form {
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
.rs-page-error .error-text form input {
  border: 1px solid #ddd;
  color: #444444;
  padding: 10px 17px;
  width: 100%;
  border-radius: 5px;
  margin-bottom: 19px;
}
.rs-page-error .error-text form button {
  background: transparent;
  border: medium none;
  color: #666666;
  padding: 11px 16px;
  position: absolute;
  right: 0px;
  top: 0;
  z-index: 10;
  font-size: 20px;
  outline: none;
  border-radius: 25px;
}




/* -----------------------------------
form cadastro
-------------------------------------*/
.formcadastro-section {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  background-image:url('img/banner/cadastro-img.jpg');
  background-repeat:no-repeat;
  background-size:contain;
  background-position:center;
  background-size: 100%;
  background-color: #e4e4e4;
}
.formcadastro-section .box {
  padding: 50px 50px 50px 50px;
  margin: 0px 0px 0px 0px;
  background: #f9f8f8; 
}




/*-------------------------------------
pagina-contato
--------------------------------------*/
.box-contato .box-titulo .title {
  font-size: 36px;
  color: #101010;
  line-height: 46px;
  font-weight: 700;
  margin-bottom: 14px;
}
.box-contato .box-titulo .title2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25em;
  color: #111111;
}
.box-contato .box-titulo p {
  font-size: 19px;
  color: #363636;
  line-height: 32px;
  font-weight: 400;
}
.box-contato .area-formulario {
  background-color: #F9F8F8;
  padding: 50px 50px 50px 50px;
}


.box-contato .contact-map2 {
  overflow: hidden;
}
.box-contato .contact-map2 iframe {
  float: left;
  width: 100%;
  height: 720px;
  border: none;
}

.box-contato .box-endereco {
  text-align: center;
  margin: 0 0 50px;
}
.box-contato .box-endereco .contact-info {
  background: #f9f9f9;
  display: flex;
  text-align: left;
  align-items: center;
  padding: 0 30px;
  min-height: 175px;
  border-radius: 5px;
  position: relative;
  transition: all 0.3s ease;
}
.box-contato .box-endereco .contact-info .icon-part {
  margin-right: 30px;
}
.box-contato .box-endereco .contact-info .icon-part i {
  color: #1771bf;
  font-size: 30px;
  margin: 0;
  padding: 0;
  width: 70px;
  height: 70px;
  line-height: 58px;
  border-radius: 50%;
  text-align: center;
  background: transparent;
  border: 6px solid #f9ede9;
}
.box-contato .box-endereco .contact-info .content-part .info-subtitle {
  font-size: 18px;
  font-weight: 700;
  color: #505050;
  margin: 0 0 5px;
}
.box-contato .box-endereco .contact-info .content-part .info-title {
  font-size: 24px;
  font-weight: 700;
  color: #111111;
  margin: 0;
}
.box-contato .box-endereco .contact-info .content-part a {
  color: #111111;
  display: block;
}
.box-contato .box-endereco .contact-info .content-part a:hover {
  color: #1771bf;
}
.box-contato .box-endereco .contact-info:hover {
  transform: translateY(-5px);
}

/*------------------------------------
mensagem banner
------------------------------------*/
.propagandaEleitoral{
  font-size: 10px;
  color: #fff;
  bottom: 10px;
  right: 10px;
  position: absolute;
  margin: 0px;
  text-align: right;
}

/*------------------------------------
Footer
------------------------------------*/
.box-footer {
  background-color: #0b3483;
}
.box-footer p{
  color: #fff;
  padding: 30px 0px  0px  0px;
}



.box-footer .footer-bottom {
  padding: 40px 0;
  background: transparent;
  position: relative;
}
.box-footer .footer-bottom .copyright p {
  margin-bottom: 0;
  color: #000;
  font-size: 12px;
  line-height: 1.5;
}
.box-footer .footer-bottom .copyright a {
  color: #21a7d0;
}
.box-footer .footer-bottom .footer-logo a {
  display: inline-block;
}
.box-footer .footer-bottom .footer-logo a img {
  max-width: 190px;
}
.box-footer .footer-bottom .footer-social li {
  display: inline;
  margin-right: 5px;
}
.box-footer .footer-bottom .footer-social li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
  background: #369ad9;
  color: #ffffff;
  text-align: center;
}
.box-footer .footer-bottom .footer-social li a:hover {
  color: #ffffff;
  background: #1771bf;
}
.box-footer .footer-bottom .footer-social li:last-child {
  margin: 0;
}
.box-footer .footer-bottom:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: 100%;
  max-width: 1240px;
  background: #d6d6d6;
}
.box-footer .footer-redes {
 padding: 0px;
 margin: 0px;
}
.box-footer .footer-contato {
  padding: 15px 0px 0px 0px;
  margin: 0px;
 }





.box-termo{
  font-size: 13px;
  color: #369ad9;
  border-top: 1px solid #d6d6d6;
  padding: 10px 0px;
}
.box-termo .arearight{
  text-align: right;
}
.box-termo .arealeft{
text-align: left;
}
.box-termo a{
  padding: 0px 10px;
}

.footer-linha{
  width: 100%;
  height: 50px;
  background-color: #369ad9;
}


/* -----------------------
Scroll Up
--------------------------*/
#scrollUp {
  text-align: center;
  bottom: 10%;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 0px;
  z-index: 999;
  border-radius: 50px 50px 4px 4px;
}
#scrollUp i {
  background: #0364a5;
  border-radius: 50%;
  height: 40px;
  font-size: 24px;
  font-weight: 600;
  width: 42px;
  color: #fff;
  line-height: 36px;
  transition: all 0.3s ease;
  margin-left: 2px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}
#scrollUp i:hover {
  background-color: #1a84a4;
}

/*Pulse Border Animation*/
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
/*Pulse Border Animation*/
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@keyframes circle-ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 84, 33, 0.3), 0 0 0 1em rgba(255, 84, 33, 0.3), 0 0 0 3em rgba(255, 84, 33, 0.3), 0 0 0 5em rgba(255, 84, 33, 0.3);
  }
  100% {
    box-shadow: 0 0 0 1em rgba(255, 84, 33, 0.3), 0 0 0 3em rgba(255, 84, 33, 0.3), 0 0 0 5em rgba(255, 84, 33, 0.3), 0 0 0 8em rgba(255, 84, 33, 0);
  }
}
@-webkit-keyframes circle-ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 84, 33, 0.3), 0 0 0 1em rgba(255, 84, 33, 0.3), 0 0 0 3em rgba(255, 84, 33, 0.3), 0 0 0 5em rgba(255, 84, 33, 0.3);
  }
  100% {
    box-shadow: 0 0 0 1em rgba(255, 84, 33, 0.3), 0 0 0 3em rgba(255, 84, 33, 0.3), 0 0 0 5em rgba(255, 84, 33, 0.3), 0 0 0 8em rgba(255, 84, 33, 0);
  }
}
.up-down {
  animation: up-down 4s alternate infinite;
  -webkit-animation: up-down 4s alternate infinite;
}
.up-down-new {
  animation: up-down 8s alternate infinite;
  -webkit-animation: up-down 8s alternate infinite;
}
@keyframes up-down {
  0% {
    transform: translateY(30px);
    -webkit-transform: translateY(0);
  }
  50% {
    transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}
@-webkit-keyframes up-down {
  0% {
    transform: translateY(30px);
    -webkit-transform: translateY(0);
  }
  50% {
    transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}
.left-right {
  animation: left-right 5s cubic-bezier(0.41, 0.04, 0.03, 1.1) infinite;
  -webkit-animation: left-right 5s cubic-bezier(0.41, 0.04, 0.03, 1.1) infinite;
}
.left-right-new {
  animation: left-right 8s cubic-bezier(0.41, 0.04, 0.03, 1.1) infinite;
  -webkit-animation: left-right 8s cubic-bezier(0.41, 0.04, 0.03, 1.1) infinite;
}
@keyframes left-right {
  0% {
    transform: translatex(0);
    -webkit-transform: translatex(0);
  }
  50% {
    transform: translateY(-50px);
    -webkit-transform: translatex(-50px);
  }
  100% {
    transform: translatex(0);
    -webkit-transform: translatex(0);
  }
}
@-webkit-keyframes left-right {
  0% {
    transform: translatex(0);
    -webkit-transform: translatex(0);
  }
  50% {
    transform: translatex(-50px);
    -webkit-transform: translatex(-50px);
  }
  100% {
    transform: translatex(0);
    -webkit-transform: translatex(0);
  }
}
.spine {
  animation: spine 5s linear infinite;
  -webkit-animation: spine 5s linear infinite;
}
@keyframes spine {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes spine {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
.spine-r {
  animation: spine-r 5s linear infinite;
  -webkit-animation: spine-r 5s linear infinite;
}
@keyframes spine-r {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}
@-webkit-keyframes spine-r {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}
.spine2 {
  animation: spine 8s linear infinite;
}
@keyframes spine2 {
  from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  from {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes spine2 {
  from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  from {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
/* ------------------------------------
 Preloader
---------------------------------------*/
.loader {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  margin-top: 0px;
  top: 0px;
  z-index: 9999999;
}
.loader .loader-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 140px;
  height: 140px;
  border: 5px solid #ebebec;
  border-radius: 50%;
}
.loader .loader-container:before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 140px;
  height: 140px;
  border-top: 4px solid #0364a5;
  border-radius: 50%;
  animation: loaderspin 1.8s infinite ease-in-out;
  -webkit-animation: loaderspin 1.8s infinite ease-in-out;
}
.loader .loader-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
}
.loader .loader-icon img {
  animation: loaderpulse alternate 900ms infinite;
}

@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}


/* ------------------------------------
gatilhoUm
---------------------------------------*/
.gatilhoUm {
  position: relative;
  margin-top: -245px;
  z-index: 111;
}
.gatilhoUm .bloco {
  border-radius: 10px 10px 10px 10px;
  background: #1771bf;
  padding: 25px 40px 25px;
  display: flex;
  align-items: center;
  position: relative;
  transition: all 0.3s ease;
}
.gatilhoUm .bloco .bloco-icon img {
  width: 60px;
  margin: 0 35px 8px 0;
}
.gatilhoUm .bloco .bloco-txt .titulo {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #ffffff;
}
.gatilhoUm .bloco .bloco-txt .categoria {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
}
.gatilhoUm .bloco:hover {
  transform: translateY(-10px);
}
.gatilhoUm.principal {
  width: 100%;
  position: absolute;
  bottom: -50px;
  margin: 0;
}

/* ------------------------------------
cta-um
---------------------------------------*/
#cta-um {
  margin: 50px 0px;
}
#cta-um p{
  color: #ffffff;
}
#cta-um .box {
  position: relative;
}
#cta-um .box .block-img img {
  width: 100%;
  height: 350px;
}
#cta-um .box .block-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
#cta-um .box .block-text .page-title {
  font-size: 48px;
  margin-bottom: 20px;
  color: #FC901C;
}
#cta-um .box .block-text.padding {
  padding-top: 100px;
}

/* ------------------------------------
cta-dois
---------------------------------------*/
#cta-dois {
  margin: 50px 0px;
}
#cta-dois p{
  color: #ffffff;
}
#cta-dois .box {
  position: relative;
}
#cta-dois .box .block-img img {
  width: 100%;
  height: 350px;
}
#cta-dois .box .block-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
#cta-dois .box .block-text .page-title {
  font-size: 48px;
  margin-bottom: 20px;
  color: #FC901C;
}
#cta-dois .box .block-text.padding {
  padding-top: 100px;
}

/* ------------------------------------
cta-quatro
---------------------------------------*/
#cta-quatro {
    margin: 50px 0px;
  }
  #cta-quatro p{
    color: #ffffff;
  }
  #cta-quatro .box {
    position: relative;
  }
  #cta-quatro .box .block-img img {
    width: 100%;
  }
  #cta-quatro .box .block-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
  }
  #cta-quatro .box .block-text .page-title {
    font-size: 48px;
    margin-bottom: 20px;
    color: #FFF;
  }
  #cta-quatro .box .block-text.padding {
    padding-top: 100px;
  }


/* ------------------------------------
chamadaUm
---------------------------------------*/
.chamadaUm {
  position: relative;
  margin: 100px 0px;
}
.chamadaUm  h2 {
  font-size: 50px;
}
.chamadaUm  h4 {
  font-size: 17px;
  font-weight: 800;
  margin: 0 0 1px;
}
.chamadaUm  p{
  font-size: 15px;
  color: #505050;
  font-family: 'Rubik', sans-serif;
  line-height: 20px;
  font-weight: 100;
}
.chamadaUm  .iconchamada img{
  padding: 0px;
}
.chamadaUm  .iconchamada img{
  width: 80px;
}
.chamadaUm .bg {
  background: none !important;
  position: relative;
  padding: 50px 0;
}
.chamadaUm .bg:after,
.chamadaUm .bg:before {
  position: absolute;
  content: '';
  width: 50%;
  height: 100%;
  bottom: 0;
  z-index: -1;
}
.chamadaUm .bg:after {
  /* background: url(img/chamadas/chamada-um.jpg); */
  /* background-size: cover;
  background-repeat: no-repeat;
  background-position: center; */
}
.chamadaUm .bg:before {
  background: url(img/chamadas/chamada-dois.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  right: 0;
}


/* ------------------------------------
chamadaBlog
---------------------------------------*/
.chamadaBlog{
  background: url(../img/campanha/brasil-ademar-meireles-2202.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 100px 0px;
}
.chamadaBlog .tit{
  font-weight: 800;
  font-size: 35px;
  color: #0b3483;
}
.chamadaBlog .txt{
  font-size: 15px;
  color: #505050;
  font-family: 'Rubik', sans-serif;
  line-height: 25px;
  font-weight: 500;
  margin: 0px 0px 10px 0px;
}
.chamadaBlog hr{
  padding: 0px;
  margin: 0px;
  background-color: #c3c3c3;
}


/* ------------------------------------
listaCursos
---------------------------------------*/
.listaCursos .itens {
  position: relative;
  transition: all 0.3s ease;
}
.listaCursos .itens .itemImg img {
  box-shadow: 0 0 30px #eee;
  background: #fff;
  position: relative;
  transition: all 500ms ease;
  border-radius: 10px;
}
.listaCursos .itens .itemCont {
  position: absolute;
  left: 0px;
  z-index: 3;
  width: 100%;
  text-align: left;
  transition: all 500ms ease;
  padding: 0px 25px 8px 25px;
  bottom: 0;
  display: flex;
  align-items: center;
}
.listaCursos .itens .itemCont .itemBotao {
  padding: 0px;
  margin: 0px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.listaCursos .itens .itemCont .itemTitulo .titulo {
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 23px;
    margin-right: 20%;
}
.listaCursos .itens .itemCont .itemTitulo .titulo a {
  color: #ffffff;
}
.listaCursos .itens .itemCont .itemTitulo .titulo a:hover {
  color: #1771bf;
}

.listaCursos .itens:before {
  content: "";
  background: -moz-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0) 50%);
  background: linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0) 50%);
  background: -webkit-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0) 50%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
  border-radius: 10px;
  transition: all 500ms ease;
  z-index: 1;
}
.listaCursos .itens:hover {
  transform: translateY(-10px);
}


/* ------------------------------------
chamadas-unidades
---------------------------------------*/
.chamadas-unidades{
  background-color: #F5F5F5;
  padding: 100px 0px 100px 0px;
}
.chamadas-unidades .itens {
  position: relative;
  transition: all 0.3s ease;
}
.chamadas-unidades .itens .itemImg img {
  box-shadow: 0 0 30px #eee;
  background: #fff;
  position: relative;
  transition: all 500ms ease;
  border-radius: 10px;
}
.chamadas-unidades .itens .itemCont {
  position: absolute;
  left: 0px;
  z-index: 3;
  width: 100%;
  text-align: left;
  transition: all 500ms ease;
  padding: 0px 25px 8px 25px;
  bottom: 0;
  display: flex;
  align-items: center;
}
.chamadas-unidades .itens .itemCont .itemBotao {
  padding: 0px;
  margin: 0px;
  text-align: right;
}
.chamadas-unidades .itens .itemCont .itemTitulo .titulo {
  font-size: 22px;
  line-height: 30px;
  font-weight: 900;
  margin-bottom: 5px;
}
.chamadas-unidades .itens .itemCont .itemTitulo .endereco {
  color: #ffffff;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 5px;
  padding: 0px 20px 0px 0px;
}
.chamadas-unidades .itens .itemCont .itemTitulo .telefone {
  color: #ffffff;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 5px;
}
.chamadas-unidades .itens .itemCont .itemTitulo .titulo a {
  color: #ffffff;
}
.chamadas-unidades .itens .itemCont .itemTitulo .titulo a:hover {
  color: #1771bf;
}

.chamadas-unidades .itens:before {
  content: "";
  background: -moz-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
  border-radius: 10px;
  transition: all 500ms ease;
  z-index: 1;
}
.chamadas-unidades .itens:hover {
  transform: translateY(-10px);
}



/* -----------------------------------
unidade
-------------------------------------*/
.unidade {
  margin: 50px 0px 50px 0px;
  padding: 0px 0px 0px 0px;
}
.unidade .foto{
    padding: 30px;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 12%);
}
.unidade .foto .tit{
  font-weight: 800;
  font-size: 35px;
  color: #369ad9;
}
.unidade .foto .txt{
  font-size: 15px;
  color: #505050;
  font-family: 'Rubik', sans-serif;
  line-height: 30px;
  font-weight: 500;
  margin: 0px 0px 10px 0px;
}
.unidade .area{
  padding: 0px 0px 0px 60px;
}
/* -----------------------------------
unidade-curso
-------------------------------------*/
.unidade-cursos {
  background-color: #F5F5F5;
  margin: 0px 0px 0px 0px;
  padding: 50px 0px 50px 0px;
}
/* -----------------------------------
unidade-atendimento
-------------------------------------*/
.unidade-atendimento {
  margin: 0px 0px 0px 0px;
  padding: 50px 0px 50px 0px;
}
.unidade-atendimento h3{
  color: #000;
  margin: 0px 0px 0px 0px;
}
.unidade-atendimento .area{
  padding: 0px 0px 0px 60px;
}
.unidade-atendimento .txt{
  margin: 0px;
}
.unidade-atendimento .txt a{
  color: #065ce8;
  font-weight: bold;
}
.unidade-atendimento .txt a:hover{
  color: #1771bf;
}
.unidade-atendimento .icone {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.unidade-atendimento .icone i{
  margin: 0px 0px 0px 0px;
  padding: 0px 10px 0px 10px;
  color: #1771bf;
  font-size: 30px;
}
/* -----------------------------------
unidade-como-chegar
-------------------------------------*/
.unidade-como-chegar {
  background-color: #F5F5F5;
  margin: 0px 0px 0px 0px;
  padding: 50px 0px 50px 0px;
}
/* -----------------------------------
unidade-faq
-------------------------------------*/
.unidade-faq {
  margin: 50px 0px 50px 0px;
  padding: 0px 0px 0px 0px;
}
.unidade-faq .accordion {
  border-width: 12px;
}
.unidade-faq .accordion .card {
  margin-bottom: 15px;
  border: none;
}
.unidade-faq .accordion .card:last-child {
  margin-bottom: 0;
}
.unidade-faq .accordion .card .card-header {
  padding: 0 !important;
  border: none;
}
.unidade-faq .accordion .card .card-header .card-link {
  font-size: 17px;
  font-weight: 600;
  line-height: 28px;
  color: #ffffff;
  display: block;
  padding: 15px 15px;
  background: #1771bf;
}
.unidade-faq .accordion .card .card-header .card-link.collapsed {
  background: #f9f8ff;
  color: #505050;
}
.unidade-faq .accordion .card .card-body {
  background: #ffffff;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  color: #505050;
  padding: 15px 14px 15px !important;
  border: 1px solid #143f62;
}

.unidade-faq .accordion .card .card-header .card-link,
.unidade-faq .main-part .faq-content .accordion .card .card-header .card-link {
  background: #143f62;
}
.unidade-faq .accordion .card .card-header .card-link.collapsed,
.unidade-faq .main-part .faq-content .accordion .card .card-header .card-link.collapse {
  background: #f9f8ff;
}
/* -----------------------------------
unidade-duvida
-------------------------------------*/
.unidade-duvida {
  margin: 100px 0px 100px 0px;
  padding: 0px 0px 0px 0px;
}
.unidade-duvida .box {
  padding: 50px 50px 50px 50px;
  margin: 100px 0px 100px 0px;
  background: #f9f8f8; 
}

/* -----------------------------------
unidade-comentarios
-------------------------------------*/
.unidade-comentarios {
  background-color: #F5F5F5;
  margin: 100px 0px 100px 0px;
  padding: 100px 0px 100px 0px;
}
.unidade-comentarios .item {
  padding: 100px 40px 40px 40px;
  background-color: #ffffff;
  margin-right: 14px;
  margin-bottom: 0px;
}
.unidade-comentarios .item .item-content {
  position: relative;
  text-align: center;
}
.unidade-comentarios .item .item-content .item-superior {
  font-style: italic;
  margin-bottom: 28px;
}
.unidade-comentarios .item .item-content .item-superior .quote {
  width: 46px;
  top: -70px;
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}
.unidade-comentarios .item .item-content .item-inferior .imagem {
  margin-bottom: 20px;
}
.unidade-comentarios .item .item-content .item-inferior .imagem img {
  height: 65px;
  width: 65px;
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
}
.unidade-comentarios .item .item-content .item-inferior .nome {
  font-size: 20px;
  color: #000000;
  font-weight: 700;
  font-family: 'Nunito', sans-serif;
}
.unidade-comentarios .item .item-content .item-inferior .data {
  font-size: 13px;
  line-height: 27px;
  font-weight: 400;
  color: #555555;
}


/* ------------------------------------
cursos
---------------------------------------*/
.cursos {
  margin: 0px 0px 0px 0px;
  padding: 100px 0px 100px 0px;
}
.cursos .widget-cursos .widget-title {
  color: #111111;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  position: relative;
  z-index: 1;
  padding-bottom: 12px;
}
.cursos .widget-cursos .widget-title:before {
  content: "";
  position: absolute;
  border: 0;
  width: 50px;
  height: 2px;
  background: #369ad9;
  z-index: 1;
  margin-left: 0;
  bottom: 0;
  left: 0;
}
.cursos .widget-cursos ul li {
  margin-top: 13px;
  padding-top: 13px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  font-weight: 400;
  font-size: 16px;
}
.cursos .widget-cursos ul li a {
  color: #505050;
}
.cursos .widget-cursos ul li a:hover {
  color: #1771bf;
}
.cursos .widget-cursos {
  background: #fff;
  padding: 40px 30px 40px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
}



/* ------------------------------------
soualuno
---------------------------------------*/
.soualuno {
  margin: 0px 0px 0px 0px;
  padding: 100px 0px 100px 0px;
}
.soualuno-Links {
  background-color: #F5F5F5;
  margin: 0px 0px 0px 0px;
  padding: 100px 0px 100px 0px;
}

.soualuno-Links .box img {
  border-radius: 5px;
  margin-bottom: 22px;
  width: 100%;
}

.soualuno-faq {
  margin: 100px 0px 100px 0px;
  padding: 0px 0px 0px 0px;
}
.soualuno-faq h3{
  color: #000000;
}
.soualuno-faq .accordion {
  border-width: 12px;
}
.soualuno-faq .accordion .card {
  margin-bottom: 15px;
  border: none;
}
.soualuno-faq .accordion .card:last-child {
  margin-bottom: 0;
}
.soualuno-faq .accordion .card .card-header {
  padding: 0 !important;
  border: none;
}
.soualuno-faq .accordion .card .card-header .card-link {
  font-size: 17px;
  font-weight: 600;
  line-height: 28px;
  color: #ffffff;
  display: block;
  padding: 15px 15px;
  text-transform: capitalize;
  background: #1771bf;
}
.soualuno-faq .accordion .card .card-header .card-link.collapsed {
  background: #f9f8ff;
  color: #505050;
}
.soualuno-faq .accordion .card .card-body {
  background: #ffffff;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  color: #505050;
  padding: 15px 14px 15px !important;
  border: 1px solid #f9f8ff;
}
.soualuno-faq .accordion .card .card-header .card-link,
.soualuno-faq .main-part .faq-content .accordion .card .card-header .card-link {
  background: #1771bf;
}
.soualuno-faq .accordion .card .card-header .card-link.collapsed,
.soualuno-faq .main-part .faq-content .accordion .card .card-header .card-link.collapse {
  background: #f9f8ff;
}

/* ------------------------------------
soualuno-fale
---------------------------------------*/
.soualuno-fale {
  margin: 0px 0px 0px 0px;
  padding: 50px 0px 50px 0px;
}

/* ------------------------------------
soualuno-horario
---------------------------------------*/
.soualuno-horario{
    background-color: #f5f5f5;
    margin: 0;
    padding: 100px 0 100px 0;
}



/* ------------------------------------
soualuno-contato
---------------------------------------*/
#soualuno-contato{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
#soualuno-contato .area-geral{
  margin: 0px 0px 0px 0px;
  padding: 100px 0px 100px 0px;
}
#soualuno-contato h4{
  color: #000;
}
#soualuno-contato .txt{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
#soualuno-contato .card-body{
  margin: 0px 0px 0px 0px;
  padding: 40px 50px 40px 50px;
}

/* -----------------------------------
area-erro
-------------------------------------*/
.area-erro{
  margin: 100px 0px 100px 0px;
  padding: 0px 0px 0px 0px;
  text-align: center;
}
.area-erro h1{
  font-size: 80px;
}
.area-erro p{
  font-size: 13px;
  color: #505050;
}

/* -----------------------------------
area-estagio
-------------------------------------*/
.area-estagio{
  margin: 100px 0px 100px 0px;
  padding: 0px 0px 0px 0px;
}

/* -----------------------------------
area-privacidade
-------------------------------------*/
.area-privacidade{
  margin: 100px 0px 100px 0px;
  padding: 0px 0px 0px 0px;
}
.area-privacidade h4{
  color: #505050;
}
.area-privacidade .areafixa{
  margin: 50px 0px 0px 0px;
}
.area-privacidade .areatexto{
    margin: 50px 0px 0px 0px;
    padding: 20px 20px 20px 20px;
    position: relative;
    overflow: auto;
    height: 710px;
}
.area-privacidade .areafixa .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #fff;
  background-color: #1771bf;
  margin: 10px 0px 5px 0px;
}


/* -----------------------------------
area-planejamento
-------------------------------------*/
.area-planejamento{
  background-color: #fff;
  padding: 100px 0px;
  margin: 0px;
}
  .area-planejamento .area{
    margin: -40px 0px 0px 0px;
    width: 100%;
    position: absolute;
  }
  .area-planejamento .titulo{
    background-color: #1771BF;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 15px 70px 15px 70px;
    border-radius: 15px;
  }
  .area-planejamento .box{
    background-color: #f1f1f1;
    padding: 50px;
    margin: 0px;
    border-radius: 20px;
    color: #a9a9a9;
  }


/* -----------------------------------
area-newsletter
-------------------------------------*/
.area-newsletter{
  background-color: #0D3973;
  padding: 100px 30px;
  margin: 0px;
}
.area-newsletter .boxArea{
  padding: 0px;
  margin: 0px;
  text-align: center;
}
  .area-newsletter .boxArea .titulo{
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    padding: 0px 0px 30px 0px;
  }
  .area-newsletter .boxArea .txt{
    color: #fff;
  }
.area-newsletter .boxForm{
  padding: 0px;
  margin: 0px;
}


/* ------------------------------------
equipe
---------------------------------------*/
.equipe {
  margin: 0px 0px 0px 0px;
  padding: 100px 0px 100px 0px;
}
.equipe .imagem img{
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.equipe .txt{
  background-color: #f1f1f1;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.equipe .txt .nome{
  text-align: center;
  left: 30px;
  bottom: 90px;
  background-color: #2B4162;
  color: #fff;
  line-height: 15px;
}
.equipe .txt .nome h5 {
  color: #ffffff;
  padding: 15px 0px;
  margin: 0px;
}
.equipe .txt .cargo {
  text-align: center;
  color: #2B4162;
  padding: 8px 0px;
  font-size: 13px;;
}




/* ------------------------------------
tags
---------------------------------------*/
.tags {
  margin: 0px 0px 0px 0px;
  padding: 50px 0px 100px 0px;

}
.tags .box{
  margin: 50px 0px 0px 0px;
  padding: 5px 20px 5px 5px;
  background-color: #f8f8f8;
}
.tags .titulo{
  margin: 0px 0px 0px 0px;
  padding: 20px 0px 0px 0px;
}






/* ------------------------------------
Segmento 0
---------------------------------------*/
#seg0{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
#seg0 .imgSeg0 {
  width:100%;
  height:600px;
  padding: 90px 0px;
  top:0;
  left:0;
  background-size:cover;
  background-position:center;
 }
  #seg0 .imgSeg0:before {
  background:rgba(0,0,0,.25)
 }


 /* ------------------------------------
Segmento 1
---------------------------------------*/

#seg1{
  margin: 0px 0px 0px 0px;
  padding: 90px 0px 50px 0px;
  background-color: #f4f4f4;
}
#seg1 h3,
#seg1 h4,
#seg1 h5,
#seg1 h6{
  color: #000;
}
#seg1 p{
  margin: 0px 0px 40px 0px;
  padding: 0px 0px 0px 0px;
}

 /* ------------------------------------
Segmento 2
---------------------------------------*/
#seg2{
  margin: 0px 0px 0px 0px;
  padding: 50px 0px;
}
#seg2 .area1{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 280px;
}
#seg2 .area1 h3,
#seg2 .area1 h4,
#seg2 .area1 h5,
#seg2 .area1 h6{
  color: #000;
}
#seg2 .area2{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px;
}
#seg2 .area2 img{
  width: 100%;
}
#seg2 .container-fluid {
  padding-left: 60px;
  padding-right: 0px;
}


 /* ------------------------------------
Segmento 3
---------------------------------------*/

#seg3{
  margin: 0px 0px 0px 0px;
  padding: 50px 0px 50px 0px;
}
#seg3 .area1{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
#seg3 .area1 h3,
#seg3 .area1 h4,
#seg3 .area1 h5,
#seg3 .area1 h6{
  color: #000;
}
#seg3 .area2{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}


/* ------------------------------------
cursosComplementares
---------------------------------------*/

#cursosComplementares{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
#cursosComplementares .area-geral{
  margin: 0px 0px 0px 0px;
  padding: 50px 0px 50px 0px;
}
#cursosComplementares .laterais {
  background: url("img/LP/lateral-esquerda-cursos-complementares1.jpg") left no-repeat, 
    	        url("img/LP/lateral-direita-cursos-complementares2.jpg") right no-repeat;
}
#cursosComplementares .titulo2{
  color: #000;
}
#cursosComplementares  .box {
  height: 444px;
}
#cursosComplementares  .box img {
  border-radius: 5px;
  margin-bottom: 22px;
}
#cursosComplementares  .box-footer{
  padding: 0px;
}

/* ------------------------------------
Segmento 5
---------------------------------------*/

#seg5{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color: #f3f3f3;
}
#seg5 .area-geral{
  margin: 0px 0px 0px 0px;
  padding: 50px 0px 50px 0px;
}
#seg5 .título1{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
#seg5 .txt{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

/* ------------------------------------
Segmento 4
---------------------------------------*/
#seg4 {
  margin: 0px 0px 0px 0px;
  padding: 100px 0px 100px 0px;
  background-color: #f3f3f3;
}
#seg4 .intro-tabs {
  position: relative;
  border: none;
}
#seg4 .intro-tabs .tab-btns {
  position: relative;
  text-align: center;
  width: 30%;
}
#seg4 .intro-tabs .tab-btns .tab-btn {
  position: relative;
  display: block;
  width: 100%;
  font-size: 14px;
  background: none;
  background: #ffffff;
  color: #626262;
  border: 1px solid #eee;
  font-weight: 500;
  line-height: 24px;
  cursor: pointer;
  float: left;
  padding: 12px 40px 10px;
  text-transform: capitalize;
  transition: all 500ms ease;
}
#seg4 .intro-tabs .tab-btns .tab-btn:hover,
#seg4 .intro-tabs .tab-btns .tab-btn.active {
  color: #ffffff;
  background: #1771bf;
  border-color: #1771bf;
}
#seg4 .intro-tabs .tabs-content {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
#seg4 .txt {
  margin: 0px 0px 0px 0px;
  padding: 50px 50px 50px 50px;
  background-color: #ffffff;
  border-radius: 10px;
}


/* ------------------------------------
chamada-contato LP
---------------------------------------*/

#chamada-contato-lp{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
#chamada-contato-lp .area-geral{
  margin: 0px 0px 0px 0px;
  padding: 50px 0px 50px 0px;
}
#chamada-contato-lp .título1{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
#chamada-contato-lp .txt{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}


/* ------------------------------------
contato-geral
---------------------------------------*/
.contato-geral{
  margin: 0px 0px 0px 0px;
  padding: 20px 20px 20px 20px;
}
.contato-geral .from-control{
  display: block;
    width: 100%;
    padding: 10px 10px 10px 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


/* ------------------------------------
area-social
---------------------------------------*/
.area-social .social {
  display: inline-flex;
}
.area-social .social .area{
    margin-right: 10px;
    height: 50px;
    width: 50px;
    text-align: center;
    border-radius: 100%;
}
.area-social .social i {
  color: #ffffff;
  font-size: 23px;
  line-height: 50px;
}
.area-social .social a{
  background: #369ad9;
}
.area-social .social a:hover {
  background: #1771bf;
}



/* ------------------------------------
cookies
---------------------------------------*/

.box-cookies {
  position: fixed;
  left: 20px;
  bottom: 20px;
  padding: 20px;
  width: 300px;
  background-color: #fb901c;
  border: 1px solid #fb901c;
  border-radius: 6px;
  z-index: 999;
}
.box-cookies p{
 font-size: 12px;
 color: #000;
}
.box-cookies .img-cookie{
  width: 117px;
}
.box-cookies h5{
  margin: 0px 0px 10px 0px;
  padding: 0px;
}

.box-cookies a {
  color: #006bff;
  transition: all 0.3s ease;
  text-decoration: none !important;
  outline: none !important;
}
.box-cookies a:active,
.box-cookies a:hover {
  text-decoration: none;
  outline: 0 none;
  color: #1771bf;
}

.box-cookies .btn-cookies {
  font-family: 'Rubik', sans-serif;
  font-size: 12px;
  padding: 10px 40px;
  color: #fff;
  background-color: #1771bf;
  border-bottom:3px solid #369ad9;
}
.box-cookies .btn-cookies:hover, .box-cookies .btn-cookies:focus {
  color: #fff;
  background-color: #369ad9;
  border-bottom:3px solid #1771bf;
  outline: none;
  }
  .box-cookies .btn-cookies:active, .box-cookies .btn-hcookies.active {
  color: #fff;
  background-color: #1771bf;
  border-top:3px solid #369ad9;
  margin-top: 3px;
  }



  .grupoidc{
    padding: 100px 0px 100px 0px;
    margin: 0px 0px 0px 0px;
    background-color: #efefef;
  }


/* ------------------------------------
analise - home
---------------------------------------*/
  .analise{
    padding: 0px;
    margin: 0px;  
  }
  .analise .corFundo{
    background-color: #369AD9;
  }
  .analise .espaco{
      padding: 40px;
      color: #fff;
  }
  .analise .titulo{
    color: #fff;
}
  .analise .imgFundo{
    padding: 0px;
    margin: 0px;
  }
  .analise .imgFundo img{
    width: 100%;
  }
  .analise .imgFundo img{
    width: 100%;
  }


/* ------------------------------------
form-contato-home
---------------------------------------*/
#box-formulario{
    width: 250px;
}
#box-formulario .contato-home{
    width: 250px;
    z-index: 999;
    position: absolute;
    top: 10px;
    padding: 17px 0px 0px 0px;
    background-color: #fff;
    border-radius: 1.25rem;
}
#box-formulario .contato-home h4{
    line-height: 1;
    font-weight: 100;
}
#box-formulario .contato-home .formContatoHome{
    margin: 0px 0px 0px 0px;
    padding: 0px 30px 30px 30px;
  }
#box-formulario .contato-home .formContatoHome .from-control{
    display: block;
    width: 100%;
    padding: 10px 10px 10px 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    border: 1px solid #f1f1f1 !important;
  }

    #action-btn{
        cursor: pointer;
    }
    #action-btn.up{
        text-align: center;
        padding: 10px;
        border-radius: 50px;
        background-color: #1771bf;
        width: 50px;
        position: absolute;
        bottom: -24px;
        left: 100px;
    }
    #action-btn.up i{
        color: #fff;
    }
    
    /* form subir */
    .formHide {
      display: none;
    }


/* ------------------------------------
chamadaMatricula
---------------------------------------*/

#chamadaMatricula{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  #chamadaMatricula .area-geral{
    margin: 0px 0px 0px 0px;
    padding: 80px 0px 80px 0px;
  }
  #chamadaMatricula .laterais {
    background: url("img/LP/lateral-esquerda-cursos-complementares1.jpg") left no-repeat, 
                url("img/LP/lateral-direita-cursos-complementares2.jpg") right no-repeat;
  }
  #chamadaMatricula .titulo1{
    padding-bottom: 15px;
  }
   #chamadaMatricula  .box img {
    border-radius: 5px;
    margin-bottom: 22px;
  }
  #chamadaMatricula  .box-footer{
    padding: 0px;
  }
  

/* ------------------------------------
chamadaCurso
---------------------------------------*/
#chamadaCurso{
    margin: 100px 0px 100px 0px;
    padding: 0px 0px 0px 0px;
}
#chamadaCurso .bg{
    background-color: #f1f1f1;
    padding: 100px 0px;
}
#chamadaCurso .box{
    margin: 0px 0px 5px 0px;
    padding: 0px 40px 40px 40px;
}
#chamadaCurso .titulo1{
    margin: 0px 0px 0px 0px;
    padding: 20px 0px 0px 0px;
}
#chamadaCurso .txt{
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 0px 0px;
}

  