/*
Theme Name: Intranet_V2 e-Auditoria
Theme URI: http://intranet.e-auditoria.com.br
Author: Marcelo Henrique
Author URI: http://intranet.e-auditoria.com.br
Description: Essa é a nova Intranet da e-Auditoria, um espaço de conteúdo relevante para todos os colocaboradores.
Version: 2.0
Tags: Intranet, Avisos, Marketing, Produto, Suporte

*/

:root {
  --principal: #2b2e6f;
  --destaque-1: #00ffea;
  --destaque-2: #2488ff;
  --destaque-2-hover: #1b66bf;
  --base: #0d0a0b;
  --claro: #ececec;
  --claro-01: #f9f9f9;
  --claro-02: #f1f1f1;
}

.centro {
  margin: 0 auto;
}

.centro-vert {
  align-items: center;
}

.bottom-vert {
  align-items: flex-start;
}

.flex-pai {
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
}

.flex1 {
  flex: 1;
}

.flex2 {
  flex: 2;
}

.flex3 {
  flex: 3;
}

.flex4 {
  flex: 4;
}

.flex5 {
  flex: 5;
}

.gap2 {
  gap: 1em;
}

.gap2 {
  gap: 2em;
}

.gap3 {
  gap: 3em;
}

.gap4 {
  gap: 4em;
}

.row-inner {
  max-width: 880px;
  /* margin: 0 auto; */
}

body {
  /* background: var(--claro); */
}


/* .btn {
  border: 2px solid;
  padding: 0.5em 1em;
}
.btn:hover {
  border: 2px solid var(--destaque-2);
  color: var(--destaque-2);
} */

/* Hero
==============================================*/

#main>.inner>section#hero {
  padding: 4em 0 4em 0;
}

/* Colaboradores
==============================================*/

#colaboradores h1 {
  text-align: center;
}

#colaboradores h1 span {
  color: var(--destaque-2);
}

#colaboradores #wrapper-colabs {
  gap: 3em;
  margin-top: 6em;
}

.artigo-colab {
  gap: 1em;
  border-bottom: 1px solid;
  padding-bottom: 0.6em;
  margin-bottom: 1em;
  align-items: flex-start;
}

.artigo-colab:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.inf-colab h4 {
  margin: 0;
}

.inf-colab p {
  font-size: 1em;
}

.thumb-colab {
  overflow: hidden;
}

.thumb-colab img {
  transition: transform 0.2s ease;
}

.thumb-colab img:hover {
  transform: scale(2.8);

}


/* MKT
==============================================*/

#wrapper-mkt {
  gap: 2em;
  margin-top: 6em;
}

#wrapper-mkt>div:first-child {
  margin-right: 3em;
}

.wr-videos .video-item {
  flex: 1 200px;
}

.materiais-oth {
  margin-top: 2em;
}

/*-------------------------------------
	POST RELACIONADOS
-------------------------------------------*/
.box-relacionado {
  gap: 2em;
  padding-bottom: 4em;
}

.box-relacionado div {
  max-width: 300px;
}

.relacionados h3 {
  margin: 1em 0;
  font-size: 3em;
}

/* TAGS */

.tag-artigo img {
  max-width: 30px;
}

.blog-content__tags {
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 2em;
}

.blog-content__tag-list a {
  display: inline-block;
  margin-right: 0.5em;
  border: 1px solid;
  border-radius: 4px;
  padding: 0.2em 0.5em;
}

.blog-content__tag-list a:hover {
  text-decoration: none;
}

/*-------------------------------------
	COMENTÁRIOS
-------------------------------------------*/

#comments {
  width: 100%;
  padding: 5em 2em;
  background-color: var(--claro-02);
  border: 1px solid aliceblue;
}

#comments h3 {
  font-size: 2em;
  margin: 20px 0;
  color: var(--texto-base);
}

ol.commentlist {
  list-style: none;
}

ol.commentlist li {
  margin-bottom: 30px;
}

ol.commentlist ul {
  margin: 0px;
}

ol.commentlist ul li {
  margin: 20px 20px 20px 40px;
}

