/* TIPOGRAFIES */
/*MONTSERRAT I VARIANTS*/
@font-face {
    font-family: "Montserrat-ExtraBold";
    src:url('/fonts/montserrat/Montserrat-ExtraBold.ttf') format('truetype');
}
@font-face {
    font-family: "Montserrat-Black";
    src:url('/fonts/montserrat/Montserrat-Black.ttf') format('truetype');
}

@font-face {
    font-family: "Montserrat-Medium";
    src:url('/fonts/montserrat/Montserrat-Medium.ttf') format('truetype');
}

@font-face {
    font-family: "Montserrat-Light";
    src:url('/fonts/montserrat/Montserrat-Light.ttf') format('truetype');
}

.montserrat-black{
    font-family: Montserrat-Black;
}

.montserrat-medium{
    font-family: Montserrat-Medium;
}

.montserrat-extrabold{
    font-family: Montserrat-ExtraBold;
}
.montserrat-light{
    font-family: Montserrat-Light;
}
/*END MONTSERRAT I VARIANTS*/


/*BENTON SANS*/
@font-face {
    font-family: "BentonSans-Bold";
    src:url('/fonts/benton_sans/BentonSans Bold.otf') format('opentype');
}
@font-face {
    font-family: "BentonSans-Black";
    src:url('/fonts/benton_sans/BentonSans Black.otf') format('opentype');
}

@font-face {
    font-family: "BentonSans-Medium";
    src:url('/fonts/benton_sans/BentonSans Medium.otf') format('opentype');
}

@font-face {
    font-family: "BentonSans-Light";
    src:url('/fonts/benton_sans/BentonSans Light.otf') format('opentype');
}


.bentonsans-medium{
    font-family: 'BentonSans-Medium';
}

.bentonsans-black{
    font-family: 'BentonSans-Black';
}
.montserrat-light{
    font-family: 'BentonSans-Light';
}
/*END BENTON SANS*/

/* END TIPOGRAFIES */

#actions_finestra_emergent{
    bottom: 15px;
    position: absolute;
    width: -webkit-fill-available;
    left: 5px;
    right: 5px;
}
.img-destacada{
    border-radius: 15px !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    /* height: 300px; */
    height: 370px;
}

.img-destacada-info{
    border-radius: 15px !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 240px;
}
.row-btns-infowindow{
    margin-top: -45px;
}
#cercador{
    /* background: url('../imgs/search_icon.png') no-repeat scroll 25px 10px; */
    padding: 50px 10px 50px 90px;
    border: 0px transparent !important;
    border-radius: 40px;
    background: white;
    font-size: 50px;
    color: black;
    text-transform: uppercase;
}

#cercador:focus{
    box-shadow: 0px 0px 50px -10px rgb(0 0 0 / 100%);
}

.input-container {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    width: 100%;
    /* margin-bottom: 15px; */
    position: relative;
}
.toast-msg-div{
    min-height: 24px;
}
.icon {
    background: white;
    min-width: 50px;
    text-align: center;
    position: absolute;
    left: 20px;
    height: 50px;
    top: 25px;
}
.tooltip-inner{
    font-size: 15px !important;
}
.input-field {
    width: 100%;
    padding: 10px;
    outline: none;
    box-shadow: 0px 0px 50px -10px rgb(0 0 0 / 75%);
}
  
.input-field:focus {
    border: 2px solid dodgerblue;
}
#logotip{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 20px;

}

