* {
  margin: 0;
  padding: 0;
}

.accordian {
  width: 805px;
  height: 320px;
  overflow: hidden;
  margin: 100px auto;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
}

.accordian ul {
  width: 1200px;
}

.accordian li {
  position: relative;
  display: block;
  width: 160px;
  float: left;
  border-left: 1px solid #888;
  box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.accordian ul:hover li {
  width: 40px;
}

.accordian ul li:hover {
  width: 640px;
}

.accordian li img {
  display: block;
}

.image_title {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 640px;
  height: 60px;
}

.pc {
  /*color: black;*/
}

.carousel-control-next {
  color: black;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  backface-visibility: hidden;
  perspective: 1000px;
}

.carousel-item.active, .carousel-item-next, .carousel-item-prev {
  display: block;
}

.carousel-item-next, .carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}

.carousel-item-next, .active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev, .active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-control-prev, .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:focus, .carousel-control-prev:hover, .carousel-control-next:focus, .carousel-control-next:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  backface-visibility: hidden;
  perspective: 1000px;
}

.carousel-item.active, .carousel-item-next, .carousel-item-prev {
  display: block;
}

.carousel-control-prev, .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:focus, .carousel-control-prev:hover, .carousel-control-next:focus, .carousel-control-next:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@media (max-width: 1200px) {
  #carousel-index {
    width: 850PX;
  }
}

@media (max-width: 992px) {
  #carousel-index {
    width: 750px;
  }
}

@media (min-width: 1201px) {
  #carousel-index {
    width: 850px;
  }
}

@media (max-width: 768px) {
  #carousel-index {
    width: 650px;
  }
}

@media (max-width: 576px) {
  #carousel-index {
    width: 450px;
  }
}

@media (max-width: 360px) {
  #carousel-index {
    width: 300px;
  }
}

@media (max-width: 1200px) {
  #organograma {
    width: 380px;
  }
}

@media (min-width: 1201px) {
  #organograma {
    width: 400px;
  }
}

@media (max-width: 992px) {
  #organograma {
    width: 300px;
  }
}

@media (max-width: 768px) {
  #organograma {
    width: 220px;
  }
}

@media (min-width: 576px) {
  .videos {
    width: 500px;
    height: 250px;
  }
}

@media (max-width: 360px) {
  .videos {
    width: 300px;
    height: 170px;
  }
}

@media (max-width: 768px) {
  .videos {
    width: 400px;
    height: 225px;
  }
}

.contact-clean {
  background: #f1f7fc;
  padding: 80px 0;
}

@media (max-width:767px) {
  .contact-clean {
    padding: 20px 0;
  }
}

.contact-clean form {
  max-width: 480px;
  width: 90%;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 40px;
  border-radius: 4px;
  color: #505e6c;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
}

@media (max-width:767px) {
  .contact-clean form {
    padding: 30px;
  }
}

.contact-clean h2 {
  margin-top: 5px;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 36px;
  color: inherit;
}

.contact-clean .form-group:last-child {
  margin-bottom: 5px;
}

.contact-clean form .form-control {
  background: #fff;
  border-radius: 2px;
  box-shadow: 1px 1px 1px rgba(0,0,0,0.05);
  outline: none;
  color: inherit;
  padding-left: 12px;
  height: 42px;
}

.contact-clean form .form-control:focus {
  border: 1px solid #b2b2b2;
}

.contact-clean form textarea.form-control {
  min-height: 100px;
  max-height: 260px;
  padding-top: 10px;
  resize: vertical;
}

.contact-clean form .btn {
  padding: 16px 32px;
  border: none;
  background: none;
  box-shadow: none;
  text-shadow: none;
  opacity: 0.9;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.4px;
  line-height: 1;
  outline: none !important;
}

.contact-clean form .btn:hover {
  opacity: 1;
}

.contact-clean form .btn:active {
  transform: translateY(1px);
}

.contact-clean form .btn-primary {
  background-color: #055ada !important;
  margin-top: 15px;
  color: #fff;
}

