@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Quicksand:wght@300..700&display=swap');

#containerContent{
    width: 100%;
    margin: auto;
}

.bodyPage{
    position: relative;
    top: 100px;
    width: 100%;
    min-height: 100vh;
}

.footerPage{
    position: relative;
    width: 100%;
    height: 90px;
    background: rgb(0,119,182);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    color: #fff;
}

.groupBody{
    min-height: 100vh;
}

@media (min-width: 751px ) and (max-width: 1100px){
 
}

/* mobile */
@media (max-width: 750px) {
    .bodyPage{
        top: 0px;
    }
}