body {
    height: 400px;
    width: 100%;
    background-image: url("img/background.png");
    background-size: cover;
}

#logo {

    height: 80px;

}

.col-10 {

    flex: 0 0 35.333333% !important;
    max-width: 35.333333% !important;
    margin: 0 auto;
}

.icon {

    width: 80px;
    height: 80px;
    margin-right: 10px;
    margin-left: 120px;

}


.mobile {
   display: none;
    
}

#banner {
    width: 100%;

}

.infoger {

    margin-top: 20px;

}

.infopra {

    float: right;

}


#logofooter1 {

    width: 100px;
    height: 100px;
}

#logofooter2 {

    width: 100px;
    height: 80px;
}

.texto-ap {
    text-align: justify !important;
}

@media (max-width:470px) {

    .navbar-toggler {
        margin-top: 0.5rem;
    }

    .desktop{
        display: none;
    }

    .mobile{
        display: contents;
    }

}

@media (max-width:768px) {


    #logo {

        height: 50px;
    }

    .col-10 {

        flex: 0 0 93.333333% !important;
        max-width: 93.333333% !important;

    }

    .icon {

        width: 80px;
        height: 80px;
        margin-right: 10px;
        margin-left: 0px;

    }

    a {

        text-align: left;

    }

    .minimenu {
        margin-left: 10px;
    }

    .infobc {

        margin-left: 15px;

    }

    .infopra {

        margin-left: 15px;

    }

    .img-joana {
        margin: 0 auto;
    }
}