/* Cores */
/* Large desktop */
@media (min-width: 1200px) {
    .slider {
        width: 1211px;
    }
    .slider .span2 {
        width: 17%;
    }
}
@media (min-width: 1024px) {
    .slider .span2 {
        width: 17%;
    }
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {

}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

}
/* Landscape phones and down */
@media (max-width: 480px) {

}
/* Slider */
.slider {
    margin: auto;
}
.slider .span9 {
    position: relative;
}
@media (max-width: 767px) {
    .slider .span9 {
        height: 160px;
    }
}
.slider .banner {
    overflow: hidden;
    height: 319px;
    display: none;
}
@media (max-width: 768px) {
    .slider .banner {
        overflow: hidden;
        height: auto;
        display: none;
    }
}
.slider .banner img {
    height: 100% !important;
}
@media (max-width: 768px) {
    .slider .banner img {
        height: auto !important;
        bottom: 0;
    }
}
.slider .banner:first-child {
    display: block;
}
.slider .thumbs {
    margin: 0;
}
@media (max-width: 768px) {
    .slider .thumbs {
        text-align: center;
        display: flex;
    }
}
.slider .thumbs li {
    list-style: none;
    background-color: #ffffff;
    position: relative;
    padding: 13px 18px;
    border-left: 1px solid #0365af;
    border-bottom: 1px solid #0365af;
    height: 53px;
    transition: .4s;
}
@media (max-width: 768px) {
    .slider .thumbs li {
        height: 30px !important;
        padding: 2.3%;
        display: inline-block;       
        border-left: none;
        border-bottom: none;
        border-right: .1rem solid #0365af;
        border-top: .1rem solid #0365af;
        text-align: center;
        vertical-align: top;
    }
    .slider .thumbs li:last-child {
        border-right: none;
    }
}
.slider .thumbs li.active {
    background-color: #e1f3fd;
    transition: .4s;
}
.slider .thumbs li.active::before {
    opacity: 1;
    transition: .4s;
}
.slider .thumbs li h3 {
    font-size: 14px;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 5px;
    color: #0057a1;
}
@media (max-width: 768px) {
    .slider .thumbs li h3 {
        font-size: .8rem;
    }
}
.slider .thumbs li p {
    font-size: 12px;
    margin: 1px 0px;
    line-height: 14px;
    color: #676767;
}
@media (max-width: 768px) {
    .slider .thumbs li p {
        display: none;
    }
}
.slider .thumbs li:hover h3,
.slider .thumbs li:hover p {
    opacity: .7;
    cursor: pointer;
    transition: .4s;
}
.slider .thumbs li[data].active::before {
    top: 23px !important;
}
@media (max-width: 768px) {
    .slider .thumbs li::before {
        opacity: 0;
        transition: .4s;
        content: url('../img/seta-banner.png');
        -ms-transform: rotate(90deg); /* IE 9 */
        -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
        transform: rotate(90deg);
        top: -38px;
        width: 0px;
        height:40px;
        position: absolute;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
    }
    .slider .thumbs li[data].active::before {
        top: -38px !important;
    }
}
@media (min-width: 1024px) {
    .slider .thumbs li::before {
        opacity: 0;
        transition: .4s;
        content: url('../img/seta-banner.png');
        left: -18px;
        top: 23px;
        width: 0px;
        height:40px;
        position: absolute;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
    }
}
/* Grid bootstrap sem margem */
.no-space [class*="span"] {
    margin-left: 0 !important;
}
@media (min-width: 1200px) {
    .no-space [class*="span"].span3 {
        width: 25.5%;
    }
}
.no-space [class*="span"].span4 {
    width: 25%;
}
.no-space [class*="span"].span8 {
    width: 75%;
}
