/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 04/10/2018, 18:53:45
    Author     : Aldana
*/

.mySlides {display:none}
.demo {cursor:pointer}

.carousel .controles{
    position: absolute;
    right: 2%;
    bottom: 61%;
}

.carousel-control{
    width: 35px;
    height: 34px;
    opacity: 1;
}

.carousel-control.right{
    background-image: none;
}

.carousel-control.left{
    background-image: none;
    top: 2em;
}

.carousel-control > span.glyphicon{
    width: 35px;
    height: 34px;
    border: none;
    border-radius: 17px;
    background-color: #ff0010;
    box-shadow: 0 10px 100px 0 rgba(0, 0, 0, 0.8);
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: -22px;
}

.carousel-control.right > span{
    background-image: url('../img/flecha-r_b.svg');
}

.carousel-control.left > span{
    background-image: url('../img/flecha-l_b.svg');
}

/*resCarousel Css*/

.outt {
    display: none;
}

.leftRs {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    z-index: 10;
    left: 0;
    width: 50px;
    height: 50px;
    box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, .3);
    border-radius: 999px;
}

.rightRs {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    width: 50px;
    height: 50px;
    box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, .3);
    border-radius: 999px;
}

.resCarousel {
    /*float: left;
    overflow: hidden;*/
    width: 100%;
    position: relative;
}

.resCarousel-inner {
    overflow-x: hidden;
    white-space: nowrap;
    font-size: 0;
    vertical-align: top;
}

.resCarousel-inner .item {
    display: inline-block;
    font-size: 14px;
    white-space: initial;
}


/*banner*/

.banner {
    overflow: hidden !important;
}


/*tile css*/

.resCarousel-inner .item .tile {
    background: white;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    margin: 5px;
}


/*animation*/

.resCarousel[data-animator="lazy"] .item {
    transition: .6s ease all;
}

.mi-carrusel.hidden-xs{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    float:none;
}

@media (max-width: 767px) {
    .leftRs,
    .rightRs {
        /*display: none;*/
    }
    .resCarousel-inner {
        overflow-x: auto;
    }
}


/*resCarousel Css End*/