/*ESTILS GENÈRICS CONTINGUT*/
@font-face{
    font-family: "Poppins";
    src: url("fonts/Poppins-Bold.ttf");
    font-style: normal;
    font-weight: 900;
}
@font-face {
    font-family: "Poppins";
    src: url("fonts/Poppins-Medium.ttf");
    font-style: normal;
    font-weight: bold;
}
@font-face {
    font-family: "Poppins";
    src: url("fonts/Poppins-Italic.ttf");
    font-weight:normal;
    font-style: italic;
}
@font-face {
    font-family: "Poppins";
    src: url("fonts/Poppins-Regular.ttf");
    font-weight: normal;
    font-style: normal;
}
/*ESTILS APARTAT GRUP CINC*/
#divImatgeMissio{
    height:500px;
    justify-content: center;
}
.divQuadreText{
    padding:1em;
    background-color: white;
    opacity: 0.7;
    width:60%;
    margin: auto;   
    text-align: center;
    color:#F60;
    
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.logoClient{
    max-width: 90%;
}
.celaLogo{
    margin-top:2em;
}
#divServeisTelf, #divServeisDomPers, #divServeisDomBasica{
    width:90%;
}
/*FI ESTILS APARTAT GRUP CINC*/
/*ESTILS APARTAT NEWSLETTERS*/
#capcaleraNewsletters{
    height: 500px;
}
.divLlistaNews{
    background-color: #F60;
}
.imgActeNews{
    margin:auto;
    margin-top: 1.5em;
    margin-bottom: 2.5em;
    width:50%;
    object-fit: cover;
}
.etiquetaNewsletter{
    position: absolute;
    top: 1em;
    right:1em;
}
.divPublicacio{
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: dotted 1px #F60 !important;
}
/*FI NEWSLETTERS*/
/*ESTILS NOTÍCIES*/
#capcaleraNoticia{
    height: 360px;
}
.imgNoticia{
    width:100%;
    height: 360px;
    object-fit: cover;
}
.imgNoticiaContingut{
    width:100%;
    border:none;
}
.divTitolNoticia h1{
    color:#F60;
    font-size: 1.8em;
    text-align: center;
}
.linksTraduirNoticia{
    margin-top: -4em;
    margin-bottom:2em;
}
.divMesNoticies{
    padding:1em;
    border: solid 2px #F60;
    min-height: 300px;
    border-radius: 5px;
}
.divMesNoticies h2{
    color: #F60;
    font-weight: bold;
    font-size: 0.9em;
    text-align: center;
}
.divMesNoticies h3{
    text-align: center;
    font-size: 0.8em;
    text-align: center;
    font-weight: bold;
}
.divMesNoticies p{
    font-size: 0.8em;
}
.h2Noticia{
    text-align: center;
}
/*FI ESTILS NOTÍCIES*/
/*ESTILS CORREDORIA*/
.filaIconesColectius h3{min-height: 2em;}
.divImatgeAssegurancesOnline{min-height: 300px;}
/*FI ESTILS CORREDORIA*/
/*ESTILS ACTES*/
#franjaActe{
    padding-top: 0 !important;
}
.fonsBlur {
   overflow: hidden;
   width: 100%;
   position: relative;
 }

 .fonsBlur .bg-blur-overlay {
   z-index: -1;
   position: absolute;
   width: 100%;
   height: 100%;
   background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI0NiUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wOCIvPjxzdG9wIG9mZnNldD0iNTklIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMDgiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC45Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
   background-size: 100%;
   background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(46%, rgba(0, 0, 0, 0.08)), color-stop(59%, rgba(0, 0, 0, 0.08)), color-stop(100%, rgba(0, 0, 0, 0.9)));
   background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.08) 46%, rgba(0, 0, 0, 0.08) 59%, rgba(0, 0, 0, 0.9) 100%);
   background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.08) 46%, rgba(0, 0, 0, 0.08) 59%, rgba(0, 0, 0, 0.9) 100%);
   background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.08) 46%, rgba(0, 0, 0, 0.08) 59%, rgba(0, 0, 0, 0.9) 100%);
 }

 .fonsBlur .bg-blur {
   z-index: -2;
   opacity: 0;
   position: absolute;
   width: 100%;
   min-height: 100%;
   height: auto;
   display: block;
   top: 0;
   left: 0;
 }

 .fonsBlur .content {
  z-index: 1;
 }
 .fonsBlur img{
     margin:auto;
     display: block;
 }
 .imgActe{
    margin: auto;
    display: block; 
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.bgTitolActe{
    width:40%; 
    background-color: white;
    z-index: 89;
    height: 100%;
    right: 0;
    position: absolute;
    opacity: 0.7;
    border-top-right-radius: 5px;
}
.divTitolActe{
    padding: 1em;
    width:40%; 
    height: 100%;
    right: 0;
    position: absolute;
    z-index: 90;
    border-top-right-radius: 5px;
}
.dataActe{
    font-size: 1.5em;
    border-bottom: solid 3px #ff6600;
}
.divTitolActe h1{
    margin-top: 1em;
    font-size: 1.8em;
    color:#DF6D1C;
    font-weight: bold;
}
.imgActePlaceHolder{
    height: 360px;
    position: absolute;
    bottom: 0;
}
 #capcaleraActe{
     height:395px;
     padding-top: 35px;
 }
