
/* --- */

html {
    zoom: 100%;
}


p {
    cursor: default;
}


.header .div_header_home .div_home_titles .div_home_title .span_home_description {
    padding-top: 1rem;
}

.fas.fa-times {
    cursor: pointer;
}

.fas.fa-play {
    color: #27862b;
}

.div_login_panel_links div:first-child {
    padding-bottom: 1rem;
}

.header .div_header_top .div_logo_application .img_logo {
    cursor: pointer;
}

.header .div_login_panel {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0rem;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 88;
}

.header .div_login_panel_int {
    position: fixed;
    right: 40vw;
    width: 23%;
    overflow-y: auto;
    max-height: 100%;
    background-color: #31a836;
    z-index: 10;
}

.header .div_login_panel .div_login_panel_title {
    cursor: default;
    display: flex;
    justify-content: space-between;
    padding: 2rem 3.5rem;
    font-size: 3rem;
    font-weight: 100;
    color: #ffffff;
}

.header .div_login_panel .div_login_panel_bts {
    padding: 0rem 5.7rem;
}

    .header .div_login_panel .div_login_panel_bts .a_login_panel_bt {
        display: block;
        margin: 0.5rem 0;
        padding: 1rem 3.5rem;
        font-size: 2rem;
        text-decoration: none;
        text-align: center;
        background-color: #ffffff;
        color: inherit;
        border-radius: 2px;
        color: #00692f;
        font-weight: bold;
    }

.button_type {
    background-color: #d1d1d1;
    padding-bottom: 0.05rem;
    margin-bottom: 1.5rem;
}

.header .div_login_panel .div_login_panel_links {
    padding: 0rem 3.5rem 2rem 5.7rem;
}

    .header .div_login_panel .div_login_panel_links .a_login_panel_link {
        padding: 0rem 2rem 0 0;
        font-size: 1.4rem;
        color: #ffffff;
        border-right: 2px solid #0097a9;
        text-decoration: none;
    }

        .header .div_login_panel .div_login_panel_links .a_login_panel_link:first-of-type {
            padding: 0rem 2rem 0 0;
            white-space: nowrap;
        }

        .header .div_login_panel .div_login_panel_links .a_login_panel_link:last-of-type {
            padding: 0rem 0 0 1rem;
            border-right: none;
        }

.header .div_login_panel .div_maintenance_wrapper {
    cursor: default;
    transition: opacity 1s, width 1s;
}

.header .div_login_panel .div_maintenance {
    /*	min-height:22vh; */
    background-color: #f1f1f1;
    color: #ed8b00;
    padding: 2rem 6rem;
    font-size: 1.5rem;
    border: 3px solid #ed8b00;
}

/* Mozilla */
@-moz-document url-prefix() {
    .header .div_login_panel .div_maintenance {
        max-height: 24vh;
    }

    .div_login_panel_int {
        margin-top: 2rem;
    }
}

.scroll {
    overflow-y: scroll;
}

.header .div_login_panel .div_maintenance .div_maintenance_title {
    font-size: 2rem;
    font-weight: 700;
    border-bottom: 2px solid #ed8b00;
    font-weight: bold;
}

.header .div_login_panel .div_maintenance .div_maintenance_text {
    font-size: 1.9rem;
    font-weight: bold;
    padding-top: 1rem;
}

    .header .div_login_panel .div_maintenance .div_maintenance_text .div_maintenance_info {
        font-weight: normal;
    }

.header .div_login_panel .div_maintenance .div_maintenance_message {
    text-align: justify;
}

.header .div_login_panel .div_scroll_top_description {
    padding: 1rem 6rem 2rem 6rem;
    background-color: #ffffff;
    cursor: default;
}


/* Mozilla */
@-moz-document url-prefix() {
    .header .div_login_panel .div_maintenance {
        max-height: 24vh;
    }
}

.header .div_login_panel .div_scroll_top_description .div_scroll_top_description_title {
    padding: 0 0 1.5rem 0;
    font-size: 2rem;
    font-weight: 700;
    color: #00692f;
}

.header .div_login_panel .div_scroll_top_description .div_scroll_top_description_text {
    font-size: 1.5rem;
    text-align: justify;
    color: #00692f;
}

/* --- */

.header .div_scroll_top {
    position: fixed;
    display: flex;
    flex-direction: column;
    left: 0;
    bottom: 0;
    width: 7rem;
    color: #ffffff;
    background-color: #31a836;
    cursor: pointer;
    z-index: 1;
}

.header .div_scroll_top {
    position: fixed;
    left: 0;
    bottom: 0;
}

    .header .div_scroll_top .div_scroll_top_lib {
        height: 14rem;
        font-size: 1.8rem;
        transform-origin: 7rem 5rem;
        transform: rotate(-90deg);
        white-space: nowrap;
    }

    .header .div_scroll_top .div_scroll_top_img {
        line-height: 7rem;
        text-align: center;
        color: #ffffff;
        font-size: 4rem;
        background-color: #00692f;
    }

/* --- */

