﻿:root {
    --Color1: #FFCD1C; /*groc*/
    --Color2: #FFEBA4;
    --Color3: #202020;
    --Color4: #F0EDEA;
    --Color5: #1F3880;
    --FondoColor1: #FFCD1C; /*groc*/
    --FondoColor2: rgba(255, 205, 28,0.4);
    --FondoColor3: #202020;
    --FondoColor4: #F0EDEA;
    --Font1: Font1;
    --Font2: Font2;
    --Font3: Font3;
    --ColorLink: var(--Color1);
    --ColorTaulaBorde: #FFCD1C;
    --ColorTaulaFons: #FFEBA4;
}


.CssColor1 {
    color: var(--Color1) !Important;
}

.CssColor2 {
    color: var(--Color2) !Important;
}

.CssColor3 {
    color: var(--Color3) !Important;
}

.CssColor4 {
    color: var(--Color4) !Important;
}


.CssFondoColor1 {
    background-color: var(--Color1) !Important;
}

.CssFondoColor2 {
    background-color: var(--Color2) !Important;
}

.CssFondoColor3 {
    background-color: var(--Color3) !Important;
}

.CssFondoColor4 {
    background-color: var(--Color4) !Important;
}

.CssLletra1 {
    font-family:var(--Font1);
}

@font-face {
    font-family: Awesome;
    src: url('../fonts/fa-solid-900.ttf');
}

@font-face {
    font-family: Awesome2;
    src: url('../fonts/fa-brands-400.ttf');
}


@font-face {
    font-family: Font1;
    src: url('../fonts/BarlowCondensed-Medium.ttf');
    /*font-display: swap;*/
}

@font-face {
    font-family: Font1B;
    src: url('../fonts/BarlowCondensed-SemiBold.ttf');
    /*font-display: swap;*/
}

@font-face {
    font-family: Font1L;
    src: url('../fonts/BarlowCondensed-Light.ttf');
    /*font-display: swap;*/
}

@font-face {
    font-family: Font2;
    src: url('../fonts/Mark Simonson - Proxima Nova Alt Regular.otf');
}

@font-face {
    font-family: Font2L;
    src: url('../fonts/Mark Simonson - Proxima Nova Alt Light.otf');
    /*font-display: swap;*/
}

@font-face {
    font-family: Font2B;
    src: url('../fonts/Mark Simonson - Proxima Nova Alt Extrabold.otf');
}


.CssBtnInfo > span:before {
    font-family: Awesome;
    content: "\f05a   ";
}

.CssBtnTelf:before, .CssBtnTelf > span:before {
    font-family: Awesome;
    content: "\f879   ";
    /*color:var(--Color1);*/
}

.CssBtnEmail:before, .CssBtnEmail > span:before {
    font-family: Awesome;
    content: "\f0e0   ";
    /*color: var(--Color1);*/
}


.CssBtnWhatsapp:before, .CssBtnWhatsapp > span:before {
    font-family: Awesome2;
    content: "\f232   ";
}




.CssRelativa {
    position: relative;
    float: left;
    box-sizing: border-box;
    height: auto;
}


.Columna10 {
    width: 10%;
}

.Columna20 {
    width: 20%;
}

.Columna25 {
    width: 25%;
}

.Columna30 {
    width: 30%;
}

.Columna33 {
    width: calc(100% / 3);
}

.Columna40 {
    width: 40%;
}

.Columna45 {
    width: 45%;
}

.Columna50 {
    width: 50%;
}

.Columna60 {
    width: 60%;
}


.Columna70 {
    width: 70%;
}

.Columna75 {
    width: 75%;
}


.Columna80 {
    width: 80%;
}

.Columna90 {
    width: 90%;
}

.Columna100 {
    width: 100%;
}

.CssEsquerra {
    text-align: left;
}

.CssDreta {
    text-align: right !Important;
}

.CssCentre {
    text-align: center !Important;   
}

.CssJustificat {
    text-align: justify !Important;
}


.CssVisible {
    display: block;
}

.CssAmagat {
    display: none;
}

.CssVisibilitySi{
    visibility:visible;
}

.CssVisibilityNo {
    visibility: hidden;
}

.CssNegreta {
    font-weight: bold !Important;
}


a {
    text-decoration:underline;
    color:inherit;

}