#respond {
  margin: 5em 0 30px 0;
  clear: both;
  border-top: 1px solid;
  padding: 2em 0;
}

#respond form label {
  float: left;
  clear: left;
  width: 60px;
  text-align: right;
  margin-right: 10px;
}

#respond form input {
  width: 100%;
  height: 4em;
  margin-bottom: 10px;
}

#respond form textarea {
  /* float:left; */
  width: 100%;
  height: 200px;
  margin-bottom: 10px;
}

#respond form input.commentsubmit {
  width: auto;
  /* margin-left:70px; */
}

.comment-author img {
  max-width: 70px;
  display: block;
  border-radius: 50px;
}

#comments .commentlist li {
  list-style: none;
  font-weight: bold;
}

#comments .commentlist li p {
  font-weight: 400;
  line-height: 1.5em;
}

.inner-comentarios {
  padding: 0 6em 0.1em 6em;
  margin: 0 auto;
  max-width: 1320px;
}

.comment-body {
  border-bottom: 1px solid;
  padding-bottom: 2em;
}

.commentmetadata {
  font-weight: 500;
  font-size: .8em;
  margin-bottom: 1em;
}

/* PESQUISA
============================================== */
.submit-pesquisa {
  margin-top: 1em;
}

.result-arquivos {
  padding: 5em 2em 2em;
}

.wrapper-result {
  gap: 2em;
}

.result-arquivos #header {
  padding: 0em 0 1em 0;
}

.result-arquivos h1 {
  padding-top: 0.8em;
}

.item-result {
  max-width: 270px;
  min-width: 25%;
}

.voltar {
  margin-bottom: 2em;
}

.resp-tt {
  font-size: 1em;
  line-height: 1.3em;
  margin-top: 0.1em;
  margin-bottom: 3em;
}

/* AUTOR DO ARTIGO
============================================== */
.blog-author {
  padding: 3em;
  margin: 2em 0 4em;
  background-color: var(--principal);
  box-shadow: 0px 0px 30px -6px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

.blog-author img {
  max-width: 100px;
  border-radius: 50px;
}

.media-body span {
  font-size: 0.8em;
  padding-left: 2.2em;
  font-weight: bold;
  color: var(--claro-02);
}

.media-body h4 {
  color: var(--destaque-1);
  padding-left: 1.5em;
}

.media-body p {
  font-size: 0.9em;
  line-height: 1.4em;
  padding-left: 2em;
  color: var(--claro);
}

/* AVISOS
============================================= */

.page-numbers li a:hover {
  border: 1px solid var(--destaque-2);
}

.page-numbers {
  display: flex;
  gap: 10px;
}

.page-numbers li {
  list-style: none;
}

.page-numbers li a,
.page-numbers li .current {
  padding: 0.5em 1em;
  display: inline-block;
  border: 1px solid;
  border-radius: 4px;
  text-decoration: none;
}

/* EQUIPE
============================================== */

#equipe article:not(:first-child)>div>h2,
#wr-convenio article:not(:first-child)>div>h2 {
  margin-top: 3em;
}

#equipe .equipe div>h2 {
  border-bottom: 1px solid;
}

.wrapper-card {
  gap: 1em;
  flex-wrap: nowrap;
  overflow-x: scroll;
  padding-bottom: 2em;
}

.wrapper-card .card-item {
  border: solid var(--base);
  text-align: center;
  border-radius: 25px;
  box-shadow: 0px 0px 30px -6px rgba(0, 0, 0, 0.1);
  max-width: 265px;
  flex-basis: 265px;
  flex-shrink: 0;
  background: #ffffff;
}

.wrapper-card .card-item>div {
  padding: 0.5em 1.5em 2em;
  border-radius: 21px 21px 0 0;
}

.wrapper-card .thumb-colab {
  background: var(--principal);
}

.wrapper-card .thumb-colab img {
  border-radius: 50%;
  max-width: 150px;
  margin: 1.7em auto 10px;
  display: block;
}

.card-item h3 {
  color: var(--claro);
  font-weight: 500;
  font-size: 0.9em;
  text-transform: uppercase;
}

