@media (max-width: 600px){
    .modal-content{
        margin-top: 20px !important;
    }
    .modal-body{
        width: 350px !important;
        background-color: #ffffff !important;
        border-radius: 20px 20px 20px 20px;
        margin: 0px !important;
        padding: 0px !important;
    }
    .modal-conteudo{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        height: auto;
    }
    .bloco-modal-1 {
        border-radius: 20px 0px 0px 0px;
        width: 350px;
        height:250px;
        
    }
    .bloco-modal-1 img {
        height: 300px;
        width: auto;
    }
    .bloco-modal-2{
        background-color: #FFFFFF;
        margin-top: -30px;
        height: 300px;
    }
    .btn-fechar {
        margin-top: -12rem;
    }
    .txt-modal-1{
        margin-top: 12rem;
    }
    
}