h1 {
    font-family: unset !important;
    font-size: unset !important;
    font-weight: normal !important;
    line-height: unset !important;
    text-decoration: none !important;
    text-transform: none !important;
    margin:0;
    padding:0;
}
h2 {
    font-family: unset !important;
    font-size: unset !important;
    font-weight: unset !important;
    line-height: normal !important;
    text-decoration: none !important;
    margin: 0;
    padding: 0;
}


/*Tipus per les taules ********************************************************************/

td.CelaDreta
{
    align-content:center;
    align-items:center;
}

td.ColumnaEsquerra
{
    width: 20%;
    height: 300px;
    border: 0px;
    background-color: white;
    padding: 0px;
    vertical-align: text-top;
    height:1000px;
}

td.ColumnaDreta
{
    width: 80%;
    border: 0px;
    background-color: white;
    padding: 0px;
    vertical-align: top;
    height:1000px;
}

td.TaulaContingut
{
    font-size: larger;
    vertical-align: text-top;
    font-family: Calibri;
    font-size: small;
    font-weight: initial;
    color: black;
    height:1000px;
}


td.ColumnaContingutEqrra
{
    width: 45%;
    border: 0px;
    padding: 0px 0px 0px 0px;
    vertical-align:top;
}

td.ColumnaContingutDreta
{
    position:relative;
    width: 55%;
    border: 0px;
    background-color: white;
    padding: 5px 0px 0px 0px;
    vertical-align: top;
    align-content:center;
    align-items:center;
}




td.Peu_Linea
{
    font-size:smaller;
    width: 1024px;
    height:50px;
    background-color:#396638;
    border-width:0px;
    align-content:flex-start;
}


    .ajax__calendar_title {
        background-color: DarkGrey;
    }
    .ajax__calendar_dayname {
        font-size:0.8rem;
        font-weight:bold;   
    }
    .ajax__calendar_day {
          font-size:0.8rem;
    }
    div.ajax__calendar_days table tr td{padding-right: 0px;font-size:0.8rem;}
    
    div.ajax__calendar_body{font-size:0.8rem;}
    div.ajax__calendar_container{font-size:0.8rem;}

.Formu_Label {
    font-family: 'Roboto';
    font-size: 0.8rem;
}

.Formu_Camp {

    height: 25px;
    padding: 0 10px;
    border: solid 1px #202020;
    height: 35px;
    background-color: white;
    text-decoration: none;
    outline: none;
}

textarea.Formu_Camp {
    padding-top:5px !Important;
}

.Formu_Camp::-webkit-input-placeholder { /* WebKit browsers */
    color: #202020 !important;
    opacity: 1 !important;
    font-family: var(--Font2Petita);
}

.Formu_Camp:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #202020 !important;
    opacity: 1 !important;
    font-family: var(--Font2Petita);
}

.Formu_Camp::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #202020 !important;
    opacity: 1 !important;
    font-family: var(--Font2Petita);
}

.Formu_Camp:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #202020 !important;
    opacity: 1 !important;
    font-family: var(--Font2Petita);
}


.BtnReservar {
    color: DarkGrey; 
    font-weight: bold;
    cursor:pointer;
}

.NumSuma {
    font-size:1rem;
    height:1.3rem;
    width: 30px;
    text-align: center;
    padding: 0 3px;
    margin: 0 3px 0 0;
}

.Formu_Btn
{
    font-family:Arial;
    font-size:1.3em;
    font-weight:bold;
    height:30px;
    width:80px;
    color:Black;
    text-decoration:none;
    cursor:pointer;
}

.MarcActivitatCILlista {
    position:relative;
    float:left;
    box-sizing:border-box;
    left:5%;
    width:90%;
    border:double 3px darkgrey;
    padding:10px;
    background-color:#EEEEEE;
    font-family:Calibri;
    font-size:1rem;

}

.NomActivitatCI {
    color:#98C21B;
    font-family:Roboto;
    font-size:1.3rem;
    font-weight:bold;
}
/*.DescripActivitatCI {
    font-family:Roboto;
    font-size:1.3rem;
}*/


.BotoIdioma {

    text-decoration:none;
    color:white;
    background-color:transparent;
    border:none;
    cursor:pointer;
    margin:0;
    padding:0;
}

