﻿/*@Color1:#FF0000;*/

body {
    position: relative;
    height: auto;
    width: 100%;
    margin: 0px auto;
    background-color: palegoldenrod;
    text-align: center;
    overflow-y: scroll;
}

.CssPaddingGran {
  padding: 30px;
}

.CssPaddingTopGran {
    padding-top: 30px;
}

.CssMarginTopGran {
    margin-top: 30px;
}

.CssMarginBottomGran {
    margin-bottom: 30px;
}

.CssMarginTopPetit {
    margin-top: 15px;
}

.CssPaddingDretaEqrraGran {
    padding-left: 30px;
    padding-right: 30px;
}

.CssFlexPCNoFlexM {
    display: flex;
}


.MarcGeneral {
    position: relative;
    box-sizing: border-box;
    top: 0;
    width: 100%;
    max-width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 10px;
    background-color: transparent;
}

.MarcGeneral2 {
    position: relative;
    box-sizing: border-box;
    top: 0;
    width: 100%;
    max-width: 904px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 10px;
    background-color: transparent;
}

header, section, footer, aside, nav, article, figure, figcaption, hgroup {
    display: block;
}

.Font1GR, .Font1GB, .Font1GL {
    font-size: 2.5rem;
    color: #202020;
}

.Font1GR {
    font-family: Font1;
}

.Font1GB {
    font-family: Font1B;
}

.Font1GL {
    font-family: Font1L;
}

.Font1MR, .Font1MB, .Font1ML {

    font-size: 1.8rem;
    line-height: 2rem;
    color: #202020;
}

.Font1MR {
    font-family: Font1;
}

.Font1MB {
    font-family: Font1B;
}

.Font1ML {
    font-family: Font1L;
}

.Font1NR, .Font1NB, .Font1NL {
    font-size: 1.3rem;
    font-weight: unset;
    letter-spacing: initial;
    color: #202020;
}

.Font1NR {
    font-family: Font1;
}

.Font1NL {
    font-family: Font1L;
}

.Font1NB {
    font-family: Font1B;
}

.Font1PR, .Font1PB, .Font1PL {
    font-size: 0.9rem !important;
    line-height: 1rem;
    color: #202020;
}

.Font1PR {
    font-family: Font1;

}

.Font1PB {
    font-family: Font1B;
}


.Font1PL {
    font-family: Font1L;
}

.Font2NR, .Font2NB, .Font2NL {
    font-size: 1.3rem;
    /*line-height: 1.5rem;*/
    letter-spacing: initial;
    color: #202020;
}

.Font2NR {
    font-family: Font2;
}

.Font2NB {
    font-family: Font2;
}

.Font2NL {
    font-family: Font2L;
}



.Font2PR {
    font-family: var(--Font2);
    font-size: 0.9rem;
    color: #202020;
    /*line-height: 0.9rem;*/
}

.Font2MR {
    font-family:Font2;
    font-size: 1.6rem !important;
    line-height: 1.5rem;
    font-weight: unset;
    letter-spacing: initial;
    color: #202020;
}

.Font2MB {
    font-family: Font2B;
    font-size: 1.8rem !important;
    line-height: 1.5rem;
    letter-spacing: initial;
    color: #202020;
}

.Font2GR {
    font-family: Font2;
    font-size: 4rem !important;
    line-height: 3.5rem;
    color: #202020;
}

.Font2GB {
    font-family: Font2B;
    font-size: 4rem !important;
    line-height: 3.5rem;
    color: #202020;
}

.CssLletraLogo {
    font-family: var(--Font3);
    font-size: 2.5rem;
    line-height: 1.9rem;
    letter-spacing: -3px !important;
    text-align: center;
}


textarea.Font1PR {
    font-family: RobotoLight !Important;
    font-size: 0.8rem !Important;
    color: #202020 !Important;
}

.LletraCapçalera {
    font-family: Calibri;
    font-size: 0.9rem;
    font-weight: bold;
    color: #007B5C;
}

.LletraTitolMoltGran {
    font-size: 4rem;
    line-height: 4rem;
    font-family: var(--Font1);
    letter-spacing: 0.1rem;
}

.LletraTitolGran {
    font-size: 2.5rem;
    line-height: 2.5rem;
    /*font-size: calc(0.8rem + 2.2vw);
    line-height: calc(1rem + 2vw);*/
    font-family: var(--Font1);
}

.LletraTitolGranNegreta {
    font-size: 3rem;
    line-height: 2.8rem;
    /*font-size: calc(0.8rem + 2.2vw);
    line-height: calc(1rem + 2vw);*/
    font-family: var(--Font3);
}

.LletraTitolGran2 {
    font-size: 2.5rem;
    line-height: 2.5rem;
    font-family: var(--Font1);
}


.LletraTitolPetit {
    font-size:1.4rem;
    font-family: Bogart;
    line-height:1.8rem;
}

.CssColumna25PC50M {
    width: 25%;
}

.CssColumna75PC50M {
    width: 75%;
}



.CssColumna25PC100M {
    width: 25%;
}

.CssColumna33PC100M {
    width: calc(100% / 3);
}

.CssColumna50PC100M {
    width: 50%;
}

.CssColumna66PC100M {
    width: calc((100% / 3)*2);
}

.CssColumna75PC100M {
    width: 75%;
}



.CssVisiblePCAmagatM {
    display: block;
}

.CssAmagatPCVisibleM {
    display: none;
}


.CssBtnGeneral, .CssBtnGeneral2 {
    overflow: hidden;
    width: auto;
    height: auto;
    color: #202020;
    border-radius: 40px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    padding: 10px 30px;
    font-family: var(--Font1);
    font-size: 1rem;
}

.CssBtnGeneral {
    /*border:solid 1px #202020;*/
    background-color:var(--Color1);
}


.CssBtnGeneral2 {
    border: solid 1px #202020;
    background-color: var(--Color1);
}

.CssBtnGeneral:hover, .CssBtnGeneral2:hover {
    box-shadow: 0px 0px 5px rgba(0,0,0,0.80);
}

.CssBtnMes {
    position: absolute;
    top: 20px;
    right: 30px;
}


.CssBtnFiltre {
    position: absolute;
    width: auto;
    height: 30px;
    top: 20px;
    left: 5px;
    margin: 0 15px 0 0px;
    font-family: 'RobotoCond';
    font-size: 1rem;
    border: 1px solid #98C21B;
    border-radius: 5px;
    background-color: #F6F1DB;
    cursor: pointer;
    vertical-align: middle;
}

