

:root {
    --base-color: #b39d6a;
    --medium-gray: #787875;
    --white: #ffffff;
    --concrete-gray: #d8d8d4;
    --bg-maire-yellow: #131312;
    --light-medium-gray: #cdcdc7;
    --dark-gray: #2d2d2d;
    --zeus-grey: #333331;
    --alt-font: "Poppins", sans-serif;
    --primary-font: "Poppins", sans-serif;
}


body {
    font-family: var(--primary-font);
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: var(--dark-gray);
    -moz-osx-font-smoothing: grayscale;
    word-break: break-word;
    -webkit-font-smoothing: antialiased;
}


#sb_instagram .sbi_photo img {
    width: 100%;
    height: inherit;
    object-fit: contain;
    scale: 1;
    transition: -webkit-transform .5sease-in-out;
    transition: transform .5sease-in-out;
    transition: transform .5sease-in-out, -webkit-transform .5sease-in-out;
    vertical-align: middle;
}

.navbar-nav .dropdown-toggle::after {
    content: "\f107"; /* Codi de Font Awesome per a una fletxa */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 5px;
}

.serveis h1,.serveis h2,.serveis h3{font-size: 22px;margin: 0;font-weight: 600;margin-bottom: 7px;margin-top: 20px;}
.serveis h4{font-size: 16px;margin: 0;font-weight: 600;}
.serveis li, .text li{
    list-style: circle;   
}


.text h3{font-size: 22px;margin: 0;font-weight: 600;margin-bottom: 7px;margin-top: 20px;}



.container-fluid {
    /* max-width: 2000px; */
}

.codeimg {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 80%);
}


.navbar .navbar-nav .simple-dropdown .dropdown-menu {
    display: none;
    width: 300px;
    padding: 12px 0 35px 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.1);
}





					
.video-container {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 999;
    overflow: hidden;
}

.video-container video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.video-overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none; /* Opcional: Evita interacciÃƒÆ’Ã‚Â³ amb el contingut del vÃƒÆ’Ã‚Â­deo */
  
}

.video-overlay-content h3,
.video-overlay-content p {
    color: white;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
}		




.nav-tabs {
   
    border-bottom: 0px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #b29c69;
    background-color: #ffffff00;
    border: 0px;
}
.nav-link:focus, .nav-link:hover {
    color: #b29c69;
}
.nav-tabs .nav-link {
    margin-bottom: calc(-1* var(--bs-nav-tabs-border-width));
    border: 0px;
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius);
    padding: 0;
}

.titolfoto{position: relative;bottom: 50px;color: #fff;text-align: center;background-color: #000000bd;padding: 10px;}
 
.html-videopanel { 
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 107vw;
    height: 100vh;
    transform: translate(-50%, -50%);
    object-fit: cover;
    object-position: center;
    z-index: -88;
}






.blog-only-text .card-body:hover .card-title {
    text-shadow:none;
}
.hover-box.light-hover:hover a, .hover-box.light-hover:hover span, .hover-box.light-hover:hover .btn, .hover-box.light-hover:hover i, .hover-box.light-hover:hover b, .hover-box.light-hover:hover u, .hover-box.light-hover:hover p, .hover-box.light-hover:hover h1, .hover-box.light-hover:hover h2, .hover-box.light-hover:hover h3, .hover-box.light-hover:hover h4, .hover-box.light-hover:hover h5, .hover-box.light-hover:hover h6 {
    color: #000000 !important;
}
 
 

.bg-video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -100;
    pointer-events: none;
    overflow: hidden;
}
.bordergal{ border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 2px solid #fff;
}

.blog-only-text .card-body:after {
    counter-increment: card-body;
    content: counter(card-body, decimal-leading-zero);
    position: absolute;
    font-size: 70px;
    line-height: 70px;
    letter-spacing: -3px;
    top: 30px;
    right: -8px;
    font-weight: 600;
    opacity: 0.1;
    color: #ffffff;
    -webkit-transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
}


.image-gallery-style-04 .gallery-box {
    will-change: transform;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}

header.sticky .navbar-brand {
    padding: 10px 0;
}
header.sticky.sticky-active .header-reverse {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    border-color: transparent !important;
    background-color: #000 ! IMPORTANT;
}

.bg-bin{
background: rgb(0,0,0);
background: -moz-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 73%, rgba(255,255,255,1) 73%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 73%, rgba(255,255,255,1) 73%, rgba(255,255,255,1) 100%);
background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 73%, rgba(255,255,255,1) 73%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);}

a:hover {
    color: #b39d6a;
    text-decoration: none;
}

header .navbar-brand img {
    max-height: 76px;
}
 

.bg-maire-yellow {
    background-color: #000000;
}

.text-outline {
    -webkit-text-fill-color: #b29c69;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #212120;
    color: #ffffff;
}

.btn.btn-dark-gray {
    background-color: #000;
    color: var(--white);
}