.header .div_recovery_password_banner {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0rem;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 95;
}

    .header .div_recovery_password_banner .div_recovery_password_loader {
        margin: calc(50vh - 30px) auto 0 auto;
        width: 120px;
        height: 60px;
        text-align: center;
        line-height: 60px;
        color: #ffffff;
        font-size: 1.5rem;
        background-color: #43b02a;
    }

    .header .div_recovery_password_banner .div_recovery_password_banner_iframe {
        margin: calc(-9vh - 175px) auto 0px auto;
        width: 400px;
        height: 275px;
        border-radius: 3px;
        background: #fff;
        z-index: 98;
    }

    .header .div_recovery_password_banner .div_recovery_password_close {
        margin: 5px 0 0 375px;
        width: 20px;
        height: 20px;
        font-size: 2rem;
        cursor: pointer;
    }

    .header .div_recovery_password_banner .div_recovery_password_banner_iframe iframe {
        padding: 0;
        width: 400px;
        height: 275px;
        border: none;
        z-index: 99;
    }

/* --- */

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

    .header.header_maximized {
        position: static;
    }

    .header .div_header_top {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }

    /* application */

    .header .div_header_top {
        display: flex;
    }

        /* --- */

        .header .div_header_top .div_logo_application {
            padding: 0 5rem;
            color: #ffffff;
            background-color: #000000;
            display: flex;
        }

    .header.header_maximized .div_header_top .div_logo_application {
        width: 50vw;
        height: 7rem;
    }

    .header .div_header_top .div_logo_application .a_logo_application {
        line-height: 7rem;
    }

    .header.header_maximized .div_header_top .div_logo_application .a_logo_application {
        display: none;
    }

    .header .div_header_top .div_logo_application .a_logo_application .img_logo {
        vertical-align: middle;
    }

    /* menu */

    .header .div_menu {
        display: flex;
        flex: 1;
        background-color: #f1f1f1;
    }

        .header .div_menu .div_menu_item {
            margin: 2.5rem 0;
            padding: 0 4rem;
            border-right: 1px solid #31a836;
            line-height: 2rem;
            font-size: 1.6rem;
            color: #000000;
        }

            .header .div_menu .div_menu_item:last-of-type {
                border-right: none;
            }

            .header .div_menu .div_menu_item .a_menu_item {
                vertical-align: top;
                white-space: nowrap;
                text-decoration: none;
                color: inherit;
            }

    /* login */

    .header .div_login {
        display: flex;
        justify-content: flex-start;
        /*align-items: strech;*/
        height: 7rem;
        background-color: #26890D;
        cursor: pointer;
    }

    .header .div_login_lib {
        padding: 0 2rem;
        line-height: 7rem;
        font-size: 1.6rem;
        color: #ffffff;
    }

        .header .div_login_lib .a_login {
            /* vertical-align: middle;
            white-space: nowrap;*/
            text-decoration: none;
            color: inherit;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .header .div_login_lib .a_login svg {
                margin-left: 10px;
            }
/*
    .header .div_login_img {
        width: 7rem;
        line-height: 7rem;
        background-color: #00692f;
        text-align: center;
    }*/

       /* .header .div_login_img .img_login {
            vertical-align: middle;
        }*/


    /* header home */

    .header .div_header_home {
        display: none;
        color: #ffffff;
        overflow: hidden;
    }

    .header.header_maximized .div_header_home {
        display: flex;
    }

/* --- */
.Deloitte_logo .a_logo_application.img_logo_application .img_logo {
    border-right: 2px solid #3e3e3e !important;
    padding-right: 17px;
    width: 125px !important;
}

.div_header_home_left .div_logo_application {
    display: flex;
}

#home > div.div_header_top > div.div_logo_application > div.Deloitte_logo {
    padding-left: -25px;
}

#home > div.div_header_top > div.div_logo_application > div.Dboard_logo {
    padding-left: 25px;
}

    #home > div.div_header_top > div.div_logo_application > div.Dboard_logo > a > img {
        width: 10rem;
    }

#home > div.div_header_top > div.div_logo_application > div.Deloitte_logo > a > img {
    width: 120px;
    padding-right: -25px;
}

#home > div.div_header_home > div.div_header_home_left > div.div_logo_application > div:nth-child(1) > a > img {
    display: inline-block;
    width: 25rem;
    padding-right: 5rem;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}



#home > div.div_header_home > div.div_header_home_left > div.div_logo_application > div:nth-child(2) > a > img {
    width: 16rem !important;
    margin-left: 5rem;
    flex: 1
}


.header .div_header_home .div_header_home_left .div_home_action {
    height: 7rem;
    background-image: url("/images/header/dot.png");
    background-repeat: repeat;
}

    .header .div_header_home .div_header_home_left .div_home_action .a_home_action:first-of-type {
        margin-left: 3.2rem;
    }

    .header .div_header_home .div_header_home_left .div_home_action .a_home_action {
        display: inline-block;
        padding: 1.5rem;
        font-size: 2.5rem;
        color: inherit;
        text-decoration: none;
        background-color: #000000;
    }

#home > div.div_header_home > div.div_header_home_left > div.div_home_titles > div:nth-child(3) > span.span_home_description {
    padding-right: 0 !important;
}

#home > div.div_header_home > div.div_header_home_left > div.div_home_titles > div > span.span_home_subtitle, #home > div.div_header_home > div.div_header_home_left > div.div_home_titles > div > span.span_home_description {
    margin-top: 1rem;
}
/* --- */

