#mainMenu>ul>li:nth-child(6) a {
  background-color: black !important;
  -webkit-box-shadow: var(--component-shadow);
  box-shadow: var(--component-shadow);
}
#mainMenu .btn-callToAction {
  background-color: black !important;
  -webkit-box-shadow: var(--component-shadow2);
  box-shadow: var(--component-shadow2);
}

#home .header-with-text {
  background-color: #fc361d;
  background-size: cover;
  background-position-x: right;
  background-position-y: top;
  background-attachment: fixed;
  /* height: 580px; */
  height: 170px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#home .header-with-text .overlay {
  width: 100%;
  height: 150%;
  position: absolute;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-8.38%, rgba(250, 250, 250, 0.5)), color-stop(91.62%, rgba(0, 0, 0, 0.5)));
  background: linear-gradient(180deg, rgba(250, 250, 250, 0.5) -8.38%, rgba(0, 0, 0, 0.5) 91.62%);
}

#home .header-with-text .wrapper {
  padding: 30px;
  width: 100%;
  max-width: 830px;
}

#home .header-with-text .wrapper h2 {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  color: #FFFFFF;
  margin-top: 50px;
}

#home .header-with-text h2 strong {
  font-weight: bold
}

#noticias {
  max-width: 1326px;
  margin: 0 auto;
  margin-bottom: 100px;
}

#noticias .wrapper {
  font-family: Roboto;
  font-style: normal;
  width: 100%;
  position: relative;
  max-width: 1326px;
  margin: 0 auto
}

#noticia-search {
  padding-top: 3vw;
}

#noticia-search .filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  min-height: 50px;
  padding-bottom: 40px !important;
  border-bottom: var(--border-bottom);
}

#noticia-search .filter .searcher {
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  color: black;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 31px;
  width: 100%;
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
  padding-right: 30px;
  -webkit-box-shadow: 1px 1px 10px rgba(100, 100, 100, 0.2);
  box-shadow: 1px 1px 10px rgba(100, 100, 100, 0.2);
  border: none;
}

#noticia-search .filter .searcher form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
}

#noticia-search .filter .searcher button {
  border: none;
  background: transparent;
  margin: 0;
  padding: 16px;
  margin-left: 12;
}

#noticia-search .filter .searcher i {
  color: var(--footerColorGrey);
}

#noticia-search .filter .searcher input {
  margin: 0 10px;
  font-family: Lato;
  font-weight: regular;
  font-size: 18px;
  line-height: 14px;
  letter-spacing: 0.342857px;
  color: #222;
  border: none;
  padding: 8px;
  width: 100%;
}

#noticia-search .stretch {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#noticia-search .filter .categorie {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
}

#noticia-search .filter .categorie label {
  color: #666;
  padding: 15px;
  padding-right: 25px;
}

#noticia-search .input-group select {
  -webkit-appearance: none;
  padding-right: 70px;
  min-width: 320px;
  /* min-width: min-content; */
}

.custom-dropdown {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.custom-dropdown select {
  text-overflow: '';
  -webkit-appearance: button;
  /* hide default arrow in chrome OSX */
}

.custom-dropdown::before,
.custom-dropdown::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.custom-dropdown::after {
  /*  Custom dropdown arrow */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  font-size: 16px;
  line-height: 1;
  right: 1.2em;
  top: 50%;
  margin-top: -.5em;
  margin-right: 18px;
  color: #666;
  position: absolute;
}

.custom-dropdown::before {
  /*  Custom dropdown arrow cover */
  width: 2em;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0 3px 3px 0;
}

.custom-dropdown select[disabled] {
  color: rgba(0, 0, 0, .3);
}

.custom-dropdown select[disabled]::after {
  color: rgba(0, 0, 0, .1);
}

#noticia-search select {
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  color: black;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 31px;
  width: 100%;
  max-width: 286px;
  padding: 16px 35px;
}

#noticia-search select>option {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 10px;
}

#noticia-search h3 {
  margin: 3vw 0px;
  padding: 0;
}

#noticia-search {
  padding: 60px 30px !important;
}

.no-data {
  padding: 30px;
}

@media all and (max-width: 972px) {
  #noticia-search .filter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }

  #noticia-search .filter .searcher,
  #noticia-search .filter .categorie {
    margin: 10px 0;
  }
}

@media all and (max-width: 1200px) {
  #home .header-with-text {
    height: 100px;
  }
}

#noticias>.wrapper>article {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  width: calc(325px - 1rem);
  padding: 34px;
  margin: 11px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

#noticias article {
  float: left;
}

.grid-item--height2 {
  height: 140px;
}

#noticias>.wrapper>article:hover {
  -webkit-box-shadow: 0px 4px 30px var(--color-shadow);
  box-shadow: 0px 4px 30px var(--color-shadow);
}

#noticias>.wrapper>article:hover footer .arrow {
  visibility: visible
}

#noticias>.wrapper>article header {
  position: relative;
  max-width: calc(100% + 68px);
  /* overflow: hidden !important; */
  margin: -34px;
  height: auto;
  border-radius: 10px 10px 0px 0px;
}

