@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&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&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Figtree:wght@300..900&family=Roboto+Condensed:wght@100..900&display=swap");
h1 {
  font-weight: 600 !important;
}

h3 {
  margin-top: 11px;
}

.btn-custom, .btn[type=submit]:not(#cookiesSettings_save), .widget_recentBlogPosts .view-all a {
  display: inline-block;
  width: fit-content;
  margin: 20px 0;
  padding: 5px 18px;
  border-color: none !important;
  color: white;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 600;
  background: #030712;
  /*     box-shadow:  4px 4px 6px #cecece,
  -4px -4px 6px #ffffff; */
  transition: background-color 0.4s ease;
  border-color: none !important;
}
.btn-custom:focus, .btn-custom:active, .btn[type=submit]:not(#cookiesSettings_save):focus, .btn[type=submit]:not(#cookiesSettings_save):active, .widget_recentBlogPosts .view-all a:focus, .widget_recentBlogPosts .view-all a:active {
  outline: none !important;
}
.btn-custom:hover, .btn-custom:focus, .btn[type=submit]:not(#cookiesSettings_save):hover, .btn[type=submit]:not(#cookiesSettings_save):focus, .widget_recentBlogPosts .view-all a:hover, .widget_recentBlogPosts .view-all a:focus {
  color: #fff;
  background-color: #4FBB00;
}

.btn-success {
  border-color: none;
}

body #outerheader .header-top-container {
  background: #1A2431;
}
body #outerheader .site_header {
  height: 65px;
  top: 60px;
  left: 0px;
  position: fixed;
  width: 100%;
  z-index: 100;
  transition: all 400ms ease-in-out;
}
@media (min-width: 769px) {
  body #outerheader .site_header {
    display: none !important;
  }
}
body #outerheader header {
  background: #030712;
}
@media (max-width: 768px) {
  body #outerheader header {
    border-bottom: none !important;
  }
}
@media (min-width: 769px) {
  body #outerheader header {
    /*             top: 8px; */
    /*             &::before{
                    content: "";
                    display: block;
                    width: 100%;
                    position: absolute;
                    right: 30px;
                    z-index: 1;
                    background-image: url(/data/cms/comercialsans/uploads/images/MILAR.svg);
                    background-repeat: no-repeat;
                    height: 100%;
                    max-width: 20%;
                    top: 0;
                    background-size: 100% 25%;
                    background-position: center;

                } */
  }
  body #outerheader header .header-right > .navbar {
    min-height: unset;
  }
  body #outerheader header .header-right > .navbar .navbar-collapse {
    padding: 0;
  }
  body #outerheader header .header-right > .navbar .navbar-collapse .nav-horitzontal {
    gap: 4px 24px;
  }
  body #outerheader header .header-right > .navbar .navbar-collapse .nav-horitzontal > li > a {
    padding: 1px 3px;
    color: white;
    text-transform: uppercase;
    font-weight: 600 !important;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 22px;
    transition: 0.4s ease;
  }
  body #outerheader header .header-right > .navbar .navbar-collapse .nav-horitzontal > li.active > a {
    color: #4FBB00 !important;
  }
  body #outerheader header .header-right > .navbar .navbar-collapse .nav-horitzontal > li:hover:not(.active) > a, body #outerheader header .header-right > .navbar .navbar-collapse .nav-horitzontal > li:focus:not(.active) > a, body #outerheader header .header-right > .navbar .navbar-collapse .nav-horitzontal > li:active:not(.active) > a {
    color: #4FBB00 !important;
  }
  body #outerheader header .header-right > .navbar .navbar-collapse .nav-horitzontal::after {
    content: unset;
  }
  body #outerheader header .header-right > .navbar .navbar-collapse .nav-horitzontal .highlighteds {
    display: none;
  }
  body #outerheader header .header-right > .navbar .navbar-collapse .navbar-nav > li > .dropdown-menu {
    border-top: none;
    padding: 0;
    /*                             margin: 10px 0 0; */
    border-radius: 8px;
    box-shadow: 0 0 4px #555;
  }
  body #outerheader header .header-right > .navbar .navbar-collapse .navbar-nav > li > .dropdown-menu li > a {
    font-size: 18px;
    font-weight: 600;
  }
  body #outerheader header .header-right > .navbar .navbar-collapse .navbar-nav > li > .dropdown-menu li.active > a {
    color: #4FBB00;
  }
  body #outerheader header .header-right > .navbar .navbar-collapse .navbar-nav > li > .dropdown-menu li:hover:not(.active) {
    background-color: rgba(79, 187, 0, 0.1);
  }
  body #outerheader header .header-right > .navbar .navbar-collapse .navbar-nav > li > .dropdown-menu li:hover:not(.active) .title {
    color: #333;
  }
  body #outerheader header.header-small {
    background: #000;
    height: 110px;
  }
  body #outerheader header.header-small .header-right {
    height: 110px;
  }
  body #outerheader header.header-small .header-left .logo > a img {
    max-height: 80px;
  }
}