.header .div_header_home .div_header_home_right {
    flex: 1;
    /*display:flex;*/
    flex-direction: column;
}

.div_background_right-bot {
    background-image: url('../images/header/grey_texture.png');
    height: 85vh;
}

.header .div_header_home .div_home_tabs {
    display: flex;
}

    .header .div_header_home .div_home_tabs .div_home_tab {
        margin-right: 4rem;
        width: 25%;
    }

        .header .div_header_home .div_home_tabs .div_home_tab .a_home_tab {
            display: inline-block;
            width: 100%;
            line-height: 2rem;
            color: #97999b;
            text-decoration: none;
            border-bottom: 0.4rem solid #97999b;
            cursor: pointer;
        }

            .header .div_header_home .div_home_tabs .div_home_tab .a_home_tab.selected {
                color: #31a836;
                border-color: #31a836;
                cursor: default;
            }

/* --- */

.header .div_header_home .div_home_titles .div_home_title .span_home_title,
.header .div_header_home .div_home_titles .div_home_title .span_home_subtitle,
.header .div_header_home .div_home_titles .div_home_title .span_home_description {
    display: block;
}

.header .div_header_home .div_home_titles .div_home_title .span_home_title {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.1;
}

.header .div_header_home .div_home_titles .div_home_title .span_home_subtitle {
    font-size: 4rem;
    font-weight: 100;
    line-height: 1;
}

.div_header_home .div_home_titles .div_home_title .span_home_description {
    font-size: 2.5rem;
    font-family: 'Open Sans Light', "Roboto", "Avenir Black" !important;
    opacity: 0.6;
}

/* --- */

.header .div_home_imgs {
    padding-right: 7rem;
    margin-left: -14rem;
    height: calc(100vh - 45rem);
}

    .header .div_home_imgs .img_home {
        height: 75rem;
        width: 101.3rem;
        min-height: 75rem;
        min-width: 101.3rem;
    }

.div_background_right {
    background-color: #a7a7a7;
}

/* Transitions */

.div_scroll_top_bg {
    cursor: pointer;
    height: 14rem;
    width: 7rem;
    transition: box-shadow 0.5s ease-out;
}

    .div_scroll_top_bg:hover {
        box-shadow: inset 0 140px 0 0 #00692f;
    }

.header .div_login_lib {
    transition: box-shadow 0.5s ease-out;
}

    .header .div_login_lib:hover {
        box-shadow: inset 250px 0px 0 0 #046A38;
    }

.header .div_header_home .div_header_home_left {
    width: 50.55%;
    display: flex;
    flex-direction: column;
    padding: 10rem 33rem 6rem 14rem;
    width: 50.45%;
    background-color: #000000;
}

.header .div_header_home .div_home_tabs {
    padding: 5rem 0 4rem 0;
}

.header .div_header_home .div_home_titles {
    cursor: default;
}

@media screen and (max-width: 290px) {

    .div_header_home_left .div_logo_application {
        flex-wrap: wrap;
    }

    #home > div.div_header_home > div.div_header_home_left > div.div_logo_application > div:nth-child(2) > a > img {
        margin: 12px 0 !important;
    }
}

@media screen and (min-width:401px) and (max-width: 646px) {
    .header .div_header_home .div_header_home_left {
        display: block !important;
    }

        .header .div_header_home .div_header_home_left .span_home_title {
            font-size: 3.5rem !important;
        }

    .span_home_subtitle {
        font-size: 3rem !important;
    }

    .span_home_description {
        font-size: 2.5rem !important;
    }

    .fas.fa-times {
        margin-left: 37vw !important;
    }
}

@media screen and (min-width:1213px) and (max-width:2098px) {

    .header .div_header_home .div_home_tabs {
        padding: 5rem 0 4rem 0;
    }

    .header .div_header_home .div_home_titles .div_home_title .span_home_title {
        font-size: 4rem !important;
        line-height: 1.1;
    }


    .header .div_header_home .div_home_titles .div_home_title .span_home_subtitle {
        font-size: 4rem !important;
        line-height: 1 !important;
    }

    .header .div_header_home .div_home_titles .div_home_title .span_home_description {
        font-size: 2.5rem !important;
        font-family: 'Open Sans Light', "Roboto", "Avenir Black" !important;
        opacity: 0.6;
        padding-top: 1rem;
    }
}
/* Desktop responsive */

@media screen and (min-width:1920px) and (max-width:2559px) {

    /* password recovery centered */
    .header .div_recovery_password_banner .div_recovery_password_banner_iframe {
        margin: calc(-9vh - 175px) 787px 0px auto !important;
        align-self: center;
    }

    @media screen and (-webkit-min-device-pixel-ratio:0) {
        .header .div_recovery_password_banner .div_recovery_password_banner_iframe {
            margin: calc(-9vh - -26px) 787px 0px auto !important;
        }

        .header .div_recovery_password_banner {
            display: flex;
        }
    }
}

@media screen and (min-width:1920px) {

    #home > div.div_login_panel > div {
        margin-top: 12vh !important;
        z-index: 99 !important;
    }
}

@media screen and (max-width:2559px) {
    .header .div_login_lib {
        padding: 0 3.5rem;
    }
}

