/* inter-regular - latin */
@font-face {
  font-family: "Inter";
  font-smooth: never;
  font-display: swap;
  -webkit-font-smoothing: none;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/inter-v3-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/inter-v3-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/inter-v3-latin-regular.woff2") format("woff2"), url("../fonts/inter-v3-latin-regular.woff") format("woff"), url("../fonts/inter-v3-latin-regular.ttf") format("truetype"), url("../fonts/inter-v3-latin-regular.svg#Inter") format("svg");
  /* Legacy iOS */
}

/* inter-500 - latin */
@font-face {
  font-family: "Inter";
  font-smooth: never;
  font-display: swap;
  -webkit-font-smoothing: none;
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/inter-v3-latin-500.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/inter-v3-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/inter-v3-latin-500.woff2") format("woff2"), url("../fonts/inter-v3-latin-500.woff") format("woff"), url("../fonts/inter-v3-latin-500.ttf") format("truetype"), url("../fonts/inter-v3-latin-500.svg#Inter") format("svg");
  /* Legacy iOS */
}

/* inter-600 - latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-smooth: never;
  font-display: swap;
  -webkit-font-smoothing: none;
  font-weight: 600;
  src: url("../fonts/inter-v3-latin-600.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/inter-v3-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/inter-v3-latin-600.woff2") format("woff2"), url("../fonts/inter-v3-latin-600.woff") format("woff"), url("../fonts/inter-v3-latin-600.ttf") format("truetype"), url("../fonts/inter-v3-latin-600.svg#Inter") format("svg");
  /* Legacy iOS */
}

/* inter-700 - latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-display: swap;
  font-smooth: never;
  -webkit-font-smoothing: none;
  font-weight: 700;
  src: url("../fonts/inter-v3-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/inter-v3-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/inter-v3-latin-700.woff2") format("woff2"), url("../fonts/inter-v3-latin-700.woff") format("woff"), url("../fonts/inter-v3-latin-700.ttf") format("truetype"), url("../fonts/inter-v3-latin-700.svg#Inter") format("svg");
  /* Legacy iOS */
}

/* inter-800 - latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-display: swap;
  font-smooth: never;
  -webkit-font-smoothing: none;
  font-weight: 800;
  src: url("../fonts/inter-v3-latin-800.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/inter-v3-latin-800.eot?#iefix") format("embedded-opentype"), url("../fonts/inter-v3-latin-800.woff2") format("woff2"), url("../fonts/inter-v3-latin-800.woff") format("woff"), url("../fonts/inter-v3-latin-800.ttf") format("truetype"), url("../fonts/inter-v3-latin-800.svg#Inter") format("svg");
  /* Legacy iOS */
}

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

.dhr-container {
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.dhr-container-md {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 576px) {
  .dhr-container {
    max-width: 100%;
  }
  .dhr-container-md {
    max-width: 100%;
  }
}

@media (max-width: 992px) {
  .dhr-container {
    max-width: 890px;
  }
}

.dhr-social-icons {
  display: none;
  gap: 18px;
}

.dhr-social-icons.menu-mobile {
  display: none;
}

.dhr-social-icons span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dhr-social-icons svg {
  width: 1.5rem;
  height: 1.5rem;
  -webkit-filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(282deg) brightness(105%) contrast(101%);
          filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(282deg) brightness(105%) contrast(101%);
}

.dhr-social-icons span {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  color: #212121;
}

.dhr-social-icons a {
  text-decoration: none;
}

@media (max-width: 992px) {
  .dhr-social-icons.menu-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 24px;
    border-bottom: 1px solid #c1c1c1;
  }
  .dhr-social-icons.menu-mobile .social-icons-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .dhr-social-icons.menu-mobile svg {
    -webkit-filter: invert(5%) sepia(3%) saturate(4%) hue-rotate(337deg) brightness(92%) contrast(82%);
            filter: invert(5%) sepia(3%) saturate(4%) hue-rotate(337deg) brightness(92%) contrast(82%);
  }
}

@media (min-width: 992px) {
  .dhr-social-icons span {
    display: none;
  }
}

