.divHeaderBckTitleDescription {
    height: 100vh;
    position: relative;
}

.divHeaderBckTitleDescription > img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 10em;
    z-index: 2;
}

.headerBckTitleDescription {
    color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.headerBckTitleDescription * {
    position: relative;
    z-index: 2;
}

.headerBckTitleDescription .svgRound{
    z-index: 2;
}

.headerBckTitleDescription:after{
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #0000006b;
}

@supports (-webkit-touch-callout:none) {
    .headerBckTitleDescription {
        background-attachment: scroll
    }
}

@supports not (-webkit-touch-callout:none) {
    .headerBckTitleDescription {
        background-attachment: fixed
    }
}

.divSectionTitleDescriptionArticle {
    margin-top: -7vw;
    padding-top: 0;
    padding-bottom: 0
}

.headerBckTitleDescription:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background: #fff;
    background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, .2637429971988795) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, .2637429971988795) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, .2637429971988795) 100%);
    height: 100%
}

.headerBckTitleDescription div {
    position: relative;
    max-width: 1920px;
    width: 100%;
    margin-bottom: 8vw
}

.headerBckTitleDescription div .title, .headerBckTitleDescription div a, .headerBckTitleDescription div p {
    transition: 1s;
    opacity: 0
}

.headerBckTitleDescription div .appearElement {
    transform: translateX(0);
    opacity: 1;
    line-height: 1;
}

.headerBckTitleDescription .title span {
    color: var(--basicColor1)
}

.headerBckTitleDescription .headerBckTitleDescriptionSvg {
    position: absolute;
    z-index: 5;
    left: 50%;
    right: 50%;
    bottom: 4.5em;
    transform: translateY(-2em);
    opacity: 0;
    animation-fill-mode: forwards;
    animation-delay: .5s;
    animation-name: animSvg;
    animation-duration: 1s
}

.headerBckTitleDescription .headerBckTitleDescriptionSvg path {
    fill: var(--basicColor2)
}

@keyframes animSvg {
    from {
        transform: translateY(-2em);
        opacity: 0
    }
    to {
        transform: translateY(0);
        opacity: 1
    }
}

.headerBckTitleDescription p:after {
    content: "";
    width: 10em;
    height: 2px;
    display: block;
    background: #fff;
    margin-top: 1em
}

@media screen and (max-width: 1000px) {
    .headerBckTitleDescription .title, .headerBckTitleDescription p {
        width: 70%
    }

    .headerBckTitleDescription {
        background-position: right center
    }

    .headerBckTitleDescription p:after {
        margin-top: 1em;
        width: 7em
    }
    .divHeaderBckTitleDescription > img{
        transform: initial;
        top: 0;
        width: 50%;
        max-width: 23em;
    }
}

@media screen and (max-width: 800px) {
    .headerBckTitleDescription .headerBckTitleDescriptionSvg {
        display: none
    }

    .divHeaderBckTitleDescription {
        height: 100%
    }

    .headerBckTitleDescription {
        padding-bottom: 5em;
        padding-top: 15em
    }
}

@media screen and (max-width: 600px) {
    .headerBckTitleDescription .title {
        font-size: 4em
    }

    .headerBckTitleDescription p {
        font-size: 1.5em
    }

    .headerBckTitleDescription {
        height: 100%;
        padding-top: 10em;
        background-position: right
    }
}

@media screen and (max-width: 500px) {
    .headerBckTitleDescription .title {
        font-size: 3em
    }

    .headerBckTitleDescription .title, .headerBckTitleDescription p {
        width: 90%
    }
}