form.form-interesses {
    display: flex;
    height: calc(100% - 120px);
    flex: 1;
}

.modal-hello h1 {
    margin: 0;
    margin-bottom: 15px;
    font-size: 36px;
}

.modal-hello h2 {
    margin: 0;
    margin-bottom: 15px;
    margin: 0;
    margin-bottom: 5px;
    font-size: 19px;
    font-weight: 400;
    line-height: 29px;
    margin-top: 15px;
}

.modal-hello p {
    margin: 0;
    color: #5f5f5f;
    font-size: 18px;
}

.body-full-hello {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
}

.modal-hello {
    width: 100%;
    height: calc(100% - 70px);
    overflow: hidden;
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0px 0px 6px 2px #0000003b;
    max-width: 800px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
 
    user-select: none;
    border: solid 1px #d5d5d5;
    position: relative;
    display: flex;
}

.body-hello {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 20px;
}

.body-hello.topicos {
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
}

.body-hello.topicos ul {
    margin: 0;
    padding: 0;
    min-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.header-hello {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 55px;
    border-bottom: solid 1px #f1f1f1;
    padding-bottom: 15px;
    justify-content: space-between;
}

.header-hello.artigos {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    gap: 25px;
    position: unset;
}

.header-hello .img {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 150px;
    margin-bottom: 15px;
}

.header-hello .img p {
    display: none;
}

.enviando .header-hello .img p {
    display: flex;
}

.header-hello .logo-md {
    max-height: 100%;
    width: auto;
    aspect-ratio: 1/1;
}

.header-hello .logo-xs {
    max-height: 100%;
    width: auto;
}

.interesses-list {
    overflow: scroll;
    display: flex;
    flex: 1;
    height: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    overflow-x: hidden;
    padding-right: 7.5px;
    height: 100%;
    max-height: 100%;
}

.item-cat-selectable {
    width: calc(25% - 7.5px);
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 1.2;
    border: solid 1px #dcdcdc;
    border-radius: 10px;
    cursor: pointer;
    height: 56px;
    margin: 0;
    overflow: hidden;
    padding: 5px 0 5px 15px;
    position: relative;
}

.item-cat-selectable.active {
    border: solid 1px #0d6efd;
    background: #0d6efd0a;
}

.item-cat-selectable .form-check {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    height: 100%;
    padding: 0;
}

.modal-hello .form-check .form-check-input {
    width: 20px;
    height: 20px;
    max-width: 20px;
    max-height: 20px;
    min-width: 20px;
    min-height: 20px;
    margin: 0;
}

.item-cat-selectable label {
    font-size: 14px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding-left: 50px;
    padding-right: 10px;
    line-height: 1.2;
    white-space: inherit !important;
}

.footer-hello {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal-hello a.btn-entrar,.modal-hello a.btn-comecar {
    display: flex;
    background: #008fff;
    padding: 10px 25px;
    border-radius: 15px;
    color: #fff;
    font-size: 20px;
    gap: 10px;
    font-weight: 700;
    align-items: center;
    flex-direction: row;
    text-decoration: none;
    margin-right: 7.5px;
    height: 55px;
    margin: auto;
}

.modal-hello a.btn-entrar {
    background: #f6f6f6;
    color: #717171;
    border: solid 1px #d0d0d0;
    display: none;
}

.modal-hello a svg {
    width: 35px;
    height: 35px;
}

.layer-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 55px;
    text-align: center;
    padding: 60px;
    color: #000 !important;
    display: none;
}

.enviando .layer-bg {
    display: flex;
}

.layer-bg p {
    color: #000 !important;
    font-weight: 800;
}

.enviando .img {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    top: 10%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: 109;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 55px;
    text-align: center;
    padding: 60px;
    color: #000 !important;
}

.enviando .img p {
    color: #000 !important;
    margin-top: 25px;
    font-weight: 700;
}

img.bg {
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    object-fit: cover;
    object-position: left top;
}

.logo-md-text {
    display: flex;
    color: #fff;
    padding: 15px;
    border-radius: 25px;
    height: 150px;
    width: 150px;
    align-items: center;
    min-height: 150px;
    max-height: 150px;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    font-size: 74px;
}

.logo-md-text .prefix {
    font-size: 1em;
    font-weight: 900;
    line-height: 1.1em;
    display: flex;
    margin-top: -10px;
    text-align: center;
}

.logo-md-text .suffix {
    font-size: 0.3em;
    font-weight: 900;
    text-align: center;
}

.logo-xs-text {
    align-items: center;
}

.logo-xs-text .prefix {
    display: flex;
    color: #fff;
    padding: 5px;
    border-radius: 11px;
    height: 40px;
    width: 60px;
    align-items: center;
    min-height: 50px;
    max-height: 90px;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 900;
    line-height: 80px;
    display: flex;
    text-align: center;
}

.logo-xs-text .suffix {
    display: flex;
    color: #000;
    padding: 8px;
    align-items: center;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 900;
    text-align: center;
}

.texts-hello b {
    color: #191919;
    font-weight: 400;
    background: #ffd40063;
    padding: 4px 8px;
    border-radius: 8px;
}

.logo-xs-text,.hide-md {
    display: none;
}

.texts-hello h2 span {
    border-bottom: dashed 2px #f44336;
    color: #191919;
    font-weight: 400;
    background: #ff000008;
    padding: 0px 0px;
}

.en-us form.form-interesses {
    display: initial;
    height: auto;
    overflow-y: auto;
}

.en-us form.form-interesses .interesses-list {
    align-content: flex-start;
}

.es-es form.form-interesses {
    display: initial;
    height: auto;
    overflow-y: auto;
}

.es-es form.form-interesses .interesses-list {
    align-content: flex-start;
}