


/* GLOBAIS */

@media screen and (max-width: 768px) {
  [data-aos-delay] {
    padding: 0px 10px 0 10px;
  }
}

.container-fluid {
  width: 100%;
  padding-left: 120px;
  padding-right: 120px;
  margin-right: auto;
  margin-left: auto;
}

.container {
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
  margin-right: auto;
  margin-left: auto;
}

p {
  font-size: 14px;
  line-height: 21px;
}

ul, ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

#main {
  padding: 1px 0 0px 0;
}

.section-title p {
  padding-top: 6px;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: inherit;
  font-family: "Oswald", "Poppins", sans-serif;
  color: #010483;
  padding-bottom: 12px;
  line-height: 1.2;
}

.section-title {
  padding-bottom: 10px;
}

.pic2 {
  overflow: hidden;
  border-radius: 4px;
  text-align: center;
}

.pic2 img {
  max-width: 100%;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.pic2:hover img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/* FIM - GLOBAIS */



/* INICIO - Header Section */

#header.header-scrolled {
  background: rgba(64, 137, 93, 0.9);
  height: 60px;
}

.nav-menu a {
  font-size: 12px;
  padding: 15px 0 15px 21px;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 25px;
  top: calc(120% - 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgb(127 137 161 / 25%);
  transition: ease all 0.3s;
}

.nav-menu .drop-down ul a {
  padding: 10px 10px;
  font-size: 12px;
  font-weight: 500;
  text-transform: none;
  color: #01036f;
}

.nav-menu .drop-down ul {
  transition: ease all 0.6s;
  line-height: 1px;
}

.nav-menu .drop-down li {
  min-width: 125px;
  position: relative;
}

@media(max-width:768px) {
  .mobile-nav {
    position: fixed;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    z-index: 9999;
    overflow-y: auto;
    background: #fff;
    transition: ease-in-out 0.2s;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    padding: 10px 0;
    font-size: 14px;
  }
}

/* FIM - Header Section */




/* INICIO - Hero Section */

#hero {
  width: 100%;
  height: 80vh;
  background: linear-gradient(45deg, #010483 0%, #0207b8 100%);
  position: relative;
  padding: 0;
}

#hero .container {
  padding-top: 80px;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#hero h2 {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 50px;
  font-size: 24px;
}

#hero .hero-img {
  text-align: center;
}

#hero .hero-img img {
  animation: img-bounce 1s infinite alternate;
}

@-webkit-keyframes img-bounce {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-15px);
  }
}

@keyframes img-bounce {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-15px);
  }
}

#hero .hero-waves {
  display: block;
  margin-top: 60px;
  width: 100%;
  height: 60px;
  z-index: 5;
  position: relative;
}

#hero .hero-waves use {
  -webkit-animation: move-forever 2s linear infinite;
  animation: move-forever 2s linear infinite;
}

#hero .hero-waves use.wave1 {
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
  fill: rgba(255, 255, 255, 0.1);
}

#hero .hero-waves use.wave2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
  fill: rgba(255, 255, 255, 0.2);
}

#hero .hero-waves use.wave3 {
  -webkit-animation-delay: -3s;
  animation-delay: -3s;
  fill: #fff;
}

@-webkit-keyframes move-forever {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes move-forever {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}

@media (max-width: 991px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #hero .hero-waves {
    margin-top: 40px;
  }
}

/* FIM - Hero Section */




/* INICIO - About Section */

#about {
  padding: 60px 0;
}

#about .content h3 {
  font-weight: 600;
  font-size: 36px;
  color: #010483;
}

#about .content ul {
  list-style: none;
  padding: 0;
}

#about .content ul li {
  padding-bottom: 10px;
}

#about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #010483;
}

#about .content p:last-child {
  margin-bottom: 0;
}

#about .video-box {
  background: url("../assets/img/about-video.jpg") center center no-repeat;
  background-size: cover;
  min-height: 400px;
  position: relative;
}

#about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#010483 50%, rgba(1, 4, 131, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

#about .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
}

#about .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(1, 4, 131, 0.7);
  top: -15%;
  left: -15%;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

