
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900&display=swap&subset=latin-ext');

body {
    background: #ffffff none repeat scroll 0 0;
    color: #888888;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6 {
    color: #00843d;
    font-family: "Montserrat", sans-serif;
}
a {
    color: #00843d;
}
#filtre {
    height: 83px;
    background: rgba(32, 35, 37, 1);
    bottom: 0;
    width: 100%;
    z-index: 3000;
}
#filtre select.form-control {
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin-top: 23px;
    border: 1px solid #fff;
    background: url(../img/fletxes-select.png) no-repeat center right 10px;
    background-color: none;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0px;
    outline: none;
    -moz-box-shadow: none;
    box-shadow: none;
    letter-spacing: 1px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}
#filtre button {
    border: 0px;
    background: none;
    border: 1px solid #fff;
    margin-top: 23px;
    height: 38px;
    line-height: 34px;
    color: #fff;
    padding: 0 20px;
    letter-spacing: 1px;
}
#filtre .title {
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    letter-spacing: 2px;
    margin-top: 15px;
}
.bg-verd-corporatiu {
    background-color: #00843d!important;
}
.light_arrow2 .carousel-control-next, .light_arrow2 .carousel-control-prev {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}
.navbar-brand {
    display: inline-block;
    padding-top: .9825rem;
    padding-bottom: .9825rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
.product_title * {
    font-size: 16px;
    font-weight: 700;
}
.blanc {
    color: #ffffff;
}
.light_skin.nav-fixed .navbar-nav > li > a, .light_skin.nav-fixed .navbar-toggler {
    color: #fff;
}
.bg-footer-bottom {
    background-color: #202325!important;
}
.bottom_footer {
    padding: 30px 0;
    position: relative;
    border-top: 1px solid rgba(255,255,255,0.4);
}
.bg-nuevo {
    background-color: #01b45e!important;
}
.light_gray_bg {
    background-color: #f7f7f7;
}
.pr_action_btn li a:not(.btn) {
    background-color: #00843d;
    color: #fff;
}
.btn-secondary {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
    border-width: 1px;
}
.btn-secondary:hover {
    color: #00843d;
    background-color: #fff;
    border-color: #fff;
    border-width: 1px;
}
.navbar-nav .dropdown-menu {
    background-color: #fff;
}
.navbar-expand-lg .navbar-nav .dropdown-item {
    padding: 8px 25px 8px 10px;
    color: #00843d;
    font-size: 13px;
    text-transform: none;
}
.navbar-expand-lg .navbar-nav .dropdown-menu li a:hover {
    background-color: rgba(0,132,61,0.6);
    color: #fff;
}
.navbar-expand-lg .navbar-nav .dropdown-header {
    color: #ffcd03;
    padding: 10px 10px;
    text-transform: uppercase;
    font-weight: bold;
}
.mega-menu-col {
    border-right: 1px solid #00843d;
}
.navbar-expand-lg .navbar-nav > li > .nav-link {
    font-size: 13px;
    font-weight: 400;
    padding: 25px 9px;
    text-transform: uppercase;
}
section {
    padding: 50px 0;
    position: relative;
}
.btn {
    border-width: 2px;
    cursor: pointer;
    text-transform: none;
    transition: all 0.5s ease-in-out;
}
.linia-provincies {
    border: 1px solid #ccc;
}

.gutter_medium > li {
    padding: 0px 10px 20px;
}
.product_price h5 {
    font-size: 14px;
    font-weight: 400;
}
.dropdown-mega-menu .dropdown-menu {
    right: 0;
    margin-top: -20px;
}
.btn-outline-primary {
    color: #00843d;
    border-color: #00843d;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #00843d;
    border-color: #00843d;
}
.blog_meta li {
    float: left;
    margin-right: 8px;
    font-size: 13px;
}
.bto-blog {
    font-size: 14px;
}
h5.blog_title a {
    color: #00843d;
}
.slide_height_500 .carousel-item {
    height: 500px;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #00843d;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
button.btn.btn-default.btn-sm.mb-2 a {
    color: #00843d;
}
a.link-subcategories {
    color: #ffcd03 !important;
}
a.link-subcategories:hover {
    color: #ffcd03 !important;
    background-color: white !important;
}
h5.empreses {
    font-size: 15px;
    color: #202325;
}
/* -------------------------------------------------
  max-width: 767px
---------------------------------------------------*/
@media only screen and (max-width: 767px) {
    #filtre {
        height: 184px;
    }
}

/* -------------------------------------------------
  max-width: 575px
---------------------------------------------------*/
@media only screen and (max-width: 575px) {
    #filtre {
        height: 248px;
    }
}
#newsletter{
    background-color: #00843d;
    padding: 10px 0;
    color: white;
}

.zoom-effect-container {
    -webkit-transform: scale(1.00);
    transform: scale(1.00);
    transition: 0.4s ease;
}
.zoom-effect-container:hover {
    -webkit-transform: scale(1.08);
    transform: scale(1.03);
    transition: 0.4s ease;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .card-title{
        font-size: 16px;
    }
}