@font-face {
  font-family: "Roboto-Regular";
  src: url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.ttf") format("truetype"), url("../fonts/Roboto-Regular.eot"), url("../fonts/Roboto-Regular.eot?#iefix") format("eot");
  font-weight: normal;
}
@font-face {
  font-family: "Roboto-Medium";
  src: url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.ttf") format("truetype"), url("../fonts/Roboto-Medium.eot"), url("../fonts/Roboto-Medium.eot?#iefix") format("eot");
}
@font-face {
  font-family: "Roboto-Bold";
  src: url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.ttf") format("truetype"), url("../fonts/Roboto-Bold.eot"), url("../fonts/Roboto-Bold.eot?#iefix") format("eot");
  font-weight: bold;
}
@font-face {
  font-family: "Roboto-Light";
  src: url("../fonts/Roboto-Light.woff") format("woff"), url("../fonts/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto-Light.ttf") format("truetype"), url("../fonts/Roboto-Light.eot"), url("../fonts/Roboto-Light.eot?#iefix") format("eot");
}
@font-face {
  font-family: "Documan";
  src: url("../fonts/Documan-Medium.woff") format("woff"), url("../fonts/Documan-Medium.woff2") format("woff2"), url("../fonts/Documan-Medium.ttf") format("truetype"), url("../fonts/Documan-Medium.eot"), url("../fonts/Documan-Medium.eot?#iefix") format("eot");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*:focus {
  box-shadow: none;
}

#projects-map *:focus {
  box-shadow: none;
}

input, button, textarea, li, ul {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

#projects-map .leaflet-sidebar #projects-list {
  background-color: #e6eff6;
  padding-top: 20px;
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  #projects-map .leaflet-sidebar #projects-list {
    padding-bottom: 50px;
  }
}
#projects-map .leaflet-sidebar #projects-list .no-results-filter-list {
  position: static;
  transform: none;
  background: none;
  border-top: 0;
  padding: 16px;
  box-shadow: none;
  font-size: 16px;
  line-height: 24px;
  color: #003C6E;
  text-wrap: nowrap;
  text-align: center;
}
#projects-map .leaflet-sidebar #projects-list ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
#projects-map .leaflet-sidebar #projects-list .project-list-wrapper {
  max-width: 822px;
  margin: auto;
}
#projects-map .leaflet-sidebar #projects-list .project-list-icons {
  display: none;
}
@media (min-width: 768px) {
  #projects-map .leaflet-sidebar #projects-list .project-list-icons {
    display: block;
    position: relative;
    width: auto;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}