#about .icon-boxes .icon-box {
  padding: 50px 30px;
  position: relative;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin: 0 0 30px 0;
}

#about .icon-boxes .icon-box .icon {
  margin: 0 0 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
  font-size: 48px;
  line-height: 1;
  color: #010483;
}

#about .icon-boxes .icon-box .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#about .icon-boxes .icon-box .title a {
  color: #444444;
  transition: 0.3s;
}

#about .icon-boxes .icon-box .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

#about .icon-boxes .icon-box:hover .title a {
  color: #010483;
}

#titulo_hospital {
  font-size: 22px;
  color: #010483;
  padding-top: 20px;
}

.texto_registro_apresentacao {
  font-size: 1.1rem;
  line-height: 1.4;
  text-align: justify;
}

#imagem_nucleo {
  margin-top: 20px;
}

@media (max-width: 768px) {
  #titulo_hospital {
    text-align: center;
  }
  #imagem_nucleo {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .texto_registro_apresentacao {
    text-align: center;
  }
}

/* FIM - About Section */




/* INICIO - Objetivos Section */

#objetivos {
  padding: 30px 0 30px 0;
}

.objetivos .content h3 {
  font-weight: 600;
  font-size: 36px;
  color: #010483;
  font-family: "Oswald";
}

.objetivos .content + .content {
  margin-top: 25px;
}

.objetivos .content ul {
  list-style: none;
  padding: 0;
  font-size: 14px;
  margin-left: 10px;
}

.objetivos .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #010483;
}

@media (max-width: 768px) {
  .objetivos .content + .content {
    margin-top: 0px;
  }
  .objetivos .content h3 {
    text-align: center;
    font-size: 34px;
    padding-bottom: 10px;
  }
}

/* FIM - Objetivos Section */




/* INICIO - Nossos Criterios Section */

#nossos_criterios {
  padding: 30px 0 30px 0;
}

#titulo_criterios {
  font-size: 22px;
  color: #010483;
  padding-top: 20px;
}

#texto_criterios {
  font-size: 1.1rem;
  line-height: 1.4;
  text-align: justify;
}

@media (max-width: 768px) {
  #titulo_criterios {
    text-align: center;
  }
  #texto_criterios {
    text-align: center;
  }
}

/* FIM - Nossos Criterios Section */




/* INICIO - Nossa Informacao Section (Incentivos) */

#nossa_informacao {
  padding: 30px 0 30px 0;
}

#titulo_informacao {
  font-size: 22px;
  color: #010483;
  padding-top: 20px;
}

#texto_informacao {
  font-size: 1.1rem;
  line-height: 1.4;
  text-align: justify;
}

@media (max-width: 768px) {
  #titulo_informacao {
    text-align: center;
  }
  #texto_informacao {
    text-align: center;
  }
}

/* FIM - Nossa Informacao Section (Incentivos) */




/* INICIO - Incentivo Doacao Section (Beneficios) */

#incentivo_doacao {
  padding: 30px 0 30px 0;
}

#titulo_incentivo {
  font-size: 22px;
  color: #010483;
  padding-top: 20px;
}

#texto_incentivo {
  font-size: 1.1rem;
  line-height: 1.4;
  text-align: justify;
}

@media (max-width: 768px) {
  #titulo_incentivo {
    text-align: center;
  }
  #texto_incentivo {
    text-align: center;
  }
}

/* FIM - Incentivo Doacao Section (Beneficios) */




/* INICIO - Testimonials Section */

#testimonials {
  padding: 30px 0 30px 0;
}

#titulo_depoimentos {
  font-size: 22px;
  color: #010483;
  padding-top: 20px;
}

#texto_depoimentos {
  font-size: 1.1rem;
  line-height: 1.4;
  text-align: justify;
}

@media (max-width: 768px) {
  #titulo_depoimentos {
    text-align: center;
  }
  #texto_depoimentos {
    text-align: center;
  }
}

/* FIM - Testimonials Section */




/* INICIO - Nosso Contato Section */

#nosso_contato {
  padding: 30px 0 30px 0;
}

#titulo_contato {
  font-size: 22px;
  color: #010483;
  padding-top: 20px;
}

