@charset "UTF-8";
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
    --brand-color: #001DB7;
    --brand-color-hover: #001DB7;
    --active-item: #001DB7;
    --active-item-icon: #001DB7;
}

.my-text-left {
    text-align: left !important;
}
.my-text-center {
    text-align: center !important;
}
.my-text-right {
    text-align: right !important;
}

/* TIPOGRAFIES */
/* MONTSERRAT I VARIANTS */
@font-face {
    font-family: "Montserrat-Italic";
    src:url('/fonts/montserrat/Montserrat-Italic-VariableFont_wght.ttf') format('truetype');
}

@font-face {
    font-family: "Montserrat-VariableFont_wght";
    src:url('/fonts/montserrat/Montserrat-VariableFont_wght.ttf') format('truetype');
}
.montserrat-bk{
    font-family: Montserrat-VariableFont_wght !important;
    font-weight: bolder !important;
}

.montserrat-b{
    font-family: Montserrat-VariableFont_wght !important;
    font-weight: bold !important;
}

.montserrat-l{
    font-family: Montserrat-VariableFont_wght !important;
    font-weight: 300 !important;
}

.montserrat-r{
    font-family: Montserrat-VariableFont_wght !important;
    /* font-weight: 400 !important; */
}

.montserrat-i{
    font-family: Montserrat-Italic !important;
}

/* END MONTSERRAT I VARIANTS */

/*POPPINS I VARIANTS */
@font-face {
    font-family: "Poppins-Black";
    src:url('/fonts/poppins/Poppins-Black.ttf') format('truetype'), url('/fonts/poppins/Poppins-Black.woff') format('woff');
}
@font-face {
    font-family: "Poppins-BlackItalic";
    src:url('/fonts/poppins/Poppins-BlackItalic.ttf') format('truetype'), url('/fonts/poppins/Poppins-BlackItalic.woff') format('woff');
}
@font-face {
    font-family: "Poppins-Bold";
    src:url('/fonts/poppins/Poppins-Bold.ttf') format('truetype'), url('/fonts/poppins/Poppins-Bold.woff') format('woff');
}
@font-face {
    font-family: "Poppins-BoldItalic";
    src:url('/fonts/poppins/Poppins-BoldItalic.ttf') format('truetype'), url('/fonts/poppins/Poppins-BoldItalic.woff') format('woff');
}
@font-face {
    font-family: "Poppins-ExtraBold";
    src:url('/fonts/poppins/Poppins-ExtraBold.ttf') format('truetype'), url('/fonts/poppins/Poppins-ExtraBold.woff') format('woff');
}
@font-face {
    font-family: "Poppins-ExtraBoldItalic";
    src:url('/fonts/poppins/Poppins-ExtraBoldItalic.ttf') format('truetype'), url('/fonts/poppins/Poppins-ExtraBoldItalic.woff') format('woff');
}
@font-face {
    font-family: "Poppins-ExtraLight";
    src:url('/fonts/poppins/Poppins-ExtraLight.ttf') format('truetype'), url('/fonts/poppins/Poppins-ExtraLight.woff') format('woff');
}
@font-face {
    font-family: "Poppins-ExtraLightItalic";
    src:url('/fonts/poppins/Poppins-ExtraLightItalic.ttf') format('truetype'), url('/fonts/poppins/Poppins-ExtraLightItalic.woff') format('woff');
}
@font-face {
    font-family: "Poppins-Light";
    src:url('/fonts/poppins/Poppins-Light.ttf') format('truetype'), url('/fonts/poppins/Poppins-Light.woff') format('woff');
}
@font-face {
    font-family: "Poppins-Italic";
    src:url('/fonts/poppins/Poppins-Italic.ttf') format('truetype'), url('/fonts/poppins/Poppins-Italic.woff') format('woff');
}
@font-face {
    font-family: "Poppins-LightItalic";
    src:url('/fonts/poppins/Poppins-LightItalic.ttf') format('truetype'), url('/fonts/poppins/Poppins-LightItalic.woff') format('woff');
}
@font-face {
    font-family: "Poppins-Medium";
    src:url('/fonts/poppins/Poppins-Medium.ttf') format('truetype'), url('/fonts/poppins/Poppins-Medium.woff') format('woff');
}
@font-face {
    font-family: "Poppins-MediumItalic";
    src:url('/fonts/poppins/Poppins-MediumItalic.ttf') format('truetype'), url('/fonts/poppins/Poppins-MediumItalic.woff') format('woff');
}
@font-face {
    font-family: "Poppins-Regular";
    src:url('/fonts/poppins/Poppins-Regular.ttf') format('truetype'), url('/fonts/poppins/Poppins-Regular.woff') format('woff');
}
@font-face {
    font-family: "Poppins-SemiBold";
    src:url('/fonts/poppins/Poppins-SemiBold.ttf') format('truetype'), url('/fonts/poppins/Poppins-SemiBold.woff') format('woff');
}
@font-face {
    font-family: "Poppins-SemiBoldItalic";
    src:url('/fonts/poppins/Poppins-SemiBoldItalic.ttf') format('truetype'), url('/fonts/poppins/Poppins-SemiBoldItalic.woff') format('woff');
}
@font-face {
    font-family: "Poppins-Thin";
    src:url('/fonts/poppins/Poppins-Thin.ttf') format('truetype'), url('/fonts/poppins/Poppins-Thin.woff') format('woff');
}
@font-face {
    font-family: "Poppins-ThinItalic";
    src:url('/fonts/poppins/Poppins-ThinItalic.ttf') format('truetype'), url('/fonts/poppins/Poppins-ThinItalic.woff') format('woff');
}

