/*! Flickity v1.2.1
http://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
    position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
    position: absolute;
    top: 50%;
width: 20px;
    height: 55px;
    border: none;
    border-radius: 0;
    background: white;
    background: hsl(189, 89%, 30%);
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
        transition: all 0.5s ease;
}

.flickity-prev-next-button:hover {
    background: black; 
}

.flickity-prev-next-button:focus {
outline: none;
    /* box-shadow: 0 0 0 2px #09F; */
    color: #47588b;
    background: #030303;
}

.flickity-prev-next-button:active {
    filter: alpha(opacity=60); /* IE8 */
    opacity: 0.6;
}

.flickity-prev-next-button.previous {
/*    left: 10px; 
    left: -15px;*/
    left: -20px;
        /*left: -44%;*/
}
.flickity-prev-next-button.next { 
    /*right: 10px;*/
    /*right: -15px;*/
        right: -20px;
        /*right: -44%;*/
}
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px;
}

.flickity-prev-next-button:disabled {
    filter: alpha(opacity=30); /* IE8 */
    opacity: 0.8;
    cursor: auto;
}

.flickity-prev-next-button svg {
    position: absolute;
    left: 8%;
    top: 8%;
    width: 83%;
    height: 79%;
}

.flickity-prev-next-button .arrow {
    fill: #ffffff;
}

/* color & size if no SVG - IE8 and Android 2.3 */
.flickity-prev-next-button.no-svg {
    color: #333;
    font-size: 26px;
}

/* ---- page dots ---- */

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;

    /*oculto d ecirculos*/
    display: none !important;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    filter: alpha(opacity=25); /* IE8 */
    opacity: 0.25;
    cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
    filter: alpha(opacity=100); /* IE8 */
    opacity: 1;
}







/* externo css: flickity.css */

/*            * {
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
            }

            body { font-family: sans-serif; }*/
.div-flickity{
    position: relative;
}
.gallery {
    background: rgba(250, 250, 250, 0);
    margin-bottom: 10px;
}

.gallery-cell {
    width: 100%;
    height: 200px;
    margin-right: 6px;
    /*background: #8C8;*/
    background: #fff;
    counter-increment: gallery-cell;
    border: 0px solid #0a70a8;
}

/* cell number */
.gallery-cell:before {
    display: none;
    /*display: block;*/
    text-align: center;
    content: counter(gallery-cell);
    line-height: 200px;
    font-size: 80px;
    color: white;
}

.gallery-nav .gallery-cell {
/*    height: 50px !important;
    width: 50px !important;*/
    display: table;
        height: 55px !important;
    width: 72px !important;
    transition: all 0.4s ease;
}

.gallery-nav .gallery-cell:before {
    /*    font-size: 50px;
        line-height: 80px;*/

    display: none !important;
    /*display: block;*/
    text-align: center;
    content: counter(gallery-cell);
    line-height: inherit;
    font-size: 25px;
    color: #0c73ab;
    display: table-cell;
    vertical-align: middle;
}

.gallery-nav .gallery-cell.is-nav-selected {
    /*background: #ED2;*/
    background: #0a70a8;
    padding-left: 0 !important;
        filter: brightness(50%);
    -webkit-filter: brightness(50%);
    
}
.gallery-nav .is-nav-selected:before{
    color: #FFFFFF;
}

.gc .flickity-prev-next-button.previous,
.gc .flickity-prev-next-button.next{
    display: none;
}

.gc2{
    /*width: 55%;*/
        width: 94%;
    margin: 0 auto;
}



/*img peque*/
.img-carru-flickity2{
        /*height: 100%;*/
    width: 100%;
}

/*img-grande*/
.img-carru-flickity{
    height: 435px;
    width: 100%;
}



@media(max-width:991px) and (min-width: 767px){
/*  .flickity-prev-next-button.previous {
    left: -45px;
}
.flickity-prev-next-button.next { 
    right: -45px;
}
.gc2{
    width: 80%;
}*/

.img-carru-flickity {
    height: 320px;
}
}

@media(max-width: 767px){
    .img-carru-flickity {
    height: auto;
    max-height: 320px;
}
}