/*---------------------------------------- PALETA DE COLORES -------------------------------------------------------
Celeste: #007bff
celeste original: #19a6c7
Azul: #053568
Gris claro: #96a2b2
Gris oscuro: #737373
Blanco opaco: 
dark(footer): #26272b
*/

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel-inner-index {
  margin-bottom: 4rem;
  background-color: rgba(0,0,0, 0.8);
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 7rem;
  z-index: 10;
  color: #ffffff;
  text-shadow: 0.8px 0.8px #000000;
  font-weight: 600;
  font-size: 1.2rem;
}

/* Declare heights because of positioning of img element */
.carousel-item-index {
  height: 90vh;
}
.carousel-item-index img {
  position: relative;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 90vh;
  object-fit: cover;
  opacity: 0.6;
  /*-webkit-filter: blur(0.8px);
  filter: blur(0.8px);*/
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

rect {
    width: 100%;
    height: 100%;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  height: 100px;
  width: 100px;
  background-image: none;
}

.clientes .carousel-control-prev, .clientes .carousel-control-next {
  height: 170px;
}

.carousel-control-next-icon:after
{
  content: '>';
  font-size: 35px;
  font-weight: 600;
  color: #19a6c7;
}

.carousel-control-prev-icon:after {
  content: '<';
  font-size: 35px;
  font-weight: 600;
  color: #19a6c7;
}

/* ============================================= Inicio Estilos Client Slider ===================================================== */
.clientes {
  height: 250px;
}

.clientes img {
    width: 140px;
    max-height: 170px;
    vertical-align: middle;
    filter: grayscale(100%);
}

.clientes img:hover {
  filter: grayscale(0);
}

@media (max-width: 768px) {

  .clientes h3 {
    font-size: 20px;
  }
  .clientes img {
    width: 50px;
    max-height: 60px;
    vertical-align: middle;
  }
  .clientes .carousel-control-prev, .clientes .carousel-control-next {
    height: 95px;
  }
  .carousel-control-prev-icon:after {
    font-size: 25px;
  }
  .carousel-control-next-icon:after {
    font-size: 25px;
  }
  
}
/* ============================================= Fin Estilos Client Slider ======================================================== */