.justificado {
    text-align: justify
}

.titila {
    margin: 0;
    font-size: 6em;
    padding: 0;
    color: #ec5598
        /*!text-shadow: 0 0.1em 20px rgba(0, 0, 0, 1), 0.05em -0.03em 0 rgba(0, 0, 0, 1),
    0.05em 0.005em 0 rgba(0, 0, 0, 1), 0em 0.08em 0 rgba(0, 0, 0, 1),
    0.05em 0.08em 0 rgba(0, 0, 0, 1), 0px -0.03em 0 rgba(0, 0, 0, 1),
    -0.03em -0.03em 0 rgba(0, 0, 0, 1), -0.03em 0.08em 0 rgba(0, 0, 0, 1), -0.03em 0 0 rgba(0, 0, 0, 1);*/
}

span .efecto {
    transform: scale(.9);
    display: inline-block
}

span.efecto:first-child {
    animation: bop 1s cubic-bezier(.175, .885, .32, 1.275) forwards infinite alternate
}

span.efecto:last-child {
    animation: bopB 1s .2s cubic-bezier(.175, .885, .32, 1.275) forwards infinite alternate
}

.promociones {
    min-height: 48px
}

@keyframes bop {
    0% {
        transform: scale(.9)
    }

    100%,
    50% {
        transform: scale(1)
    }
}

@keyframes bopB {
    0% {
        transform: scale(.9)
    }

    100%,
    80% {
        transform: scale(1) rotateZ(-3deg)
    }
}

.video-responsive iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.embed-responsive-16by9 {
    padding-bottom: 492px !important;
}

@media (max-width:768px) {
    .embed-responsive-16by9 {
        padding-bottom: 358px !important;
    }

    .video-responsive iframe {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }
}

@media (max-width:360px) {
    .embed-responsive-16by9 {
        padding-bottom: 160px !important;
    }

    .video-responsive iframe {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }
}