@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
@import url(icons/font-awesome/fontawesome-all.min.css);

@font-face {
    font-family: TradeGothicLTStd;
    src: url("../fonts/FONTS SEGURA VIUDAS MY FONTS TRUE TYPE_Linotype - TradeGothicLTStd-Extended.otf") format("opentype");
}

@font-face {
    font-family: TradeGothicLTStdBold;
    font-weight: bold;
    src: url("../fonts/FONTS SEGURA VIUDAS MY FONTS TRUE TYPE_Linotype - TradeGothicLTStd-BoldExt.otf") format("opentype");
}


/*Aquí especifiquem les nostres variables root globals*/
:root {
    --gris-fosc: #d9d9d9;
    --gris-clar: #f2f2f2;
    --vermell-error: #d60000;
    --verd-ok: #428500;
    --groc-warning: #A99E8E;
    --transparent: #ffffff00;
    --blanc: #ffffff;
    --font-default: 'TradeGothicLTStd';
}

body{
    font-family: var(--font-default), sans-serif;
    min-height: 100vh;
}

.margin-top-plana{
    margin-top: 70px !important;
}

.loadingSpinner{
    width: 6.5rem;
}


.text-activ-titol{
    padding-right: 50px;
}

/* -- FONT SIZE SECTION -- */
text-cos{
    font-size: 16px;
}

text-petit{
    font-size: 14px;
}

text-legal{
    font-size: 14px;
}


#main-content{
    margin-bottom:50px;
    padding-top: 65px !important;
}

.input-group button{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

/*resum del proces de compra plana index*/
#divCistella,#divTotalCistella{
    background-color:#000;
    color:#fff;
    cursor:pointer;
}

#divCistella{
    transition: all 0.5s ease-in-out;
}

.animateCistella{
    font-weight:bold;
}

#divTotalCistella{
    position: fixed;
    bottom: 0;
    z-index: 9;
    width: 100vw;
    margin-bottom: 42px !important;
}

/*secció grup activ, seleccio activ (bloc agrupat per element)*/
.blocActiv{
    border: 1.5px solid #A99E8E; /*SEGURAS*/
    border-radius: 5px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.activCont{
	margin-bottom: 1rem !important; /*SEGURAS*/
}

#modalSugerenciaArt .blocActiv{
    gap: 0px;
}

.blocSugerence{
    border: 1px solid #ccc;
    border-radius: 5px !important;
}

.blocActivBtn{
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.blocActivHd{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

.blocActivHd h3, .blocActivHd p{
    word-break: break-word;
}

#lista_grups .blocActiv{
    gap : 50px;
    min-height: 110px;
}

#lista_grups .blocActiv .blocActivHd{
    flex-direction: row-reverse;
    justify-content: start;
}

.blockError{
    font-weight: 400;
}

#resumSelectAct{
    flex-direction: column;
    display: flex;
}

#resumSelectAct .imageResumContainer{
    padding-left: 0px !important;  
}

#resumContainer{
    align-items: center;
    padding: 10px;
    /*background-color: var(--gris-fosc);*/
}

/*SEGURAS*/
.decripResumAct{
	background-color: white;
	border-radius: 3px;
	border: 1px dotted #A99E8E; 
}
/*SEGURAS*/

#resumSelectAct img{
    max-width: 100%;
    border-radius: 3px;
}

.backActivButton{
    color: var(--vermell-error) !important;
    cursor:pointer;
    text-align: end;
}

.dadesCicles{
    display: flex;
    flex-direction: column; 
}

#leyendaHorContainer{
    background-color: var(--transparent) !important;
    /*background-color: var(--gris-fosc) !important;*//*WCAG: Asignar esta variable para aplicar la vista accesible.*/
    border: 1px dotted #A99E8E; /*SEGURAS*/
    border-radius: 3px;
}

#leyendaOcupacio{
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
}

#tabla_horarios img{
    width: 16px;
    height: 16px;
}

.leyenda_horarios {
    padding-left: 5.5rem !important;
    padding-right: 5.5rem !important;
}

.leyenda_horarios .llegendaImg img{
    width: 20px;
}

