 /*jssor slider loading skin spin css*/
        .jssorl-009-spin img {
            animation-name: jssorl-009-spin;
            animation-duration: 1.6s;
            animation-iteration-count: infinite;
            animation-timing-function: linear;
        }

        @keyframes jssorl-009-spin {
            from { transform: rotate(0deg); }
            to { transform: rotate(360deg); }
        }

        /*jssor slider bullet skin 053 css*/
        .jssorb053 .i {position:absolute;cursor:pointer;}
        .jssorb053 .i .b {fill:#fff;fill-opacity:0.3;}
        .jssorb053 .i:hover .b {fill-opacity:.7;}
        .jssorb053 .iav .b {fill-opacity: 1;}
        .jssorb053 .i.idn {opacity:.3;}

        /*jssor slider arrow skin 093 css*/
        .jssora093 {display:block;position:absolute;cursor:pointer;}
        .jssora093 .c {fill:none;stroke:#fff;stroke-width:400;stroke-miterlimit:10;}
        .jssora093 .a {fill:none;stroke:#fff;stroke-width:400;stroke-miterlimit:10;}
        .jssora093:hover {opacity:.8;}
        .jssora093.jssora093dn {opacity:.6;}
        .jssora093.jssora093ds {opacity:.3;pointer-events:none;}
        .quitarpadding{
                padding-left: 20px;
                margin-top: 20px;
                margin-bottom: 20px;
        }
        .bottom-container{
            display: inline-block;
            position: relative;
        }
        .bottom-container a{
             position: absolute;
             bottom: 1.4em;
             right: 0.5em;
             border-radius: 0em;
             color: white;
             text-transform: uppercase;
             padding: 1em 1.5em;
        }
        .colorboton{
            background-color: #8F0005;
        }
        .tarjeta {
            lex: 0 0 auto;
            width: 68.66666667%;

        }
        .padre{
            margin: 1rem;
            padding: 1rem;
            text-align: center;
        }
        img.CardPequena {
            width:50px;
            height:50px;
        }
        img.CardMediana {
            width:100px;
            height:100px;
        }
        img.CardGrande {
            width:200px;
            height:150px;
        }