.poppins-bk{
    font-family: Poppins-Black !important;
}
.poppins-bki{
    font-family: Poppins-BlackItalic;
}
.poppins-b{
    font-family: Poppins-Bold !important;
}
.poppins-bi{
    font-family: Poppins-BoldItalic;
}
.poppins-eb{
    font-family: Poppins-ExtraBold;
}
.poppins-ebi{
    font-family: Poppins-ExtraBoldItalic;
}
.poppins-el{
    font-family: Poppins-ExtraLight;
}
.poppins-l{
    font-family: Poppins-Light !important;
    font-weight: none !important;
}
.poppins-i{
    font-family: Poppins-Italic;
    font-weight: normal !important;
}
.poppins-r{
    font-family: Poppins-Regular;
    font-weight: normal !important;
}
.poppins-m{
    font-family: Poppins-Medium;
    font-weight: normal !important;
}
.poppins-t{
    font-family: Poppins-Thin;
    font-weight: normal !important;
}
/* END TIPOGRAFIES */

.div_conductor{
    margin-top: 20px !important;
}
.color-brand{
    color: var(--brand-color);
}
#btn-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: var(--brand-color);
    color: white;
    cursor: pointer;
    /* padding: 10px 17px !important; */
    opacity: 0.5;
    border-radius: 50%;
    height: 30px;
    width: 40px;
    height: 40px;
}

.icon-top{
    background-color: rgb(255, 255, 255);
    -webkit-mask: url('/img/logos/chevron-up-solid.svg') no-repeat center;
    mask: url('/img/logos/chevron-up-solid.svg') no-repeat center;
    height: 100%;
}

.logo-lsw{
    max-height: 10px !important;
    margin-top: -3px !important;
    margin-left: 10px !important;
}

.items-tabs-menu{
    width:25%;
}

label {
    color: #7c87a6c7;
}

.d-icon{
    right: 5px;
    top: 30px;
}
.posicionar-icon{
    display: flex;
    align-items: center;
    justify-content: center;
}
h3.kt-portlet__head-title > i {
    margin-right: 10px;
}

#navbar {
    overflow: hidden !important;
    background-color: #fff;
    transition: background-color 0.3s ease; /* Añadimos una transición para suavizar el cambio de color */
    z-index: 4;
}
.navbar-nav{
    /* border-bottom: 2px solid grey; */
    padding-bottom: 20px;
}
.navbar-toggler:focus{
    box-shadow: inherit !important;
}
.navbar-toggler{
    border: 0px solid;
}

#langs-nav > li > a{
    color: black !important;
}
.lang_actiu{
    font-weight: 800;
    color: black !important;
} 
/* .sticky .navbar-nav{
    border-bottom: 0px solid transparent !important;
    padding-bottom: 10px !important;
    padding-top: 2px !important;
} */

.nav-link-menu, a.item-sub {
    color: #000;
    font-weight: 900;
}
.nav-link-menu:hover, .nav-link-menu:focus {
    color: var(--brand-color) !important;
}