.CssBtnFiltre:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.CssTBFiltre {
    top:5px;
    height: 30px;
    font-family: 'RobotoCond';
    font-size: 1rem;
    border: 1px solid #98C21B;
    border-radius: 5px;
    background-color: #F6F1DB;
    vertical-align: middle;
    text-align:center;
}

.CssBtnPagerSelec {
    font-family: Roboto;
    font-size: 1rem;
    background-color: white;
    color: #007B5C;
    /*border: solid 2px #007B5C;*/
    /*cursor: pointer;*/
    height: auto;
    padding: 10px 15px;
    vertical-align: middle;
    text-decoration: none;
    /*border-radius: 5px;*/
}

.ContenidorFotos {
    position: absolute;
    box-sizing: border-box;
    display: inline-block;
    background-color: white;
    padding: 0 0 0 15px;
}

    .PanelFitxaFondo {
        position:relative;
        float:left;
        box-sizing:border-box;
        margin:0 15px 0 0 ;
    }

    .PanelTextFondo {
        position:absolute;
        /*float:left;*/
        box-sizing:border-box;
        text-align:right;
        /*border:solid 1px gold;*/
        /*margin:0 15px 0 0 ;*/
    }

    .ImatgeFondo {
        position:relative;
        top:0;
        left:0;
        border:none;
        box-sizing:border-box;
        width:100%;
    }

    .DescripcioFondo {

        position:absolute;
        top:0;
        right:0;   
        font-family:OpenSans;
        font-size:0.7rem;

    }


    .Agrupar {

        text-align: left;
        background-color:white;
        height: auto;
        overflow:hidden;
        box-shadow:1px 2px 5px 2px lightgrey;
        margin:0px auto;
        color: #2E3031; /*quasi negre*/
        background-color:white;
    }

    .PaginesMaster {
        position:relative;
        float:left;
        width:100%;
        min-height:500px;
        background-color:transparent;
        padding:50px 0;
        margin:0 auto;
    }

.BarraSuperior {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    box-sizing: border-box;
    height: 40px;
    width: 100%;
    z-index: 4;
    background-color: var(--FondoColor8);
}


.Barra1 {
    display: block;
    position: fixed;
    box-sizing: border-box;
    top:0;
    height: 120px;
    width: 100%;
    z-index: 5;
    background:white;
    /*border:solid 1px red;*/
}


.Barra2 {
    display: block;
    position: absolute;
    box-sizing: border-box;
    top: 40px;
    height: 80px;
    width: 100%;
    z-index: 1;
    background:none;
    text-align: left;
    /*overflow:visible;*/
    /*vertical-align: middle;*/
    /*border: solid 1px green;*/
}


    .MenuPetit
    {
        box-sizing:border-box;
        position:fixed;
        font-family:OpenSans;
        font-size:larger;
        background-color:darkgrey; 
        height:45px;
        width:100%;
        z-index:3;
        vertical-align:middle;
    }
    
    .CssMarcMenuPrincipal {
        position: fixed;
        left: 0;
        top: 0px;
        z-index: 8;
        width: 100%;
        height: 100%;
        background-color: transparent;
        visibility: hidden;
        margin:0 auto;

    }

    .MenuPetitLlistat {
        visibility:hidden;
    }

