@font-face {
    font-family: Frankling;
    src: url('Document fonts/ITCFranklinGothicStd-BkCdIt.otf'),
        url('Document fonts/ITCFranklinGothicStd-Book.otf'),
        url('Document fonts/ITCFranklinGothicStd-BookIt.otf'),
        url('Document fonts/ITCFranklinGothicStd-Demi.otf'),
        url('Document fonts/ITCFranklinGothicStd-DemiIt.otf'),
        url('Document fonts/ITCFranklinGothicStd-Med.otf');
}
body {
    background-color:#8d1658;
}
.popup-overlay {
    display: none;
    background: #ffffff;
    z-index: 2147483646;
}

.popup-overlay:hover {
    cursor: default;
}

.popup-overlay.active {
    visibility: visible;
    text-align: center;
}

.popup-content.active {
    visibility: visible;
}


.popup-content p {
    /*font-family: Montserrat, sans-serif;*/
    font-family:Frankling;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    padding: 15px 25px;
    text-align: center;
}

.popup-content p span {
    display: inline-block;
    padding-bottom: 20px;
}

.btn-right {
    margin: 2vw;
    border: 2px solid #8d1658;
    width: 150px;
    padding: 1vw;
    font-size: 21.12px;
    line-height: 26px;
    color: #8d1658;
    font-family:Frankling;
}

.btn-left {
    margin: 2vw;
    border: 2px solid #8d1658;
    width: 150px;
    padding: 1vw;
    font-size: 21.12px;
    line-height: 26px;
    color: #8d1658;
    font-family:Frankling;
}

.popup-content .t-strong {
    margin: 10px;
    font-weight: bold;
}

.popup-content .t-strong {
    margin: 10px;
    font-weight: bold;
}

.popup-content .boton-text-popup {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    justify-content: center;
    margin-bottom: 70px;
}

.popup-content .boton-text-popup p {
    font-size: 14px;
    line-height: 18px;
}

.popup-content .boton-text-popup>div {
    width: 50%;
}

.popup-content .boton-text-popup .btn-right,
.popup-content .boton-text-popup .btn-left {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    min-height: 55%;
    white-space: break-spaces;
    margin: 1vw;
}


