/* css Document */

body {
	zoom: 1; 
	background: #f6f6f6;
}

.logo-ajuntament {	
	height:43px;
	width:130px;
	border:0px solid black;
}

section{
  position: relative;
}

.bg-image{
  position:absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

img.bg-image{
  object-fit: cover;
}

.header-container {
	height: 300px;
}

.desplatop {
	position:relative;
	top: -200px;
}
img.logotip-superior {
	overflow: hidden;
  margin-left: 0px;
  position: absolute;
}
.jumbotron {
	padding-top: 0px;
}

.subcategories  li a {
	display:block;
	color:darkgray;
}
.subcategories  li a:hover   {
	color:black;
	text-decoration: none;
}

.subcategories a.active  {
	font-weight: 600;
	color:black;
}

.card-img-top {
	height: 120px; 
	width: 100%; 
	display: block;
}

.menu-subcategories {
	
}

a.black-link { color: black; }



.text1 {
    text-align: left;
    font-weight: normal;
    font-size: 13px;
    padding-top: 10px;
    line-height: normal;
    display: block;
    padding-bottom: 10px;
    margin-left: 5px;
    background-image: url(../images/footer.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}
.title1 {
    text-align: left;
    font-weight: normal;
    font-size: 19px;
    padding-top: 5px;
    padding-left: 3px;
    line-height: normal;
    display: block;
    padding-bottom: 5px;
    margin-left: 5px;
    color: #333;
}

.noo-attr-style {
  position: absolute;
  right: -67px;
  top: -30px;
  background: #20a07b;
  width: 160px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  height: 90px;
  text-align: center;
  line-height: 140px;
  font-weight: 700;
  -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.75);
  z-index: 3;
}

.btn-cistell {
    background-image: url(../images/sistell.png);
    background-repeat: no-repeat;
    background-position: left;
}
.btn-cistell div {
    margin-top: 6px;
    color: black;
    font-weight: bold;
}

.h-45 {
    height: 45px;
}

.fs-14 {
    font-size: 14px;
}

.ui-datepicker {
    background: white;
}
.ui-datepicker-header {
    background: #343a40;
    border: 1px solid black;
}

.ui-state-default span {
    color: black
}

.overh {
    overflow: hidden;
}

.font08 {
    font-size: 0.8rem;
}

.mr5 {
    margin-right: 5px;
}

.mnup {
    display: flex;
    -ms-fex-direction: column;
    flex-wrap: wrap;
}

.w135 {
    width: 135px;
}

.likeLink {
    cursor:pointer;
    color:blue;
    text-decoration:underline;
}



img.rounded.mr-4.float-left {

  display: cover;

    max-width:150px;

    max-height:150px;

    width: auto;

    height: auto;

}

.blink_me {
  animation: blinker 1s linear infinite;
}

.sel-tab {
    background: #0069d9 !important;
    color: white !important;
}
.pointer {
    cursor: pointer;        
}
.center {
    text-align: center;
}

.btn-primary {
  color: #ffffff;
  background-color: #0008FF;
  border-color: #0008FF;
}
.bg-primary {
  background-color: #0008FF !important;
}

span.normalPagesMenuItem,
span.selectedPagesMenuItem,
span.focusedPagesMenuItem {
    padding: 0 5px 0;
    color: #3128DA;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}