
@import url(cards.css);
    /*STYLE ALL ___________________________________*/
    .joined {
        background-color: white;
        padding: 0px;
        width: 100%;
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        margin: 0px 0;
        max-width: none;
    }

    h1 {
        font-family: 'Nunito', sans-serif !important;
        font-weight: 900;
    }

    .joined .container {
        max-width: 1600px;
        width: 100%;
        
    }

    .joined .wrapper {
        padding: 0px;
        
    }

    .ui.grid {
        margin: 0;
    }

    .ui.cards {
        margin: 0;
    }

    .afiliado {
        width: 100%;
        background-color: #fff;
        border-radius: 0.3rem;
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        margin-bottom: 1rem !important;
        overflow: hidden;
        padding-bottom: 1rem;
        position: relative;
        /*background-image: url("./data/image/noticia-pizzeria.png");*/
    }

    .afiliado>div {
        width: 100%;
        display: flex;
        justify-content: center;
        margin: 1rem;
    }

    .logoAfiliado {
        z-index: 10;
        width: 14rem !important;
        height: 14rem !important;
        border-radius: 50% !important;
        overflow: hidden;
        border: solid 1px #b1b1b1
    }

    .datosAfiliado {
        z-index: 10;
        border-radius: 0.5rem !important;
        background-color: rgba(200, 200, 200, 0.7) !important;
    }



@media screen and (min-width: 1024px) {
    .afiliado {
        padding: 3rem;
    }

    .card {
        margin: 1rem 1rem !important;
    }

    .listItems {
        padding: 3rem;
    }
}