#accessos-directes, #accessos-directes2{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    /* width: 100%; */
    z-index: 99999999999999999999999999;
}
#modalMailPreferits{
    z-index: 999999999999999999999999;
}
.register-btn{
    position: absolute;
    bottom: -25px;
}
.btn-access, .btn-access-xl{
    border: 0px !important;
    border-radius: 50%;
    background: white;
    box-shadow: 5px 5px 18px -5px rgb(0 0 0 / 75%);
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-access{
    height: 55px;
    width: 55px;
}

.btn-access-xl{
    height: 86px;
    width: 86px;
}
.outer-circle {
    position: relative;
  }
.inner-circle {
    position: absolute;
    background: #000000;
    border-radius: 50%;
    height: 56px;
    width: 56px;
    top: 50%;
    left: 50%;
    margin: -28px 0px 0px -28px;
  }

.btn-access > img {
    height: 30px;
}
.btn-filtres > div > div > img{
    height: 60px;
}

.col-btns-access{
    display: flex;
    justify-content: space-between;
    align-items: end;
}

/*.btn-access:hover, .btn-acces:focus, .btn-acces:visited, .btn-acces:active,*/ .btn-active{
    background: #000000 !important;
    box-shadow: 5px 5px 18px -5px rgb(0 0 0 / 75%) !important;
}
/*.btn-access img:hover, .btn-access img:focus, .btn-access img:visited, .btn-access img:active, */.btn-active img{
    /* filter: brightness(3); */
    filter: invert(1);
}
.btn-active span,.btn-active a{
    color: white !important;
}
.btn-filtres{
    border: 0px !important;
    /* border-top-left-radius: 50%;
    border-top-right-radius: 50%; */
    border-radius:200px 200px 0px 0px;
    background: white;
    box-shadow: 5px 5px 18px -5px rgb(0 0 0 / 75%);
    width:100%;
    /* height: 80%; */
    height: 100%;
}
.btn-filtres> img{
    padding:11px;
}

/*.btn-filtres:hover, .btn-filtres:focus, .btn-filtres:visited, .btn-filtres:active,*/.btn-active-filtres{
    background: #000000 !important;
    box-shadow: 5px 5px 18px -5px rgb(0 0 0 / 75%) !important;
}
/*.btn-filtres:hover > div > div > img, .btn-filtres:visited > div > div > img, .btn-filtres:active > div > div > img, .btn-filtres:focus > div > div > img,*/ .btn-active-filtres > div > div > img{
    /* filter: brightness(3); */
    filter: invert(1);
}
.pantalla-min{
    background:white;
    border-radius: 27px 27px 0px 0px;
    border: 1px solid #ffffff !important;
    padding:5px;
    box-shadow: inset 0px 0px 0px 4px rgba(0,0,0,1), 5px 5px 18px -5px rgb(0 0 0 / 75%);
    width: 100px;
    height: 70%;
    margin-bottom:-20px;
}
.pantalla-active{
    border: 1px solid #5ec3d2 !important;
    box-shadow: inset 0px 0px 0px 4px #fff, 5px 5px 18px -5px rgb(0 0 0 / 75%) !important;
}
#pantalles-minimitzades{
    /* position: absolute;
    bottom: -5px; */
}
.num-pantalles{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #000000;
}
.pantalles{
    /* margin-bottom: -5px; */
}


/*MODAL ENVIAR PUNTS PREFERITS*/
.form-body{
    background: white;
    border-radius: 30px;
    box-shadow: 5px 5px 18px -5px rgb(0 0 0 / 75%);
    padding: 30px;
}
.form-input{
    border: 0px !important;
    border-bottom: 1px solid #000000 !important;
    padding-left: 0px !important;
    border-radius: 0 !important;
    text-transform: uppercase;
    color: black !important;
    font-size: 15px !important;
    margin-bottom:15px;
    
}
.form-input::placeholder {
    text-transform: uppercase;
    color: black !important;
    font-size: 15px;
}
.form-input:focus {
    background-color: lightblue;
    border-bottom: 1px solid #000000 !important;
    outline: none !important;
    box-shadow: none !important;
}

#enviar_form, .compartir, .btn-fitxa{
    border-radius: 27px;
    border: 3px solid black !important;
    font-size: 23px;
    padding: 15px 0;
    color: black;
    background-color: white;
}
.compartir{
    padding: 10px 20px !important;

}
.compartir-phone{
    border-radius: 50%;
    height: 35px;
    width: 35px;
    top: 23.5px !important;
    right: -17.5px !important;
    left: auto !important;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
    font-size: 24px !important;
    opacity: 1 !important;
    background: white !important;
    border: 2px solid black !important;
}
.delete-btn-phone{
    top: 23.5px !important;
    left: -17.5px !important;
    right: auto !important;
    z-index: 1;
    height: 35px !important;
    width: 35px !important;
}