.MenuPetitLlistat1 {
    box-sizing: border-box;
    position: relative;
    float: left;
    left: 0;
    top: 0px;
    height: 5000px;
    width: 300px;
    z-index: 9;
    color: white;
    padding: 0 0 0 5px;
    visibility: visible;
    background-color: white; /*#EAF3D1;*/
    /*background-image:url("/media/fix/Trama_gris.jpg");
        background-repeat:space;*/
    /*background: linear-gradient(90deg, darkgrey 0%, lightgrey 50%);*/
    animation-name: EsqrraDreta;
    animation-duration: 0.3s;
    animation-iteration-count: 1;
    border-left: solid 20px #DB614C;
    border-right: solid 1px #007B5C;
    /*overflow:hidden;*/
    /*overflow-x:hidden;*/
}

    .MenuPetitLlistat2 {
        box-sizing:border-box;
        position:relative;
        left:0;
        top:0px;
        height:5000px;
        width:420px;
        z-index:9;
        color:white;
        /*border:solid 1px red;*/
        left:-420px;
        padding:0 0 0 5px;
        /*visibility:hidden;*/
        opacity:0;
        background-color: rgba(204, 204, 204,1);
        animation-name: DretaEsqrra;
        animation-duration:0.3s;
        animation-iteration-count:1;
        border-right:solid 5px #007B5C;
        /*overflow:hidden;*/
        /*overflow-x:hidden;*/
    }

    @keyframes EsqrraDreta {

        from {
            opacity:0;
            left:-35%;
        }
        to {
            opacity:1;
            left:0;
        }
    }

    @keyframes DretaEsqrra {

        from {
            left:0;
            /*visibility:visible;*/
            opacity:1;
        }
        to {
            left:-35%;
            /*visibility:hidden;*/
            opacity:0;
        }
    }



    .MenuPrincipalPetit { 

    }

    .TextPrincipal {
        position: fixed;
        box-sizing: border-box;
        left: 15%;
        width: 70%;
        top: 20%;
        /*background: rgba(15,110,179,0.2);*/
        height: auto;
        text-align: center;
        padding: 1%;
        text-shadow: 1px 1px 1px rgba(15, 110, 179, 1);
        /*border-radius: 10px 10px 10px 10px;
        -moz-border-radius: 10px 10px 10px 10px;
        -webkit-border-radius: 10px 10px 10px 10px;*/
    }

    /*.MarcBotonsPrincipal {
        position: fixed;
        box-sizing: border-box;
        width: 100%;
        bottom:3%;
        height: auto;
        text-align: center;
    }*/

    .BotoPrincipal {
        position:relative;
        float:left;
        box-sizing:border-box;
        width:40%;
        height:100%;
        /*min-height:30px;*/
        margin:1% 30%;
        padding:3px 0;
        /*background-color:#0F6EB3;*/
        background: rgba(15,110,179,0.6);
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        box-shadow:1px 2px 2px black;
        vertical-align:middle;


    }


    .LogoCapçalera {
        display:none;
    }

    .BarraSotaCapcalera {
        position:relative;
        float: left;
        top:40px;
        box-sizing:border-box;
        height: 2px;
        background-color: #90C640;
        width: 100%;
    }
    

    .SeccioPrincipal {
        position: relative;
        float:left;
        box-sizing:border-box;
        /*top:45px;*/
        width: 100%;
        height: auto;
        min-height: 500px;
        background-color: white;
        padding: 1%;
    }

    .BarraLateral {
        position:relative;
        display:block;
        float:left;
        text-align:center;
        width:100%;
        box-sizing:border-box;
        height:auto;
        margin:20px auto;
    }

    div.BarraBotons {
        float: left;
        clear: right;
        height: 25px;
        border-style: solid;
        border-color: #006699;
        border-width: 0px 1px 1px 1px;
        background-color: #D8E8FF;
        width: 99%;
        padding: 0.5% 0.5% 0.5% 0.5%;
        -moz-border-radius: 0px 0px 10px 10px;
        -webkit-border-radius: 0px 0px 10px 10px;
        border-radius: 0px 0px 10px 10px;
        vertical-align: central;
    }

    .Bandera {
        position: relative;
        float: left;
        top: 10px;
        margin: 0px 5px;
    }



    .Entrar {
        position: relative;
        float: right;
        color: #90C640;
        text-decoration: none;
        font-family: OpenSans;
        font-size: x-small;
        font-weight: bold;
        /*top:2px;*/
    }


    .Footer {
        position:relative;
        float:left;
        width: 100%;
        top:40px;
        box-sizing:border-box;
        align-items:center;
        text-align:center;
        height:auto;
        margin:0 auto;
        background-color: #EEEEEF;
    }

    .PanelLogos {
        position: relative;
        float:left;
        box-sizing:border-box;
        text-align: center;
        height:auto;
        width:100%;
        vertical-align: bottom;
        background-color: #EEEEEF;

    }

    .LogoPeu {
        position: relative;
        margin: 50px 2% 0 2%;
        width: 28%;
    }

    .PeuPagina {
        position: relative;
        float: left;
        box-sizing:border-box;
        width: 100%;
        border-style: solid none;
        border-color: #d1d1d1;
        border-width: 2px 0 0 0;
        text-align: center;
        background-color:#213A8A;
    }

    .PaginaPagament {
         position:relative;
         text-align:center;
         background-color:white;
         /*background-repeat:no-repeat;
         height:auto;
         min-height:512px;
         background-image:url('http://www.discoveriesaround.com/media/pagament.jpg');*/
    }

    .MarcFormPagament {
        position:relative;
        box-sizing:border-box;
        left:1%;
        width:98%;
        border:solid 1px grey;
        padding:5px;
        text-align:left;
        background-color:white;
    }

    .lletralabelsformulari {
        position:relative;
        box-sizing:border-box;
        left:2%;
        width:96%;
        font-family: OpenSans;
        font-size: small;
        color: darkslategray;
    }

    .LletraTextsFormulari {
        position:relative;
        box-sizing:border-box;
        font-family: OpenSans;
        font-size:1.3rem;
        border-style: solid;
        border-width: 1px;
        border-color: darkgrey;
        left:2%;
        width:96%;
        height:50px;
        padding: 0 5px;
        box-shadow: rgb(150,150,150) 2px 2px 2px;
    }

    .BotoPagament {
        position:relative;
        box-sizing:border-box;
        font-weight:bold;
        font-size:1.6rem;
        /*left:1%;*/
        Height:50px;
        Width:100%;
        border-color:black;
    }

    
    .MarcEncarrec
    {
        position:relative;
        float:left;
        background-color: white;
        box-sizing:border-box;
        margin:0 1% 15px 1%;
        width:48%;
        height:auto;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -webkit-box-shadow:#0F6EB3 0px 0px 2px;
        -moz-box-shadow: #0F6EB3 0px 0px 2px;
        box-shadow: #0F6EB3 0px 0px 2px;
     }

    .NomEncarrec
    {
        position:relative;
        display:inline-block;
        float:left;
        box-sizing:border-box;
        background-color:white;  /*#0A67AF;*/
        font-family:CraftyGirls;
        font-size:1.2rem;
        font-weight:bold;
        text-align:center;
        background-color:transparent;
        /*border:solid 1px black;*/
        padding:10px 3px;
        width:100%;
        height:60px;
        margin:0 0 5px 0;
        vertical-align:central;
    }

    .DescripcioEncarrec
    {
        position:relative;
        display:inline-block;
        float:left;
        box-sizing:border-box;
        width:100%;
        height:150px;
        font-family:OpenSans;
        font-size:0.9rem;
        text-align:justify;
        padding:10px;
        overflow:hidden;
        margin:0 0 5px 0 ;
    }

    .TextSobreMi {
        position: fixed;
        box-sizing: border-box;
        left: 1%;
        width: 60%;
        bottom: 1%;
        height: auto;
        font-family:OpenSans;
        font-size:0.8rem;
        text-align: justify;
        padding: 1%;
        color:white;
        /*text-shadow: 1px 1px 1px rgba(15, 110, 179, 1);*/
        /*background-color:rgba(0,0,0,0.2);*/
    }

    .MarcAmics {

        position:relative;
        width:60%;
        height:auto;
        left:20%;
        padding:100px 0;
        color: white;
        font-family:OpenSans;
        font-weight:bold;
        font-size:1.8rem;
        background-color:rgba(0,0,0,0.3);
        height:auto;
    }

    .ContacteInici {
         position:relative;
         float:left;
         width:50%;
         height:auto;
    }

    .TextContacte {
        position:absolute;
        box-sizing: border-box;
        /*top:10%;*/
        right: 5%;
        width: auto;
        height: auto;
        padding: 1%;
        background-color:rgba(0,0,0,0.2);
        text-align: justify;
    }

    .LinkTxtContacte {
        color:white;
        font-family:OpenSans;
        font-size:1.6rem;
        font-weight:bold;

        text-decoration:none;
    }

    .LinkTxtContacte:link {

        text-decoration:none;
        color:white;

    }

    .LinkTxtContacte:visited {

        text-decoration:none;
        color:white;

    }


    .MarcFormulari {

        position:absolute;
        box-sizing:border-box;
        left:5%;
        width:50%;
        height:auto;
        padding:2%;
        text-align:left;
        background-color:rgba(0,0,0,0.3);
    }

    .Pressupost {
        position:relative;
        float:left;
        box-sizing: border-box;
        width: 50%;
        height: auto;
        text-align: justify;
        padding: 5% 2%;
        text-shadow: 1px 1px 1px rgba(15, 110, 179, 1);
    }

    .MarcImatgeFondo
    {
        position:fixed;
        box-sizing:border-box;
        top:0;
        left:0;
        height:100%;
        width:100%;
        background-color:black;
        margin:0 auto;
    }

