@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');
.conteudo{
    background-color: #fff !important;
}
.modal-header {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    background-color: #1d1d1d;
    color: #fff;
}

.modal-header h1 {
    font-size: 1.2em !important;
    text-align: center !important;
}

.modal-header h2 {
    font-size: 1em;
    margin-top: 7px;
}

.security {
    background-color: #E5E7E9;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    max-height: 63px;
}

.security img {
    text-align: center;
    margin: auto;
    width: 150px;
}

.modal-cadastro {
    padding: 0 !important;
    font-family: 'Montserrat', sans-serif;
}

.modal-body h3 {
    font-size: 15px;
}
.modal-cadastro{
    font-size: 0.8em;
    padding: 0px !important;
}
.modal-body form {
    padding: 25px;
}

.form-control-lg {
    height: 70px;
    max-width: 600px;
    margin: auto;
    border-radius: 17px;
}

.form-control:focus {
    border-color: #17c20080;
    box-shadow: 0px 1px 1px rgba(23, 196, 0, 0.5) inset, 0px 0px 8px rgba(23, 194, 0, 0.5);
}

.btn-success {
    height: 50px;
    width: 300px;
    margin: auto;
    background-color: #28BF41;
    font-size: 17px;
    border-radius: 8px;
    border-bottom: #239936 solid 3px;
}

.modal-footer {
    padding: 25px;
    border-top: 0;
    font-family: 'Montserrat', sans-serif;
}

.modal-footer p {
    margin-top: 20px;
}

.modal-footer p {
    font-size: 0.8em;
}

.close {
    opacity: 1 !important;
}

.close span {
    position: absolute;
    padding: 5px;
    background-color: #fff;
    margin-top: -32px;
    left: 465px;
    border-radius: 10px;
    width: 50px;
    opacity: 1 !important;
}

.close span:hover {
    background-color: rgb(226, 218, 218);
}

.close span:hover {
    color: red;
    transition: 400ms;
}

.security img {
    width: 90px;
}

.modal-header button {
    margin-top: -20px;
}

@media(max-width:600px) {
    .close span {
        margin-top: -23px;
        left: 480px;
    }
}

@media(max-width:544px) {
    .close span {
        margin-top: -21px;
        left: 457px;
    }
}

@media (max-width:500px) {
    .close span {
        margin-top: -20px;
        left: 428px;
    }
}

@media (max-width:450px) {
    .close span {
        margin-top: -21px;
        left: 389px;
    }
}

@media (max-width:450px) {
    .close span {
        margin-top: -15px;
        left: 332px;
    }
}
@media(max-width: 414px) {
    .close span {
        margin-top: -21px;
        left: 347px;
    }
    .modal-header h1 {
        font-size: 1em !important;
    }
}

@media(max-width: 411px) {
    .close span {
        margin-top: -17px;
        left: 356px;
        height: 46px;
        width: 40px;
        font-size: 38px;
    }
    .modal-header h1 {
        font-size: 1em !important;
    }
}

@media(max-width: 400px) {
    .conteudo {
        width: 90%;
        margin: auto;
    }
    .modal-header h1 {
        font-size: 1em !important;
    }
    .close span {
        margin-top: -23px;
        left: 318px;
        width: 44px;
        height: 50px;
    }
}


@media(max-width: 375px) {
    .close span {
        margin-top: -21px;
        left: 297px;
        height: 46px;
        width: 40px;
        font-size: 38px;
    }
    .modal-header h1 {
        font-size: 0.9em !important;
        margin-top: 5px;
    }
}



@media(max-width: 360px) {
    .close span {
        margin-top: -22px;
        left: 289px;
        width: 37px;
        height: 40px;
        font-size: 33px;
    }
    .modal-header h1 {
        font-size: 0.9em !important;
        margin-top: 5px;
    }
}
@media(max-width: 320px) {
    .close span {
        margin-top: -20px;
        left: 252px;
        width: 35px;
        height: 38px;
        font-size: 31px;
    }
    .modal-header h1 {
        font-size: 0.8em !important;
    }

    .modal-header h2 {
        font-size: 0.7em;
        margin-top: 7px;
    }
}