#noticias>.wrapper>article header img {
  width: 100%;
  height: auto;
  border-radius: 10px 10px 0 0;
}

#noticias>.wrapper>article header img.fit-width {
  height: auto;
  width: 100%;
}

#noticias>.wrapper>article header img.fit-height {
  height: 100%;
  width: auto;
}

#noticias>.wrapper>article>.likes {
  bottom: 0px;
  width: 63px;
  height: 63px;
  bottom: -25px;
  left: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#noticias>.wrapper>article>.likes .bg {
  fill: white;
  width: 63px;
  height: 63px;
  position: absolute;
}

#noticias>.wrapper>article>.likes .bg {
  -webkit-filter: drop-shadow(0px 4px 30px rgba(160, 208, 99, 0.5));
  filter: drop-shadow(0px 4px 30px rgba(160, 208, 99, 0.5));
}

#noticias>.wrapper>article>.likes .content {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#noticias>.wrapper>article>.likes .content i {
  padding-bottom: 4px;
}

#noticias>.wrapper>article>.likes .content i.fas {
  color: var(--color-gns);
}

#noticias>.wrapper>article>.likes .content h5 {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  /* line-height: 34px; */
  letter-spacing: -0.666667px;
  color: #21293A;
  margin: 0;
  padding: 0;
}

#noticias>.wrapper>article .content .tag {
  font-weight: bold;
  font-size: 12px;
  line-height: 17px;
  padding: 0px;
  margin-bottom: 0;
}

#noticias>.wrapper>article .content .tag a{
  color: var(--color-base) !important;
}

#noticias>.wrapper>article .content .title {
  font-weight: bold;
  font-size: 22px;
  line-height: 25px;
  letter-spacing: -0.666667px;
  color: #21293A;
  margin: 10px 0;
}

#noticias>.wrapper>article .content .post-date {
  font-weight: normal;
  font-size: 0.75rem;
  line-height: 1rem;
  color: #8E99AF;
  opacity: 0.8;
  max-width: 200px;
}

#noticias>.wrapper>article .content .description {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #8E99AF;
  max-width: 200px;
}

#noticias>.wrapper>article footer {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#noticias>.wrapper>article footer .arrow {
  fill: var(--color-base);
  visibility: hidden;
  width: 53px;
  height: 17px;
}

#noticias>.wrapper>article footer .socialLinks i {
  color: #DBDBDB;
  font-size: 12px;
  padding: 0 10px;
}

#noticias>.wrapper>article footer .socialLinks li:last-child i {
  padding-right: 0;
}

#noticias>.wrapper>article footer .socialLinks i:hover {
  color: #202020;
}

#noticias>.wrapper>article footer .socialLinks ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0px;
  padding: 0px;
}

#noticias>.wrapper>article footer .socialLinks ul li {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

#noticias nav {
  display: block;
  padding: 50px 30px;
}

#noticias .pagination {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

#noticias .justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

#noticias .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
}

#noticias .page-item.disabled .page-link {
  color: #999;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

#noticias .pagination ul {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 1em;
  margin-block-start: 1em;
  -webkit-margin-after: 1em;
  margin-block-end: 1em;
  -webkit-margin-start: 0px;
  margin-inline-start: 0px;
  -webkit-margin-end: 0px;
  margin-inline-end: 0px;
  -webkit-padding-start: 40px;
  padding-inline-start: 40px;
}

#noticias .pagination li {
  display: list-item;
  text-align: -webkit-match-parent;
}

#noticias .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #222;
  border-color: #333;
}

#noticias .page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

#noticias .page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #333;
  background-color: #fff;
  border: 1px solid #dee2e6;
}


#noticias .page-link:hover {
  color: #111;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

body {
  overflow-x: hidden;
}


#mainMenu>ul>li:nth-child(6) a {
  background-color: var(--color-base);
  padding: 8px 24px;
  border-radius: 100px;
  border-bottom: none !important;
  -webkit-box-shadow: var(--component-shadow);
  box-shadow: var(--component-shadow);
}

#mainMenu>ul>li:nth-child(6) a:hover {
  background-color: var(--color-tint);
}

#mainMenu>ul>li:nth-child(6) a:focus {
  background-color: var(--color-shade);
}


@media all and (max-width: 800px) {
  .header-with-text h2 {
    font-size: 40px;
    font-size-adjust: initial;
    line-height: normal;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    -webkit-transition-duration: 1.0s;
    transition-duration: 1.0s;
  }
}

@media all and (max-width: 700px) {
  .header-with-text h2 {
    font-size: 30px;
    font-size-adjust: initial;
    line-height: normal;
  }
}

.header-with-text .wrapper {
  z-index: 1;
}

.wrapper {
  margin-right: auto;
  /* 1 */
  margin-left: auto;
  /* 1 */

  max-width: 1350px;
  /* 2 */
}

#noticia-search .input-group {
  width: min-content;
}