/* // Import fonts */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/* // Variables */
/* // Mixins */
/* // Placeholder selectors */
body > header .header-right .navbar .navbar-collapse .nav-horitzontal li.active::before,
body > header .header-right .right_nav ul li.active::before, .page-header h1::before, #widget_newslettersubscribe h4::before, h2::before {
  content: "";
  position: absolute;
  right: 15px;
  bottom: 5px;
  width: 60%;
  height: 15px;
  background: #d9b08d;
  z-index: -1;
}

h3 em::before, .caption-box .caption-box-title h3::before {
  position: absolute;
  left: -35px;
  top: -15px;
  content: "\f10d";
  font-weight: 600;
  font-family: "Font Awesome 6 Free";
  font-size: 34px;
  opacity: 0.84;
  color: #eedecf;
}

.caption-box .caption-box-info > a, .btn-primary {
  padding: 5px 15px;
  background: #afc7d5;
  border: 1px solid #afc7d5;
  border-radius: 5px;
  font-weight: 500;
}

.caption-box .caption-box-title, .backbox {
  position: relative;
}
.caption-box .caption-box-title::before, .backbox::before {
  position: absolute;
  content: "";
  background: #eedecf;
  width: 70%;
  height: 75%;
  z-index: -1;
  left: 5%;
  bottom: 0;
}
.caption-box .caption-box-title::after, .backbox::after {
  position: absolute;
  content: "";
  background: #f5ebe285;
  width: 70%;
  height: 75%;
  z-index: -1;
  right: 5%;
  top: 5px;
}

/* // Base styles */
h2 {
  position: relative;
  margin-bottom: 20px;
  display: inline !important;
  z-index: 1;
  font-weight: 300 !important;
}
[id*=-title] h2 {
  text-shadow: 2px 1px rgba(255, 255, 255, 0.6784313725);
  font-size: 3em !important;
  font-weight: 300;
}

[id^=widget_cuines-],
[id^=widget_reformes-] {
  perspective: 1000px;
}

@media (max-width: 992px) {
  [id*=-banner] {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}

#widget_kit-logos img {
  max-height: 75px;
}

/* // Newsletter */
#widget_newslettersubscribe {
  padding-top: 50px;
  text-align: center;
}
#widget_newslettersubscribe h4 {
  margin-bottom: 30px;
  position: relative;
  display: inline !important;
  z-index: 1;
}
#widget_newslettersubscribe #subscribeForm {
  max-width: 80%;
  width: 700px;
  margin: 0 auto;
  padding-top: 50px;
}
#widget_newslettersubscribe #subscribeForm #Subscribe_email {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
#widget_newslettersubscribe #subscribeForm .input-group-btn button.btn {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  background: #d9b08d;
  border-color: #d9b08d;
}

/* // Utility classes */
.div-separator {
  width: 100%;
  height: 100px;
  position: relative;
}
.div-separator::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 500px;
  max-width: 70%;
  height: 2px;
  background-color: #d9b08d;
}

/* // Showroom */
.showroom {
  display: flex;
  width: 100%;
}
@media (max-width: 992px) {
  .showroom {
    flex-direction: column;
  }
}
.showroom .s-text {
  width: 45%;
}
@media (max-width: 992px) {
  .showroom .s-text {
    width: 100%;
  }
}
.showroom .s-gallery {
  width: 55%;
  padding: 15px 30px;
}
@media (max-width: 992px) {
  .showroom .s-gallery {
    width: 100%;
  }
}

/* // Gallery */
.gallery-mosaic > [class^=col-xs-] a .photo .overlay {
  background-color: rgba(217, 176, 141, 0.4);
}

/* // Caption box */
.caption-box .caption-box-title {
  padding: 15px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.caption-box .caption-box-title h3 {
  margin-top: 0;
  font-weight: 300;
  font-style: italic;
  position: relative;
}
.caption-box .caption-box-title span {
  text-align: right;
  font-weight: 600;
}
.caption-box .caption-box-desc {
  padding: 15px;
}
.caption-box .caption-box-desc h4 {
  font-weight: 300;
}
.caption-box .caption-box-info {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* // Headings */
h3 em {
  font-weight: 200;
  position: relative;
}
@media (max-width: 768px) {
  h1 {
    font-size: 1.5em !important;
  }
  h2 {
    font-size: 1.5em !important;
  }
  h3 {
    font-size: 22px !important;
  }
}
/* // Carousel */
#carousel_1 .carousel-inner .item img {
  filter: brightness(0.8) saturate(1.2);
}
#carousel_1 .carousel-inner .item .carousel-caption {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#carousel_1 .carousel-inner .item .carousel-caption h3 {
  text-align: center;
  color: #fff;
  font-size: 1.4em;
  flex-grow: 1;
}
#carousel_1 .carousel-inner .item .carousel-caption .scroll-down .chevron {
  width: 55px;
  height: 55px;
  text-align: center;
  border-radius: 50%;
  display: flex;
  border: 1px solid rgba(255, 255, 255, 0.29);
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

/* // Footer */
#container-page13_innerfooter {
  position: relative;
  padding: 30px;
  background: #f9f9f9;
  box-shadow: -14px -10px 0px -5px #d9b08d;
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 50px auto;
}
#container-page13_innerfooter h2 {
  font-weight: 400;
}
#container-page13_innerfooter #widget_faqs {
  display: inline-block;
}

