/*
configuracoes gerais
*/

body {
  background-color: #f5f5f5;
}

a:hover {
  text-decoration: none;
}

.container h1,
.container-fluid h1 {
  color: #292929;
  font-size: 40px;
  font-weight: 500;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  margin: 60px 0 55px;
}

.container h2,
.container-fluid h2 {
  color: #292929;
  font-size: 28px;
  font-weight: 400;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  margin: 20px 0 0;
}

.clear-both {
  clear: both;
}

/* header */
.banner {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

.color-header {
  position: relative;
  z-index: 0;
}

.color-header::before {
  position: absolute;
  content: "";
  background-color: #000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.7;
}

.header-top {
  padding: 100px 0;
}

.header-top h1 {
  margin: 0 190px 0;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  text-align: center;
  font-size: 55px;
  font-weight: 500;
  line-height: 60px;
}

.header-top h2 {
  margin: 30px 190px 30px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  line-height: 33px;
}

.header-top h3 {
  margin: 0 190px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 33px;
}

/* loader */
.loader {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  z-index: 9999;
}

.loader img {
  width: 5%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  top: 45%;
  transform: translateY(-50%);
}

/* whatssapp button */
.wpp-btn {
  position: fixed;
  z-index: 1;
  bottom: 15px;
  right: 15px;
  transition: all 0.3s;
}

.wpp-btn:hover {
  bottom: 20px;
  right: 20px;
}

.wpp-btn img {
  width: 65px;
}

.wpp-btn:hover img {
  width: 70px;
}

/* menu */
.menu {
  background-color: #fff;
  box-shadow: 0px 0px 5px -1px rgba(171, 171, 171, 1);
  padding: 10px 80px;
}

.menu-logo {
  width: 20%;
}

.menu-logo img {
  width: 100%;
}

.menu-itens {
  width: 80%;
}

.navbar-collapse {
  float: right;
}

.navbar-toggler img {
  width: 100%;
}

.nav-item {
  padding: 0 20px;
}

.nav-link {
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-size: 18px;
  border-bottom: 2px solid #fff;
  transition: all 0.3s;
}

.nav-link:hover {
  color: #000;
  border-bottom: 2px solid #0192d5;
}

.nav-link-ativo {
  border-bottom: 2px solid #0192d5;
}

.dropdown-item {
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-size: 16px;
  border-bottom: 2px solid #fff;
  transition: all 0.3s;
}

.dropdown-item:hover {
  color: #000;
  background-color: #d3d3d3;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #d3d3d3;
}

/* rodape */
.rodape {
  margin: 100px 0 0 0;
  background-color: #18212e;
}

.rodape-body {
  padding: 80px 0 50px 0;
}

.rodape-body img {
  width: 70%;
}

.rodape-body h3 {
  font-family: "Nunito Sans", sans-serif;
  color: #0192d5;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 40px;
  font-size: 18px;
}

.rodape-body li {
  list-style-type: none;
}

.rodape-body a {
  font-size: 14px;
  list-style-type: none;
  color: #dcdcdc;
}

.rodape-body a:hover {
  color: #2d4273;
}

.icones-rodape a {
  font-size: 26px;
}

.copyright {
  padding: 30px 0;
  border-top: 1px solid #b0b0b0;
}

.copyright p {
  color: #d3d3d3;
  text-align: center;
  margin: 0px;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}

.copyright a {
  color: #0192d5;
}

.copyright a:hover {
  color: #2d4273;
}

/*
pagina inicial
*/

/* header index */
.header-index .header-top {
  padding: 60px 0 0 0;
}

.header-index .header-top h1 {
  margin: 0 190px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  text-align: center;
  font-size: 41px;
  font-weight: 500;
  line-height: 45px;
}

.solucao-carousel {
  padding: 45px 0 60px 0;
}

.carousel-control-prev {
  border-radius: 0 20px 20px 0;
}

.carousel-control-next {
  border-radius: 20px 0 0 20px;
}

.solucao-item {
  padding: 35px 30px 0;
  background-color: #fff;
  border-radius: 15px;
  height: 390px;
}

.solucao-item:hover {
  background-color: #d3d3d3;
}

.solucao-item-top {
  width: 110px;
  height: 110px;
  margin: 0 auto 15px;
  padding-top: 30px;
  background: #f1f1f1;
  border-radius: 100%;
}

.solucao-item-top img {
  display: block;
  margin: 0 auto;
  width: 55px;
}

.solucao-item-body h1 {
  font-size: 16.5px;
  text-align: center;
  line-height: 18.5px;
  color: #002b68;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin: 0 15px 10px;
}

.solucao-item-body p {
  font-size: 15px;
  text-align: center;
  line-height: 21px;
  color: #002b68;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  margin: 0 15px 0;
}

/* segmentos */
.segmento-itens-row {
  width: 100%;
  justify-content: space-between;
  display: flex;
}

.segmento-itens-area {
  display: block;
}

.segmento-item img {
  margin: 0 auto;
  display: block;
  height: 70px;
}

.segmento-item {
  background-color: #fff;
  padding: 40px 20px;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  width: 190px;
  height: 190px;
  display: block;
  margin: 0 auto 40px;
}

.segmento-item p {
  margin: 15px auto 0;
  color: #002b68;
  font-family: "Montserrat", sans-serif;
  font-size: 16.5px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

/* beneficios */
.beneficio-item {
  display: flex;
  margin: 0 0 25px 0;
}

.beneficio-item-img {
  width: 20%;
}

.beneficio-item-p {
  margin: 0 0 0 25px;
  width: 80%;
}

.beneficio-item-p p {
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: 25px;
  margin: 0 0 0 0;
}

.beneficio-item-img img {
  max-height: 80px;
  display: block;
  margin: 0 auto;
}

/* etapas */
.etapas {
  background-image: url("../img/pagina-inicial/etapas-bg.jpg");
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  padding: 50px 0 80px;
  margin: 60px 0 55px;
}

.etapas h1 {
  color: #fff;
  margin: 0 0 20px 0;
}

.etapas h2 {
  color: #fff;
  margin: 0 0 55px 0;
}

.media-etapas {
  border: 1px solid #063e8d;
  border-radius: 10px;
  min-height: 200px;
  width: 100%;
  align-items: center;
}

.media-etapas img {
  width: 70px;
}

.media-esq {
  margin: 0 0 30px 20px;
  padding: 15px 15px 15px 25px;
}

.media-esq .media-body {
  margin: 0 0 0 20px;
}

.media-dir {
  margin: 0 20px 30px 0;
  padding: 15px 25px 15px 15px;
}

.media-dir .media-body {
  margin: 0 20px 0 0;
}

.media-body-etapas h5 {
  font-size: 21px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: #fff;
}

.media-body-etapas p {
  font-size: 16px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  margin: 0;
}

/* clientes */
.cliente-item {
  background-color: #f5f5f5;
  height: 130px;
  width: 100%;
}

.cliente-item img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  display: block;
}

.clientes button {
  display: block;
  margin: 50px auto 0;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-weight: 700;
  font-size: 26px;
  padding: 10px 0;
  width: 60%;
  border: none;
  border-radius: 10px;
  transition: all 0.3s ease;
  background-color: #0192d5;
}

.clientes button:hover {
  background-color: #c2271b;
}

/*
servicos
*/

/* header servicos */
.header-servicos .header-top {
  padding: 80px 0;
}

.header-servicos .header-top h1 {
  font-size: 41px;
}

.borda-inferior-servicos {
  border-bottom: 5px solid #0192d5;
  margin: 10px 200px 0;
  border-radius: 5px;
}

/* motivos */
.motivos-item {
  display: flex;
  align-items: center;
  margin: 0 0 40px 0;
}

.motivos-item p {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 0 20px;
  flex-wrap: wrap;
}

.motivos-item img {
  width: 80px;
}

/* vantagens */
.vantagem-item {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  display: flex;
  padding: 30px;
  margin: 0 0 30px 0;
  min-height: 300px;
}

.vantagem-item-top {
  padding: 25px;
  background-color: #002b68;
  display: flex;
  align-items: center;
}

.vantagem-item-top img {
  max-width: 80px;
  min-width: 60px;
  margin: auto;
  display: block;
}

.vantagem-item-body h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 21px;
  margin: 0 20px 15px;
}