#seccioDiesCal {
    justify-content: center;
    gap: 15px;
}
 
/*sección para mostrar la fecha seleccionada (Calendario)*/
.fecha_ppal {
    text-align: center;
    border: 1px dotted #A99E8E; /*SEGURAS*/
    color: #000; /*SEGURAS*/
    cursor: pointer;
	border-radius: 5px; /*SEGURAS*/
}    

#calendarSessions{
  width: 45%;
  margin: auto;
  /*background-color: var(--gris-fosc);*//*WCAG: Asignar esta variable para aplicar la vista accesible.*/
}

#leyendCalendari{
    background-color: var(--gris-clar); /*WCAG: Comentar esta variable para aplicar la vista accesible.*/
    /*background-color: var(--gris-fosc);*//*WCAG: Asignar esta variable para aplicar la vista accesible.*/
}
    
.titleActiv{
    font-size:16px;
    font-weight:600;
}

.borderTop{
    border-top: 1px solid var(--verd-ok) ;
}

#leyend_fixe_cal{
    border-radius: 3px;
}

/*mida button (per exemple idioma castellano i check més petit no cap)*/    
.botonCss{
    border: 1px solid #ccc;
    border-radius: 5px !important;
    width:120px;
    display: inline-flex;
    align-items: start;
    gap: 5px; /*SEGURAS*/
}

.centerBtn{
    justify-content: center;
}

.botonGranCss{
    border: 1px solid #ccc;
    border-radius: 5px !important;
    width:160px;
}

.horarios{
    display: grid !important;
    gap: 5px;
    justify-content: center;
    grid-template-columns: repeat(7, auto);
}

.ui-datepicker .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    width: 50px !important;
    height: 50px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    border-radius: 10% !important;
}

#leyend_comentaris, #leyend_fixe_cal{
    grid-template-columns: repeat(1, 1fr);
    gap: 6px;
    text-align: left;
    padding: 0px;
}

.leyend_selec_day, .leyend_open_day, .leyend_open_middle_day, .leyend_close_day{
    height:22px !important;
    width:22px !important;
    min-width: 22px !important;
    min-height: 22px !important;
    margin: 0px !important;
}

/*mida button on indica els horaris de les sessions*/    
.botonSessions{
    border: 1px solid #ccc;
    border-radius: 5px !important;
    width:150px;
    height:50px;
    /*float:left;/*para evitar que al hacer filtro haga salto linea*/
    margin:2px;
    padding:4px;
    cursor:pointer;
}

.selector-pers input, .articleInput input{
    color: #000 !important;
}

/*mida requadre que mostra tarifes*/    
.seccioTarifes{
    border: 1px solid #A99E8E; /*SEGURAS*/
    border-radius: 5px !important;
    margin:2px;
    padding:4px;
}

/*SEGURAS*/
.seccioTarifes .form-control{
	border: none;
}
/*SEGURAS*/

.seccioTarifes .preuOriginal{
    text-decoration: line-through;
    color: var(--vermell-error);
    padding-right: 10px;
}

.info-tarifa-desplg p{
    padding-right: 15px; 
}

.tarifa-container {
    position: relative;
}

.fav-tarifa {
    position: absolute;
    top: -11px;
    left: -10px;
    font-size: 1.5rem;
}

.close-tarifa-info{
    top: 0;
    right: 0;
}

/*SEGURAS*/
#infoCarrito {
	border-radius: 5px !important; 
}
/*SEGURAS*/

#infoCarrito .promoVermell{
    color: var(--vermell-error);
}

 #codi-promocional .promoVerd{
    color: var(--verd-ok)
 }

#codi-promocional .delPromo{
    display:none;
}

#infoCarrito .promoPAntVermell{
    text-decoration: line-through;
    color: var(--vermell-error);
    padding-right:15px;
}

#addCarritoContainer{
    height: 65px;
}

.llegendaImg{
    padding: 4px;
    display: inline-table;
    border: 1px solid var(--blanc);
    border-radius: 5%;
    /*background-color: var(--blanc);*//*WCAG: Asignar esta variable para aplicar la vista accesible.*/
}

