body {
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 30px;
  padding-right: 43px;
  color: #014b8c;
  font-size: 27px;
  line-height: 32px;
  font-weight: 700;
  text-transform: uppercase;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #014b8c;
  font-size: 20px;
  line-height: 36px;
  font-weight: 700;
  text-transform: none;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #014b8c;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  padding-right: 25px;
  color: #595959;
}

a {
  color: #00e;
}

table{
  border-collapse: collapse;
  width: 100%;
}

th, td {
  text-align: left;
  padding: 8px;
}

tr:nth-child(even){background-color: #f2f2f2}

thn {
  background-color: #4CAF50;
  color: white;
}

.button {
  display: inline-block;
  padding: 4px 15px;
  background-color: #000;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.headermaincontainer {
  padding-top: 24px;
  background-color: #002c52;
  background-image: url('../images/rede-superior.png');
  background-position: 50% 0px;
  background-size: 1132px;
  background-repeat: no-repeat;
}

.socialmaincontainer {
  margin-bottom: 18px;
}

.socialcontainer {
  width: 161px;
  float: right;
}

.sociallinks {
  width: 40px;
  height: 40px;
  margin-left: 10px;
  padding-top: 8px;
  border-radius: 20px;
  text-align: center;
}

.sociallinks.socialfacebook {
  background-color: #3a5b9c;
}

.sociallinks.socialfacebook:hover {
  opacity: 0.5;
}

.sociallinks.sociallinkedin {
  background-color: #167cba;
}

.sociallinks.sociallinkedin:hover {
  opacity: 0.5;
}

.sociallinks.socialgoogle {
  background-color: #d82129;
}

.sociallinks.socialgoogle:hover {
  opacity: 0.5;
}

.mainnavbar {
  background-color: transparent;
  color: #fff;
}

.navbarlinks {
  padding-right: 8px;
  padding-left: 8px;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
}

.navbarlinks:hover {
  color: #00aeef;
}

.navbarlinks.w--current {
  text-decoration: none;
}

.dropdownmenulink {
  padding-right: 16px;
  padding-left: 9px;
  color: #fff;
}

.dropdownmenulink:hover {
  color: #00aeef;
}

.dropdownbackground.w--open {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #002c52;
  color: #fff;
}

.dropdownlink {
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  color: #fff;
  text-transform: none;
}

.dropdownlink:hover {
  background-color: #02527f;
  text-decoration: none;
}

.dropdownicon {
  margin-right: 0px;
}

.inputpesquisa {
  width: 250px;
  height: 30px;
  margin-left: 6px;
  float: left;
  border-style: solid;
  border-width: 0px;
  border-radius: 20px;
}

.pesquisamaincontainer {
  position: relative;
  top: 33px;
  width: 300px;
  height: 36px;
  float: right;
  border-radius: 20px;
  background-color: #002c52;
  text-align: left;
}

.pesquisalupa {
  width: 30px;
  height: 30px;
  margin-left: 6px;
  padding-top: 7px;
  float: left;
  border-radius: 20px;
  background-color: #006599;
  text-align: center;
}

.pesquisalupa:hover {
  background-color: #055882;
}

.homelink {
  display: inline-block;
  margin-top: 5px;
  float: left;
  color: gray;
  font-size: 14px;
}

.homelink:hover {
  color: #066ac2;
}

.homelink.w--current {
  float: left;
  font-size: 14px;
}

.maincontentcontainer {
  margin-top: 30px;
}

.homepageslide1 {
  background-image: url('../images/slide1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.homepageslider {
  margin-bottom: 21px;
}

.homepagecategorias {
  padding: 14px 41px 8px;
  border-radius: 50px;
  background-color: #002c52;
  color: #fff;
}

.categoriaslinks {
  display: block;
  margin-right: 21px;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

.categoriaslinks:hover {
  color: #00aeef;
}

.categoriashexon {
  width: 15px;
  margin-right: 3px;
  margin-bottom: 7px;
  float: left;
}

.cetegoriastexto {
  margin-top: -1px;
  float: left;
}

.contentcontainer {
  margin-top: 20px;
  background-image: url('../images/rede.png');
  background-position: 50% 0px;
  background-repeat: no-repeat;
}

.rownopadding {
  padding-right: 0px;
  padding-left: 0px;
}

.footermaincontainer {
  padding-top: 27px;
  padding-bottom: 27px;
  background-color: #e3e7ed;
  color: #adadad;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
}

.minimenucontainer {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.minimenubarra {
  display: inline-block;
  margin-right: 7px;
  margin-left: 7px;
  color: #adadad;
}

.minimenilinks {
  display: inline-block;
  color: #adadad;
  text-decoration: none;
  text-transform: uppercase;
}

.minimenilinks:hover {
  color: #002c52;
}

.minimenilinks.w--current {
  color: #000;
  text-decoration: none;
}

.noticiashomecontainer {
  display: block;
  width: 100%;
  margin-bottom: 27px;
  padding: 10px;
  background-color: #dcdcdc;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  color: #575757;
  font-weight: 600;
  text-decoration: none;
}

.noticiashomecontainer:hover {
  color: #00aeef;
}

.noticiashomecontainer.servicos {
  color: #000;
}

.noticiahomeimg {
  width: 100%;
  margin-bottom: 7px;
}

.moodle {
  margin-right: 10px;
  float: left;
}

.moodletext {
  font-size: 12px;
  font-weight: 400;
}

.moodletext.moodletexttitle {
  margin-top: 18px;
  font-weight: 700;
}

.link {
  color: #00aeef;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.mapa {
  margin-top: 39px;
}

.ver-mais {
  padding: 5px 8px;
  float: right;
  border-radius: 146px;
  background-color: #002c52;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.ver-mais:hover {
  background-color: #2166a2;
}

.noticialink {
  color: #575757;
  text-decoration: none;
}

.noticialink:hover {
  color: #00aeef;
}

.barra {
  margin-top: 6px;
  margin-right: 4px;
  margin-left: 4px;
  float: left;
}

.homelinkbread {
  margin-top: 5px;
  float: left;
  color: gray;
  font-size: 14px;
}

._404maincontainer {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #002c52;
  background-image: url('../images/4040Fundo.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

._404container {
  position: relative;
  top: 50%;
  height: 200px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

._4041 {
  display: inline-block;
  color: #fff;
  font-size: 50px;
  font-weight: 700;
}

._4042 {
  display: block;
  margin-top: 4px;
  color: #fff;
  font-size: 17px;
}

._4043 {
  display: inline-block;
  margin-top: 25px;
  padding: 7px 13px;
  background-color: #fff;
  color: #002c52;
  font-size: 17px;
  text-decoration: none;
}

.listanoticias {
  display: inline-block;
  width: 30%;
  margin-right: 20px;
  margin-bottom: 18px;
  float: left;
  color: gray;
  font-weight: 600;
  text-decoration: none;
}

.listanoticias:hover {
  color: #00aeef;
}

.paginacaocontainer {
  margin-top: 21px;
  margin-bottom: 83px;
  text-align: center;
}

.para {
  font-size: 16px;
}

.pesquisaresultadoscontainer {
  margin-bottom: 29px;
}

.pesquisatitulo {
  color: #24639b;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.pesquisatitulo:hover {
  color: #00aeef;
}

.pesquisacategoria {
  color: #9c9c9c;
  font-size: 15px;
}

.listaservicoscontainer {
  margin-bottom: 27px;
  padding: 3px 18px;
  background-color: #dcdcdc;
}

.servicoslink {
  display: block;
  margin-top: 9px;
  margin-bottom: 9px;
  color: #2b77b9;
  font-weight: 600;
  text-decoration: none;
}

.servicoslink:hover {
  color: #96c13d;
  text-decoration: none;
}

.servicoslink.servicoscurrent {
  color: #09bb2c;
  text-decoration: underline;
}

.servicoslink.active {
  margin-left: 0px;
  padding-left: 0px;
  color: #96c13d;
  text-decoration: underline;
}

.servicoslink.bullet {
  margin-left: 20px;
  padding-left: 0px;
}

.servicoscontainer {
  position: relative;
  width: 93%;
  height: 200px;
  background-image: url('../images/NormaAcores-Website.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.servicostitulos {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  padding: 11px;
  background-color: rgba(0, 44, 82, .5);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.servicosconjunto {
  margin-bottom: 65px;
}

.curriculumlink {
  display: inline-block;
  width: 33%;
  min-height: 150px;
  margin-bottom: 28px;
  float: left;
  color: #002c52;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
}

.curriculumlink:hover {
  color: #00aeef;
}

.corpostitulo {
  margin-top: 6px;
  margin-bottom: 5px;
  color: #00aeef;
  font-weight: 700;
  text-transform: uppercase;
}

.corposnome {
  color: #7c7c7c;
  font-weight: 600;
}

.corposcontainer {
  width: 33%;
  padding-right: 8px;
  padding-left: 8px;
  float: left;
  text-align: center;
}

.organigramamaincontainer {
  width: 95%;
  margin-bottom: 46px;
  border: 1px solid #00aeef;
}

.organigramamaintitle {
  padding: 12px 18px;
  background-color: #00aeef;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.organigramatitle {
  padding: 12px 18px;
  border-top: 1px solid #00aeef;
  background-color: #ace5fa;
  color: #07759c;
  font-size: 16px;
}

.accionistasmaincontainer {
  width: 95%;
  margin-bottom: 18px;
  border: 1px solid #00aeef;
  background-color: #00aeef;
}

.logo {
  margin-right: 13px;
  float: left;
}

.accionistastitulo {
  margin-top: 10px;
  margin-bottom: 21px;
  float: none;
  color: #fff;
  font-size: 15px;
}

.percentagem {
  margin-top: 23px;
  color: #fff;
  font-size: 50px;
}

.pdficon {
  margin-bottom: 8px;
}

.parceiroslogo {
  height: 100px;
  margin-bottom: 11px;
}

.parceiroscontainer {
  width: 33%;
  margin-bottom: 26px;
  float: left;
  text-align: center;
}

.navegacao {
  margin-right: 17px;
  margin-left: 17px;
  color: #002c52;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.navegacao:hover {
  color: #00aeef;
}

.sliderlink {
  position: absolute;
  right: 77px;
  bottom: 36px;
  display: block;
  width: 30%;
  padding: 15px 19px;
  background-color: rgba(0, 0, 0, .4);
  color: #00aeef;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0 #000;
}

.sliderlink:hover {
  color: #fff;
}

.data {
  color: #9c9c9c;
  font-size: 12px;
}

.resultados {
  margin-top: -29px;
  margin-bottom: 30px;
  color: #002c52;
  font-size: 16px;
}

.categoriash1 {
  position: relative;
  top: 22px;
  margin-right: 9px;
  float: left;
}

.mapa-margem {
  margin-right: -10px;
  margin-left: -10px;
}

.servicosareahome {
  width: 100%;
  margin-bottom: 27px;
  padding: 10px;
  background-color: #dcdcdc;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  color: #575757;
  font-weight: 600;
  text-decoration: none;
}

.bulletservico {
  text-decoration: none;
  list-style-type: disc;
}

.bulletservico:hover {
  -webkit-perspective: 0px;
  perspective: 0px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
  color: #96c13d;
  text-decoration: underline;
}

.servicosmenucontainer {
  display: inline-block;
  width: 100%;
  padding: 10px;
  background-color: #dcdcdc;
  color: #575757;
  font-weight: 600;
  text-decoration: none;
}

.bulletactive {
  color: #96c164;
}

@media (max-width: 991px) {
  .homepagecategorias {
    padding-right: 30px;
    padding-left: 30px;
    border-radius: 10px;
  }
  .cetegoriastexto {
    float: none;
  }
  .accionistasmaincontainer {
    padding-top: 20px;
    padding-bottom: 28px;
    text-align: center;
  }
  .logo {
    float: none;
  }
  .accionistastitulo {
    float: none;
  }
  .percentagem {
    float: none;
  }
}

@media (max-width: 767px) {
  h1 {
    padding-right: 15px;
    padding-left: 10px;
  }
  h2 {
    padding-right: 9px;
    padding-left: 9px;
  }
  h3 {
    margin-bottom: 5px;
    padding-right: 10px;
    padding-left: 10px;
  }
  p {
    padding-left: 12px;
  }
  
  table{
  border-collapse: collapse;
  width: 100%;
}

th, td {
  text-align: left;
  padding: 8px;
}

tr:nth-child(even){background-color: #f2f2f2}

thn {
  background-color: #4CAF50;
  color: white;
}
  .mainnavbar {
    z-index: 1000;
  }
  .navbarlinks {
    background-color: #000;
  }
  .navbarlinks.w--current {
    background-color: #000;
    color: #00aeef;
  }
  .homepagecategorias {
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 0px;
  }
  .breadcrumpcontainer {
    display: none;
  }
  .listanoticias {
    width: 45%;
    margin-right: 0px;
    margin-left: 12px;
  }
  .pesquisaresultadoscontainer {
    padding-right: 10px;
    padding-left: 10px;
  }
  .servicoscontainer {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .organigramamaincontainer {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .accionistasmaincontainer {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .data {
    padding-right: 11px;
    padding-left: 11px;
  }
  .resultados {
    padding-right: 10px;
    padding-left: 10px;
  }
  .categoriash1 {
    margin-left: 7px;
  }
  .navmenu.w--open {
    background-color: #000;
  }
}

@media (max-width: 479px) {
  h2 {
    line-height: 30px;
  }
  p {
    color: #333;
    font-size: 15px;
  }
  
  table{
  border-collapse: collapse;
  width: 100%;
}

th, td {
  text-align: left;
  padding: 8px;
}

tr:nth-child(even){background-color: #f2f2f2}

thn {
  background-color: #4CAF50;
  color: white;
}
  .headermaincontainer {
    padding-top: 0px;
  }
  .socialcontainer {
    display: none;
  }
  .homepagecategorias {
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 0px;
  }
  .cetegoriastexto {
    margin-bottom: 8px;
  }
  .breadcrumpcontainer {
    display: none;
  }
  .listanoticias {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .para {
    padding-right: 12px;
    line-height: 22px;
  }
  .servicostitulos {
    line-height: 22px;
  }
  .curriculumlink {
    width: 45%;
    min-height: auto;
    margin-left: 4px;
    float: none;
    clear: none;
    font-size: 13px;
  }
  .corposcontainer {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-bottom: 23px;
    margin-left: auto;
    float: none;
  }
  .accionistasmaincontainer {
    display: block;
    margin-right: auto;
    margin-bottom: 29px;
    margin-left: auto;
  }
  .logo {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .parceiroscontainer {
    display: inline-block;
    width: 40%;
    margin-right: 11px;
    margin-left: 11px;
    float: none;
  }
  .sliderlink {
    position: relative;
    right: auto;
    bottom: auto;
    width: 90%;
  }
}