.QuadreNosaltres {

    position:relative;
    float:left;
    box-sizing:border-box;
    width:25%;
    height:250px;
    border-style:solid;
    border-width: 0 1px;
    border-color: lightgrey;

    margin:10px auto;
    text-align:center;
    /*overflow:hidden;*/
}

.QuadreNosaltresText{
    text-decoration:none;
    font-family:Calibri;
    font-size:1.2rem;
    min-height:60px;
    color:#DD5500;
}

/*.QuadreNosaltresText:link {
    color:red;
    text-decoration:none;
}

.QuadreNosaltresText:visited  {
    color:red;
    text-decoration:none;
}*/

.QuadreNosaltresText_link {
    text-decoration:none;
}

.PanellActivitatLlistaLateral {

    position:relative;
    float:left;
    box-sizing:border-box;
    width:96%;
    height:auto;
    color:#666666;
    margin:5px 2%;
    text-align:left;
    font-family:Calibri;
    font-size:0.8rem;
    font-weight:bold;
    text-transform:uppercase;
}


.PanellActivitatLlistaLateral:hover {
    color:#007B5C;
}

.PanellImatgeActivitat {
    position:relative;
    float:left;
    width:100%;
    max-height:150px;
    overflow:hidden;
    /*border:solid 1px green;*/
}

.FotoActivitatCasa {
    position:relative;
    float:left;
    width:100%;
}

.NomActivitatCasa {
    position:relative;
    float:left;
    box-sizing:border-box;
    width:100%;
    height:50px;
    /*color:#6D5026;*/
    text-align:center;
    padding:5px 2px 0 2px;
    font-family:'RobotoCond'; /*'SuperBoys';*/
    font-size:1.2rem;
    text-transform:uppercase;
}

.GrausEstudisActivitatCasa
{
    position:absolute;
    left:0;
    bottom:2px;
    /*float:left;*/
    box-sizing:border-box;
    width:100%;
    text-align:center;
    font-family:'RobotoCond';
    color:darkorange;
    font-weight:normal;
    font-size:0.8rem;
    text-transform:uppercase;
}


.PanellCentreLlistaLateral {

    font-weight:bold;
    text-decoration:none;
    margin:7px auto;
}

.PanellCentreLlistaLateral:visited {
    text-decoration:none;
}

.NomCentreLlistaCentre {
   text-decoration:none;
   color:#666666;
}

.NomCentreLlistaCentre:hover {
    color:#007B5C;
    text-decoration:none;
}


.MarcPagina {
    position: relative;
    /*float:left;*/
    max-width: 1024px;
    height: 100%;
    overflow:hidden;
    min-height: 1500px;
    margin: 0 auto; 
    padding-bottom:50px;

}

.Formu_Text {
    font-family: OpenSans;
    font-size: 1.2rem;
    width: 100%;
    color: #2E3031;
}

 .ProgramaTaula {
     width:100%;
}

 .ProgramaCelaDia {
    /*color:white;*/
    background-color:lightgrey;
    font-weight:bold;
    text-align:center;
}

.ProgramaCelaHora {
     background-color:lightgrey;
}

.ProgramaCela {
    background-color:#EEEEEE;
    /*text-align:center;*/
    font-size:0.9rem;
}

.ItemMenuLateral {
     position:relative;
     margin:10px 0;
     height:auto;
     padding:10px 3px;
     border:solid 1px darkgrey;
     text-align:center;
     color:white;
     background-color:#007B5C;
     font-family:'RobotoCond';
     font-size:1.2rem;
     line-height:20px;
     vertical-align:middle;
}

.ItemMenuLateral:hover {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);  
        color:#98C21B;
}

.ItemMenuLateral2 {
     position:relative;
     margin:10px 0;
     height:auto;
     padding:10px;
     border:solid 1px darkgrey;
     text-align:center;
     color:white;
     background-color:#98C21B;
     font-family:'RobotoCond';
     font-size:1.2rem;
     line-height:20px;
     vertical-align:middle;
}


.ItemMenuLateral2:hover {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);  
        color:#007B5C;
}



@keyframes ApareixerPerBaix {

    from {
        bottom:-100%;
    }
    to {
        bottom:0;
    }
}


