@charset 'UTF-8';

/* Slider */

.slick-loading .slick-list {
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}


/* Icons */

@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}


/* Arrows */

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '←';
}

[dir='rtl'] .slick-prev:before {
    content: '→';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '→';
}

[dir='rtl'] .slick-next:before {
    content: '←';
}


/* Dots */

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    top: -82px;
    right: 0;
    display: block;
    width: auto;
    height: 12px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    border-radius: 100%;
    background: #fffef9;
    border: 1px solid #999999;
}
.slick-dots li.slick-active {
    background: #004680;
    border-color: #004680;
}

.dots-interno {
    position: absolute;
    bottom: 0px;
    display: block;
    width: 100%;
    height: 12px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: url(../../img/bg-shape-aniver.png) no-repeat center;
}
.dots-interno li {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    border-radius: 100%;
    background: #fffef9;
    border: 1px solid #999999;
}
.dots-interno li.slick-active {
    background: #004680;
    border-color: #004680;
}

@media (max-width: 767px) {
    /* hiding all bullets by default */
    .dots-interno li {
        display: none!important;
        transition: all .15s ease;
    }
    /* only displaying the active bullets and the 2 bullets next to it */
    .dots-interno li.slick-active,
    .dots-interno li.slick-active + li,
    .dots-interno li.slick-active + li + li {
        display: block!important;
    }
    /* displaying the last three bullets when slick-active class isn't applied to any li before them  */
    .dots-interno li:nth-last-child(1),
    .dots-interno li:nth-last-child(2),
    .dots-interno li:nth-last-child(3) {
        display: block!important;
    }
    /* hiding the last three bullets if slick-active exist before them */
    .dots-interno li.slick-active ~ li:nth-last-child(1),
    .dots-interno li.slick-active ~ li:nth-last-child(2),
    .dots-interno li.slick-active ~ li:nth-last-child(3) {
        display: none!important;
    }
    /* specific conditions to always display the last three bullets */
    .dots-interno li.slick-active + li + li:nth-last-child(3),
    .dots-interno li.slick-active + li + li:nth-last-child(2),
    .dots-interno li.slick-active + li + li:nth-last-child(1),
    .dots-interno li.slick-active + li:nth-last-child(3),
    .dots-interno li.slick-active + li:nth-last-child(2),
    .dots-interno li.slick-active + li:nth-last-child(1){
        display: block!important;
    }
}


.dots-eventos {
    position: absolute;
    bottom: 0px;
    display: block;
    width: 100%;
    height: 12px;
    padding: 20px 0;
    margin: 0;
    background: rgba(0,70,128,.4);
    list-style: none;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.dots-eventos li {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    border-radius: 100%;
    background: #fffef9;
    border: 1px solid #999999;
}
.dots-eventos li.slick-active {
    background: #004680;
    border-color: #004680;
}