#projects-map .leaflet-sidebar #projects-list .project-list-icons ul {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) {
  #projects-map .leaflet-sidebar #projects-list .project-list-icons ul {
    justify-content: flex-end;
  }
}
#projects-map .leaflet-sidebar #projects-list .project-list-icons ul li {
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  #projects-map .leaflet-sidebar #projects-list .project-list-icons ul li {
    width: auto;
  }
}
@media (min-width: 768px) {
  #projects-map .leaflet-sidebar #projects-list .project-list-icons ul li:not(:last-child) {
    margin-right: 10px;
  }
}
#projects-map .leaflet-sidebar #projects-list .project-list-icons ul li a {
  text-decoration: none;
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#projects-map .leaflet-sidebar #projects-list .project-list-icons ul li a:hover, #projects-map .leaflet-sidebar #projects-list .project-list-icons ul li a.active, #projects-map .leaflet-sidebar #projects-list .project-list-icons ul li a.filtered {
  border: 3px solid #0096FF;
}
#projects-map .leaflet-sidebar #projects-list .project-list-icons ul li a em {
  font-size: 29px;
  color: #003C6E;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (min-width: 768px) {
  #projects-map .leaflet-sidebar #projects-list .project-list-icons ul li a em {
    color: #FFFFFF;
    width: 30px;
    height: 30px;
    font-size: 20px;
  }
}
#projects-map .leaflet-sidebar #projects-list .project-list-icons ul li a em:before {
  content: "";
  position: absolute;
  top: 0;
  height: 0;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
}
#projects-map .leaflet-sidebar #projects-list .project-list-icons ul li a em.icon-location:before {
  background-image: url(../images/location.svg);
}
#projects-map .leaflet-sidebar #projects-list .project-list-icons ul li a em.icon-filter:before {
  background-image: url(../images/filter.svg);
}
#projects-map .leaflet-sidebar #projects-list .project-list-icons ul li a em.icon-search:before {
  background-image: url(../images/search.svg);
}
#projects-map .leaflet-sidebar #projects-list .project-list-icons ul li a em.icon-favorite:before {
  background-image: url(../images/favorite.svg);
}
@media (min-width: 768px) {
  #projects-map .leaflet-sidebar #projects-list .project-list-icons ul li a {
    padding: 0;
    background-color: #003C6E;
    border-radius: 50%;
  }
}
#projects-map .leaflet-sidebar #projects-list .project-list-info {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  #projects-map .leaflet-sidebar #projects-list .project-list-info {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  #projects-map .leaflet-sidebar #projects-list .project-list-info {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  #projects-map .leaflet-sidebar #projects-list .project-list-info {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  #projects-map .leaflet-sidebar #projects-list .project-list-info {
    max-width: 1140px;
  }
}
#projects-map .leaflet-sidebar #projects-list .project-list-info-title {
  display: none;
}
@media (min-width: 768px) {
  #projects-map .leaflet-sidebar #projects-list .project-list-info-title {
    display: block;
    padding: 15px 50px 15px 23px;
  }
}
#projects-map .leaflet-sidebar #projects-list .project-list-info-title ul {
  margin: 0;
}
@media (min-width: 768px) {
  #projects-map .leaflet-sidebar #projects-list .project-list-info-title ul {
    display: flex;
  }
}
@media (min-width: 768px) {
  #projects-map .leaflet-sidebar #projects-list .project-list-info-title ul li {
    width: 31%;
    margin-right: 15px;
  }
}
#projects-map .leaflet-sidebar #projects-list .project-list-info-projects {
  margin-bottom: 9px;
  position: relative;
  background: #FFFFFF;
  padding: 24px 16px;
}
@media (min-width: 768px) {
  #projects-map .leaflet-sidebar #projects-list .project-list-info-projects {
    padding: 15px 50px 15px 23px;
  }
}
#projects-map .leaflet-sidebar #projects-list .project-list-info-projects ul {
  margin: 0;
}
@media (min-width: 768px) {
  #projects-map .leaflet-sidebar #projects-list .project-list-info-projects ul {
    display: flex;
    align-items: center;
  }
}
#projects-map .leaflet-sidebar #projects-list .project-list-info-projects ul li {
  font-size: 12px;
  line-height: 20px;
  color: #003C6E;
  padding: 8px 16px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#projects-map .leaflet-sidebar #projects-list .project-list-info-projects ul li:nth-child(2n+1) {
  background: rgba(169, 214, 251, 0.25);
}
@media (min-width: 768px) {
  #projects-map .leaflet-sidebar #projects-list .project-list-info-projects ul li:nth-child(2n+1) {
    background: none;
  }
}
@media (min-width: 768px) {
  #projects-map .leaflet-sidebar #projects-list .project-list-info-projects ul li {
    font-size: 16px;
    line-height: 24px;
    padding: 0;
    width: 31%;
    margin-right: 15px;
  }
}
#projects-map .leaflet-sidebar #projects-list .project-list-info-projects ul li strong {
  font-family: "Roboto-Medium";
  text-align: left;
}
@media (min-width: 768px) {
  #projects-map .leaflet-sidebar #projects-list .project-list-info-projects ul li strong {
    display: none;
  }
}
#projects-map .leaflet-sidebar #projects-list .project-list-info-projects ul li span {
  text-align: right;
}
@media (min-width: 768px) {
  #projects-map .leaflet-sidebar #projects-list .project-list-info-projects ul li span {
    text-align: left;
  }
}
#projects-map .leaflet-sidebar #projects-list .project-list-info-projects-modal {
  position: relative;
}
@media (min-width: 768px) {
  #projects-map .leaflet-sidebar #projects-list .project-list-info-projects-modal {
    position: absolute;
    transform: translateY(-50%);
    right: 20px;
    top: 50%;
    margin: 0;
  }
}
#projects-map .leaflet-sidebar #projects-list .project-list-info-projects-modal a {
  text-align: right;
  padding-right: 30px;
  align-items: center;
  transition: all 0.2s ease-in-out;
  display: block;
  text-decoration: underline;
  color: #003C6E;
}
@media (min-width: 768px) {
  #projects-map .leaflet-sidebar #projects-list .project-list-info-projects-modal a span {
    display: none;
  }
}
@media (min-width: 768px) {
  #projects-map .leaflet-sidebar #projects-list .project-list-info-projects-modal a {
    width: 24px;
    height: 24px;
  }
}
#projects-map .leaflet-sidebar #projects-list .project-list-info-projects-modal a.icon-arrow:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #003C6E;
  position: absolute;
  top: 0;
  right: 0;
}
#projects-map .leaflet-sidebar #projects-list .project-list-info-projects-modal a.icon-arrow::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../images/arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
}
#projects-map .leaflet-sidebar #projects-list .project-list-info-paginator {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 64px;
}
#projects-map .leaflet-sidebar #projects-list .project-list-info-paginator p {
  margin-bottom: 0;
  margin-right: 10px;
}
#projects-map .leaflet-sidebar #projects-list .project-list-info-paginator .page-item {
  display: flex;
  margin-right: 10px;
  margin-top: 0;
}
#projects-map .leaflet-sidebar #projects-list .project-list-info-paginator .page-item-number {
  width: 24px;
  height: 24px;
  background-color: #003C6E;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 14px;
  position: relative;
}
#projects-map .leaflet-sidebar #projects-list .project-list-info-paginator .page-item-next {
  cursor: pointer;
  margin: 0 8px;
  padding: 0 8px;
  display: flex;
  align-items: center;
  height: 24px;
}
#projects-map .leaflet-sidebar #projects-list .project-list-info-paginator .page-item-next.disabled {
  opacity: 0.5;
}
#projects-map .leaflet-sidebar #projects-list .project-list-info-paginator .page-item-next::before {
  content: "";
  background-image: url(../images/chevron-blue.svg);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 6px;
  height: 6px;
  display: block;
}
#projects-map .leaflet-sidebar #projects-list .project-list-info-paginator .page-item-prev {
  cursor: pointer;
  margin: 0 8px;
  padding: 0 8px;
  display: flex;
  align-items: center;
  height: 24px;
}
#projects-map .leaflet-sidebar #projects-list .project-list-info-paginator .page-item-prev.disabled {
  opacity: 0.5;
}
#projects-map .leaflet-sidebar #projects-list .project-list-info-paginator .page-item-prev::after {
  content: "";
  transform: rotate(180deg);
  background-image: url(../images/chevron-blue.svg);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 6px;
  height: 6px;
  display: block;
}
#projects-map .leaflet-sidebar #projects-list .project-list-info-paginator .page-select {
  position: relative;
}
#projects-map .leaflet-sidebar #projects-list .project-list-info-paginator .page-select:before {
  content: "";
  background-image: url(../images/chevron-gray.svg);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 2px;
  top: 8px;
  width: 8px;
  height: 8px;
}
#projects-map .leaflet-sidebar #projects-list .project-list-info-paginator .page-select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0;
  border-bottom: 1px solid #0096FF;
  font-size: 16px;
  color: #63656A;
  background: #e6eff6;
  line-height: 1.5;
  padding-left: 10px;
  padding-right: 15px;
}
#projects-map .leaflet-sidebar #projects-list .project-list-info-paginator .page-select select:hover {
  cursor: pointer;
}
#projects-map .leaflet-sidebar #projects-list .project-list-info-paginator .page-select select:focus {
  outline: none;
  border-color: #0096FF;
}
#projects-map .leaflet-sidebar #projects-list .project-list-info-paginator .page-select .arrow {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 10px;
  cursor: pointer;
}
#projects-map .leaflet-sidebar #projects-list .project-list .project-item {
  background-color: #FFFFFF;
  margin-bottom: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  #projects-map .leaflet-sidebar #projects-list .project-list .project-item {
    display: flex;
    align-items: center;
    padding-top: 15px;
    padding: 15px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
#projects-map .leaflet-sidebar #projects-list .project-list .project-item ul {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  #projects-map .leaflet-sidebar #projects-list .project-list .project-item ul {
    display: flex;
    width: 100%;
    margin-bottom: 0;
  }
}
#projects-map .leaflet-sidebar #projects-list .project-list .project-item-button p {
  margin-bottom: 0;
  text-align: right;
}
#projects-map .leaflet-sidebar #projects-list .project-list .project-item-button p a {
  text-decoration: none;
  font-size: 16px;
  color: #003C6E;
}
#projects-map .leaflet-sidebar #projects-list .project-list .project-item-button p a .link {
  text-decoration: underline;
}
@media (min-width: 768px) {
  #projects-map .leaflet-sidebar #projects-list .project-list .project-item-button p a .link {
    display: none;
  }
}
#projects-map .leaflet-sidebar #projects-list .project-list .project-item-button p a em {
  background-color: #003C6E;
  border-radius: 50%;
  padding: 5px;
  color: #FFFFFF;
}