.lletraPetita{
    font-size:12px !important;
}

.colSessions{
    padding:0px !important;
    text-align:center;
    align-self: center !important;
    gap: 5px;
}

/*input tarifa*/
.iNumPers,.iNumArt{
    text-align:center;
}
    
.info{
    cursor:pointer;
}


#infoCarrito .deleteCompra{
    cursor:pointer;
    padding-right: 0px !important;
}

#infoCarrito .preu-linia{
    padding-right: 0px !important;
}

#infoCarrito .separador{
    border-bottom: 1px solid #A99E8E; /*SEGURAS*/
    margin: 0px;
}

#infoCarrito .separadorClar{
    border-top: 1px solid var(--gris-fosc);
    margin: 10px 0px;
}

#infoCarrito .total{
    padding:10px;
}

#infoCarrito .total .preu{
    padding-right: 0px !important;
}

.suggerenciaCarrito select {
    width: 100%;
    height: 100%;
    border: none;
    padding-left: 5%;
}

.suggerenciaCarrito .descrip {
    border: 1px solid #ddd;
}

.suggerenciaCarrito .unidades {
    border: 1px solid #ddd;
}

.iIconArtic{
    cursor:pointer;
}

/*Enquestes*/
#formDadesEnquesta .modul-enq{
    background-color: var(--gris-clar);
    padding: 1.5rem 4rem !important;
    width: 90%;
}

#formDadesEnquesta label{
    background-color: #fff0 !important;
}

.enquestaActiv {
    border-bottom: 2px solid var(--gris-fosc) !important;
    font-weight: bold;
    color: #000;
    margin-top: 10px;
    margin-bottom: 10px;
}

#divEnquesta input[type="radio"], #divEnquesta input[type="checkbox"]{
    width: 1rem !important;
    height: 1rem !important;;
}

#lista_actividades{
    padding-right: 9rem;
    padding-left: 9rem;
}
    
#lista_grups img{
    height: auto;
    width: 100%;
}

#lista_actividades img{
    max-height: 150px;
    max-width: 100%;
    min-width: 225.5px;
}

#modalNom{
    font-size: 21px !important;
    font-weight: 400 !important;
}

#modalImg{
    width: 100%;
}

.textRight{
    float:right;
    font-weight:bold;
}


.desactivar{
    opacity:0.25;
}


#sle_fotoC{
    font: caption;
    -webkit-appearance: button;
    background: black !important;
    color: white;
    border-color: black !important;
    padding: 7px 10px;
}



#seccioLOPD label{
    display: inline;
}
    
/*HEADER*/
header{
    position: fixed;
    width: 100%;
    background-color:#A99E8E; /*SEGURAS*/
    z-index:9;
}

#divHeader{
    height: 65px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 15px !important;
    padding-right: 15px !important;
    max-width: 1920px;
}

.capsaleraLogo{
    display: flex;
    height: 65px;
    align-items: center;
}

.capsaleraLogo a{
    height: 65px;
    display: flex;
    align-items: center;
}

.capsaleraLogo img{
    height: 70%;
}

#divIdioma{
  display: inline-block;
  vertical-align: bottom;
  float: none;
  text-align: right;
  gap: 5px;
}

#imagenBannerCustom{
    padding-top: 65px;
    display: flex;
    justify-content: center;
}

#imagenBannerCustom img{
    max-width: 1920px;
    max-height: 250px;
    width: 100%;
}
/*FI HEADER*/
    
/*INICI FOOTER*/

#footer{
    width: 100%;
}

#peuCopyright{
    background-color: #A99E8E; /*SEGURAS*/
    position: fixed;
    bottom: 0;
    z-index:9;
    height: 42px;
}

#ccalgirCR{
    font-size: 0.80rem;
}

#peuCustom{
    padding-bottom: 50px !important;
}

.imageCustomFooter img{
    max-width: 60%;
}

.img-graphic-social{
    width: 25px;
	background: #fff; /*SEGURAS*/
    border: 1.5px solid black; /*SEGURAS*/
    border-radius: 5px; /*SEGURAS*/
}

