/**
 * @file
 * Subtheme specific CSS.
 */
html,body {
  overflow-x:hidden;
}
body {
  font-family: 'Work Sans', sans-serif;
  color: #707070;
}
.container-fluid {
  padding:0 !important;
}
/* Header */
.nav-item {
  padding: 0 25px !important;
}
.nav .nav-link {
  font-weight: 600;
  color: black;
  border-bottom: 3px solid transparent;
}
.nav-item:hover .nav-link {
  border-bottom: 3px solid #763BFF;
}
.navbar-brand img {
  max-width: 200px;
  margin-left: 30px;
}
/* Footer */
.site-footer .container-fluid {
  padding: 0 70px !important;
}
.site-footer .block {
  margin:0;
  padding:0;
  border:none;
}
.site-footer .content {
  color: white !important;
  font-family: 'Work Sans', sans-serif;
}
.site-footer .content a {
  color: white !important;
  text-decoration: none !important;
}
.site-footer .block h5 {
  font-size: 1.1em;
  font-weight:400;
  margin-bottom:20px;
}
.site-footer img {
  max-width: 180px;
  height: auto;
}
/* View Slideshow HOME */

.view-slideshow-portada .views-row {
  padding:0 !important;
  position: relative;
}
.node--type-page .layout .field--name-field-image,
.view-slideshow-portada .views-row .views-field-field-image {
  height: 55vh;
  overflow: hidden;
  width: 100%;
}
.view-slideshow-portada .views-row .views-field-field-image img {
  width:100%;
  height: auto;
  margin-top:-15%;
  mix-blend-mode: luminosity;
}
.page-node-815 .layout .field--name-field-image img {
  margin-top:0;
}
.view-slideshow-portada .views-row .views-field-title {
  position: absolute;
  background:rgba(118,59,255,.6);
  padding: 50px;
  max-width: 47%;
  top:40%;
  z-index: 2;
}
.view-slideshow-portada .views-row .views-field-field-subtitol {
  position: absolute;
  top:58%;
  left:50px;
  z-index: 2;
  color: white;
  font-size:1.3em;
}
#block-bigdatasocial-page-title h1.title,
.view-slideshow-portada .views-row .views-field-title a {
  color: white;
  text-decoration: none !important;
  font-family: "Georgia";
  font-size: 2.3em;
  font-weight: bold;
}

/* FILTRES DIMENSIONS */
.data-filter-item-label {
  justify-content: space-between;
}
#block-bigdatasocial-content .node__content {
  margin-top: 0;
}
/* MAP/GRAPH TABS */