#projects-map {
  position: relative;
}
#projects-map * {
  font-family: "Roboto-Regular";
}
#projects-map .leaflet-container {
  background: #E6EFF6;
  max-height: 850px;
  min-height: 450px;
}
@media (min-width: 768px) {
  #projects-map .leaflet-container {
    min-height: 550px;
  }
}
#projects-map .wrapper-text {
  position: absolute;
  top: 26px;
  left: 5%;
  max-width: 90%;
  z-index: 2;
}
@media (min-width: 768px) {
  #projects-map .wrapper-text {
    left: 40px;
    max-width: 40%;
  }
}
#projects-map .wrapper-text h2 {
  font-family: "Documan";
  font-size: 28px;
  line-height: 38px;
  font-weight: 600;
  color: #003C6E;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  #projects-map .wrapper-text h2 {
    font-size: 40px;
    line-height: 56px;
  }
}
@media (min-width: 768px) and (max-height: 800px) {
  #projects-map .wrapper-text h2 {
    font-size: 30px;
    line-height: 42px;
  }
}
#projects-map .wrapper-text p {
  font-family: "Roboto-Regular";
  font-size: 14px;
  line-height: 18px;
  color: #003C6E;
  margin: 0;
}
@media (min-width: 768px) {
  #projects-map .wrapper-text p {
    font-size: 16px;
    line-height: 24px;
  }
}
#projects-map .wrapper-text p.wrapper-text__info {
  margin-top: 15px;
  font-size: 12px;
  line-height: 18px;
}
#projects-map .wrapper-text p.wrapper-text__info::before {
  content: "*";
  display: inline-block;
}
#projects-map .wrapper-canarias {
  position: absolute;
  left: 0;
  bottom: 72px;
  z-index: 2;
  background: #E6EFF6;
  border: 1px solid #003C6E;
  border-width: 1px 1px 0 0;
  border-radius: 0 55px 0 0;
  width: 125px;
  height: 140px;
}
@media (min-width: 768px) {
  #projects-map .wrapper-canarias {
    left: 61px;
    bottom: 83px;
    background: none;
    border-width: 0;
    border-radius: 0;
    width: auto;
    height: auto;
  }
}
#projects-map .wrapper-canarias p {
  border: 1px solid #003C6E;
  background: #CEE5F8;
  border-radius: 50%;
  width: 88px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-family: "Roboto-Regular";
  margin: 12px 12px auto auto;
}
@media (min-width: 768px) {
  #projects-map .wrapper-canarias p {
    width: 222px;
    height: 222px;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-height: 800px) {
  #projects-map .wrapper-canarias p {
    width: 150px;
    height: 150px;
  }
}
#projects-map .wrapper-canarias p img {
  width: 100%;
  max-width: 75px;
  height: auto;
}
@media (min-width: 768px) {
  #projects-map .wrapper-canarias p img {
    max-width: 190px;
  }
}
@media (min-width: 768px) and (max-height: 800px) {
  #projects-map .wrapper-canarias p img {
    max-width: 130px;
  }
}
#projects-map .wrapper-canarias p span {
  font-size: 16px;
  line-height: 24px;
  color: #003C6E;
  position: absolute;
  bottom: -36px;
  left: 0;
  width: 100%;
  text-align: center;
  text-wrap: nowrap;
}
#projects-map .wrapper-canarias p span.cluster {
  font-size: 10px;
  line-height: 26px;
  text-align: center;
  transform: translate(-50%, -50%);
  top: 45%;
  bottom: auto;
  left: 50%;
  width: 34px;
  height: 34px;
  background: #0096FF;
  color: #FFFFFF;
  border-radius: 50%;
  border: 4px solid rgba(211, 233, 251, 0.8);
  box-shadow: inset 0px 0px 0px 4px #79BDF9;
}
#projects-map .content-search {
  position: absolute;
  width: 100%;
  bottom: 11px;
  left: 0;
  border: 0;
  z-index: 9;
  background: #FFFFFF;
  height: 40px;
  align-items: center;
  display: flex;
  padding: 0px 78px 0 48px;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 768px) {
  #projects-map .content-search {
    bottom: auto;
    left: auto;
    right: 40px;
    top: 72px;
    padding: 0px 48px;
    border: 1px solid rgba(169, 214, 251, 0.2509803922);
    border-radius: 32px;
    width: 250px;
  }
}
#projects-map .content-search.close {
  z-index: 0;
  opacity: 0;
  width: 0;
}
#projects-map .content-search.close input {
  max-width: 0;
  transition: all 0.1s ease-in-out;
}
#projects-map .content-search::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 24px;
  width: 16px;
  height: 16px;
  background-image: url(../images/search-blue.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#projects-map .content-search .close-search {
  position: absolute;
  width: 40px;
  height: 40px;
  border: 0;
  box-shadow: 0px 4px 8px 0px rgba(96, 97, 112, 0.1607843137);
  background-color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0px;
  right: 21px;
}
@media (min-width: 768px) {
  #projects-map .content-search .close-search .content-search-img-mobile {
    display: none;
  }
}
#projects-map .content-search .close-search .content-search-img-desktop {
  display: none;
}
@media (min-width: 768px) {
  #projects-map .content-search .close-search .content-search-img-desktop {
    display: block;
  }
}
@media (min-width: 768px) {
  #projects-map .content-search .close-search {
    top: -1px;
    right: -1px;
    background-color: #003C6E;
    box-shadow: none;
  }
}
#projects-map .content-search .clear-search {
  position: absolute;
  right: 80px;
  top: 7px;
  width: 10px;
}
@media (min-width: 768px) {
  #projects-map .content-search .clear-search {
    right: 60px;
  }
}
#projects-map .content-search p {
  margin: 0;
  width: 100%;
}
@media (min-width: 768px) {
  #projects-map .content-search p {
    width: auto;
  }
}
#projects-map .content-search p input {
  border: 0;
  font-family: "Roboto-Regular";
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #003C6E;
  max-width: 90%;
  width: 100%;
  transition: all 0.2s ease-in-out 0.1s;
}
@media (min-width: 768px) {
  #projects-map .content-search p input {
    max-width: 120px;
  }
}
#projects-map .no-results-filter {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FFFFFF;
  border-top: 3px solid #0096FF;
  padding: 16px;
  z-index: 99996;
  box-shadow: 0px 4px 8px 0px rgba(96, 97, 112, 0.16), 0px 0px 2px 0px rgba(40, 41, 61, 0.04);
  font-size: 16px;
  line-height: 24px;
  color: #003C6E;
  text-wrap: nowrap;
}
#projects-map .no-results-filter.hidden {
  display: none;
}