#copyright {
  color: #424242;
  font-size: 12px;
  font-weight: bold;
}

/*SEGURAS*/
.links-peu-elem {
	width: auto;
	margin-right: 15px;
}
/*SEGURAS*/

/*FI FOOTER*/

/*LOPD y checks (factura)*/
#formDadesFactura label {
  display: inline;
  padding-left: 5px;
}

.name_ok{
    font-weight: 400;
    text-decoration: underline;
}

#bBizum img {
  margin-top: 10px !important;
  max-width: 100%;
  height: 30px;
}

#bTargeta img {
  margin-top: 10px !important;
}

/*SEGURAS*/
#bTargeta h4 {
  font-size: 14px !important;
}
/*SEGURAS*/

.btn-pagament{
    border: 1px solid #A99E8E; /*SEGURAS*/
    background: none;
    color: #000;
    width: 250px;
    height: 105px;
}

.btn-pagament-marcat {
    border: 1px solid var(--verd-ok) !important;
    background: none;
    color: var(--verd-ok) !important;
}

#bBizum h4, #bTargeta h4{
    display: flex;
    flex-direction: column;
    align-items: center;
}
/*FI LOPD y checks (factura)*/

/*COOKIES*/
.spanCookies {
    padding-left: 0px;   
}

.spanCookies a{
    text-decoration:underline;
    cursor:pointer;
    font-weight:bold;
    color:black !important;    
}

.spanCookies a:hover{
    text-decoration:none;
}

.avisCookiesConfig{
    display:none;
}

#textCookie{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.seccioPrivacitat {
  border: 1px solid #000;
  padding: 5px;
} 

.btn-cookie-marcat{
    color: #fff;
    background: var(--verd-ok);
}

.btn-cookie-marcat:hover{
    color: var(--gris-fosc);
    background: var(--verd-ok);
}

/*Pàgina política de cookies*/
#main-container-cookies{
    color: #000;
    padding-top: 6rem !important;
}

.cookie-table th, .cookie-table td {
    padding: 10px;
}
.cookie-table th {
    font-weight: bold;
    background: #353434;
    color: #ffff;
}

.cookie-table tbody {
    background: var(--gris-fosc);
    color: #000;
    font-size: 0.85rem !important;
}
/*FI COOKIES*/
    
#cosPlana{
    margin:30px;
}

/*gris*/    
.modul-info {
    background-color: #A99E8E; /*SEGURAS*/
}

/*gris clar*/
.detallCompra{
    background-color: var(--gris-clar);
    /*margin-bottom:5px;*/ /*SEGURAS*/
}

/*verd*/
.modul-info-verd {
    background-color: var(--verd-ok);
    color:#fff;
}

/*taronja*/
.modul-info-especial {
    background-color: var(--groc-warning);
}

.modul-info-error {
    background-color: var(--vermell-error);
    color:#fff;
}

.modul-info-especial .iconInfo,.modul-info-error .iconInfo,.modul-info-verd .iconInfo{
    float:right;
}

/*INICI ARTICLES SUGGERITS*/
#divArticles{
    width: 100%;
}

.articleContainer{
    gap: 0px;
    border: 1px solid #ccc;
    border-radius: 5px !important;
}

.articleContainer .card-title{
    height: 60px;
    text-align: center;
}

.articleContainer .card-body{
    max-height: 145px;
}


.articleContainer .card-footer{
    background: none;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
}

.articleContainer img{
    max-width: 100%;
}

.leyenda-info:hover{
    cursor: pointer;
}

.articleImg{
    height: 225px;
    width: fit-content;
    max-width: 225px;
}

.articleInput{
    width: 100%;
}

.articleInput .input-group{
    width: 120px;
}

#afegirMesArticles{
    width: 200px !important;
}

.opcioMarcadaContainer, .infoContainer{
    min-height: 24px;
}

.articleFoto, .articleInfoBtn, .articleMarcadaIcon{
    text-align: center;
}

/*FI ARTICLES SUGGERITS*/
    
.modul-error {
    background-color: var(--groc-warning);
    display:none;
}

