
.dot {
  background-color: #bbb;
  border-radius: 50%;
  cursor: pointer;
}

.dot.active{
  position: relative;
  width: 10px;
  height: 10px;
  left: 3px;
  background: white !important;
}

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

  
.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: 73px;
  margin-bottom: 24px;
  font-size: 50px;
}

.banner-container .text-container p{
  width: 650px;
  margin-bottom: 24px;
  font-size: 19px;
  text-align: justify;
}

.banner-container .text-container a{
  background-color: #f1ef9a;
  color: black;
  font-weight: 700;
  padding: 6px 30px;
}


/** CARDS **/

.cards-container{
  background-color: #699bda;
  padding-bottom: 120px;
}

.cards-container .card h5{
  font-weight: 700;
  font-size: 25px;
}

.cards-container .card p{
  font-size: 20px;
}

.cards-container .card a{
  position: absolute;
  background: #f1ef9a;
  left: 50%;
  color: black;
  font-weight: 700;
  padding: 6px 30px;
  transform: translate(-50%);
}

.cards-container .background{
  position: absolute;
  height: 216px;
  width: 100%;
  bottom: 0px;
  z-index: 1;
  background-image: url("../img/fondo_gras.PNG");
  background-size: 100% 100%;
}

.cards-container > div:first-child{
  position: relative;
  z-index: 2;
}


/** DOCUMENTAL **/

#my-video img{
  width: 100%;
  height: 100%;
  opacity: 0.6;
}

#my-video{
  width: 100%;
  
}

.video-container > div{
  user-select: none;
  z-index: 3;
  opacity: .8;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url(//ssl.gstatic.com/s2/tt/images/play-overlay.png) !important;
  background-color: transparent !important;
  background-repeat: no-repeat;
  height: 77px;
  width: 77px;
  opacity: .8;
}
.video-container > *{
  cursor: pointer;
}

.documental .text-container{
  width: 530px;
}

.documental .text-container h2{
  display: inline-block;
  border-bottom: 8px solid #f1ef9a;
  height: 90px; /*55*/
  margin-bottom: 24px;
  font-size: 30px;
  color: #699bda;
  text-wrap: nowrap;
}

.documental .text-container p{
  font-size: 19px;
  margin-bottom: 24px;
  font-weight: 100;
  text-align: justify;
}

.documental .text-container a{
  background-color: #f1ef9a;
  color: black;
  font-weight: 700;
  padding: 6px 30px;
}


@media only screen and (min-width: 768px ) {
  #my-video{
    height: 600px;
  }
}

@media only screen and (max-width: 768px ) {
  .banner-container .text-container{
    margin-top: -140px;
  }

  .banner-container .text-container p{
    width: 100%;
    padding-right: 8px;
    font-size: 16px;
  }
}

/* @media only screen and (max-width: 992px ) {
  .documental .text-container h2{
    height: 90px;
  }
} */

@media only screen and (max-width: 1400px ) {
  .cards-container .row > div{
    margin-bottom: 24px;
  }
}

