.swiper-container {
    width: 100%;
    height: 300px;
    margin: 50px auto 0 auto;
    overflow: visible;
}
.gallery-top .swiper-slide {
    width: 390px !important;
    height: 210px;
    margin-top: 40px;
    background-size: contain;
    background-position: center;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.gallery-top .swiper-slide.swiper-slide-active {
    width: 560px !important;
    height: 300px;
    margin-top: 0;
}
.gallery-top {
    width: 100%;
}
.gallery-thumbs {
    height: 90px;
    max-width: none;
    box-sizing: border-box;
    border-top: 1px solid #b0aaa6;
    padding: 0;
    position: absolute;
    bottom: 0;
}
.gallery-thumbs .swiper-slide {
    width: 30px !important;
    height: 90px;
    line-height: 90px;
    color: #fff;
    font-family: 'thesansrio2016bold';
    font-size: 1.12em;
    cursor: pointer;
    opacity: 0.95;
}
.gallery-thumbs .swiper-slide:hover {
    color: #ffd941;
}
.gallery-thumbs .swiper-slide-active {
    color: #ffd941;
    opacity: 1;
}
.meses-prev,
.meses-next{
    display: block;
    width: 200px;
    height: 90px;
    line-height: 90px;
    position: absolute;
    top: 0;
}
.meses-prev{
    left: 40px;
}
.meses-next{
    right: 0;
}
.gallery-thumbs .swiper-button-prev,
.gallery-thumbs .swiper-button-next{
    display: inline-block;
    width: auto;
    height: 90px;
    line-height: 90px;
    background: none;
    font-family: 'thesansrio2016light';
    font-size: 1.12em;
    text-decoration: none;
    color: #ccc;
    top: 0;
    margin: 0;
}
.gallery-thumbs .swiper-button-prev span#mes-atual-dynamic{
    font-family: 'thesansrio2016bold';
    font-weight: bold;
    color: #fff;
}
.gallery-thumbs .swiper-button-next.swiper-button-disabled,
.gallery-thumbs .swiper-button-prev.swiper-button-disabled{
    opacity: 0;
}
.gallery-thumbs .swiper-button-prev:hover,
.gallery-thumbs .swiper-button-next:hover{
    color: #ffd941;
}
.gallery-thumbs .swiper-button-prev{
    position: static;
}
.gallery-thumbs .swiper-button-next{
    right: 40px;
}
.mes-atual{
    font-family: 'thesansrio2016bold';
    font-weight: bold;
    color: #fff;
}


.timeline-item-content{
    width: 130px;
    height: 45px;
    position: absolute;
    top: inherit !important;
    bottom: 20px;
    left: 10px;
}
.swiper-slide-active .timeline-item-content{
    width: 166px;
    height: 60px;
    position: absolute;
    top: inherit !important;
    bottom: 20px
    left: 10px;
}
.timeline-item-content p{
    width: 100%;
    float: left;
    font-family: 'thesansrio2016bold';
    color: #ffffff;
    font-size: 1.12em;
    text-align: left;
}


.timeline-item-content p.small-title{
    width: 100%;
    float: left;
    font-family: 'thesansrio2016light';
    color: #ffffff;
    font-size: 0.68em;
    text-align: left;
    text-transform: uppercase;
}

.timeline-item .timeline-date-content{
    position: absolute;
    top: inherit;
    bottom: 20px;
    right: 0px;
    width: 80px;
}
.swiper-slide-active .timeline-date-content{
    position: absolute;
    top: inherit;
    bottom: 20px;
    right: 10px;
    width: 110px;
}

.timeline-date-content .pData{
    display: block;
    float: left;
    width: 40px;
    font-family: 'thesansrio2016bold';
    color: #ffffff;
    font-size: 0.68em;
    text-align: left; 
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
.swiper-slide-active .timeline-date-content .pData{
    display: block;
    float: left;
    width: 40px;
    font-family: 'thesansrio2016bold';
    color: #ffffff;
    font-size: 0.9em;
    text-align: left; 
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
.timeline-date-content span.tdcDia{
    display: block;
    float: left;
    width: 30px;
    font-family: 'thesansrio2016light';
    color: #ffffff;
    font-size: 2em;
    text-align: left;    
    margin: 0;
    padding: 0;
    line-height: 41px;
}


.timeline-date-content p.tdcMenos{
    display: block;
    float: left;
    width: 15px;
    font-family: 'thesansrio2016light';
    color: #ffffff;
    font-size: 2em;
    text-align: center;
    line-height: 40px;
    margin: 0px;  
}
.swiper-slide-active .timeline-date-content p.tdcMenos{
    display: block;
    float: left;
    width: 10px;
    font-family: 'thesansrio2016light';
    color: #ffffff;
    font-size: 3em;
    text-align: center;
    line-height: 40px;
    margin: 0 10px;  
}


.swiper-slide-active .timeline-date-content span.tdcDia{
    display: block;
    float: left;
    width: 30px;
    font-family: 'thesansrio2016light';
    color: #ffffff;
    font-size: 3em;
    text-align: left;    
    margin: 0;
    padding: 0;
    line-height: 41px;
}

