@media screen and (min-width: 240px) {

    /*STYLE ALL ___________________________________*/
    .index-page {
        background-color: white;
        padding: 0 0 35px 0;
        width: 100%;
        display: flex;
        justify-content: center;
        max-width: none;
    }

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

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

    .index-page .wrapper {
        padding: 0;
    }

    .categories {
        padding: 0;
    }

    .categorie {
        padding: 0;
    }

    .afiliarse {
        display: flex;
        flex-flow: row wrap;
        justify-content: center !important;
        width: 100% !important;
        max-width: 1600px;
        margin: 0 auto 90px;
    }

    .afiliarse>div {
        position: relative;
        display: flex;
        flex-flow: row nowrap;
        max-width: 600px;
        min-width: 25rem;
        height: 22rem;
        background-color: #fff;
        border: solid 1px #c7c7c7;
        border-radius: 0.5rem;
        margin: 1rem;
        overflow: hidden;
    }

    .description {
        display: flex;
        position: absolute;
        flex-direction: column;
        background-color: #c83939e8;
        height: 100%;
        justify-content: center;
        align-items: center;
        color: white;
        top: 315px;
        transition: all 0.5s linear;
    }

    .afiliarse>div:hover .description {
        top: 0;
        transition: all 0.5s linear;
    }

    .imageBanner {
        overflow: hidden !important;
    }

    .imageBanner:hover {
        transition: ease-out 1s;
    }

    .publiContent {
        position: relative;
    }

    .publiTaxi {
        bottom: 45px;
        right: 15px;
        z-index: 99;
    }

    .ofertas {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-around;
    }

    .ofertas>div {
        width: 33%;
        height: auto;
        min-width: 120px;
    }

    .ofertas>div:hover {
        background-color: rgba(0, 0, 0, 0.5);
        opacity: 0.5;
    }

    .ofertas>div>a>img {
        width: 100%
    }

    .btnAfi {
        width: 10rem;
    }

    .registroAfiliado>div {
        width: 100%;
        overflow: hidden;
    }

    .registroAfiliado .description {
        padding: 1rem;
        text-align: center;
    }

    .registroRepartidor>div {
        width: 100%;
    }

    .registroRepartidor .description {
        padding: 1rem;
        text-align: center;
    }

    .registroPersonal>div {
        width: 100%;
    }

    .registroPersonal>.imageBanner {
        background-color: #c1050d;
        color: #fff;
        text-align: center;
        padding: 2rem;
        animation-name: registroPersonal_description;
        animation-duration: 1s;
        animation-iteration-count: infinite;
        animation-direction: alternate-reverse;
    }

    .registroPersonal .description {
        padding: 1rem;
        text-align: center;
    }

    @keyframes registroPersonal_description {
        from {
            background-color: #c1050d;
        }

        to {
            background-color: red;
        }
    }

    .card {
        width: 12rem !important;
    }

    .card .image {
        width: 100%;
        height: 10rem;
    }

    .card .header {
        font-size: 0.8rem !important;
    }

    .card .content {
        padding: .5rem !important;
    }

    .card .extra {
        padding-top: 0px !important;
    }

    .masValorados {
        width: 100%;
        padding: 0rem 1rem;
    }

    .masValorados .listaItems {
        background-color: #fff;
        border-radius: .6rem;
        ;
    }

    #tbCart p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .color1 {
        color: #c40000;
    }

    .color2 {
        color: #272727;
    }
}

@media screen and (max-width: 370px) {
    .card {
        width: 10.5rem !important;
    }
}

@media screen and (min-width: 640px) {
    .index-page .wrapper {
        padding: 0 40px;
    }
}

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

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