#cta .contener .title-section .title h2 {
    font-size: clamp(1.688rem, 3.273vw + 0.92rem, 3.375rem) !important;
    font-weight: 700;
    margin-bottom: 0.4em;
    color: #283250;
    position: relative;
    z-index: 1;
}
#cta .content {
    padding: 0 !important;
}
#cta p {
    color: white !important;
}
span.bg-word-cs {
    opacity: 1;
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 20px;
    color: #fff;
    background: #ff8b00;
    -webkit-clip-path: polygon(100% 0, 98% 25%, 100% 50%, 98% 75%, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 98% 25%, 100% 50%, 98% 75%, 100% 100%, 0 100%, 0 0);
}

#cta {
    display: flex;
    justify-content: center;
    width: 100%;
    
}

#cta .contener {
    display: flex;
    flex-direction: column;
    gap: 0px;
    width: 100%;
}

#cta .contener .title-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

#cta .contener .title-section .title {
    display: flex;
}

#cta .contener .title-section .title h2 {
    font-size: clamp(1.688rem, 3.273vw + 0.92rem, 3.375rem);
    font-weight: 700;
    margin-bottom: 0.4em;
    color: #283250;
    position: relative;
    z-index: 1;
}

#cta .contener .title-section .title h2 .title-orange {
    color: #fff !important;
}

#cta .contener .title-section .title h2 .title-orange::before {
    content: url("data:image/svg+xml,%3Csvg width='283' height='80' viewBox='0 0 283 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H283L278.676 16L283 39.3846L278.676 62.7692L283 80H0V0Z' fill='%23FF8C00'/%3E%3C/svg%3E%0A");
    position: absolute;
    top: -7px;
    left: -20px;
    z-index: -1;
}

#cta .contener .content-section {
    width: 100%;
    padding: 20px 20px 0 20px;
    display: flex;
    position: relative;
    background: #283250;
    min-height: 340px;
}

#cta .contener .content-section .left {
    position: relative;
    width: 50%;
}

#cta .contener .content-section .left img {
    width: 400px;
   
    object-fit: contain;
    position: absolute;
    left: -30px;
    bottom: 0px;
    padding: 0 !important;
}

#cta .contener .content-section .right {
    position: relative;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#cta .contener .content-section .right .content {
    display: flex;
    flex-direction: column;
}

#cta .contener .content-section .right .content p.title {
    font-size: clamp(1.5rem, 0.924vw + 1.261rem, 2rem);
    line-height: 42px;
    font-weight: 600;
    color: #fff !important;
    margin-bottom: 0;
    padding: 0 !important;
}

#cta .contener .content-section .right .content p span {
    display: block;
}

#cta .contener .content-section .right .content p.desc {
    font-size: 15px;
    font-weight: 600;
    line-height: 26px;
    color: #bec1ca !important;
    margin-top: 0;
    margin-bottom: 32px;
}

#cta .contener .content-section .right .content a.button-orange.cta {
    position: relative;
    max-width: unset;
    text-decoration: none;
    padding: 0 30px;
    width: 325px;
}

#cta .contener .content-section .right .content a.button-orange.cta:hover {
    background: #ff8c00;
    cursor: pointer;
}

@media (max-width: 1315px) {
    #cta .contener .content-section .left img {
       width: 400px;
    }    
}

@media (max-width: 1275px) {
    #cta .contener .content-section {
        flex-direction: column;
        gap: 15px;
    }

    #cta .contener .content-section .left {
        width: 100%;
        height: 250px;
        order: 2;
    }

    #cta .contener .content-section .left img {
        width: 380px;

        bottom: 0px;
        left: 0px;
    }

    #cta .contener .content-section .right {
        width: 100%;
        order: 1;
    }

    #cta .contener .content-section .right .content {
        width: 100%;
        align-items: center;
        gap: 25px;
    }

    #cta .contener .content-section .right .content p {
        text-align: center;
    }

    #cta .contener .content-section .right .content p.desc {
        margin-bottom: unset;
    }

    #cta .contener .content-section .right .content p span {
        display: unset;
    }
}

@media (max-width: 825px) {
    #cta .contener .content-section .left img {
        width: 400px;
        height: 115%;
    }

    #cta .contener .content-section .right .content p.title {
        line-height: unset;
    }
}

@media (max-width: 750px) {
    #cta .contener .title-section .title h2 {
        line-height: 57px;
        text-align: center;
    }
    #cta .contener .title-section .title .bg-word-cs {
       display: block;
       margin: 0 auto;
    }
    #cta .contener .title-section .title h2 .title-orange::before {
        top: -5px;
        content: url("data:image/svg+xml,%3Csvg width='222' height='61' viewBox='0 0 222 61' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 61V0H222L216.873 14.9388L222 30.7075L216.873 46.0612L222 61H0Z' fill='%23F28A19'/%3E%3C/svg%3E%0A");
    }

    #cta .contener .content-section .right .content p {
        font-size: 24px;
    }
}

@media (max-width: 675px) {
    #cta .contener .content-section .left img {
        width: 350px;
        height: 100%;
    }

    #cta .contener .content-section .right .content a.button-orange.cta {
        padding: 0 15px;
        height: 50px;
        font-size: 14px;
        width: 270px;
    }
}

@media (max-width: 500px) {
    #cta .contener {
        gap: 0px;
    }

    #cta .contener .title-section .title h2 {
        line-height: 37px;
    }

    #cta .contener .title-section .title h2 .title-orange::before {
        content: url("data:image/svg+xml,%3Csvg width='160' height='43' viewBox='0 0 160 43' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 43V0H160L156.305 10.5306L160 21.6463L156.305 32.4694L160 43H0Z' fill='%23F28A19'/%3E%3C/svg%3E%0A");
    }

    #cta .contener .title-section .title h2 .title-orange::after {
        content: "\2009";
    }

    #cta .contener .content-section .left {
        height: 200px;
    }

    #cta .contener .content-section .left img {
        
        width: 300px;
    }

    #cta .contener .content-section .right .content p {
        font-size: 24px;
    }
}