.XarxesSocials {
    position:fixed;
    bottom:5px;
    right:2%;
    height:auto;
}

.MarcReferencies {

    position:relative;
    top:5%;
    width:100%;
    max-width: 1023px;
    height:auto;
    color: white;
    margin:0 auto;
    
}

.PanelReferencia {
    position:relative;
    float:left;
    margin:30px 1.5%;
    height:175px;
    width:30%;
}

.PanelReferencia:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.ImatgeReferencia {
    height:100%;
    max-height:175px;
    border:solid 1px darkgrey;
}


.MarcHomeSubMenu1 {
    position: relative;
    float: left;
    box-sizing: border-box;
    width: 32%;
    height: auto;
    margin: 0 2% 0 0;
}

.MarcHomeSubMenu2 {
    position: relative;
    float: left;
    box-sizing: border-box;
    width: 32%;
    height: auto;
    margin: 0;
}

.MarcFotoHomeSubMenu {
    position: relative;
    float: left;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    border: solid 1px white;
    overflow:hidden;
}

.FotoHomeSubMenu{
    position: relative;
    float:left;
    box-sizing: border-box; 
    width: 100%;
    height: auto; 
    left: 0; 
    top: 0;
    transition:all 1s ease;
}

.FotoHomeSubMenu:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.LblHomeSubMenu {

    position:absolute;
    left:0;
    bottom:-30px;
    width:100%;
    height:auto;
    color:white;
    font-size:1.5rem;
    font-weight:bold;
    font-family:BasicTitleFont;
    text-shadow:2px 3px black;
    z-index:1;

}

.FotoCarrusel {
    position: relative;
    width: 100%;
    /*border:solid 1px lightgrey;*/
    /*max-width:1024px;*/
    height: auto;
    left: 0;
    top: 0;
    /*animation-name: transparencia;
    animation-duration:3s;*/
}

@keyframes transparencia {
    /*0%   {opacity:0;}
    5%  {opacity:1;}
    100% {opacity:0;}*/


    from {
        opacity:0.2;
    }
    to {
        opacity:1;
    }
}

@keyframes AbaixAdalt {

    from {
        top:-30%;
    }
    to {
        top:30%;
    }
}

.PanellTreballPortfolio{

    position:relative;
    float:left;
    box-sizing:border-box;
    width:48%;
    height:auto;
    /*min-height:250px;*/
    /*border:solid 1px red;*/
    margin:1%;

}

.PanellFotoTreballPortfolio {
    
    position:relative;
    float:left;
    box-sizing:border-box;
    width:100%;
    height:auto;
    border:solid 1px white;
    overflow:hidden;
}

.FotoTreballPortfolio {
    position:relative;
    float:left;
    width:100%;
    height:auto;
    transition:all 1s ease;
}

.FotoTreballPortfolio:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.TextTreballPortfolio {
    position:relative;
    float:left;
    width:100%;
    height:auto;
    min-height:2.6rem;
    top:3px;
    color:white;
    font-family:BasicTitleFont;
    font-size:1.2rem;
    text-align:center;
}

.Treball_PanellThumbs
{
    position:relative;
    float:left;
    box-sizing:border-box;
    width:100%;
    height:500px;
    border:solid 1px red;

}


.PanellTreballCategoria{

    position:relative;
    float:left;
    box-sizing:border-box;
    width:100%;
    height:auto;
    /*min-height:250px;*/
    /*border:solid 1px red;*/
    margin:30px auto;

}

.PanellFotoTreballCategoria {
    
    position:relative;
    float:left;
    box-sizing:border-box;
    width:15.3%;
    margin:0.2%;
    height:auto;
    border:solid 1px silver;
    overflow:hidden;
}

.FotoTreballCategoria {
    position:relative;
    float:left;
    width:100%;
    height:auto;
    /*transition:all 1s ease;*/
}

.NomCategoriaCategoria {
    font-size:1.5rem;
    color:white;
}

.TxtNomTreballCategoria {
    position:relative;
    float:left;
    width:99%;
    margin:0 0.5%;
    font-family:OpenSans;
    font-size:1.5rem;
    color:white;
    text-align:left;
}

.TxtDescripTreballCategoria {
    position:relative;
    float:left;
    width:99%;
    margin:0 0.5%;
    font-family:OpenSansLight;
    font-size:1rem;
    color:white;
    text-align:justify;
}

.BotoFotoTreball {
    position: absolute;
    left:0;
    top:0;
    box-sizing: border-box;
    /*float: left;*/
    width: 100%;
    height: 100%;
    border: none;
    background-color:transparent;
    z-index:2;
    cursor:pointer;
}

.BotoTancarModal {
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    background-color:transparent;
    z-index:11;
    cursor:pointer;
    border:none;
}

.PanellModalNegre {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0, 0,0.7);
    z-index: 10;
    overflow: hidden;
}


/*.Galeria2_BotoAnterior
{
    position:absolute;
    left:1%;
    top:50%;
    opacity:0.4;
    z-index:13;
}

.Galeria2_BotoAnterior:hover
{
    opacity:1;
    transform:scale(1.1);
}

.Galeria2_BotoSeguent
{
    position:absolute;
    right:1%;
    top:50%;
    opacity:0.4;
    z-index:13;
}

.Galeria2_BotoSeguent:hover
{
    opacity:1;
    transform:scale(1.1);
}*/

.Galeria2_BotoTancar
{
    position:absolute;
    right:35px;
    top:20px;
    opacity:0.6;
    z-index:16;
}

.Galeria2_BotoTancar:hover
{
    opacity:1;
    transform:scale(1.1);
}

.Contacte1
{
    position: relative;
    float: left;
    width: 48%;
    box-sizing: border-box;
    font-family:'Roboto';
    font-size: medium;
    font-weight: normal;
    padding: 20px 10px 5px 10px;
    border-style:solid;
    border-color: #6D5026; /*verd*/
    border-width:0 2px 0 0;

}

.FormulariContacte
{
    position: relative;
    float: left;
    clear: right;
    left:-2px;
    width:48%;
    box-sizing: border-box;
    min-height: 500px;
    padding: 20px 2px;
    border:solid #253F8C;
    border-width:0 0 0 2px;
}


.Formulari
{
    display:block;
    position:relative;
    float:left;
    margin:0px 20px 20px 20px;
    padding: 10px;
    border-style:none;
    border-width:1px;
    border-color:darkslategrey;
    font-family:'Roboto';
    font-size:0.8em;
}


