@media(max-width: 660px) {
    .cobranding{
        padding: 1rem;
    }
    .cobranding img{
        width: 80px;
    }
    .administrate {
        text-align: center;
    }

    .logo img {
        width: 100px !important;
    }

    section#inicial .content {
        flex-direction: column !important;
    }

    .icon {
        width: 60px;
        height: 60px;
    }

    .icon .fa-clipboard-list {
        filter: drop-shadow(0px 0px 4px #8a2be2);
    }

    #etapas_canal .container {
        gap: 1rem;
    }

    #etapas_canal h2 {
        text-align: center;
        padding: 2rem 0 3rem 0;
    }

    #etapas_canal .container div {
        padding: 10px;
    }

    .icon-text-and-line:last-child {
        border: none;
    }

    .icon-text-and-line {
        border-bottom: 1px #eee solid;
        box-shadow: 0px 0px 1px 0px #eee;
    }

    .efect {
        width: 20%;
    }

    .efect2 {
        width: 20%;
    }

    .efect img {
        width: 40%;
    }

    .efect2 img {
        width: 40%;
    }

    .hero .container div h1 {
        text-align: center;
    }

    /* .hero .container div:nth-child(1) {
        width: 32%;
    } */

    h2 {
        font-size: xx-large;
    }
}

@media(max-width: 800px) {
    #opt_channel_feedback label span{
        display: none;
    }
    /* .menu-mobile {
        flex-direction: column;
        width: 100%;
        position: absolute;
        right: 0;
        top: 0;
        align-items: center;
    } */

    .logo img {
        width: 100px !important;
    }

    #etapas_canal .container {
        flex-wrap: wrap;
    }

    #etapas_canal .container div {
        flex-direction: row-reverse !important;
        gap: 0;
    }

    .icon {
        background-color: transparent;
        border: none;
    }

    .icon-text-and-line:nth-child(odd) h4 {
        /* background: #00c716; */
        position: absolute;
        top: 0;
        left: 0;
        margin-bottom: 1rem;
    }

    .icon-text-and-line:nth-child(even) h4 {
        /* background: #00c716; */
        position: absolute;
        top: 0;
        right: 0;
        margin-bottom: 1rem;
    }

    #etapas_canal .container div {
        gap: 10px;
    }

    .icon-text-and-line {
        border-bottom: 1px #eee solid;
        box-shadow: 0px 0px 1px 0px #eee;
    }

    #outros-assuntos .container {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #outros-assuntos .container.contacts {
        text-align: center;
    }

    #outros-assuntos .container>div {
        text-align: center;
    }

    footer>.container>.links>a {
        font-size: 16px;
    }

    #outros-assuntos .container div:nth-child(2) {
        align-items: center;
    }
}

@media(max-width: 915px) {
    .hero .container {
        align-items: baseline;
    }

    .btn-menu-hamburger {
        visibility: visible;
        z-index: 1;
        right: 82px;
        top: 15px;
    }

    .dropDown {
        position: relative;
        top: 1rem;
        transform: translateX(0%);
    }

    .menu {
        visibility: hidden;
    }

    .line1,
    .line2 {
        display: none !important;
    }

    .icon-text-and-line:nth-child(odd) .icon-and-text {
        flex-direction: column-reverse !important;
    }

    #etapas_canal .container div {
        gap: 10px;
    }

    .icon-and-text h4 {
        font-size: 1rem !important;
    }

    #etapas_canal .container div p {
        font-size: 0.9rem !important;
    }

    #outros-assuntos .container div h3 {
        font-size: 1.5rem;
    }

    #reportIncident .content{
        flex-direction: column;
    }

    #reportIncident .content img{
        display: none;
    }

}

@media(max-width: 990px) {
    .img-hero2 {
        display: flex;
        align-items: center;
        justify-content: end;
    }

    .img-hero1 {
        display: flex;
        align-items: center;
        justify-content: left;
    }

    .hero .container div:nth-child(1) img {
        width: 45%;
    }

    .hero .container div:nth-child(3) img {
        width: 45%;
    }

    .hero .container div h1 {
        font-size: 2rem;
        text-align: center;
    }

    section#inicial .content {
        flex-direction: column !important;
    }

    .line1 {
        width: 100%;
        height: 2px;
        background: #00c716;
        transform: rotate(-28deg);
        position: relative;
        top: -109px;
        left: 98px;
    }

    .line2 {
        width: 100%;
        height: 2px;
        background: #00c716;
        transform: rotate(-149deg);
        position: relative;
        top: -130px;
        left: 110px;
    }

    .icon-and-text h4 {
        font-size: 1.3rem;
    }


    section#inicial .content div:nth-child(2) {
        display: none;
    }

    #searchIncident .container {
        width: 80%;
    }

    .efect {
        right: 0px;
    }

    .efect2 img {
        width: 60%;
    }

    .efect2 {
        left: 0px;
    }

    .efect img {
        width: 60%;
    }
}