.btn-fitxa{
    padding: 15px 10px;
    line-height: 12px;
    height: 12px;
}

.accept-politica, .form-check{
    font-size: 14px !important;
}
.text-modal{
    font-size: 22px !important;
}
.title-modal{
    font-size:54px !important;
}
#enviar_form:disabled{
    cursor: not-allowed;
    background-color: white;
    border: 2px solid grey !important;
    color: grey;
}
#enviar_form:disabled >img{
    opacity: 0.5;
}

.icon-p-2{
    width: 100%;
}
.delete-btn{
    /* border: 0px !important; */
    border-radius: 50%;
    background: white;
    height: 40px;
    width: 40px;
    top: -20px;
    left: 0;
    right: 0; 
    margin-left: auto; 
    margin-right: auto; 
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #000000;
    border: 2px solid #D0D0D0 !important;
    font-size: 24px !important;
    opacity: 1 !important;
    background: white !important;
}
.delete-btn i{
    font-weight: bolder !important;
    color: black ;

}
.t-20{
    top: -20px !important;
}
.fa-window-minimize{
    margin-bottom: 12px;
}
/*END MODAL ENVIAR PUNTS PREFERITS*/

.content-enllacos-interes{
    font-size: 35px;
    font-weight: bold;
}

/*DIV FILTRES*/
#filtres{
    /* background: #00000040; */
    border-radius:30px 30px 0px 0px;
    border: 20px solid white;
    /* background: #D7F0F4; */
    background: #E9E9E9;
    box-shadow: 5px 5px 18px -5px rgb(0 0 0 / 75%);
    position: fixed;
    bottom: 0px;
    padding-bottom:100px;
    z-index:999999999999999999999999;
}
.form-check-label{
    color: black !important;
}
.form-check{
    margin-bottom: 10px;
}

/* The container */
.containerRadio {
    display: block;
    position: relative;
    padding-left: 40px;
    /* margin-bottom: 5px; */
    margin-bottom: 2px;
    cursor: pointer;
    font-size: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: black !important;
    text-transform: uppercase;
    font-family: 'BentonSans-Medium';
}
  
/* Hide the browser's default radio button */
.containerRadio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
  
/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 1px 0px 8px -1px rgb(0 0 0 / 75%)
    
}
  
/* On mouse-over, add a grey background color */
.containerRadio:hover input ~ .checkmark {
    background-color: #fff;
}
  
/* When the radio button is checked, add a blue background */
.containerRadio input:checked ~ .checkmark {
    background-color: #fff;
    box-shadow: 1px 0px 8px -1px rgb(0 0 0 / 75%);
}
  
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
  
/* Show the indicator (dot/circle) when checked */
.containerRadio input:checked ~ .checkmark:after {
    display: block;
}
  
/* Style the indicator (dot/circle) */
.containerRadio .checkmark:after {
    top: 5px;
    left: 5px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #000000;
}

/*END DIV FILTRES*/

/*TOOLTIP BOTÓ AJUDA*/
.tooltip-inner, .arrow:after{
    background:#FFED00 !important;
}
.tooltip-inner{
    font-family: 'BentonSans-Medium' !important;
    color: black !important;
    text-align: left !important;
}
.tooltip .tooltiptext{
    opacity: 0;
    transition: opacity 1s;
}
.arrow::before{
    border-top-color: #FFED00 !important;
}
.tooltip.show{
    opacity: 1 !important;
}
.tooltip{
    top: -20px !important;
}
.bs-tooltip-top .fletxa-tooltip-curt::before{
    border-width: 1.4rem 0.4rem 0 !important;
}
.bs-tooltip-top .fletxa-tooltip-llarg::before {
    border-width: 5.3rem 0.4rem 0 !important;
}
.tooltip-inner-allargat{
    max-width: auto !important;
}
.tooltip-inner-curt{
    max-width: 100px !important;
}



/*END TOOLTIP BOTÓ AJUDA*/

.btn {
    background-color: dodgerblue;
    color: white;
    padding: 15px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    opacity: 0.9;
}