@media screen and (min-width:1025px) and (max-width:1199px) {
    .section_about .div_about_categories .div_about_category {
        width: 34% !important;
    }
}


/* Firefox */

@media screen and (max-width:1920px) and (-webkit-min-device-pixel-ratio:0) {
    .header .div_login_lib {
        padding: 0 3.33rem;
    }
}

/* header images responsive desktop */
@media screen and (min-height:1100px) and (min-width:1025px) and (max-width:1199px) {

    .header .div_home_imgs {
        height: calc(100vh - 80rem);
    }

    .section_headline .div_headline .div_headline_info {
        margin-top: 5.4rem !important;
    }
}


@media screen and (min-height:1100px) and (min-width:1025px) and (max-width:1421px) {
    .header .div_home_imgs .img_home {
        min-height: 93rem !important;
        min-width: 113rem !important;
    }


    .header .div_home_imgs {
        height: calc(100vh - 109rem) !important;
    }

    .section_headline .div_headline .div_headline_info {
        margin-top: 5.4rem !important;
    }
}

@media screen and (min-height:1100px) and (min-width:1422px) and (max-width:1603px) {
    .header .div_home_imgs .img_home {
        min-height: 93rem !important;
        min-width: 113rem !important;
    }

    .header .div_home_imgs {
        height: calc(100vh - 93rem);
    }

    .section_headline .div_headline .div_headline_info {
        margin-top: 5.4rem !important;
    }
}

@media screen and (min-height:1100px) and (min-width:1604px) and (max-width:1999px) {
    .header .div_home_imgs .img_home {
        min-height: 93rem !important;
        min-width: 113rem !important;
    }

    .header .div_home_imgs {
        height: calc(100vh - 93rem);
    }

    .section_headline .div_headline .div_headline_info {
        margin-top: 5.4rem !important;
    }
}

/* Large screens responsive */

@media screen and (min-height:1100px) and (min-width:2000px) and (max-width:2459px) {
    .header .div_home_imgs .img_home {
        min-height: 93rem !important;
        min-width: 113rem !important;
    }

    .section_headline .div_headline .div_headline_info {
        margin-top: 5.4rem !important;
    }

    .header .div_home_imgs {
        height: calc(100vh - 79rem);
    }
}


@media screen and (min-width:2460px) and (max-width:2559px) {
    .header .div_home_imgs .img_home {
        min-height: 105rem;
        min-width: 133rem;
    }
}

@media screen and (min-width:2400px) {

    @-moz-document url-prefix() {
        .section_about .div_about_categories .div_about_categories {
            padding-top: 0rem !important;
        }
    }

    .section_about .div_about_categories .div_about_category {
        padding-top: 6rem !important;
    }


        .section_about .div_about_categories .div_about_category .div_about_category_description {
            padding-right: 7rem;
        }

    .header .div_header_home .div_home_titles .div_home_title .span_home_title {
        font-size: 7rem;
    }

    .header .div_header_home .div_home_titles .div_home_title .span_home_subtitle {
        font-size: 6rem;
    }

    .header .div_header_home .div_home_titles .div_home_title .span_home_description {
        font-size: 4rem;
    }

    .header .div_home_imgs .img_home {
        min-height: 105rem;
        min-width: 133rem;
    }

    .body_main .section_headline .div_headline .div_headline_info {
        margin-top: 6rem;
    }
}

@media screen and (min-width: 2000px) {
    .div_recovery_password_banner_iframe {
        margin: calc(-9vh - 175px) 1128px 0px auto !important;
    }

    #home > div.div_login_panel > div {
        margin-top: 16vh !important;
        z-index: 99 !important;
    }

    .header .div_login_lib {
        padding: 0 6.8rem;
    }

        /*.header .div_login_lib:hover {
            box-shadow: inset 190px 0 0 0 #00692f;
        }*/

    @media screen and (-webkit-min-device-pixel-ratio:0) {
        .header .div_login_lib {
            padding: 0 6.5rem;
        }
    }
}

/* smartphones and tablets */

@media screen and (min-width:794px) and (max-width:800px) and (max-height:400px) and (orientation:landscape) {
    #home > div.div_header_home {
        height: 192vh;
    }

        #home > div.div_header_home > div.div_header_home_left {
            margin-top: 4rem;
        }

    #about > div.div_about_article {
        padding-top: 0 !important;
    }

    #headline > div > div.div_headline_info {
        margin-top: 36rem !important;
    }
}

@media screen and (min-width:667px) and (max-width:675px) and (max-height:375px) and (orientation:landscape) {
    .Dboard_logo > a > img {
        width: 11rem !important;
    }

    #home > div.div_header_home > div.div_header_home_left {
        margin-top: 2rem;
    }

    #home > div.div_header_home {
        height: 181vh;
    }
}