.nav.nav-tabs.nav-fill {
  display: inline-flex;
}

.dropdown-menu:hover:not(:disable) {
  /*display: block;*/
  /*transition: 5s;*/
}

.dropdown-menu:hover {
  display: block;
}

.dropdown-menu:not(:disable):not(disable) {
}

@media (max-width: 400px) {
  #nav1 {
    /*width: 400px;*/
    /*padding: inherit;*/
    /*margin-bottom: 70px;*/
  }
}

@media (min-width: 300px) {
  .clean-block.clean-hero {
    margin-top: 40px;
  }
}

@media (max-width: 300px) {
  .videos {
    width: 300px;
    height: 170px;
  }
}

@media (min-width: 992px) {
  .videos {
    width: 500px;
    height: 290px;
  }
}

@media (min-width: 1200px) {
  .videos {
    width: 600px;
    height: 340px;
  }
}

@media (min-width: 300px) {
  .navbar-nav {
    /*max-width: 300px;*/
  }
}

@media (min-width: 300px) {
  #TABELA-EDITAL {
    /*width: 350px;*/
  }
}

@media (min-width: 1200px) {
  #tabela {
    width: 1100px;
  }
}

@media (min-width: 992px) {
  #tabela {
    width: 950px;
  }
}

body {
  /*width: 100%;*/
  /*margin: 0 auto;*/
  /*min-width: 350px;*/
  /*max-width: 2000px;*/
}

@media (min-width: 360px) {
  #nav1 {
    /*width: 360px;*/
  }
}

@media (min-width: 300px) {
  .nav-item.dropdown {
    /*max-width: 50%;*/
  }
}

@media (min-width: 300px) {
  .dropdown-menu.show {
    /*max-width: 50%;*/
  }
}

@media (min-width: 300px) {
  .btn.btn-primary.dropdown-toggle {
    /*max-width: 50%;*/
  }
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body, html {
  height: 100%;
}

.container-main .row {
  padding: 0px;
  margin: 0px;
}

nav.sidebar.navbar {
  border-radius: 0px;
}

nav.sidebar, .container-main {
  -webkit-transition: margin 200ms ease-out;
  -moz-transition: margin 200ms ease-out;
  -o-transition: margin 200ms ease-out;
  transition: margin 200ms ease-out;
}

.menu-icon {
  font-size: 20px;
}

.navbar-m2p {
  background-color: #00464f;
  border-color: #00464f;
}

.navbar-m2p span, .navbar-m2p a {
  color: #FFFFFF;
}

.active .dropdown-toggle {
  background-color: rgba(126, 169, 39, 0.3);
  border-color: rgba(126, 169, 39, 0.3);
}

.nav .open > a {
  background-color: rgba(126, 169, 39, 0.3);
  border-color: rgba(126, 169, 39, 0.3);
}

.nav li > a:hover, .nav .open > a:hover, .nav li > a:focus, .nav .open > a:focus, .nav li > a:active, .nav .open > a:active {
  background-color: rgba(126, 169, 39, 0.3);
}

.nav .open ul > li {
  background-color: rgba(126, 169, 39, 0.4);
}

.navbar-m2p .navbar-nav .open .dropdown-menu > li > a {
  color: #FFFFFF;
  padding: 10px;
}

.navbar-m2p .navbar-nav .active a {
  margin-left: -1px;
  border-left: 5px solid #7ea927;
}

.navbar-toggle {
  background-color: transparent;
  border: 1px solid rgba(126, 169, 39, 0.4);
}

.navbar-toggle .icon-bar, .navbar-toggle .icon-bar + .icon-bar {
  background-color: #7ea927;
}

nav:hover .forAnimate {
  opacity: 1;
}

.navbar-m2p .dropdown-menu {
  padding: 0px;
}

.nav li.separator {
  padding: 10px 15px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 39, 0.2);
  color: rgba(208, 208, 207, 0.4);
}

@media (min-width: 768px) {
  .container-main {
    position: absolute;
    width: calc(100% - 40px);
    margin-left: 40px;
    float: right;
  }
}