body {
    touch-action: pan-x pan-y; /*No permetre fer zoom a la pantalla amb mòbil*/
    font-family: "BentonSans-Medium" !important;
}


.modal-fullscreen-blue > .modal-content{
    /* background-color: #00000099 !important; */
    background-color: #ffffffa6 !important;
}
.modal-dialog.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}
.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
}
#modalImg{
    z-index: 999999999999999999999999999 !important;
    
}
.ui-draggable {
    cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

 /* (Optional) Apply a "closed-hand" cursor during drag operation. */
.ui-draggable-dragging {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.disable-dbl-tap-zoom {
    touch-action: manipulation !important;
}


.logo-lsw{
    max-height: 10px !important;
    margin-top: -3px !important;
    margin-left: 10px !important;
}

.items-tabs-menu{
    width:25%;
}
.fs-12{
    font-size: 12px;
}

#header{
    position: fixed;
    z-index: 1;
    background: white;
    width: 100%;
    top: 0;
}

a:focus, button:focus, .close:focus {
    outline: none !important;
    /* box-shadow: none; */
}

#btnToTop{
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #3A3B36 ;
    color: white;
    cursor: pointer;
    padding: 10px 17px !important;
    opacity: 0.5;
}

/*LANGS NAV */
#langs-nav .lang_actiu{
    color: black !important;
}

#langs-nav {
    /* position: relative; */
    text-align: center;
    display: inline;
    list-style-type: none;
    text-transform: uppercase;
}
#langs-nav li, .title-modal {
    font-weight: 300;
    font-size: 75px;
}

.title-noresults{
    font-size: 45px;
}

#langs-nav li {
    color: white;
    padding-left: 2px;
}
#langs-nav li a {
    /* color: white !important; */
    color: #9D9D9C !important;
    text-decoration: none;
    opacity: 1;
}


#langs-nav li a:hover, #langs-nav li a:active, #langs-nav li a:focus {
    text-decoration: none;
    color: black !important;;
}
/*END LANGS NAV */

.opcioradio{
    line-height: 33px;
}
#modalPreferits{
    z-index: 9999;
}
a {
    color: #000000 !important;
    text-decoration: none;
}

a:hover {
    color: #296069 !important;
    text-decoration: none !important;
}
label {
    color: #7c87a6c7;
}

.d-icon{
    right: 5px;
    top: 30px;
}
.posicionar-icon{
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-llegenda{
    max-height: 30px; 
    max-width: 150px;
}
.span-llegenda{
    line-height:15px;
}

/*FILTRES I MAPA*/
.gmnoprint, .gm-style-cc{
    display: none !important;
}
.map-icon-label i {
    font-size: 24px;
    color: #FFFFFF;
    line-height: 55px;
    text-align: center;
    white-space: nowrap;
}

.label2{
    min-height:60px !important;
}
/*
input[type=radio]:checked + label {
    background-color: #6c7293;
    background-image: none !important;
}
.label-rb>span {
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Montserrat";
    color: #6c7293;
    z-index: 10;
    line-height: 20px;
}


input[type="checkbox"][id^="cb"] {
display: none;
}

label::before {
    background-color: white;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    border: 1px solid #000000;
    position: absolute;
    top: -5px;
    left: -5px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 28px;
    transition-duration: 0.4s;
    transform: scale(0);
}

label img, label span {
    height: 30px;
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
}


:checked+label {
    border-color: #ddd;
    box-shadow: 0px 0px 13px 0px rgb(82 63 105 / 5%);
    transform: scale(0.9);
}

:checked+label::before {
    content: "✓";
    background-color: #000000;
    transform: scale(1);
}

:checked+label img, :checked+label span  {
    transform: scale(0.9);
    z-index: -1;
}
*/
.li-center {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    text-align: center;
    height: 100px !important;
}
.li-center2 {
    flex-wrap: wrap;
    align-content: space-between;
    text-align: center;
    height: 60px !important;
}
#ul-tipus{
    /* overflow-x: auto; */
}
/*ENS FILTRES I MAPA*/