.modul-error:after{
    content:"\f071";
    float:inline-end;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;    
}

.info-ciclo-list {
    color: black !important;
}

.avis{
    border: 1px solid #000;
    padding:5px;
    background-color: var(--gris-fosc);
    max-height: 90px;
    overflow-y: scroll;
    overflow-x: hidden;
    font-size: 12px;
}

.agrupacioDades{
    border: 1px solid #000;
    padding:10px;
}

.titleNotes{
    font-weight:bold !important;
}


.seccioLOPD label{
    padding-left:5px;
}

#checkSLOPD1,#checkSLOPD2,#checkSLOPD3,#checkSLOPD4{
    padding-bottom:5px;    
}

#iframeBanc{
    width:100%;
    /*visibility: hidden;*/
}

/*comprovant final*/
#tabComprovantTitle{
    color: #000;
    background-color: #fff;
    font-weight: bold;
    border-bottom:1px solid;
    font-size: .875rem;
}

#bannerComprovant{
    width: 100vw;
    padding-top: 0;
}

#bannerComprovant img{
    width: 100%;
}

.divLocalizador{
    border: 1px solid #ECECEC;
    background-color: #F5F5F5;
    padding: 4px;
    font-weight: 500;
    width: 200px;
    margin: auto;
}

.compraExit{
    font-size: 1.5rem !important;
}

/*renovacio*/
.recuperarPassword{
    text-decoration:underline;
    cursor:pointer;
    font-weight:bold;
    color:black !important;   
}

.recuperarPasswordInput{
    display:none;
}

#dadesUser{
    border-bottom:1px solid;
}

.dadesPagam{
    border-bottom: 1px solid #6c757d; 
}

/*Afegir border top al resum del capsal de compra*/
.capsalResum > div:first-child {
    border-top: 1px solid #6c757d;
}

.liniaSuperior{
    border-top:1px solid;
}

.borderRadiusNone{
    border-radius: 0px !important;
}

.carousel-inner{
    display: flex;
}

.carousel-item{
    transition: none;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 2%;
    padding-top: 2%;
}

.carousel-item .img-wrapper{
    height: 175px;
}

.carousel-item img{
    max-width: 160px !important;
    max-heigth: 100% !important;
}


.carousel-control-prev, .carousel-control-next{
    border: 0px solid black;
    background-color: #fff !important;
    padding-right: 0px;
    padding-left: 0px;
    opacity: .9;
    width: 5% !important;
}

.carousel-control-prev-icon {
 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

#carouselArticleContainer .card{
    border: 1px solid var(--gris-fosc);
}

#carouselExampleControls .opcioMarcada{
    height: 16px;
}

/*-- Secció numerades --*/
#divSales {
    border: 1px solid #cecece;
    /* height: 180px; */
    border-radius: 5px;
    padding: 15px !important;
    margin: 0 auto;
    padding: 10px !important;
    flex-wrap: wrap;
}

#planol-container{
    position: relative;
    /*transform-origin: 0 0;*/
    width: 33%;
}

.recenteEscenario{
    font-size: smaller;
}

.rowDivSales {
    background-color: #f7f9f8;
    height: 42.73px;
    margin-bottom: 0px;
    border: 0.3px solid #cecece;
    color: #434343;
    padding-right: 6px;
    cursor: pointer;
}

.rowDivSales:hover {
    color: #fff;
    background-color: #434343;
}

.circleNumSelec {
    color: #fff !important;
    background-color: #434343 !important;
}

.rowDivSales .divSalesColor {
    height: 100%;
}

.rowDivSales div {
    padding-top: 5px;
}

#llegenda-sales{
    width: 70%;
}

#container-divSales1{
    width: 70%;
}

.divPreusNum{
    border-bottom: 1px solid #d9d9d9;
}

.recintoSala{
     cursor:pointer;
}

.recintoSalaMarcada{
    border:1px solid #f2f2f2;
    -webkit-box-shadow:0 1px 1px 0 #ffffff;
    -moz-box-shadow:0 1px 1px 0 #ffffff;
    box-shadow:0 1px 1px 0 #000;
}
 