#texto_contato {
  font-size: 1.1rem;
  line-height: 1.4;
  text-align: justify;
}

@media (max-width: 768px) {
  #titulo_contato {
    text-align: center;
  }
  #texto_contato {
    text-align: center;
  }
}

/* FIM - Nosso Contato Section */




/* INICIO - Gallery Section */

#gallery {
  padding: 30px 0 30px 0;
}

#titulo_galeria {
  font-size: 22px;
  color: #010483;
  padding-top: 20px;
}

#texto_galeria {
  font-size: 1.1rem;
  line-height: 1.4;
  text-align: justify;
}

@media (max-width: 768px) {
  #titulo_galeria {
    text-align: center;
  }
  #texto_galeria {
    text-align: center;
  }
}

/* FIM - Gallery Section */




/* INICIO - Mais Informacoes Section (FAQ) */

#mais_informacoes {
  padding: 30px 0 30px 0;
}

#titulo_informacoes {
  font-size: 22px;
  color: #010483;
  padding-top: 20px;
}

.video_thumbnail {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.video_thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}

.video_thumbnail .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 768px) {
  #titulo_informacoes {
    text-align: center;
  }
}

/* FIM - Mais Informacoes Section (FAQ) */




/* INICIO - Acesso Sistema Section (Login) */

#acesso_sistema {
  padding: 30px 0 30px 0;
}

#titulo_sistema {
  font-size: 22px;
  color: #010483;
  padding-top: 20px;
}

#img_sistema {
  margin-top: 20px;
}

#texto_sistema {
  font-size: 1.1rem;
  line-height: 1.4;
  text-align: justify;
}

@media (max-width: 768px) {
  #titulo_sistema {
    text-align: center;
  }
  #img_sistema {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  #texto_sistema {
    text-align: center;
  }
}

/* FIM - Acesso Sistema Section (Login) */




/* INICIO - Footer Section */

#footer {
  background: #eee;
  padding: 0 0 30px 0;
  color: #555;
  font-size: 14px;
}

#footer .footer-top {
  background: #f6f6f6;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  color: #555;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  color: #555;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #010483;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #010483;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #010483;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #555;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #010483;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #555;
}

/* FIM - Footer Section */







/* Estilos Não Categorizados */

#imagem_nucleo {
  margin-top: 20px;
}

.team-member {
  text-align: center;
  font-weight: bold;
  padding: 4px;
}

.team-member:hover .team-details {
  opacity: 1;
  -webkit-animation: bounceIn;
  animation: bounceIn;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
}

.team-member .team-details {
  position: absolute;
  top: 214px;
  width: 90%;
  height: 100%;
  border-radius: 4px;
}

#team-section .team-member img {
  width: 100%;
  height: auto;
  text-align: center;
  border-radius: 8px;
}

.single-widget .image img {
  float: left;
  width: 80px;
  height: 80px;
  margin-right: 20px;
  border-radius: 4px;
}

.texto_estatistica {
  margin-bottom: 2rem;
  text-align: left;
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
}

.texto_registro_apresentacao {
  margin-bottom: 2rem;
  text-align: center;
  color: #838B83;
  font-size: 18px;
  line-height: 1.3;
  padding-bottom: 30px;
}

.texto_registro_geral {
  margin-bottom: 2rem;
  text-align: left;
  color: #838B83;
  font-size: 18px;
  line-height: 1.3;
  padding-bottom: 30px;
}

.texto_registro_criterios {
  margin-bottom: 2rem;
  text-align: left;
  color: #838B83;
  font-size: 18px;
  line-height: 1.3;
  padding-bottom: 30px;
}

#img_instagram {
  width: 7%;
  height: auto;
  margin-top: 40px;
}

#titulo_instagram {
  font-size: 12px;
  font-weight: bold;
  color: #01036f;
}

@media(max-width:768px) {
  .texto_registro_apresentacao {
    margin: -2px 0 0 11px;
    text-align: left;
    color: #838B83;
    font-size: 18px;
    padding-bottom: 20px;
  }
  .texto_registro_geral {
    margin: -2px 0 0 11px;
    text-align: left;
    color: #838B83;
    font-size: 18px;
    padding-bottom: 20px;
  }
  .texto_estatistica {
    margin-bottom: 2rem;
    text-align: left;
    color: #fff;
    padding-left: 10px;
  }
  #img_instagram {
    width: 12%;
    height: auto;
    margin-top: 40px;
  }
  #titulo_instagram {
    font-size: 12px;
    font-weight: bold;
  }
}

