.banner-container{
  min-height: max-content;
}

.banner-container .text-container{
    position: absolute;
    top: 50%;
    margin-top: -80px;
  }
  
  .banner-container .text-container h2{
    display: inline-block;
    /* border-bottom: 8px solid #f1ef9a; */
    height: 130px;
    margin-bottom: 24px;
    font-size: 54px;
  }

  .banner-container .text-container h2 span{
    display: table;
    font-weight: 100;
    font-size: 34px;
    border-bottom: 8px solid #f1ef9a;
    height: 67px;
  }
  
  .banner-container .text-container p{
    width: 650px;
    margin-bottom: 24px;
    font-size: 18px;
  }


/* NAVIGATION */

.comunidades div.list-group a{
  margin: 0 17px;
  border: 1px solid rgba(0, 0, 0, .125) !important;
}

.comunidades .list-group-horizontal>.list-group-item+.list-group-item.active {
  margin: 0 17px;
  background: #f1ef9a;
    color: black;
}

.comunidades .list-group-item.active {
  margin: 0 17px;
  background: #f1ef9a;
    color: black;
}

.comunidades #prev-btn,.comunidades #next-btn{
  background: #bbbbbb;
  color: white;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

/* SLIDE */
#banner {
  height: 100%;
  /* height: 500px; */
    display: block;
}

#banner .indicators{
  position: absolute;
  bottom: 12px;
  left: 50%;
  flex-direction: row;
  transform: translateX(-50%);
}

#banner .dot{
      background: #bbbbbb;
      cursor: pointer;
      border-radius: 15px;
}

#banner  .dot.active{
  position: relative;
  width: 10px;
  height: 10px;
  left: 0px;
  top: 2px;
  background: white !important;
}

#banner  .dot.active::before {
	content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid white;
}

#banner img{
  filter: brightness(90%) !important;
  /* height: 100% !important; */
}



/** COMUNIDADES **/

.comunidades .pad-l{
    padding-left: 140px;
  }

.comunidades .text-container img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.comunidades .text-container h2{
    display: inline-block;
    border-bottom: 8px solid #f1ef9a;
    height: 73px;
    margin-bottom: 24px;
    font-size: 50px;
    color: #699bda;
}

.comunidades p {
    font-size: 18px;
    margin-bottom: 24px;
}

.comunidades h2 {
  border-bottom: 4px solid #f1ef9a;
    display: table;
    height: 43px;
    font-size: 40px;
}

.comunidades .container-images>div{
  height: 550px;
}

.comunidades div.card{
  box-shadow: 0px 0px 10px #cdcdcd;
}

.comunidades .fondo{
  width: 100%;
    position: absolute;
    top: 50%;
    height: 200px;
    background-image: url('../img/fondo_gras_zul.PNG');
    z-index: -1;
    background-size: 5% 99%;
}

.visor-datos-container a{
  color: black;
  font-weight: 600;
  background: #f1ef9a;
  text-decoration: underline;
  padding: 6px 7px;
}


@media only screen and (max-width: 1500px ) {
  .comunidades .container-images>div{
    height: 350px;
  }
}

@media only screen and (max-width: 608px ) {
  #list-tab{
    max-width: 60% !important;
  }
}

@media only screen and (max-width: 576px ) {
  .banner-container .text-container h2{
    font-size: 50px;
    width: 90%;
    overflow-wrap: break-word;
  }
}