.FormulariConfirmarReserva {
    display: block;
    position: relative;
    float: left;
    padding: 5px;
    border-style: none;
    border-width: 1px;
    border-color: darkslategrey;
    font-family: 'Roboto';
    font-size: 0.8em;
    background-color: #EEEEEE;
}

.Intro_Formulari {
    position: relative;
    width: 100%;
    float: left;
    margin: 0 0 15px 0;
    /*padding: 0 0 0 10px;*/
}

.PanellActivitatCasa {

    position:relative;
    float:left;
    box-sizing:border-box;
    width:22%;
    height:240px;
    background-color:white;
    border-style: solid;
    border-color:#007B5C;
    border-width: 1px 1px 1px 1px;
    margin:20px 1.5%;
    text-align:justify;
    color:#007B5C;
    padding:0 0 5px 0;
    border-radius:5px;
}

.PanellActivitatCasa:hover {
    box-shadow: 0 0 10px black;
}

.ContenidorCarrusel {
    position: relative;
    box-sizing: border-box;
    height:auto;
    min-height:100%;
    width: 100%;
    margin:0 auto;
    overflow: hidden;
}

.Animacio_Marc1 {

    position: absolute;
    box-sizing:border-box;
    /*left: -300px;*/
    top: 0;
    width: 100%;
    height: auto;
    background-color: transparent;
}

.Animacio_Marc2 {
    position: absolute;
    box-sizing: border-box;
    /*left: -300px;*/
    top: 0;
    width: 100%;
    height: auto;
    background-color: transparent;
}

.Animacio_Imatge {

    width:100%;
    height:auto;

}

.Animacio_Text1 {

    position: absolute;
    top: 20%;
    width: 90%;
    margin:0 5%;
    height: 100%;
    line-height:3.5vw;
    text-align:center;
    z-index:3;
    color:white;
    font-weight:bold;
    font-size:3vw;
    left:5px;
    text-shadow: 3px 3px 2px  #252525;
    font-family:'RobotoCond';
    animation-name: Apareixer;
    animation-duration:2s;
    text-transform:uppercase;
}

/*.Animacio_Text2 {

    position: absolute;
    top: 20%;
    width: 90%;
    margin:5%;
    height: 65%;
    line-height:6rem;
    text-align:center;
    z-index:3;
    color:#98C21B;
    font-weight:bold;
    font-size:5rem;
    left:5px;
    text-shadow: 2px 2px 2px  #252525;
    font-family:OpenSans;
    animation-name: AbaixAdalt;
    animation-duration:1s;
    animation-iteration-count:1;
}*/

.QuadrePrincipal {

    position: relative;
    float: left;
    box-sizing: border-box;
    width: calc(88% / 3);
    height: 470px;
    margin: 10px 2% 60px 2%;
    border-top: solid 10px #007B5C;
    border-left: solid 1px lightgrey;
    border-right: solid 1px lightgrey;
    border-bottom: solid 1px lightgrey;
    overflow: hidden;
    text-align: center;
    background-color:white;

}

.NomQuadrePrincipal {

    position: relative;
    left:0;
    top:5px;
    z-index: 1;
    font-family:RobotoCond;
    color:#1A1A1A;
    line-height: 3rem;
    font-size: 1.5rem;
    height: 100px;
    width:100%;
    margin:0 auto;
    text-align: center;
    padding:10px 0;
    text-shadow:2px 2px 2px rgba(0,0,0,0.2);
    /*border:solid 1px red;*/

}

.LogoInferior {

    position:relative;
    float:left;
    width:21%;
    height:80px;
    margin: 10px 1% 50px 2%;
    /*border:solid 1px green;*/
}

/*panell per a cada una de les cases*/
.PanellCasa {
    position: relative;
    float: left;
    box-sizing: border-box;
    border: solid 1px darkgrey;
    background-color: #F5F1EE;
    margin: 0 calc(10% / 6) 40px calc(10% / 6);
    width: 30%;
    height: 400px;
    overflow: hidden;
    text-decoration: none;
    /*cursor: pointer;*/
    border-radius: 4px;
}

/*.PanellCasa:hover {
        -moz-box-shadow: 0 0 5px black;
        -webkit-box-shadow: 0 0 5px black;
        box-shadow: 0 0 5px black;
}*/

.ContenidorXarxes {
    position: absolute;
    right: 10px;
    top:3px; 
    z-index: 4;
}

.ContenidorTelfAdreça {
    position: absolute;
    right: 10px;
    width:300px;
    top: 5px;
    z-index: 4;
    height: 24px;
    font-family: 'RobotoCond';
    color: #007B5C;
}


.CssPanellActivitat {
     position: relative;
     float:left;
     box-sizing: border-box;
     display: block;
     width: 75%;
     height: 100%;
     margin: 0 0 80px 0;
     padding: 50px 2% 0 2%;
     border-style:solid;
     border-width:0 1px 0 0;
     border-color:lightgrey;
     overflow:hidden;
     font-family:'Roboto';
     background-color:white;

}

.CssPanellActivitatLateral {
    position: relative;
    float:left;
    top:0;
    left:-1px;
    box-sizing: border-box;
    display: block;
    /*left:-1px;*/
    width: 25%;
    height: auto;
    border-width:0 0 0 1px;
    border-style:solid;
    border-color:lightgrey;
    background-color:white;
}

.CssPanellContinguts {
     position: relative;
     float: left;
     box-sizing: border-box;
     font-size: 1rem;
     padding: 10px;
     margin: 10px 0;
     width: 50%; 
     text-align:left;
}

.CssActivitat1DiaFoto {
    position: relative;
    float: left;
    box-sizing: border-box;
    width: 50%;
    padding: 5px;
    border: solid 1px black;
    box-shadow: 5px 5px 5px 0px darkgrey;
}


.CssPostPartPrincipal {
    position: relative;
    float: left; 
    box-sizing: border-box; 
    width: 80%; 
    padding: 0 10px 0 0; 
    border-right: solid 1px lightgrey; 
    font-family: Roboto;
    margin:0 0 80px 0;
}

.CssPostBarraLateral {
    position: relative;
    float: left; 
    left: -1px; 
    box-sizing: border-box; 
    width: 20%; 
    height:100%;
    padding: 0 15px; 
    min-height: 500px; 
    border-left: solid 1px lightgrey;
    /*background-color:#EEEEEE;*/
}