/* // Containers */
#container-comp1_cuina-2 .widgetsContainer.d-flex {
  display: flex;
}
#container-comp1_cuina-2 .widgetsContainer.d-flex #widget_cuines-2-text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.widgetsContainer.d-flex {
  display: inline;
}
.widgetsContainer.d-flex .widgetsContainer_title {
  display: inline;
  position: relative;
  padding-bottom: 20px;
  padding-left: 14px;
  font-weight: 300;
}
.widgetsContainer.d-flex .widgetsContainer_title::before {
  content: "";
  position: absolute;
  right: 5px;
  bottom: 15px;
  width: 60%;
  height: 20px;
  background: #d9b08d;
  z-index: -1;
}
.widgetsContainer.d-flex > div {
  margin-top: 20px;
}

/* Blog */
.blog {
  padding-top: 40px;
}
.blog .posts-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
}
.blog .posts-wrapper article {
  width: 100%;
  max-width: 100% !important;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(35, 33, 58, 0.15);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
  padding: 15px;
  margin-bottom: 20px;
}
.blog .posts-wrapper article header {
  padding-top: 20px;
}
.blog .posts-wrapper article img {
  max-height: 300px;
}
.blog .posts-wrapper article .post-content {
  margin: 0px 10px;
}
.blog .posts-wrapper article .read-more a {
  background-color: #d9b08d !important;
}

/* Boto personalitzat blog*/
.blog-post .show-loading, .blog-post .posted-on {
  display: none;
}
.blog-post .post-content .boto_pers {
  display: inline-block;
  padding: 10px 20px;
  background-color: #d9b08d;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}
.blog-post .post-content .boto_pers:hover {
  background-color: #c89a75;
  color: #fff;
}

@media (min-width: 992px) {
  .blog-post article .post-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .blog-post article .post-wrap .post-image {
    width: 49%;
    padding: 50px 0%;
  }
  .blog-post article .post-wrap .post-content {
    width: 48%;
    padding: 50px 5%;
    margin: 0px !important;
  }
}
/*  Page header */
.page-header {
  display: inline !important;
}
.page-header h1 {
  position: relative;
  font-weight: 300;
  margin-bottom: 20px;
  display: inline !important;
  z-index: 1;
  font-size: 2em;
  text-transform: uppercase;
}
.main_container .well {
  display: none;
}

/* // Body styles */
body {
  line-height: 1.6em;
}
body.category_page_view .page_content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
body.category_page_view .page_content .content-text > ul {
  margin-top: 10px;
}
body.pagecategory_view .page-category .pages {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 50px auto;
  gap: 50px;
}
@media (min-width: 1200px) {
  body.pagecategory_view .page-category .pages {
    gap: 150px;
  }
}
body.pagecategory_view .page-category .pages .page {
  border-radius: 5px;
  position: relative;
  z-index: 1;
}
body.pagecategory_view .page-category .pages .page::before {
  content: "";
  background: #d9b08d;
  width: 90%;
  height: 90%;
  left: -10px;
  bottom: -10px;
  position: absolute;
  z-index: -1;
  transition: all 0.4s ease;
}
body.pagecategory_view .page-category .pages .page::after {
  content: "";
  background: #f3e5da;
  width: 50%;
  height: 50%;
  right: -10px;
  top: -10px;
  position: absolute;
  z-index: -1;
  transition: all 0.4s ease;
}
body.pagecategory_view .page-category .pages .page:hover::before {
  width: 80%;
  height: 80%;
  bottom: -5px;
  left: -5px;
}
body.pagecategory_view .page-category .pages .page:hover::after {
  width: 60%;
  height: 60%;
  top: -5px;
  right: -5px;
}
body.pagecategory_view .page-category .pages .page .thumbnail .caption {
  background: rgba(0, 0, 0, 0.2705882353);
}
body.pagecategory_view .page-category .pages .page .thumbnail .caption h3 {
  opacity: 1;
  text-shadow: 1px 1px #000;
}
body.composition-5 .page-header {
  display: block !important;
}
body.composition-5 .outercontainer .main_container {
  display: block;
  margin: 0 auto;
}
body .navbar-default .navbar-toggle .icon-bar {
  background-color: #333333;
}
body > header .header-right .navbar-right .navbar-header .navbar-toggle i {
  color: #333333 !important;
}
body > header .header-right .navbar-right .right_nav ul.languages-list > li {
  color: #333333 !important;
  font-weight: 400;
}
body > header .header-right .navbar-right .right_nav ul.languages-list > li.active {
  border-width: 0;
}
body > header .header-right .navbar-right .right_nav ul.languages-list > li a {
  font-size: 1em;
}
body > header .header-right .navbar .navbar-collapse .nav-horitzontal li:hover,
body > header .header-right .right_nav ul li:hover {
  color: #d9b08d;
}
body > header .header-right .navbar .navbar-collapse .nav-horitzontal li a,
body > header .header-right .right_nav ul li a {
  color: #333333 !important;
  font-weight: 400;
}
body > header .header-right .navbar .navbar-collapse .nav-horitzontal li a:hover,
body > header .header-right .right_nav ul li a:hover {
  color: #d9b08d;
}
body > header .header-right .navbar .navbar-collapse .nav-horitzontal li.active,
body > header .header-right .right_nav ul li.active {
  position: relative;
}
body > header .header-right .navbar .navbar-collapse .nav-horitzontal li.active::before,
body > header .header-right .right_nav ul li.active::before {
  position: absolute;
  content: "";
  right: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #d9b08d;
}
body > header .header-right .navbar .navbar-collapse .nav-horitzontal li.active a,
body > header .header-right .right_nav ul li.active a {
  color: #4d4d4d !important;
}
@media (max-width: 992px) {
  body > header .header-right .navbar-right .right_nav ul.languages-list > li,
  body > header .header-right .navbar-nav > li a div.menu_info .title {
    color: #fff !important;
  }
  body > header .header-right .navbar-right .right_nav ul.languages-list > li.active,
  body > header .header-right .navbar-nav > li a div.menu_info .title.active {
    color: #d9b08d !important;
  }
}