.popup-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.6);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.page-id-159 .popup-overlay, .page-id-299 .popup-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.6);
    z-index: 9999;
    justify-content: center;
    align-items: end;
}

.popup-content {
    background: #fff;
    padding: 25px;
    max-width: 400px;
    width: 90%;
    position: relative;
    border-radius: 12px;
}
.page-id-159 .popup-content, .page-id-299 .popup-content {
    background: #fff;
    padding: 25px;
    max-width: 400px;
    width: 90%;
    position: relative;
    border-radius: 12px;
	margin-bottom: 30px;
}

.info-popup {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.info-popup img {
    width: 40px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.popup-content form {
    margin: 0 !important;
}
#popup-cotizar br {
    display: none;
}
.popup-content .wpcf7-submit {
    background-color: #003D82;
    width: 100%;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 14px;
    border-radius: 8px;

}

.popup-close {
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
    font-size: 22px;
}

.popup-overlay.active {
    display: flex;
}