.card-item h3,
.card-item h5,
.card-item h6,
.card-item .contato-equipe {
  margin: 0;
}

.card-item h5,
.card-item h6,
.card-item .regime {
  border-bottom: 1px solid #cecece;
  padding: 10px 0;
}

.card-item h5 {
  margin: 0;
  line-height: 1.3em;
  font-weight: 500;
}

.card-item h6 {
  padding: 5px 0 10px;
}

p.contato-equipe {
  line-height: 1em;
  padding: 24px 0 0px;
}

.contato-equipe {
  font-size: 0.8em;
  font-weight: 500;
  color: var(--texto-base);
}

.card-item .regime {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
}

/* CIPA
==============================================*/
.wpr-art-cipa>article {
  max-width: 470px;
  padding: 0 2em;
  flex: 1 320px;
  margin-bottom: 2em;
}

.wpr-art-cipa>article:not(:first-child) {
  border-left: 1px solid #ccc;
}

.wpr-art-cipa>article:first-child {
  padding-left: 0;
}

/* Comissão Cipa*/
.wr_comis {
  margin-top: 4em;
}

.wr-rep-cipa {
  max-width: 340px;
  text-align: center;
  border-radius: 40px;
  box-shadow: 0px 0px 30px -6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  flex-basis: 340px;
  background: #ffffff;
  border: solid var(--base);
}

.thumb-rep-cipa {
  overflow: hidden;
  max-height: 20em;
}

.wr-rep-cipa img {
  /* border-radius: 50%; */
  /* max-width: 140px; */
  display: block;
  transition: .3s;
}

.wr-rep-cipa img:hover {
  transform: scale(1.5);
}

.wr_comis .nome-rep,
.wr_comis .setor-rep {
  font-weight: bold;
  color: var(--texto-base);
  font-size: 1.04em;
}

.wr_comis .e-mail-rep a {
  font-weight: 500;
  color: var(--texto-base);
  font-size: 0.82em;
}

.wr_comis .e-mail-rep a:hover {
  color: var(--destaque-2);
}

.cargo_cp {
  font-weight: bold;
  color: var(--base);
  margin-bottom: .1em;
}

.wr-rep-cipa .thumb-rep {
  background: var(--principal);
  border-radius: 20px;
  /* overflow: hidden; */
}

/* .wr-rep-cipa .cargo_cp::after {
  content: "";
  position: relative;
  display: block;
  width: 45%;
  margin: 0 auto;
  border: 1px solid;
} */

.wr-rep-cipa .inf-rep {
  padding: 1em 1em 2em;
}

.colab-inter h4 {
  margin-top: 3.5em;
}


#main>.inner>.destaque-interna {
  gap: 4em;
}

.wr-sobre-int {
  display: grid;
  grid-template-columns: minmax(300px, 35%) 1fr;
  gap: 3em;
  background: linear-gradient(0deg, #0e0a0b 0%, #2b2e6f 100%);
  padding: 4em;
  border-radius: 40px;
}

.wr-sobre-int>div:last-child {
  color: var(--claro);
}

@media screen and (max-width:600px) {

  #wr-dpo {
    grid-template-columns: 1fr;
  }

}



/* CONVÊNIOS
============================================== */
#wr-convenio .wrapper-card h3 {
  color: var(--texto-base);
}

#wr-convenio .wrapper-card .card-item,
#wr-convenio .wr-thumb {
  padding: 0;
}

#wr-convenio .wr-thumb img {
  border-radius: 20px 20px 0px 60px;
}

.cont-convenio p {
  margin-bottom: 0;
  line-height: 1.3em;
  text-align: left;
  color: #323232;
  font-size: 0.9em;
}

.infs-cv h4 {
  margin-top: 10px;
}

#wr-convenio article>div>h2 {
  border-bottom: 1px solid;
}

#wr-convenio .wrapper-card {
  flex-wrap: wrap;
  overflow-x: auto;
}