@media (min-width: 1440px) {
  .dhr-social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

body {
  margin: 0px;
  background-color: #ffffff;
  color: var(--text-color);
  overflow-y: scroll;
}

.dhr-content-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  gap: 24px;
}

img {
  height: auto;
}

article img {
  background: #f4f4f4;
  background: -webkit-gradient(linear, left top, right top, from(#f4f4f4), to(#b0b0b0));
  background: linear-gradient(90deg, #f4f4f4 0%, #b0b0b0 100%);
}

.wp-block-table {
  width: 100%;
  margin: 0px;
}

table,
th,
td {
  border: 1px solid var(--text-color);
}

table {
  border-collapse: collapse;
  margin-bottom: 24px;
  width: 100%;
}

th,
td {
  padding: 12px 6px;
  font-size: 18px;
}

.dhr-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dhr-logo img {
  max-width: 100%;
  width: 120px;
}

.dhr-title-related-posts {
  margin-bottom: 24px;
}

.dhr-fixed {
  position: fixed !important;
  width: 100%;
}

.dhr-header-animate {
  -webkit-animation-name: dhr-header-animate;
          animation-name: dhr-header-animate;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

#dhr-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 24px;
}

#dhr-pagination a {
  color: white;
  background-color: var(--default-color);
  padding: 12px 24px;
  border-radius: 3px;
  font-weight: 500;
}

#dhr-search-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #ffffff;
}

#dhr-search-mobile #close-search-mobile {
  position: absolute;
  top: 48px;
}

#dhr-search-mobile .dhr-searchform {
  display: block;
  border: 1px solid #c5c5c5;
  margin: 0px 24px;
  border-radius: 6px;
}

.d-none {
  display: none !important;
}

.overflow-none {
  overflow: hidden;
}

.dhr-button {
  background-color: var(--default-color);
  padding: 12px 48px;
  border-radius: 4px;
  font-weight: 600;
  color: #ffffff;
}

.dhr-button:hover {
  color: #ffffff;
  text-decoration: none;
}

.dhr-button-widget {
  margin-top: 24px;
}

@-webkit-keyframes dhr-header-animate {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}

@keyframes dhr-header-animate {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}

@media (min-width: 992px) {
  .dhr-content-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 24px;
  }
}

#dhr-header-content {
  margin-bottom: 2rem;
}

.dhr-menu-secundary {
  position: fixed;
  top: 0;
  height: 100%;
  width: 90vw;
  background-color: #ffffff;
  z-index: 10000;
}

body.category #dhr-header-content,
body.tag #dhr-header-content {
  margin-bottom: 0rem;
}

.dhr-header-line {
  background-color: #1d1d1d;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.dhr-header {
  background-color: var(--default-color);
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1000;
}

.dhr-header .dhr-icon {
  cursor: pointer;
}

body.category .dhr-header {
  margin-bottom: 0px;
}

.dhr-header-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 14px;
  padding-bottom: 14px;
}

.dhr-header-brand .dhr-header-brand-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.dhr-header-brand .dhr-header-brand-item.dhr-item-1 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.dhr-header-brand .dhr-header-brand-item.dhr-item-2 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.dhr-header-brand .dhr-header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}

.dhr-header-brand .dhr-header-logo a {
  text-decoration: none;
}

.dhr-header-brand .dhr-header-logo h1 {
  color: white;
  text-align: center;
  margin-bottom: 0px;
}

.dhr-header-brand .dhr-header-logo img {
  max-width: 100%;
  width: 120px;
}

.dhr-header-animate .dhr-header-brand {
  padding-top: 8px;
  padding-bottom: 8px;
}

.dhr-header-animate .dhr-header-nav ul {
  padding-top: 5px;
  padding-bottom: 5px;
}

.dhr-menu-secundary {
  overflow-y: scroll;
}

.dhr-header-nav-secundary {
  -webkit-transform: none !important;
          transform: none !important;
  padding: 0 !important;
}

.dhr-header-nav-secundary .primary-menu-styles {
  background-color: #ffffff;
  padding: 20px 20px 0px 20px;
  border-bottom: 1px solid #c1c1c1;
}

