.img-thumbnail {
    max-width: 250px;
    max-height: 250px;
    border: 2px solid #03363D;
    border-radius: 0.5rem;
}

.text-break {
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word;
    text-align: center;
}

.section-title {
    margin-bottom: 1.5rem;
}

.section-content {
    margin-bottom: 1.5rem;
}

.image-container {
    position: relative;
    display: flex;
    align-items: center;
}

.image-container img {
    position: absolute;
    left: 0;
}

.text-with-image {
    margin-left: 30px;
    position: relative;
    display: flex;
    align-items: center;
}



.text-vagas-fechadas {
    line-height: clamp(1.5rem,10vw,1rem);
    padding: 0 !important;
    margin: 0 !important;
}

.ckeck-circle {
    font-size: clamp(6rem,10vw,10rem);
}

.text-check {
    font-size: clamp(1.5rem,10vw,1rem);
}

.midia-url {
    max-height: 140px;
    border-radius: 10px;
    object-fit: cover;
}

#infoOrganizador {
    margin-top: 1.8rem;
}

#title-comprovante-inscricao{
    font-size:clamp(2rem,10vw,1rem);
}

#validation {
    margin-top: 1rem;
}

@media screen and (max-width:768px) {
    #btn-emitir, #btn-voltar {
        width: 100%!important;
    }
}

@media screen and (max-width:600px) {
    .main-container-inicial-banner {
        width: 100% !important;
        max-width: auto !important;
        height: 325px !important;
        background-repeat: no-repeat !important;
        object-fit: cover !important;
        background-size: 100% 100% !important;
    }
}