.form-process-wrapper ul {
  display: flex;
  list-style: none;
  flex: 1;
  padding: 0;
  margin: 0 0 30px;
  align-items: center;
  justify-content: center;
}
.form-process-wrapper ul li {
  width: 140px;
  margin-right: 50px;
  position: relative;
  padding-top: 40px;
  text-align: center;
  color: #003C6E;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}
@media (min-width: 768px) {
  .form-process-wrapper ul li {
    margin-right: 180px;
    font-size: 24px;
    line-height: 44px;
    font-size: 18px;
    line-height: 22px;
    padding-top: 60px;
  }
}
.form-process-wrapper ul li:after {
  content: counter(list-item);
  width: 30px;
  height: 30px;
  background-color: #003C6E;
  color: white;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.2s ease-in-out;
  box-shadow: 2px 2px 4px rgba(99, 101, 106, 0.25);
}
@media (min-width: 768px) {
  .form-process-wrapper ul li:after {
    font-size: 24px;
    line-height: 44px;
    width: 44px;
    height: 44px;
  }
}
.form-process-wrapper ul li:before {
  content: "";
  width: 180px;
  height: 4px;
  background-color: #003C6E;
  position: absolute;
  left: 50%;
  top: 10px;
  transition: all 0.2s ease-in-out;
  box-shadow: 2px 2px 4px rgba(99, 101, 106, 0.25);
}
@media (min-width: 768px) {
  .form-process-wrapper ul li:before {
    width: 300px;
    top: 19px;
  }
}
.form-process-wrapper ul li.active:after {
  background-color: #003C6E;
}
.form-process-wrapper ul li.active:before {
  background-color: #E6EFF6;
}
.form-process-wrapper ul li.active ~ li {
  color: #E6EFF6;
}
.form-process-wrapper ul li.active ~ li:after {
  background-color: #E6EFF6;
}
.form-process-wrapper ul li.active ~ li:before {
  background-color: #E6EFF6;
}
.form-process-wrapper ul li:last-of-type {
  margin-right: 0;
}
.form-process-wrapper ul li:last-of-type:before {
  content: none;
}

#nateevo-projects-map-import .changed {
  background: rgba(236, 183, 81, 0.35);
}
#nateevo-projects-map-import .status-off {
  position: relative;
  padding-left: 30px;
  width: 150px;
}
#nateevo-projects-map-import .status-off:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 10px;
  background-color: #29CC6A;
}
#nateevo-projects-map-import .status-on {
  position: relative;
  padding-left: 30px;
  width: 150px;
}
#nateevo-projects-map-import .status-on:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 10px;
  background-color: #ECB751;
}
#nateevo-projects-map-import table td div {
  background: transparent;
}
#nateevo-projects-map-import table td div table tr:last-child {
  border: 0;
}
#nateevo-projects-map-import #edit-summary {
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 50px;
}
#nateevo-projects-map-import #edit-summary label {
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 40px;
  display: block;
  text-align: center;
}
#nateevo-projects-map-import #edit-summary p {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 32px;
}
#nateevo-projects-map-import #edit-summary p strong {
  margin-right: 12px;
}
#nateevo-projects-map-import #edit-summary p.geo-error {
  color: #EC7C66;
}
#nateevo-projects-map-import #edit-summary p.geo-ok {
  color: #29CC6A;
}
#nateevo-projects-map-import #edit-summary ul.message {
  list-style: none;
}
#nateevo-projects-map-import #edit-summary ul.message li {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 24px;
}
#nateevo-projects-map-import #edit-summary ul.message li strong {
  margin-right: 12px;
}
#nateevo-projects-map-import #edit-summary ul.message li small {
  display: block;
}
#nateevo-projects-map-import #edit-summary ul.message li a {
  color: #003C6E;
  text-decoration: underline;
  transition: all 0.2s ease-in-out;
}
#nateevo-projects-map-import #edit-summary ul.message li a:hover {
  color: #79BDF9;
  text-decoration: none;
}
#nateevo-projects-map-import #edit-summary ul.message li.message-ok {
  padding-left: 36px;
  position: relative;
  color: #29CC6A;
}
#nateevo-projects-map-import #edit-summary ul.message li.message-ok:before {
  content: "";
  position: absolute;
  left: 0;
  background-image: url(../images/ok.svg);
  width: 24px;
  height: 24px;
  background-size: cover;
  background-repeat: no-repeat;
}
#nateevo-projects-map-import #edit-summary ul.message li.message-error {
  padding-left: 36px;
  position: relative;
  color: #EC7C66;
}
#nateevo-projects-map-import #edit-summary ul.message li.message-error:before {
  content: "";
  position: absolute;
  left: 0;
  background-image: url(../images/ko.svg);
  width: 24px;
  height: 24px;
  background-size: cover;
  background-repeat: no-repeat;
}
#nateevo-projects-map-import #edit-summary ul.message li.message-warning {
  padding-left: 36px;
  position: relative;
  color: #ECB751;
}
#nateevo-projects-map-import #edit-summary ul.message li.message-warning:before {
  content: "";
  position: absolute;
  left: 0;
  background-image: url(../images/warning.svg);
  width: 24px;
  height: 24px;
  background-size: cover;
  background-repeat: no-repeat;
}
#nateevo-projects-map-import #edit-summary ul.message li li {
  margin-bottom: 0;
}
#nateevo-projects-map-import #edit-ignored .layer-wrapper {
  overflow: auto;
}
#nateevo-projects-map-import .gin--sticky-bulk-select input:nth-child(1) {
  display: none;
}

