   .CChome{
        font-family: sans-serif;
        
    }
    .CChome_categories{
        margin-top: 750px;
        height: 150px;
        background-color: #3f3c5b;
    }
    .CChome_content{
        display: flex;
        justify-content: center;
        align-items: center;
        justify-content: space-around;
        background: #5856D3;
        background: linear-gradient(0deg,rgba(88, 86, 211, 1) 0%, rgba(92, 166, 236, 1) 100%);
        padding: 30px 0;
    }
    .CChome_frases{
        color: #dfdfdf;
        font-size: 1.5em;
        text-align: center;
        margin: 20px;
        width: 30%;
        border-top: 2px solid #dfdfdf;
        padding-top: 20px;
    }
    .CChome_banners{
        width: 40%;
        max-width: 600px;
    }
    .CChome_banners img{
        width: 100%;
        height: auto;
        border-radius: 15px;
    }