@media (min-width: 768px) {
  nav.sidebar:hover + .container-main {
    margin-left: 300px;
  }
}

@media (min-width: 768px) {
  nav.sidebar.navbar.sidebar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0px;
  }
}

@media (min-width: 768px) {
  nav.sidebar .navbar-brand, nav.sidebar .navbar-header {
    text-align: center;
    width: 100%;
    margin-left: 0px;
    font-size: 25px;
    line-height: 27px;
  }
}

@media (min-width: 768px) {
  nav.sidebar a {
    padding-right: 13px;
  }
}

@media (min-width: 768px) {
  nav.sidebar .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@media (min-width: 768px) {
  nav.sidebar .navbar-collapse, nav.sidebar .container-fluid {
    padding: 0 0px 0 0px;
  }
}

@media (min-width: 768px) {
  nav.sidebar {
    width: 300px;
    height: 100%;
    margin-left: -260px;
    float: left;
    z-index: 8000;
    margin-bottom: 0px;
  }
}

@media (min-width: 768px) {
  nav.sidebar li {
    width: 100%;
  }
}

@media (min-width: 768px) {
  nav.sidebar:hover {
    margin-left: 0px;
  }
}

@media (min-width: 768px) {
  .forAnimate {
    opacity: 0;
  }
}

@media (min-width: 1330px) {
  .container-main {
    width: calc(100% - 300px);
    margin-left: 300px;
  }
}

@media (min-width: 1330px) {
  nav.sidebar {
    margin-left: 0px;
    float: left;
  }
}

@media (min-width: 1330px) {
  nav.sidebar .forAnimate {
    opacity: 1;
  }
}

#sideBarImg {
  /*width: 100%;*/
  height: 50px;
}

nav.sidebar.navbar {
  border-radius: 0px;
}

nav.sidebar, .container-main {
  -webkit-transition: margin 200ms ease-out;
  -moz-transition: margin 200ms ease-out;
  -o-transition: margin 200ms ease-out;
  transition: margin 200ms ease-out;
}

.menu-icon {
  font-size: 20px;
}

.navbar-m2p {
  background-color: #00464f;
  border-color: #00464f;
}

.navbar-m2p span, .navbar-m2p a {
  color: #FFFFFF;
}

.nav .open > a {
  background-color: rgba(126, 169, 39, 0.3);
  border-color: rgba(126, 169, 39, 0.3);
}

.nav li > a:hover, .nav .open > a:hover, .nav li > a:focus, .nav .open > a:focus, .nav li > a:active, .nav .open > a:active {
  background-color: rgba(126, 169, 39, 0.3);
}

.navbar-m2p .navbar-nav .active a {
  margin-left: -1px;
  border-left: 5px solid #7ea927;
}

.navbar-toggle {
  background-color: transparent;
  border: 1px solid rgba(126, 169, 39, 0.4);
}

.navbar-toggle .icon-bar, .navbar-toggle .icon-bar + .icon-bar {
  background-color: #7ea927;
}

nav:hover .forAnimate {
  opacity: 1;
}

.navbar-m2p .dropdown-menu {
  padding: 0px;
}

.nav li.separator {
  padding: 10px 15px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 39, 0.2);
  color: rgba(208, 208, 207, 0.4);
}

@media (min-width: 768px) {
  nav.sidebar .navbar-brand, nav.sidebar .navbar-header {
    text-align: center;
    width: 100%;
    margin-left: 0px;
    font-size: 25px;
    line-height: 27px;
  }
}

@media (min-width: 768px) {
  nav.sidebar a {
    padding-right: 13px;
  }
}

@media (min-width: 768px) {
  nav.sidebar .navbar-collapse, nav.sidebar .container-fluid {
    padding: 0 0px 0 0px;
  }
}

@media (min-width: 768px) {
  nav.sidebar {
    width: 300px;
    height: 100%;
    margin-left: -260px;
    float: left;
    z-index: 8000;
    margin-bottom: 0px;
  }
}

@media (min-width: 768px) {
  nav.sidebar li {
    width: 100%;
  }
}

