.zp_content_popup_layout {
    width: 100%;
    height: 100%;
}

.zp_popup_section{
  position: relative;
  overflow: hidden;
}

.zp_popup_section::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.95;
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 30%),
    linear-gradient(180deg, rgba(137, 201, 200, 0.00) 49%, rgba(137, 201, 200, 0.30) 100%),
    #272727;
  filter: drop-shadow(4px 8px 14px rgba(0, 0, 0, 0.15));
}


.zp_popup_inner{
    z-index: 2;
    width: 100%;
    max-width: 400px;
    padding: 0 20px;
}

.zp_popup_section {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    padding: 20px 0px;
}

p.zp_popup_edicao{
    color: #FFF;
    font-family: "All Round Gothic";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

p.zp_popup_curso{
    color: #89C9C8;
    font-family: "All Round Gothic";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

p.zp_popup_titulo{
    color: #FFF;
    font-family: "All Round Gothic";
    font-size: 32px;
    font-style: normal;
    font-weight: 350;
    line-height: normal;
    
}

p.zp_popup_resumo{
    color: #FFF;
    font-family: "All Round Gothic";
    font-size: 16px;
    font-style: normal;
    font-weight: 350;
    line-height: normal;
}

.zp_popup_infos_evento {
    display: flex;
    gap: 15px;
    color: #FFF;
    font-family: "All Round Gothic";
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

p.zp_popup_local,
p.zp_popup_data,
p.zp_popup_duracao{
    display: flex;
    gap: 10px;
}

a.zp_popup_button{
    color: #89C9C8;
    font-family: "All Round Gothic";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.zp_background_popup {
    background:
        linear-gradient(0deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.0) 30%),
        linear-gradient(180deg, rgba(137, 201, 200, 0.00) 49%, rgba(137, 201, 200, 0.30) 100%),
        center/cover no-repeat;
    overflow: hidden;
    padding: 30px;
    width: 100%;
    max-width: 600px;
    height:600px;
    display: flex;
    align-items: center;
    background-position: center;
    background-size: cover;
}


span.search-filter-no-results-message {
    color: #FFF !important;
    font-family: "All Round Gothic" !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
    text-align:center !important;
}

@media screen and (max-width: 767px) {
    .zp_popup_section {
        padding: 20px;
        align-items: flex-start;
    }

    .zp_popup_inner {
        max-width: 100%;
    }

    .zp_popup_section::after {
        border-radius: 0;
    }
}

#elementor-popup-modal-2213{
    opacity:0;
    visibility:hidden;
}

#elementor-popup-modal-2213.zp_show_pop_up{
    opacity:1;
    visibility:visible;
    transition:all 1s ease;        
}