.dhr-header-nav-secundary .secundary-menu-styles {
  padding: 20px;
}

.primary-menu-styles ul,
.secundary-menu-styles ul {
  border: none !important;
}

.dhr-header-nav-secundary {
  z-index: 10000;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.dhr-header-nav-secundary ::-webkit-scrollbar {
  width: 10px;
}

.dhr-header-nav-secundary ::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.dhr-header-nav-secundary ::-webkit-scrollbar-thumb {
  background: #888;
}

.dhr-header-nav-secundary ::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.dhr-header-menu-active {
  display: block;
}

.dhr-header-nav,
.dhr-header-nav-secundary {
  position: fixed;
  top: 0px;
  height: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  margin-left: auto;
  margin-right: auto;
  background-color: black;
  border-right: 1px solid #dbdbdb;
  padding-left: 20px;
  padding-right: 20px;
}

.dhr-header-nav.active-nav-mobile,
.dhr-header-nav-secundary.active-nav-mobile {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  visibility: visible;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow-x: auto;
}

.dhr-header-nav ul,
.dhr-header-nav-secundary ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #ffffff50;
  list-style: none;
  padding-left: 0px;
  padding-right: 0px;
  margin: 0px;
}

.dhr-header-nav ul li,
.dhr-header-nav-secundary ul li {
  list-style: none;
  margin: 0px;
  margin-bottom: 24px;
  margin-right: 12px;
}

.dhr-header-nav ul li > ul,
.dhr-header-nav-secundary ul li > ul {
  display: none;
}

.dhr-header-nav ul li:hover > ul,
.dhr-header-nav-secundary ul li:hover > ul {
  display: block;
}

.dhr-header-nav ul li.menu-item-has-children > a::after,
.dhr-header-nav-secundary ul li.menu-item-has-children > a::after {
  content: "";
  background-image: url(../icons/arrow-down.svg);
  background-size: 10px;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 10px;
  height: 20px;
  color: #ffffff;
  -webkit-filter: invert(10%) sepia(0%) saturate(0%) hue-rotate(167deg) brightness(97%) contrast(92%);
          filter: invert(10%) sepia(0%) saturate(0%) hue-rotate(167deg) brightness(97%) contrast(92%);
  cursor: pointer;
  margin-left: 12px;
}

.dhr-header-nav ul li a,
.dhr-header-nav-secundary ul li a {
  margin: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  list-style: none;
  font-size: 16px;
  text-transform: uppercase;
  color: #212121;
}

.dhr-header-nav ul li a:hover,
.dhr-header-nav-secundary ul li a:hover {
  text-decoration: none;
}

.dhr-header-nav {
  width: 100%;
}

.dhr-nav-header-mobile {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  background-color: #ffffff;
  z-index: 100000;
  padding: 18px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  color: #212121;
  border-bottom: 1px solid #c1c1c1;
}

.dhr-nav-header-mobile .dhr-icon {
  width: 16px;
  height: 16px;
  -webkit-filter: invert(10%) sepia(0%) saturate(0%) hue-rotate(167deg) brightness(97%) contrast(92%);
          filter: invert(10%) sepia(0%) saturate(0%) hue-rotate(167deg) brightness(97%) contrast(92%);
}

.overflow-hidden {
  overflow: hidden;
}

.menu-block-area {
  position: fixed;
  top: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.349);
  width: 100vw;
  height: 100vh;
  z-index: 999;
}

.dhr-category-header {
  padding-top: 35px;
  padding-bottom: 35px;
  margin-bottom: 2.5rem;
  background-color: #f9f9f9;
  border-bottom: 1px solid #dbdbdb;
}

.dhr-category-header h1,
.dhr-category-header p {
  text-align: center;
  margin-bottom: 0px;
}

.dhr-category-header .dhr-header-line {
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: #000;
}

.dhr-toggle {
  visibility: hidden;
}

@media (min-width: 768px) {
  .dhr-header .dhr-header-logo img {
    width: 150px;
  }
}