/*PREFERITS*/
#preferits, #email-icon{
    color:  #000000;
}
#email-icon{
    margin-right:5px;
}
.btn-preferit{
    margin-top: 7px;
    margin-right: 5px;
    color:  #000000;
    cursor: pointer;
}
.l-200{
    left: 200px;
}

/* Parts are from twitter.com */

.HeartAnimation {
    padding-top: 2em;
    background-image: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/66955/web_heart_animation.png');
    background-repeat: no-repeat;
    background-size: 2900%;
    background-position: left;
    height: 50px;
    width: 50px;
    margin: 0 auto;
    cursor: pointer;
}
  
.animate {
    animation: heart-burst .8s steps(28) forwards;
}

@keyframes heart-burst {
    0% {
        background-position: left
    }
    100% {
        background-position: right
    }
}

.popup_img_invert img{
    filter: invert(1);
    width: 40px;
}
.title-punt-interes{
    font-size: 30px;
    margin-bottom: 0px;
}
.text-qr{
    font-size: 12px;
}

.categoria-punt-interes{
    font-size: 22px;
}

.titol-punt-interes{
    text-indent: 25px;
}
.heart-like-button-popup {
    position: absolute;
    width: 20px;
    height: 16.25px;
    margin-top: 7px;
    margin-right: 5px;
    top: 0px;
    left: 15px;
  }

.heart-like-button {
    position: relative;
    width: 20px;
    height: 16.25px;
    margin-top: 7px;
    margin-right: 5px;
  }
  .heart-like-button:before, .heart-like-button-popup:before {
    position: absolute;
    top: 0;
    left: 10px;
    transform: rotate(-45deg);
    transform-origin: 0 100%;
    width: 10px;
    height: 15.625px;
    border-radius: 40px 40px 0 0;
    background-color: #212529;
    content: "";
    cursor: pointer;
    transition: background .4s;
  }
  .heart-like-button:after, .heart-like-button-popup:after {
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(45deg);
    transform-origin :100% 100%;
    width: 10px;
    height: 15.625px;
    border-radius: 40px 40px 0 0;
    background-color: #212529;
    content: "";
    cursor: pointer;
    transition: background .4s;
  }
  .heart-like-button.liked::before,
  .heart-like-button.liked::after, .heart-like-button-popup.liked:before, .heart-like-button-popup.liked:after {
    background-color: #15e29d;
  }
  .heart-like-button.liked, .heart-like-button-popup.liked {
    animation: liked .4s ease;
  }
  @keyframes liked {
    0% {
      transform: scale(.8);
    }
    50% {
      transform: scale(1.1);
    }
    100% {
      transform: scale(1);
    }
  }
/*END PREFERITS*/

/* PANTALLA + INFO */
.img-panades-turisme{
    height: 80px;
}
/* END PANTALLA + INFO */

#toast-container{
z-index: 999999999999999999999999999 !important;
}

/* OVERRIDE MAX SIZE */
@media (max-width: 2000px) {
    .d-xxl-flex{
        display: none !important;
    }
    .d-xxl-none{
        display: flex !important;
        width: 100%;
    }
    /* .d-xxl-none > div:first-child{
        padding-left: 0px !important;
    }
    .d-xxl-none > div{
        padding-right: 0px !important;
    } */
}
@media (max-width: 1800px) {
    .btn-access{
        height: 50px !important;
        width: 50px !important;
    }
}
@media (max-width: 1600px) {
    .items-tabs-menu{
        width:50%;
    }
    .btn-filtres > div > div > img{
        height: 50px;
    }
    .pantalla-min{
        height: 100% !important;
        width: 80px;
    }
    .content-card{
        min-height: 110px !important;
    }
    .btn-access{
        height: 40px !important;
        width: 40px !important;
    }
    .btn-access > img{
        height: 23px !important;
    }
    .l-200{
        left:170px;
    }
    .nom-punt{
        font-size: 17px !important;
    }
    .cat-punt{
        font-size: 15px !important;
    }
}

@media (max-width: 1500px) {
    .col-img{
        height: 200px !important;
    }
    #llistat-preferits{
        height: 380px !important;
    }
    .items-tabs-menu{
        width:45% !important;
    }
    .btn-filtres > div > div > img{
        height: 45px;
    }
    
}

