

#footer .container {
  width: 100%;
  margin: 0 auto;
}

#footer .container {
  max-width: 1280px;
}

#footer {
  
  background: #000000;
  color: #ffffff;
  padding: 30px 0 30px;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0px;
}
#footer address {
    margin-left: 62px;
    font-style: normal;
    margin-top: -20px;
}
#footer a {
  color: #fff;
  text-decoration: none;
}
#footer p {
  margin-top: 0;
}
#footer a:hover, #footer a:focus, #footer a:active {
  color: #777;
  text-decoration: underline;
}
#footer .footer-top {
  padding-bottom: 20px;
}
#footer .footer-top .footer1_DDGI {
  margin-bottom: 20px;
}
#footer .footer1_DDGI span {
  display: block;
}
#footer span.footer_titol {
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 4px;
}
#footer .footer_subtitol {
  font-size: 14px;
  margin-bottom: 20px;
}
#footer .footer1_DDGI img {
  max-width: 230px;
}

#footer  ul {
margin-top:14px;
  padding: 0;
}
#footer .footer_DDGI_menu li {
  padding-bottom: 3px;
  list-style: none;
}



#footer .footer3_DDGI {
	margin-top:25px;
}


#footer .footer4_DDGI {
	text-align:right;
	margin-top:30px;
}

#footer .mod_icones {
    text-align: left;
	margin-bottom:1rem
}

#footer .mod_icones span[class^="icon-"] {
    font-size: 2rem;

    margin-right: .5rem;

}





@media (max-width: 1200px) {
  #footer {
    padding: 50px 30px 50px 30px;
  }
}
@media (max-width: 991px) {
  #footer .container {
    max-width: 960px;
  }

 #footer .footer3_DDGI {
	margin-top:36px;
}

 #footer .footer3_DDGI ul {
    margin-top: 4px;
 
}
  
  #footer .footer4_DDGI {
	text-align:center;
}
 .cercador_home_hero .modul_cerca .has-feedback input.btn {
    margin-top: -3px;
}
  
}
@media (max-width: 768px) {
  #footer .container {
    max-width: 720px;
  }


  #footer .footer_DDGI_logo {
    margin: 0 auto;
  }
  #footer .mod_icones {
    display: block;
	margin-left: 62px;
	 margin-top: 0 ;
	 	 padding-top: 0 ;
}
#footer .footer-top .footer1_DDGI {
    margin-bottom: 5px;
}
#footer address {
  margin-bottom: 0px;
}

#footer .footer_DDGI_menu {
    margin-left: 62px;
  
}
 #footer .footer4_DDGI {
    margin-top: 50px;
}
}
@media (max-width: 576px) {
  #footer .container {
    max-width: 540px;
  }
 #footer .col-xs-6 {
    width: 100%;
}
 #footer .footer3_DDGI {
	margin-top:25px;
}
 #footer .footer3_DDGI ul {
    margin-top: 15px;
 
}
}

/* ===================================
     Badge DDGI
====================================== */

.badge_DDGI {
  position: absolute;
  right: 10%;
  top: 0;
  z-index: 999;
}
.home .badge_DDGI {
  top: -20px;
}
.badge_DDGI img {
  margin-bottom: 0px !important;
  margin-top: -10px;
  transition: all 0.3s ease;
}
.badge_DDGI a:hover img {
  margin-top: 0px;
}
@media only screen and (min-width:1000px) {
  header#header {
    padding-top: 40px;
  }
}

@media only screen and (max-width:768px) {
  .badge_DDGI {
    display: none;
  }
}



/* ===================================
     Altres  CSS
====================================== */









.columns-2 {
  columns: 2 300px;
  gap: 2em;
}
.columns-3 {
  columns: 3 300px;
  gap: 2em;
}
.columns-4 {
  columns: 4 300px;
  gap: 2em;
}



.py-20 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
}
@media (min-width: 992px) {
.mt-lg-7 {
    margin-top: 7rem !important;
 
}}







/* ===================================
   Retocs dark
====================================== */

[data-bs-theme=dark] .element-item:hover {
      border: 1px solid #ffffff60;
}

[data-bs-theme=dark] .element-item .card-body  {
      color: #ffffff;
}

[data-bs-theme=dark] .element-item.is-expanded:hover {
    background: #ffffff10;
}
















@media only screen and (min-width:768px) {
.columnes2 {
   column-count: 2;
}
}






 [data-bs-theme=light] {
    --ddgi-heading-link-color: #0b0f19;

}


b, strong {
   color:#0b0f19;
}

[data-bs-theme=dark] strong {
    color: #ffffff;
	font-weight:600;
}
.list-group a {
    text-decoration: none;
}
.list-group a:hover {
    text-decoration: underline;
}