/* ---------------- taxonomia paginas internas ----------------- */

.field--tags {
  margin: 20px 0;
}

.field--tags .taxonomy-term {
  padding: 5px 10px;
  background: var(--verde-nobre);
  font-weight: bold;
  border-radius: 5px;
  font-size: 12px;
  margin-right: 10px;
  margin-bottom: 10px;
  color: white;
}

.field--tags .taxonomy-term a,
.field--tags .taxonomy-term a font {
  font-weight: bold;
  color: white;
  letter-spacing: 1px;
  text-decoration: none;
}

.taxonomy-term::before {
  content: none;
}


/* ------------------------------------------------------- */




/* ------------------------DATA DE PUBLICAÇÃO PAGINAS INTERNAS------------------------------- */

#block-mahi-custom-views-block-bloco-data-block-1 {
  margin: 20px 0;
}


.page-type-article #block-mahi-custom-views-block-bloco-data-block-1 {
  display: none;
}



/* ----------------------------------------- */




/* --------------------------- ADDTOANY -------------------------------------- */


.a2a_kit {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  padding-top: 30px;
  /* letter-spacing: 2px; */
  margin-bottom: 10px;
}

.a2a_kit::before {
  content: '-';
  width: 100%;
  display: flex;
  /* border-bottom: solid 1px; */
  text-indent: -9999px;
  margin-top: 5px;
  margin-right: 10px;
  background: grey;
  height: 2px;
}

.a2a_svg svg {
  background: var(--verde-camargo);
}

/* --------------------------- ADDTOANY FIM-------------------------------------- */




/* ------------------------------- PAGINA MEDICOS ------------------------------------ */


.page-type-people .a2a_kit {
  margin-top: 30px;
}

.page-type-people .field--name-field-link {
  display: flex;
  flex-direction: column;
}

.page-type-people .field--name-field-link a {
  background: var(--verde-camargo);
  padding: 20px;
  text-decoration: none;
  padding: 10px;
  border-radius: 5px;
  color: white;
  width: max-content;
  text-decoration: none !important;
  width: 100%;
  font-size: var(--fonte-texto-p1);
  text-align: center;
}

.page-type-people .field--name-field-link {
  display: none;
  margin-top: 20px;
}

.separador-people-content-2 .field--name-field-link {
  display: flex !important;
  margin: 20px 0;
}

.page-type-people .node-taxonomy-container:not(:nth-child(2)) .taxonomy-terms .taxonomy-term {
  background: white;
  padding: 0;
}

.page-type-people .node-taxonomy-container:not(:nth-child(2)) .taxonomy-terms .taxonomy-term a {
  color: var(--cinza-claro);
  padding: 0;
  font-weight: normal;
  letter-spacing: normal;
  font-size: var(--fonte-titulo-h4);
}

.page-type-people .node-taxonomy-container:not(:nth-child(2)) h3 {
  font-size: var(--fonte-texto-p1) !important;
  font-family: var(--font-text) !important;
  color: var(--cinza-claro);
  font-weight: 500;
  padding: 0;
}

.page-type-people .node-taxonomy-container:not(:nth-child(2)) h3::before {
  content: none;
}


.slick--view--bloco-equipe-medicos--block-1 .slide {
  display: flex;
  flex-direction: column-reverse;

}

.slick--view--bloco-equipe-medicos--block-1 .slide a {
  color: var(--cinza-claro);
  margin: 20px 2px;
  font-weight: bold;
}

.page-type-people .box-people .field--tags:nth-child(3) *,
.page-type-people .box-people .field--tags:nth-child(4) *,
.page-type-people .box-people .field--tags:nth-child(5) *,
.page-type-people .box-people .field--name-body *,
.page-type-people .box-people .field--name-field-registro *,
.page-type-people .box-people .field--name-field-graduacao * {
  font-family: var(--font-text) !important;
  color: var(--cinza-claro);
  font-size: var(--fonte-texto-p1);
}

.page-type-people .box-people .field--tags,
.page-type-people .box-people .field--name-body,
.page-type-people .box-people .field--name-field-registro,
.page-type-people .box-people .field--name-field-graduacao {
  max-width: 70%;
  /* background: red; */
}

.page-type-people .box-people .field--name-field-registro {
  margin-top: 20px;
}

.separador-people-content-1 {
  width: 70%;
}

.separador-people-content-2 {
  width: 30%;
}

.separador-people-content-1 .field--name-field-image,
.separador-people-content-1 .addtoany_list,
.separador-people-content-1 .field--tags:nth-child(2),
.separador-people-content-1 .field--name-field-lattes {
  display: none !important;
}

