.bg-header {
    height: 100vh;
    text-align: center;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

.bg-about {
    height: auto;
    min-height: 100vh;
    text-align: center;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

.bg-categories {
    height: auto;
    min-height: 100vh;
    text-align: center;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

.bg-new {
    height: auto;
    min-height: 100vh;
    text-align: center;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

.bg-offers {
    height: auto;
    min-height: 100vh;
    text-align: center;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

/*Categorias*/
.categoty-card {
    box-shadow: 4px 4px 7px #333;
    overflow: hidden;
    position: relative;
    margin: 0px;
}

.works-thumb {
    height: 300px;
    background-size: cover;
}

.categoty-card::after,
.categoty-card::before {
    content: '';
    background: rgba(116, 116, 116, 0.6);
    position: absolute;
    display: block;
    width: 50%;
    height: 100%;
    top: 0;
    overflow: hidden;
}

.categoty-card::after {
    left: -50%;
    transition: 0.5s;
}

.categoty-card::before {
    right: -50%;
    transition: 0.5s;
}

.categoty-card:hover:after {
    left: 0;
}

.categoty-card:hover:before {
    right: 0;
}

.works-caption {
    text-align: center;
    font-family: "Lato", serif;
    font-size: 1.5rem;
    letter-spacing: 0.4rem;
    position: absolute;
    border-radius: 10px;
    display: block;
    padding: 15px 2px;
    width: 60%;
    left: 20%;
    top: -40%;
    z-index: 1;
    color: #fff;
    border: 2px solid #fff;
    transition: top 0.5s;
}

.categoty-card:hover .works-caption {
    top: 33%;
}

.producto-item {
    /* margin: 0 0 15px; */
    /* right: 0; */
    border: 1px outset rgba(255, 255, 255, 0.6);
    /* border-radius: 10px; */
}

.producto-item:hover {
    transition: 0.5s;
    box-shadow: 5px 10px 5px rgba(0, 0, 0, 0.9);
}

.producto-item .producto-link {
    display: block;
    position: relative;
    max-width: 400px;
    /* margin: 0 auto; */
}

.producto-item .producto-link .producto-hover {
    background: rgba(0, 0, 0, .7);
    position: absolute;
    /* width: 100%; */
    /* height: 100%; */
    /* border-top-left-radius: 10px; */
    /* border-top-right-radius: 10px; */
    opacity: 0;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s,
}

.producto-item .producto-link .producto-hover:hover {
    opacity: 1;
}

.producto-item .producto-link .producto-hover .producto-hover-content {
    position: absolute;
    /* width: 100%; */
    height: 20px;
    font-size: 20px;
    /* text-align: center; */
    top: 50%;
    margin-top: -12px;
    /* color: #fff; */
}

.producto-item .producto-link .producto-hover .producto-hover-content i {
    margin-top: -12px;
    font-size: 3em;
}

/* .producto-item .producto-link .producto-hover .producto-hover-content h3,
.producto-item .producto-link .producto-hover .producto-hover-content h4 {
    margin: 0;
} */

.producto-item .producto-caption {
    width: 100%;
    max-width: 400px;
    min-height: 80px;
    /* margin: 0 auto; */
    background-color: rgba(0, 0, 0, 0.8);
    /* text-align: center; */
    /* padding: 20px; */
    /* border-bottom-left-radius: 10px; */
    /* border-bottom-right-radius: 10px; */
}


.producto-item .producto-caption p {
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
}

#banner {
    margin: 20 auto;
    min-height: 300px;
    max-height: 310px;
    max-width: 300px;
    padding: 0px;
    background-color: #666699;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px;
    overflow: hidden;
    position: relative;
    /* border: solid 2px rgba(224, 224, 224, 0.2); */
    opacity: 1;
}

#banner a {
    height: 100%;
    text-decoration: none;
    color: #ffffff;
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    animation: 1s fadein ease-in-out;
    animation-fill-mode: forwards;
}

#target {
    background-image: url('../image/patron.svg');
    background-repeat: repeat;
    background-size: 10%;
    /* Ajusta el tamaño de la imagen */
    background-position: 2%;
    /* Crea un espacio inicial del 20% */
    margin: -10% auto;
    /* Aplica un margen negativo del 10% */
    position: absolute;
    width: 500px;
    height: 500px;
    margin-top: -100px;
    margin-left: -100px;
    animation: 20s roty infinite linear;
}

.target-1 {
    background-color: #0ADBB3;
}

.target-6 {
    background-color: #965ee4;
}

.target-3 {
    background-color: #0ba6ee;
}

.target-2 {
    background-color: #fdd808;
}

.target-4 {
    background-color: #ED3C72;
}

.target-5 {
    background-color: #26ec68;
}

.product {
    margin: 30px auto 0 auto;
    display: block;
    z-index: 9;
    width: 150px;
    max-height: 175px;
    position: relative;
    opacity: 0;
    animation: 1s growin ease-in-out 1s;
    animation-fill-mode: forwards;
}

#badge {
    box-sizing: border-box;
    color: #fff;
    padding: 10px 0 0 0;
    font-weight: 800;
    font-family: 'Roboto Slab';
    font-size: 16px;
    text-align: center;
    width: 70px;
    height: 70px;
    background: #ff9900;
    border: solid 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    display: inline-block;
    border-radius: 50%;
    transform: rotate(345deg);
    animation: 1s fadein ease-in-out;
    -webkit-transition-delay: 6s;
    transition-delay: 6s;
    position: absolute;
    opacity: 0;
    transform: rotate(0deg);
    top: 0px;
    right: 0px;
    z-index: 10;
    animation: 1s rollin ease-in-out 2.5s;
    animation-fill-mode: forwards;
}

@keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes roty {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes rollin {
    0% {
        opacity: 0;
        transform: rotate(0deg);
        top: 0px;
        right: 0px;
    }

    100% {
        opacity: 1;
        transform: rotate(345deg);
        top: 40px;
        right: 40px;
    }
}

@keyframes growin {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.cta {
    color: #222;
    text-decoration: none;
    font-size: 12px;
    padding: 0px;
    margin-left: 0px;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}

hgroup.headline {
    position: relative;
    z-index: 4;
    right: -300px;
    animation-name: fade-out-slide-left-animation;
    -webkit-animation-name: fade-out-slide-left-animation;
    animation-duration: 7s;
    -webkit-animation-duration: 7s;
    animation-timing-function: ease-in;
    -webkit-animation-timing-function: ease-in;
    animation-delay: 1.7s;
    -webkit-animation-delay: 1.7s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.headline h2,
.ending-headline h2 {
    color: #cc0000;
    line-height: .9;
    margin-top: 0px;
}

.ending-headline h2 {
    font-size: 1.8em;
    text-shadow: 1px 1px #aaa;
}

.ending-headline h1 {
    font-size: 1.2em;
}

.price-callout h4 {
    text-transform: uppercase;
    font-size: 12px;
    color: #cc0000;
    line-height: .2;
    padding: 0px;
    margin: 0px;
}

.price-callout h3 {
    text-transform: uppercase;
    font-size: 45px;
    color: #cc0000;
    text-shadow: 1px 1px #eee;
    padding: 0px;
    margin: 0px;
}

.price-callout sup {
    font-size: 20px;
}

.price-callout p {
    color: #333;
    font-size: 12px;
    line-height: 14px;
    padding: 0px;
    margin: 0px;
}

.price-callout strong {
    color: #000;
}

/* FRAME 1 /////////////////////////// */
#frame-1 {
    position: relative;
    animation-name: fade-out-slide-left-animation;
    -webkit-animation-name: fade-out-slide-left-animation;
    animation-duration: .5s;
    -webkit-animation-duration: .5s;
    animation-timing-function: ease-in;
    -webkit-animation-timing-function: ease-in;
    animation-delay: 9s;
    -webkit-animation-delay: 9s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    z-index: 10;
}

#frame-1 .headline h1 {
    top: 55px;
    font-size: 1em;
    text-shadow: 2px 2px 2px #000;
    padding-top: 50px;
    padding-left: 10px;
    animation-name: fade-in-slide-right-animation;
    -webkit-animation-name: fade-in-slide-right-animation;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    animation-delay: 0;
    -webkit-animation-delay: 0;
}

#frame-1 .headline h2 {
    top: 135px;
    padding-left: 10px;
    animation-name: fade-in-slide-down-animation;
    -webkit-animation-name: fade-in-slide-down-animation;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    animation-delay: 0;
    -webkit-animation-delay: 0;
}

#frame-1 .price-callout {
    position: relative;
    text-align: right;
    top: -120px;
    padding-right: 10px;
    left: 0px;
    opacity: 1;
    z-index: 4;
}

