﻿﻿ /*Videos del catalogo*/
#videoProduct {
    max-width: 100%;
}

.toast {
    box-shadow: 0px 0px 5px 1px black;
    font-size: 16px;
    width: 900px;
    padding: 0px 32px;
    text-align: center;
}

/*Pantallas medianas pequeñas (_sm, tablets _en vertical)*/
@media screen and (max-width: 576px) {
    .toast {
        box-shadow: 0px 0px 5px 1px black;
        font-size: 16px;
        width: 900px;
        padding: 0px 12px;
        text-align: left;
        border-radius: 16px;
    }
}


/*Boton de ver Video/Imagenes en ficha de producto*/
.btn-verVideoImagenes {
    border-radius: 24px;
    position: absolute;
    z-index: 300;
    right: 7%;
    bottom: 4%;
    font-size: xx-small;
    background-color: rgb(255 255 255 / 62%);
}


/*.elastislide-vertical {
    height: 43.5rem !important;
    width: 100% !important;
    padding: 60%;
}*/

/* Pantallas extra grandes (xl, escritorio grande) ≥ 1200px */
@media (max-width: 3600px) and (min-width: 2500px) {
    .img-verVideo {
        height: 1.4rem;
        width: 80%;
        position: absolute;
        z-index: 400;
        font-size: x-small;
        color: #000;
        right: 10%;
        display: flex !important;
        justify-content: center;
        align-items: center;
        background-color: rgb(255 255 255 / 62%);
        top: 85%;
        border-radius: 8px;
        border: 1px solid;
        border-color: #000;
        text-align: center;
    }

    .img-verVideo-SnCarrousel {
        height: 1.4rem;
        width: 80%;
        position: absolute;
        z-index: 400;
        font-size: x-small;
        color: #000;
        right: 10%;
        display: flex !important;
        justify-content: center;
        align-items: center;
        background-color: rgb(255 255 255 / 62%);
        top: 82%;
        border-radius: 8px;
        border: 1px solid;
        border-color: #000;
        text-align: center;
    }
}

@media (max-width: 2499px) and (min-width: 1500px) {
    .img-verVideo {
        height: 1.4rem;
        width: 80%;
        position: absolute;
        z-index: 400;
        font-size: x-small;
        color: #000;
        right: 10%;
        display: flex !important;
        justify-content: center;
        align-items: center;
        background-color: rgb(255 255 255 / 62%);
        top: 82%;
        border-radius: 8px;
        border: 1px solid;
        border-color: #000;
        text-align: center;
    }

    .img-verVideo-SnCarrousel {
        height: 1.4rem;
        width: 80%;
        position: absolute;
        z-index: 400;
        font-size: x-small;
        color: #000;
        right: 10%;
        display: flex !important;
        justify-content: center;
        align-items: center;
        background-color: rgb(255 255 255 / 62%);
        top: 80%;
        border-radius: 8px;
        border: 1px solid;
        border-color: #000;
        text-align: center;
    }
}

@media (max-width: 1499px) and (min-width: 1260px) {
    .img-verVideo {
        height: 1.4rem;
        width: 80%;
        position: absolute;
        z-index: 400;
        font-size: x-small;
        right: 10%;
        display: flex !important;
        justify-content: center;
        align-items: center;
        top: 50%;
        text-align: center;
    }

    .img-verVideo-SnCarrousel {
        height: 1.4rem;
        width: 80%;
        position: absolute;
        z-index: 400;
        font-size: x-small;
        color: #000;
        right: 10%;
        display: flex !important;
        justify-content: center;
        align-items: center;
        background-color: rgb(255 255 255 / 62%);
        top: 74%;
        border-radius: 8px;
        border: 1px solid;
        border-color: #000;
        text-align: center;
    }
}


