.containere{
    height: auto;
    width: 100%;
    overflow: hidden;
    padding: 0%;
    margin: 0px;
}
@media (min-width: 1200px) {
    .containere {
        max-width: 100% !important;
    }}

    @media (max-width: 1200px) {
        .containere{
            max-width: 100% !important;
        }}

.mn {
    text-align: justify;
}

footer h6 {
    font-size: 20px;
    text-decoration: underline;
}

.fff a {
    color: black;
}

.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: white !important;
    box-shadow: 0 1px 10px #ff9900;
}

.nava img {
    height: 70px;
    width: 150px;
}

.nav-link {
    color: rgb(0, 0, 0) !important;
}

.nav-link:hover {
    color: #ff9900 !important;
}



@media (max-width: 523px) {
    
    .navbar {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1000;
        background-color: white !important;
        box-shadow: 0 1px 10px #ff9900;
    }
}