#frame-1 .price-callout h3,
#frame-1 .price-callout h4 {
    animation-name: fade-in-animation;
    -webkit-animation-name: fade-in-animation;
    animation-duration: 7s;
    -webkit-animation-duration: 7s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

#frame-1 .price-callout p {
    animation-name: fade-in-animation;
    -webkit-animation-name: fade-in-animation;
    animation-duration: 7.5s;
    -webkit-animation-duration: 7.5s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

/* FRAME 2 ///////////////////////////  */
#frame-2 {
    position: relative;
    bottom: 280px;
    right: 0px;
    z-index: 10;
    opacity: 1;
    animation-name: fade-out-slide-left-animation;
    -webkit-animation-name: fade-out-slide-left-animation;
    animation-duration: .5s;
    -webkit-animation-duration: .5s;
    animation-timing-function: ease-in;
    -webkit-animation-timing-function: ease-in;
    animation-delay: 15s;
    -webkit-animation-delay: 15s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

#frame-2 .price-callout {
    position: relative;
    text-align: right;
    top: 90px;
    left: -10px;
    opacity: 1;
    z-index: 4;
    padding: 0px;
    margin: 0px;
}

#frame-2 .price-callout h3,
#frame-2 .price-callout h4 {
    -webkit-animation-name: fade-in-animation;
    animation-name: fade-in-animation;
    -webkit-animation-duration: 12s;
    animation-duration: 12s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