@media (max-width: 1259px) and (min-width: 1100px) {
    .img-verVideo {
        height: 1.4rem;
        width: 80%;
        position: absolute;
        z-index: 400;
        font-size: x-small;
        color: #000;
        right: 10%;
        display: flex !important;
        justify-content: center;
        align-items: center;
        background-color: rgb(255 255 255 / 62%);
        top: 74%;
        border-radius: 8px;
        border: 1px solid;
        border-color: #000;
        text-align: center;
    }

    .img-verVideo-SnCarrousel {
        height: 1.4rem;
        width: 92%;
        position: absolute;
        z-index: 400;
        font-size: x-small;
        color: #000;
        right: 4.5%;
        display: flex !important;
        justify-content: center;
        align-items: center;
        background-color: rgb(255 255 255 / 62%);
        top: 70%;
        border-radius: 8px;
        border: 1px solid;
        border-color: #000;
        text-align: center;
    }
}


@media (max-width: 1099px) and (min-width: 992px) {

    .fa-play-video {
        padding-left: 6%;
    }

    .img-verVideo {
        height: 1.4rem;
        width: 88%;
        position: absolute;
        z-index: 400;
        font-size: xx-small;
        color: #000;
        right: 5%;
        display: flex !important;
        justify-content: center;
        align-items: center;
        background-color: rgb(255 255 255 / 62%);
        top: 72%;
        border-radius: 8px;
        border: 1px solid;
        border-color: #000;
        text-align: center;
    }

    .img-verVideo-SnCarrousel {
        height: 1.4rem;
        width: 98%;
        position: absolute;
        z-index: 400;
        font-size: xx-small;
        color: #000;
        right: 1%;
        display: flex !important;
        justify-content: center;
        align-items: center;
        background-color: rgb(255 255 255 / 62%);
        top: 70%;
        border-radius: 8px;
        border: 1px solid;
        border-color: #000;
        text-align: center;
    }
}


@media (max-width: 991px) and (min-width: 870px) {

    .fa-play-video {
        padding-left: 6%;
    }

    .img-verVideo {
        height: 1.4rem;
        width: 88%;
        position: absolute;
        z-index: 400;
        font-size: xx-small;
        color: #000;
        right: 5%;
        display: flex !important;
        justify-content: center;
        align-items: center;
        background-color: rgb(255 255 255 / 62%);
        top: 82%;
        border-radius: 8px;
        border: 1px solid;
        border-color: #000;
        text-align: center;
    }

    .img-verVideo-SnCarrousel {
        height: 1.4rem;
        width: 88%;
        position: absolute;
        z-index: 400;
        font-size: xx-small;
        color: #000;
        right: 5%;
        display: flex !important;
        justify-content: center;
        align-items: center;
        background-color: rgb(255 255 255 / 62%);
        top: 80%;
        border-radius: 8px;
        border: 1px solid;
        border-color: #000;
        text-align: center;
    }
}


@media (max-width: 869px) and (min-width:568px) {

    .fa-play-video {
        padding-left: 6%;
    }

    .img-verVideo {
        height: 1.4rem;
        width: 88%;
        position: absolute;
        z-index: 400;
        font-size: xx-small;
        color: #000;
        right: 5%;
        display: flex !important;
        justify-content: center;
        align-items: center;
        background-color: rgb(255 255 255 / 62%);
        top: 80%;
        border-radius: 8px;
        border: 1px solid;
        border-color: #000;
        text-align: center;
    }

    .img-verVideo-SnCarrousel {
        height: 1.4rem;
        width: 88%;
        position: absolute;
        z-index: 400;
        font-size: xx-small;
        color: #000;
        right: 5%;
        display: flex !important;
        justify-content: center;
        align-items: center;
        background-color: rgb(255 255 255 / 62%);
        top: 75%;
        border-radius: 8px;
        border: 1px solid;
        border-color: #000;
        text-align: center;
    }
}


.border-bottom-imgVideo {
    border-bottom: 1px solid;
    border-top: 1px solid;
}


.cursor-pointer {
    cursor: pointer !important;
}


/*END Videos*/