.box-people {
  flex-direction: row;
  justify-content: space-between;
}

.header-people-custom {
  margin-bottom: 20px;
}

.header-people-custom .taxonomy-term {
  padding: 5px 10px !important;
  background: var(--verde-camargo) !important;
  color: white;
  font-weight: bold;
  border-radius: 5px;
  font-size: 12px;
  margin-right: 10px;
}

.header-people-custom .taxonomy-term a {
  font-weight: bold !important;
  color: white !important;
  letter-spacing: 1px !important;
  font-size: 12px !important;
}

.page-type-people .field--name-field-lattes a:before {
  content: 'Currículo Lattes';
  width: 100px;
  height: 100px;
  display: flex;
  width: fit-content;
  background: green;
  text-decoration: none;
  padding: 5px 10px;
  background: var(--verde-camargo);
  color: white;
  font-weight: bold;
  border-radius: 5px;
  font-size: var(--fonte-texto-p1);
  width: 100%;
  padding: 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}


.separador-people-content-2 .field--name-field-lattes {
  margin: 0;
  margin-bottom: 20px;
}

.separador-people-content-2 .field--name-field-lattes a {
  display: flex;
  flex-direction: column;
  color: white;
  height: 47px;
  text-decoration: none !important;
  overflow: hidden;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .box-people {
    flex-direction: column-reverse;
  }


  .separador-people-content-1 {
    width: 100%;
  }

  .separador-people-content-2 {
    width: 100%;
  }

  .page-type-people .box-people .field--tags,
  .page-type-people .box-people .field--name-body,
  .page-type-people .box-people .field--name-field-registro,
  .page-type-people .box-people .field--name-field-graduacao {
    max-width: 100%;
  }


}

.field--name-field-registro .field__label,
.field--name-field-graduacao .field__label {
  font-weight: bold;
  font-size: var(--fonte-texto-p1) !important;
  font-family: var(--font-text);
}

.page-type-people .box-people .field--tags .term-title {
  font-weight: bold;
  font-size: var(--fonte-texto-p1) !important;
  font-family: var(--font-text);
}

.page-type-people .box-people .field--tags .taxonomy-term,
.page-type-people .box-people .field--tags .taxonomy-term a {
  font-weight: bold;
  font-size: var(--fonte-texto-p1) !important;
  font-family: var(--font-text);
  color: var(--cinza-claro);
  font-weight: normal !important;
}

.page-type-people .box-people .field--tags .taxonomy-terms {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  padding: 0;
}

.page-type-people .box-people .field--tags .taxonomy-terms li {
  margin-bottom: 0;
}



/* ------------------------------- PAGINA MEDICOS FIM ------------------------------------ */



/* ------------------------------ ARTICLE -------------------------------------------- */


.flex-article-title {
  display: flex;
  align-items: center;
  margin: 20px 0;
}

.box-article-title {
  width: -webkit-fill-available;
}

.box-article-title-2 {
  text-align: center;
  display: flex;
  width: auto;
  margin: 0 50px;
}

.box-article-title-2 {
  text-align: center;
}

.box-article-title-2 h2,
.box-article-title-2 h2 * {
  padding: 0 !important;
  margin: 0 !important;
}

.box-article-title img {
  width: 70%;
  border-radius: 100%;
  max-width: 350px;
  min-width: 350px;
  width: 350px;
}

.page-type-article #block-mahi-custom-page-title,
.page-type-article .view-bloco-data {
  display: none;
}