#projects-map .leaflet-bottom.leaflet-left {
  width: 100%;
  z-index: 9999;
}
@media (min-width: 768px) {
  #projects-map .leaflet-bottom.leaflet-left {
    z-index: 1000;
  }
}
#projects-map ul.controls-map {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 20px 20px 0 0;
  padding: 24px;
}
#projects-map ul.controls-map.filter-mobile {
  border-radius: 0;
}
@media (min-width: 768px) {
  #projects-map ul.controls-map {
    display: block;
    border-radius: 0;
    padding: 0;
    background: none;
    margin: 16px 40px 0 0;
    width: auto;
  }
}
#projects-map ul.controls-map li {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #projects-map ul.controls-map li {
    margin-bottom: 16px;
  }
}
#projects-map ul.controls-map li a {
  width: 24px;
  height: 24px;
  display: flex;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 768px) {
  #projects-map ul.controls-map li a {
    width: 40px;
    height: 40px;
    background: #003C6E;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
  }
}
#projects-map ul.controls-map li a img {
  width: auto;
  height: 24px;
}
@media (min-width: 768px) {
  #projects-map ul.controls-map li a img {
    width: 16px;
    height: auto;
  }
}
@media (min-width: 768px) {
  #projects-map ul.controls-map li a img.controls-map-img-mobile {
    display: none;
  }
}
#projects-map ul.controls-map li a img.controls-map-img-desktop {
  display: none;
}
@media (min-width: 768px) {
  #projects-map ul.controls-map li a img.controls-map-img-desktop {
    display: block;
  }
}
#projects-map ul.controls-map li a img.controls-map-img-active {
  display: none;
}
@media (min-width: 768px) {
  #projects-map ul.controls-map li a:hover {
    border: 3px solid #0096FF;
  }
}
@media (min-width: 768px) {
  #projects-map ul.controls-map li a.filtered, #projects-map ul.controls-map li a.listMode, #projects-map ul.controls-map li a.active {
    border: 3px solid #0096FF;
  }
}
#projects-map ul.controls-map li a.filtered .controls-map-img-mobile, #projects-map ul.controls-map li a.listMode .controls-map-img-mobile, #projects-map ul.controls-map li a.active .controls-map-img-mobile {
  display: none;
}
#projects-map ul.controls-map li a.filtered .controls-map-img-active, #projects-map ul.controls-map li a.listMode .controls-map-img-active, #projects-map ul.controls-map li a.active .controls-map-img-active {
  display: block;
}
@media (min-width: 768px) {
  #projects-map ul.controls-map li a.filtered .controls-map-img-active, #projects-map ul.controls-map li a.listMode .controls-map-img-active, #projects-map ul.controls-map li a.active .controls-map-img-active {
    display: none;
  }
}
#projects-map .leaflet-control-zoom {
  border: 0;
  margin: 0 24px 95px 0;
}
@media (min-width: 768px) {
  #projects-map .leaflet-control-zoom {
    margin: 64px 40px;
  }
}
#projects-map .leaflet-control-zoom a {
  background: #003C6E;
  color: #FFFFFF;
  border: 0;
  line-height: 36px;
  width: 30px;
  height: 30px;
  transition: background 0.2s ease-in-out;
}
@media (min-width: 768px) {
  #projects-map .leaflet-control-zoom a {
    width: 40px;
    height: 36px;
  }
}
#projects-map .leaflet-control-zoom a span {
  font-weight: 100;
}
#projects-map .leaflet-control-zoom a:first-child {
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
}
#projects-map .leaflet-control-zoom a:last-child {
  border-bottom-left-radius: 80px;
  border-bottom-right-radius: 80px;
}
#projects-map .leaflet-control-zoom a.leaflet-disabled {
  background: #63656A;
}
#projects-map .controls-canary {
  margin: 0 0 40px 24px;
}
@media (min-width: 768px) {
  #projects-map .controls-canary {
    margin: 0px 0px 67px 40px;
  }
}
#projects-map .controls-canary-item {
  margin: 0;
}
#projects-map .controls-canary-btn {
  display: inline-block;
  padding: 8px 24px;
  display: flex;
  flex-direction: row-reverse;
  background: #003C6E;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 20px;
  border-radius: 32px;
  gap: 8px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#projects-map .controls-canary-btn img {
  width: 16px;
  height: auto;
}
#projects-map .active .control-filters__dropdown-list .show-more {
  position: absolute;
  bottom: 0;
  right: 10px;
  font-size: 16px;
  line-height: 24px;
  font-family: Arial, Helvetica, sans-serif;
  color: #003C6E;
  text-decoration: underline;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
}
#projects-map .control-filters {
  background: #FFFFFF;
  border-top: 3px solid #0096FF;
  padding: 16px 12px;
  width: 100%;
  position: absolute;
  bottom: 72px;
  left: 0;
  z-index: 99999;
  max-height: calc(100% - 72px);
  overflow: auto;
  box-shadow: 0px 4px 8px 0px rgba(96, 97, 112, 0.16), 0px 0px 2px 0px rgba(40, 41, 61, 0.04);
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
@media (min-width: 768px) {
  #projects-map .control-filters {
    width: 313px;
    bottom: auto;
    top: 8px;
    left: auto;
    right: 90px;
  }
}
#projects-map .control-filters.listMode {
  top: 80px;
  right: 25px;
}
#projects-map .control-filters::-webkit-scrollbar {
  width: 6px;
}
#projects-map .control-filters::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #D9D9D9;
  border-radius: 10px;
}
#projects-map .control-filters::-webkit-scrollbar-thumb {
  background: #003C6E;
  border-radius: 10px;
}
#projects-map .control-filters::-webkit-scrollbar-thumb:hover {
  background: #003C6E;
}
#projects-map .control-filters__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#projects-map .control-filters__title {
  font-size: 20px;
  line-height: 38px;
  color: #003C6E;
  margin: 0 0 16px;
  font-family: "Documan";
  font-weight: 600;
}
#projects-map .control-filters__close {
  font-size: 20px;
  line-height: 38px;
  color: #003C6E;
  position: absolute;
  top: 27px;
  right: 12px;
}
#projects-map .control-filters__dropdown {
  border: 1px solid #A9D6FB;
  border-radius: 32px;
  max-height: 38px;
  overflow: hidden;
  padding: 0px;
  position: relative;
  margin-bottom: 16px;
  transition: all 0.2s ease-in-out;
}
#projects-map .control-filters__dropdown.active {
  max-height: 2000px;
  border: 2px solid #0096FF;
  border-radius: 12px;
  padding-bottom: 56px;
}
#projects-map .control-filters__dropdown.active.full, #projects-map .control-filters__dropdown.active.fixed {
  padding-bottom: 0px;
}
#projects-map .control-filters__dropdown.active.full .control-filters__dropdown-list, #projects-map .control-filters__dropdown.active.fixed .control-filters__dropdown-list {
  max-height: 1900px;
}
#projects-map .control-filters__dropdown.active.full .show-more, #projects-map .control-filters__dropdown.active.fixed .show-more {
  display: none;
}
#projects-map .control-filters__dropdown.active p {
  opacity: 1;
}
#projects-map .control-filters__dropdown.active p:before {
  content: "";
  background-image: url("../images/chevron.svg");
  position: absolute;
  top: 10px;
  right: 26px;
  transform: rotate(180deg);
  width: 16px;
  height: 16px;
}
#projects-map .control-filters__dropdown.active p.control-filters__dropdown-input {
  opacity: 0;
}
#projects-map .control-filters__dropdown.active p.control-filters__dropdown-input:before {
  transform: rotate(180deg);
}
#projects-map .control-filters__dropdown.disabled {
  border: 1px solid #98999B;
}
#projects-map .control-filters__dropdown.disabled p.control-filters__dropdown-input {
  color: #98999B;
}
#projects-map .control-filters__dropdown input::placeholder {
  color: #003C6E;
}
#projects-map .control-filters__dropdown p {
  border: 0;
  background: transparent;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #003C6E;
  z-index: -1;
  width: 100%;
  padding: 10px 24px;
}
#projects-map .control-filters__dropdown p.control-filters__dropdown-input {
  transition: all 0.2s ease-in-out;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  padding: 10px 24px 20px;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #003C6E;
  width: 100%;
  position: static;
  opacity: 1;
  height: auto;
  cursor: pointer;
}
#projects-map .control-filters__dropdown p.control-filters__dropdown-input:before {
  content: "";
  background-image: url("../images/chevron.svg");
  position: absolute;
  top: 10px;
  right: 26px;
  width: 16px;
  height: 16px;
}
#projects-map .control-filters__dropdown input:checked + label:after {
  background-color: #003C6E;
}
#projects-map .control-filters__dropdown label {
  font-size: 14px;
  line-height: 18px;
  font-family: Arial, Helvetica, sans-serif;
  color: #003C6E;
  position: relative;
  padding-left: 30px;
  display: block;
  cursor: pointer;
}
#projects-map .control-filters__dropdown label:after {
  content: "";
  transition: all 0.2s ease-in-out;
  width: 18px;
  height: 18px;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #003C6E;
  background-color: #FFFFFF;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../images/check.svg");
  background-repeat: no-repeat;
  background-position: center;
}
#projects-map .control-filters__dropdown-list {
  padding: 0 24px 24px;
  margin: 0;
  list-style: none;
  max-height: 150px;
  overflow: hidden;
}
#projects-map .control-filters__dropdown-list .show-more:hover {
  opacity: 0.8;
}
#projects-map .control-filters__dropdown-list li {
  margin-bottom: 22px;
}
#projects-map .control-filters__dropdown-list input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
#projects-map .control-filters__clean {
  text-align: right;
  font-size: 16px;
  line-height: 24px;
}
#projects-map .control-filters__clean a {
  color: #003C6E;
  text-decoration: underline;
  transition: opacity 0.2s ease-in-out;
}
#projects-map .control-filters__clean a:hover {
  opacity: 0.8;
}

