.landing_page_popup_container .popup__overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 130;
    background-color: rgba(0, 0, 0, 0.7);
    overflow: auto;
}

.landing_page_popup_container .popup__content {
    width: 720px;
    margin: 50px auto;
    position: relative;
    padding-top: 60px;
}

.landing_page_popup_container .popup__close_button {
    position: absolute;
    top: 10px;
    right: 20px;
    color: #EC443D;
    font-family: "GillSans", sans-serif;
    font-size: 21px;
    line-height: 28px;
    text-transform: uppercase;
    cursor: pointer;
}

.landing_page_popup_container .popup__close_button__cross {
    width: 18px;
    height: 18px;
    top: 0;
    left: 4px;
    display: inline-block;
    position: relative;
}

.landing_page_popup_container .popup__close_button__cross:before,
.landing_page_popup_container .popup__close_button__cross:after {
    position: absolute;
    content: "";
    height: 3px;
    width: 100%;
    top: 50%;
    left: 0;
}

.landing_page_popup_container .popup__close_button__cross:before {
    transform: rotate(45deg);
}

.landing_page_popup_container .popup__close_button__cross:after {
    transform: rotate(-45deg);
}

.landing_page_popup_container .popup__close_button__cross--green:before,
.landing_page_popup_container .popup__close_button__cross--green:after {
    background-color:#EC443D;
}

.landing_page_popup_container .popup__close_button__cross--grey:before,
.landing_page_popup_container .popup__close_button__cross--grey:after {
    background-color: #CCC;
}

#ticket_examples {
    display: none;
}

.landing_page_popup_container .ticket_examples {
    width: 620px;
    border: 4px solid #BEC841;
    border-radius: 30px;
    box-shadow: 6px 6px 0px 0px #00000040;
}

.ticket_examples{
    background-color: #ffffff;
    padding: 40px 0 0;
}

.ticket_examples .section-details table {
    width: 94%;
    margin: 0px auto 15px;
    border-collapse: unset;
    border-spacing: 5px;
    position: relative;
}

.ticket_examples .section-details th {
    color: #ffffff;
    text-align: center;
    background: #378F7E;
    vertical-align: middle;
    padding: 10px 15px;
    text-transform: uppercase;
    white-space: nowrap;
    font-family: 'Montserrat', sans-serif;
}

.ticket_examples .section-details td {
    background: #F6F6F6;
    text-align: center;
    vertical-align: top;
    padding: 10px;
}

.ticket_examples img{
    margin: 0 auto;
    max-width: 90%;
 }

 .ticket_examples .triangle-icon-box {
    float: left;
    width: 20px;
    height: 20px;
    transform: rotate(90deg);
}

 .ticket_examples .triangle-icon-box .triangle {
    fill: #EC443D;
    stroke: #EC443D;
    stroke-width: 50;
}

.ticket_examples .ticket-counts {
    display: inline-block;
}

.ticket_examples .section-details td .ticket-count {
    font: normal normal normal 19px/22px 'AveriaLibre-Bold';
    float: left;
    padding-right: 5px;
    color: #000000;
}

@media (max-width: 550px) {
    .landing_page_popup_container .popup__content {
        width: 100%;
        /* min-height: 100%; */
        /* margin: 0 auto; */
    }
        .ticket_examples .section-details th{
            padding:  10px 5px;
        }
}
