.main-painel {
    position: relative;
    height: 1000px;
    width: 100%;
    overflow: hidden;
}

.backImg-painel {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
}

.main-painel-text {
    width: 1254px;
    margin: auto;
    top: 50%;
    left: -50%;
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 1;
    opacity: 0;
    transition: left 0.8s ease, opacity 2s ease;
}
.main-painel-text-show {
    left: 50%;
    opacity: 1;
}

.main-painel-text>div {
    display: flex;
    flex-direction: column;
    width: 348px;
}

.main-painel-text>div>h1 {
    color: #FFFFFF;
    font-size: 76px;
    font-family: "InterTight-Bold";
    line-height: 100px;
    white-space: nowrap;
}

.main-painel-text>div>ul {
    display: flex;
    gap: 10px;
    align-items: center;
}

.main-painel-text>div>p {
    color: #FFFFFF;
    font-family: "InterTight-Light";
    line-height: 34px;
    font-size: 22px;
    padding-top: 10px;
    width: 525px;
}

.main-painel-text-jpb>div>p {
    width: 620px;
}

.main-painel-text>div>p>span {
    font-family: "InterTight-Bold";
}

.main-painel-text>div>ul>li {
    padding: 0 10px;
    border: 1px solid #FE8F38;
    border-radius: 30px;
    font-family: "InterTight-Regular";
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
}

.main-painel:before {
    content: ' ';
    position: absolute;
    z-index: 2;
    background: transparent linear-gradient(180deg, #F7F7F700 0%, #F7F7F7 100%) 0% 0% no-repeat padding-box;
    height: 404px;
    width: 100%;
    bottom: 0;
}

.cellPhone-painel {
    position: absolute;
    z-index: 1;
    right: -500px;
    bottom: -300px;
    width: 786px;
    height: 786px;
    opacity: 0;
    transition: bottom 0.8s ease, right 0.8s ease, opacity 0.8s ease;
}
.cellPhone-painel.cellPhone-show {
    bottom: 0px;
    right: 0px;
    opacity: 1;
}

.cellPhone-painel-mobile {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    width: 360px;
    height: 430px;
}

.cellPhone-painel-mobile {
    display: none;
}

.backImg-painel-mobile {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
}

.share-content {
    position: fixed;
    z-index: 1000;
    bottom: 20px;
    left: 20px;
    width: 80px;
    height: 80px;
    border-radius: 50px;
}
.share-btn {
    background: transparent linear-gradient(66deg, #FE8F38 30%, #F72B52 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 15px #0000000D;
    border-radius: 50px;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0;
    padding: 23.45px 25.77px 22.99px 24.26px;
    z-index: 1;
}
.share-btn > img {
    width: 29px;
    height: 33px;
}
.share-content > ul {
    position: relative;
    width: 100%;
    height: 100%;
}
.share-content > ul > li {
    position: absolute;
    z-index: 0;
    left: 20%;
    top: 50%;
    transform: translate(-50%, -10%);
    transition: all 0.5s ease;
    opacity: 0;
}
.share-content > ul > li > img {
    width: 44px;
    height: 44px;
}

@media (max-width: 1080px) {
    .cellPhone-painel {
        display: none;
    }

    .cellPhone-painel-mobile {
        display: flex;
    }

    .main-painel-text {
        width: auto;
        top: 140px;
        left: 50%;
        transform: translateX(-50%);
    }
    .main-painel {
        height: 800px;
    }

    .main-painel-jpb {
        height: 891px;
    }

    .main-painel-gzw {
        height: 850px;
    }

    .main-painel-enfo {
        height: 876px;
    }
}

@media (min-width: 769px) {
    .share-content:hover {
        width: 118px;
        height: 117px;
    }
    .share-content:hover > ul li {
        visibility: visible;
        opacity: 1;
        transition-delay: 0s;
        top: auto;
        left: auto;
    }
    .share-content:hover > .share-btn {
        width: 62px;
        height: 62px;
        padding: 17.49px 20.93px 17.49px 16.93px;
    }
    .share-content:hover .share-btn > img {
        width: 24px;
        height: 27px;
    }
    .share-content:not(:hover) ul > li {
        transition: all 0.3s ease, visibility 0s 0s, opacity 0.5s ease;
        visibility: hidden;
        opacity: 0;
    }
    .share-content:hover ul > li:nth-child(1) {
        top: 0px;
        left: 7px;
        transform: none;
    }
    .share-content:hover ul > li:nth-child(2) {
        top: 11px;
        right: 12px;
        transform: none;
    }
    .share-content:hover ul > li:nth-child(3) {
        right: 0px;
        bottom: 8px;
        transform: none;
    }
}

@media (max-width: 769px) {

    .main-painel-text>div {
        align-items: center;
        width: 320px;
    }

    .main-painel-text>div>p {
        text-align: center;
        font-size: 16px;
        line-height: 26px;
        width: 350px;
       /*  padding: 0px 20px; */
    }

    .main-painel-text>div>ul>li {
        font-size: 12px;
        line-height: 24px;
    }

    .main-painel-text>div>h1 {
        font-size: 46px;
        line-height: normal;
        white-space: nowrap;
    }

    .backImg-painel-mobile {
        display: flex;
    }

    .backImg-painel {
        display: none;
    }
    .share-content {
        display: none;
    }
}