.contact .main_container > .row > main #contact_text {
  display: none;
}
.contact .main_container > .row > main .contact-form {
  display: none;
}
.contact .main_container > .row > main #widget_form .btn {
  margin-top: 10px;
}
.contact .main_container > .row > main .xarxes-container {
  margin-top: 50px;
}

.contacte-info {
  display: flex;
  width: fit-content;
  align-items: center;
  color: #030712;
  font-weight: 400 !important;
}
.contacte-info * {
  transition: 0.3s ease-in-out;
}
.contacte-info .contacte-icon {
  margin-right: 15px;
}
.contacte-info .contacte-icon i {
  font-size: 2.5em;
  min-width: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #4FBB00;
}
.contacte-info .contacte-text .contacte-title {
  font-weight: 600;
  font-size: 1.5em;
  display: block;
  backface-visibility: hidden;
}
.contacte-info a:hover .contacte-title, .contacte-info a:focus .contacte-title {
  color: #4FBB00;
  transform: translateX(5px);
}
.contacte-info:first-child {
  margin-top: 15px;
}
.contacte-info:not(:last-child) {
  margin-bottom: 30px;
}

.xarxes {
  padding-left: 0;
}
.xarxes li, .xarxes a {
  display: inline-block;
}
.xarxes li i, .xarxes a i {
  font-size: 2.5em;
}
.xarxes li:not(:last-child), .xarxes a:not(:last-child) {
  margin-right: 10px;
}

body #outerheader header > .row .header-right .navbar .navbar-collapse .navbar-nav li.active > a {
  color: #4FBB00;
}

body #outerheader header > .row .header-right .navbar .navbar-collapse .navbar-nav > li > a {
  color: white;
  text-transform: uppercase;
}

.navbar-nav > li a div.menu_info .title {
  font-size: 0.65em;
}
@media (min-width: 1400px) {
  .navbar-nav > li a div.menu_info .title {
    font-size: 0.75em;
  }
}

footer .site_footer {
  border-top: 3px solid #4FBB00;
  background: #000;
}
footer .site_footer .widget_title {
  color: white;
}

#widget_footer-1, #widget_menu-legales ul li a {
  color: white;
}
#widget_footer-1 a, #widget_menu-legales ul li a a {
  color: white;
}

.widget_recentBlogPosts .recent-posts.mode-horizontal li a .post-image {
  height: 230px;
}
.widget_recentBlogPosts .recent-posts.mode-horizontal li a .post-image img {
  width: 100%;
  min-height: 100%;
}
.widget_recentBlogPosts .recent-posts.mode-horizontal li a .post-content {
  display: none !important;
}
.widget_recentBlogPosts .recent-posts.mode-horizontal li a .posted-on {
  position: absolute;
  top: 2%;
}
.widget_recentBlogPosts .recent-posts.mode-horizontal li a .posted-on .date {
  color: white;
  background: rgba(3, 7, 18, 0.3960784314);
  border-radius: 0px 10px 10px 0px;
  padding: 10px;
}

#widget_recentblogposts-1 {
  padding-left: 20px;
}