@media (min-width: 992px) {
  .dhr-header {
    position: static;
  }
  .dhr-header .dhr-header-brand {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .dhr-header-nav {
    display: block;
    position: static;
    top: auto;
    width: 890px;
    height: auto;
    background: none;
    border-bottom: none;
    padding-top: 0px;
    padding-bottom: 0px;
    border-right: none;
    -webkit-transform: translate(0px);
            transform: translate(0px);
    visibility: visible;
    -webkit-transition: 0s;
    transition: 0s;
  }
  .dhr-header-nav ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .dhr-header-nav ul li {
    line-height: auto;
    margin-bottom: 0px;
  }
  .dhr-header-nav ul li a {
    color: #212121;
    font-size: 14px;
  }
  .dhr-header .dhr-nav-header-mobile {
    display: none;
  }
  .dhr-header-nav ul li > ul {
    display: none;
    position: relative;
    -webkit-transition: 1s;
    transition: 1s;
  }
  .dhr-header-nav ul li:hover > ul {
    display: block;
    position: absolute;
    background-color: white;
    padding: 5px 15px;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    z-index: 100;
  }
  .dhr-header-nav ul li > ul a {
    color: var(--text-color);
  }
  .dhr-header-nav ul li > ul li {
    border-bottom: 1px solid #dbdbdb;
  }
  .dhr-header-nav ul li > ul li:last-child {
    border-bottom: none;
  }
  ul li.menu-item-has-children > a::after {
    color: white;
    -webkit-filter: invert(10%) sepia(0%) saturate(0%) hue-rotate(167deg) brightness(97%) contrast(92%);
            filter: invert(10%) sepia(0%) saturate(0%) hue-rotate(167deg) brightness(97%) contrast(92%);
  }
  .dhr-header .dhr-header-logo img {
    width: 180px;
  }
}

@media (min-width: 1200px) {
  .dhr-menu-secundary {
    width: 400px;
    overflow-y: scroll;
  }
  .primary-menu-styles {
    display: none;
  }
  .menu-principal-container > ul > li > a {
    color: #ffffff !important;
  }
  .menu-principal-container > ul > li > a::after {
    -webkit-filter: invert(100%) sepia(0%) saturate(734%) hue-rotate(294deg) brightness(115%) contrast(100%) !important;
            filter: invert(100%) sepia(0%) saturate(734%) hue-rotate(294deg) brightness(115%) contrast(100%) !important;
  }
}

#dhr-subMenu {
  width: 100%;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: var(--default-color);
  -webkit-transition: 1s;
  transition: 1s;
  z-index: 1000;
}

#dhr-subMenu span.h5 {
  color: white;
  text-align: center;
  margin-bottom: 0px;
}

.dhr-hidden-submenu {
  opacity: 0;
  top: -100%;
}

.dhr-show-submenu {
  opacity: 0;
  top: var(--top-page) !important;
}

@media (min-width: 992px) {
  .dhr-show-submenu {
    opacity: 1;
    top: 0;
  }
}

.dhr-icon {
  height: 20px;
  width: 20px;
  background-size: cover;
  color: white;
  -webkit-filter: invert(95%) sepia(14%) saturate(0%) hue-rotate(127deg) brightness(108%) contrast(100%);
          filter: invert(95%) sepia(14%) saturate(0%) hue-rotate(127deg) brightness(108%) contrast(100%);
}

.dhr-icon-menu {
  background: url(../icons/menu.svg);
  background-size: cover;
  background-position: center;
}

.dhr-icon-search {
  background: url(../icons/search.svg);
  background-size: cover;
  background-position: center;
}

.dhr-icon-search-form {
  background: url(../icons/search.svg);
  background-size: cover;
  background-position: center;
}

.dhr-icon-close {
  background: url(../icons/close.svg);
  background-size: cover;
  background-position: center;
}

.dhr-icon-reader {
  background: url(../icons/reader.svg);
  background-size: cover;
  background-position: center;
}

.dhr-icon-clock {
  background: url(../icons/clock.svg);
  background-size: cover;
  background-position: center;
}