@media (max-width: 1400px) {
    /* .content-card{
        min-height: 135px !important;
    } */
    .btn-access{
        height: 40px !important;
        width: 40px !important;
    }
    .btn-access > img{
        height: 23px !important;
    }
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199px) {
    .pantalla-min{
        width: 80px;
    }
    .btn-access > img {
        height: 25px;
    }
    .items-tabs-menu{
        width:43% !important;
    }
    .title-modal, #cercador, #langs-nav li, .title-modal{
        font-size:50px;
    }

    .title-noresults,.title-modal-modal{
        font-size: 25px;
    }

    #llistat-preferits{
        height: 300px !important;
    }
    .cat-punt, .containerRadio, .text-modal{
        font-size:15px !important;
    }
    .nom-punt, .titol-categoria, #enviar_form, .compartir{
        font-size:16px !important;
    }
    .col-img{
        height: 150px !important;
    }
    #cercador{
        font-size:20px;
        padding: 30px 10px 30px 70px;
    }
    .icon {
        left: 10px;
        height: 30px;
        top: 15px;
    }
    .btn-filtres > div > div > img{
        height:40px;
    }
   
    .col-btns-access{
        justify-content: space-around;
    }

}
/* Medium devices (tablets, less than 992px) */
@media (max-width: 991px) {
    .btn-filtres{
        height: 100px;
    }
    #modalPreferits{
        overflow: hidden;
    }
    button.close.delete-btn.position-absolute.t-20{
        right: 0px;
    }
    .accept-politica, .form-check{
        font-size: 10px !important;
    }
    .modal-enllacos-interes{
        align-content: space-evenly;
    }
    .content-enllacos-interes{
        font-size: 24px !important;
        line-height: 24px;
    }
    .img-panades-turisme{
        height: 60px;
    }
    #llistat-preferits{
        overflow-y: auto!important;
        overflow-x: hidden !important;
        align-items: flex-start !important;
    }
    .pantalla-min{
        box-shadow: inset 0px 0px 0px 2px rgba(0,0,0,1), 5px 5px 18px -5px rgb(0 0 0 / 75%);
    }
    .pantalla-active{
     
        box-shadow: inset 0px 0px 0px 2px #fff, 5px 5px 18px -5px rgb(0 0 0 / 75%) !important;
    }
    #enviar_form, .compartir, .btn-fitxa, .compartir-phone{
        border: 2px solid black !important;
    }
    /* INFO WINDOW */
    .popup-inici{
        min-height: 400px !important;
    }
    
    /* .img-destacada-info{
        height: 100px;
    } */
    /* END INFO WINDOW */

    /* FILTRES */
    ::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 7px;
        background-color: #cacac9;
        border-radius: 4px;
        
        padding: 10px !important;
        margin: 10px !important;
        scroll-padding-right: 20px;
    }
    body{
        scrollbar-color:red blue!important;
    }

    ::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: #4e4d4d;
        box-shadow: 0 0 1px rgba(255, 255, 255, .5);
        scroll-padding-right:30px;
    }
    /* END FILTRES */

    .items-tabs-menu{
        width:42% !important;
    }

    label{
        min-height:100px;
    }
    .fs-12{
        font-size: 10px;
    }
    .img-llegenda{
        max-height: 20px; 
    }
    .span-llegenda{
        line-height: 10px;
        margin-bottom: 15px;
    }
    label img, label span{
        height: 30px;
        font-size: 30px !important;
    }
    .li-center{
        height: 80px !important;
        line-height: 15px;
    }
    #cercador{
        font-size:20px;
        padding: 30px 10px 30px 55px;
    }
    .icon {
        left: 5px;
        height: 30px;
        top: 15px;
    }
    #filtres{
        border-radius:30px 30px 0px 0px;
        border: 20px solid white;
        padding-bottom:20px;
    }
    .containerRadio{
        max-height: 100px;
        min-height: 30px;
        font-size:14px;
    }
    .titol-categoria{
        font-size:16px;
    }
    .title-modal{
        font-size:20px !important;
    }
    .title-modal-modal{
        font-size:23px !important;
    }
    .title-noresults{
        font-size: 15px;
    }
    .btn-filtres > div > div > img{
        height: 50px;
    }
    

}
/*Small devices (landscape phones, less than 768px) */
@media (max-width: 767px) {  
    /* INFO WINDOW */
    .pop-up-info-content-phone{
        max-height: 328px !important;
        overflow-y: auto!important;
        overflow-x: hidden !important;
    }
    .d-xxl-none{
        width: auto;
    }
   
    .title-modal{
        font-size:35px !important;
    }
    .cat-punt{
        font-size: 12px !important;
    }
    /*INFO WINDOW*/
    #actions_finestra_emergent{
        bottom: auto;
        position: relative;
        width: auto;
        text-align: center;
    }
    .title-punt-interes{
        font-size: 20px;
    }
    .img-destacada{
        height: 230px;
    }

    .categoria-punt-interes{
        font-size: 15px;
    }
    /*END INFO WINDOW*/

    .items-tabs-menu{
        width:23% !important;
    }
    .btn-access{
        height: 40px;
        width: 40px;
    }

    .btn-access-xl{
        height: 57px;
        width: 57px;
    }
    .btn-access > img{
        padding:0px;
    }
    .btn-filtres{
        border-radius: 130px 130px 0px 0px;
        width: 100%;
        height: 100%;
    }
    .btn-filtres> img{
        padding:5px;
    }
    #langs-nav li{
        font-size:40px;
    }
    .capa-filtres-mobil{
        padding-top:10px !important;
    }
    .checkmark {
        top: 7px;
        left: 0;
        height: 20px;
        width: 20px;
    }
    .containerRadio .checkmark:after {
        top: 4px;
        left: 4px;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: #000000;
    }

    .containerRadio{
        max-height: 100px;
        min-height: 10px;
        font-size:14px;
        margin-bottom: 0px;
    }
    .col-btns-access{
        justify-content: space-around;
    }
    .btn-filtres > div > div > img{
        height: 40px;
    }
    .btn-filtres{
        height: 100px;
    }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) {
    #enviar_form >img{
        height: 20px;
    }

    .pop-up-info-content-phone{
        max-height: 400px !important;
        overflow-y: auto!important;
        overflow-x: hidden !important;
    }

    .items-tabs-menu{
        width:21% !important;
    }
    .btn-access{
        height: 45px;
        width: 45px;
    }
    .btn-access-xl{
        height: 30px;
        width: 30px;
    }

    .inner-circle{
        height: 20px;
        width: 20px;
        margin: -10px 0px 0px -10px;
    }
    .btn-filtres{
        height: 90px;
    }
    .btn-filtres > div > div {
        padding: 0px;
    }
    .btn-filtres > div > div > img{
        height: 30px;
    }

}