.vantagem-item-body p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 15px 20px;
}

/*
quem somos
*/

/* sobre */
.sobre h1 {
  margin: 60px 0 20px 0;
  font-family: "Montserrat", sans-serif;
  color: #000;
  text-align: left;
  font-size: 35px;
  font-weight: 700;
}

.sobre h2 {
  margin: 25px 0 5px 0;
  font-family: "Montserrat", sans-serif;
  color: #000;
  text-align: left;
  font-size: 22px;
  font-weight: 500;
}

.sobre p {
  color: #000;
  font-size: 16px;
  margin: 0 0 10px 0;
  font-family: "Open Sans", sans-serif;
}

/* videos carousel */
.videos-carousel button {
  width: 100%;
  border: none;
  padding: 0;
}

.video-item {
  display: flex;
  align-items: center;
  width: 100%;
  height: 315px;
  background-size: cover;
  background-position: center center;
  border-radius: 10px;
}

.video-item img {
  width: 50px;
  margin: 0 auto;
  transition: all 0.5s;
}

.video-item img:hover {
  width: 100px;
}

.cor-fundo-video {
  position: relative;
  z-index: 0;
}

.cor-fundo-video::before {
  border-radius: 10px;
  position: absolute;
  content: "";
  background-color: #000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.3;
}

