.close {
  background-image: url('/assets/img/icons/cross_grey.svg');
  background-size: 12px 12px;
}
.cookies-banner {
  background-color: #fff;
  padding: 15px 20px;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 2;
}
/* Main title */
.public .main-title {
  font-family: 'Lato', serif;
  font-weight: 300;
  font-size: 2.2rem;
  margin-top: 10px;
  color: #0a8250;
  margin-bottom: 10px;
}

.public .main-title-black {
  font-style: normal;
  font-family: 'Lato Bold', serif;
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 2.7rem;
  color: #000000;
  margin-top: 1rem;
  margin-bottom: 1.8rem;
}

/* Main subtitle */
.public .main-subtitle {
  font-family: 'Lato Light', sans-serif;
  font-weight: 300;
  font-size: 1.8rem;
  color: #333;
  margin-bottom: 8px;
}
.footer-pages.faqs .main-subtitle{
  text-align: left;
} 
.request-card-image .modal-dialog {
  max-width: 300px;
  width: 300px;
}
.request-card-image.modal .modal-content {
  padding: 0;
}
@media (min-width: 768px) {
  .request-card-image .modal-dialog {
    max-width: 600px;
    width: 600px;
  }
}
@media (min-width: 1024px) {
  .public .main-title  {
    font-size: 3.2rem;
  }
  .public .main-title-black  {
    font-size: 3.2rem;
    line-height: 3.9rem;
  }
  .public .main-subtitle {
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
  /* COOKIES BANNER */
  .cookies-banner {
    width: 430px;
    right: 20px;
    bottom: 20px;
    padding: 20px 30px;
  }

  .cookies-banner .title {
    font-size: 1.6rem;
  }

  .cookies-banner p {
    font-size: 1.4rem;
  }
}

@media (min-width: 1280px) {
  .public .main-subtitle {
    font-size: 2.4rem;
  }
}

.language-list a {
  display: block;
  border-bottom: none;
}

.language-list a:hover span,
.language-list .active span {
  color: #0a8250;
}

.language-list a:hover .flag,
.language-list .active .flag {
  opacity: 1;
}

.menu-language {
  min-width: 130px;
}

.language {
  line-height: 1
}

.language span {
  vertical-align: top;
  color: #999;
}

.language:hover,
.language:hover span{
  cursor: pointer;
}

.language:hover,
.language:active,
.language:active span,
.language:hover span{
  color: #0a8250;
}
.flag {
  content: '';
  width: 20px;
  height: 14px;
  display: inline-block;
  margin-right: 6px;
  background-image: url('/assets/img/icons/espana_bandera.svg');
  background-size: 20px 14px;
  background-repeat: no-repeat;
}

.flag-catalonia {
  height: 15px;
  background-size: 20px 15px;
  background-image: url('/assets/img/icons/catalunya_bandera.svg');
}
@media (min-width: 1024px) {
  .request-card-image .modal-dialog {
    width: 987px;
    max-width: 987px;
  }
}