.demo-1 .elastislide-horizontal {
    padding: 10px 37px;
    border-radius: 10px/90px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), inset -2px 0 3px 2px rgba(255, 255, 255, 0.6), inset 2px 0 3px 2px rgba(255, 255, 255, 0.6), inset -10px 0 10px 1px rgba(155, 155, 155, 0.1), inset 10px 0 10px 1px rgba(155, 155, 155, 0.1);
}

.demo-1 .elastislide-wrapper:before,
.demo-1 .elastislide-wrapper:after {
    content: '';
    position: absolute;
    z-index: -2;
    bottom: 15px;
    left: 20px;
    width: 50%;
    height: 20%;
    border-radius: 10px/90px;
    box-shadow: 0 15px 10px rgba(0,0,0,0.7);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.demo-1 .elastislide-wrapper:after {
    right: 20px;
    left: auto;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
}

.demo-2 .elastislide-vertical {
    max-width: 170px;
    padding: 37px 10px;
    border-radius: 90px/10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), inset -2px 0 3px 2px rgba(255, 255, 255, 0.6), inset 2px 0 3px 2px rgba(255, 255, 255, 0.6), inset 0 -10px 10px 1px rgba(155, 155, 155, 0.1), inset 0 10px 10px 1px rgba(155, 155, 155, 0.1);
}

    .demo-2 .elastislide-vertical:before {
        top: 30px;
        bottom: 30px;
        left: 0;
        right: 0;
        content: " ";
        position: absolute;
        z-index: -2;
        box-shadow: 0 0 15px rgba(0,0,0,0.6);
        border-radius: 20px/160px;
    }

    .demo-2 .elastislide-vertical:after {
        content: " ";
        position: absolute;
        z-index: -2;
    }

.demo-3 .elastislide-horizontal {
    background-color: #000;
    padding: 30px 60px;
}

.no-touch .demo-3 .elastislide-horizontal {
    opacity: 0.8;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

    .no-touch .demo-3 .elastislide-horizontal:hover {
        opacity: 1;
    }

.demo-3 .elastislide-wrapper nav span {
    background-color: #000;
}

.demo-3 .elastislide-carousel ul li a {
    padding: 0 10px;
}

    .demo-3 .elastislide-carousel ul li a img {
        border-radius: 10px;
        border: none;
    }

.demo-4 .elastislide-horizontal {
    background-color: transparent;
    border-radius: 20px 20px 0 0;
}

    .demo-3 .elastislide-horizontal.elastislide-loading,
    .demo-4 .elastislide-horizontal.elastislide-loading {
        background-image: url(../images/loading_dark.gif);
    }

.demo-4 .elastislide-carousel ul li a {
    padding: 2px;
}

    .demo-4 .elastislide-carousel ul li a img {
        border-radius: 10px;
        border: none;
        box-shadow: 0 1px 2px #000;
    }

.demo-4 .elastislide-wrapper nav span {
    background-color: #666;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.2);
}

.demo-4 .image-preview img {
    border-radius: 0 0 20px 20px;
    max-width: 100%;
    display: block;
}

.demo-4 .elastislide-carousel ul li.current-img a img {
    box-shadow: 0 0 3px 2px rgba(62,235,255,0.8);
}

@media screen and (max-width: 460px) {
    .demo-3 .elastislide-horizontal {
        padding: 10px 40px;
    }
}

@media (max-width: 575px) {
    .modal-dialog {
        margin: auto !important;
    }

    span.info {
        font-size: 10px
    }
}

/*Seccion de Feature*/
.w-30-feature {
    width: 30%;
}

.w-40-feature {
    width: 40%;
}

@media (max-width: 992px) {
    span.info {
        display: block !important;
    }

    .hidden-md-2 {
        display: none !important
    }
}

#selectOrderBy {
    padding-left: 1.25rem !important;
}

    #selectOrderBy option {
        font-size: 1rem !important;
    }

.slider-photos-container {
    margin-top: -9px !important
}
