/*LANDING PROJETOS LOCAIS*/
#cc_landing_pl {
    background-color: #097278;

    #cc_landing_pl_h1,
    .cc_landing_h4 {
        color: #BEF3F6;
    }


    /*BOTÃO CERTIFICA*/
    .cc_certifica_button {
        border: #BEF3F6 2.5px solid;
        color: #F9F6EE;
        background-color: rgb(51, 51, 51, 0.05);

        &:hover {
            background-color: #BEF3F6;
            color: #097278;
        }
    }

    .cc_landing_img {
        background-image: url(../source/img/imagemPL.png);
        background-color: #F9F6EE;
    }
}



/*PARCEIROS*/
#cc_parceiros {
    align-items: center;
    background-color: #F9F6EE;

    img {
        height: 200px;
        width: auto;
    }
}

/*GALERIA*/
#cc_galeria {
    background-color: #097278;

    #cc_galeria_h2 {
        color: #BEF3F6;
    }

    #ver_mais {
        display: none;
        border: #BEF3F6 2.5px solid;

        &:hover {
            background-color: #BEF3F6;
            color: #097278;
        }
    }

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {
    .cc_landing_rvcc {
        flex-direction: column;
        .cc_landing_img {
            min-height: 350px;
            min-width: 100px;
            width: 100vw;
            background-position: top;
        }
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 600px) {
    .cc_landing_rvcc {
        .cc_landing_img {
            background-position: center;
            min-width: 100%;
        }
    }

    #cc_parceiros_div{
        justify-content: center;
    }
}