#frame-2 .price-callout p {
    -webkit-animation-name: fade-in-animation;
    animation-name: fade-in-animation;
    -webkit-animation-duration: 12.5s;
    animation-duration: 12.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    padding: 0px;
    margin: 0px;
}

/* FRAME-3 /////////////////////////// */
#frame-3 {
    position: relative;
    padding-left: 10px;
    top: -220px;
    right: 0px;
    z-index: 10;
    opacity: 0;
    -webkit-animation-name: fade-in-slide-up-animation;
    animation-name: fade-in-slide-up-animation;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-delay: 15s;
    animation-delay: 15s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

/* ANIMATION ///////////////////////////  */
@keyframes fade-in-animation {
    0% {
        opacity: 0;
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes slide-up {
    0% {
        top: 0%;
    }

    100% {
        top: 50%;
    }
}

@keyframes fade-in-slide-right-animation {
    0% {
        opacity: 0;
        left: -100px;
    }

    80% {
        opacity: 0;
        left: -50px;
    }

    100% {
        opacity: 1;
        left: 0px;
    }
}

@keyframes fade-in-slide-left-animation {
    0% {
        opacity: 0;
        right: -300px;
    }

    80% {
        opacity: 0;
        right: -300px;
    }

    100% {
        opacity: 1;
        right: 0px;
    }
}

@keyframes fade-in-slide-down-animation {
    0% {
        opacity: 0;
        top: -100px;
    }

    80% {
        opacity: 0;
        top: 100px;
    }

    100% {
        opacity: 1;
        top: 135px;
    }
}

@keyframes fade-in-slide-up-animation {
    0% {
        opacity: 0;
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade-out-slide-left-animation {
    0% {
        opacity: 1;
        left: 0px;
    }

    40% {
        opacity: 0;
        left: -100px;
    }

    100% {
        opacity: 0;
        left: -300px;
    }
}

@keyframes scale-down-animation {
    0% {
        opacity: 0;
        -webkit-transform: scale(5);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

/*------ Fin Promociones-------*/