
body {
  background-color: white;
}


.fondo img {
  vertical-align: middle;
  width: 100%;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.flex-caption{
    z-index: -1;
}

.fondo{
    z-index: 10;
}

li p {
    line-height: 0px;
}

.flexslider {
  margin-top: 0px;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  overflow: hidden;
}

.flex-caption {
    position: absolute;
    top: 33%;
    width: 100%;
    text-align: left;
    padding-left: 50px;

}
.flex-caption h2 {
  font-size: 2.5em;
  text-transform: uppercase;
  font-weight: 700;
  color: #e41d33;
  margin-bottom: 45px;

}


.flex-caption h2 {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: -webkit-transform 1s linear;
    transition: transform 1s linear;
    transition: transform 1s linear, -webkit-transform 1s linear;
}

/********************************
IPAD LANDSCAPE (1024x768)
********************************/

@media only screen and (max-width: 960px) {
  .flexslider {
    margin-top: 15px;
  }
  .flex-caption {
    top: 20%;
  }
  .flex-caption h2 {
    font-size: 1.8em;
    margin-bottom: 20px;
  }

  .left-header, .right-header {
    text-align: center;
  }
  li p {
    line-height: 10px;
}
}
/********************************
IPHONE 4-4S-5 LANDSCAPE (568x320)
********************************/
@media only screen and (max-width: 760px) {
.flex-caption h2 {
  font-size: 0.8em;
  line-height: 10px;
  text-transform: uppercase;
  font-weight: 700;
  color: #e41d33;
}
  .flex-caption {
    top: 15%;
    padding-left: 10px;
  }

  .flexslider {
    margin-top: 0px;
  }
  li p {
    line-height: 3px;
}
}
/********************************
Transicion
********************************/

.flex-caption1{
  animation-duration: 1s;
  animation-name: slidein;
  z-index: -1;
}

@keyframes slidein {
  from {
    margin-left: 100%;
    width: 300%
  }

  to {
    margin-left: 0%;
    width: 100%;
  }
}

.flex-caption2{
  animation-duration: 2s;
  animation-name: slidein;
  z-index: -1;
}

@keyframes slidein {
  from {
    margin-left: 100%;
    width: 300%
  }

  to {
    margin-left: 0%;
    width: 100%;
  }
}

.flex-caption3{
  animation-duration: 3s;
  animation-name: slidein;
  z-index: -1;
}

@keyframes slidein {
  from {
    margin-left: 100%;
    width: 300%
  }

  to {
    margin-left: 0%;
    width: 100%;
  }
}




