@charset 'UTF-8';

/* Slider */
.agendaSlide .slick-loading .slick-list {
    background: url('../img/loading_pr.gif') center center no-repeat;
}

.agendaDestaques .slick-loading .slick-list {
    background: url('../img/loading_br.gif') center center no-repeat;
}


/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    z-index: 100;
    width: 50px;
    height: 50px;
    background: #e5e5e5;
    transition: all .25s ease-out;
}

/*.slideEquipa .slick-prev,
.slideEquipa .slick-next {
    width: 50px;
    height: 50px;
    background: #e5e5e5;
    transition: all .25s ease-out;
}*/
.slick-prev:hover,
.slick-next:hover {
    background: #d4d4d4;
}

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

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


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

/*.slideEquipa .slick-prev {
    left: -50px;
}*/

/*.slick-prev:before {
    content: '';
    display: block;
    width: 31px;
    height: 59px;
    background: url(../img/arrow_prev.png) center no-repeat;
}*/
.slick-prev:before {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    background: url(../img/arrow_prev2.png) center no-repeat;
}


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

.agendaDestaques .slick-next {
    right: -390px;
}

.agendaDetalhe .slick-next {
    right: -60px;
}

/*.slideEquipa .slick-next {
    right: -50px;
}*/

/*.slick-next:before {
    content: '';
    display: block;
    width: 31px;
    height: 59px;
    background: url(../img/arrow_next.png) center no-repeat;
}*/
/*.slideEquipa */
.slick-next:before {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    background: url(../img/arrow_next2.png) center no-repeat;
}

@media only screen and (max-width: 1330px) {
    .agendaDestaques .slick-prev {
        left: 20px;
    }

    .agendaDestaques .slick-next {
        right: 0;
    }

    .agendaDetalhe .slick-next {
        right: 20px;
    }

}

/* Dots */
.agendaSlide .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.agenda-dots .slick-dots,
.agendaSlide .slick-dots {
    position: absolute;
    /*top: 0;*/
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    bottom: 25px;
    left: 50%;
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.agenda-dots .slick-dots li,
.agendaSlide .slick-dots li {
    position: relative;
    display: inline-block;
    width: 12px;
    margin: 0 7px;
    padding: 0;
    cursor: pointer;
}

.agenda-dots .slick-dots li button,
.agendaSlide .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    cursor: pointer;
    color: transparent;
    border: 0;
    background: transparent;
}

.agenda-dots .slick-dots li button:hover,
.slick-dots li button:hover {
    outline: none;
    opacity: .8;
}

.agenda-dots .slick-dots li button:before,
.agendaSlide .slick-dots li button:before {
    font-size: 6px;
    line-height: 20px;

    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    opacity: 1;
    background-color: #24d9c3;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.agenda-dots .slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: black;
}

.agendaSlide .slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: white;
}