#img_pesquisa_arquivo_temas {
  margin: -114px 0px 0px 380px;
  width: 70px;
  height: auto;
}

#img_pesquisa_arquivo_temas:hover {
  width: 75px;
  height: auto;
}

#img_pesquisa_producao {
  margin: -5px 0px 0px 185px;
  width: 60px;
  height: auto;
  position: absolute;
}

#img_pesquisa_producao:hover {
  width: 65px;
  height: auto;
}

#caixa_consulta_producao {
  padding: 20px 10px 20px 10px;
}

#grid_consulta_tipo_documento {
  padding: 5px;
  font-size: 12px;
  font-weight: 600;
}

#caixa_botao_fechar {
  text-align: center;
}

#img_pesquisa_arquivo_formularios {
  margin: -114px 0px 0px 490px;
  width: 70px;
  height: auto;
}

#img_pesquisa_arquivo_formularios:hover {
  width: 75px;
  height: auto;
}

#img_pesquisa_arquivo_protocolos {
  margin: -105px 0px 0px 460px;
  width: 70px;
  height: auto;
}

#img_pesquisa_arquivo_protocolos:hover {
  width: 75px;
  height: auto;
}

#img_pesquisa_arquivo_documentos {
  margin: -105px 0px 0px 500px;
  width: 70px;
  height: auto;
}

#img_pesquisa_arquivo_documentos:hover {
  width: 75px;
  height: auto;
}

#img_pesquisa_arquivo_videos {
  margin: -105px 0px 0px 390px;
  width: 70px;
  height: auto;
}

#img_pesquisa_arquivo_videos:hover {
  width: 75px;
  height: auto;
}

#btfechar_producao {
  margin-top: 15px;
}

#caixa_biblioteca {
  padding-left: 30px;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 10px 0px 10px 0px;
}

@media (max-width: 768px) {
  #caixa_tipo {
    width: 50%;
    margin-left: 10px;
  }
  #img_pesquisa_producao {
    margin: -8px 0px 0px 230px;
    width: 70px;
    height: auto;
  }
  #img_pesquisa_arquivo_formularios {
    margin: -114px 0px 0px 320px;
    width: 70px;
    height: auto;
  }
  #img_pesquisa_arquivo_protocolos {
    margin: -114px 0px 0px 315px;
    width: 70px;
    height: auto;
  }
  #img_pesquisa_arquivo_documentos {
    margin: -114px 0px 0px 325px;
    width: 70px;
    height: auto;
  }
  #img_pesquisa_arquivo_videos {
    margin: -114px 0px 0px 265px;
    width: 70px;
    height: auto;
  }
  div.dataTables_wrapper div.dataTables_paginate {
    margin: 0px;
    white-space: nowrap;
    padding-right: 35px;
  }
  #caixa_biblioteca {
    margin: 0 0 0 5px;
    padding-left: 0px;
  }
}

#nossos_tipos_documento {
  padding-top: 80px;
  padding-bottom: 20px;
}

.graficos_producao {
  padding: 80px 0;
  background: url("../img/hero-bg.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.graficos_producao::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(1, 3, 111, 0.8);
}

.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(84, 154, 213, .6);
  border-bottom: 1px solid rgba(0, 0, 0, .125);
  font-size: 12px;
  font-weight: 800;
  color: #fff;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem;
}

@media (min-width: 1024px) {
  .graficos_producao {
    background-attachment: fixed;
  }
}

@media (min-width: 992px) {
  .graficos_producao .testimonial-item p {
    width: 80%;
  }
}

@media (max-width: 768px) {
  .card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(84, 154, 213, .6);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    font-size: 14px;
  }
}

.member-info {
  text-align: center;
}

.member-info h4 {
  padding-top: 10px;
  font-size: 15px;
}

/* FIM - Estilos Não Categorizados */


