#slider { 
    background: url(../img/banner3.png);
    background-position: 32%center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 0rem 0;
    height: 600px;
 }

 #slider .slider_container h2 {
    color: #ffffff;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 60px;
    margin-top: 7rem !important;
}

#slider .slider_container article { margin-right: 2rem; }

#slider .slider_container .btn_theme_primary { padding: 10px 2rem !important; font-size: 1.4rem; margin-top: 2rem; }

/* Bolinhas contadores de slider */
.slick-dots { bottom: -3.5rem; }
.slick-dots li button:before { font-size: 16px; }
.slick-dots li.slick-active button:before { color: var(--color-primary) }


@media (max-width: 1099px) {
    #slider .slider_container h2 { font-size: 3rem; line-height: 50px; }
}
@media (max-width: 991px) {
    #slider .slider_container h2 { font-size: 2.6rem; line-height: 40px; }
    #slider .slider_container article { margin-right: 0rem; }
}
@media (max-width: 767px) {
    #slider .slider_container h2 br { display: none; }
    #slider .slider_container h2 { font-size: 2.5rem; }
}