#wr-convenio .wrapper-card .card-item {
  max-width: 300px;
  text-align: left;
  border-radius: 20px;
  border: 1px solid #cecece;
  align-self: flex-start;
}

/* CONTATO
==============================================*/

#form-contato {
  position: relative;
  top: 4em;
}

#form-contato #rd-form-l5tycczl input,
#form-contato #rd-form-l5tycczl select {
  height: 4em;
}

#form-contato #rd-form-l5tycczl textarea {
  height: 8em;
}

#form-contato #rd-column-l5tycczk {
  box-shadow: 0px 0px 30px -6px rgb(0 0 0 / 10%);
  padding: 1.5em 1.2em;
}

#form-contato #rd-button-l5tycczo:hover {
  background-color: var(--destaque-1);
}

/* SINGLE
==============================================*/
.likebtn-wrapper .lb-share-active .lb-a .lb-tt.lb-share-tt {
  opacity: 0;
}

.likebtn-wrapper {
  margin-bottom: 2em;
}

.single-posts img {
  width: auto;
}

.imagem-total {
  display: block;
  width: 100%;
}

/* 404
============================================= */

article {
  align-items: center;
}

/* FOOTER
==============================================*/

footer {
  background-color: #000000;
  position: relative;
  padding: 7em 0;
  font-size: 0.8em;
  font-weight: bold;
}

.politica_footer {
  margin-bottom: 2em;
}

/* Footer Big*/

footer.ft-big,
.ft-big .footer-bottom,
.ft-big h3,
footer.ft-big a {
  text-align: left;
  color: var(--claro);
  border: none;
}

footer.ft-big a:hover {
  color: var(--destaque-2);
}

footer.ft-big ul,
footer.ft-big li {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}

.row-ft-big {
  width: 94%;
  max-width: 1800px;
  margin: 0 auto;
}

.ft-big .cont-geral-ft,
.ft-big .footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 7em;
  font-size: 1.1em;
}

.ft-big .cont-geral-ft div,
.ft-big .footer-bottom div {
  flex: 1 320px;
}

.ft-big .cont-geral-ft div:last-child img {
  padding-top: 1em;
  max-width: 300px;
}

.ft-big .footer-social {
  text-align: end;
}

.ft-big .assinatura-ft-big span {
  /* vertical-align: middle; */
  font-size: 1.2em;
}

.ft-big .assinatura-ft-big span img {
  max-width: 50px;
  margin-right: 1em;
  position: relative;
  top: 1em;
}

.ft-big .footer-bottom {
  border-top: 1px solid rgb(25, 25, 25);
  padding: 3em 0;
}

.ft-big .footer-social {
  margin-top: 0;
  display: flex;
  justify-content: flex-end;
  gap: 2em;
}

.ft-big .footer-social li i {
  font-size: 2.7rem;
}

body.customize-support #sidebar {
  /* top: 32px; */
  background: linear-gradient(0deg, #0e0a0b 55%, #2b2e6f 75%);
}

.logos-premios {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.logos-premios img {
  width: 130px;
}

.logos-premios img:last-child {
  padding-left: 15px;
}

/* End Footer Big */

/* RESPONSIVO GERAL
=================================== */

@media only screen and (max-width: 1440px) {

  #main>.inner {
    max-width: 1120px;
  }

  #art_destaque .image {
    margin: 0 0 2em 2em;
  }

  .wr-rep-cipa {
    flex-basis: 280px;
  }
}

@media only screen and (max-width:1366px) {
  #main>.inner {
    max-width: 1050px;
  }

}


@media only screen and (max-width: 1280px) {
  .wr-videos .video-item {
    flex: 1 220px;
  }
}

/* TABLET
======================================== */