/* botoes do carrosel de videos */
.btn-videos-carrosel {
  margin: 25px 0 0;
  text-align: center;
}

.btn-videos-carrosel i {
  font-size: 42px;
  color: #2d4273;
}

.btn-videos-carrosel i:hover {
  color: #0192d5;
}

/* modal video */
.modal-video h5 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  color: #000;
  text-align: left;
  font-size: 22px;
  font-weight: 500;
}

.modal-video iframe {
  border-radius: 5px;
  width: 100%;
  height: 315px;
}

.modal-video .modal-footer button {
  background-color: #2d4273;
  color: #fff;
}

.modal-video .modal-footer button:hover {
  background-color: #0192d5;
}

/*
contato
*/

/* contato */
.contato-informacoes {
  display: flex;
  align-items: center;
}

.contato-informacoes p {
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.contato-informacoes i {
  color: #0192d5;
  margin: 0 20px 0 0;
  font-size: 32px;
}

.contato-redes-sociais {
  margin: 50px auto 0;
}

.contato-redes-sociais .col-4 {
  display: block;
  text-align: center;
}

.contato-redes-sociais i {
  color: #2d4273;
  font-size: 26px;
}

.contato-redes-sociais i:hover {
  color: #0192d5;
}

/* contato email */
.contato-email .form-items input,
.contato-email .form-items textarea {
  border-radius: 5px;
  border: 1px solid #000;
  background-color: transparent;
  margin-bottom: 20px;
  padding: 10px 0px 10px 5px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: #000;
}

.contato-email button {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  background-color: transparent;
  border-radius: 5px;
  border: 3px solid #0192d5;
  text-transform: uppercase;
  color: #0192d5;
  padding: 10px 35px;
  font-size: 20px;
  transition: all 0.5s;
}

.contato-email button:hover {
  background-color: #0192d5;
  color: #fff;
}

/*
portal
*/

/* ferramentas */
.ferramentas-item-img {
  width: 160px;
  height: 160px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  background-color: #fff;
}

.ferramentas-item p {
  color: #000;
  font-size: 18px;
  margin: 0 0 10px 0;
  font-family: "Open Sans", sans-serif;
}

.ferramentas-item i {
  color: #008000;
  font-size: 46px;
}

.ferramentas-item i:hover {
  color: #006400;
}

/*
  blog
*/

/* pagina inicial / paginas de categoria das materias */
.area-principal .container h1 {
  text-align: left;
}

.card-materia {
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  margin: 0 0 30px 0;
  padding: 15px;
}

.card-materia-banner {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 200px;
  border-radius: 5px;
  margin: 0 0 10px 0;
  background-color: #555;
}

.card-materia h3 {
  font-family: "Montserrat", sans-serif;
  color: #000;
  text-align: left;
  font-size: 22px;
  font-weight: 700;
  line-height: 25px;
  margin: 0 0 13px 0;
}

.card-materia p {
  color: #000;
  font-size: 16px;
  margin: 0 0 10px 0;
  font-family: "Open Sans", sans-serif;
}

.card-materia button {
  float: right;
  background-color: #0192d5;
  color: #fff;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  border: none;
  padding: 15px;
  border-radius: 2px;
  transition: all 0.2s;
  margin: 10px 0 0 0;
}

.card-materia button:hover {
  background-color: #006695;
}

/* botoes de paginacao dos cards */
.btns-paginacao-cards {
  width: 100%;
  display: block;
  text-align: center;
  margin: 40px 0 0 0;
}

.btns-paginacao-cards p {
  color: #0192d5;
  text-transform: uppercase;
  transition: all 0.5s;
  font-size: 20px;
  font-weight: 700;
  display: inline;
}

.btns-paginacao-cards button {
  background-color: transparent;
  border: none;
  color: #fff;
  padding: 7px;
  transition: all 0.5s;
}

.botao-controle-cards-desativado p {
  color: #a9a9a9;
}

/*
  barra lateral
*/

.barra-lateral {
  margin: 60px 0 0 0;
}

.barra-lateral-item {
  margin: 0 0 70px 0;
}

.barra-lateral-item h1 {
  font-size: 22px;
  padding: 0 0 20px 0;
  margin: 0 0 30px 0;
  border-bottom: 1px solid #b8b8b8;
}

.barra-lateral-item input {
  width: 100%;
  margin: 0 0 10px 0;
}

/* busca */
.barra-lateral-busca button {
  background-color: transparent;
  border: 2px solid #0192d5;
  margin: 0 auto 0 auto;
  padding: 2px 10px;
  display: block;
  color: #0192d5;
  text-transform: uppercase;
  transition: all 0.5s;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
}

.barra-lateral-busca button:hover {
  background-color: #0192d5;
  color: #fff;
  transition: all 0.5s;
}

/* categorias */
.barra-lateral-categorias li,
.barra-lateral-categorias ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.barra-lateral-categorias p {
  display: block;
  padding: 10px 0 10px 10px;
  border-bottom: 1px dotted #d0d0d0;
  background-color: transparent;
  transition: all 0.3s;
  color: #0192d5;
  font-size: 18px;
  margin: 0;
}

.barra-lateral-categorias p:hover {
  background-color: #d3d3d3;
}

/* newsletter */
.barra-lateral-newsletter button {
  background-color: transparent;
  border: 2px solid #0192d5;
  margin: 0 auto 0 auto;
  padding: 2px 10px;
  display: block;
  color: #0192d5;
  text-transform: uppercase;
  transition: all 0.5s;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
}

.barra-lateral-newsletter button:hover {
  background-color: #0192d5;
  color: #fff;
  transition: all 0.5s;
}

.newsletter-sucesso {
  text-align: center !important;
  color: #20b51b;
  font-weight: 700;
  margin: 10px 0 10px 0 !important;
}

.newsletter-erro {
  text-align: center !important;
  color: #ff0000;
  font-weight: 700;
  margin: 10px 0 10px 0 !important;
}

/*
  materia
*/

/* header materia */
.header-materia .banner .header-top h1,
.header-materia .banner .header-top h2 {
  color: #000;
}

.header-materia .header-top {
  padding-bottom: 50px;
  padding-top: 60px;
}

.borda-inferior-materias {
  border-bottom: 5px solid #0192d5;
  margin: 20px 200px 0;
  border-radius: 5px;
}

/* materia */
.materia {
  margin: 60px 0 0 0;
  font-family: "Open Sans", sans-serif;
}

.materia p {
  font-size: 16px;
}

.materia a {
  color: #0192d5;
}

.materia a:hover {
  color: #c2271b;
}

.materia img {
  width: 100%;
  border-radius: 10px;
}

.materia iframe {
  width: 100%;
  height: 400px;
  border-radius: 10px;
}

/* card materia */
.carousel-item .card-materia {
  box-shadow: none;
}

/* artigos relacionados */
.btn-carrosel-artigos {
  margin: 25px 0 0;
  text-align: center;
}

.btn-carrosel-artigos i {
  font-size: 42px;
  color: #2d4273;
}

.btn-carrosel-artigos i:hover {
  color: #0192d5;
}

/*
  postar materia
*/

/* postar materia */
.postar-materia label,
.postar-materia h5 {
  margin: 35px 0 5px 0;
  font-family: "Montserrat", sans-serif;
  color: #000;
  text-align: left;
  font-size: 22px;
  font-weight: 500;
  cursor: pointer;
}

.postar-materia h4 {
  margin: 0 0 5px 0;
  font-family: "Montserrat", sans-serif;
  color: #000;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
}

.btn-enviar button {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  background-color: transparent;
  border-radius: 5px;
  border: 3px solid #0192d5;
  text-transform: uppercase;
  color: #0192d5;
  padding: 10px 35px;
  font-size: 20px;
  transition: all 0.5s;
  margin: 30px auto 0;
  display: block;
}

.btn-enviar button:hover {
  background-color: #0192d5;
  color: #fff;
}

/*
  excluir cadastro
*/

/* excluir-cadastro */
.excluir-cadastro button {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  background-color: transparent;
  border-radius: 5px;
  border: 3px solid #0192d5;
  text-transform: uppercase;
  color: #0192d5;
  padding: 10px 35px;
  font-size: 20px;
  transition: all 0.5s;
  margin: 30px auto 0;
  display: block;
}

.excluir-cadastro button:hover {
  background-color: #0192d5;
  color: #fff;
}

.excluir-cadastro-sucesso {
  text-align: center !important;
  color: #20b51b;
  font-weight: 700;
  margin: 10px 0 10px 0 !important;
}

.excluir-cadastro-erro {
  text-align: center !important;
  color: #ff0000;
  font-weight: 700;
  margin: 10px 0 10px 0 !important;
}

/*
  login
*/

.login {
  background-color: #fff;
  margin: 60px auto 0;
  border: 1px solid #000;
  width: 50%;
  border-radius: 10px;
  padding: 0 20px 30px;
}

.login h1 {
  margin: 30px 0;
}

.login label {
  margin: 35px 0 5px 0;
  font-family: "Montserrat", sans-serif;
  color: #000;
  text-align: left;
  font-size: 22px;
  font-weight: 500;
  cursor: pointer;
}

.login button {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  background-color: transparent;
  border-radius: 5px;
  border: 3px solid #0192d5;
  text-transform: uppercase;
  color: #0192d5;
  padding: 10px 35px;
  font-size: 20px;
  transition: all 0.5s;
  margin: 30px auto 15px;
  display: block;
}

.login button:hover {
  background-color: #0192d5;
  color: #fff;
}

.login p {
  text-align: center;
  color: #ff0000;
  font-weight: 700;
  font-size: 18px;
  margin: 10px 0 10px 0;
}

.login .input-group button {
  margin: 0 0 0 0;
  padding: 0 15px;
  font-size: 20px;
  border-color: #0192d5;
}

.login .input-group button:hover {
  background-color: #0192d5;
  color: #fff;
}

/*
  retaguarda / index.php
*/

#retaguarda .container {
  display: block;
  margin: 50px auto 100px;
}