@media screen and (max-width:1024px) {

    #home > div.div_header_home > div.div_header_home_left > div.div_logo_application {
        display: none !important;
    }

    .span_home_subtitle, .span_home_description {
        margin-top: 1rem;
    }

    .div_header_home_left {
        margin-top: -5rem;
    }

    .section_about .div_about_article {
        margin-top: 0 !important;
    }

    .div_maintenance_message {
        font-size: 1.8rem !important;
    }

    .div_scroll_about {
        visibility: hidden;
    }

    .fas.fa-times {
        margin-left: 50vw;
    }

    .div_header_home_left {
        padding: 18rem 13rem 6rem 9rem !important;
        width: 100% !important;
    }

    .header .div_header_home .div_home_titles .div_home_title .span_home_subtitle {
        font-weight: 100;
        line-height: 1.2;
    }

    .header .div_header_home .div_home_titles .div_home_title .span_home_description {
        font-family: 'Open Sans Light', "Roboto", "Avenir Black" !important;
        opacity: 0.6;
        padding-top: 1rem !important;
    }

    .header .div_header_home {
        transition: none;
    }

    .div_header_top {
        flex-direction: column;
    }

    .a_logo_application.img_logo_application {
        margin: 0 auto !important;
    }

    .header .div_header_home .div_header_home_left .div_logo_application .img_logo {
        margin-top: 20rem;
    }

    .div_menu {
        background-color: #000000 !important;
        text-align: center;
        flex-direction: column;
        flex: none !important;
        width: 100%;
        cursor: pointer;
    }

    .header .div_login {
        width: 100%;
        order: 2;
        justify-content: center !important;
    }

    .div_login_lib a {
        font-size: 3.8rem;
    }

    .div_login_lib {
        transition: none !important;
        box-shadow: none !important;
    }

    .header .div_menu .div_menu_item {
        border-right: 1px solid #4CAF50;
        margin: 2.5rem 0;
        font-size: 3.5rem;
    }

    .header .div_menu :last-of-type.div_menu_item {
        border-right: 1px solid #4CAF50;
    }

    .header.header_maximized .div_header_top .div_logo_application {
        width: 100%;
        height: auto !important;
    }

    .div_header_top .div_logo_application {
        justify-content: center;
        width: 100%;
    }

    .div_home_action, .div_scroll_top, .div_home_imgs, .div_header_home_right {
        display: none !important;
    }

    .div_home_titles {
        max-width: 100rem !important;
        padding-top: 2rem;
    }

    .header .div_header_home .div_home_titles .div_home_title .span_home_title {
        font-size: 4.5rem;
    }

    .header .div_header_home .div_home_titles .div_home_title .span_home_subtitle {
        font-size: 4.5rem;
    }

    .header .div_header_home .div_home_titles .div_home_title .span_home_description {
        font-size: 3rem;
    }

    .div_login_panel_int {
        display: flex;
        flex-direction: column;
        width: 100% !important;
        right: 0 !important;
    }

    .a_login_panel_bt {
        font-size: 2rem !important;
        border-radius: 5px !important;
    }

    .a_login_panel_link {
        font-size: 2rem !important;
    }

    .div_login_panel_int .div_login_panel_title {
        font-size: 5rem;
    }

    .div_scroll_top_description_title {
        font-size: 2rem !important;
    }

    .div_scroll_top_description_text {
        font-size: 1.8rem !important;
    }

    .div_menu_item {
        display: none;
    }

    .test {
        display: block;
    }

    .div_menu_item {
        line-height: 5rem !important;
        height: 7rem;
        color: white !important;
        width: 50%;
        margin: 1rem 27% !important;
        transition: background-color 0.2s, color 0.2s;
        border: 2px solid #4CAF50;
    }

        .div_menu_item:hover {
            background-color: #4CAF50;
            color: white;
        }

    .header .div_header_home {
        color: #ffffff;
    }

    .div_logo_application .a_logo_application {
        display: inherit !important;
    }

    .div_header_top {
        position: fixed !important;
        width: 100% !important;
        z-index: 2;
    }
}

/* Smartphone portrait only */

@media screen and (min-width:0px) and (max-width:420px) {
    .header .div_recovery_password_banner .div_recovery_password_banner_iframe {
        overflow-Y: auto;
    }

    .header .div_recovery_password_banner .div_recovery_password_banner_iframe {
        z-index: 99;
    }

    .header .div_header_home .div_header_home_left .span_home_title {
        font-size: 3.5rem !important;
    }

    .span_home_subtitle {
        font-size: 3rem !important;
    }

    .span_home_description {
        font-size: 2rem !important;
    }

    .header .div_header_home .div_header_home_left .div_logo_application .img_logo {
        margin-top: 0 !important;
    }

    .div_header_home_left .div_logo_application {
        flex-direction: column !important;
    }

    .header .div_header_home .div_header_home_left .div_logo_application .img_logo {
        margin-top: 5rem !important;
        border-right: none !important;
    }

    .fas.fa-times {
        margin-left: 47vw !important;
    }

    .header .div_login_panel .div_login_panel_links .a_login_panel_link {
        font-size: 1.5rem !important;
    }

    .div_login_panel_int {
        margin-top: 0rem;
    }

    .div_login_panel_title {
        font-size: 3rem !important;
    }

    .header .div_header_top .div_logo_application {
        width: 100%;
        padding-left: 3rem;
    }

    body {
        overflow-X: hidden;
    }

    #home > div.div_header_home > div.div_header_home_left {
        padding: 20rem 5rem 6rem 7rem !important;
        margin-top: -3rem;
    }

    .span_home_description {
        font-size: 2.8rem !important;
    }

    #home > div.div_header_top > div.div_logo_application > div.Dboard_logo {
        padding-left: 0 !important;
        margin-left: 3rem;
    }

        #home > div.div_header_top > div.div_logo_application > div.Dboard_logo img {
            width: 11rem !important;
        }

    #home > div.div_header_home > div.div_header_home_left > div.div_logo_application > div:nth-child(2) > a > img {
        margin-top: 1rem !important;
        margin-left: 0 !important;
    }

    .div_header_home_left .div_logo_application {
        margin-left: 8rem !important;
        margin-top: 3rem !important;
    }

    .span_home_title, .span_home_subtitle {
        margin-bottom: 2rem !important;
    }
}