.recintoSala:hover{
    opacity:.35;
    -webkit-box-shadow:0 1px 1px 0 #000;
    -moz-box-shadow:0 1px 1px 0 #000;
    box-shadow:0 1px 1px 0 #000;
}

.labelPreuNum{
    min-width: 33%;
}

#seccioErrorContNumerades .fa-times:hover{
    cursor: pointer;
}

/* -- MEDIA QUERIES SECTION -- */
@media (min-width: 1190px) and (max-width: 1285px) {
/*Styles for little laptos or big tablets*/
/*Serveix per quadrar petits elements que no s'acaben de veure bé en aquests tamanys intermitjos*/
    .articleContainer .col-lg-4 {
        width: 30% !important;
    }
    
    #imagenBannerCustom{
        display: none;
    }
}

/* -- MEDIA QUERIES SECTION -- */
/* estil especific pel carrousel d'articles del carrito de compra*/
@media screen and (min-width:576px){
    .carousel-inner{
        display: flex;
    }
    
    .carousel-item{
        margin-right: 0 !important;
        display: block !important;
        flex: 0 0 calc(100%/3);
    }
}

@media (min-width: 1001px) and (max-width: 1190px) {
/*Styles for little laptos or big tablets*/
/*Serveix per quadrar petits elements que no s'acaben de veure bé en aquests tamanys intermitjos*/
    #seccioTarifes .col-lg-2 {
        width: 15% !important;
    }

    .horarios{
        grid-template-columns: repeat(6, auto);
    }
    
    /*-- SECCIÓ articles pantalles mitjanes*/
    
    .articleDesc{
        align-items: center;
    }
    
    .articleContainer .col-lg-4 {
        width: 30% !important;
    }
    
    .carousel-item{
        flex: 0 0 calc(100%/2);
    }
    /*-- FI SECCIÓ articles pantalles mitjanes*/
     #imagenBannerCustom{
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1000px) {
  /* Styles for tablets in portrait orientation */
    #lista_grups  .blocActiv{
        gap : 20px;
        height: 200px;
    }
    
    #lista_grups  .blocActiv .blocActivHd{
        flex-direction: column;
    }
    
    #lista_grups img{
        max-height: 100px;
        max-width: 100%;
    }
    
    #lista_actividades{
        padding-right: 0;
        padding-left: 0;
    }
    
    .text-activ-titol{
        padding-right: 10px;
    }
    
    #calendarSessions{
        width: 70%;
    }
    
    #leyendaOcupacio{
        grid-template-columns: repeat(3, auto);
    }
    
    #dividerLlegendaTarif{
        padding: 0 2rem;
    }
    
    .horarios{
        grid-template-columns: repeat(4, auto);
    }
    
    .ui-datepicker .ui-state-default, .ui-widget-content .ui-state-default {
        padding: 10px 0 !important;
        max-width: 50px !important;
        max-height: 60px !important;
        margin-top: 5px !important;
        margin-bottom: 5px !important;
        font-size: 1.25em !important;
    }
    
    .leyenda_horarios {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    #leyend_comentaris, #leyend_fixe_cal{
        grid-template-columns: repeat(1, 1fr);
    }
    
    .seccioTarifes{
        height: 120px;
    }
    
    .fav-tarifa {
        font-size: 1.5rem;
    }
    
    .hora-sesion-cicle{
        font-size: 14px !important;
    }
    
    #bannerComprovant{
        padding-top: 4.5rem;
    }
    
    /*INICI - secció articles tablet*/
    .articleContainer{
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
    
    .carousel-item{
        flex: 0 0 calc(100%/2);
    }
    
    #carouselArticleContainer .card{
        border: 1px solid var(--gris-fosc);
    }
    /*FI - secció articles tablet*/
    
    #divSales1 {
        width: 100% !important;
        /*position: relative !important;
        display: block !important;
        left: 0px !important;
        top: 0px !important;*/
        padding: 0px !important;
        min-height: 100px !important;
    }
    #divSales2 {
        width: 100% !important;
        position: relative !important;
        padding: 0px !important;
        padding-bottom: 12px !important;
    }
    
    #imagenBannerCustom{
        display: none;
    }
    
}

