body{
    /* font-family: 'Roboto', sans-serif; */
    /* font-size: 16px; */
    padding-top: 123px;
}

h1{
    font-weight: 300;
}

h2{
    font-weight: 100;
}

h3{
    font-weight: 100;
}

.navbar{
    background-image: url('/assets/img/px_by_Gre3g.png');
}

.mec-alert{
    display: none;
}

.mec-landing-page-text-box-right{
    width: 570px;
    right: 50%;
    position: absolute;
}

.mec-bg-image-right{
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}

.mec-bg-image-left{
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
}

.mec-landing-page-text-box-left{
    width: 570px;
    left: 50%;
    position: absolute;
}

.mec-btn-filtro-ps{
    font-size: 16px;
}

.mec-btn-filtro-ps:hover{
    background-color: #E0E0E0;
}

.mec-btn-raised{
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    -webkit-transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    will-change: box-shadow;
    min-width: 88px;
}

.mec-navbar-shadow{
    box-shadow: 0 0 8px rgba(0,0,0,0.12), 0 8px 8px rgba(0,0,0,0.24);
}

/* .mec-sections-height{
    height: 600px;
} */

/* .mec-sections-height img{
    height: 600px;
} */

.mec-raised{
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    -webkit-transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    will-change: box-shadow;
    min-width: 88px;
}

.mec-produto-standard-transparent{
    left:0;
    bottom:0;
    width:100%;
    background-color:white;
    height:53px;
    opacity:0.3;
}

.mec-produto-standard-nav-wrapper{
    left:0;
    bottom:0;
    width:100%;
    background-color: rgba(255, 255, 255, 0.2);
}

ul.mec-produto-standard-nav .nav-item .nav-link{
    color: red;
}

.owl-carousel-btn-prev-image-wrapper{
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .7;
    z-index: 99;
}

.owl-carousel-btn-next-image-wrapper{
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .7;
    z-index: 99;
    right: 0;
}

.owl-carousel-btn-next-image-wrapper a.owl-carousel-btn-next-image,
.owl-carousel-btn-prev-image-wrapper a.owl-carousel-btn-prev-image{
    color: gray;
}

.owl-carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.1);
}

.mec-landing-text-right{
    right: 0;
}

.mec-landing-text-left{
    left: 15px;
}

.owl-carousel .owl-item .mec-slideshow-text img{
    width: auto;
}

.mec-footer-no-link{
    color: #BDBDBD;
    font-size: 11px;
}

a.mec-footer-no-link:hover{
    color: #9E9E9E;
}

.mec-footer-link{
    color: #212121;
    font-size: 11px;
}

a.mec-footer-link:hover{
    color: #9E9E9E;
}
.mec-footer{
    background-color: #616161;
    color: white;
}
.mec-footer-2{
    background-color: #424242;
    color: white;
}

.mec-news-title{
    color: #993333;
    font-weight: 300;
}

.mec-news-date{
    color: #626567;
    font-size: 10px;
    font-weight: bold;
    color: black;
}

.mec-news-summary{
    color: #626567;
    font-weight: 300;
    text-align: justify;
}

.mec-btn-float {
    color: #fff;
    background-color: #B71C1C;
    border-color: #B71C1C;
    left : 20px;
    bottom: 20px;
    z-index: 9999;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2),
                0px 2px 2px 0px rgba(0, 0, 0, 0.14),
                0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    width: 70px;
    border-radius: .25rem!important;

}

a.mec-btn-float {
    color: #fff;
    background-color: #B71C1C;
    border-color: #B71C1C;
    left : 20px;
    bottom: 20px;
    z-index: 9999;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2),
                0px 2px 2px 0px rgba(0, 0, 0, 0.14),
                0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    border-radius: .25rem!important;
}

.mec-btn-float:hover {
  color: #fff;
  background-color: #424242;
  border-color: #9E9E9E;
}

.mec-btn-float:focus, .mec-btn-float.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
          box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
}

.mec-btn-float.disabled, .mec-btn-float:disabled {
  background-color: #d9534f;
  border-color: #d9534f;
}

.mec-btn-float:active, .mec-btn-float.active,
.show > .mec-btn-float.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #c12e2a;
}

.mec-btn-float i{
    margin-top: 5px;
}
a.mec-news-mais-info, a.mec-news-voltar{
    color: white;
}

a.mec-news-mais-info:hover, a.mec-news-voltar:hover{
    color: #993333;
    text-decoration: none;
    background-color: rgba(41, 43, 44, 0.5);
}

.produto-card-wrapper{
    height: 213px;
    width: 100%;
}

.produto-card-link2{
    background-size: 80% auto!important;
    width: 100%;
    height: 213px;
}

a.produto-card-link2{
    display: block;
    cursor: pointer;
    text-decoration: none;
    transition: all .5s;
    background-position: center center!important;
    background-repeat: no-repeat!important;
}

a.produto-card-link2:hover{
    background-size: 130% auto!important;
}

.mec-produtos-filter-btns a{
    text-decoration: none;
    color: black;
}

.mec-produtos-filter-btns a:hover{
    text-decoration: none;
    color: black;
}

#mec-second-pic-text a{
    color: rgb(181,32,37);
}

#mec-second-pic-text a:link{
    color: rgb(181,32,37);
}

.box{
    animation: color-me-in 5s; /* other keywords like "infinite alternate" can be useful here */
}

 
@keyframes color-me-in {
    
    0% {
        background: white;
    }
    /* Adding a step in the middle */
    50% {
        background:#dedede;
    }
    100% {
        background: white;
    }

}