a.nav-link-menu.active.open{
    color: var(--brand-color) !important;
}
.btn-brand-link, .btn-search{
    background-color: var(--brand-color) !important;
    color: #fff !important;
    border-radius: 0px !important;
    border: 0px solid transparent;
}
.btn-brand-link:hover{
    background-color: var(--brand-hover) !important;
    color: #fff !important;
}
.navbar-logo-centered .navbar-nav .nav-link-menu{
    padding: .5em 1em;
}
.navbar-brand{
    margin: 0px !important;
}
#top-bar{
    background:#000;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 400;
}
.nav-subpagines {
    position: absolute;
    /* top: 100%;
    left: 0%; */
    justify-content: normal;
    display: grid;
    /* box-shadow: 0 0 3.76px 0.24px rgb(0 0 0 / 15%); */
}
.item-sub {
    padding: 15px 40px 15px 15px;
    background: #ffffffdf;
    /* border-bottom: 0.5px solid rgb(122, 122, 122); */
    text-align: left;
    color: black;
    color: black;
    text-decoration: none;
    width: 100% !important;
}

.item-sub:hover{
    color: var(--brand-color);
    text-decoration: none;
}

.bb-2{
    border-bottom: 1px solid #00000021;
}

/* END HEADER */


.text-right{
    text-align: right;
}
/* INICI */
.perc-global{
    font-size: 50px;
}
.fs-13{
    font-size: 13px;
}
.btn.btn-brand {
    font-weight: 600;
    align-items: center;
    height: 32px !important;
    padding-top: 0;
    padding-bottom: 0;
    color: #fff;
    background-color: var(--brand-color);
    border-color: var(--brand-color);
    outline: none !important;
    vertical-align: middle;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: 2px solid var(--brand-color);

}
.btn.btn-brand:hover,.btn.btn-brand:focus, .btn.btn-brand:visited {
    background-color: #fff;
    border-color: var(--brand-color-hover);
    color: var(--brand-color-hover);
    border:2px solid;
}

.box{
    box-shadow: 0 0 0.6rem rgba(0,0,0,.16);
    background: var(--brand-color);
    color: #fff;
    cursor: pointer;
    border-radius: 15px;
    transition: all 0.3s ease;
}
.box-white{
    box-shadow: 0 0 0.6rem rgba(0,0,0,.16);
    background: #fff;
    color: #000;
    cursor: pointer;
    border-radius: 15px;
    transition: all .2s ease-in-out;
}
.bg-2{
    background: #0000000a;
}

a{
    text-decoration: none !important;
}
.box:hover {
    box-shadow: 0 0.3rem 0.6rem rgba(0,0,0,.16);
    transform: translateY(-0.3rem);
    background-color:  var(--brand-color-hover);
}
.back{
    background: url('../img/logos/mancomunitat-la-plana-svg.svg') center center/cover no-repeat;
    width: 9rem;
    height: 7.6rem;
}
.back-color{
    background: url('../img/logos/mancomunitat-la-plana-color.svg') center center/cover no-repeat;
    width: 9rem;
    height: 7.6rem;
}
.back-color-general{
    background: url('../img/logos/mancomunitat-la-plana-color.svg') center center/cover no-repeat;
    width: 15rem;
    height: 13rem;
}

.box-progress{
    position: absolute;
    overflow: hidden;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
}
.progress-image{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 9rem;
    height: 7.6rem;
}
.progress-image-general{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 15rem;
    height: 13rem;
}

.box-white:hover{
    transform: scale(1.01);
}
.estat, .circle-estat{
    font-size: 12px;
}
svg:not(:root) {
    overflow: hidden;
}

.chart {
    background: rgba(255, 255, 255, 0.1);
    justify-content: flex-start;
    border-radius: 100px;
    align-items: center;
    position: relative;
    padding: 0 5px;
    display: flex;
    height: 30px;
    width: 100%;
}
.chart span {
    color: #fff;
    font-weight: bolder;
    position: absolute;
    right: 0;
}
.bar {
    box-shadow: 0 10px 40px -10px #fff;
    border-radius: 100px;
    background: #ffffff85;
    height: 20px;
    width: 0;
} 

.chart-color {
    background: rgba(200, 115, 81, 0.1);
    justify-content: flex-start;
    border-radius: 100px;
    align-items: center;
    position: relative;
    padding: 0 5px;
    display: flex;
    height: 20px;
    width: 100%;
}
.chart-color span {
    color: #00000036 !important;
    font-size: 12px;
    font-weight: bolder;
    position: absolute;
    right: 0;
}

