@charset "UTF-8";

/*@import url(http://fonts.googleapis.com/css?family=Roboto:900);*/
@font-face {
    font-family: museo-5;
    src: url(/_ui/responsive/theme-Petco/fonts/Museo500-Regular.otf);
}
@font-face {
    font-family: museo-7;
    src: url(/_ui/responsive/theme-Petco/fonts/Museo700-Regular.otf);
}
@font-face {
    font-family: museo-9;
    src: url(/_ui/responsive/theme-Petco/fonts/Museo900-Regular.otf);
}
body,
html,
.seq {
    /* Uncomment to make the theme full-screen */
    /* width: 100% !important; */
    /* max-width: 100% !important; */
    /* height: 100% !important; */
    /* max-height: 100% !important; */
}

.seq {
    position: relative;
    /* Dimensions */
    width: 100%;
    height: 499px;
    max-width: 100%;
    /* Center the Sequence container on the page */
    margin: 0 auto;
    padding: 0;
    /* Some basic styles */
    font-family: sans-serif;
}

.seq .seq-pagination,
.seq .seq-screen,
.seq .seq-canvas,
.seq .seq-canvas > * {
    /* Reset the canvas and steps for better browser consistency */
    margin: 0;
    padding: 0;
    list-style: none;
}

.seq .seq-preloader {
    background: #fff;
    /* display: none;*/
}

.seq .seq-pagination {
    position: absolute;
    z-index: 10;
    bottom: 20px;
    width: 100%;
    border: none;
    text-align: center;
}

.seq .seq-pagination a {
    display: block;
    width: 100%;
    height: 100%;
}

.seq .seq-pagination .seq-current {
    border-radius: 100%;
}

.seq .seq-pagination > * {
    margin: 0 4px;
    padding: 0;
    display: inline-block;
    zoom: 1;
    width: 28px;
    height: 28px;
    cursor: pointer;
    background: none;
    border: white solid 2px;
    -webkit-transition-duration: .1s;
    transition-duration: .1s;
    -webkit-transition-property: background-color, border-radius;
    transition-property: background-color, border-radius;
    /* Image replacement */
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
}

.seq .seq-pagination > *:nth-child(1):focus,
.seq .seq-pagination > *:nth-child(1):hover {
    background-color: #fff;
}

.seq .seq-pagination > *:nth-child(2):focus,
.seq .seq-pagination > *:nth-child(2):hover {
    background-color: #fff;
}

.seq .seq-pagination > *:nth-child(3):focus,
.seq .seq-pagination > *:nth-child(3):hover {
    background-color: #fff;
}

.seq .seq-pagination > *:nth-child(4):focus,
.seq .seq-pagination > *:nth-child(4):hover {
    background-color: #fff;
}
.seq .seq-canvas {
    /* Make the canvas the same dimensions as the container and prevent lines
     * from wrapping so each step can sit side-by-side */
    position: absolute;
    height: 100%;
    width: 100%;
    white-space: nowrap;
    /* Reset the font-size to remove 4px from :before and .title */
    font-size: 0;
}

