.hgemer{
    max-width: 200px;
}
@media screen and (max-width: 1196px){
    .footer{
        display: none !important;
    }

    .mobFooter{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 400px;
        background-color: #F4F4F4;
    }

    .mobFooter .logoContent{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 15px 60px;
    }

    .mobFooter .logoContent img{
        width: 100%;
        height: 100%;
        max-width: 200px;
        max-height: 25px;
    }

    .mobFooter .ColunasContent{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 10px 60px;
    }

    .mobFooter .colunaFooter{
        display: flex;
        flex-direction: column;
        height: 100%;
        padding: 10px;
    }

    .mobFooter .colunaFooter ul li{
        list-style: none;
    }

    .mobFooter .colunaFooter ul li a{
        text-decoration: none;
    }

    .subline{
        text-decoration: underline !important;
        font-size: 13PX;
        color: #444444;
        font-weight: 700;
    }


    .mb-10{
        margin-bottom: 10px;
    }

    .Linking{
        font-size: 12PX;
        color: #5f5f5f;
        font-weight: 500;
        letter-spacing: 1px;
    }
}
@media screen and (min-width: 1197px) {
    .mobFooter{
        display: none !important;
    }
    .footer{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        background-color: #F1F1F1;
    }
    .footer .newsletter{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 35px;
        background-color: #282828;
    }
    .footer .newsletter span{
        color: #FFFFFF;
        margin-left: 10px;
        margin-right: 10px;
    }
    .footer .newsletter input{
        padding: 5px 8px;
        font-size: 16px;
        border: none;
        border-radius: 8px;
        margin-right: 15px;
    }
    .footer .newsletter button{
        padding: 5px 5px;
        font-size: 14px;
        border: none;
        border-radius: 8px;
        margin-right: 15px;
    }
    .footer .newsletter button:hover{
        transition: 0.3s;
        cursor: pointer;
        transform: scale(1.08);
    }
    .footer .newsletter button:focus{
        border-style: none;
        border: none;
        text-decoration: none;
    }

    .footer .footerContent{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        background-color: #f4f4f4;
    }
    .footerContent .logoContent{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 15px 60px;
    }
    .footerContent .logoContent img{
        width: 80%;
    }
    .footerContent .assine{
        width: fit-content;
        width: -moz-fit-content;
        padding: 5px 15px;
        text-transform: uppercase;
        font-size: 12px;
        /* font-weight: 700; */
        border-radius: 100px;
        background-color: #e60404;;
        color: #fff;
        text-decoration: none;
    }
    .footer .copyright{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: 60px;
        background-color: #282828;
        padding: 0 15px;
    }
    .footer .copyright .docsCopy{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: fit-content;
        height: 56px;
    }
    .footer .copyright .docsCopy a:hover,
    .footer .copyright .docsCopy a:active,
    .footer .copyright .docsCopy a:focus{
        text-decoration: none;
    }
    .footer .copyright .docsCopy span,
    .footer .copyright .ano2021{
        color: #f4f4f4;
        font-size: 0.8rem;
    }


    .footer .ColunasContent{
        display: flex;
        flex-flow: column wrap;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 5px 60px;
        max-height: 700px;
    }
    .footer .colunaFooter{
        display: flex;
        flex-direction: column;
        width: 200px;
        padding: 10px;
    }
    .footer .colunaFooter ul li{
        list-style: none;
    }
    .footer .colunaFooter ul li a{
        text-decoration: none;
    }
    .subline{
        text-decoration: underline !important;
        font-size: 13PX;
        color: #444444;
        font-weight: 700;
    }
    .mb-10{
        margin-bottom: 10px;
    }
    .footer .ColunasContent .linking{
        font-size: 12PX;
        color: #5f5f5f;
        font-weight: 500;
        letter-spacing: 1px;
    }
    .footer .ColunasContent .linking:hover{
        color: #000;
    }


    .footer .copyright .socialCopy img{
        height: 14px;
        width: 14px;
        transition: 0.3s;
    }

    .footer .copyright .socialCopy img:hover{
        cursor: pointer;
        transform: scale(1.5);
    }

}