#retaguarda .container .titulo {
  font-size: 50px;
  color: #000;
  text-align: center;
  border-style: none none solid none;
  border-width: 1px;
  padding: 0 0 25px;
  margin: 30px 0 50px;
}

#retaguarda .btnAcao {
  background-color: transparent;
  border: none;
  font-size: 22px;
  display: flex;
  align-items: center;
  color: #000;
  transition: all 0.3s;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

#retaguarda .btnAcao:hover {
  color: #004080;
}

#retaguarda .btnAcao i {
  font-size: 35px;
  padding: 0 10px 0 0;
}

/* area principal */
#retaguarda #areaPrincipal {
  margin: 120px auto auto;
}

#retaguarda #areaPrincipal .container {
  display: block;
  justify-content: space-between;
}

#retaguarda #areaPrincipal .vazio {
  width: 100%;
}

#retaguarda #areaPrincipal .vazio img {
  margin: 0 auto;
  display: flex;
  width: 15%;
  padding: 50px 0 0;
}

#retaguarda #areaPrincipal .vazio p {
  color: #31a7fb;
  text-align: center;
  font-size: 25px;
  padding: 10px 0 0;
  font-family: "Fredoka One", cursive;
}

/* area para adicionar e editar materia */
#retaguarda #areaAddEditaMateria {
  display: none;
}