@keyframes PersianaOn {

    from {
        top: -100%;
    }

    to {
        top: 0;
    }
}

.GridPresentacio
{
    color:#007B5C;
    background-color:#007B5C;
    border-color:#007B5C;
    border-style:solid;
    border-width:1px;
    Font-Size:Medium;
    Width:100%;
    font-family:'Roboto';
}

@keyframes Apareixer {

    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes Desapareixer {

    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}


/*DropDownList **************************************************************/

.CssDropDownList {
    position: absolute;
    bottom: 0;
    left: 5px;
    width: 200px;
    height: 30px;
    overflow: hidden;
    background: url('https://CasaGenericacat/media/fix/Arrowhead-Down-01.png') no-repeat right #F6F1DB;
    border: 1px solid #98C21B;
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: 'RobotoCond';
    font-size: 1rem;
    z-index: 3;
    cursor: pointer;
    /*visibility:hidden;*/
}

.CssDropDownList select {
    background: transparent;
    /*width: 180px;*/
    padding: 3px;
    font-size: 16px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: Calibri;
    color: #7d6754;
}

/*slider***************************************************************************/

input[type=range] {
    /*-webkit-appearance: none;*/ /* Hides the slider so that custom slider can be made */
    width: 100%; /* Specific width is required for Firefox. */
    background: transparent; /* Otherwise white in Chrome */
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
}

input[type=range]:focus {
    outline: none; /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
}

input[type=range]::-ms-track {
    width: 100%;
    cursor: pointer;
    /* Hides the slider so custom styles can be added */
    background: transparent;
    border-color: transparent;
    color: transparent;
}

/*ckeckbox ****************************************************/

.CssCBCases {
    display: block;
    position: absolute;
    box-sizing: border-box;
    top: 0;
    left: 0;
    width: 100%;
    height: 35px;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border:solid #202020;
}

.CssCBCases input {
    position: absolute;
    left: 10px;
    top: 6px;
    opacity: 0;
    cursor: pointer;
    height: 20px;
    width: 20px;
    z-index: 9;
}


.CssCBMarca {
    position: absolute;
    top: 6px;
    left: 10px;
    height: 20px;
    width: 20px;
    background-color: white; 
    border: solid 1px #202020;
}

/* On mouse-over, add a grey background color */
/*.CssCBCases:hover input ~ .CssCBMarca {
    background-color: #ccc;
}*/

/* When the checkbox is checked, add a blue background */
/*.container input:checked ~ .checkmark {
            background-color: #007B5C;
        }*/

/* Create the checkmark/indicator (hidden when not checked) */
.CssCBMarca:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.CssCBCases input:checked ~ .CssCBMarca:after {
    display: block;
}

/* Style the checkmark/indicator */
.CssCBCases .CssCBMarca:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #202020;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ItemMenuPpal:hover {
    color: #ED6A5B;
}

.CssCreixer05 {
    transition-duration:0.05s
}

.CssCreixer05:hover {
    transform: scale(1.02)
}

.CssApareixer05s {
    animation-name: Apareixer;
    animation-duration: 0.5s;
}

.CssApareixer1s {
    animation-name: Apareixer;
    animation-duration: 1s;
}

.CssApareixer2s {
    animation-name: Apareixer;
    animation-duration: 2s;
}

.CssDesapareixer2s {
    animation-name: ApareixerPerBaix;
    animation-duration: 2s;
}

.CssPersianaOn {
    animation-name: PersianaOn;
    animation-duration: 0.3s;
}

.CssFormInscripcio {
    margin-top: 50px;
}

.CssCampFormInscripcio {
    margin-bottom: 20px;
}

.CssFormInscripcio > .CssCampFormInscripcio > input {
    height: 40px;
    padding: 0 10px;
}

.CssFormInscripcio > .CssCampFormInscripcio > span {
}

.CssBtnAnteriorSeguent {
    position: fixed;
    height: 30px;
    width: 30px;
    z-index: 9;
    opacity: 0.25;
    cursor: pointer;
    /*border: solid 1px #202020;
    border-radius: 50px;*/
}

.CssBtnAnteriorSeguent:hover {
    opacity: 1;
}

.CssPnlMenuMobil {
    display: none;
    position: fixed;
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    background-color: var(--Color2);
    z-index: 999;
}