.CssMenuPrincipalPetit {
    position: absolute;
    left: 10px;
    bottom: 32px;
    cursor: pointer;
}

.CssMenuPrincipalPetit:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);  
}


.CssPaginaGenerica {
    position: relative;
    width: 100%;
    height: auto;
    /*min-height: 100vh;*/
    overflow: hidden;
    margin-top: 120px;
    background-color:var(--FondoColor4);
}

.CssLogoPrincipal {
    position: absolute; 
    top:0; 
    left: 10px;
    height:100%;
}

.CssFitxaCasaDescrip {
    position: relative;
    float: left;
    box-sizing: border-box; 
    height: auto; 
    width: 60%; 
    padding: 0px 20px 0 20px;
    font-family:'Roboto';
    font-size:1rem;
    text-align:justify;
}

.CssFitxaCasaFoto {
    position: relative; 
    float: left; 
    box-sizing: border-box; 
    width: 40%; 
    height: auto;

}

.CssFitxaCasaDades {
    position: relative; 
    float: left; 
    box-sizing: border-box; 
    width: 100%; 
    padding: 0 5px;
}


.CssFitxaMapa {
    position: relative;
    float: left;
    width: 80%;
    height: 350px;
    padding: 5px;
    box-sizing: border-box;
    border-color: darkgrey;
    border-style: solid;
    border-width: 1px;
}

.CssFitxaCasaComarca {
   position: relative; 
   float:left;
   box-sizing: border-box; 
   width: 20%; 
   height: 350px; 
   padding: 2px; 
   text-align: center; 
   align-items: center; 
   overflow: hidden;
}

.CssImatgesQuadresPrincipal {

    position: relative;
    float: left;
    box-sizing: border-box;
    left: 0;
    top: 0;
    height:250px;
    width: auto;
    animation-name: Apareixer;
    animation-duration: 2s;
}


/*.CssImatgesQuadresPrincipal:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}*/


.CssVosaltresTextQuadre1 {
    position: relative;
    float: left;
    box-sizing: border-box;
    height: 350px;
    width: 40%;
    text-align: center;
    padding: 30px 20px;
}
.CssVosaltresImatgeQuadre1 {
       position: relative; 
       float: left; 
       box-sizing: border-box; 
       border: solid 15px white; 
       height: 350px; 
       width: 50%; 
       background-color: lightgrey; 
       box-shadow: 0 0 15px #4e707c; 
       overflow: hidden;
}

.CssVosaltresTextQuadre2 {
    position: relative; 
    float: left; 
    box-sizing: border-box; 
    height: 350px; 
    width: 40%; 
    text-align: center; 
    padding: 30px 0 0 20px;
}

.CssVosaltresImatgeQuadre2 {
    position: relative; 
    float: left; 
    box-sizing: border-box; 
    border: solid 15px white; 
    height: 350px; 
    left:1%;
    width: 50%; 
    top: -50px; 
    background-color: lightgrey; 
    box-shadow: 0 0 15px #4e707c; 
    overflow: hidden;
}

.CssVosaltresTextQuadre3 {
    position: relative; 
    float: left; 
    box-sizing: border-box; 
    height: 350px; 
    width: 40%; 
    top: -50px; 
    text-align: right; 
    padding: 30px 10px 0 0;
}
.CssVosaltresImatgeQuadre3 {
position: relative; 
float: left; 
box-sizing: border-box; 
border: solid 15px white; 
height: 350px; 
width: 50%; 
margin: 0 0 0 5%; 
top: -80px; 
background-color: lightgrey; 
box-shadow: 0 0 15px #4e707c; 
overflow: hidden
}
.CssVosaltresImatgeQuadre4 {
    position: relative; 
    float: left; 
    box-sizing: border-box; 
    border: solid 15px white; 
    height: 350px; 
    width: 50%; 
    top: -160px; 
    left:1%;
    background-color: lightgrey; 
    box-shadow: 0 0 15px #4e707c; 
    overflow: hidden;
}
.CssVosaltresTextQuadre4 {
    position: relative; 
    float: left; 
    box-sizing: border-box; 
    height: 350px; 
    width: 40%;
    top: -80px; 
    text-align: center; 
    padding: 50px 0 0 10px;
}

.CssPanellNomCasa {
    position:absolute;
    box-sizing: border-box;
    top:100px;
    width: 100%;
    left:5%;
    margin:0 auto;
    height:auto;
    text-align:left;
    z-index:2;
}


.CssNomCasaCasa {
    position:relative;
    float:left;
    width:100%;
    font-family:'RobotoCond';
    font-size:5rem;
    color:white;
    text-shadow:2px 2px black;
}

.CssPanellFotoGranCasa {
    position: absolute;
    box-sizing: border-box;
    top:0;
    left:0; 
    width: 100%; 
    height:300px;
    overflow:hidden;
}


.CssPanellFotoGranCasaFosc {
     position:absolute;
     width:100%;
     height:100%;
     max-height:300px;
     background-color:rgba(0,0,0,0.5);
     z-index:1;
}

.FitxaCasa_Imatge {
    position:relative;
    float:left;
    left:0;
    top:-100px;
    width:100%;
    height:auto;
}

.CssPanellDescripCasa {
    position:relative;
    float:left;
    width:100%;
    margin:30px 0;
    padding:0 5px; 
    font-family:'Roboto';
    font-size:1.2rem;
    color:#333333;
    text-align:justify
}

.CssNoticia {
    position: relative;
    float: left;
    box-sizing: border-box;
    width: 98%;
    max-width: 1200px;
    height: auto;
    z-index: 3;
    font-size:1.5rem;
    margin: 60px 1% 20px 1%;
    border: solid 1px black;
    background-color: #98C21B;
    vertical-align: 60px;
    text-align: center;
    padding: 5px;
    animation-name: AnimacioNoticia;
    animation-duration:3s;
    animation-iteration-count:1;
}