#projects-map {
  /* IE 6-8 fallback colors */
}
#projects-map .marker-cluster-small, #projects-map .marker-cluster-medium, #projects-map .marker-cluster-large {
  background-color: #D3E9FB;
}
#projects-map .marker-cluster-small div, #projects-map .marker-cluster-medium div, #projects-map .marker-cluster-large div {
  background-color: #0096FF;
}
#projects-map .marker-cluster-small:before, #projects-map .marker-cluster-medium:before, #projects-map .marker-cluster-large:before {
  content: "";
  width: 33px;
  height: 33px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  border-radius: 50%;
  background-color: #79BDF9;
  z-index: -1;
}
#projects-map .leaflet-oldie .marker-cluster-small, #projects-map .leaflet-oldie .marker-cluster-medium, #projects-map .leaflet-oldie .marker-cluster-large {
  background-color: #79BDF9;
}
#projects-map .leaflet-oldie .marker-cluster-small div, #projects-map .leaflet-oldie .marker-cluster-medium div, #projects-map .leaflet-oldie .marker-cluster-large div {
  background-color: #0096FF;
}
#projects-map .marker-cluster {
  background-clip: padding-box;
  border-radius: 20px;
}
#projects-map .marker-cluster div {
  width: 24px;
  height: 24px;
  margin-left: 8px;
  margin-top: 8px;
  text-align: center;
  border-radius: 15px;
  font: 10px "Roboto", Arial, Helvetica, sans-serif;
  color: #FFFFFF;
}
#projects-map .marker-cluster span {
  line-height: 24px;
}
#projects-map .leaflet-container .leaflet-marker-pane .marker-substation {
  width: 52px;
  height: 52px;
  background: #FFFFFF;
  border-radius: 50%;
  border: 6px solid #EC7C66;
  display: flex;
  align-items: center;
  justify-content: center;
}
#projects-map .leaflet-container .leaflet-marker-pane .marker-substation img {
  width: auto;
  height: 18px;
}
#projects-map .leaflet-container .leaflet-marker-pane .marker-substation div {
  display: none;
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  border-radius: 50%;
  border: 2px solid #003C6E;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -8px;
  right: -8px;
}
#projects-map .leaflet-container .leaflet-marker-pane .marker-substation div img {
  width: auto;
  height: 13px;
}
#projects-map .leaflet-container .leaflet-marker-pane .marker-substation.marker-storage:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: #FFFFFF;
  border-radius: 50%;
  border: 2px solid #003C6E;
  top: -8px;
  right: -8px;
}
#projects-map .leaflet-container .leaflet-marker-pane .marker-substation.marker-storage:after {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(../images/storage.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -4px;
  right: -4px;
}
#projects-map .leaflet-container .leaflet-marker-pane .marker-substation.disabled {
  opacity: 50%;
}
#projects-map .leaflet-container .leaflet-marker-pane .marker-substation.status-on {
  border: 6px solid #50D2D2;
}
#projects-map .leaflet-container .leaflet-marker-pane .marker-substation.status-off {
  border: 6px solid #98999B;
}
#projects-map .leaflet-container .leaflet-marker-pane .marker-line {
  width: 41px;
  height: 25px;
  background: #FFFFFF;
  border-radius: 16px;
  border: 4px solid #0096FF;
}
#projects-map .leaflet-container .leaflet-marker-pane .marker-line::before {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(../images/actuacion.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
#projects-map .leaflet-container .leaflet-marker-pane .marker-line.new-line::before {
  background-image: url(../images/nueva-linea.svg);
}
#projects-map .leaflet-container .leaflet-marker-pane .marker-special {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #003C6E;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#projects-map .leaflet-container .leaflet-marker-pane .marker-special img {
  width: auto;
  height: 20px;
}
#projects-map .leaflet-container .leaflet-marker-pane .marker-special::before {
  background: #003C6E;
}
#projects-map .tooltip-substation {
  background-color: red;
  border: 0;
  background: #FFFFFF;
  border-top: 3px solid #0096FF;
  padding: 8px;
  border-radius: 0;
  opacity: 1;
  width: 144px;
  word-wrap: break-word;
  white-space: normal;
  font-family: "Roboto-Regular";
  font-size: 14px;
  line-height: 18px;
  color: #003C6E;
}
#projects-map .tooltip-substation strong {
  font-family: "Roboto-Bold";
  display: block;
}

#projects-map .leaflet-popup-close-button::before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 16px;
  right: 16px;
  background-image: url(../images/close.svg);
  background-position: center;
  background-repeat: no-repeat;
}
#projects-map .leaflet-popup-close-button span {
  display: none;
}
#projects-map .leyend {
  width: 100%;
  background: #FFFFFF;
  border-top: 3px solid #0096FF;
  padding: 16px 12px;
  position: absolute;
  bottom: 72px;
  left: 0;
  z-index: 99999;
  font-family: "Roboto-Regular";
  box-shadow: 0px 4px 8px 0px rgba(96, 97, 112, 0.16), 0px 0px 2px 0px rgba(40, 41, 61, 0.04);
}
@media (min-width: 768px) {
  #projects-map .leyend {
    width: 250px;
    bottom: auto;
    top: 8px;
    left: auto;
    right: 90px;
  }
}
#projects-map .leyend__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#projects-map .leyend__title {
  font-size: 20px;
  line-height: 38px;
  color: #003C6E;
  margin-bottom: 16px;
  font-family: "Documan";
  font-weight: 600;
}
#projects-map .leyend__close {
  font-size: 20px;
  line-height: 38px;
  color: #003C6E;
  position: absolute;
  top: 27px;
  right: 12px;
}
#projects-map .leyend__img {
  margin-bottom: 16px;
  width: 100%;
  height: auto;
}
#projects-map .leyend__icons {
  list-style: none;
  margin: 0;
  padding: 0 0 8px 26px;
  border-bottom: 1px solid #F3F5F6;
}
#projects-map .leyend__icons li {
  display: flex;
  gap: 8px;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 8px;
  align-items: center;
}
#projects-map .leyend__icons li img {
  width: 15px;
  height: auto;
}
#projects-map .leyend__states {
  list-style: none;
  margin: 0;
  padding: 8px 0 0 20px;
}
#projects-map .leyend__states li {
  display: flex;
  gap: 6px;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 8px;
  align-items: center;
  min-width: 200px;
}
#projects-map .leyend__states li .circle {
  width: 12px;
  height: 12px;
  background: #000000;
  border-radius: 50%;
  position: relative;
}
#projects-map .leyend__states li .circle.blue {
  background: #50D2D2;
}
#projects-map .leyend__states li .circle.orange {
  background: #EC7C66;
}
#projects-map .leyend__states li .circle.gray {
  background: #98999B;
}
#projects-map .leyend__states li .circle:before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  background: #FFFFFF;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
#projects-map .leaflet-popup {
  width: 320px;
  padding-top: 80px;
}
@media (min-width: 768px) {
  #projects-map .leaflet-popup {
    width: 360px;
    padding-top: 100px;
  }
}
#projects-map .leaflet-popup a.leaflet-popup-close-button {
  top: 80px;
}
@media (min-width: 768px) {
  #projects-map .leaflet-popup a.leaflet-popup-close-button {
    top: 100px;
  }
}
#projects-map .leaflet-popup-content-wrapper {
  max-width: 360px;
  background: #FFFFFF;
  border-top: 3px solid #0096FF;
  position: relative;
  padding: 16px 12px 27px;
  border-radius: 0;
}
#projects-map .leaflet-popup-content {
  padding: 0;
  margin: 0;
  width: 100% !important;
}
#projects-map .popup {
  /*width: 360px;
  background: $color-white;
  border-top: 3px solid $color-blue-light;
  position: relative;
  padding: 16px 12px;
  z-index: 99999;
  position: absolute;
  top: 8px;
  right: 90px;*/
}
#projects-map .popup-list {
  margin: 0 0 16px;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  flex-wrap: wrap;
}
#projects-map .popup-list li {
  border: 1px solid #0096FF;
  border-radius: 16px;
  padding: 8px 16px;
  font-size: 12px;
  line-height: 16px;
  color: #0096FF;
  margin-right: 16px;
  margin-bottom: 8px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
