.views-exposed-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 16px calc((100vw - 1140px) / 2);
  background: #c4d600;
  gap: 8px;
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  .views-exposed-form {
    padding: 16px;
  }
}
@media (max-width: 768px) {
  .views-exposed-form {
    padding: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }
}
.views-exposed-form #views-exposed-form-news-block-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
}
@media (max-width: 1024px) {
  .views-exposed-form #views-exposed-form-news-block-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.views-exposed-form .form-wrapper fieldset {
  border: none;
  padding: 0;
}
.views-exposed-form .form-wrapper fieldset legend {
  display: none;
}
.views-exposed-form .form-wrapper fieldset .fieldset-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .views-exposed-form .form-wrapper fieldset .fieldset-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .views-exposed-form .form-wrapper fieldset .fieldset-wrapper input {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
.views-exposed-form .form-item label {
  display: none;
}
.views-exposed-form .form-item input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 16px;
  height: 56px;
  font-size: 16px;
  font-weight: 400;
  color: var(--Texto-02, #5c5c5c);
  border: 1px solid var(--Gris-03, #c1c1c1);
  background: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: NexaText, sans-serif;
  font-style: normal;
  line-height: normal;
  -webkit-font-feature-settings: "liga" off, "clig" off;
  font-feature-settings: "liga" off, "clig" off;
}
@media (max-width: 768px) {
  .views-exposed-form .form-item input {
    width: 100%;
  }
}
.views-exposed-form .form-actions .form-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: var(--Azul-01, #008ac9);
  margin-top: 32px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  .views-exposed-form .form-actions .form-submit {
    width: 100% !important;
  }
}
.views-exposed-form .form-actions .form-submit:hover {
  background: var(--Azul-03, #00a9e0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.views-exposed-form .form-actions .form-submit[disabled] {
  background: #e4e5e4;
  color: #c1c1c1;
}
@media (max-width: 768px) {
  .views-exposed-form .form-actions .form-submit {
    width: 100%;
  }
}
.views-exposed-form .form-actions .form-submit {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 0;
  height: 56px;
  border: none;
}
@media (max-width: 768px) {
  .views-exposed-form .form-actions .form-submit {
    margin-top: 24px;
  }
}
.views-exposed-form .form-actions .form-submit:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("../../images/icon/arrow-right.svg");
  background-size: cover;
  z-index: 1;
}

.views-infinite-scroll-content-wrapper .views-view-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 calc((100vw - 1140px) / 2);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 1024px) {
  .views-infinite-scroll-content-wrapper .views-view-grid {
    padding: 32px 16px;
  }
}
@media (max-width: 768px) {
  .views-infinite-scroll-content-wrapper .views-view-grid {
    padding: 40px 16px 16px;
    gap: 16px;
  }
}
.views-infinite-scroll-content-wrapper .views-view-grid .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  padding: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.views-infinite-scroll-content-wrapper .views-view-grid .views-row {
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 24px;
}
@media (max-width: 768px) {
  .views-infinite-scroll-content-wrapper .views-view-grid .views-row {
    gap: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.views-infinite-scroll-content-wrapper .views-view-grid .views-row.clearfix::after {
  content: none;
}
.views-infinite-scroll-content-wrapper .views-view-grid .views-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: 0 4px 8px 0 rgba(48, 49, 51, 0.15);
  box-shadow: 0 4px 8px 0 rgba(48, 49, 51, 0.15);
  overflow: hidden;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(33.3333% - 16px);
  flex: 0 0 calc(33.3333% - 16px);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 768px) {
  .views-infinite-scroll-content-wrapper .views-view-grid .views-col {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: auto !important;
  }
}
.views-infinite-scroll-content-wrapper .views-view-grid .views-field:nth-of-type(1) .contextual-region div {
  height: 230px;
  overflow: hidden;
}
.views-infinite-scroll-content-wrapper .views-view-grid .views-field:nth-of-type(1) .contextual-region img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.views-infinite-scroll-content-wrapper .views-view-grid .views-field-created {
  font-size: 16px;
  font-weight: 400;
  color: var(--Texto-02, #5c5c5c);
  -webkit-font-feature-settings: "liga" off, "clig" off;
  font-feature-settings: "liga" off, "clig" off;
  font-style: normal;
  line-height: normal;
}
@media (max-width: 768px) {
  .views-infinite-scroll-content-wrapper .views-view-grid .views-field-created {
    font-size: 14px;
  }
}
.views-infinite-scroll-content-wrapper .views-view-grid .views-field-title {
  font-size: 20px;
  font-weight: 800;
  color: var(--Texto-01, #2d2d2d);
  -webkit-font-feature-settings: "liga" off, "clig" off;
  font-feature-settings: "liga" off, "clig" off;
  font-style: normal;
  line-height: normal;
}
@media (max-width: 768px) {
  .views-infinite-scroll-content-wrapper .views-view-grid .views-field-title {
    font-size: 18px;
  }
}
.views-infinite-scroll-content-wrapper .views-view-grid .views-field-view-node a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: var(--Azul-01, #008ac9);
  margin-top: 32px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  .views-infinite-scroll-content-wrapper .views-view-grid .views-field-view-node a {
    width: 100% !important;
  }
}
.views-infinite-scroll-content-wrapper .views-view-grid .views-field-view-node a:hover {
  background: var(--Azul-03, #00a9e0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.views-infinite-scroll-content-wrapper .views-view-grid .views-field-view-node a[disabled] {
  background: #e4e5e4;
  color: #c1c1c1;
}
@media (max-width: 768px) {
  .views-infinite-scroll-content-wrapper .views-view-grid .views-field-view-node a {
    width: 100%;
  }
}
.views-infinite-scroll-content-wrapper .views-view-grid .views-field-view-node a {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 0;
  height: 56px;
  border: none;
  margin-top: 0;
}
@media (max-width: 768px) {
  .views-infinite-scroll-content-wrapper .views-view-grid .views-field-view-node a {
    width: auto;
    justify-self: flex-start;
  }
}
.views-infinite-scroll-content-wrapper .views-view-grid .views-field-view-node a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("../../images/icon/arrow-right.svg");
  background-size: cover;
  z-index: 1;
}
.views-infinite-scroll-content-wrapper .views-view-grid .views-field-created .field-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.views-infinite-scroll-content-wrapper .views-view-grid .views-field-created .field-content::before {
  content: "";
  background-image: url("./../../images/icon/calendar-green.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100%;
  display: block;
  width: 24px;
  height: 24px;
}

.highlighted-events {
  margin: 60px auto;
}
@media (max-width: 1024px) {
  .highlighted-events {
    padding: 40px 16px 16px;
  }
}
.highlighted-events .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-right: 0;
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  .highlighted-events .header {
    margin-right: 16px;
  }
}
@media (max-width: 768px) {
  .highlighted-events .header {
    margin: 0 16px 16px 0;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.highlighted-events .header h2 {
  font-size: 32px;
  font-weight: 800;
  line-height: 40px;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .highlighted-events .header h2 {
    font-size: 28px;
  }
}
.highlighted-events .header .controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.highlighted-events .header .controls .control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  border-radius: 40px;
  border: 2px solid var(--Azul-01, #008ac9);
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.highlighted-events .header .controls .control svg {
  fill: var(--Azul-01, #008ac9);
  width: 24px;
  height: 24px;
}
.highlighted-events .header .controls .control.inactive {
  border: 2px solid var(--Gris-03, #c1c1c1);
  cursor: not-allowed;
}
.highlighted-events .header .controls .control.inactive svg {
  fill: var(--Gris-03, #c1c1c1);
}
.highlighted-events .header.bottom {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .highlighted-events .header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
  }
}
.highlighted-events .views-view-responsive-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  gap: 24px;
  width: 100%;
  max-width: 1140px;
}
@media (max-width: 768px) {
  .highlighted-events .views-view-responsive-grid {
    gap: 16px;
  }
}
.highlighted-events .views-view-responsive-grid .views-view-responsive-grid__item {
  position: relative;
  width: 360px;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0 4px 8px 0 rgba(48, 49, 51, 0.15);
  box-shadow: 0 4px 8px 0 rgba(48, 49, 51, 0.15);
  overflow: hidden;
  overflow-x: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* Includes padding and border in the total width */
  position: relative;
  height: 570px;
}
@media (max-width: 768px) {
  .highlighted-events .views-view-responsive-grid .views-view-responsive-grid__item {
    width: 90%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.highlighted-events .views-view-responsive-grid .views-view-responsive-grid__item .calendario-highlighted {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.highlighted-events .views-view-responsive-grid .views-view-responsive-grid__item .calendario-highlighted .image-wrapper {
  position: relative;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.highlighted-events .views-view-responsive-grid .views-view-responsive-grid__item .calendario-highlighted .image-wrapper .tags {
  position: absolute;
  top: 24px;
  left: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 16px;
  list-style: none;
  padding: 0;
}
.highlighted-events .views-view-responsive-grid .views-view-responsive-grid__item .calendario-highlighted .image-wrapper .tags .tag {
  border-radius: 0 4px 4px 0;
  background: #fff;
  overflow: hidden;
  padding: 4px 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  color: #ff7a52;
  border: 1px solid transparent;
}
.highlighted-events .views-view-responsive-grid .views-view-responsive-grid__item .calendario-highlighted .image-wrapper .tags {
  left: auto;
  right: 0;
}
.highlighted-events .views-view-responsive-grid .views-view-responsive-grid__item .calendario-highlighted .image-wrapper .tags .tag {
  border-radius: 4px 0 0 4px;
}
.highlighted-events .views-view-responsive-grid .views-view-responsive-grid__item .calendario-highlighted .image-wrapper .image {
  height: 159px;
  overflow: hidden;
}
.highlighted-events .views-view-responsive-grid .views-view-responsive-grid__item .calendario-highlighted .image-wrapper .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.highlighted-events .views-view-responsive-grid .views-view-responsive-grid__item .calendario-highlighted .image-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  opacity: 0.4;
}
.highlighted-events .views-view-responsive-grid .views-view-responsive-grid__item .calendario-highlighted .content-wrapper {
  padding: 32px;
  color: #fff;
}
@media (max-width: 768px) {
  .highlighted-events .views-view-responsive-grid .views-view-responsive-grid__item .calendario-highlighted .content-wrapper {
    padding: 16px;
  }
}
.highlighted-events .views-view-responsive-grid .views-view-responsive-grid__item .calendario-highlighted .content-wrapper .title {
  margin: 0 0 16px;
  font-size: 19px;
  font-weight: 800;
  color: #2d2d2d;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .highlighted-events .views-view-responsive-grid .views-view-responsive-grid__item .calendario-highlighted .content-wrapper .title {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
.highlighted-events .views-view-responsive-grid .views-view-responsive-grid__item .calendario-highlighted .content-wrapper .summary {
  font-size: 16px;
  font-weight: 700;
  color: #78be20;
  margin-bottom: 16px;
  line-height: 24px;
}
@media (max-width: 768px) {
  .highlighted-events .views-view-responsive-grid .views-view-responsive-grid__item .calendario-highlighted .content-wrapper .summary {
    font-size: 12px;
    margin-bottom: 12px;
  }
}
.highlighted-events .views-view-responsive-grid .views-view-responsive-grid__item .calendario-highlighted .content-wrapper .body {
  margin-bottom: 16px;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #2d2d2d;
}
@media (max-width: 768px) {
  .highlighted-events .views-view-responsive-grid .views-view-responsive-grid__item .calendario-highlighted .content-wrapper .body {
    font-size: 12px;
    margin-bottom: 12px;
  }
}
.highlighted-events .views-view-responsive-grid .views-view-responsive-grid__item .calendario-highlighted .content-wrapper .dates {
  margin-bottom: 12px;
}
.highlighted-events .views-view-responsive-grid .views-view-responsive-grid__item .calendario-highlighted .content-wrapper .dates .date-range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #2d2d2d;
}
@media (max-width: 768px) {
  .highlighted-events .views-view-responsive-grid .views-view-responsive-grid__item .calendario-highlighted .content-wrapper .dates .date-range {
    font-size: 14px;
  }
}
.highlighted-events .views-view-responsive-grid .views-view-responsive-grid__item .calendario-highlighted .content-wrapper .dates .date-range svg {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.highlighted-events .views-view-responsive-grid .views-view-responsive-grid__item .calendario-highlighted .content-wrapper .dates .date-range svg path {
  fill: #000;
}
@media (max-width: 768px) {
  .highlighted-events .views-view-responsive-grid .views-view-responsive-grid__item .calendario-highlighted .content-wrapper .dates .date-range svg {
    width: 16px;
    height: 16px;
  }
}
.highlighted-events .views-view-responsive-grid .views-view-responsive-grid__item .calendario-highlighted .content-wrapper .location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #2d2d2d;
}
@media (max-width: 768px) {
  .highlighted-events .views-view-responsive-grid .views-view-responsive-grid__item .calendario-highlighted .content-wrapper .location {
    font-size: 14px;
    margin-bottom: 12px;
  }
}
.highlighted-events .views-view-responsive-grid .views-view-responsive-grid__item .calendario-highlighted .content-wrapper .location svg {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.highlighted-events .views-view-responsive-grid .views-view-responsive-grid__item .calendario-highlighted .content-wrapper .location svg path {
  fill: #000;
}
@media (max-width: 768px) {
  .highlighted-events .views-view-responsive-grid .views-view-responsive-grid__item .calendario-highlighted .content-wrapper .location svg {
    width: 16px;
    height: 16px;
  }
}
.highlighted-events .views-view-responsive-grid .views-view-responsive-grid__item .calendario-highlighted .content-wrapper .cta-wrapper .more-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  border-radius: 5px;
  background: var(--Azul-01, #008ac9);
  text-transform: uppercase;
  padding: 12px 24px;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.highlighted-events .views-view-responsive-grid .views-view-responsive-grid__item .calendario-highlighted .content-wrapper .cta-wrapper .more-link:hover {
  background: var(--Azul-03, #00a9e0);
}
.highlighted-events .more-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 72px;
}
@media (max-width: 768px) {
  .highlighted-events .more-link {
    margin: 0 16px 40px;
  }
}
.highlighted-events .more-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: var(--Azul-01, #008ac9);
  margin-top: 32px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  .highlighted-events .more-link a {
    width: 100% !important;
  }
}
.highlighted-events .more-link a:hover {
  background: var(--Azul-03, #00a9e0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.highlighted-events .more-link a[disabled] {
  background: #e4e5e4;
  color: #c1c1c1;
}
@media (max-width: 768px) {
  .highlighted-events .more-link a {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .highlighted-events .more-link a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 768px) {
  .highlighted-events .more-link a {
    width: 100%;
    margin-top: 0;
  }
}
.highlighted-events footer a.all-events {
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: var(--Azul-01, #008ac9);
  margin-top: 32px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  .highlighted-events footer a.all-events {
    width: 100% !important;
  }
}
.highlighted-events footer a.all-events:hover {
  background: var(--Azul-03, #00a9e0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.highlighted-events footer a.all-events[disabled] {
  background: #e4e5e4;
  color: #c1c1c1;
}
@media (max-width: 768px) {
  .highlighted-events footer a.all-events {
    width: 100%;
  }
}

.views-infinite-scroll-content-wrapper .views-view-responsive-grid {
  margin: 0 auto 24px;
}
/*# sourceMappingURL=highlighted-events.css.map */