@media (min-width: 768px) {
  nav.sidebar:hover {
    margin-left: 0px;
  }
}

@media (min-width: 768px) {
  .forAnimate {
    opacity: 0;
  }
}

@media (min-width: 1330px) {
  nav.sidebar {
    margin-left: 0px;
    float: left;
  }
}

@media (min-width: 1330px) {
  nav.sidebar .forAnimate {
    opacity: 1;
  }
}

#sideBarImg {
  /*width: 100%;*/
  height: 50px;
}

.simple-slider .swiper-slide {
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.simple-slider .swiper-button-next, .simple-slider .swiper-button-prev {
  width: 50px;
  margin-left: 20px;
  margin-right: 20px;
}

@media (max-width:767px) {
  .simple-slider .swiper-button-next, .simple-slider .swiper-button-prev {
    display: none;
  }
}

@media (max-width:767px) {
  .simple-slider .swiper-slide {
    height: 360px;
  }
}

.sp-loading {
  text-align: center;
  max-width: 270px;
  padding: 15px;
  border: 5px solid #eee;
  border-radius: 3px;
  font-size: 12px;
  color: #888;
}

.sp-wrap {
  display: none;
  line-height: 0;
  font-size: 0;
  background: #eee;
  border: 5px solid #eee;
  border-radius: 3px;
  position: relative;
  margin: 0 25px 15px 0;
  float: left;
  max-width: 300px;
}

.sp-thumbs {
  text-align: left;
  display: inline-block;
}

.sp-thumbs img {
  min-height: 50px;
  min-width: 50px;
  max-width: 50px;
}

.sp-thumbs a:link, .sp-thumbs a:visited {
  width: 50px;
  height: 50px;
  overflow: hidden;
  opacity: .3;
  display: inline-block;
  background-size: cover;
  background-position: center;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.sp-thumbs a:hover {
  opacity: 1;
}

.sp-thumbs a:active, .sp-current {
  opacity: 1!important;
  position: relative;
}

.sp-large {
  position: relative;
  overflow: hidden;
  top: 0;
  left: 0;
}

.sp-large a img {
  max-width: 100%;
  height: auto;
}

.sp-large a {
  display: block;
}

.sp-zoom {
  position: absolute;
  left: -50%;
  top: -50%;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
  display: none;
}

.sp-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, .9);
  z-index: 1031;
  display: none;
  cursor: pointer;
}

.sp-lightbox img {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 90%;
  max-height: 90%;
  border: 2px solid #fff;
}

#sp-prev, #sp-next {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  z-index: 501;
  color: #fff;
  padding: 14px;
  text-decoration: none;
  background: #000;
  border-radius: 25px;
  border: 2px solid #fff;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  transition: .2s;
}

#sp-prev {
  left: 10px;
}

#sp-prev:before {
  content: '';
  border: 7px solid transparent;
  border-right: 15px solid #fff;
  position: absolute;
  top: 16px;
  left: 7px;
}

#sp-next {
  right: 10px;
}

#sp-next:before {
  content: '';
  border: 7px solid transparent;
  border-left: 15px solid white;
  position: absolute;
  top: 16px;
  left: 18px;
}

#sp-prev:hover, #sp-next:hover {
  background: #444;
}

@media screen and (max-width: 400px) {
  .sp-wrap {
    margin: 0 0 15px 0;
  }
}

@media screen and (max-width: 400px) {
  #sp-prev, #sp-next {
    top: auto;
    margin-top: 0;
    bottom: 25px;
  }
}

.social-icons {
  color: #313437;
  background-color: #fff;
  text-align: center;
  padding: 70px 0;
}

@media (max-width:767px) {
  .social-icons {
    padding: 50px 0;
  }
}

.social-icons i {
  font-size: 32px;
  display: inline-block;
  color: #757980;
  margin: 0 10px;
  width: 60px;
  height: 60px;
  border: 1px solid #c8ced7;
  text-align: center;
  border-radius: 50%;
  line-height: 60px;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgb(34,168,254);
}