/* END OVERRIDE MAX SIZE */

@media (max-width: 380px) {
    .content-enllacos-interes{
        font-size: 19px  !important;
        line-height: 19px;
    }
 
    .btn-access{
        height:45px !important;
        width: 45px !important;
    }
    /* .btn-filtres{
        height: 100px;
    } */
}



/* 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) {
    .pop-up-info-pc{
        max-height: 560px !important;
        overflow-y: auto!important;
        overflow-x: hidden !important;
    }

    .pop-up-info-pc::-webkit-scrollbar {
        width: 8px;
        overflow-y: scroll;
    }
    
    .pop-up-info-pc::-webkit-scrollbar-track {
        /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
        border-radius: 0px;
        background-color: #D6D7D7;
    }
    
    .pop-up-info-pc::-webkit-scrollbar-thumb {
        border-radius: 0px;
        /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); */
        background-color: #575757 !important;
    }

   
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    
}
@media (min-width: 1999px) {
    .d-xxl-flex {
        display: flex !important;
    }
    .d-xxl-none {
        display: none !important;
    }
    /* .d-xxl-none{
        display: flex !important;
    } */
}

@media (min-width: 2000px) { 
    .btn-filtres, .pantalla-min{
        height: 100px;
    }
}



/* END OVERRIDE MIN SIZE */

