.entrada{
  box-shadow: inset 0px 0px 500px black;
  background: url('../img/img26.jpg');
  background-size: 100% 130%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  animation: images 30s;
  animation-iteration-count: infinite;
  height: 100vh;
}

.ikeva{
  box-shadow: inset 0px 0px 500px black;
  background: url('../img/img26.jpg');
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 550px;
}

.equipo{
  box-shadow: inset 0px 0px 500px black;
  background: url('../img/img56.jpg');
  background-size: 100%;
  background-repeat: no-repeat;
}


.equipo0{
  box-shadow: inset 0px 0px 500px black;
  background: url('../img/img59.jpg');
  background-size: 100%;
  background-repeat: no-repeat;
}

.equipo1{
  box-shadow: inset 0px 0px 500px black;
  background: url('../img/img48.jpg');
  background-size: 100% ;
  background-repeat: no-repeat;
}

.equipo2{
  box-shadow: inset 0px 0px 500px black;
  background: url('../img/img19.jpg');
  background-size: 100% ;
  background-repeat: no-repeat;
}

.equipo3{
  box-shadow: inset 0px 0px 500px black;
  background: url('../img/img22.jpg');
  background-size: 100% ;
  background-repeat: no-repeat;
}

.equipo4{
  box-shadow: inset 0px 0px 500px black;
  background: url('../img/img4.jpg');
  background-size: 100%;
  background-repeat: no-repeat;
}

.equipo5{
  box-shadow: inset 0px 0px 500px black;
  background: url('../img/img50.jpg');
  background-size: 100%;
  background-repeat: no-repeat;
}

.equipo6{
  box-shadow: inset 0px 0px 500px black;
  background: url('../img/img25.jpg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.equipo7{
  box-shadow: inset 0px 0px 500px black;
  background: url('../img/img49.png');
  background-size: 100%;
  background-repeat: no-repeat;
}

.equipo8{
  box-shadow: inset 0px 0px 500px black;
  background: url('../img/img51.jpg');
  background-size: 100%;
  background-repeat: no-repeat;
}


@keyframes images{
  0%{background:url('../img/img26.jpg'); background-repeat: no-repeat;
  background-size: 100% 100%;  background-attachment: fixed;}
  25%{background: url('../img/img5.jpg'); background-repeat: no-repeat;
  background-size: 100% 100%;  background-attachment: fixed;}
  50%{background:url('../img/img45.jpg'); background-repeat: no-repeat;
  background-size: 100% 100%;  background-attachment: fixed;}
  25%{background: url('../img/img48.jpg'); background-repeat: no-repeat;
  background-size: 100% 100%;  background-attachment: fixed;}
  75%{background:url('../img/img12.jpg'); background-repeat: no-repeat;
  background-size: 100% 100%;  background-attachment: fixed;}
  100%{background: url('../img/img26.jpg'); background-repeat: no-repeat;
  background-size: 100% 100%;  background-attachment: fixed;}
}

.info{
  background: rgba(0,0,0,0.7); 
}


.more-info{
  background: transparent;
  border:2px solid #1abc9c;
  border-radius: 25px;
  color:#1abc9c;
}

.more-info:hover{
  background: #1abc9c;
  border: 2px solid #1abc9c;
  border-radius: 25px;
  color:white;
  transition: 0.5s;
}

nav{
   background-color: rgba(0, 0, 0, .85);
}

nav div ul li a{
  color: #999;
  transition: ease-in-out color .15s;
}

nav div ul li a:hover{
  color: white;
  text-decoration: none;
}

.info-work{
  background: rgba(0,0,0,0.5);
  padding: 2%;
}
/*
 * Footer
 */
.mastfoot {
  color: rgba(255, 255, 255, .5);
}


/* CARROUSEL*/

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #5a5a5a;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}


/* 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;
  }
}



.container {
  max-width: 960px;
}

/*
 * Custom translucent site header
 */

.site-header {
  background-color: rgba(0, 0, 0, .85);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
  color: #999;
  transition: ease-in-out color .15s;
}
.site-header a:hover {
  color: #fff;
  text-decoration: none;
}


.flex-equal > * {
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    -ms-flex: 1;
    flex: 1;
  }
}

.overflow-hidden { overflow: hidden; }