#retaguarda #formAddEditaMateria .form-group label {
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  color: #000;
}

/* tabela de materias */
#retaguarda #areaPrincipal table {
  width: 100%;
  min-width: 900px;
}

#retaguarda #areaPrincipal table th {
  background-color: #bebebe;
  text-align: center;
  padding: 15px 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 20px;
}

#retaguarda #areaPrincipal table td {
  padding: 22px 20px;
  border-style: none none solid none;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  border-color: #000;
  border-width: 1px;
  text-align: left;
}

#retaguarda #areaPrincipal table td button {
  background-color: transparent;
  margin: 0 auto;
  display: flex;
  border: none;
  padding: 10px;
  border-radius: 50%;
  transition: all 0.5s;
}

#retaguarda #areaPrincipal table td button:hover {
  background-color: #d3d3d3;
}

#retaguarda #areaPrincipal table td button i {
  font-size: 28px;
  transition: all 0.5s;
}

#retaguarda #areaPrincipal table td button .fa-eye {
  color: #228b22;
}

#retaguarda #areaPrincipal table td button .fa-edit {
  color: #004080;
}

#retaguarda #areaPrincipal table td button .fa-times-circle {
  color: #cd3333;
}

/* filtro */
#retaguarda #filtro {
  margin: 0 0 20px 0;
}

#retaguarda #filtro label {
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  color: #000;
  margin: 0 0 5px 0;
}

#retaguarda #filtro .input-group-prepend button {
  background-color: transparent;
  border-radius: 0 0.2rem 0.2rem 0;
  border-color: #000;
  color: #000;
  transition: all 0.3s;
}

#retaguarda #filtro .input-group-prepend button:hover {
  background-color: #d3d3d3;
}