/*Mobile queries*/
@media (max-width: 480px) {
    /* Styles for mobile phones in portrait orientation */
    .margin-top-plana{
        margin-top: 100px !important; /*SEGURAS*/
    }
        
    #main-content {
        margin-bottom: 80px;
    }
    
    #cosPlana{
        margin: 0px 0px;
    }
    
    #lista_grups .blocActiv{
        gap : 20px;
    }
    
    #lista_grups .blocActiv .blocActivHd{
        flex-direction: column;
    }
    
    #lista_grups img{
        max-height: 100px;
        max-width: 100%;
    }
    
    #lista_actividades{
        padding-right: 0;
        padding-left: 0;
    }
    
    #lista_actividades img{
        display: none;
    }
    
    .blocActivHd{
        flex-direction: column;
        gap: 0px;
    }
    
    #resumSelectAct .imageResumContainer{
        display: none;     
    }
    
    .cicleElement .form-check{
        padding-left: 1.4em !important;
    }
    
    #leyendaOcupacio{
        grid-template-columns: repeat(2, auto);
    }
    
    #dividerLlegendaTarif{
        padding: 0 2rem;
    }
    
    .horarios{
        grid-template-columns: repeat(2, auto);
    }
    
    #calendarSessions{
        width: 100%;
        margin: 0px;
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    
    .selector-pers{
        padding-inline: 0px;
    }
    
    .ui-datepicker .ui-state-default, .ui-widget-content .ui-state-default {
        max-width: 40px !important;
        min-width: 30px;
        max-height: 40px !important;
        font-size: 1.15em !important;
    }
    
    .leyenda_horarios {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    #leyend_comentaris, #leyend_fixe_cal{
        grid-template-columns: repeat(1, 1fr);
    }
    
    .botonSessions{
        width:120px;
    }
    
    .text-activ-titol{
        padding-right: 5px;
    }
    
    text-cos{
        font-size: 14px;
    }
    text-petit{
        font-size: 12px;
    }
    
    text-legal{
        font-size: 9px;
    }
    
    /*INICI - secció articles movil*/
    .articleContainer{
        gap: 15px;
        flex-direction: column;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .articleDesc{
        align-items: center;
    }  
    
    /*FI - secció articles movil*/
    
    #bannerComprovant{
        padding-top: 5rem;
    }
    
    .btn-pagament{
        min-width: 250px;
        max-width: 300px;
        width: 100%;
        margin-top: 15px;
    }
    
    #formDadesEnquesta .modul-enq {
        padding: 1.5rem 0.9rem !important;
        width: 90%;
    }
    
    #divEnquesta{
        margin: auto;
    }
    /*INICI - FOOTER MOBILE*/
     #peuCopyright{
        flex-direction: column-reverse;
        gap: 20px 0px;
        padding-top: .7rem !important;
        padding-bottom: .7rem !important;
        height: 100px;
    }
    
    #peuCustom{
        padding-bottom: 100px !important;
    }
    
    .imageCustomFooter img{
        max-width: 100%;
    }
    
    #divTotalCistella{
        margin-bottom: 90px !important;
    }
	
	/*SEGURAS*/
	.links-peu-elem {
		width: 91.5px;
		margin-right: 0px;
	}
	/*SEGURAS*/
    
    /*FI - FOOTER MOBILE*/
    
    #divSales1 {
        width: 100% !important;
        /*position: relative !important;
        display: block !important;
        left: 0px !important;
        top: 0px !important;*/
        padding: 0px !important;
        min-height: 100px !important;
    }
    #divSales2 {
        width: 100% !important;
        position: relative !important;
        padding: 0px !important;
        padding-bottom: 12px !important;
    }
    #seat_wrap{
        width: 100% !important;
    }
    
    #selectEscenario{
        /*display: none !important;*/
    }
    
    #planol-container{
        width: 50%;
    }
    
    #container-divSales1{
        width: 100%;
    }
    
    #imagenBannerCustom{
        display: none;
    }

}




