* {
    margin: 0;
    padding: 0;
}

#section-banner-body-background-image-bi {
    background: url('../img/bi_educacional.jpg') no-repeat center center / cover; 
    background-color: linear-gradient(to right, #0E4A86, #4381B2);
}

#text-header-bi {
    padding: 0px;
}

.text-banner-bi {
    width: 390px;
}

.button-consultor-banner:hover {
    color: #fff;
}

.main-bi-mb {
    display: none;
}

.main-bi-desk {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

.main-bi-desk .inside-content {
    width: 369px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: space-around;
}

.banner-principal {
    width: 100%;
    height: 100vh;
    background: #002138;
    position: fixed;
    z-index: 1;
    display: flex;
    top: 0;
}

/* .desktop-banner-principal {
    margin-top: 150px;
} */

.banner-principal .container {
    background: #002138;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding-top: 200px; */
}

.banner-principal .container .text-content {
    width: 50%;
    position: fixed;
    z-index: 1;
    color: #fff;
}

#text-title h1 {
    font-size: 1.0rem;
    text-transform: uppercase;
}

#text-title h2 {
    font-size: 2.6rem;
    opacity: 0.9;
    width: 200px;
}

#text-title h2 span {
    opacity: 1.0;
}

#text-content p {
    width: 350px;
    font-weight: 500;
}

#img-fundo {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    width: 580px;
}

#img-sob {
    position: inherit;
    z-index: 4;
    margin: 2030px 22% 50px 0px;
}

#img-sob .inside-content {
    margin-bottom: 210px;
}

.icon img {
    margin-bottom: 50px;
}

.inside-content h1 {
    color: #fff;
    font-weight: lighter;
    font-size: 1.9rem;
    margin-top: 50px;
}

.inside-text p {
    color: #fff;
}

.rest-page {
    width: 100%;
    position: absolute;
    z-index: 5;
}

.double-content .container {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.double-content h2 {
    font-size: 1.2rem;
}

/* @media (min-width: 1301px){
    #img-fundo {
        right: 12%;
    }
    #img-sob {
        margin-right: 20%;
    }
} */

@media (min-width: 1200px){
    .inside-content {
        margin-left: 29% !important;
    }
}

@media (max-width: 1196px){
    #img-fundo {
        right: 1%;
    }
    #img-sob{
        margin-right: 157px;
    }
}

@media (max-width: 1130px){
    #img-sob {
        margin-right: 15%;
    }
}

@media (max-width: 1100px){
    #img-fundo {
        display: none;
    }

    .double-content .container {
        flex-direction: column;
        text-align: left;
        align-items: center;
    }

    .column-reverse {
        display: flex !important;
        flex-direction: column-reverse !important;
    }

    .double-content .text {
        text-align: left;
    }
}

@media (max-width: 1200px){
    .main-bi-desk {
        display: none;
    }

    .main-bi-mb {
        display: block;
    }

    .banner-principal, .banner-principal .container, .banner-principal .text-content, #img-sob, .rest-page {
        position: relative;
        z-index: 0;
    }

    .banner-principal {
        flex-direction: column;
        height: fit-content;
        align-items: flex-start;
        padding: 50px 10px;
    }

    .banner-principal .container {
        flex-direction: column;
        align-items: center;
        padding: 0px;
        text-align: center;
    }

    #text-title h2 {
        width: 100%;
    }

    #text-content p {
        width: 70%;
        margin: 0px auto;
    }

    #icons {
        width: 100%;
    }

    .inside-content {
        display: flex;
        flex-direction: column;
        width: 80%;
        margin: 30px auto;
    }
}

@media (max-width: 406px){
    .text-banner-bi {
        width: 100%;
    }
}

@media (max-width: 360px){
    #text-content, #text-title h2, #text-content p, #icon, #icons .inside-content {
        width: 100%;
    }

    #text-title h2 {
        font-size: 2.3rem;
    }
}