#mapAndGraphsTabs {
  justify-content: flex-end;
  padding-right: 30px;
}
#mapAndGraphsTabs .nav-link {
  border: 1px solid #cbcbcb;
  text-transform: inherit;
  border-radius:10px;
  display: inline-flex;
}
#mapAndGraphsTabs .nav-link.active {
  background-color:#9162FF;
  color: white;
}
#mapAndGraphsTabs .nav-link#map-tab {
  border-top-right-radius: 0;
  border-bottom-right-radius:0;
}
#mapAndGraphsTabs .nav-link#graphs-tab:before,
#mapAndGraphsTabs .nav-link#map-tab:before {
  content:"";
  width: 21px;
  height:21px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 5px;
}
#mapAndGraphsTabs .nav-link#map-tab:before {
  background-image:url('../img/mapa-black.svg');

}
#mapAndGraphsTabs .nav-link#map-tab:hover:before,
#mapAndGraphsTabs .nav-link#map-tab.active:before {
  background-image:url('../img/mapa-white.svg');

}
#mapAndGraphsTabs .nav-link#graphs-tab {
  border-top-left-radius: 0;
  border-bottom-left-radius:0;
}
#mapAndGraphsTabs .nav-link#graphs-tab:before {
  background-image:url('../img/grafic-black.svg');
}
#mapAndGraphsTabs .nav-link#graphs-tab:hover:before,
#mapAndGraphsTabs .nav-link#graphs-tab.active:before {
  background-image:url('../img/grafic-white.svg');
}
#mapAndGraphsTabs .nav-link:hover {
  background-color:#9162FF;
  color: white;
}
h2.map-and-graphs-title {
  font-family: "Georgia";
  font-weight: 700;
  border-left: 4px solid #763BFF;
  padding-left: 10px;
}
h4.map-and-graphs-calc-title,
h4.map-and-graphs-source-title,
h4.map-and-graphs-name {
  font-weight: 700;
  font-size: 1.2em;
}
.map-and-graphs-top-data {
  padding-top: 3rem !important;
}
.map-and-graphs-segregation-wrapper .label,
.map-and-graphs-segregation-label,
.map-and-graphs-filter-item label {
  font-weight: 600;
  margin-bottom: 5px;
}
.map-and-graphs-filter-item select {
  padding:5px;
  border-radius: 8px;
  border-color: #c7c7c7;
  color: #707070;
  font-size: .9em;
  margin-right: 10px;
}
.map-and-graphs-segregation-left {
  margin-top:20px;
}
.map-and-graphs-segregation-note {
  font-size: .85em;
  color: #707070;
  margin-top:20px;
}
.map-and-graphs-segregation-item {
  color: #707070;
  font-size: .9em;
}
.map-and-graphs-segregation-item.active,
.map-and-graphs-segregation-item:hover {
  background-color: #7a7a7a !important;
  color: white !important;
  font-size: .9em;
}
.map-and-graphs-bottom-data .map-and-graphs-bottom-col0 {
  position: relative;
}
.map-and-graphs-moreinfo {
  font-family: "Georgia";
  font-weight: 700;
  position: relative;
  background:white;
  width:35%;
  margin: 50px auto;
}
/* .map-and-graphs-bottom-col0:after {
  content:"";
  width: 100%;
  height: 20px;
  display: block;
  position: absolute;
  left:0;
  right:0;
  top: 50%;
  border-top:1px solid #D4C1FF;
} */
.map-and-graphs-calc,
.map-and-graphs-source,
.map-and-graphs-description {
  font-size: .9em;
}
.map-and-graphs-sdgs {
  display: flex;
}
.map-and-graphs-sdgs .sdgs:before {
  content:"";
  display: block;
  width: 70px;
  height: 70px;
  background:url('../img/sdg8.svg');
  background-repeat: no-repeat !important;
  background-size: contain !important;
}
.map-and-graphs-sdgs .sdgs.goal-g1:before {
  background:url('../img/E_SDG_Icons-01.jpg');
}
.map-and-graphs-sdgs .sdgs.goal-g2:before {
  background:url('../img/E_SDG_Icons-02.jpg');
}
.map-and-graphs-sdgs .sdgs.goal-g3:before {
  background:url('../img/E_SDG_Icons-03.jpg');
}
.map-and-graphs-sdgs .sdgs.goal-g4:before {
  background:url('../img/E_SDG_Icons-04.jpg');
}
.map-and-graphs-sdgs .sdgs.goal-g5:before {
  background:url('../img/E_SDG_Icons-05.jpg');
}
.map-and-graphs-sdgs .sdgs.goal-g6:before {
  background:url('../img/E_SDG_Icons-06.jpg');
}
.map-and-graphs-sdgs .sdgs.goal-g7:before {
  background:url('../img/E_SDG_Icons-07.jpg');
}
.map-and-graphs-sdgs .sdgs.goal-g8:before {
  background:url('../img/sdg8.svg');
}
.map-and-graphs-sdgs .sdgs.goal-g9:before {
  background:url('../img/E_SDG_Icons-09.jpg');
}
.map-and-graphs-sdgs .sdgs.goal-g10:before {
  background:url('../img/E_SDG_Icons-10.jpg');
}
.map-and-graphs-sdgs .sdgs.goal-g11:before {
  background:url('../img/E_SDG_Icons-11.jpg');
}
.map-and-graphs-sdgs .sdgs.goal-g12:before {
  background:url('../img/E_SDG_Icons-12.jpg');
}
.map-and-graphs-sdgs .sdgs.goal-g13:before {
  background:url('../img/E_SDG_Icons-13.jpg');
}
.map-and-graphs-sdgs .sdgs.goal-g14:before {
  background:url('../img/E_SDG_Icons-14.jpg');
}
.map-and-graphs-sdgs .sdgs.goal-g15:before {
  background:url('../img/E_SDG_Icons-15.jpg');
}
.map-and-graphs-sdgs .sdgs.goal-g16:before {
  background:url('../img/E_SDG_Icons-16.jpg');
}
.map-and-graphs-sdgs .sdgs.goal-g17:before {
  background:url('../img/E_SDG_Icons-17.jpg');
}
.map-and-graphs-average .average-item {
    display: block;
    margin: 0 auto;
    max-width: 650px;
    background: #E8E9E9;
    padding: 20px;
    text-align: center;
}
.map-and-graphs-average .value {
  font-weight: bold;
}
/* POPUP MAP */
.leaflet-popup-content {
  margin: 20px 20px 20px 15px !important;
  width: 280px !important;
}
.popup-wrapper {
  border-left:4px solid #9162FF;
  font-family: 'Work Sans', sans-serif;
  padding-left: 10px;
}
.popup-wrapper h3 {
  font-family: "Georgia";
  font-weight: 700;
  font-size: 2em;
}
.popup-indicator {
  text-transform: uppercase;
  letter-spacing: 2pt;
  font-size: 1.3em;
}
.popup-value {
  font-size: 2em;
  font-weight: 600;
  display: inline-block;
}
.popup-unit {
  font-size: 1.5em;
  display: inline-block;
  margin-left: 5px;
}