/* tablets */

@media screen and (min-width:737px) and (max-width:1024px) {
    #home > div.div_header_home > div.div_header_home_left {
        margin-top: 14rem;
    }

    .Dboard_logo > a > img {
        width: 11rem !important;
    }
}

/* iphones */

@media screen and (max-width:375px) {
    .div_header_home_left .div_logo_application {
        margin-left: 4rem !important;
        margin-top: 0 !important;
    }

    .div_header_home_left {
        padding: 20rem 5rem 0rem 7rem !important;
    }

    .span_home_description {
        font-size: 2rem !important;
    }

    .a_login_panel_bt, .a_login_panel_link {
        font-size: 2rem !important;
    }

    .div_scroll_top_description_title {
        padding: 0 !important;
    }
}

/* Iphones (6,7,8 +)*/

@media screen and (min-width:410px) and (max-width:420px) {
    #home > div.div_login_panel > div > div.div_login_panel_bts > div > a {
        font-size: 2rem !important;
    }
}

@media screen and (min-width:421px) and (max-width:736px) and (orientation:landscape) {

    .body #about > div.div_about_article {
        padding-top: 0 !important;
    }

    .body #home > div.div_header_home {
        height: 160vh !important;
    }
}
/* Fixing Dboard logo overlap */

@media screen and (min-width:1001px) and (max-width:1243px) {
    .div_header_home_left .div_logo_application {
        flex-direction: column;
    }

    .Dboard_logo_home .img_logo {
        margin-top: 1rem;
        margin-left: 0 !important;
    }
}

/* tablet portrait */

@media screen and (min-width:812px) and (max-width:830px) and (max-height:375px) and (orientation:landscape) {
    .header .div_header_home {
        height: 204vh;
    }

    #about > div.div_about_article {
        padding-top: 0 !important;
    }

    .header .div_login_panel .div_login_panel_title {
        padding: 4rem 3.5rem;
    }

    #home > div.div_login_panel > div {
        max-height: 94%;
        overflow-Y: auto;
    }

    .header .div_login_panel {
        background-color: rgba(0,0,0,0);
    }
}

@media screen and (min-width:0px) and (max-width:1024px) and (max-height:465px) and (orientation:landscape) {

    #home > div.div_login_panel > div {
        max-height: 100%;
        overflow-Y: scroll;
    }

    .header .div_login_panel .div_login_panel_bts {
        padding: 3rem 5.7rem;
    }
}

@media screen and (min-width:0px) and (max-width:415px) and (orientation:portrait) {

    #home > div.div_login_panel > div {
        max-height: 100%;
        overflow-Y: scroll;
    }

    .header .div_login_panel .div_login_panel_bts {
        padding: 2rem 5.7rem 0 5.7rem;
    }

    .header .div_login_panel .div_login_panel_links {
        padding: 10px 16px 16px 16px !important;
    }
}

@media screen and (min-width:375px) and (max-width:380px) and (orientation:portrait) {
    .div_login_panel_int {
        margin-top: 0;
    }
}

/* LOGIN */

/* Ipad pro landscape */

@media screen and (min-width:1366px) and (max-width:1370px) and (max-height:1024px) and (orientation:landscape) {
    #home > div.div_login_panel > div {
        margin-top: 16vh !important;
        width: 31% !important;
    }

        #home > div.div_login_panel > div > div.div_maintenance_wrapper > div > div.div_maintenance_text > div, #home > div.div_login_panel > div > div.div_login_panel_links > div > a {
            font-size: 1.7rem !important;
        }
}

/* Ipad landscape */
@media screen and (min-width:1024px) and (max-width:1030px) and (max-height:768px) and (orientation:landscape) {
    #home > div.div_login_panel > div {
        margin-top: 14rem !important;
    }
}

@media screen and (min-width:365px) {
    #home > div.div_login_panel > div > div.div_maintenance_wrapper > div > div.div_maintenance_text > div, #home > div.div_login_panel > div > div.div_login_panel_links > div > a {
        font-size: 1.7rem !important;
    }

    body > div.ui-page.ui-page-theme-a.ui-page-active > div {
        display: flex !important;
        justify-content: flex-end !important;
    }
}

/* Iphones portrait */

@media screen and (min-width:0px) and (max-width:414px) and (max-height:812px) and (orientation:portrait) {
    #home > div.div_login_panel > div {
        margin-top: 0 !important;
    }

    .header .div_recovery_password_banner .div_recovery_password_close {
        margin: 10px 0 0 347px;
    }
}

@media screen and (min-width:360px) and (max-width:812px) and (max-height:414px) and (orientation:landscape) {

    /* Iphones landscape */

    #home > div.div_login_panel > div {
        margin-top: 0 !important;
        z-index: 50 !important;
    }
}