.dhr-icon-share {
  background: url(../icons/share.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.dhr-arrow-down {
  background: url(../icons/arrow-down.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.dhr-icon-category {
  background: url(../icons/category.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.dhr-icon-whatsapp {
  background: url(../icons/whatsapp.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.dhr-icon-facebook {
  background: url(../icons/facebook.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.dhr-icon-twitter {
  background: url(../icons/twitter.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.dhr-icon-linkedin {
  background: url(../icons/linkedin.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.dhr-icon-email {
  background: url(../icons/email.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.dhr-icon-gray {
  color: #a7a7a7;
  -webkit-filter: invert(71%) sepia(6%) saturate(10%) hue-rotate(336deg) brightness(93%) contrast(92%);
          filter: invert(71%) sepia(6%) saturate(10%) hue-rotate(336deg) brightness(93%) contrast(92%);
}

.dhr-icon-black {
  color: var(--text-color);
  -webkit-filter: invert(0%) sepia(0%) saturate(17%) hue-rotate(324deg) brightness(95%) contrast(105%);
          filter: invert(0%) sepia(0%) saturate(17%) hue-rotate(324deg) brightness(95%) contrast(105%);
}

.dhr-searchform {
  color: #212121;
  padding: 18px 24px;
  border-bottom: 1px solid #c1c1c1;
}

.dhr-searchform .dhr-searchform-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-top: 8px;
}

.dhr-searchform .dhr-searchform-input .dhr-icon {
  -webkit-filter: invert(10%) sepia(0%) saturate(0%) hue-rotate(167deg) brightness(97%) contrast(92%);
          filter: invert(10%) sepia(0%) saturate(0%) hue-rotate(167deg) brightness(97%) contrast(92%);
}

.dhr-searchform label {
  width: 100%;
}

.dhr-searchform input {
  padding: 12px 24px;
  border-radius: 4px;
  border: none;
  font-size: 16px;
  font-weight: 400;
  color: white;
  width: 100%;
  background-color: #ffffff33;
  border: 1px solid #c1c1c1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}

.dhr-searchform input::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 600;
  color: #757575;
}

.dhr-searchform input:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 600;
  color: #757575;
}

.dhr-searchform input::-ms-input-placeholder {
  font-size: 16px;
  font-weight: 600;
  color: #757575;
}

.dhr-searchform input::placeholder {
  font-size: 16px;
  font-weight: 600;
  color: #757575;
}

.dhr-searchform input:focus {
  color: var(--text-color);
  background-color: white;
  outline: none;
}

.dhr-searchform.dhr-search-form-page {
  margin-bottom: 2.5rem;
}

.dhr-searchform.dhr-search-form-page input {
  border: 1px solid #dbdbdb;
}

* {
  font-family: "Inter", Arial, Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 12px;
  letter-spacing: -1px;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span,
.h1 span,
.h2 span,
.h3 span,
.h4 span,
.h5 span,
.h6 span {
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 12px;
  letter-spacing: -1px;
}

h1,
.h1,
h1 > span {
  font-size: 44px;
  line-height: 54px;
}

h2,
.h2,
h2 > span {
  font-size: 32px;
  line-height: 42px;
}

h3,
.h3,
h3 > span {
  font-size: 26.752px;
  line-height: 36.752px;
}

h4,
.h4,
h4 > span {
  font-size: 23.376px;
  line-height: 33.376px;
}

h5,
.h5,
h5 > span {
  font-size: 22px;
  line-height: 32px;
}

h6,
.h6,
h6 > span {
  font-size: 20px;
  line-height: 30px;
}

p,
.p {
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
  margin: 0;
  margin-top: 0px;
  margin-bottom: 24px;
  letter-spacing: -0.4px;
}

li {
  font-size: 20px;
  line-height: 34px;
  letter-spacing: -0.4px;
}

a {
  color: var(--link-color);
  text-decoration: none;
  font-weight: 700;
  letter-spacing: -0.4px;
}

a:hover {
  color: var(--link-color);
  text-decoration: underline;
}

figure {
  margin: 0px;
  margin-top: 24px;
  margin-bottom: 24px;
}

figure img {
  width: 100%;
  height: auto;
}

figcaption {
  margin-top: -5px;
  background-color: #f9f9f9;
  padding: 8px 15px;
  font-size: 14px;
  line-height: 24px;
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}

.wp-block-image figcaption {
  margin-top: -6px;
  margin-bottom: 0px;
}

ul,
ol {
  padding-left: 0px;
  margin-bottom: 24px;
}

ul,
ol {
  padding: 0px;
  list-style-position: inside;
}

li::marker {
  font-weight: 600;
}

mark {
  padding-left: 4px;
  padding-right: 4px;
  background-color: #2977f33b;
}

span {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: -0.4px;
}

strong {
  font-weight: 700;
}

@media (min-width: 0px) and (max-width: 576px) {
  h1,
  .h1 {
    font-size: 29px;
    line-height: 39px;
  }
  h2,
  .h2 {
    font-size: 26.384px;
    line-height: 36.384px;
  }
  h3,
  .h3 {
    font-size: 24.256px;
    line-height: 34.256px;
  }
  h4,
  .h4 {
    font-size: 22.128px;
    line-height: 32.128px;
  }
  h5,
  .h5 {
    font-size: 22px;
    line-height: 32px;
  }
  h6,
  .h6 {
    font-size: 20px;
    line-height: 30px;
  }
  p,
  .p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 24px;
  }
  li {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  h1,
  .h1 {
    font-size: 33.52px;
    line-height: 43.52px;
  }
  h2,
  .h2 {
    font-size: 28.112px;
    line-height: 38.112px;
  }
  h3,
  .h3 {
    font-size: 25.408px;
    line-height: 35.408px;
  }
  h4,
  .h4 {
    font-size: 22.704px;
    line-height: 32.704px;
  }
  h5,
  .h5 {
    font-size: 22px;
    line-height: 32px;
  }
  h6,
  .h6 {
    font-size: 20px;
    line-height: 30px;
  }
}

/*
## Elementos globais
*/
.dhr-card {
  margin-bottom: 24px;
}

.dhr-card .dhr-card-thumbnail {
  -o-object-fit: cover;
     object-fit: cover;
}

.dhr-card .dhr-card-link {
  color: var(--text-color);
}

.dhr-card.-dhr-default .dhr-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid #dbdbdb;
}

.dhr-card.-dhr-default .dhr-card-thumbnail {
  width: 100%;
  height: 180px;
  margin-bottom: 12px;
}

.dhr-card.-dhr-default .dhr-card-title {
  margin-bottom: 5px;
}

.dhr-card.-dhr-default .dhr-card-paragraph {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 28px;
}

.dhr-card.-dhr-default:last-child .dhr-article {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}

.dhr-card.-dhr-sidebar .dhr-article {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 6fr 3fr;
      grid-template-columns: 6fr 3fr;
  gap: 12px;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #dbdbdb;
}

.dhr-card.-dhr-sidebar .dhr-card-thumbnail {
  width: 100%;
  height: 80px;
}

.dhr-card.-dhr-sidebar:last-child .dhr-article {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}

.dhr-card.-dhr-big .dhr-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid #dbdbdb;
}

.dhr-card.-dhr-big .dhr-card-thumbnail {
  width: 100%;
  height: 180px;
  margin-bottom: 12px;
}

.dhr-card.-dhr-big .dhr-card-title {
  margin-bottom: 5px;
}

.dhr-card.-dhr-big .dhr-card-paragraph {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 28px;
}

.dhr-card.-dhr-big:last-child .dhr-article {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}

.dhr-card.-dhr-duplo .dhr-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #dbdbdb;
  min-height: 250px;
}

.dhr-card.-dhr-duplo .dhr-card-thumbnail {
  width: 100%;
  height: 180px;
  margin-bottom: 12px;
}

.dhr-card.-dhr-duplo .dhr-card-title {
  margin-bottom: 5px;
}

.dhr-card.-dhr-duplo .dhr-card-paragraph {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 28px;
}

.dhr-column-2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  -webkit-column-gap: 24px;
          column-gap: 24px;
}

.text-small {
  font-size: 16px;
  line-height: 22px;
}

@media (min-width: 768px) {
  .dhr-card.-dhr-default .dhr-thumbnail {
    width: 100%;
    height: 280px;
    margin-bottom: 12px;
  }
}

@media (min-width: 992px) {
  .dhr-card.-dhr-default > .dhr-article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .dhr-card.-dhr-default .dhr-card-thumbnail {
    width: 300px;
    height: 160px;
    margin-right: 24px;
    margin-bottom: 0px;
  }
  .-dhr-big .dhr-card-thumbnail {
    height: 300px !important;
  }
  .dhr-column-2 {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  .-dhr-duplo .dhr-article {
    min-height: 300px !important;
  }
}

#dhr-cookie-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  bottom: 0px;
  right: 0px;
}

.dhr-cookie-alert {
  display: block;
  background-color: white;
  margin: 24px;
  padding: 24px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
  -webkit-animation-name: cookie-animation;
          animation-name: cookie-animation;
}

.dhr-cookie-alert .dhr-cookie-text {
  font-size: 16px;
  margin-bottom: 24px;
}

.dhr-cookie-alert .dhr-cookie-accept {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
  border: 0px;
  background-color: var(--default-color);
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
}

@media (min-width: 1400px) {
  .dhr-cookie-alert {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    width: 650px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .dhr-cookie-alert .dhr-cookie-text {
    margin-bottom: 0px;
  }
  .dhr-cookie-alert .dhr-cookie-accept {
    width: 40%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.dhr-article-header {
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 1.7rem;
  margin-bottom: 1.7rem;
}

.dhr-article-header .dhr-icon-category {
  margin-right: 5px;
}

.dhr-article-header .dhr-article-title {
  margin-bottom: 0px;
}

.dhr-article-header .dhr-article-excerpt {
  margin-bottom: 0px;
  margin-top: 12px;
  letter-spacing: -0.4px;
}

.dhr-author-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.dhr-author-box .dhr-author-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.dhr-author-box .dhr-author-link {
  color: var(--text-color) !important;
  font-weight: 600;
}

.dhr-author-box .dhr-author-image {
  border-radius: 50%;
  width: 42px;
  height: 42px;
  margin-right: 10px;
}

.dhr-author-box .dhr-date-and-hour {
  font-size: 14px;
}

.dhr-author-box .dhr-point {
  margin-bottom: 9px;
}

.dhr-info-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 24px;
}

.dhr-reading-timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  position: relative;
  cursor: pointer;
}

.dhr-reading-timer .reading-timer-text {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 5px;
  padding: 5px 10px;
  font-size: 16px;
  background-color: white;
  border-radius: 4px;
  color: var(--text-color);
  position: absolute;
  bottom: 100%;
  right: 0px;
  border: 1px solid #dbdbdb;
  visibility: hidden;
}

.dhr-reading-timer .dhr-reading-timer-value {
  font-weight: 600;
}

.dhr-reading-timer:hover > .reading-timer-text {
  visibility: visible;
}

#dhr-next-post {
  position: -webkit-sticky;
  position: sticky;
  bottom: 12px;
  display: inline-block;
  width: 100%;
  background-color: var(--default-color);
  padding: 12px 0px;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  z-index: 100000;
}

.wp-block-table {
  overflow-x: auto;
}

.dhr-author-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

.dhr-article-page {
  border-bottom: 1px solid #dbdbdb;
}

.dhr-article-page h2 {
  margin-top: 32px;
}

.dhr-article-page ul {
  margin-bottom: 24px;
}

.dhr-article-page figure.wp-block-image img {
  width: 100%;
}

.dhr-article-page figure.wp-block-image {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 24px;
  margin-top: 0px;
}

.dhr-article-page * {
  max-width: 100% !important;
}

.dhr-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
  font-weight: 700;
}

.dhr-category a {
  background-color: white;
  padding: 6px 12px;
  border-radius: 4px;
  font-weight: 600;
  border: 1px solid var(--link-color);
}

.dhr-category a:hover {
  text-decoration: none;
}

.dhr-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.dhr-tags a {
  background-color: white;
  padding: 6px 12px;
  border-radius: 4px;
  color: var(--text-color);
  font-weight: 600;
  border: 1px solid #dbdbdb;
}

.dhr-tags a:hover {
  text-decoration: none;
}

.dhr-last-update-artcile {
  margin-top: 24px;
}

.dhr-widget * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.dhr-widget img {
  width: 100%;
}

.dhr-widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dhr-widget ul li {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 26px;
}

.dhr-widget a {
  font-size: 16px !important;
  line-height: 26px;
  margin-bottom: 15px;
  color: var(--text-color);
  font-weight: 500;
}

.dhr-widget .dhr-widget-title {
  font-weight: 500;
  margin-bottom: 20px;
}

.dhr-header-up-widget {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background: linear-gradient(to right, #dbdbdb 1px, white 1px);
  background-size: 8px;
}

.dhr-header-bottom-widget {
  margin-bottom: 35px;
  position: relative;
  z-index: 1;
}

.dhr-article-down-widget {
  margin-bottom: 24px;
}

.dhr-footer-top-widget {
  margin-top: 35px;
}

.dhr-title-widget .dhr-category {
  margin-top: 12px;
  margin-bottom: 24px;
}

.dhr-author-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 35px;
  margin-bottom: 35px;
}

.dhr-author-profile img {
  border-radius: 50%;
  margin-bottom: 20px;
}

.dhr-author-profile h1 {
  margin-bottom: 10px;
}

.dhr-author-profile h2 {
  margin-bottom: 0px;
}

.dhr-author-profile h2,
.dhr-author-profile p {
  text-align: center;
}

.dhr-box-share {
  margin-top: 24px;
}

.dhr-box-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

.dhr-box-share > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.dhr-box-share .dhr-share-icon {
  padding: 7px;
  border-radius: 50%;
}

.dhr-box-share .dhr-share-whatsapp {
  background-color: #25d366;
}

.dhr-box-share .dhr-share-facebook {
  background-color: #1877f2;
}

.dhr-box-share .dhr-share-twitter {
  background-color: #1da1f2;
}

.dhr-box-share .dhr-share-linkedin {
  background-color: #2867b2;
}

.dhr-box-share .dhr-share-email {
  background-color: #828282;
}

@media (min-width: 576px) {
  .dhr-box-share {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (min-width: 768px) {
  .dhr-box-share {
    gap: 10px;
  }
}

@media (min-width: 992px) {
  .dhr-box-share .dhr-share-icon {
    padding: 10px;
  }
}

/*
## Footer Grid
*/
.dhr-footer {
  color: #ffffff;
  background-color: var(--footer-color);
}

.dhr-footer a {
  color: #ffffff;
}

.dhr-footer .dhr-footer-grid {
  margin-top: 2.5rem;
  padding: 4rem 0 3.4rem 0;
}

.dhr-footer .dhr-row-footer {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  gap: 24px;
}

/*
## Footer Inline
*/
.dhr-footer .dhr-footer-inline {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: 1px solid #ffffff1a;
}

.dhr-footer .dhr-footer-inline .dhr-footer-inline-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.dhr-footer .dhr-footer-inline span.h5 {
  color: white;
}

.dhr-footer .dhr-footer-inline ul {
  margin: 0px;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.dhr-footer .dhr-footer-inline ul li {
  list-style: none;
}

.dhr-footer .dhr-footer-inline ul li a {
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 400;
}

.dhr-footer .dhr-footer-inline img {
  max-width: 100%;
  width: 150px;
}

@media (min-width: 768px) {
  .dhr-footer .dhr-row-footer {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 992px) {
  .dhr-footer .dhr-row-footer {
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
  }
  .dhr-footer .dhr-footer-inline .dhr-footer-inline-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .dhr-footer .dhr-footer-inline span.h5 {
    margin-bottom: 0px;
  }
  .dhr-footer .dhr-footer-inline ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 10px;
            column-gap: 10px;
  }
}
/*# sourceMappingURL=main.css.map */