.modal-dez {
    position: absolute;
    z-index: 9999999;
    display: block
}

@media(min-width: 0) {
    .modal-dez .container-modal {
        box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.5);
        border-radius: 20px;
        text-align: center;
        padding: 30px 20px;
    }

    .modal-dez .conteudo {
        margin-top: 0;
        font-style: normal;
        /*font-size: 24px;
        line-height: 35px;*/
        font-size: 22px;
        line-height: 25px;
    }

    .modal-dez .conteudo h2 {
        font-weight: bold;
        font-size: 62px;
        line-height: 60px;
        text-align: center;
        text-transform: uppercase;
        color: #FFB800;
        letter-spacing: -2px;
    }
    .modal-dez .conteudo h5 {
        font-weight: 700;
    }
    .modal-dez .conteudo h5 span {
        color: #FFB800;
    }
    .modal-dez .conteudo hr {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .modal-dez h2 span {
        font-size: 24px;
        position: relative;
        top: -30px;
        left: -15px;
    }

    .modal-dez .btn-aproveitar {
        background: #FFFFFF;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        border-radius: 10px;
        color: #D2010D;
        padding: 10px 20px;
        display: table;
        margin: 20px auto;
        font-weight: bold;
        line-height: 24px;
        font-size: 18px;
    }
}
@media(min-width: 375px) {
    .modal-dez .conteudo h2 {
        line-height: 75px;
    }
}
@media(min-width: 768px) {
    .modal-dez .container-modal {
        padding: 40px 40px;
        border-radius: 60px;
    }

    .modal-dez .btn-aproveitar {
        font-size: 24px;
    }

    .modal-dez .conteudo {
        font-weight: bold;
    }
}


.modal-dez .btn-aproveitar:hover {
    background: #FFB800;
    text-decoration: none;
}

.modal-dez .fechar {
    top: -5px;
    right: -1px;
    width: 40px;
    height: 40px;
    padding-top: 5px;
    font-size: 30px;
}

@media(min-width: 0){
    .modal-dez h5 {
        font-size: 16px;
        line-height: 24px;
    }
}
@media(min-width: 375px) {
    .modal-dez h5 {
        font-size: 18px;        
    }
}
/****/
.modal-dez .com-cadastro {
    color: #000;
}

.modal-dez .com-cadastro {
    background: #D2010D;
}

    .modal-dez .com-cadastro .fechar {
        color: #D2010D;
        background: #fff;
    }

        .modal-dez .com-cadastro .fechar:hover {
            background: #FFB800;
        }

    .modal-dez .com-cadastro .btn-aproveitar {
        color: #D2010D;
        background: #fff
    }

        .modal-dez .com-cadastro .btn-aproveitar:hover {
            background: #FFB800;
        }

    .modal-dez .com-cadastro .conteudo {
        color: #ffff;
    }
/****/
.modal-dez .sem-cadastro {
    color: #000;
}


    .modal-dez .sem-cadastro .conteudo h2 {
        color: #D2010D;
    }

.modal-dez .sem-cadastro .fechar {
    color: #fff;
    background: #D2010D;
}

    .modal-dez .sem-cadastro .fechar:hover {
        color: #FFB800;
    }

    .modal-dez .sem-cadastro .btn-aproveitar {
        color: #fff;
        background: #D2010D;
    }


    .modal-dez .sem-cadastro .btn-aproveitar:hover {
        color: #FFB800;
    }

    .modal-dez .sem-cadastro .conteudo {
        color: #000;
    }

.btn-link-modal {
    color: #FFB800;
}

    .btn-link-modal:hover {
        color: #FFFFFF;
    }


@media(min-width: 0) {
    .selecione-ol {
        margin: auto;
    }

    .selecione-ol .btn-acessar {
        background: linear-gradient(180deg, #FFFFFF 0%, #DCDCDC 100%), #FFFFFF !important;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25) !important;
        border: 1px solid #ccc !important;
        color: #000 !important;
    }

    .selecione-ol .btn-acessar:hover {
        color: #fff !important;
        background: #D2010D !important;
    }

    .selecione-ol select {
        border-radius: 10px;
        margin-top: 8px;
    }

    .selecione-ol .btn-aproveitar {
        margin: 5px 0;
        width: 100%;
    }
 }

@media(min-width: 768px) {
    .selecione-ol {
        width: 80%;
    }
}