.divXarxesSocials{
    height: 70px;
    text-align: left;
    justify-content: left !important;
 }
 .divDataActe{
     text-align: right;
     justify-content: right !important;
 }
 .divPreuActe{
    height: 70px;
    width:20%;
    float:left;
    text-align: right;
    
    justify-content: flex-end;
    -webkit-box-pack: right;
    -moz-box-pack: right;
    -ms-flex-pack: right;
    -webkit-justify-content: right;
 }
 .divBotoInscriure{
    height: 70px;
    width:40% !important; 
    float:left;
    text-align: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
 }
 .divBotoInscriure .botoDestacat{
     margin-left: 3em;
 }
 .divBotoInscriure a{
     display: block;
     margin: auto;
     color:#ff6600;
     text-transform: uppercase;
 }
 .divBotoInscriure a:hover{
     color:#ff6600;
     background-color: #ccc;
 }
 .divEtiquetesActe{
    margin-top: 10px;
    position:absolute;
    z-index: 10;
}
.iconSocialMedia{
    width: 36px;
}
.franjaInscriureSM{
    border-top: solid 1px #FF660;
    border-bottom: solid 1px #DF6D1C;
    padding-top: 2em;
    padding-bottom: 2em;
}
.etiquetaActes{
    border:solid 1px #ff6600;
    color: #ff6600;
    padding:7px;
    text-transform: uppercase;
    float:left;
    margin-left: 1em;
    font-weight: bold;
    font-size: 0.75em;
    cursor:pointer;
}
.etiquetaActes:hover{
    background-color: #cccccc;
}
.divCompartirActe{
    margin-top: -1em;
    margin-bottom: 1em;
}
.franjaTranslucidaActes{
    background-color: rgba(255, 120, 0, 0.7);
    
    color:white;
    bottom: 0;
    position: absolute;
    width:100%;
    text-align: center;
    filter: progid:DXImageTransform.Microsoft.Gradient(
            GradientType=1,
            startColorStr="#E6FFFFFF",
            endColorStr="#E6FFFF00");
    -ms-filter: progid:DXImageTransform.Microsoft.Gradient(
            GradientType=1,
            startColorStr="#E6FFFFFF",
            endColorStr="#E6FFFF00");
    
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    
    justify-content: center;
    flex-wrap: wrap;
    height: 3em;
}
.divResumActes{
    width:100%;
    text-align: center;
    color:white;
    position: absolute;
    bottom:0;
}
/*MARGES PER AL DIV SÓN DIFERENTS EN PANTALLES PETITES*/
@media only screen and (max-width : 767px) {
    .divActeInfo{
        border-right: solid 1px #DF6D1C;
        border-left: solid 1px #DF6D1C;
        border-bottom: solid 1px #DF6D1C;
        margin-bottom: 1em !important;
    }
}
@media only screen and (min-width:768px) {
    .divActeInfo{
        border-right: solid 1px #DF6D1C;
        border-top: solid 1px #DF6D1C;
        border-bottom: solid 1px #DF6D1C;
        margin-bottom: 1em !important;
    }
}
.divActeDades{
    padding:1em;
}
.imgActeLlista{
    height: 100%;
    width:100%;
    object-fit: cover;
    min-height:200px;
}
.imgCompartirActe{
    width:25px !important;
}
/*FI ESTILS ACTES*/

