body {
    font-family: 'Roboto Condensed';
    font-size: 21px;
    overflow-x: hidden;
}

.container-cover {
    width: 100%;
    float: left;
    height: 100vh;
    position: relative;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.3);
    z-index: 10;
}

.container-cover-2 {
    width: 100%;
    float: left;
    height: 100vh;
    position: relative;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.2);
    z-index: 10;
}

.container-cover-white {
    width: 100%;
    float: left;
    height: 100vh;
    position: relative;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,0.8);
    z-index: 10;
}

p {
    float: left;
}

.img-logo {
    width: 280px;
    margin-top: 50px;
    clear: both;
    float: left;
}

.box-body-left-60 p {
    width: 100%;
}

.w100 {
    width: 100%;
    display: block;
}

.box-body-left-60-new p {
    width: 100%;
    margin-bottom: 0;
}

.box-body-right-60-new p {
    width: 100%;
    margin-bottom: 0;
}

.box-generic {
    float: left;
    display: block;
    margin-top: 20px;
    width: 100%;
}

l1 {
    width: 100%;
    display: block;
    clear: both;
    float: left;
    font-size: 12px;
}

ul {
    display: block;
    float: left;
    clear: both;
    width: 100%;
    font-size: 19px;
    padding-left: 20px;
    margin-top: 10px;
}

@media (max-width: 1500px) {
    ul {
        display: block;
        float: left;
        clear: both;
        width: 100%;
        font-size: 17px;
        padding-left: 20px;
        margin-top: 10px;
    }
}

@media (max-width: 1024px) {
    ul {
        font-size: 16px;
    }
}

.li-text-lg {
    font-size: 27px;
    float: left;
    width: 100%;
    display: block;
}

@media (max-width: 1500px) {
    .li-text-lg {
        font-size: 22px;
    }
}

@media (max-width: 1024px) {
    .li-text-lg {
        font-size: 18px;
    }
}

.box-33-rounded {
    width: 30%;
    height: auto;
    float: left;
    border-radius: 5px;
    background-color: rgba(0,0,0,0.20);
    margin-right: 3%;
    color: #fff;
    padding: 10px 30px 30px 30px;
    font-size: 19px;
}

@media (max-width: 1024px) {
    .box-33-rounded {
        font-size: 16px;
        line-height: 20px;
        padding: 10px 20px 20px 30px;
    }
}

.wrapper-flex {
    display: flex;
    flex-flow: row wrap;
}

.floating-middle {
    height: auto;
    float: left;
    border: 1px solid red;
    vertical-align: middle;
    background-color: yellow;
    width: 100%;
}

.img-diagram {
    width: 100%;
    max-width: 480px;
    margin-top: 10px;
    margin-bottom: 0;
}

.img-logo-closing-screen {
    width: 400px;
    float: left;
    clear: both;
}

@media (max-width: 1024px) {
    .img-logo-closing-screen {
        width: 256px;
        float: left;
        clear: both;
    }
}