.btn.btn-box-shadow.btn-dark-gray:hover, .btn.btn-box-shadow.btn-dark-gray:active {
    background: #000; 
	border: none;
    color: var(--white);
}

.navbar .navbar-nav .nav-item:hover .nav-link, .navbar .navbar-nav .nav-item.active .nav-link {
    opacity: 1;
    color: #ffffff;
}


.navbar .navbar-nav .nav-item.active .nav-link{
    color: #c3ab74;
    }

.navbar .navbar-nav .nav-item .nav-link{ 
    color: fff;}

.threeD-letter-menu .menu-item .hover-reveal {
    /* position: fixed; */
    /* z-index: 1; */
    width: 240px;
    height: 240px;
    display: none !important;!i;!;
    /* top: -250px; */
    /* left: 0; */
    /* pointer-events: none; */
    /* opacity: 0; */
    /* transform-origin: 100% 0%; */
    /* will-change: transform, filter; */
    /* border-radius: 100%; */
}
 .nav-tabs .nav-item.show .blanc.nav-link, .nav-tabs .blanc.nav-link.active {
    color: #fff;
    background-color: #ffffff00;
    border: 0px;
}

.bg-marro{background-color: #c3ab74;}


.bg-black2{background-color: #000000;}


.bg-fons {
    /* background: rgb(0 0 0); */
    background: -moz-linear-gradient(153deg, rgba(195, 171, 116, 1) 15%, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 1) 88%, rgba(195, 171, 116, 1) 88%, rgba(195, 171, 116, 1) 100%);
    /* background: -webkit-linear-gradient(153deg, rgba(195, 171, 116, 1) 15%, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 1) 88%, rgba(195, 171, 116, 1) 88%, rgba(195, 171, 116, 1) 100%); */
    background: linear-gradient(22deg, rgb(178 156 105 / 0%) 4%, rgb(255 255 255 / 0%) 0%, rgb(255 255 255 / 0%) 88%, #b29c69 88%, rgb(178 156 105) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c3ab74",endColorstr="#c3ab74",GradientType=1);
} 
 


.navbar .navbar-nav .simple-dropdown .dropdown-menu li a {
    padding-bottom: 3px;
}



.btn.btn-switch-text.btn-extra-large > span {
    padding: 12px 40px !important;
}

.box-1 {
    height: 400px; 
    overflow: hidden;
}

@supports (object-fit: cover){
.box-1 img {
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.box-1 img {
    width: 100%;
 
}
	
}




.box-2 {
    height: 270px;
    overflow: hidden;
}

@supports (object-fit: cover){
.box-2 img {
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.box-2 img {
    width: 100%;
 
}
	
}



.box-3 {
    height: 270px;
    overflow: hidden;
}

@supports (object-fit: cover){
.box-3 img {
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.box-3 img {
    width: 100%;
 
}
	
}



.box-4 {
    height: 380px;
    overflow: hidden;
}

@supports (object-fit: cover){
.box-4 img {
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.box-4 img {
    width: 100%;
 
}
	
}


.portfolio-boxed .portfolio-box:hover {
    -webkit-box-shadow: none;
    box-shadow: none;

}


@media (max-width: 991px) {
    .main-content {
        z-index: inherit;
        z-index: 2;
    }
}







.bg-fons-3 {
    background: rgb(0 0 0);
    background: -moz-linear-gradient(153deg, rgba(195, 171, 116, 1) 15%, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 1) 88%, rgba(195, 171, 116, 1) 88%, rgba(195, 171, 116, 1) 100%);
    background: -webkit-linear-gradient(153deg, rgba(195, 171, 116, 1) 15%, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 1) 88%, rgba(195, 171, 116, 1) 88%, rgba(195, 171, 116, 1) 100%);
    background: linear-gradient(212deg, rgb(0 0 0) 4%, rgb(0 0 0) 0%, rgb(0 0 0) 88%, #c3ab74 88%, rgb(195 171 116) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c3ab74",endColorstr="#c3ab74",GradientType=1);
}

.text-marro{}
.contact-form-style-03 textarea {
    resize: none;
    max-height: 150px;
}

.tab-style-04 .nav-tabs .nav-item .nav-link {
    color: var(--dark-gray);
    font-weight: 600;
    font-size: 22px;
}

.bg-fons-4 {
    background: rgb(255 255 255);
    background: -moz-linear-gradient(153deg, rgba(195, 171, 116, 1) 15%, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 1) 88%, rgba(195, 171, 116, 1) 88%, rgba(195, 171, 116, 1) 100%);
    background: -webkit-linear-gradient(153deg, rgba(195, 171, 116, 1) 15%, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 1) 88%, rgba(195, 171, 116, 1) 88%, rgba(195, 171, 116, 1) 100%);
    background: linear-gradient(212deg, rgb(255 255 255) 4%, rgb(255 255 255) 0%, rgb(255 255 255) 88%, #c3ab74 88%, rgb(195 171 116) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c3ab74",endColorstr="#c3ab74",GradientType=1);
}

.header-dark .navbar-nav .simple-dropdown .dropdown-menu {
    background-color: #000000;
}

.header-dark .navbar-nav .simple-dropdown .dropdown-menu a {
    color: #ffffff;
}

.bg-fons-2 {
    /* background: rgb(0 0 0); */
    background: -moz-linear-gradient(153deg, rgba(195, 171, 116, 1) 15%, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 1) 88%, rgba(195, 171, 116, 1) 88%, rgba(195, 171, 116, 1) 100%);
    /* background: -webkit-linear-gradient(153deg, rgba(195, 171, 116, 1) 15%, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 1) 88%, rgba(195, 171, 116, 1) 88%, rgba(195, 171, 116, 1) 100%); */
    background: linear-gradient(270deg, rgb(0 0 0 / 0%) 4%, rgb(255 255 255 / 0%) 0%, rgb(255 255 255 / 0%) 54%, #b29c69 54%, rgb(178 156 105) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c3ab74",endColorstr="#c3ab74",GradientType=1);
} 

.text-shadow{text-shadow: 0px 0px 7px #000000;}
.opacity-menu {
    background-image: linear-gradient(to bottom, #000000, rgb(0 0 0 / 38%), rgba(37, 44, 62, 0.42), rgba(37, 44, 62, 0), rgba(37, 44, 62, 0));
}
.overlay-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 1;
    top: 0; 
    left: 0;
	    z-index: -79; 
}

.html-video {
    background-color: #000000;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 107vw;
    height: 100vh;
    transform: translate(-50%, -50%);
    object-fit: cover;
    object-position: center;
    z-index: -88;
}


.border{border-top: 5px solid #b29c69 !important;
}

.bg-base-color {
    background-color: #c3ab74;
}

header .navbar-brand {
    padding: 10px 0;
}


.pagination-style-01 .page-item.active .page-link {
    background: #000000 !important;
    color: var(--white);
    box-shadow: 0 0 10px rgba(23, 23, 23, 0.15) !important;
}


.navbar .navbar-nav .nav-link {
    font-weight: 500;
    font-size: 15px;
    padding: 10px 6px;
}


.text-justify{ text-align: justify;}


@media (max-width: 991px) {
    .navbar.bg-transparent, .navbar-modern-inner.bg-transparent, .navbar-full-screen-menu-inner.bg-transparent {
        background-color: #000000 !important;
    }
	
	
	
    [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .navbar-nav .nav-item .dropdown-menu a {
        color: var(--white);
        opacity: 1;
        font-size: 19px;
        font-weight: 400;
        line-height: 25px;
        padding: 0 !important;!i;!;
        text-transform: unset;
}
	
	
}



@media (max-width: 991px) {
    [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .navbar-nav .nav-item .nav-link {
        font-size: 25px;
        line-height: 29px;
        font-weight: 700;
    }
	
	    [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .navbar-nav .nav-item .dropdown-menu li.active > a {
        color: var(--white);
        opacity: 1;
        font-size: 22px;
        font-weight: 600;
    }
	
	
	    .navbar .navbar-nav .simple-dropdown .dropdown-menu li, .navbar-modern-inner .navbar-nav .simple-dropdown .dropdown-menu li, .navbar-full-screen-menu-inner .navbar-nav .simple-dropdown .dropdown-menu li {
        padding: 0 15px;
        text-align: center;
    }
}


.woocommerce-Tabs-panel {
    display: block !important;
}

.cataleg li{
    list-style: disc;
}


.catalegbread a{color: #ffffff;text-decoration: underline;}
.catalegbread a:hover{color: #ebebeb;}


.btn-marro {
    background-color: #97845a;
    color: #fff;
}
.btn-marro:hover {
    background-color: #97845a;
    color: #fff;
}

.product-image-slider img {
    cursor: zoom-in;
}


.cataleg table {
    caption-side: bottom;
    border-collapse: collapse;
    max-width: fit-content;
}



.pt-90px{padding-top: 90px;} 



.cataleg h2, .cataleg h4{font-size: 20px;text-transform: uppercase;margin: 0;color: #97845a;font-weight: 500;}

.cataleg td {
    border-color: inherit;
    border-style: solid;
    display: table;
    border-width: 0;
    margin-top: 0;
}
.cataleg tr {margin-top: 10px;display: block;}


.wpcf7 form .wpcf7-response-output {
    margin: 5em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
}

input[type="checkbox"] {
    width: auto;
}




/* ===== Scrollbar CSS =====  */


  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 16px;
  }

  *::-webkit-scrollbar-track {
    background: #131312;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #b29c69;
    border: 5px solid #131312;
    border-radius: 0px;
  }










