.hidez { display: none; }

.nav-container { }

.nav-3 { height: 54px; }

.main-container, .footer-container, .nav-3 { max-width: none; }

.bg-cor { background-color: #f0d176; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; //background-size: cover !important; z-index: 0; opacity: 1; // transition: opacity 0.5s ease; // -webkit-transition: opacity 0.5s ease; // -moz-transition: opacity 0.5s ease; }

.bg-cor-in { width: 100%; height: 100%; }

.moreTextClick a { cursor: pointer; font-weight: bolder; }
    .moreTextClick a.text-white { font-weight: bolder; }

.hero-slider .background-image-holder { opacity: 0.4 !important; }

#slideMoreInfo p { margin: 0; }
#slideMoreInfo a.btn { margin-top: 30px; }

@media all and (max-width: 767px) {
    .timeline-section .left-content p { float: none; }
    .hero-slider .slides li {height: 1000px; }
}
@media all and (max-width: 992px) {
    
    .hero-slider .slides li {height: 1200px; }
}

.footer-5 span { 
    opacity: 1 !important;
}

.footer-5 span img, .footer-partners img { 
    max-height: 50px;
}



/*RUI*/
.img-slider{
    position: absolute !important;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: 100;
}
.img-slider img{
    display: block;
    margin: auto;
    margin-right: 0;
    
    max-width: 80px;
}
@media all and (max-width: 992px) {
    .img-slider img{
        max-width: 60px;
    }
}
