﻿/*#region EXIT POP UP */
.exit-popup {
    display: none;
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

    .exit-popup .box {
        position: absolute;
        padding: 25px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #37475A;
        color: #fff;
        background-image: url('https://proximolivro.net/Images/Ilustracao/PopUp-Background.png');
        background-position: center center;
        background-clip: inherit;
        background-size: cover;
        background-repeat: no-repeat
    }

@media only screen and (max-width: 800px) {
    .exit-popup .box {
        max-width: 500px;
        width: 80%
    }

        .exit-popup .box ul li {
            margin-bottom: 10px
        }
}

.exit-popup .box .btn {
    margin-top: 5px;
    margin-bottom: 5px
}

.exit-popup .box a:not(.btn) {
    color: #FEBD69;
    text-decoration: underline
}

.exit-popup .box a:hover,
.exit-popup .box a:focus {
    text-decoration: none
}

.exit-popup .box h1, .exit-popup .box h2, .exit-popup .box h3 {
    font-family: Verdana !important
}


.exit-popup .box p,
.exit-popup .box ul {
    margin-bottom: 25px
}

    .exit-popup .box p,
    .exit-popup .box p ul li {
        font-family: Cambria, Calibri !important;
        font-size: 1.35rem
    }

.exit-popup .box .close {
    position: absolute;
    left: 100%;
    top: 0;
    margin: -10px 0 0 -10px;
    width: 20px;
    height: 20px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    background-color: #5c5c5c;
    cursor: pointer;
    text-decoration: none;
}
/*#endregion */