@media (max-width: 400px) {
  .nav-tabs .dropdown-menu: {
    float: left;
    /*display: inline-block;*/
  }
}

@media (min-width: 300px) {
  .img-fluid, .img-thumbnail {
    margin-top: 250px;
  }
}

@media (min-width: 576px) {
  .img-fluid, .img-thumbnail {
    margin-top: 126px;
  }
}

@media (max-width: 400px) {
  #section3 {
    /*width: auto;*/
    /*height: 400px;*/
    /*text-align: center;*/
  }
}

@media (min-width: 576px) {
  #section3 {
    margin-top: 67PX;
    background-size: cover;
  }
}

@media (min-width: 768px) {
  #section3 {
    margin-top: 31PX;
    background-size: cover;
  }
}

@media (min-width: 992px) {
  .nav.nav-tabs.nav-fill {
    margin-top: 31PX;
    display: flex;
  }
}

@media (min-width: 992px) {
  #section3 {
    margin-top: 31PX;
    background-size: cover;
  }
}

background-color: #0062cc; border-color: #005cbf; {
}

.btn.btn-primary.dropdown-toggle {
  background-color: #22a8fe;
  border-color: #22a8fe;
}

@media (min-width: 1200px) {
  #section3 {
    margin-top: 0PX;
  }
}

@media (min-width: 576px) {
  .nav-tabs .dropdown-menu {
    margin-left: -240PX;
  }
}

@media (min-width: 768px) {
  .nav-tabs .dropdown-menu {
    margin-left: 137PX;
  }
}

.team-grid {
  color: #313437;
  background-color: #fff;
}

.team-grid p {
  color: #7d8285;
}

.team-grid h2 {
  font-weight: bold;
  margin-bottom: 40px;
  padding-top: 40px;
  color: inherit;
}

@media (max-width:767px) {
  .team-grid h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;
  }
}

.team-grid .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto;
}

.team-grid .intro p {
  margin-bottom: 0;
}

.team-grid .people {
  padding: 50px 0;
}

.team-grid .item {
  margin-bottom: 30px;
}

.team-grid .item .box {
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 280px;
  position: relative;
  overflow: hidden;
}

.team-grid .item .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(31,148,255,0.75);
  transition: opacity 0.15s ease-in;
  opacity: 0;
  padding-top: 80px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
}

.team-grid .item:hover .cover {
  opacity: 1;
}

.team-grid .item .name {
  font-weight: bold;
  margin-bottom: 8px;
}

.team-grid .item .title {
  text-transform: uppercase;
  font-weight: bold;
  color: #bbd8fb;
  letter-spacing: 2px;
  font-size: 13px;
  margin-bottom: 20px;
}

.team-grid .social {
  font-size: 18px;
}

.team-grid .social a {
  color: inherit;
  margin: 0 10px;
  display: inline-block;
  opacity: 0.7;
}

.team-grid .social a:hover {
  opacity: 1;
}

@media (min-width:992px) {
  .navbar-expand-lg .navbar-collapse {
    /*display: -ms-flexbox!important;*/
    display: flex!important;
    /*-ms-flex-preferred-size: auto;*/
    flex-basis: auto;
    transform: translate -25px;
    transform: translate(-15px);
    width: 950px;
  }
}

@media max-width:992px) {
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    transform: translate(-30px) scale(0.90);
    width: 950px;
    /*display: inline-block;*/
  }
}

@media (max-width:995px) {
  .navbar-expand-lg .navbar-nav {
    /*-ms-flex-direction: row;*/
    /*flex-direction: row;*/
    /*width: 1000px;*/
  }
}

@media (max-width: 992px) {
  #TABELA-EDITAL {
    /*max-width: 950px;*/
  }
}

@media (min-width: 993px) {
  #TABELA-EDITAL {
    width: 1110px;
  }
}

.nav-fill .nav-item, .nav-fill > .nav-link {
  /*-ms-flex: 1 1 auto;*/
  /*flex: 1 1 auto;*/
  /*text-align: left;*/
}

