.novodia-rebranding {
    & .cmp-text-page-title-parcerias {
        p {
            font-family: 'Apis-600', sans-serif;
            text-align: center;
            color: #000F1F;
            line-height: 35px;
            font-size: 1.7rem;
            
            @media(min-width: 768px) {
                line-height: 50px;
                font-size: 2.5rem;
            }
        }

        margin-top: 64px;
        margin-bottom: 56px;
    }

    & .cmp-text-page-partners-bottom-note {
        display: flex;
        justify-content: center;
        align-items: center;
        
        padding-left: 16px;
        padding-right: 16px;
        
        @media(min-width: 1440px) {
            padding-left: 0px;
            padding-right: 0px;
        }

        p {
            max-width: 1280px;
            font-family: 'Apis-400', sans-serif;
            font-style: italic;
            font-size: 18px;
            line-height: 27px;
            color: #97A3B0;
        }
    }

    & .ctabanner--container {
        background: #FFFFFF;
        box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
        border-radius: 5px;
        margin: 64px auto;
        display: flex !important;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        @media(min-width: 1024px) {
            flex-direction: row;
             & .cmp-ctabanner__text {
                margin-right: 64px;
             }   
        }

        @media(min-wdith: 768px) {
            justify-content: flex-start;;
        }

        & .cmp-ctabanner__text {
            & .cmp-text {
                color: #001965;
                 @media(min-width: 1024px) {     
                    font-family:"Apis-600", sans-serif;
                    font-weight: normal;
                    font-size: 1.5rem;
                    line-height: 35px;
                }
            }
        }
        & .cmp-ctabanner__button {
            background: #001965;
            box-shadow: 0px 10px 20px rgba(59, 121, 187, 0.2);
            border-radius: 60px;
            width: 189px;
            height: 59px;
            display: flex;
            justify-content: center;
            align-items: center;
            & .cmp-button__text {
                font-family: 'Apis-700';
                font-size: 18px;
                line-height: 27px;
                color: #FFFFFF;
            }
        }
    }

    & .cmp-image-side-text-cta {
        margin: 0 16px;
        margin-bottom: 56px;
        @media(min-width: 1440px) {
            margin: 0 auto;
            margin-bottom: 56px;
        }

        .cmp-image-side-text-cta__title .br-title__text {
            font-family: "Apis-500", sans-serif;
            font-size: 24px;
            line-height: 36px;
            letter-spacing: -0.015em;
            color: #000000;
            margin-bottom: 6px;
        }

        .cmp-image-side-text-cta__description .cmp-text-default p {
            font-family: 'Apis-400';
            font-size: 18px;
            line-height: 30px;
            letter-spacing: -0.015em;
            color: #42576D;
            margin-bottom: 32px;
        }

        .cmp-image-side-text-cta__button {
            .user-guide-button.user-guide-button--secondary {
                padding: 16px 24px;
                background: #FFFFFF;
                border: 2px solid #001965;
                box-shadow: 0px 10px 20px rgba(59, 121, 187, 0.2);
                border-radius: 60px;

                &:hover {
                    background-color: #001965;
                    .user-guide-button__text {
                        color: #ffffff;
                    }
                }
                &:active {
                    .user-guide-button__text {
                        color: #001965;
                    }
                }

                .user-guide-button__text {
                    font-family: "Apis-500",sans-serif !important;
                    font-size: 18px !important;
                    line-height: 27px !important;
                    color: #001965 ;
                    text-transform: none !important;
                }
            }
        }
    }
}