
body {
    font-family: 'Lato', sans-serif;
    /* font-size 1em;*/
}


/* CONTACTA'NS */

.textsocrata {
    color: #a8a8a8;
    display: block;
    /*margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;*/
	font-size: 0.90rem;
	position:absolute;
	bottom:2px;
	
}
#contactans  .lletres {
    position: relative;
    top: -5px;
} 
#contactans  a:hover{
    text-decoration: none;
    color: #7cbd8d;
} 

/* FONS */
.fons1, .fons2, .fons3 {
    position: relative;
    opacity: 0.8;
   /* background-attachment: fixed;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.fons1 {
    background-image: url("archivopub.do?ctrl=MCRST1525ZI315255&id=315255");
    min-height: 100%;
}
.fons2 {
    background-image: url("archivopub.do?ctrl=MCRST1525ZI315242&id=315242");
    min-height: 100%;
}
.fons3 {
    background-image: url("archivopub.do?ctrl=MCRST1525ZI315243&id=315243");
    min-height: 100%;
}
.fons-aux-dalt {
    //background-image: url("../img/fons-aux.png");
    //height: 100px;     
}
.fons-aux-baix {
    /*background-image: url("../img/fons-aux-baix.png");*/
    height: 100px;     
}

/*CARRUSSEL*/
#carrussel {
    min-height: 300px;
}
.fons_carrussel{
    min-height: 300px;
}
#carrussel > .carousel-indicators > li {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background-color: #fff;
    margin-right: 10px;
    margin-left: 10px;

}
#carrussel > .carousel-indicators > .active {
    background-color: #4dba79;
}
.carousel-caption h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.75rem;;
    bottom: 50px;    
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
	text-align: left;
}
.carousel-caption p {
    font-size: 1.2rem;   
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
	text-align: left;
}
.carousel-caption button {
    margin-bottom: 20px;
	display: flex;
  justify-content: left;

    
}

#news .col-sm {
    min-height: 180px;  
	/*min-height:300*/
    margin-bottom: 3em;
}

#datsets_visitats .col-sm {
   
	/*min-height:300*/
    margin-bottom: 3em;
}

#datsets_afegits .col-sm {
     
	/*min-height:300*/
    margin-bottom: 3em;
}


/* QUADRES */
#quadres .card {
    min-height: 180px;  
	/*min-height:300*/
    margin-bottom: 3em;
}
#quadres .card .card-title {
    color: #4dba79;
    font-size: 1.3rem;
	margin-top: 2rem;
}


#quadres .card .title-card-GOIB {
    color: #4dba79;
    font-size: 1.1rem;
}
/* CARDS */
.card {
    cursor: pointer;
    border:none;   
    box-shadow: 0px 0px 10px 1px rgba(208,200,200,0.4);
    -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	
    
}
.card::after {
    content: "";
    border-radius: 5px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 15px 60px 10px #999;
    opacity: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.card:hover {
    -webkit-transform: translatey(-10px);
    transform: translatey(-10px);
}
.card:hover::after {
    opacity: .6;
}
.card-title a:hover {
    text-decoration: none;
}

/* DADES SUELTES */
#dades_sueltes {
    //background: linear-gradient(to bottom right, #348F50, #56B4D3);
    //opacity: 0.7;
    height: 20em;
    //margin-bottom: 25em;
    //background: url(../img/fons-dades.jpg) no-repeat center center ; 
}
.dada_suelta {
    position: relative;
    margin-top: -1em;
    height: 15em;
    width: 15em;
    //background-color: #fff;
    //color: #4dba79;
    color: #fff;
    //border: 1px grey solid;
    //box-shadow: 0 0px 100px 5px #4dba79;
}
.dada_suelta h1 {
    padding-top: 1em;
}