.body{
    background: white;
    overflow-x:hidden;
    background-image: url('img/backgroundHome.jpg');
    background-size: cover;
}
.content-center{
    background-color: #fff;
    padding: 10px;
    border-radius: 20px;    
    position: relative;
    max-width: 75% !important;
    min-width: 75% !important;
    display: flex;
    padding-top: 100px;
    padding-bottom: 100px;
}
.logo{
    width: 400px;
    max-width: 90%;
}
.flag{
    max-width: 100px;
    border: solid 1px;
    margin-right: 20px;
}
.label{
    font-size: 20px;
    text-decoration: none;
    color: black;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
}
.content{
    justify-content: center;
    align-content: center;
    height: 100vh;
}
.mt-10{
    margin-top: 40px;
}
.title{
    font-size: 22px;
    color: #000;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
}

.subtitle{
    font-size: 18px;
    color: #000;
    line-height: 34px;
    max-width: 400px;
    margin: 0 auto;
}
.container-flags{
    margin-left: 20%;
}

.hidden-md{
 display: none;
}

@media (max-width: 767px) {
    .margin{
        margin-top: 30px !important;
    }

    .hidden-md{
        display: inline;
    }

    .hidden-xs{
        display: none !important;
    }

    .container-flags{
        margin-left: 15%;
    }

    .content-center{
        max-width: 85% !important;
        min-width: 85% !important;
        flex-direction: column;
    }
}
