/* Skin Eventos */

.eventos-wrapper{
    display:flex;
    flex-wrap:wrap;
    gap:20px;
}

.eventos-wrapper h3.elementor-post__title {
    padding: 0;
    margin: 0;
}

.article-evento-background {
    padding: 60px 40px;
    width: 100%;
    height: 605px;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 8px;
    z-index: 0;
}

.article-evento-background::before {
    content: "";
    position: absolute;
    inset: -1px;
    background: inherit;
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease;
    z-index: -1;
    border-radius: inherit;
    pointer-events: none;
}

.article-evento-background:hover::before {
    transform: scale(1.1);
}

.article-evento-background > * {
    position: relative;
    z-index: 2;
}

.evento-edicao{
    color: #FFF;
    font-family: "All Round Gothic";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.tipo-de-evento{
    color: #89C9C8;
    font-family: "All Round Gothic";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.localizacao-evento{
    color: #FFF;
    font-family: "All Round Gothic";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.col-localizacao {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}


.other-events{
    padding: 60px 40px;
    width: 372px;
    height: 604px;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 0;
}

.other-events {
    width: 100%;
    height: 605px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(137, 201, 200, 0.00) 49%, rgba(137, 201, 200, 0.30) 100%);
    border: 1px solid #89C9C8;
    transition: background 0.5s ease-in-out, opacity 0.3s ease;
}

.other-events:hover {
    background: linear-gradient(180deg, rgba(137, 201, 200, 0.00) 10%, rgba(137, 201, 200, 0.50) 100%);
    opacity: 0.9;
}

.other-events-title {
    color: #89C9C8;
    text-align: center;
    font-family: "All Round Gothic";
    font-size: 32px;
    font-style: normal;
    font-weight: 350;
    line-height: normal;
    text-transform: capitalize !important;
}

/* Fim Skin Eventos */

/* Skin Calendario */

.skin-calendario .elementor-post__thumbnail {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.skin-calendario .elementor-post__thumbnail img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  display: block;
}

.skin-calendario .elementor-post__thumbnail::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(137, 201, 200, 0.00) 49%, rgba(137, 201, 200, 0.30) 100%),
    rgba(39, 39, 39, 0.86);
  z-index: 1;
  pointer-events: none;
}

.skin-calendario .elementor-post__text {
  position: absolute;
  width: 250px !important;
  z-index: 2;
}

.skin-calendario .elementor-posts .elementor-post {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.skin-calendario a.elementor-post__thumbnail__link {
    margin-bottom: 0px !important;
}

.skin-calendario .elementor-post__event-date{
    color: #89C9C8;
    text-align: center;
    font-family: "All Round Gothic";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom:10px;
}

/* Fim Skin Calendario */