#popup {
    transform: scale(0.7);
    display: none;
    z-index: 99999;
    position: fixed;
    justify-content: center;
    align-items: center;
    width: 480px;
    padding: 20px;
    background-color: var(--azul);
    -webkit-box-shadow: 0px 0px 31px -13px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 0px 31px -13px rgba(0,0,0,0.6);
    box-shadow: 0px 0px 31px -13px rgba(0,0,0,0.6);
    bottom: 0px;
    margin: 50px;
    z-index: 9999;
}
#popup .content-wrapper{
    text-align: left;
}
#popup .content-wrapper h3{
    margin-bottom: 15px;
    font-size: 25px;
    font-weight: 800;
    color: #fff;
}
#popup .content-wrapper p{
    font-size: 16.67px;
    text-align: justify;
    margin-bottom: 30px;
    color: #fff;
}
#popup .content-wrapper p a{
    color: #fff;
    font-size: 16.67px;
    text-decoration: underline;
}
#popup .content-wrapper a.btn-privacy{
    font-size: 20px;
    width: 100%;
    height: 50px;
    background-color: #fff;
    color: var(--azul);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
div#modal-exit{
    display: none;
}
div.all-modal{
    position: absolute;
    /* font-family: var(--font-modal-exit); */
    z-index: 9000;
}
div.all-modal > .underlay{
    position: fixed;
    background-color: rgba(55, 55, 55, 0.5);
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    cursor: pointer;
}
div.all-modal > .modal{
    position: relative;
    width: auto !important;
    max-width: 800px;
    position: fixed;
    display: flex;
    align-items: center;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-color: white;
    background: none;
    height: auto;
    overflow: visible;
    
}
div.all-modal > .modal > .icon-close-popup {
    width: auto;
    background-color: var(--azul);
    border-radius: 0;
    padding: 10px 13px;
    position: absolute;
    top: 10px;
    left: 100%;
    transform: translateX(-50%);
    cursor: pointer;
    z-index: 2;
    color: white;
    font-size: 20px;
    /* filter: invert(1); */
}
/* div.all-modal > .modal > .modal-content, div.all-modal > .modal > div.logo-pop-up{
    width: 50%;
} */
div.all-modal > .modal > .modal-content{
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 0;
    height: 100%;
    padding: 60px 40px;
    border: none;
}
div.all-modal > .modal > .modal-content form input[type="text"], div.all-modal > .modal > .modal-content > form > p, div.all-modal > .modal > .modal-content form > button, div.all-modal > .modal > .modal-content > form > .terms {
    display: block;
    width: 310px;
    margin: auto;
    border-radius: 0;
    height: calc(1.5em + 0.75rem + 2px);
}
div.all-modal > .modal > .modal-content > form > .terms{
    height: auto !important;
}
div.all-modal > .modal > .modal-content form{
    margin: 0;
    width: 100%;
}
div.all-modal > .modal > .modal-content > form > .terms a, div.all-modal > .modal > .modal-content > form > .terms strong{
    color: var(--azul);
    text-decoration: none;
    font-weight: bold;
}
div.all-modal > .modal > .modal-content > form > .terms a{
    text-decoration: underline;
}
div.all-modal > .modal > .modal-content form span{
    display: block;
    text-align: center;
}
div.all-modal > .modal > .modal-content > form > span{
    font-size: 20px;
    font-weight: 600;
    color: var(--azul);
    margin-top: 25px;
}
div.all-modal > .modal > .modal-content > form > p{
    color: var(--laranja);
    font-size: 16px;
    margin-top: 12px;
    text-align: center;
}
#modal-exit .modal-content button, div.all-modal > .modal > .modal-content > form > .terms{
    margin-bottom: 26px;
    display: flex;
    gap: 5px;
    align-items: start;
}
#modal-exit .modal-content button, div.all-modal > .modal > .modal-content > form > .terms input{
    transform: translateY(3px);
}
#modal-exit .modal-content button, div.all-modal > .modal > .modal-content > form > .terms > label{
    font-size: 12px;
    font-weight: normal;
    color: var(--azul);
}
#modal-exit .modal-content button{
    margin: 0;
    border: none !important;
    border-radius: 0px;
    padding: 7px 40px;
    background-color: var(--azul) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-weight: 500;
    text-align: center;
    font-size: 16.67px;
    color: white !important;
}
#modal-exit .modal-content button, div.all-modal > .modal > .modal-content > form > .terms > label a{
    color: var(--azul);
}
div.all-modal > .modal > .modal-content form img{
    display: block;
    margin: auto;
    max-height: 133px;
    max-width: 180px;
}
div.all-modal > .modal > .modal-content form input[type="text"]{
    margin: 30px auto;
    padding: 10px;
    color: var(--azul);
    font-weight: 400;
    background-color: rgba(255, 255, 255, 0.9);
    outline: 1px solid var(--azul);
    border-radius: 0px;
    border: none;
    width: 100%;
    height: 38px;
    font-size: 16px;
}
div.all-modal > .modal > .modal-content form input[type="text"]::-webkit-input-placeholder {
    color: rgb(185, 185, 185);
 }
div.all-modal > .modal > .modal-content form > button{
    background-color: #2a2a2a;
    border: none;
    border-radius: 0;
    color: var(--marrom);
    font-weight: bold;
    font-size: 20px;
    cursor: pointer;
    width: fit-content;
    padding: 6px 10px;
    margin-top: 46px;
}
div.all-modal > .modal > div.logo-pop-up > img{
    display: block;
    margin: auto;
}
@media(max-width: 1100px){
    #popup{
        width: 90%;
        margin: 20px;
    }
}