#hero {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 250px 0 150px;
    min-height: 100vh;
    overflow: hidden;
    background-color: var(--color-purple);
    color: #fff;
    position: relative
}

.container-small {
    margin: 0 auto;
    max-width: 1154px;
    padding-left: 15px;
    padding-right: 15px
}

#hero .container {
    max-width: 1500px
}

#hero h1 {
    color: #fff;
    margin-bottom: 50px
}

.meta-info-custom p {
    margin: 0
}

#hero .row-2,
#hero .row-1 {
    display: flex;
    color: var(--color-cyan)
}

#hero .row-1 p {
    margin-right: 15px;
    display: flex;
}

#hero .row-1 p strong {
    margin-left: 5px;
}

#hero .row-2 {
    margin: 10px 0 15px
}

#hero .row-2 strong,
#hero .row-1 strong {
    color: #fff
}

.custom-list-style {
    list-style: none;
    margin: 0;
    padding: 0
}

.custom-list-style li {
    background: #362657;
    color: #fff;
    padding: 40px 75px;
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    max-width: 486px;
    color: #fff;
    letter-spacing: var(--letter-spacing-m);
    margin: 0 0 30px;
    position: relative;
    width: 100%
}

.custom-list-style li::before {
    content: '';
    background: url(./imgs/triangle.svg) center center no-repeat;
    background-size: contain;
    width: 26px;
    height: 16px;
    position: absolute;
    top: calc(50% - 8px);
    left: 40px
}

.mt-10 {
    margin-top: 100px
}

.general-style h2 {
    font-size: 78px;
    color: var(--color-purple);
    line-height: 70px;
    margin: 0 0 50px;
    font-weight: 700
}

#section-4-custom p {
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    max-width: 537px;
    color: #fff;
    letter-spacing: var(--letter-spacing-m)
}

.general-style p {
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    max-width: 548px;
    color: var(--color-purple-medium);
    letter-spacing: var(--letter-spacing-m)
}

#section-3-custom {
    position: relative;
    overflow: visible;
    padding-bottom: 75px;
    z-index: 2
}

#section-4-custom {
    background: #261944;
    color: #fff;
    padding-top: 550px;
    margin-top: 0;
    z-index: 1;
    position: relative
}

#section-4-custom h3 {
    font-size: 38px;
    line-height: 30px;
    font-weight: 700;
    color: #fff
}

#section-4-custom .row {
    position: relative;
    z-index: 10
}

#section-5-custom h2 {
    font-size: 78px;
    color: var(--color-purple);
    line-height: 70px;
    text-align: center;
    margin: 0 0 30px;
    font-weight: 700
}

.cta-cyan a {
    color: #3de3d7;
    text-decoration: none;
    font-weight: 400;
    font-size: 17px;
    line-height: 30px
}

.box-sextion-5-custom p {
    font-size: 20px;
    line-height: 25px
}

.box-sextion-5-custom {
    font-size: 20px;
    margin: 40px 0 0
}

.box-sextion-5-custom img {
    text-align: center;
    margin: 0 auto 40px;
    display: table;
    max-width: 74px
}

.mb-15 {
    margin-bottom: 400px
}

#section-6-custom {
    background: #261944;
    padding-top: 200px
}

#section-6-custom h2 {
    font-size: 50px;
    line-height: 1.2;
    font-size: 78px;
    color: #fff;
    max-width: 364px;
    line-height: 70px;
    font-weight: 700
}

#section-6-custom blockquote {
    font-size: 17px;
    line-height: 25px;
    background: 0 0;
    padding: 0;
    margin: 0 0 30px;
    color: #fff;
    font-style: normal;
    position: relative;
    z-index: 1
}

#section-6-custom blockquote::before {
    content: '';
    background: url(./imgs/ghilimele-svg.svg) center center no-repeat;
    background-size: contain;
    width: 161px;
    height: 161px;
    display: block;
    position: absolute;
    left: 10px;
    top: -181px;
    z-index: -1
}

#section-6-custom p {
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    padding-left: 65px;
    position: relative;
    color: #fff
}

#section-6-custom p::before {
    content: '';
    background: var(--color-cyan);
    width: 52px;
    height: 22px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0
}

#section-7-custom {
    position: relative;
    padding-bottom: 150px
}

#section-7-custom::after {
    content: '';
    background: var(--color-purple);
    width: 100%;
    height: 600px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -2
}

#section-7-custom h2 {
    color: #261944;
    font-size: 78px;
    line-height: 65px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 150px
}

.other-projects-box {
    position: relative;
    padding-bottom: 30px
}

.other-projects-box h3 {
    color: #261944;
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    margin: 30px 0 0;
    padding: 0 30px;
    display: inline-block;
    width: 100%
}

.other-projects-box .meta-other-projects {
    font-size: 14px;
    color: #b5aec4;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 15px;
    padding: 0 30px
}

.meta-other-projects p {
    margin: 0;
    font-size: 14px;
    color: #b5aec4;
    font-weight: 400;
    line-height: 20px
}

.description-other-projects {
    color: #261944;
    font-size: 17px;
    line-height: 25px;
    padding: 0 30px
}