/* SOBRE EL PROJECTE */
#block-bigdatasocial-page-title {
  position: absolute;
  background:rgba(118,59,255,.6);
  padding: 25px 50px;
  width: 45%;
  top:40%;
  z-index: 2;
}
.node--type-page .layout .field--name-field-image {
  height:60vh;
  overflow: hidden;
}
.node--type-page .layout .field--name-body {
  padding:3% 20%;
}
blockquote {
  border-left: 5px solid #9162FF;
  padding-left: 20px;
  color:#9162FF;
  font-weight: 500;
  font-size: 1.5em;
  margin:50px 0;
}
.data-explore-mobile-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding:15px;
}
.data-explore-mobile-filters h4 {
  font-family: "Georgia";
  font-weight: 800;
}

/* COMPARADOR */
.data_compare--block .flex-row {
  justify-content: flex-end;
}
.data_compare--block .flex-row:first-child {
  position: absolute;
  right:20px;
  top:430px;
  color: white;
}
.data_compare--block .compare-top-data {
  background:#9162FF;
  width:85%;
  margin-bottom: 40px;
}
.compare-filter-item label {
  color: white;
  font-weight: 500;
}
.compare-filter-item select {
  width:300px !important;
  font-size: .8em;
  color:#707070;
  border: 1px solid #9162FF;
  padding: 10px;
  border-radius: 6px;
}
.compare-filter-item:last-child select {
  width:90px !important;
}

#block-footercitarcom {
  display: flex;
  text-align: center;
  justify-content: center;
  padding: 15px;
  background-color: #d6d6d6;
}
#block-footercitarcom p {
  margin-bottom: 0;
}

/* MEDIA QUERIES */

@media only screen and (max-width: 768px) {
  .navbar-toggler {
    border:none;
  }
  .view-slideshow-portada .views-row .views-field-title {
    max-width:100%;
    padding:25px 25px 50px 25px;
    top:55%;
  }
  .view-slideshow-portada .views-row .views-field-title a {
    font-size: 1.8em;
    line-height: 1.2em;
  }
  .view-slideshow-portada .views-row .views-field-field-image {
    height: 65vh;
  }
  .node--type-page .layout .field--name-field-image {
    height: 60vh;
  }
  .node--type-page .layout .field--name-field-image img,
  .view-slideshow-portada .views-row .views-field-field-image img {
    margin-left: -40%;
    width: fit-content;
    height:69vh;
  }
  .node--type-page .layout .field--name-field-image img {
    margin-left: -50%;
  }
  .sdgs-filters {
    display: none;
  }
  .site-footer .container-fluid {
    padding: 0 40px !important;
  }
  .site-footer .block h5 {
    text-align: left;
  }
  #block-logoupf img {
    text-align: left;
    margin:0;
  }
  #block-amblacolaboraciode img {
    text-align: left;
    margin:0;
    float: none;
  }
  #block-bigdatasocial-page-title {
    width: 85%;
  }
  .data_compare--block .compare-top-data {
    width:100%;
  }
  .d-flex {
    display: block !important;
  }
  .compare-filter-item {
    margin-bottom:20px;
  }
  .view-slideshow-portada .views-row .views-field-field-subtitol {
    left:25px;
    top:73%;
  }
}

@media only screen and (min-width: 1024px) {
  .site-footer__top .region {
    width:27%;
  }
  .view-slideshow-portada .views-row .views-field-title {
    top:30%;
    max-width: 65%
  }
  .node--type-page .layout .field--name-field-image,
  .view-slideshow-portada .views-row .views-field-field-image {
    height: 34vh;
  }
  .data-explore-mobile-filters {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .site-footer__top .region {
    width:26%;
  }
  .view-slideshow-portada .views-row .views-field-title {
    top:40%;
    max-width: 58%
  }
  .view-slideshow-portada .views-row .views-field-field-subtitol {
    top:62%;
  }
  .node--type-page .layout .field--name-field-image,
  .view-slideshow-portada .views-row .views-field-field-image {
    height: 55vh;
  }
}

@media only screen and (min-width: 1600px) {
  .view-slideshow-portada .views-row .views-field-title {
    max-width: 42%;
    top:40%;
  }
  .node--type-page .layout .field--name-field-image,
  .view-slideshow-portada .views-row .views-field-field-image {
    height: 55vh;
  }
  .data_compare--block .flex-row:first-child {
    top:540px;
  }
}