.box-article-title .field--type-image {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.h1-article {
  display: flex !important;
}

.h1-article * {
  font-size: var(--fonte-titulo-h1) !important;
  line-height: var(--line-titulo-h1);
  font-weight: 700 !important;
}

.node-type-article .node-content .field--name-field-image,
.node-type-article .node-content .field--name-field-tempo-de-leitura,
.node-type-article .node-content .field--name-field-linha-fina {
  display: none;
}


.linha-fina-article,
.linha-fina-article * {
  font-weight: 300;
  font-size: var(--fonte-titulo-h3);
  font-style: italic;
  margin-bottom: 4px;
}

.data-article,
.data-article * {
  font-size: var(--fonte-texto-p1);
}

.tempo-de-leitura-article * {
  font-size: var(--fonte-texto-p1);
}

.box-article-title .field--type-image,
.box-article-title .field--type-image * {
  margin: 0;
  padding: 0;
}

.box-porque .field--name-field-link-box-com-texto a {
  background-color: var(--verde-nobre) !important;
}


@media only screen and (max-width: 767px) {
  .flex-article-title {
    flex-direction: column-reverse;
    margin-top: 0;
  }

  .box-article-title .field--type-image {
    margin: 0;
    padding: 0;
  }

  .box-article-title .field--type-image * {
    margin: 0;
    padding: 0;
  }

  .box-article-title img {
    width: 100%;
    border-radius: 100%;
  }

  .box-article-title-2 {
    margin: 50px;
    margin-bottom: 20px;
  }

  .box-article-title img {
    width: 70%;
    border-radius: 100%;
    max-width: 250px;
    min-width: auto;
    width: auto;
  }
}



/* ------------------------------ ARTICLE -------------------------------------------- */




/* ----------------- breadcrumb ------------- */

.breadcrumb {
  background-color: white;
  border-bottom: solid 1px #dfdbdb;
  padding: 15px 0;
  /* border: none; */
  border-radius: 0;
}

.breadcrumb-item::after {
  content: "/";
  color: var(--cinza-claro);
  padding: 0 5px;
}

.breadcrumb-item a::after {
  content: none !important;
  color: var(--cinza-claro);
  padding: 0;
}

.breadcrumb-item:last-child:after {
  display: none;
}


.icon-arrow-up:before {
  color: white;
}

@media only screen and (max-width: 1024px) {
  .breadcrumb {
    padding: 30px 0;
    margin-bottom: 0;
  }


}

/* ------------------------------ */




/* -------------------- LOCATION -------------------------------- */
.page-type-location #block-mahi-custom-page-title,
.page-type-location .view-bloco-data {
  display: none;
}

.page-type-location .node-content .field--name-field-image,
.page-type-location .node-content .field--name-field-tempo-de-leitura,
.node-type-article .node-content .field--name-field-linha-fina {
  display: none;
}



/* ------------------ */


/* -------------------- NAVEGATION -------------------------------- */

.page-type-navegation #block-mahi-custom-page-title,
.page-type-navegation .view-bloco-data {
  display: none;
}

.page-type-navegation .node-content .field--name-field-image,
.page-type-navegation .node-content .field--name-field-tempo-de-leitura,
.node-type-navegation .node-content .field--name-field-linha-fina {
  display: none;
}

/* ------------------ */



.page-type-navegation .linha-fina-article {
  margin-bottom: 20px;
}


.page-type-navegation .paragraph--id--7694 .field--name-bp-text {
  display: flex;
  flex-direction: column;
}


.page-type-events .paragraph.paragraph--type--bp-columns .paragraph--type--bp-columns__2col {
  max-width: 50%;
  width: auto;
  width: 100%;
  max-width: 100%;
}







/* CENTRO DE REFERENCIAS
//////////////////////////////////////////////////////////////////// */


.page-type-centro-de-referencia .taxonomy-terms {
  display: block;
}

.page-type-centro-de-referencia .field--tags .taxonomy-term {
  background: none;
  color: green;
}

.page-type-centro-de-referencia .field--tags .taxonomy-term a {
  background: none;
  color: var(--verde-principal) !important;
  letter-spacing: normal;
  font-size: var(--fonte-texto-p1);
}

.page-type-centro-de-referencia .slick-arrow::before {
  color: var(--verde-camargo);
}


.page-type-navegation h1,
.page-type-location h1,
.page-type-article h1,
.page-type-centro-de-referencia h1,
.path-interna-1 h1,
.page-type-depoimentos h1 {
  display: none;
}

.box-porque .field-titulo-texto-com-box {
  color: var(--verde-nobre) !important;
}

.page-type-article .node-content .field-item picture,
.page-type-centro-de-referencia .node-content .field-item picture,
.page-type-location .node-content .field-item picture,
.page-type-navegation .node-content .field-item picture,
.page-type-people .node-content .field-item picture,
.page-type-depoimentos .node-content .field-item picture {
  display: none;
}

.page-type-people .separador-people-content-2 .field-item picture {
  display: flex;
}


.views-element-container [class="icon"],
.views-element-container [class^="icon-"],
.views-element-container [class*=" icon-"] {
  color: white;
}

#iso-cert,
#qmentum-cert,
#uti-cert,
#scimago-cert {
  scroll-margin-top: 200px;
  /* altura do menu fixo */
}

.page-type-page .main-wrapper .main-container .node-type-page .node-content .field--name-body .views-row {
  width: 100% !important;
  display: flex !important;
}




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


  .page-type-page .main-wrapper .main-container .node-type-page .node-content .field--name-body .views-row {
    flex-direction: column !important;
    margin-bottom: 0 !important;
  }

  .page-type-page .main-wrapper .main-container .node-type-page .node-content .field--name-body .views-row .views-col {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    margin-bottom: 20px !important;
  }
}