/* Responsive smartphone */

@media screen and (min-width:365px) and (max-width:370px) and (max-height:884px) and (orientation:portrait) {
    .body #apps > div > div.div_apps_menu > div.div_wrap_items {
        margin-top: 26.5rem !important;
    }
}

/* Galaxy S5 portrait */

@media screen and (min-width:360px) and (max-width:370px) and (max-height:640px) and (orientation:portrait) {
    #about > div.div_about_categories > div > div.div_about_category_img > img {
        margin-left: 231% !important;
    }
}

/* Galaxy S5 landscape */

@media screen and (min-width:640px) and (max-width:650px) and (max-height:360px) and (orientation:landscape) {
    body > div.ui-page.ui-page-theme-a.ui-page-active > footer > div > div > div.div_social_media {
        width: 38.3%;
    }
}

@media screen and (max-width:375px) and (orientation:portrait) {
    #headline > div > div.div_headline_info > div.div_headline_items > div:nth-child(2) > div > span, #headline > div > div.div_headline_info > div.div_headline_items > div:nth-child(3) > div > span {
        width: 2.75rem;
    }
}

/* Iphone 5/SE */

@media screen and (max-width: 330px) and (orientation: portrait) {
    #headline > div > div.div_headline_info > div.div_headline_items > div:nth-child(2) > div > span, #headline > div > div.div_headline_info > div.div_headline_items > div:nth-child(3) > div > span {
        width: 3.5rem;
    }

    #elements > div.div_elements > div.div_element > div.div_element_text > div.div_element_title {
        font-size: 1.8rem !important;
    }
}

/*fix header and section after tablets */

@media only screen and (min-width : 1025px) and (max-width:1213px) {
    #about > div.div_about_article > div.div_about_article_description {
        padding: 0 0rem 0 14rem !important;
    }

    .section_about .div_about_article .div_about_article_description {
        width: 100%;
        padding: 0 0rem 0 12rem;
        font-size: 1.6rem;
        font-family: 'Open Sans Light', "Roboto", "Avenir Black" !important;
    }

    .header.header_maximized .div_header_top .div_logo_application {
        width: 43vw !important;
    }

    body .header .div_header_home .div_home_titles .div_home_title .span_home_description {
        font-size: 2rem !important;
    }
}

/* Login fixing */

@media only screen and (min-width : 1025px) and (max-width:1235px) {
    body #home > div.div_login_panel > div.div_login_panel_int {
        right: 32% !important;
        width: 32% !important;
    }

    #home > div.div_login_panel > div {
        max-height: 100%;
        overflow-Y: auto;
    }
}

/* Tablets and smartphones portrait*/
@media screen and (max-width: 1024px) and (orientation:portrait) {

    #home > div.div_header_home, #home > div.div_header_home > div.div_header_home_left {
        min-height: 85vh !important;
    }
}

/* overlap Sign In and Contact section */
@media screen and (min-width:1025px) and (max-width:1080px) and (min-height:0px) and (max-height:750px) {
    .header .div_menu .div_menu_item {
        padding: 0 2.8rem !important;
    }
}

/* overlap text about exchange laptop overlap */
@media screen and (min-width:1025px) and (min-height:0px) and (max-height:900px) {
    body .section_about .div_about_categories .div_about_category {
        padding: 3rem !important;
        width: 34%;
    }

    #about > div.div_laptop {
        height: 48% !important;
    }
}

@media screen and (min-height:0px) and (max-height:730px) and (min-width:1025px) {
    .section_elements .div_elements_title {
        padding: 16rem 0 2rem 14rem !important;
    }

    .section_about .div_about_article {
        margin-top: 0rem !important;
    }
}

@media screen and (min-width:2560px) {
    .header .div_recovery_password_banner .div_recovery_password_banner_iframe {
        align-self: center;
    }

    .header .div_home_imgs {
        padding-right: 7rem;
        margin-left: -14rem;
        height: calc(100vh - 58rem);
    }
}

@media screen and (min-width:1025px) and (max-width:1046px) {
    .header .div_menu .div_menu_item {
        padding: 0 3rem;
    }
}

/* password recovery centered 110% 125% 150% */

@media screen and (min-width:2327px) and (max-width:2559px) and (min-height:970px) {
    .header .div_recovery_password_banner .div_recovery_password_banner_iframe {
        margin: calc(-9vh - 175px) 1000px 0px auto !important;
    }
}

@media screen and (min-width:2048px) and (max-width:2326px) and (min-height:970px) {
    .header .div_recovery_password_banner .div_recovery_password_banner_iframe {
        margin: calc(-9vh - 117px) 856px 0px auto !important;
    }

    @media screen and (-webkit-min-device-pixel-ratio:0) {
        .header .div_recovery_password_banner .div_recovery_password_banner_iframe {
            margin: calc(-9vh - 175px) 856px 0px auto !important;
        }
    }
}

