/* <editor-fold desc="Estilos para Bootstrap Carousel "> */
.carousel-inner .carousel-caption h3,
.carousel-inner .carousel-caption p {
  background-color: rgba(0, 51, 102, 0.6);
  padding: 0.2em;
  margin: 0.2em auto;
}

.carousel-control.right {
  background-image: linear-gradient(to right, rgba(0, 51, 102, 0) 0%, rgba(0, 51, 102, 0.5) 100%);
  background-repeat: repeat-x;
}

.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 51, 102, 0.5) 0%, rgba(0, 51, 102, 0) 100%);
  background-repeat: repeat-x;
}
/* </editor-fold> */

/* <editor-fold desc="Estilos para Owl Carousel Banners"> */
.banners {
  margin-top: 2em;
}
/* </editor-fold> */

.paragraph-carousel.owl-carousel .owl-dots .owl-dot span,
.front-carousel.owl-carousel .owl-dots .owl-dot span {
  background: #036 none repeat scroll 0 0;
  border-radius: 50%;
  display: block;
  height: 1em;
  margin: 5px 7px;
  transition: opacity 200ms ease 0s;
  width: 1em;
}

.paragraph-carousel.owl-carousel .owl-dots .owl-dot.active span,
.front-carousel.owl-carousel .owl-dots .owl-dot.active span {
  background: #cccccc none repeat scroll 0 0;
}

.paragraph-carousel.owl-carousel .owl-dots .owl-dot,
.front-carousel.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  text-align: center;
}

.paragraph-carousel.owl-carousel .carousel-caption h3,
.front-carousel.owl-carousel .carousel-caption h3 {
  background-color: rgba(0, 51, 102, 0.5);
  padding: 0.2em 0;
}

.fe_building .leaflet-container {
  height: 320px;
}

/* Metido desde owl*/
.paragraph-carousel.owl-carousel .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .paragraph-carousel.owl-carousel .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .paragraph-carousel.owl-carousel .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .paragraph-carousel.owl-carousel .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.paragraph-carousel.owl-carousel .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.paragraph-carousel.owl-carousel .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .paragraph-carousel.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .paragraph-carousel.owl-carousel .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .paragraph-carousel.owl-carousel .owl-dots .owl-dot.active span, .paragraph-carousel.owl-carousel .owl-dots .owl-dot:hover span {
      background: #869791; }
