.blog_detail .data{
    font-family: MontserratLight;
    font-size: 13px;
    text-align: center;
    color: #808285;
}

.blog_detail h1{
    font-family: BebasNeueRegular;
    font-size: 38px;
    color: #80B21D;
    margin: 0;
    padding: 0;
    text-align: center;
}


.blog_detail .info > div, .blog_detail .info a{
    font-family: MontserratLight;
    font-size: 11px;
    color: #6D6E71;
}

.blog_detail .info img{
    max-height: 20px;
}


.blog_detail .conteudo{
    font-family: MontserratLight;
    font-size: 12px;
    color: #6D6E71;
}

.owl-theme .owl-dots .owl-dot span {
    background: #9ACB1F;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #9ACB1F;
    border: 1px solid #80B21D;
}

.owl-carousel .owl-item img {
    display: block;
    width: auto;
    margin: 0 auto;
}


/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Bootstrap 4 breakpoints
*/

/*
Extra small devices (portrait phones, less than 544px)
No media query since this is the default in Bootstrap because it is "mobile first"
*/

@media (max-width: 543px) {

    .blog_detail h1 {
        font-size: 25px;
    }





}

/* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) {


}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {


}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {


}