/*ESTILS NAVBAR I BARRA DE DALT*/
.dropdown-menu{
    font-size: 1em !important;
}
#menuTop{
    background-color: #333333;
    color:white;
    padding-top: 10px;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 0.8em;
}
#custom-search-input{
    border: solid 1px #ccc;
    border-radius: 50px;
    background-color: #ccc;
    font-size: 12px;
    padding-top: 0px;
    padding-bottom: 0px;
    max-width: 270px;
    margin:auto;
}
#custom-search-input input{
    border: 0;
    box-shadow: none;
    background-color: #ccc;
    border-radius:  50px 0 0 50px;
    font-size: 12px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-right: solid 1px #333;
    
}
#custom-search-input button{
    background: none;
    box-shadow: none;
    border: 0;
    color:#333333;
    padding: 0 8px 0 10px;
    border-left: solid 1px #333;
    cursor:pointer;
}
#custom-search-input button:hover{
    color:#ff6600;
}
#custom-search-input .glyphicon-search{
    font-size: 23px;
}
.dropdown{ cursor: pointer; }
#mainNav{
    padding: 10px;
    position: relative;
    z-index: 99;
    background: rgba(255, 255, 255, 0.95) !important;
    width: 100%;
    color:#333333 !important;
    border-bottom: solid 1px gray !important;
}
.navbar-nav{
    margin:auto;
}
.nav-item a{
    color: #333333 !important;
    font-size:13px;
}
.nav-item a:hover{
    color: #DF6D1C !important;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}
.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}
.nav-link{
    color: #333333 !important;
    font-weight:300px !important;
}
.nav-link.active{
    background-image: linear-gradient(to right, #ffffff 10%, #ff6600 50%),
        linear-gradient(to left,  #ffffff 10%, #ff6600 50%);
    background-position: bottom;
    background-size: 100% 3px;
    background-repeat: no-repeat;
}
.nav-link:hover{
    color:#DF6D1C !important;
}
a.nav-link:hover{
    background-image: linear-gradient(to right, #ffffff 10%, #ff6600 50%),
        linear-gradient(to left,  #ffffff 10%, #ff6600 50%);
    background-position: bottom;
    background-size: 100% 3px;
    background-repeat: no-repeat;
}
.fletxaTrucar{
    display: block;
}
/*FI Navvbar i barra de dalt*/

/*FOOTER*/
.divCookies{
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
    background-color: #ccc;
}
footer{
    background-color: #333333;
    color:white;
    padding-top: 2em;
    padding-bottom: 1em;
    font-size:13px;
}
footer h4{
    font-size: 14px;
    font-weight: bold;
}
footer a{
    color:white;
}
footer ul{
    list-style: none;
    padding:0;
}
footer a:hover{
    color: #DF6D1C;
    text-decoration: none;
}
/*FI FOOTER*/

/*DIVS GENERALS (TOTES LES PÀGINES)*/
.modal-dialog{
    max-width: 900px;
}
.fa-15{
    font-size: 1.5em;
    vertical-align: middle;
}
.primary{margin-bottom: 45px;}
.divCapcaleraSlider{width:100%;height: 500px;}
.divImatgeCapcalera{width:100%;padding: 0 !important;margin: 0 !important;position: relative;}
.imatgeCapcalera{height: 100%; width: 100%; object-fit: cover; opacity: 0.5}


.divTitolSeccio{ 
    color:#333;
    top:120px;
    position: absolute;
    width:100%;
    font-weight: bold;
    text-align: center;
    filter: progid:DXImageTransform.Microsoft.Gradient(
            GradientType=1,
            startColorStr="#E6FFFFFF",
            endColorStr="#E6FFFF00");
    -ms-filter: progid:DXImageTransform.Microsoft.Gradient(
            GradientType=1,
            startColorStr="#E6FFFFFF",
            endColorStr="#E6FFFF00");
}.versioNova{
    width:80% !important;
    margin-left: 10% !important;
}
.divTitolSeccio h1, .divTitolLanding h1{font-weight: bold;}
.franjaTranslucida{
    background-color: rgba(51,51,51, 0.7);
    color:white;
    bottom: 0;
    position: absolute;
    width:100%;
    padding-top: 1em;
    padding-bottom: 0.2em;
    text-align: center;
    filter: progid:DXImageTransform.Microsoft.Gradient(
            GradientType=1,
            startColorStr="#E6FFFFFF",
            endColorStr="#E6FFFF00");
    -ms-filter: progid:DXImageTransform.Microsoft.Gradient(
            GradientType=1,
            startColorStr="#E6FFFFFF",
            endColorStr="#E6FFFF00");
}
.franjaTranslucida h1{
    font-weight: bold;
}
.divImatgeTextBoto{
    position:relative;
    text-align: center;
    width:100%;
}
.divImatgeTextBoto img{
    opacity: 0.7;
}
.divImatgeTextBoto h3{
    position: absolute;
    top:1em;
    color:white;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
.divImatgeAmbTextBottom{
    width:100%;
    padding: 0 !important;
    margin: 0 !important;
    position:relative;
    overflow: hidden;
}
.divImatgeAmbTextBottom img{
    height: 100%;
    width: 100%; 
    margin: auto;
    bottom: 0px;
    position:absolute;
    opacity: 0.8;
    object-fit: cover;
}
.divImatgeAmbTextQuadreText{
    text-align: center;
    width:100%;
    height: 100%;
    font-weight: bold;
    display: block;
    position: relative;
    
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    
    justify-content: center;
    flex-wrap: wrap;
    
    text-size-adjust: 100%; 
    -ms-text-size-adjust: 100%; 
    -moz-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%;
}
.divFonsTaronja{
    /*background-color: #ff6600;*/
    background-color: #DF6D1C;
    color:white;
    font-weight: bold;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
.divCaixaMarges{
    border-right: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    padding-bottom: 1em;
    padding-top: .8em;
}
.divCaixaMarges p{
    width:90%;
    margin: auto;
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;
}
.divCaixaMarges ul{
    list-style:none;
}
.divCaixaMarges li{
    margin-top:0.5em;
    margin-bottom:0.5em;
}
.divCaixaMarges li:before{
    color: #DF6D1C;
    content: "\f00c"; 
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
}
.w50{
    float:left;
    width: 50%;
}
.w100{width:100%;}
.divPujat45{margin-top: -45px;}
.centratVertical { 
    width:100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    text-align:center;
}
.centratVertical h3{
    margin: 0;
}
.divHeader{ height: 550px; }
.paddingTop1em{padding-top: 1em;}
.paddingTop20{padding-top: 20px;}
.paddingTop70{padding-top: 70px;}
.nopaddingLateral{ padding-right: 0px; padding-left: 0px;margin-left: 0px; margin-right: 0px; }
.paddingBottom20{padding-bottom: 20px;}
.marginBottom1em{margin-bottom: 1em !important;}
.marginTop2em{margin-top: 2em;}
.marginTop1em{margin-top: 1em;}
.marginTop17em{margin-top: 1.7em;}
.marginTop10{margin-top: 10px;}
.puja25{margin-top: -25px;}

@media only screen and (min-width: 768px){
    .padding04md{padding-top: 0.4em;}
}
.divDescarrega{
    background-color: #e6e6e6;
    color:#DF6D1C;
    font-weight: bold;
    border-radius: 5px;
    text-align: center;
}
.g-recaptcha{width:304px;margin:auto}
/*FI DIVS GENERALS'*/


/*ESPECÍFICS HOME*/
#about{
    background: url("/img/bgAbout.jpg") no-repeat center center;
    background-size: 100% 100%;
    color:#333333 !important;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 35px;
}
#about .row{
    height: 445px;
}
#about h1, #about p{
    color: #333333 !important;
}
#about hr{
    color:#DF6D1C;
}
@media only screen and (max-width: 576px){
    .divHeader{width:100%;}
    .divHeader .franjaTranslucida{ padding-bottom: 1em; }
    .divCapcaleraSlider .franjaTranslucida p, .divImatgeCapcalera .franjaTranslucida p{font-size: 1em;}    
}
@media only screen and (min-width:577px) and (max-width : 767px) {
    .divHeader{width:100%;}
    .divHeader .franjaTranslucida{ padding-bottom: 1em; }
    .divCapcaleraSlider .franjaTranslucida p, .divImatgeCapcalera .franjaTranslucida p{font-size: 1em;}
}
@media only screen and (min-width:768px) and (max-width : 991px) {
    .divHeader{ height: 550px; }    
    .divHeader .franjaTranslucida{ min-height:225px; padding-bottom: 1em; }
    .divCapcaleraSlider .franjaTranslucida p, .divImatgeCapcalera .franjaTranslucida p{font-size: 1em;}
}
@media only screen and (min-width : 992px){
    .divHeader{ height: 550px; }
    .divHeader .franjaTranslucida{ min-height:175px; padding-bottom: 1em; }
    .divCapcaleraSlider .franjaTranslucida p, .divImatgeCapcalera .franjaTranslucida p{font-size: 2em;}
}
.divHeader img{
    width:100%;
    height: 100%;
    overflow: hidden;
}
.divHeader .franjaTranslucida h2{ font-size: 2em; font-weight: bold; }
.divHeader .franjaTranslucida{font-weight: normal;}
.divHeader .franjaTranslucida span{font-size: 1.5em;}
.divHeader .franjaTranslucida .button{font-size: 1em !important;}
.filaAreesHome{margin-top: -100px;}
.titolAreaHome{
    min-height: 5em;
    background-color: rgba(255, 102, 0, 0.7);
    position: absolute;
    top:0;
}
.divAreaHome{height: 325px; position: relative; background-color: white;}
.divAreaHome img{
    height: 100%;
    width:100%;
    object-fit: cover;
}
.textPerqueHome{
    font-size: 0.9em;
}
.lemaHome{
    font-family: 'Nothing You Could Do', Arial, Helvetica, sans-serif, cursive;
}
.lemaHomeNova{
    font-family: 'Poppins', Arial, Helvetica, sans-serif, cursive;
    font-weight: 300 !important;
}
/*Fi ESPECÍFICS HOME*/

/*ESPECÍFICS C.N.*/
#capcaleraCN{height: 500px;}
#capcaleraServeisCN{height: 445px;}
.serveiCN {margin-bottom: 1em;}
.serveiCN img{width:100%;height: 150px;}
.serveiCN .divCaixaMarges{
    font-size: 0.9em;
    text-align: center;
    padding:1em;
}
.contingutDomiciliacions{
    min-height: 9em;
}
.selectDomiciliacions{
    width:70%;
    margin:auto;
}
.serveiCN .divCaixaMarges br{
    margin-bottom: 1em;
}
.minHeig13{
    min-height: 13em;
}
.minHeig7{
    min-height: 7em;
}
.cnInteres{
    position:relative;
    height: 265px !important;
}
.cnInteres img{
    object-fit: cover !important;
    width:100%;
    height:100%;
}
.textCNInteres{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    text-align: center;
}
.divDadesSala{
    min-height: 15.5em;
}
.caixaGaleria{
    padding: 0.2em;
    border: solid 1px #DF6D1C;
    margin: auto;
    text-align: center;
    width: 60%;
    display: block;
    margin-bottom: 1em;
    margin-top: -1em;
}
.caixaGaleria:hover{
    background-color: #eee;
}
.blueimp-gallery a{
    color:white !important;
}
/*FI ESPECÍFICS C.N.*/

/*ESPECÍFICS ASSESSORIA*/
#capcaleraAssessoria{height:500px;}
#capcaleraServeisAss{height: 445px;}
#capcaleraCorredoria{height:500px;}
#capcaleraHome{height: 500px;}
/*FI ESPECÍFICS ASSESSORIA*/

/*ESPECÍFICS EMPRENDRE*/
#capcaleraEmprendre{height:500px;}
.logo1d1e{height: 150px;display: block;margin:auto}
/*FI ESPECÍFICS ASSESSORIA*/


/*TEXTOS-FORMATS GENÈRICS*/
@media only screen and (max-width: 576px){
    h1{font-size: 3em;}
}
@media only screen and (min-width:577px) and (max-width : 767px) {
    h1{font-size: 3em;}
}
@media only screen and (min-width:768px) and (max-width : 991px) {
    h1{font-size: 4.5em;}
}
@media only screen and (min-width : 992px){
    h1{font-size: 4.5em;}
}
.lletraGran{font-size: 1.5em !important;}
.textMajuscules{text-transform: uppercase;}
h2{font-size: 1.5em;}
h3{font-size: 1.2em;}
h4{font-size: 1.1em;}
.liniaDoble{line-height: 2em;}
.divQuadreTaronja{border: solid 2px #ff6600; width:100%;padding-top: 1em;padding-bottom: 1em;}
.roundCorner{border-radius: 5px;}
.lletraNormal{font-size:1em;}
.lletraPetita{font-size: 0.9em; }
.lletraMenysGran{font-size: 1.2em;}
.lletraPesNormal{font-weight: normal !important;}
.puntTaronja {
    list-style: none;
}
.puntTaronja li:before{
    content: "\002022";
    color: #DF6D1C;
    font-size: 2em;
    padding-top:2em;
    line-height: 1em;
    
    position: relative;
    top:0.2em;
    left:-0.5em;
}
.puntTaronja li{
    text-indent: -.5em
}
.form-group input, .form-group textarea{
    font-size: 1em;
}
.form-check-input{
    margin-left: 0;
}
.justificat{
    text-align: justify;
}
.error{
    font-style: italic;
    color:red;
    font-size: 0.8em;
}
.llistaTicks {
    list-style:none;
}
.llistaTicks li{
    margin-top:0.5em;
    margin-bottom:0.5em;
}
.llistaTicks li:before{
    color: #DF6D1C;
    content: "\f00c"; 
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
}
/*FI TEXTOS-FORMATS GENÈRICS*/

.pestanyaContacte{
    font-weight: bold;
    color:white !important;
    background-color: #ff6600;
    padding-top: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin: 0;
    position: fixed;
    left:0;
    top:350px;
    width: 150px;
    height: 40px;
    transform: rotate(270deg);
    transform-origin: left top 0;
    z-index: 98;
    text-decoration: none;
    text-align: center;
    border:none;
    border:solid 5px #eee;
    border-top: none;
}
.pestanyaContacte:hover{
    cursor: pointer;
    border:solid 5px #555;
    border-top: none;
    color:#ccc !important;
}

.back-to-top {
    background: none;
    margin: 0;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 40px;
    z-index: 100;
    display: none;
    text-decoration: none;
    color: #ffffff; 
    background-color: #ff9000;
    text-align: center;
    padding-top: 5px;
}
.back-to-top i {
  font-size: 30px;
}
.iconaServei{
    margin-top: 1em;
}
.iconaServei i{
    padding:15px;
    border:solid 1px #ccc;
    border-radius: 5px;
    width: 70px;
    text-align: center;
}
.modal-title{
    color:#DF6D1C;
    font-weight: bold;
    font-family: Raleway,"Helvetica Neue",Arial,sans-serif;
}
.modal-body{
    font-family: Raleway,"Helvetica Neue",Arial,sans-serif;
    font-weight:normal;
    font-size:12px;
    color: #333;
}
.homeServeis{
    font-size: 12px;
    line-height: 1em;
    font-family: Raleway,"Helvetica Neue",Arial,sans-serif;
    clear: left;
}
/*MARGE SUPERIOR D'1EM*/
@media only screen and (max-width: 576px){
    .margin-xs-1em{margin-top:1em;}
}
@media only screen and (max-width : 767px) {
    .margin-sm-1em{ margin-top: 1em;}
}
@media only screen and (max-width : 991px) {
    .margin-md-1em{ margin-top: 1em;}
}
.margin-1em{margin-top: 1em;}
/*FI MARGIN*/

/*ESTILS PERSONALITZAR PAGINADOR*/
.page-item.active .page-link {
    background-color: #ffa366;
    border-color: #ffd27f;
}
.page-link:hover{
    color:#DF6D1C;
    background-color: #ffd1b2;
}
.page-link:focus{
    color:#ff6600;
    
}
/*FI PERSONALITZAR PAGINADOR*/

.divImatgeHome{
    overflow: hidden;
    height: 200px;
}
.divImatgeHome img{
    height: 100%; 
    width: 100%; 
    object-fit: cover;
    z-index: 9;
}
.opacRessaltar{
    width:100%;
    display: inline-block;
    height: 100%;
    cursor:pointer;
    background-color: Black;
    color:white;
}
.opacRessaltar img{
    opacity: 0.5;
}
.opacRessaltar img:hover{
    opacity:1;
}
.textDestacatImatgeHome{
    width:90%;
    padding:1em;
    bottom: 0px;
    position: absolute;
    display:block;
    color:white;
    font-weight: bold;
    text-align: center;
    background-color: transparent;
    text-align: justify;
    z-index: 10;
}
.divDestacatCN, .divDespatxos{
    position: relative;
    display: inline-block;
    width: 100%;
}
.divDespatxos img{
    width:100%; 
    height: 100%;
    object-fit: cover;
    height: auto;
}
.separadorDespatxos{
    margin-top:0px;
    margin-bottom: 0px;
}
.divDestacatCN img{
    width:100%;
    height: 250px;
    object-fit: cover;
}
.imgSelectorSales{
    height: 245px !important;
}
.textGaleriaDespatxos{
    width:100%;
    position: absolute;
    top: 0px;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    color:white;
    font-weight: bold;
    background-color: black;
    opacity: 0.5;
    margin-top: 0.7em;
}
.textDestacatCN{
    width:100%;
    padding-top: 1em;
    padding-bottom: 1em;
    bottom: 0px;
    position: absolute;
    background-color: rgba(255, 102, 0, 0.7);
    display:block;
    color:white;
    font-weight: bold;
    text-align: center;
}
.service-box img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.divEtiquetesLlista{
    margin-top: 10px;
    position:absolute;
    z-index: 10;
    left: 1em;
}
.divEtiquetes{
    margin-top: 10px;
    position:absolute;
    z-index: 10;
    right: 2em;
}
.etiquetaDestacat{
    color:white;
    background-color: #DF6D1C;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 4px;
    font-size: 12px;
    text-align: center;
}
.textDestacat{
    width:100%;
    background-color: #e6e6e6;
    color:#333333;
    padding: 2em 2em 1em 2em;
    min-height: 110px;
    text-align: center;
    min-height: 12em;
    /*font-size: 13px;*/
}
.botoDestacat{
    clear: left;
    background-color: white;
    color:black;
    padding-left: 3em;
    padding-right: 3em;
    font-size: 13px;
    margin-top: 1em;
    text-transform: lowercase;
}
.botoDestacat:hover{
    background-color: #DF6D1C;
    color: white;
}
.etiqBlava{background-color: #29ABE2;}
.etiqVerda{background-color: #39B54A;}
.etiqTaronja{background-color: #DF6D1C;}

.divClientsLogo{
    width:50%;
    margin:auto;
    margin-bottom: -70px;
}
.divClientsLogo img{
    width: 100%;
    border-radius: 50%;
    border: solid 2px #DF6D1C;
}
.divClientsContent{
    background-color: #F2F2F2;
    min-height: 200px;
    z-index:8;
    padding-top: 80px;
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
    text-align: justify;
}
.divClientsContent p{
    text-align: justify;
    width:90%;
    margin:auto;
    margin-bottom: 2em;
}
.botoTextBlanc{
    color:white;
    padding:5px;
    padding-right: 15px;
    padding-left: 15px;
    background-color: #32373c !important;
}
.botoTextBlanc:hover{
    background-color: #32373c !important;
    color:#DF6D1C !important;
}
#joinNewsletter{
    font-weight: 700;
    color:white;
    margin-bottom: 35px;
}
#joinNewsletter input{
    border:none;
}
.btn-secundari{
    border:solid 2px #ff6600;
    background-color: white;
    color:#ff6600;
    margin-top: 1em;
    clear: left;
}
.btn-newsletter{
    background-color: #333333;
    color:white;
    border-radius: 20px;
    cursor:pointer;
}
.btn-newsletter:hover{
    color:#cccccc;
    background-color: #333333;
    opacity: 0.6;
}
.btn-round-lg{
border-radius: 22.5px;
}
.btn-round{
border-radius: 17px;
}
.btn-round-sm{
border-radius: 15px;
}
.btn-round-xs{
border-radius: 11px;
padding-left: 10px;
padding-right: 10px;
}
hr{
    width:40%;
    max-width: 150px;
}
.custom-control-input:checked ~ .custom-control-indicator{
    background-color: #ff6600;
}

#header, .nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
.blanc{
    color:white;
}
.taronjaCINC{
    color:#DF6D1C;
}
.colorGris{
    color:#333333;
}
.cursiva{
    font-style: italic;
}
.linkBlanc, .linkBlancGris{
    color: white !important;
    text-decoration: none !important;
    cursor: pointer;
}
.linkBlanc:hover{
    color: #DF6D1C !important;
    text-decoration: none !important;
}
.linkBlancGris:hover{
    color: #333 !important;
    text-decoration: none !important;
}
.linkGris{
    color:#333;
    text-decoration: none !important;
    cursor:pointer;
}
.linkGris:hover{
    color: #DF6D1C !important;
    text-decoration: none !important;
}
.linkBlau{
    color: #3fa9f5 !important;
    text-decoration: none !important;
}
.imgTranslucida{
    opacity: 0.5 !important;
}
.imgRessaltaHover{opacity: 0.5 !important;margin-bottom: 1em;}
.imgRessaltaHover:hover{opacity: 1 !important;margin-bottom:1em;}
.negreta{
    font-weight: bold;
}
.normal{
    font-weight: normal;
}
.textPetit{font-size: 12px;}
#capcaleraQueEs{height:500px !important;}
#capcaleraEquip{height:500px !important;}

/*ESPECIALS HOME*/
#capcaleraLanding{height: 750px;}
.caixaTitolLanding{
    background-color: rgba(255,255,255,.5);
    color:black;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    display: inline-block;
    padding:0.5em;
}
.divTitolLanding{
    color:#333;
    top:190px;
    position: absolute;
    width:100%;
    font-weight: bold;
    text-align: center;
    filter: progid:DXImageTransform.Microsoft.Gradient(
            GradientType=1,
            startColorStr="#E6FFFFFF",
            endColorStr="#E6FFFF00");
    -ms-filter: progid:DXImageTransform.Microsoft.Gradient(
            GradientType=1,
            startColorStr="#E6FFFFFF",
            endColorStr="#E6FFFF00");
}
.imatgeCapcaleraLanding{height: 100%; width: 100%; object-fit: cover; object-position: top}
@media only screen and (max-width : 767px) {
    .divTitolLanding h1{ width: 100%;}
}
@media only screen and (min-width:768px) {
    .divTitolLanding h1{ width: 80%;margin:auto;display: inline-block;}
}
.iconSize{
    width: 180px;
}
.caixaLogoFusio{
    height: 100%;
    border-right: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}
.caixaLogoFusio img{
    width: 100%;
    height: auto;
}
/*FI ESPECIALS HOME*/

/*ESPECIAL LOPD*/
.lopd-ko,.lopd-ok{
    color: white;
    margin: auto;
    display: block;
    text-align: center;
    padding-top: 2em;
    padding-bottom: 2em;
    font-size: 1.2em;
    text-transform: uppercase;
}
.lopd-ko:hover,.lopd-ok:hover{
    opacity: 0.8;
    text-decoration: none;
    color:#ccc;
}
.lopd-ko{
    background-color: red;
}
.lopd-ok{
    background-color: green;
}
/* FI ESPECIAL LOPD */