

/* Hoja css de Sotiel */

.header {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../img/wallpaper.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.bg-primary {
  color: #fff;
  background-color: #190710;
}

.aviso-cookies {
  color: #fff;  
  opacity: 0.9;
  filter:  alpha(opacity=90);
  background-color: #000000;
}

.pie-web {
  color: #fff;
  opacity: 0.9;
  filter:  alpha(opacity=90);
  background-color: #000000;
}

.portada {
  text-align: left;
  margin-top: -20em;  
}

.text-primary {
  color: #FFFFFF;
}


.pull-left {
  float: left !important;
}

.img-responsive-pano,
{
  display: block;
  max-width: 100%;
  height: 100%;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}

