
@media (max-width: 767px) {
    .uk-position-small2[class*=uk-position-center-left], .uk-position-small2[class*=uk-position-center-right] {
        transform: translateY(-50%) translateY(-15px);
        margin: 96px 0px 15px 0px !important;
    }
    
    .blog-home {
        text-align: center;
        padding: 50px;
    }
    
    .blog-home img {
        width: 60px;
        display: inline-block;
    }
}
 /** custom **/
      
      /* Home */

.height-slider {
	    height: 400px;
}

.uk-panel>:last-child {
    margin-bottom: 5px !important;
}

.uk-position-center {
    top: 58% !important;
}

.padding-20 {
	padding: 20px;
}

.w-100 {
	width: 100%!important;
}

.blog-home {
    padding: 15px 15px 20px 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 50px;
    border-radius: 5px;
    border: 1px solid #e2e2e2;
	height: 280px;
	background: #fff;
}

.blog-home h4 {
    font-size: 18px;
    line-height: 24px;
    color: #232323 !important;
    font-weight: 600;
    padding-top: 10px;
    margin: 0 !important;
    padding-bottom: 9px;
    font-family: 'Montserrat', sans-serif;
}

.blog-home p {
    margin: 10px 0 20px !important;
    color: #000 !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 1.5;
    padding: 0;
    font-weight: 300;
}

.botao-blog {
    padding: 8px 15px 8px 15px;
    background: #fff;
    border-radius: 23px;
    color: #ff141e !important;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 2px solid #ff141e;
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
}

.botao-blog:hover {
    background: #ff141e;
    color: #ffffff !important;
    border: 2px solid #ff141e;
    text-decoration: none;
}

.mb-5 {margin-bottom:5px !important;}

.blog-home img {
    width:100%;
}

.slider-padding {
	padding-left: 0;
    padding-right: 0;
}

.uk-position-small2[class*=uk-position-center-left], .uk-position-small2[class*=uk-position-center-right] {
    transform: translateY(-50%) translateY(-15px);
    margin: 11px -23px 15px -23px !important;
}

.uk-panel>:last-child {
    margin-bottom: 5px !important;
}

.uk-slidenav2 {
    padding: 12px 17px !important;
    color: rgb(0 0 0 / 50%) !important;
    transition: color .1s ease-in-out;
    background: #fff !important;
    border-radius: 25px !important;
    box-shadow: 0 0 0 1px rgba(0,0,0,.04), 0 4px 8px 0 rgba(0,0,0,.20)!important;
}