﻿
#slider-1 .carousel-item > div {
    float: left;
}


#slider-1 .carousel-control-prev-icon {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: no-repeat 50% / 100% 100%;
    background-image: initial;
    background-position-x: 50%;
    background-position-y: center;
    background-size: 100% 100%;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
}


#slider-1 .carousel-control-next-icon {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: no-repeat 50% / 100% 100%;
    background-image: initial;
    background-position-x: 50%;
    background-position-y: center;
    background-size: 100% 100%;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
}


#slider-1 .carousel-control-prev-icon {
    /*background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%black' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");*/
    background-image: url('../imagenes/next.svg');
}

#slider-1 .carousel-control-next-icon {
    /*background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%black' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");*/
    background-image: url('../imagenes/prev.svg');
}






.carousel-by-item [class*="cloneditem-"] {
    display: none;
}



/* Extra small devices (portrait phones, less than 576px) */
/* No media query since this is the default in Bootstrap */
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {

    #slider-1 .carousel-control-prev-icon {
        margin-left: -40px;
    }


    #slider-1 .carousel-control-next-icon {
        margin-right: -40px;
    }

}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    #slider-1 .carousel-control-prev-icon {
        margin-left: -60px;
    }


    #slider-1 .carousel-control-next-icon {
        margin-right: -60px;
    }
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}
