section#section-principal.commingSoon{
    background: 
                url("/static/img/comingSoon/comingSoon_blue.f892f7650b0d.png"), 
                url("/static/img/comingSoon/comingSoon.3cbe69997c00.png");
    background-position: 0 , 0;
    background-repeat: no-repeat, no-repeat;
    background-size: cover;

   position: relative;

}
section#section-principal .text.commingSoon {
    align-items: flex-start;
    transform: translate(-50%,-40%);


}
.commingSoon .comingSoon-header{
    color: white;
    font-size: 40px;
}


section#section-principal .text.commingSoon h2.section-title{
    text-align: left;
    align-self: flex-start;
    width: 600px;
    font-size: 100px;
}


section#section-principal .text.commingSoon p.comingSoon-footer{
    margin-top: 110px;
    color: white;
    font-size: 28px;
}
section#section-principal  p.comingSoon-footer-mobile{
    display: none;
}

section#section-principal.commingSoon .cont-svg{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 43%;
    height: 65%;
    overflow: hidden;
}

section#section-principal.commingSoon svg{
    position: absolute;
    bottom: 0;
   
}


@media (max-width: 576px) {
    .commingSoon .comingSoon-header{
        font-size: 22px;
    }
    section#section-principal.commingSoon{
        height: 100vh!important;
    }
    section#section-principal .text.commingSoon{
        transform: translate(-50%,-70%);
    }
    section#section-principal .text.commingSoon h2.section-title{
        text-align: left;
        align-self: flex-start;
        width: 95%;
        font-size: 30px;
    }
    section#section-principal .text.commingSoon p.comingSoon-footer{
        display: none;
    }
    section#section-principal p.comingSoon-footer-mobile{
        font-size: 18px;
        color: white;
        position: absolute;
        bottom: 0;
        text-align: center;
        display: block;
        text-align: center;
        width: 100%;
    }   
    section#section-principal.commingSoon .cont-svg {
        position: absolute;
        right: 0;
        bottom: 15%;
        width: 250px;
        height: 350px;
        overflow: hidden;
    }
    section#section-principal.commingSoon svg{
        position: absolute;
        bottom: 0;
        left: -175px;
    }
}

.commingSoon {
    z-index: 100;
}