.seq .seq-canvas > * {
    /* Make the steps the same size as the container and sit side-by-side */
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    width: 100%;
    height: 100%;
    white-space: normal;
    text-align: center;
    color: white;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.seq .seq-canvas > *:before {
    /* Vertically align .seq-content */
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.seq .seq-content {
    /* Default styles for content */
    display: inline-block;
    vertical-align: middle;
    max-width: 720px;
    margin: 0 9% 0 9%;
    /* Reset the font-size from 0 back to 16 */
    font-size: 16px;
    float: right;
    text-align: left;
    position: absolute;
}

.seq .seq-button {
    /*display: inline-block;*/
    zoom: 1;
    /*margin-top: 1.5em;
    margin-left: -0.0em;*/
    padding: .6em;
    color: #00aae7;
    border: #00aae7 solid 2px;
    text-decoration: none;
    text-transform: initial;
    font-family: 'Roboto', sans-serif;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transition-duration: .25s;
    transition-duration: .25s;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
    /*position: absolute;*/
    z-index: 1;
    background: #fff;
    font-size: 15px;
    width: auto;
    font-weight: 600;
    margin: 1.5em auto 0 auto;
    display: table;
    table-layout: fixed;
    border-radius: 5px;
    Letter-spacing: 0.2px;
}

.seq .seq-button:focus,
.seq .seq-button:hover {
    background-color: white;
}

.seq .seq-step1 {
    background-color: transparent;
}

.seq .seq-step1 .seq-button:focus,
.seq .seq-step1 .seq-button:hover {
    color: #279FE5;
}

.seq .seq-step2 {
    background-color: transparent;
    /* background-image: url("/medias/bg-Switch-Alpha-12-e.jpg?context=bWFzdGVyfHJvb3R8NDI0MDk5fGltYWdlL2pwZWd8aDY1L2hiOS84OTg3OTg5NDQyNTkwLmpwZ3wzZDY5NWIwYTFlZWYyZDIzODNmODdkMzZiOWMxOTJjYTdkNTBkYzg1OWFjNmQ2NjMzOWUyZjA4MGE0NjYwMGM5");
     background-repeat: no-repeat;
     background-size: 100% 100%*/
}
span.txt-strong {
    font-weight: 800;
}

.seq .seq-step2 .seq-button:focus,
.seq .seq-step2 .seq-button:hover {
    color: #fff;
    background: #02a8dd;
}

.seq .seq-step3 {
    background-color: transparent;
}

.seq .seq-step3 .seq-button:focus,
.seq .seq-step3 .seq-button:hover {
    color: #fff;
}

.seq .seq-step4 {
    background-color: #fff;
}

.seq .seq-step5 {
    background-color: #fff;
}

.seq .seq-title,
.seq .seq-subtitle,
.seq .seq-button {
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.seq .seq-title,
.seq .seq-subtitle {
    margin: 0 0 .5em 0;
    display: block;
    line-height: 1.4;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.seq .seq-title {
    font-family: 'Roboto', sans-serif;
    font-size: 1.8em;
}

.seq.seq-active {
    /* when JS is enabled */
    /* Hide anything that goes beyond the boundaries of the Sequence container */
    overflow: hidden;
}

.seq.seq-active .seq-preloader,
.seq.seq-active .seq-pagination {
    visibility: visible;
}

.seq.seq-active .seq-preloader.seq-preloaded {
    visibility: hidden;
}

.seq.seq-active .seq-preloader .seq-preload-circle {
    fill: white;
}


.seq.seq-active .seq-content {
    /* Pull the content up a bit to account for the pagination */
    /*margin-top: -26px;*/
    margin-top: 62px;
}

.seq.seq-active .seq-button {
    -webkit-transform: translateZ(0) scale(0);
    -ms-transform: translateZ(0) scale(0);
    transform: translateZ(0) scale(0);
}

@-webkit-keyframes jelly {
    0% {
        -webkit-transform: translateZ(0) scale(0);
        transform: translateZ(0) scale(0);
    }

    40% {
        -webkit-transform: translateZ(0) scale(1.15);
        transform: translateZ(0) scale(1.15);
    }

    60% {
        -webkit-transform: translateZ(0) scale(1);
        transform: translateZ(0) scale(1);
    }

    80% {
        -webkit-transform: translateZ(0) scale(1.05);
        transform: translateZ(0) scale(1.05);
    }

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

@keyframes jelly {
    0% {
        -webkit-transform: translateZ(0) scale(0);
        -ms-transform: translateZ(0) scale(0);
        transform: translateZ(0) scale(0);
    }

    40% {
        -webkit-transform: translateZ(0) scale(1.15);
        -ms-transform: translateZ(0) scale(1.15);
        transform: translateZ(0) scale(1.15);
    }

    60% {
        -webkit-transform: translateZ(0) scale(1);
        -ms-transform: translateZ(0) scale(1);
        transform: translateZ(0) scale(1);
    }

    80% {
        -webkit-transform: translateZ(0) scale(1.05);
        -ms-transform: translateZ(0) scale(1.05);
        transform: translateZ(0) scale(1.05);
    }

    100% {
        -webkit-transform: translateZ(0) scale(1);
        -ms-transform: translateZ(0) scale(1);
        transform: translateZ(0) scale(1);
    }
}

.seq.seq-active .seq-title,
.seq.seq-active .seq-subtitle,
.seq.seq-active .seq-restriccion{
    /* Starting positions */
    opacity: 0;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
}

.seq.seq-active .seq-title {
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
}

.seq.seq-active h3 {
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}

.seq .seq-in {
    /* Animate in positions for content */
}

.seq .seq-in .seq-title,
.seq .seq-in .seq-subtitle,
.seq .seq-in .seq-restriccion{
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.seq .seq-in .seq-button {
    -webkit-animation-name: jelly;
    animation-name: jelly;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
}

.seq .seq-out {
    /* Animate out positions for content */
}

.seq .seq-out .seq-title,
.seq .seq-out .seq-subtitle,
.seq .seq-out .seq-restriccion{
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.seq .seq-out .seq-button {
    -webkit-transform: scale(1) translateZ(0);
    -ms-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
}
@media (max-width: 1023px){
    .seq .seq-step2 {
        /*background-image: url("/medias/bg-Switch-Alpha-12-b.jpg?context=bWFzdGVyfHJvb3R8MjEzMzUzfGltYWdlL2pwZWd8aGNlL2hjZi84OTg3OTg5MzQ0Mjg2LmpwZ3xiZWJkYzgyZGRmNzQ5NmRkMGIzNmEwNTk1ZDBiMWYxNTRhMmFmZDdkMjFiZGEwMTk3ZmFjYTA2YTY0ZWRjOGNi");
        background-repeat: no-repeat;
        background-size: 100% 100%*/
    }
    .seq.seq-active .seq-content {
        margin-top: 39px !important;
        margin-left: 6%;
    }
    .seq {
        height: 365px;
    }
    .seq-title.txt2 {
        font-size: 6em !important;
        line-height: 65px !important;
    }
}
@media (max-width: 1150px) and (min-width: 1024px) {
    .seq .seq-content {
        margin: 0 9% 0 7%;
    }
    .seq {
        height: 433px;
    }
    .seq.seq-active .seq-content {
        /* margin-top: -26px; */
        margin-top: 35px !important;
    }
    div#restriciion1, #restriciion2, #restriciion3, #restriciion4,#restriciion5 {
        display: table;
        vertical-align: middle;
        max-width: 100%;
        margin: -37px 0 0 0 !important;
        font-size: 12px;
        text-align: center;
        line-height: 37px;
        width: 100%;
        color: #fff;
        position: absolute;
    }
}
@media (max-width: 700px){
    .seq .seq-step2 {
        /*background-image: url("/medias/bg-Switch-Alpha-12-a.jpg?context=bWFzdGVyfHJvb3R8MTI1MjA3fGltYWdlL2pwZWd8aDg3L2hmYi84OTg3OTg5MjQ1OTgyLmpwZ3xkYmQwYTU3ZTEyMmMyZThiM2QyMzM4OWQyNGMwNjg2N2QyMjRjZTg1OTYzYzFlNmMzZGZiNWJmMWJkYTY3MDBh");
        background-repeat: no-repeat;
        background-size: 100% 100%*/
    }
    .seq.seq-active .seq-content {
        margin-top: 51px !important;
    }
}

@media only screen and (min-width: 600px) {
    .seq {
        /* Make the container 16:9 but no bigger than 90% of the screen height */
        position: relative;
        /*height: auto;
        height: 100%;
        max-height: 74vh;
        min-height: 420px;*/
    }

    .seq:before {
        /* Make an element a certain aspect ratio */
        display: block;
        content: "";
        width: 100%;
        padding-top: 56.25%;
    }

    .seq .seq-screen {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .seq .seq-content {
        /* Pull the content up to account for the pagination */
        margin-top: -19px;
    }

    .seq .seq-pagination > * {
        width: 20px;
        height: 20px;
    }
}

@media only screen and (min-width: 768px) {
    .seq .seq-title,
    .seq .seq-subtitle {
        font-size: 1.1em;
    }

    .seq .seq-title {
        font-size: 2.1em;
    }
    /*.seq {
        min-height: 405px;
    }*/
}
@media (max-width: 765px) {
    .seq {
        height: 329px;
    }
    div.seq-prev, .seq-next {
        width: 5% !important;
        margin: 2.8em 0 0 0 !important;
    }
}

/*agregado*/
#sequence ul li img{
    width: 100%;
    height: 100%;
    margin: 0px 0 0 0;
}
div.seq-next {
    margin: 4.5em 0 0 0;
    position: relative;
    color: white;
    font-size: 2.9em;
    width: 3%;
    height: 13%;
    z-index: 102;
    background: black;
    text-align: center;
    float: right;
    cursor: default;
}
div.seq-prev {
    margin: 4.5em 0 0 0;
    position: relative;
    color: white;
    font-size: 2.9em;
    width: 3%;
    height: 13%;
    z-index: 102;
    background: black;
    text-align: center;
    float: left;
    cursor: default;
}
div#restriciion1,#restriciion2,#restriciion3, #restriciion4, #restriciion5 {
    display: table;
    vertical-align: middle;
    max-width: 100%;
    margin: -36px 0 0 0;
    font-size: 13px;
    text-align: center;
    position: absolute;
    line-height: 37px;
    width: 100%;
    color: #000;
}
.seq-title.txt2 {
    font-size: 8.5em;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-weight: 800;
    line-height: 87px;
}
span.porcentaje {
    font-size: 0.8em;
    font-weight: 600;
}
.seq-subtitle.txt3 {
    font-size: 1.6em;
    line-height: 27px;
    margin: 5px 0 0 0;
    color: #868789;
    font-family: museo-5;
    width: 100%;
}
span.txtMarca {
    color: #868789;
    font-family: museo-9;
}
span.txtRojo {
    font-weight: 800;
    color: #e5292a;
    font-family: museo-9;
}
.seq-subtitle.txt1 {
    font-size: 1.3em;
    color: #868789;
    font-family: museo-5;
}
@media (max-width: 910px) {
    a.seq-button.btn-comprar {
        font-size: 12px;
    }
    a.seq-button.btn-ver {
        font-size: 12px;
    }
    .seq-subtitle.txt1 {
        font-size: .9em;
    }
    .seq-subtitle.txt3 {
        font-size: 1.2em;
        line-height: 22px;
        margin: 5px 0 0 0;
    }
    .seq.seq-active .seq-content {
        margin-top: 48px !important;
        margin-left: 6%
    }
    a.seq-button.btn-comprar {
        font-size: 16px;
    }
    div.seq-prev , .seq-next {
        width: 5% !important;
        margin: 2.8em 0 0 0 !important;
    }
}
@media (max-width: 639px) {
    /*nuevo*/
    #sequence ul li img {
        margin: 0px 0 0 0 !important;
    }
    .seq {
        height: 512px;
    }
    #sequence ul li img {
        height: 103%;
    }
    #sequence {
        margin: -5px auto;
    }
    .seq.seq-active .seq-content {
        margin-top: 21px !important;
        margin-left: 0% !important;
        width: 100% !important;
    }
    .seq-title.txt2 {
        font-weight: 800;
        margin: 0 0 0 0;
    }
    .seq-subtitle.txt3 {
        width: 100%;
        text-align: center;
    }
    .seq .seq-title, .seq .seq-subtitle {
        margin: 0 0 -22px 0 !important;
        line-height: normal;
    }
    div#restriciion1, #restriciion2, #restriciion3,#restriciion4,#restriciion5{
        margin: -47px 0 0 0;
    }
    /*nuevo*/
    div.seq-prev , .seq-next {
        width: 5% !important;
    }
    .seq-subtitle.txt1 {
        font-size: .9em;
    }
    .seq .seq-content {
        margin: 0 0% 0 0%;
        float: none;
        text-align: center;
    }
    span.porcentaje {
        font-size: 0.4em;
    }
    div.seq-prev {
        text-align: left;
    }
    div.seq-next {
        text-align: right;
    }
    .seq .seq-button {
        margin-top: 2.5em !important;
        /*margin-left: -5em;*/
    }
    .seq-next, .seq-prev{
        display: none;
    }
    #boton-comprar{
        display: none;
    }
    .seq-title.txt2 {
        font-size: 6em !important;
        line-height: normal !important;
    }
}
@media (max-width: 435px){
    #sequence ul li img {
        margin: -5px 0 0 0 !important;
    }
    div#restriciion1, #restriciion2, #restriciion3, #restriciion4,#restriciion5 {
        margin: -38px 0px 0 15% !important;
        position: absolute !important;
        width: 75% !important;
        line-height: 1.6;
    }
    .seq.seq-active .seq-content {
        margin-top: 8px !important;
        margin-left: 0% !important;
        width: 100% !important;
    }
    #sequence ul li img {
        height: 101%;
    }
}
@media (max-width: 400px) {
    .seq {
        /*min-height: 315px !important;*/
        height: 450px !important;
    }
    .seq-next, .seq-prev{
        display: none;
    }
    .seq.seq-active .seq-content {
        margin-top: 4px !important;
        margin-left: 0% !important;
        text-align: center;
    }
    .seq .seq-button {
        margin-top: 1.5em !important;
        font-size: 11px;
        width: 127px;
        margin-left: -0.1em;
    }
    .seq-subtitle.txt3 {
        font-size: .9em;
    }
    .seq-subtitle.txt1 {
        font-size: .8em;
    }
    .seq.seq-active .seq-content {
        width: 100% !important;
    }
    .seq-title.txt2 {
        font-size: 4.7em;
    }
}
div.seq-next, .seq-prev {
    height: 1.4em !important;
}
.seq-title.txt2 {
    color: #02A8DD;
}
#sequence {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    margin: 0 auto 11px auto;
    padding: 0;
}
#sequence .seq-canvas,
#sequence .seq-canvas > * {
    position: absolute;
    height: 100%;
    width: 100%;
}
/*petco modif*/
.seq-content div{
    text-align: center;
}