.bar-color {
    box-shadow: 0 10px 40px -10px #fff;
    border-radius: 100px;
    background: var(--brand-color) !important;
    height: 10px;
    width: 0;
} 

.container{
    font-family: Montserrat-VariableFont_wght !important;
    padding: 0px 40px;
}
/* END INICI */

.main-content {
    /* min-height: 90vh; */
    background: white;
    position: relative;
    z-index: 1;
    width: 100%;
}
.xxss a, a{
    cursor: pointer;
}
.pr-2, .px-2 {
    padding-right: 0.5rem !important;
}
.pr-5, .px-5 {
    padding-right: 4.8rem!important;
}
.pr-4, .px-4 {
    padding-right: 2.4rem!important;
}
.pr-3, .px-3 {
    padding-right: 1.6rem!important;
}
/* FOOTER */

#footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: black;
    display: grid;
    /* place-items: center; */
    color: white;
    z-index: 9;
}
#footer a{
    color: #fff !important;
}
#footer a:hover{
    color: #fff !important;
    font-weight: 600;
}
.footer-copy{
    background: #000;
    color: #fff;
    font-size: 14px;
}
.footer-copy a{
    color: #fff !important;
}
.footer-copy a:hover{
    color: white !important;
}
/* END FOOTER */

.text-left {
    text-align: left!important;
}
.text-right {
    text-align: right!important;
}
img.note-float-left {
    padding: 30px 30px 30px 0px !important;
}
img.note-float-right {
    padding: 30px 0px 30px 30px !important;
}


/* OVERRIDE MAX SIZE */

@media (max-width: 1600px) {
    .items-tabs-menu{
        width:50%;
    }
}

@media (max-width: 1400px) {
    .items-tabs-menu{
        width:45% !important;
    }
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199px) {
    .items-tabs-menu{
        width:43% !important;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991px) {
    .items-tabs-menu{
        width:42% !important;
    }
    #categories-productes{
        -webkit-column-count: 1;  /* Chrome/Opera, Safari */
        -moz-column-count: 1; /* Mozilla Firefox */
        column-count: 1;
    }
    .bb-xs-2{
        border-bottom: 1px solid #00000021;
    }
    .navbar-nav{
        margin: auto 0px !important;
    }
}

/*Small devices (landscape phones, less than 768px) */
@media (max-width: 767px) {
    
   .items-tabs-menu{
        width:23% !important;
    }

    .kt-login__container {
        position: fixed !important;
        top: 0;
        padding-top: 30px !important;
        width: 85% !important;
    }

    .kt-login__wrapper {
        position: absolute !important;
        left: 0px;
        bottom: 0px;
        display: flex;
        min-height: 80%;
        width: 85% !important;
    }
    #login_bg {
        display: none;
    }

}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) {
    .items-tabs-menu{
        width:21% !important;
    }
}

/* END OVERRIDE MAX SIZE */




/* OVERRIDE MIN SIZE */
/* Extra small devices (portrait phones, less than 576px)
    No media query since this is the default in Bootstrap */

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .text-md-left {
        text-align: left!important;
    }
    .text-md-right {
        text-align: right!important;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    
}

/* END OVERRIDE MIN SIZE */



.onoff {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    position: relative;
    cursor: pointer;
    width: 55px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.onoff label {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: #e0e0e0;
    color: white !important;
    border-radius: 5px;
    font-weight: bold;
    -webkit-transition: background 0.3s, text-indent 0.3s;
    -moz-transition: background 0.3s, text-indent 0.3s;
    -o-transition: background 0.3s, text-indent 0.3s;
    transition: background 0.3s, text-indent 0.3s;
    text-indent: 27px;
}
.onoff label:after {
    content: 'NO';
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    font-size: 12px;
    color: #591717;
    z-index: 1;
}
.onoff label:before {
    content: '';
    width: 15px;
    height: 24px;
    border-radius: 3px;
    background: #FFF;
    position: absolute;
    z-index: 2;
    top: 3px;
    left: 3px;
    display: block;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -o-transition: left 0.3s;
    transition: left 0.3s;
}
.onoff input:checked + label {
    background: #0d6efd;
    text-indent: 8px;
}
.onoff input:checked + label:after {
    content: 'SI';
    color: white !important;
}
.onoff input:checked + label:before {
    left: 37px;
}