#projects-map .popup-list li:last-child {
  margin-right: 0;
}
#projects-map .popup-list li.active {
  background-color: #0096FF;
  color: #FFFFFF;
}
#projects-map .popup-list li.disabled {
  border: 1px solid #63656A;
  background-color: #FFFFFF;
  color: #63656A;
}
#projects-map .popup-list li.disabled.active {
  background-color: #63656A;
  color: #FFFFFF;
}
#projects-map .popup-close {
  font-size: 20px;
  line-height: 38px;
  color: #003C6E;
  position: absolute;
  top: 27px;
  right: 12px;
}
#projects-map .popup-special .popup-content p {
  color: #63656A;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0;
  padding-right: 30px;
}
#projects-map .popup-special .popup-content .popup-content-title {
  font-family: "Documan";
  font-size: 20px;
  line-height: 28px;
  margin-top: 0;
}
#projects-map .popup-special .popup-content .popup-content-link {
  justify-content: flex-start;
}
#projects-map .popup-special .leaflet-popup-tip-container {
  display: none;
}
#projects-map .popup-special .leaflet-popup-close-button::before {
  top: 25px;
}
#projects-map .popup-content-project {
  display: none;
}
#projects-map .popup-content-project.active {
  display: block;
}
#projects-map .popup-content-project.disabled p {
  color: #63656A;
}
#projects-map .popup-content-project.disabled p.popup-content-title {
  color: #63656A;
}
#projects-map .popup-content-project.disabled p.popup-content-link {
  color: #63656A;
}
#projects-map .popup-content-project.disabled p.popup-content-link a {
  color: #63656A;
}
#projects-map .popup-content-project.disabled p.popup-content-link a span {
  color: #63656A;
}
#projects-map .popup-content-project.disabled p.popup-content-link a:before {
  background-color: #63656A;
}
#projects-map .popup-content p {
  display: flex;
  align-items: flex-start;
  font-size: 16px;
  line-height: 24px;
  color: #003C6E;
}
#projects-map .popup-content p img {
  width: 24px;
  min-width: 24px;
  height: auto;
  margin-right: 11px;
}
#projects-map .popup-content p span {
  font-weight: 400;
}
#projects-map .popup-content p span strong {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
#projects-map .popup-content p.popup-content-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #003C6E;
}
#projects-map .popup-content p.popup-content-link {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  display: flex;
  justify-content: flex-end;
}
#projects-map .popup-content p.popup-content-link a {
  color: #003C6E;
  text-decoration: underline;
  display: flex;
  align-items: center;
  transition: all 0.2s ease-in-out;
  position: relative;
  padding-right: 30px;
}
#projects-map .popup-content p.popup-content-link a span {
  border-radius: 50%;
  background-color: #003C6E;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 6px;
}
#projects-map .popup-content p.popup-content-link a:before {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #003C6E;
  position: absolute;
  top: 0;
  right: 0;
}
#projects-map .popup-content p.popup-content-link a:after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../images/arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
}
#projects-map .popup-content p.popup-content-link a:hover {
  text-decoration: none;
}
#projects-map .leaflet-sidebar {
  padding: 0;
  border-radius: 0;
}
@media (min-width: 768px) {
  #projects-map .leaflet-sidebar.left {
    width: 600px;
    left: -600px;
  }
}
#projects-map .leaflet-sidebar.left.visible {
  left: 0;
  box-shadow: 0px 4px 8px 0px rgba(96, 97, 112, 0.16), 0px 0px 2px 0px rgba(40, 41, 61, 0.04);
}
#projects-map .leaflet-sidebar.left.visible:before {
  content: "";
  width: 100vw;
  height: 100vh;
  background: #002646;
  position: fixed;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  #projects-map .leaflet-sidebar.left.visible:before {
    content: none;
  }
}
@media (min-width: 768px) {
  #projects-map .leaflet-sidebar.left.listMode {
    width: 850px;
    left: -850px;
  }
}
@media (min-width: 768px) {
  #projects-map .leaflet-sidebar.left.listMode.visible {
    left: calc(50% - 425px);
  }
}
#projects-map .leaflet-sidebar.left.listMode.visible:before {
  content: "";
  width: 100vw;
  height: 100vh;
  background: #002646;
  position: fixed;
  top: 0;
  left: 0;
}
#projects-map .leaflet-sidebar.left .leaflet-control {
  background: #FFFFFF;
  border-top: 3px solid #0096FF;
  padding: 64px 0 0 0;
  display: flex;
  flex-direction: column;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
#projects-map .leaflet-sidebar.left .leaflet-control::-webkit-scrollbar {
  width: 6px;
}
#projects-map .leaflet-sidebar.left .leaflet-control::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #D9D9D9;
  border-radius: 10px;
}
#projects-map .leaflet-sidebar.left .leaflet-control::-webkit-scrollbar-thumb {
  background: #003C6E;
  border-radius: 10px;
}
#projects-map .leaflet-sidebar.left .leaflet-control::-webkit-scrollbar-thumb:hover {
  background: #003C6E;
}
#projects-map .leaflet-sidebar.left .close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  background: none;
}
#projects-map .leaflet-sidebar.left .close::before {
  content: "";
  width: 32px;
  height: 32px;
  display: block;
  background-image: url(../images/close.svg);
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  #projects-map .leaflet-sidebar.right {
    width: 100%;
    right: -100%;
  }
}
#projects-map .leaflet-sidebar.right.visible {
  right: 0%;
}
#projects-map .leaflet-sidebar.right .close {
  display: none;
}
#projects-map .leaflet-sidebar .leaflet-control {
  border: 0;
  border-radius: 0;
}
#projects-map .field--name-field-project-images {
  padding: 0 0 50px 64px;
  position: relative;
}
#projects-map .field--name-field-project-images .slick-list {
  border-radius: 205px 0px 0px 205px;
  margin-bottom: 40px;
}
#projects-map .field--name-field-project-images .slick-arrow {
  font-size: 0;
  line-height: 0;
  padding: 0;
  width: 32px;
  height: 32px;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  position: absolute;
  bottom: 38px;
}
#projects-map .field--name-field-project-images .slick-arrow:before {
  content: "";
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #003C6E;
  position: absolute;
  top: 0;
  right: 0;
}
#projects-map .field--name-field-project-images .slick-arrow:after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 4px;
  right: 4px;
  background-image: url(../images/arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#projects-map .field--name-field-project-images .slick-arrow.slick-disabled:before {
  content: "";
  background-color: #DAD9D7;
}
#projects-map .field--name-field-project-images .slick-arrow.slick-disabled:after {
  background-image: url(../images/arrow-disabled.svg);
}
#projects-map .field--name-field-project-images .slick-next {
  right: 90px;
}
#projects-map .field--name-field-project-images .slick-next.slick-disabled:after {
  transform: rotate(180deg);
}
#projects-map .field--name-field-project-images .slick-prev {
  left: 90px;
}
#projects-map .field--name-field-project-images .slick-prev:after {
  transform: rotate(180deg);
}
#projects-map .field--name-field-project-images .slick-prev.slick-disabled:after {
  transform: none;
}
#projects-map .field--name-field-project-images .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  gap: 12px;
  margin: 0 64px 0 0;
  padding: 0 64px;
}
#projects-map .field--name-field-project-images .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #0096FF;
}
#projects-map .field--name-field-project-images .slick-dots li.slick-active {
  background-color: #003C6E;
}
#projects-map .field--name-field-project-images .slick-dots li button {
  display: none;
}
#projects-map .sidebar-project {
  padding: 0 24px 24px;
}
@media (min-width: 768px) {
  #projects-map .sidebar-project {
    padding: 0 64px 64px;
  }
}
#projects-map .sidebar-project-title {
  font-size: 24px;
  line-height: 32px;
  color: #003C6E;
  margin: 0 0 16px;
}
#projects-map .sidebar-project-description {
  font-size: 16px;
  line-height: 24px;
  color: #63656A;
  margin: 0 0 16px;
  font-weight: 400;
}
#projects-map .sidebar-project-description strong {
  font-weight: 700;
}
#projects-map .sidebar-project-highlighted {
  font-weight: 700;
  display: flex;
  margin-bottom: 20px;
}
#projects-map .sidebar-project-highlighted img {
  width: 24px;
  height: auto;
  margin-right: 11px;
}
#projects-map .sidebar-project-highlighted-leyend {
  margin-bottom: 4px;
  display: block;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}