@keyframes AnimacioNoticia {

    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


.MissatgeCookies {
    position: fixed;
    bottom: 0;
    left: calc((100% - 800px) / 2);
    height: auto;
    width: 800px;
    background-color: white;
    z-index: 5;
    padding: 20px;
    animation-name: ApareixerPerBaix;
    animation-duration: 1s;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    visibility: hidden;
    border-radius: 5px 5px 0 0;
}

.PanellApartatDinam {
    position: relative;
    float: left;
    width: 100%;
    /*height:30px;*/
    border-color: #007B5C;
    border-style:solid;
    border-width: 0 0 1px 0;
    padding:10px 0;
}

.CssPanelContingut {
    position: relative;
    float: left;
    width: 100%;
    visibility: hidden;
    z-index: 3;
    height: 0;
}
    
.CssDinamApartatTitol {
    position: relative;
    float: left;
    width: 100%;
    height:30px;
    text-transform: uppercase;
    font-family: RobotoCond;
    font-size: 1.5rem;
    font-weight: bold;
    color: #007B5C;
    margin: 0 0 5px 0;
}

.CssDinamApartatDescrip {
    position: relative;
    float: left;
    width: 100%;
    font-family: Calibri;
    color: #2E3031;
    font-size:1.2rem;
    line-height:1.5rem;
}

.CssBtnDinamitzacio {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: none;
    outline: none;
    text-decoration: none;
    cursor: pointer;
    z-index: 2;
}

.CssBtnRespostaDinamitzacio {
    position: absolute;
    box-sizing:border-box;
    right:5px;
    /*top:5px;*/
    height:100%;
}

.CssPanelLoginClients {
    position: absolute;
    right: 10px;
    width: auto;
    top: 55px;
    font-family: 'OpenSans';
    font-size: 0.8rem;
}

.CssBotonLoginClients {
    height: 16px;
    padding: 2px 5px;
    color: #007B5C;
    box-shadow: #EEEEEE 0px 3px 6px;
    border-radius: 3px;
    cursor: pointer;
    border: solid 1px #DB614C;
    background-color: #DB614C;
    background-image: linear-gradient(#DB614C,orange);
    color: white;
    text-decoration: none;
}


    .CssBotonLoginClients:hover {
        color: #007B5C;
    }




.CssImatgeLoginPrivada {
    position: absolute;
    width: auto;
    min-width:100%;
    left: 0;
    height: 100%;
    overflow: hidden;
}

.CssPanelLoginPrivada {
    position: relative;
    width: 400px;
    height: 300px;
    margin: 0 auto;
    top: 100px;
    /*border: solid 1px darkgrey;*/
    /*border-radius: 4px;*/
    background-color: #EEEEEE;
    box-shadow: 3px 3px 5px black;
    color: white;
    font-family: 'RobotoCond';
    font-size: 1.5rem;
    animation-name: PanelAdaltAbaix;
    animation-duration: 0.7s;
    animation-iteration-count: 1;
}

@keyframes PanelAdaltAbaix {

    from {
        top: -100%;
    }

    to {
        top: 100px;
    }
}

.CssMenuClient {
    position: fixed;
    top: 110px;
    width: 100%;
    height: 30px;
    background-color: darkorange;
    z-index: 5;
    font-family:Calibri;
}

.CssBtnMenuClients{
    position: relative;
    box-sizing: border-box;
    float: right;
    margin: 4px 5px 0 5px;
    text-decoration: none;
    color:white;
    font-family:Calibri;
    font-size:1rem;
    font-weight:bold;
    border:none;
    background-color:transparent;
    padding:0;
    cursor:pointer;
}

.CssBtnMenuClients:hover {
    border-bottom:solid 2px white;
}
    
.CssBtnMenuClients a {
    text-decoration: none;
    color: white;
}

.CssDocument {
    position: relative;
    float: left;
    box-sizing: border-box;
    width: calc(88%/3);
    margin: 2%;
    height: auto;
    min-height: 70px;
    border: solid 1px #007B5C;
    background-color: #007B5C;
    border-radius: 4px;
    background-image: linear-gradient(#374E95,#007B5C);
    box-shadow: #666666 0px 3px 6px;
    color: white;
    padding: 10px 5px;
    text-align: center;
    font-family: 'Calibri';
    font-size: 1.2rem;
    cursor: pointer
}

.CssImatgeCap {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    /*height: 400px;*/
}

.CssAnimacioInici {
    position: relative;
    top: -150px;
    width: 60%;
    height: auto;
    margin: 0 auto;
    padding: 20px;
    border: solid 1px darkgrey;
    font-family: Roboto;
    font-size: 1.2rem;
    text-align: center;
    border-radius: 20px 20px 4px 4px;
    box-shadow: darkgrey 0px 3px 6px;
    background-image: linear-gradient(white,#EEEEEE);
    animation-name: Apareixer;
    animation-duration: 2s;
}

.PanellCentreCasa {
    position: relative;
    float: left;
    box-sizing: border-box;
    width: 31%;
    height: 450px;
    color: black;
    border: solid 1px darkgrey;
    /*padding: 5px;*/
    margin: 10px 1.75% 10px 0;
    text-align: center;
    overflow: hidden;
    background-color: white;
}

.PanellCentreCasa:hover {
    box-shadow: 0 0 10px #4e707c;
}


.NomCentreCasa {
    position: absolute;
    left: 0;
    top: 0;
    width: 96%;
    margin: 2%;
    font-family: 'RobotoCond';
    font-size: 1.3rem;
    color: #007B5C; /*blau EduardRoca*/
}


.DescripcioCentreCasa {
    position: absolute;
    font-family: Calibri;
    font-size: 0.9rem;
    left: 0;
    height: 150px;
    top: 67%;
    width: 96%;
    color: #444444;
    text-align: justify;
    margin: 0 2%;
    overflow: hidden;
    /*border:solid 1px red;*/
}


.FotoCentreCasa {
    position: absolute;
    left: 0;
    top: 15%;
    width: auto;
    min-width: 100%;
    height: 50%;
    /*opacity:0.5;*/
    z-index: 0;
}

.Info_Formulari {
    position: relative;
    float: left;
    box-sizing: border-box;
    width: 100%;
    margin: 0px 5px 15px 5px;
    padding: 0 0 0 10px;
    font-family: 'Roboto';
    line-height: 1.5rem;
    border: solid 1px darkgrey;
    border-radius: 5px;
    background-color: white;
}

.AnunciColonies {
    position: absolute;
    height: 70px;
    width: 100%;
    top: -10px;
    left: 0;
    border: solid 1px darkgrey;
    background-color: #98C21B;
    z-index: 4;
    text-align: center;
    font-family: RobotoCond;
    font-size: 1.8rem;
    color: white;
    background-image: linear-gradient(#98C21B,#ACD62F);
    padding:3px 0;
    text-shadow:2px 2px 2px rgba(0,0,0,0.6);
    text-align:center;
}

.CssMissatgeGnral {
    position: absolute;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 600px;
    max-width: 100%;
    /*height: 300px;*/
    height: auto;
    background-color: white;
    border-radius: 3px;
    z-index: 8;
    overflow: hidden;
    text-align: center;
}

.CssCapFormComanda {
    height: 110px;
    top:0;
    background-color: var(--Color1);
    vertical-align: middle;
    padding: 10px 5px;
    text-align: center;
    color: white !important;
}


.CssImatgeFotosCases {
    position: absolute;
    left: 5px;
    bottom: 80px;
}

.CssImatgeLogoCases {
    position: absolute;
    right: 5px;
    bottom: 80px;
}


.MarcTitol1 {
    height: auto;
    padding: 30px 15px;
    text-align: left;
}

.CssMarcNoticia {
    position: relative;
    float: left;
    box-sizing: border-box;
    width:100%;
    background-color: white;
    height: auto;
    overflow: hidden;
    
    margin:10px 0;
    /*border:solid 1px green;*/
}

.CssMarcNoticia2 {
    position: relative;
    float: left;
    box-sizing: border-box;
    width: calc((100% - 7px));
    background-color: white;
    height: auto;
    overflow: hidden;
    margin: 0 0 14px 7px;
    padding: 30px;
}

.CssMarcNoticiaAmple {
    position: relative;
    float: left;
    box-sizing: border-box;
    width: 100%;
    background-color: white;
    height: auto;
    overflow: hidden;
    margin: 0;
}

.CssMarcEvent {
    position: relative;
    float: left;
    box-sizing: border-box;
    width: calc(100% - 60px);
    background-color: white;
    height: auto;
    overflow: hidden;
    margin: 0 30px;
    padding: 30px 30px 30px 0;
    border-bottom: solid 1px var(--ColorCarbassa);
}

.CssMarcEdicio {
    background-color: white;
    height: auto;
    overflow: hidden;
    /*margin: 0 30px;*/
    padding: 30px;
    border-bottom: solid 1px var(--ColorBlau);

}


.CssMarcAutor {
    position: relative;
    float: left;
    box-sizing: border-box;
    width: calc(100% / 3);
    height: 373px;/*suposant un marc de 1200px*/
    background-color: white;
    overflow: hidden;
    padding: 10px;
}

.CssImatgeProjecte{
    height:calc(30vw / 3 * 2);
    max-height:285px;
}

.CssMarcDestacat {
    position: relative;
    float: left;
    box-sizing: border-box;
    width: calc((100% - 20px) / 2);
    height: auto;
    overflow: hidden;
    margin: 5px 20px 0 0;
    background-color: palegoldenrod;
}

.CssMarcDestacat2 {
    position: relative;
    float: left;
    box-sizing: border-box;
    width: calc((100% - 20px) / 2);
    height: auto;
    overflow: hidden;
    margin: 5px 0 0 0;
    background-color: palegoldenrod;
}


.CssImatgeDestacat {
    height: calc(4.5vw + 280px);
}

.CssHLNoticiaItem {
    position: Absolute;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 2;
    background-color: #202020;
    padding-top: calc((4.5vw + 140px) / 2);
    text-align: center;
    opacity: 0;
    color: white;
}

    .CssHLNoticiaItem:hover {
        opacity: 1;
    }



.CssCapçaleraGenerica {
    height: 80px;
}

.CssCapçaleraGenerica > div {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: var(--FondoColor4);
}

.CssCapçaleraGenerica > span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
}


.CssCapçaleraGenerica > .PnlImatge {
    position: absolute;
    height: 100%;
    width: 130px;
    z-index: 1;
    overflow: hidden;
    background-color: transparent;
}

.CssCapçaleraGenerica > .PnlImatge > img {
    position: absolute;
    left: -40px;
    top: 5px;
    height: 70px;
    width: auto;
}

.CssCapçaleraGenerica2 {
    height: 60px;
    /*margin-bottom: 15px;*/
}


.CssCapçaleraGenerica2 > div {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: var(--FondoColor4);
}

.CssCapçaleraGenerica2 > span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
}

.CssPnlMenu {
    height: 120px !Important;
    padding: 0 0 0 10px !Important;
    z-index: 1;
    overflow: visible;
    /*border:solid 1px red;*/
}

.CssLogoHome {
    position: absolute;
    box-sizing:border-box;
    left: 0;
    top:0;
    height: 100%;
    width:auto;
    padding:10px;
    z-index:2;
    /*border:solid 1px red;*/
}

.CssImgLogoHome {
    position: relative;
    left: 0;
    height: 100%;
    width: auto;
    top: 0;
    /*border:solid 1px red;*/
}

.CssPnlEsdevenimentData {
    width: 120px;
    overflow: visible;
}

.CssPnlEsdevenimentDades {
    width: calc(100% - 200px);
    padding-left: 30px;
}

.CssPaddingNoticiaMedia {
    padding: 30px 30px 0 15px;
}

.CssPaddingEdicio {
    padding: 30px 15px 0 30px;
}

.CssPaddingEdicioDescrip {
    padding: 30px 30px 30px 15px;
}

.CssMarcFAQ {
    padding: 0 30px;
    margin-bottom: 30px;
}


.CssMarcColonia {
    background-color: var(--Color4);
    height: auto;
    overflow: hidden;
    width: calc((100% / 3) - 10px);
    height: auto;
    margin: 0 5px 10px 5px;
}


.CssMarcColonia > #ColoniaInferior {
    height: auto;
    margin-bottom: 15px;
}

.CssMarcColonia > #ColoniaInferior > #ColoniaDescripcio {
    height: 40px;
    padding: 0 5px;
    overflow: hidden;
}


.CssMarcEntorn {
    background-color: var(--Color4);
    height: auto;
    overflow: hidden;
    width: calc((100% / 3) - 10px);
    height: auto;
    margin: 0 5px 10px 5px;
}

.CssMarcEntorn > #EntornInferior{
    height: auto;
    margin-bottom:15px;

}

.CssMarcEntorn > #EntornInferior > #EntornDescripcio {
    height: 90px;
    padding: 0 10px;
    overflow: hidden;
}
        
        
.CssPnlImatgeProducte {
    height: auto;
    min-height: 40vh;
    width: 100%;
    overflow: hidden;
}

.CssPnlImatgeProducteCataleg {
    height: 25vh;
    width: 100%;
    overflow: hidden;
    background-color: white;
}

.CssImatgeProducteCataleg {
    position:absolute;
    height: auto;
    width: 100%;
    top:0;
}

.CssImatgeProducte {
    position: absolute;
    height: auto;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}



.CssMarcColoniaItem {
    background-color: white;
    height: auto;
    overflow: hidden;
}