@media screen and (min-width:1706px) and (max-width:2047px) and (max-height:968px) and (min-height:886px) {
    .header .div_recovery_password_banner .div_recovery_password_banner_iframe {
        margin: calc(-9vh - 142px) 789px 0px auto !important;
    }

    @media screen and (-webkit-min-device-pixel-ratio:0) {
        .header .div_recovery_password_banner .div_recovery_password_banner_iframe {
            margin: calc(-9vh - 175px) 680px 0px auto !important;
        }
    }

    @supports (-ms-ime-align: auto) {
        .header .div_recovery_password_banner .div_recovery_password_banner_iframe {
            margin: calc(-9vh - 78px) 788px 0px auto !important;
        }
    }
}

@media screen and (min-width:1745px) and (max-width:2047px) and (max-height:881px) {
    .header .div_recovery_password_banner .div_recovery_password_banner_iframe {
        margin: calc(-9vh - 175px) 699px 0px auto !important;
    }
}

@media screen and (min-width:1536px) and (max-width:1705px) and (max-height:775px) {
    .header .div_recovery_password_banner .div_recovery_password_banner_iframe {
        margin: calc(-9vh - 175px) 611px 0px auto !important;
    }
}

@media screen and (min-width:1920px) and (max-width:1921px) and (min-height:968px) and (max-height:969px) {
    .header .div_recovery_password_banner .div_recovery_password_banner_iframe {
        margin: calc(-9vh - 8px) 790px 0px auto !important;
    }
}

@media screen and (min-width:1705px) and (max-width:1710px) and (max-height:870px) {
    .header .div_recovery_password_banner .div_recovery_password_banner_iframe {
        margin: calc(-9vh - 175px) 680px 0px auto !important;
    }
}

/* end of password recovery */

/* Iphone 5/SE portrait */
@media screen and (min-width:320px) and (max-width:330px) and (max-height:570px) and (orientation:portrait) {
    .header .div_recovery_password_banner .div_recovery_password_banner_iframe {
        margin-left: -38px;
    }

    .header .div_recovery_password_banner .div_recovery_password_close {
        margin: 12px 0 0 332px;
    }
}

/* Iphone 5/SE landscape*/

@media screen and (min-width:568px) and (max-width:570px) and (max-height:320px) and (orientation:landscape) {
    .header .div_recovery_password_banner .div_recovery_password_close {
        margin: 23px 0 0 375px;
    }

    body .div_footer .deloitte_digital {
        margin: 43px -224px 0px 0px !important;
    }
}

@media screen and (min-width:1200px) and (max-width:1377px) and (min-height:1024px) {

    .header .div_home_imgs {
        height: calc(100vh - 64rem);
    }
}

@media screen and (max-width:1025px) {
    .header .div_recovery_password_banner .div_recovery_password_banner_iframe {
        overflow: auto;
    }
}

/* Ipad pro */

@media screen and (min-width:1366px) and (max-width:1370px) {
    .header .div_home_imgs {
        height: calc(100vh - 64rem);
    }
}


/* Update Unroll/password 0807*/

.div_login_panel_bts_row {
    display: flex;
    justify-content: space-between;
}

    .div_login_panel_bts_row .button_type {
        width: 48%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

        .div_login_panel_bts_row .button_type .a_login_panel_bt {
            font-size: 1.3rem !important;
        }

.header .div_login_panel .div_login_panel_bts .a_login_panel_bt {
    margin: 0rem 0 0.5rem 0;
    max-height: 47.24px;
    padding: 1rem 1.5rem !important;
}


.header .div_login_panel .div_login_panel_links {
    display: flex;
    justify-content: center;
    padding: 0;
}

.button_type {
    background-color: #fff;
    border-bottom: 6px solid #d1d1d1;
}

/* CHROME FIX 13.07.220*/
@media screen and (-webkit-min-device-pixel-ratio:0) and (min-width: 1000px) and (max-width: 1281px) {
    .div_login_panel_bts_row .button_type .a_login_panel_bt {
        font-size: 1rem !important;
    }

    .header .div_login_panel .div_login_panel_bts .a_login_panel_bt {
        max-height: 40.62px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) and (min-width: 1282px) and (max-width: 1537px) {
    .div_login_panel_bts_row .button_type .a_login_panel_bt {
        font-size: 1.1rem !important;
    }

    .header .div_login_panel .div_login_panel_bts .a_login_panel_bt {
        max-height: 40.62px;
    }
}


/* Iphones portrait */

@media screen and (min-width:0px) and (max-width:414px) and (max-height:825px) and (orientation:portrait) {
    #home > div.div_login_panel > div {
        margin-top: 0 !important;
    }

    .header .div_recovery_password_banner .div_recovery_password_close {
        margin: 10px 0 0 347px;
    }

    .div_login_panel_bts_row .button_type .a_login_panel_bt {
        font-size: 12px !important;
    }

    .header .div_login_panel .div_login_panel_bts .a_login_panel_bt {
        max-height: 50px;
    }

    .header .div_login_panel .div_login_panel_bts > .button_type > .a_login_panel_bt {
        padding: 1.7rem 1.5rem !important;
    }

    .header .div_login_panel .div_login_panel_bts .div_login_panel_bts_row > .button_type > .a_login_panel_bt.a_recovery_link {
        padding: 1.5rem 1.5rem !important;
    }

    .button_type {
        min-height: 60.39px;
    }
}

@media screen and (min-width:1920px) {

    #home > div.div_login_panel > div {
        max-width: 441.6px;
    }
}