.category_post_view .main_container {
  padding: 0;
  background-color: #dfdfdf;
}
.category_post_view .main_container .row {
  padding: 0;
}
.category_post_view .main_container .row main {
  /*             padding: 40px 0 !important; */
  background-color: #fff;
}
.category_post_view .main_container .row main .blog-post .post-content > article .post-wrap .post-image img {
  width: 50%;
}

.blog-post .nav-posts a {
  height: fit-content;
  font-weight: 300;
  transition: 0.4s ease;
  font-size: 20px;
  padding: 9px 14px;
  background-color: #030712;
  border: none;
  border-radius: 10px;
  color: #fff;
}
.blog-post .nav-posts a:hover, .blog-post .nav-posts a:focus, .blog-post .nav-posts a:active {
  background-color: #4FBB00;
}

.blog-post article .socialShares a {
  width: 48px;
  height: 48px;
  font-weight: 300;
  transition: 0.4s ease;
  background-color: #030712;
  border: none;
  border-radius: 10px;
  color: #fff;
}
.blog-post article .socialShares a i {
  font-size: 2em;
  margin: auto;
}
.blog-post article .socialShares a:hover {
  background: #4FBB00;
}

.gallery_container > .gallery-mosaic {
  padding: 0 15px !important;
  gap: 15px;
}
.gallery_container > .gallery-mosaic > div {
  width: calc(20% - 12px);
}
.gallery_container > .gallery-mosaic > div a .photo {
  border-radius: 12px;
  overflow: hidden;
}
.gallery_container > .gallery-mosaic > div a .photo .overlay {
  background-color: rgba(79, 187, 0, 0.5);
}
.gallery_container > .gallery-mosaic > div a .photo .overlay i::before {
  content: "\f065";
}
.gallery_container > .gallery-mosaic::before, .gallery_container > .gallery-mosaic::after {
  content: unset;
}

.category_page_view .main_container {
  padding: 0;
}

address a {
  color: #fff;
  display: block;
  margin-top: 4px;
  margin-bottom: 4px;
  width: fit-content;
}

/* AMAGA OFERTA MENSUAL*/
@media (min-width: 769px) {
  body #outerheader header > .row .header-right .navbar .navbar-collapse .nav-horitzontal > li:nth-last-child(2) {
    display: none;
  }
}
/* OFERTA MENSULA MENU MOBIL */
@media (max-width: 768px) {
  body #outerheader header > .row .header-right .navbar .navbar-collapse .nav-horitzontal > li:nth-last-child(2) a {
    font-size: 20px !important;
    color: #4fbb00 !important;
    justify-content: center;
  }
}
/*COLOR SUBMENU MOBIL*/
@media (max-width: 768px) {
  body #outerheader header > .row .header-right .navbar .navbar-collapse .navbar-nav > li a {
    font-size: 16px !important;
  }
  body #outerheader header > .row .header-right .navbar .navbar-collapse .navbar-nav > li .dropdown-menu li a {
    color: white !important;
  }
  .fa-user::before {
    content: "\f0ac";
  }
}
@media (max-width: 768px) {
  body #outerheader header > .row .header-right .navbar .navbar-header .navbar-toggle .icon-bar {
    background-color: #fff;
  }
}
@media (max-width: 768px) {
  body #outerheader header > .row .header-right .navbar-right .navbar-header .navbar-toggle i {
    font-size: 21px;
    color: #fff;
  }
}
/*GALERIA MARQUES*/
#gallery_10 div {
  pointer-events: none;
}

/* IMATGE INSTAGRAM HOME */
#container-comp1_instagram .container {
  padding-left: 0px;
  padding-right: 0px;
}
#container-comp1_instagram .container .widgetsContainer div {
  padding-left: 0px;
  padding-right: 0px;
}

body.category_page_view .page-header, body.page_view .page-header {
  padding-bottom: 0px;
}
body.category_page_view .page-header h1, body.page_view .page-header h1 {
  padding: 8px 0 0;
}

#widget_txt-introduccio-1 h3 {
  font-weight: 400 !important;
  margin-top: 0px;
}
#widget_txt-introduccio-1 h1 {
  margin-bottom: 0px;
}