@media only screen and (max-width: 768px) {
  #art_destaque .image {
    margin: 0 0 3em 0;
  }

  .wr-videos .video-item {
    flex: 1 150px;
  }

  .inner-comentarios {
    padding: 0 2em 0.1em 2em;
  }

  #colaboradores #wrapper-colabs {
    display: block;
  }

  #slider-aniversariantes {
    width: 70%;
    margin: 0 auto;
  }

  #colaboradores h1 {
    text-align: center;
    font-size: 3em;
  }

  #wrapper-mkt {
    display: block;
  }

  #wrapper-mkt div {
    margin-bottom: 2em;
  }

  #wrapper-mkt>div:first-child {
    margin-right: 0;
  }

  .blog-author .media {
    display: block;
  }

  .box-relacionado div {
    max-width: 200px;
    flex: 1 200px;
  }

  .wrapper-card .card-item {
    max-width: 200px;
    flex: 200px;
  }

  .item-result {
    max-width: 200px;
    flex: 200px;
  }

  #wr-convenio .wrapper-card .card-item {
    max-width: 200px;
    flex: 200px;
    font-size: 0.85em;
  }

  #destaque-cipa .content {
    flex: 1 auto;
    order: 2;
  }

  #destaque-cipa .image {
    order: 1;
    margin-bottom: 2em;
  }

  .wpr-art-cipa {
    gap: 20px;
  }

  .wpr-art-cipa>article:not(:first-child) {
    border: none;
  }

  .wpr-art-cipa>article {
    padding: 0;
    flex: 200px;
    max-width: 200px;
  }

  .assinatura-ft-big {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .ft-big .assinatura-ft-big span {
    width: 100%;
  }

  .ft-big .assinatura-ft-big span img {
    max-width: 200px;
  }
}

/* CELULAR
======================================= */
@media only screen and (max-width: 540px) {
  #contato>div {
    display: block;
    padding-bottom: 5em;
  }

  .wr_comis {
    gap: 20px;
  }

  .ft-big .assinatura-ft-big span {
    width: 100%;
    text-align: center;
    margin: 0 0 2em;
  }

  .ft-big .footer-social {
    justify-content: center;
  }
}

@media only screen and (max-width: 480px) {
  #colaboradores h1 {
    text-align: center;
    font-size: 2.1em;
  }

  #slider-aniversariantes {
    margin: 0 auto 4em auto;
  }

  .artigo-colab {
    display: block;
  }

  .wrapper-card {
    gap: 1em;
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding: 2em;
  }

  .wrapper-card .card-item {
    min-width: 80%;
    display: block;
  }

  .wpr-art-cipa>article {
    flex: 100%;
    max-width: 100%;
  }

  .wr-rep-cipa {
    flex: 100%;
  }

  .item-result {
    max-width: 100%;
    flex: 200px;
  }

  .blog-content__tag-list a {
    margin-bottom: 20px;
  }

  .box-relacionado div {
    max-width: 100%;
  }

  .relacionados h3 {
    line-height: 1.1em;
  }

  #comments h3 {
    line-height: 1.1em;
  }

  .media-body p,
  .media-body h4,
  .media-body span {
    padding-left: 0;
  }

  h1 {
    line-height: 1.2em;
  }

  #art_destaque .image {
    margin: 0 0 2em 0;
  }

  h4 {
    font-size: 1.3em;
  }

  .wr-videos .video-item {
    flex: 1 140px;
  }

  #wrapper-mkt div {
    gap: 20px;
  }

  #menu ul a,
  #menu ul span {
    font-size: 1.5em;
    line-height: 0.8em;
  }

  h5 {
    font-size: 1.2em;
  }
}


/* MANUTENÇÃO
================================ */

#manutencao h1 {
  text-align: center;
  font-size: 3em;
  padding-top: 1em;
}

#manutencao p {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

#manutencao p a {
  color: var(--destaque-1);
  font-weight: bold;
}

div.thumb_manutencao img {
  width: 100%;
  max-width: 500px;
  display: block;
  margin: 1em auto 0;
}

.ft-man {
  display: grid;
  place-items: center;
  margin: 3em auto;
}

.ft-man a {
  display: inline-block;
  background-color: var(--cor-destaque-2);
  color: var(--cor-texto-claro);
  font-weight: 600;
  padding: 1em 1.4em;
  border-radius: 2px;
  text-transform: uppercase;
}

.ft-man a:hover {
  background-color: var(--cor-destaque-1);
}


/* ============================ */