@media only screen and (max-width: 1280px) {
    .content-card {
        padding: 15px 3rem;
        width: 100%;
        height: 100%;
    }

    .title-card-assunto {
        font-size: 22px;
        line-height: 30px;
        font-weight: bold;
    }

    .content-card a {
        color: #fff;
        text-decoration: none;
        padding: 7px 8px;
        background-color: #007E7A;
        font-weight: bold;
        font-size: 15px;
    }

    .description-card-assunto {
        font-size: 13px;
        margin-bottom: 1rem;
        line-height: 22px;
    }

    .cards-asuntos {
        gap: 1rem;
    }

    .como-denunciar-header h2 {
        font-size: 1.75rem;
    }
}

@media only screen and (max-width: 1030px) {

    .nome-canal-icon {
        gap: 1.5rem;
        padding: 2rem;
    }

    .banner-inicial {
        grid-template-columns: 1fr;
    }

    .banner-inicial>div:first-child img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        object-position: left top;
    }

    .video-text {
        flex-direction: column;
    }

    .video-text>img {
        display: none;
    }


    .icon-text {
        margin-top: 1rem;
    }

    .title-Section {
        font-size: 28px;
    }

    .sub-title-Section {
        font-size: 20px;
    }

    .title-Section {
        margin-bottom: 10px;
    }

    .options-categs {
        flex-direction: column;
        align-items: stretch;
        gap: 1px;
    }

    .sub-title-Section {
        margin-bottom: 26px;
    }

    .options-categs div p {
        font-size: 18px;
    }

    .section-image-topics {
        gap: 1rem;
        flex-direction: column;
    }

    .section-image-topics div:nth-child(1) {
        display: none;
    }

    .cards-asuntos {
        flex-direction: column;
    }

    .description-card-assunto {
        font-size: 16px;
        margin-bottom: 1rem;
        line-height: 22px;
    }

    .title-card-assunto {
        font-size: 26px;
    }

    .content-card a {
        font-size: 18px;
    }

    #newProtocol {
        padding: 0px 0rem 0px 0px;
    }

    .section_final_report {
        gap: 2rem;
    }
}

@media only screen and (max-width: 900px) {

    .nome-canal-icon {
        gap: 1rem;
        justify-content: center;
        padding: 1rem;
    }

    .nome-canal-icon img {
        display: none;
    }

    .video-text {
        flex-direction: column;
    }

    .about-div-page {
        padding-left: 30px;
        padding-right: 30px;
    }

    .title-report {
        line-height: 43px;
    }

    .sectionReport div:nth-child(1) {
        gap: 2rem;
    }

    .como-denunciar-opcoes {
        grid-template-columns: 1fr;
    }

    .como-denunciar-header {
        flex-direction: column;
        text-align: center;
    }

    #termstext {
        margin-bottom: 3rem;
    }

    #termstext>div {
        position: relative;
    }

    #termstext>div p {
        font-size: 14px;
    }

    #termstext>img {
        display: none;
    }

    .options-relacao,
    .options-empresa {
        grid-template-columns: 1fr;
        margin-bottom: 3rem;
    }

    .sectionInformationreport p {
        font-size: 15px;
    }

    body p {
        font-size: 1rem;
        text-align: left;
    }

    .foraescopo p {
        font-size: 15px;
    }

    .foraescopo .link-foraescopo {
        font-size: 15px;
    }

    .como-denunciar-header p {
        text-align: center;
    }

    .passosrelato div:nth-child(2) {
        display: grid;
        grid-template-rows: 178px 227px 272px;
        align-items: center;
        justify-content: flex-start;
        gap: 1rem;
    }

    .types {
        flex-direction: column;
    }

    .type-categ {
        justify-content: left;
    }

    .titlesectionPassos {
        width: 100%;
        text-align: center;
    }

    .cards-asuntos {
        gap: 4rem;
    }

    .title-card-assunto {
        line-height: 35px;
    }
}

@media only screen and (max-width: 650px) {

    .titulo-canal h1 {
        font-size: 24px;
        line-height: 38px;
        text-align: center;
        justify-content: center;
    }

    .titulo-canal h2 {
        font-size: 24px;
    }

    .nome-canal-icon img {
        width: 80px;
    }

    .about-div-page {
        padding-left: 30px;
        padding-right: 30px;
    }

    .title-card-assunto {
        font-size: 18px;
        line-height: 29px;
    }

    .description-card-assunto {
        font-size: 16px;
        line-height: 23px;
    }

    .content-card a {
        font-size: 18px;
    }

    .content-card {
        padding: 29px 17px;
        width: 100%;
        height: 100%;
    }

    .sectionReport {
        padding: 1rem
    }

    .title-report {
        font-size: 26px;
        text-align: center;
    }

    .sectionReport div:nth-child(2) {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .passosrelato div:nth-child(2) {
        display: grid;
        grid-template-rows: auto;
        align-items: center;
        justify-content: flex-start;
        gap: 0rem;
    }

    .sectionReport div:nth-child(1) {
        gap: 1rem;
    }

    .sectionInformation {
        margin-bottom: 50px;
    }

    .video-text {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .sectionReport .container img {
        width: 25%;
    }

    .sectionReport .container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .description-report {
        text-align: justify;
    }

    .banner .container div {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0rem;
        flex-direction: column;
    }

    .banner img {
        width: 16%;
    }

    .banner h1 {
        font-size: 34px;
    }

    .sectionInformation div {
        flex-direction: column;
    }

    .sectionInformation p {
        text-align: center;
    }

    .passosrelato {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .passosrelato div p {
        font-size: 26px;
        padding: 3rem;
        line-height: 30px;
    }

    .titlesectionPassos {
        font-size: 40px;
        width: 100%;
        font-weight: bold;
        padding: 3rem 0 1rem 0;
        text-align: center;
    }

    .title-check-identifi {
        font-size: 20px;
    }

    .section-identification {
        text-align: center;
    }

    .info-identificacao p {
        text-align: center;
    }

    .cheksyesNo {
        display: grid;
        grid-template-columns: 1fr;
        margin-top: 4rem;
        text-align: justify;
        gap: 2rem;
    }


    .cheksyesNo p {
        text-align: center;
    }

    .cheksyesNo .title-identifi {
        font-size: 19px;
    }

    .cheksyesNo .title-anonimos {
        font-size: 19px;
    }

    .cheksyesNo .radio {
        height: 10%;
        width: 15%;
    }

    .cheksyesNo div {
        text-align: center;
    }

    .section-identification .info-identificacao p {
        font-size: 19px;
    }

    .section-identification div>h2 {
        font-size: 33px;
        font-weight: bold;
        padding: 6rem 0 0 0;
    }

    .types {
        flex-direction: column;
    }

    .type-categ {
        justify-content: left;
    }

    .categ>p {
        color: #fff;
        font-size: 18px;
    }

    .section_final_report img {
        display: none;
    }

    .section_final_report {
        grid-template-columns: 1fr;
    }

    #newProtocol {
        padding: 0px 2rem 0px 2rem;
    }

    .passosrelato>div {
        display: none;
    }

    .content-card {
        position: relative;
    }

    .contactLink img {
        width: 6%;
    }

    .dragAndDropDivDescription p {
        font-size: 11px;
    }

    .dragAndDrop {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 991px) {
    .header-brand-title {
        font-size: 1rem;
    }

    main {
        margin-top: 105px;
    }
}

@media only screen and (max-width: 480px) {
    .header-brand-title {
        font-size: 0.85rem;
    }

    .navbar-brand img {
        width: 75px;
    }

    main {
        margin-top: 100px;
    }
}