#projects-map .sidebar-project-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
#projects-map .sidebar-project-list li {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #003C6E;
  padding-left: 55px;
  position: relative;
  margin-bottom: 24px;
  font-family: "Roboto-Bold";
}
#projects-map .sidebar-project-list li strong {
  font-size: 18px;
  line-height: 44px;
  font-family: "Roboto-Regular";
}
#projects-map .sidebar-project-list li span {
  font-family: "Roboto-Bold";
}
#projects-map .sidebar-project-list li:before {
  content: "";
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #A9D6FB;
  position: absolute;
  top: 0;
  left: 0;
}
#projects-map .sidebar-project-list li:after {
  content: "";
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
}
#projects-map .sidebar-project-list li.icon-location:after {
  background-image: url(../images/location-blue.svg);
}
#projects-map .sidebar-project-list li.icon-voltage:after {
  background-image: url(../images/voltage-blue.svg);
}
#projects-map .sidebar-project-list li.icon-installation:after {
  background-image: url(../images/storage.svg);
}
#projects-map .sidebar-project-list li.icon-motivations:after {
  background-image: url(../images/motivations-blue.svg);
}
#projects-map .sidebar-project-list li.icon-actions:after {
  background-image: url(../images/actions-blue.svg);
}
#projects-map .sidebar-project-list li ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#projects-map .sidebar-project-list li ul li {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  padding: 0;
  margin-bottom: 16px;
  font-family: "Roboto-Regular";
}
#projects-map .sidebar-project-list li ul li strong {
  font-family: "Roboto-Bold";
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}
#projects-map .sidebar-project-list li ul li span {
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}
#projects-map .sidebar-project-list li ul li:before {
  content: none;
}
#projects-map .sidebar-project-list li ul li:after {
  content: none;
}
#projects-map .sidebar-project-list .list-motivations p {
  margin: 0;
}
#projects-map .sidebar-project-list .list-actions li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
#projects-map .sidebar-project-list .list-actions li strong {
  font-size: 14px;
  line-height: 20px;
}
#projects-map .sidebar-project-list .list-actions .status-on {
  display: inline-block;
  padding: 10px 10px 10px 30px;
  border-radius: 32px;
  position: relative;
  background: rgba(218, 217, 215, 0.25);
  font-size: 14px;
  line-height: 18px;
  color: #63656A;
  width: 120px;
  min-width: 120px;
}
#projects-map .sidebar-project-list .list-actions .status-on:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #29CC6A;
}
#projects-map .sidebar-project-list .list-actions .status-off {
  display: inline-block;
  padding: 10px 10px 10px 30px;
  border-radius: 32px;
  position: relative;
  background: rgba(218, 217, 215, 0.25);
  font-size: 14px;
  line-height: 18px;
  color: #63656A;
  width: 120px;
  min-width: 120px;
}
#projects-map .sidebar-project-list .list-actions .status-off:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #ECB751;
}
#projects-map .sidebar-project .files-title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #003C6E;
  margin-bottom: 22px;
}
#projects-map .sidebar-project .field--name-field-files.field__items, #projects-map .sidebar-project .field--name-field-relevant-links.field__items {
  margin: 0;
  padding: 0;
  list-style: none;
}
#projects-map .sidebar-project .field--name-field-files.field__items .field__item, #projects-map .sidebar-project .field--name-field-relevant-links.field__items .field__item {
  position: relative;
  padding: 0;
  margin-bottom: 16px;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 8px 0px rgba(96, 97, 112, 0.1607843137);
  min-height: 74px;
  display: flex;
  align-items: center;
}
#projects-map .sidebar-project .field--name-field-files.field__items .field__item span, #projects-map .sidebar-project .field--name-field-relevant-links.field__items .field__item span {
  display: block;
  background: none;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 64px;
}
#projects-map .sidebar-project .field--name-field-files.field__items .field__item span span, #projects-map .sidebar-project .field--name-field-relevant-links.field__items .field__item span span {
  display: inline-block;
  box-shadow: none;
  padding: 0;
  min-height: 0;
  color: #63656A;
}
#projects-map .sidebar-project .field--name-field-files.field__items .field__item a, #projects-map .sidebar-project .field--name-field-relevant-links.field__items .field__item a {
  display: inline-block;
  color: #003C6E;
  text-decoration: underline;
}
#projects-map .sidebar-project .field--name-field-files.field__items .field__item a:hover, #projects-map .sidebar-project .field--name-field-relevant-links.field__items .field__item a:hover {
  opacity: 0.8;
}
#projects-map .sidebar-project .field--name-field-files.field__items .field__item a:before, #projects-map .sidebar-project .field--name-field-relevant-links.field__items .field__item a:before {
  content: "";
  background-image: url(../images/pdf.svg);
  width: 32px;
  height: 32px;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 16px;
}
#projects-map .sidebar-project .field--name-field-files.field__items .field__item .file--application-pdf a:after, #projects-map .sidebar-project .field--name-field-relevant-links.field__items .field__item .file--application-pdf a:after {
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 16px;
  background-image: url(../images/download.svg);
}
#projects-map .sidebar-project .field--name-field-relevant-links.field__items .field__item a {
  font-size: 16px;
  line-height: 24px;
  padding: 10px 64px;
}