/*
 * Start Bootstrap - Full Slider (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

html, body {
  height: 100%;
}

.carousel, .item, .active {
  height: 500px
}

.carousel-inner {
  height: 500px;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
  width: 100%;
  height: 500px;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.fill-op {
  width: 100%;
  height: 380px;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

#empresa .carousel, #empresa .item  {
  height: 380px
}

#empresa .carousel-inner {
  height: 380px
}

@media (min-width: 768px) {
  .carousel, .item, .active {
    height: 100%;
  }
  .carousel-inner {
    height: 100%;
  }
  #empresa .carousel, #empresa .item {
    height: 520px;
  }
  #empresa .carousel-inner {
    height: 520px;
  }
  .fill {
    height: 100%;
  }
  .fill-op {
    height: 520px;
  }
}

.fix-size {
  height: 500px !important;
}

/*CAROUSEL*/

.carousel-indicators {
  position: absolute;
  bottom: 80px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none
}

#empresa .carousel-indicators {
  bottom: 10px;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #00c8ff;
  border: 2px solid #00c8ff;
}

@media (min-width:768px) {
  .carousel-indicators {
    left: 100%;
    z-index: 15;
    width: 3%;
    padding-left: 0;
    margin-left: -5%;
    bottom: 38%
  }
  .carousel-indicators li {
    display: block;
    width: 10px;
    height: 10px;
    margin: 15px;
  }
  .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 14px;
    background-color: #00c8ff;
    border: 2px solid #00c8ff;
  }
  #empresa .carousel-indicators {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 60%;
    margin-left: -30%;
  }
  #empresa .carousel-indicators li {
    display: inline-block;
    margin: 1px;
  }
  #empresa .carousel-indicators .active {
    margin: 0;
  }
}

.carousel-caption {
  position: absolute;
  right: 15%;
  left: 15%;
  bottom: 15%;
  padding-top: 20px;
  padding-bottom: 50px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

#empresa .carousel-caption {
  bottom: 10%;
  padding-bottom: 0;
}

.carousel-caption-op {
  position: absolute;
  right: 10%;
  left: 10%;
  bottom: 30%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 50px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.carousel-caption h1 {
  font-size: 20px;
}

.carousel-caption-op h1 {
  font-size: 24px;
}

.carousel-caption ol, ul {
  margin-top: 15px;
  margin-bottom: 20px;
  padding-left: 0px;
  list-style: none;
}

.carousel-caption li {
  padding-left: 1em;
  text-indent: -.7em;
  margin-top: 4px;
}

.carousel-caption li::before {
  content: "• ";
  color: #00c8ff;
}

@media screen and (min-width: 768px) {
  .carousel-caption {
    right: 5%;
    left: 5%;
    bottom: 0;
    text-align: left;
  }
  #empresa .carousel-caption {
    right: 5%;
    left: 5%;
    bottom: 60px;
    text-align: center;
  }
  #empresa .carousel-caption h1 {
    font-size: 26px;
  }
  .carousel-caption h1 {
    font-size: 28px;
  	margin-bottom: 5px;
  }
  .carousel-caption-op {
    position: absolute;
    right: 20%;
    left: 20%;
    bottom: 30%;
    padding-top: 20px;
    padding-bottom: 50px;
  }
  .carousel-caption-op h1 {
    font-size: 42px;
  }
  .carousel-caption li {
    font-weight: 300;
  }
}

/*Carousel Fade*/

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}


/*Carousel Controls */

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .5;
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .3) 0, rgba(0, 0, 0, .0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, .3) 0, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .33)), to(rgba(0, 0, 0, .0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, .3) 0, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .3) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .3) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .3)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x
}

.carousel-control:focus, .carousel-control:hover {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9
}