.other-projects-box::before {
    content: '';
    background: var(--color-cyan);
    width: 100%;
    height: 174px;
    position: absolute;
    top: -40px;
    left: 0;
    z-index: -1
}

.other-projects-box::after {
    content: '';
    background: #f9f9f9;
    width: 100%;
    height: calc(100% - 200px);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1
}

.cta-other-projects a {
    margin: 30px auto 0;
    display: table;
    padding: 15px 30px;
    background: #261944;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700
}

.other-projects-box img {
    float: right
}

.wrapper-hero {
    margin-bottom: 150px;
    max-width: 700px
}

.column-hero-image {
    display: flex;
    align-items: flex-end;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0
}

.column-hero-image {
    max-width: 100%
}

@media screen and (min-width: 992px) {
    .box-sextion-5-custom {
        margin: 100px 0 0
    }
    .row-2 p:last-child{
       padding-left: 30px;
    }
    #hero {
        position: relative;
        background: url(./imgs/Banner_Carfix-WEB.png?v=12) no-repeat;
        background-position-x: 45vw;
        background-size: contain;
        background-position-y: 10vh;
        background-color: var(--color-purple)
    }
    #section-6-custom .row,
    #section-2-custom .row {
        display: flex;
        align-items: center
    }
    #section-4-custom .row {
        display: flex;
        align-items: center
    }
    .col-right-projects-absolute img:nth-child(2) {
        position: absolute;
        right: -150px;
        margin-top: -100px;
        z-index: -2;
        top: 15%
    }
    .col-right-projects-absolute img:nth-child(1) {
        position: relative;
        z-index: -1;
        margin: 0 auto;
        left: auto;
        right: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #section-4-custom .col-right-projects-absolute img:nth-child(2) {
        top: 25%
    }
    #section-4-custom .col-right-projects-absolute img:nth-child(1) {
        top: 0;
        max-width: 400px;
    }
    .custom-list-style {
        float: right
    }
    .col-left-absolute {
        position: absolute;
        top: 0;
        left: calc(-50vw + 540px);
        z-index: 2
    }
    .col-left-absolute {
        max-width: 50vw
    }
    .col-left-absolute img {
        width: 100%;
        height: auto !important;
        max-height: 100% !important;
        margin: 0 auto;
        display: table;
        text-align: center
    }
    .col-left-absolute::before {}
    .autonom-app img:nth-child(2) {
        position: relative;
        left: -100px
    }
}

@media screen and (min-width: 992px) and (max-width:1441px) {
    .col-left-absolute {
        padding-right: 15px
    }
    .mb-15 {
        margin-bottom: 350px
    }
    #section-4-custom {
        padding-top: 300px;
        margin-top: -50px
    }
}

@media screen and (min-width: 1442px) {
    #hero {
        background-size: 50vw;
        background-color: var(--color-purple)
    }
}

@media screen and (max-width: 991px) {
    .wrapper-hero {
        margin-bottom: 0
    }
    #hero img.hidden-md {
        max-width: initial;
        width: 100vw;
        height: auto
    }
    #hero {
        padding: 200px 0 0;
        background-color: var(--color-purple)
    }
    .other-projects-box {
        margin-bottom: 80px
    }
    #section-7-custom::after {
        display: none
    }
    #section-7-custom h2,
    #section-5-custom h2,
    #hero h1 {
        margin-bottom: 30px;
        font-size: 48px;
        line-height: 45px;
        text-align: left
    }
    .general-style h2 {
        font-size: 48px;
        line-height: 45px;
        margin: 0 0 15px
    }
    .custom-list-style {
        margin: 30px 0 0
    }
    .custom-list-style li {
        padding: 20px 20px 20px 50px;
        width: 100%
    }
    .custom-list-style li::before {
        left: 15px
    }
    #section-3-custom {
        padding-top: 0
    }
    .col-right-projects-absolute::after {}
    .box-sextion-5-custom {
        text-align: center
    }
    #section-5-custom p {
        font-size: 17px
    }
    #section-6-custom h2 {
        font-size: 50px;
        line-height: 1.2;
        margin: 0 0 200px
    }
    #hero .row-2,
    #hero .row-1 {
        flex-direction: column
    }
    .col-left-absolute img {
        margin-bottom: 40px
    }
    .col-right-projects-absolute {
        margin-top: 50px;
        padding: 20px
    }
    .col-right-projects-absolute img {
        margin: 0 0 30px
    }
    #section-7-custom h2 {
        margin-bottom: 100px
    }
}

@media screen and (min-width: 1442px) {
    .wrapper-hero {
        padding-left: 50px
    }
}

@media screen and (min-width: 992px) and (max-width:1441px) {
    #hero p,
    #hero h1 {
        padding-left: 40px
    }
}

@media screen and (min-width: 1992px) and (min-height:900px) {
    #hero {
        max-height: 100vh;
        min-height: 100vh
    }
}

@media screen and (min-width: 2200px) {
    #hero {
        max-height: 85vh;
        min-height: 85vh
    }
}
@media screen and (min-width: 1442px) {
    #section-4-custom .col-right-projects-absolute img:nth-child(1){
    margin-top: 30%;
    }
}
