@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  /* Vistes/Contenidors/Widgets generals */
  /* Rectificacions generals */
  /* Vistes/Contenidors/Widgets específics */
  /* Textos personalitzables */
}
body > header {
  opacity: 1 !important;
}
body > header .header-right .navbar {
  align-content: center;
}
body > header .header-right .navbar .navbar-collapse .nav-horitzontal {
  display: flex;
  gap: 2px 20px;
}
body > header .header-right .navbar .navbar-collapse .nav-horitzontal > li.active > a {
  font-weight: 600;
}
body > header .header-right .navbar .navbar-collapse .nav-horitzontal > li > a {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  padding: 4px;
}
body > header .header-right .navbar .dropdown-menu > li.active > a {
  font-weight: 600 !important;
  color: #8dc734;
}
body > header .header-right .navbar .dropdown-menu > li > a {
  font-size: 20px;
  font-weight: 400 !important;
  padding: 0;
}
body > header .navbar-default .right_nav .navbar-nav .languages.languages-list {
  display: flex;
  align-items: center;
}
body > header .navbar-default .right_nav .navbar-nav .languages.languages-list > li.active, body > header .navbar-default .right_nav .navbar-nav .languages.languages-list > li > a {
  font-size: 18px;
  border: none;
  color: #252525;
}
body > header .navbar-default .right_nav .navbar-nav .languages.languages-list > li.active {
  font-weight: 700;
}
body > header .navbar-default .right_nav .navbar-nav .languages.languages-list > li > a {
  font-weight: 300;
}
body > header .navbar-default .right_nav .navbar-nav .languages.languages-list > li > a:hover, body > header .navbar-default .right_nav .navbar-nav .languages.languages-list > li > a:focus {
  color: #4a4a4a;
  border: none;
}
body > header .navbar-default .right_nav .navbar-nav .languages.languages-list span.divider {
  margin-left: 8px;
  margin-right: 8px;
  color: #252525;
}
body footer .site_footer {
  font-size: 16px;
  color: #252525;
}
body footer .site_footer a {
  font-weight: 400;
}
body footer .footer {
  color: #f9f9f9;
}
body .page-header h1 {
  color: #252525;
  font-weight: 600;
}
body .page-header h1::after {
  content: unset;
}
@media (min-width: 769px) {
  body > header {
    height: 100px;
  }
  body > header > .row {
    display: flex;
    align-items: center;
  }
  body > header > .row .header-left {
    width: 20%;
  }
  body > header > .row .header-left .logo > a, body > header > .row .header-left .inverted_logo > a {
    height: auto;
  }
  body > header > .row .header-left .logo > a img, body > header > .row .header-left .inverted_logo > a img {
    max-height: 80px;
    margin-left: 0;
  }
  body > header > .row .header-right {
    width: 80%;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }
  body > header > .row .header-right .navbar .navbar-collapse .nav-horitzontal li > a {
    color: #252525 !important;
  }
  body > header > .row .header-right .navbar .navbar-collapse .nav-horitzontal li:not(.active) > a:hover, body > header > .row .header-right .navbar .navbar-collapse .nav-horitzontal li:not(.active) > a:focus {
    color: #4a4a4a !important;
    outline: none !important;
  }
  body > header > .row .header-right .navbar .navbar-collapse .nav-horitzontal li .dropdown-menu {
    border-top: none;
    padding: 15px;
    border-radius: 12px;
  }
  body:not(.composition-1) > header, body:not(.composition-1) > header.header-small {
    background-color: #8dc734;
  }
  body:not(.composition-1) .carousel-outercontainer {
    padding-top: 100px;
  }
}
@media (max-width: 768px) {
  body > header {
    border-bottom: none;
    background-color: #8dc734;
  }
  body > header .header-right a {
    color: #252525 !important;
  }
  body > header .header-right .navbar .navbar-collapse {
    background-color: #eaeaea;
    box-shadow: 0 1px 2px #999;
  }
  body > header .header-right .navbar .navbar-collapse .nav-horitzontal {
    flex-direction: column;
  }
  body > header .header-right .navbar .navbar-collapse .nav-horitzontal li > a {
    padding-left: 15px;
    padding-right: 15px;
  }
  body > header .header-right .navbar .navbar-collapse .nav-horitzontal li .dropdown-menu {
    background-color: #d3d3d3;
    border-top: none;
    padding: 10px 15px;
  }
  body > header .header-right .navbar-default .navbar-toggle .icon-bar {
    background-color: #252525;
  }
  body > header .header-right .navbar-right .navbar-header .navbar-toggle i {
    color: #252525;
  }
  body > header .header-right .navbar-right .navbar-header .navbar-toggle i.fa-user::before {
    content: "\f0ac";
  }
}
body main > .compositionContainer .widgetsContainer > div {
  align-content: center;
}
body .page-category .column .thumbnail, body .widget_pageCategory .column .thumbnail {
  background-color: transparent !important;
}
body .page-category .column .thumbnail .photo img, body .widget_pageCategory .column .thumbnail .photo img {
  transition: 0.4s ease;
}
body .page-category .column .thumbnail .caption, body .widget_pageCategory .column .thumbnail .caption {
  position: static;
  padding: 0 1rem;
  margin-top: 5px;
}
body .page-category .column .thumbnail .caption h3, body .widget_pageCategory .column .thumbnail .caption h3 {
  opacity: 1;
  color: #252525 !important;
  transform: none;
  line-height: 1.1;
  font-size: 24px;
  font-weight: 500;
  word-spacing: 1px;
}
body .page-category .column .thumbnail .caption::before, body .page-category .column .thumbnail .caption::after, body .widget_pageCategory .column .thumbnail .caption::before, body .widget_pageCategory .column .thumbnail .caption::after {
  content: unset;
}
body .page-category .column .thumbnail:hover .photo img, body .page-category .column .thumbnail:focus .photo img, body .widget_pageCategory .column .thumbnail:hover .photo img, body .widget_pageCategory .column .thumbnail:focus .photo img {
  opacity: 1;
  transform: scale(1.05);
}
body .widgetsContainer_title {
  font-weight: 500;
  font-size: 34px;
  text-transform: uppercase;
  color: #71a02a;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  body .widgetsContainer_title {
    font-size: 26px;
  }
}
body [id$=_innerfooter] .widgetsContainer_title {
  padding-left: 15px;
  padding-right: 15px;
}
body [tabindex]:not([tabindex="-1"]):focus, body a:focus, body button:focus, body input:focus, body select:focus:focus, body textarea:focus {
  outline-color: currentColor;
  outline-offset: 2px;
  outline: 2px solid !important;
}
body img {
  max-width: 100%;
}
body .container {
  max-width: 100%;
}
body footer .nav > li > a {
  display: inline-block;
}
body address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857143;
}
body address a {
  display: block;
  margin-top: 4px;
  margin-bottom: 4px;
}
@media (max-width: 768px) {
  body .col-xs-12 + .col-xs-12 {
    margin-top: 30px;
  }
}
body.composition-1 {
  font-size: 20px;
}
body.composition-1 .title-right {
  background-color: #8dc734;
  text-transform: uppercase;
  box-shadow: 1px 2px 4px #888;
  padding: 15px 25px;
  text-align: center;
}
@media (min-width: 769px) {
  body.composition-1 .title-right {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    text-align: left;
  }
}
body.composition-1 .product-home + .product-home {
  margin-top: 50px;
}
body.composition-1 #container-comp1_passio {
  background-size: 60% 100%;
}
body.composition-1 #container-comp1_els-nostres-olis .widgetsContainer > div {
  padding: 0;
}
@media (min-width: 769px) {
  body.composition-1 > header:not(.header-small) {
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
  }
  body.composition-1 > header:not(.header-small) .header-left .logo > a {
    width: fit-content;
    position: relative;
    margin-top: 30px;
    margin-left: 30px;
  }
  body.composition-1 > header:not(.header-small) .header-left .logo > a::before {
    content: "";
    display: block;
    position: absolute;
    top: -30px;
    right: -30px;
    bottom: -45px;
    left: -30px;
    background-color: #8dc734;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    z-index: -1;
  }
  body.composition-1 > header:not(.header-small) .header-right .navbar .navbar-collapse .nav-horitzontal > li.active > a {
    font-weight: 700;
  }
  body.composition-1 > header:not(.header-small) .header-right .navbar .navbar-collapse .nav-horitzontal > li > a {
    color: #f9f9f9 !important;
  }
  body.composition-1 > header:not(.header-small) .header-right .navbar .navbar-collapse .nav-horitzontal > li:not(.active) > a:hover, body.composition-1 > header:not(.header-small) .header-right .navbar .navbar-collapse .nav-horitzontal > li:not(.active) > a:focus {
    color: #d3d3d3 !important;
  }
  body.composition-1 > header:not(.header-small) .navbar-default .right_nav .navbar-nav .languages.languages-list > li.active, body.composition-1 > header:not(.header-small) .navbar-default .right_nav .navbar-nav .languages.languages-list > li > a {
    color: #f9f9f9;
  }
  body.composition-1 > header:not(.header-small) .navbar-default .right_nav .navbar-nav .languages.languages-list > li > a:hover, body.composition-1 > header:not(.header-small) .navbar-default .right_nav .navbar-nav .languages.languages-list > li > a:focus {
    color: #d3d3d3;
  }
  body.composition-1 > header:not(.header-small) .navbar-default .right_nav .navbar-nav .languages.languages-list span.divider {
    color: #f9f9f9;
  }
  body.composition-1 #container-comp1_introduccio img {
    margin-top: -75px;
  }
  body.composition-1 #container-comp1_umami > div > .widgetsContainer {
    align-items: flex-start;
  }
  body.composition-1 #container-comp1_umami #container-comp15_main {
    margin-right: -65px;
  }
  body.composition-1 #container-comp1_umami #container-comp21_main {
    margin-left: -65px;
    margin-top: 175px;
  }
  body.composition-1 #container-comp1_botiga .container {
    padding-right: 0;
  }
  body.composition-1 #container-comp1_botiga .img-botiga {
    margin-top: -150px;
  }
  body.composition-1 .product-home {
    max-width: 550px;
  }
  body.composition-1 .product-home-img, body.composition-1 .umami-img {
    max-height: 500px;
  }
}
@media (max-width: 768px) {
  body.composition-1 .carousel-outercontainer .carousel-inner img {
    min-height: 20vh;
    object-fit: cover;
  }
  body.composition-1 #container-comp1_passio {
    background-image: none !important;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  body.composition-1 #container-comp1_els-nostres-olis {
    margin-top: 25px !important;
  }
  body.composition-1 #container-comp1_umami #container-comp15_main .widgetsContainer {
    flex-direction: column-reverse;
  }
  body.composition-1 #container-comp1_umami #container-comp15_main .widgetsContainer .text-right {
    text-align: left;
  }
  body.composition-1 #container-comp1_umami #container-comp21_main {
    margin-top: 20px;
  }
  body.composition-1 #container-comp1_botiga, body.composition-1 #container-comp1_umami, body.composition-1 #container-comp1_umami-estoig {
    margin-top: 50px !important;
  }
  body.composition-1 .product-home-img, body.composition-1 .umami-img {
    display: block;
    margin: 0 auto;
    max-height: 350px;
  }
  body.composition-1 .umami-img {
    margin-bottom: 15px;
  }
  body.composition-1 .product-home img {
    max-width: 210px;
  }
}
body.page-15 .page_content {
  padding: 0;
}
body #carousel_1 {
  border-bottom: 10px solid #8dc734;
}
body #carousel_1 .carousel-inner img {
  filter: brightness(0.22);
}
body #carousel_1 .carousel-inner .carousel-caption {
  top: 60%;
  left: 0;
  right: 0;
  bottom: unset;
  text-align: center;
  transform: translateY(-50%);
}
body #carousel_1 .carousel-inner .carousel-caption > span {
  color: #fff;
  font-weight: 700;
  font-size: 4rem;
  letter-spacing: 2px;
  line-height: 1.2;
}
body #carousel_1 .carousel-inner .carousel-caption > span .highlight {
  color: #8dc734;
}
@media (max-width: 768px) {
  body #carousel_1 .carousel-inner .carousel-caption {
    top: 50%;
  }
  body #carousel_1 .carousel-inner .carousel-caption > span {
    font-size: 2.2rem;
  }
}
body .headline .main {
  color: #71a02a;
  font-weight: 700;
  font-size: 2.8rem;
  margin-bottom: 0;
}
body .headline .sub {
  margin-top: 5px;
  color: #252525;
  font-weight: 600;
  font-size: 1.5rem;
}
body .product-home img {
  margin-bottom: 10px;
}
body .product-home h2 {
  margin-top: 0;
  font-size: 26px;
}
body .oli-features-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  border-width: 3px 0;
  border-style: dotted;
  border-color: #bbb;
  margin: 40px 0;
  padding: 20px 0;
}
body .oli-features-wrapper .oli-feature {
  text-align: center;
}
body .oli-features-wrapper .oli-feature img {
  max-height: 130px;
  margin-bottom: 5px;
  padding: 0;
  /*                 filter: brightness(0) saturate(100%) invert(92%) sepia(10%) saturate(3697%) hue-rotate(26deg) brightness(94%) contrast(64%); */
}
body .oli-features-wrapper .oli-feature p {
  font-size: 20px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  body .oli-features-wrapper {
    flex-direction: column;
  }
}
body .table-stamps table {
  border-collapse: collapse;
}
body .table-stamps table th {
  background-color: #b0da71;
  color: #252525;
  font-weight: 500;
}
body .table-stamps table tbody > tr:nth-child(even) {
  background-color: #e9f5d6;
}
body .table-stamps .stamps {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
body .table-stamps .stamps img {
  max-height: 80px;
}
@media (max-width: 768px) {
  body .table-stamps .stamps img {
    max-height: 60px;
  }
}

/* Marges */
@media (min-width: 769px) {
  body > header {
    padding-left: 12.5%;
    padding-right: 12.5%;
  }
  .container {
    width: 100%;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 12.5%;
    padding-right: 12.5%;
  }
}
/* Botons */
.btn-custom, .btn-success {
  display: inline-block;
  background-color: #8dc734;
  border-color: #8dc734;
  color: #252525;
  border-radius: 8px;
  padding: 5px 14px;
  font-weight: 500;
  font-size: 20px;
}
.btn-custom:hover, .btn-custom:focus, .btn-success:hover, .btn-success:focus {
  background-color: #252525;
  border-color: #252525;
  color: #fff !important;
}

.btn-custom {
  margin-top: 15px;
}