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

/* Global Styles */

html,
body {
  height: 100%;
}

body {
  background-color: #f4f8fb;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

aside {
  padding: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
}

h1, h2, h3, h4 {
  color: #2980b9;
}

footer {
  background-color: #333;
  color: #fff;
  padding: 2em 0;
}

i.leyenda {
  /*border: #999 1px solid;
  border-radius: 4px;*/
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #666;
  margin-left: .5em;
}

input, textarea {
  border: #999 2px solid;
}

main {
  -webkit-column-count:2;
  -moz-column-count:2;
  column-count:2;
}

#contacto {
  background: img('../img/001.jpg');
  background-color: #e8eaec;
  padding: 4em 0;
}

#mapa-web {
  background-color: #fff;
  border: #000 1px solid;
  padding: .6em;
}

#noticias {
  background-color: #fff;
  padding: 4em 0;
}

#servicios {
  background-color: #eee;
  padding: 4em 0;
}

.btn-servicio:hover {
  background: #fff;
  border: #ccc 1px solid;
  color: #2980b9;
}

.contenido {
  margin-top: 1em;
}

.img-hover:hover {
    opacity: 0.8;
}


footer p .link-footer {
	color: #fff;
  margin: 0 1em;
}

footer p .link-footer:hover {
	color: #ccc;
  text-decoration: none;
}

.navbar {
  font-family: 'Roboto Condensed', sans-serif;
}

.navbar-default {
  background-color: #fff;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
  color: #e67e22;
}

.panel {
  border: none;
  -webkit-box-shadow: 8px 14px 38px rgba(39,44,49,.06), 1px 3px 8px rgba(39,44,49,.03);
  box-shadow: 8px 14px 38px rgba(39,44,49,.06), 1px 3px 8px rgba(39,44,49,.03);
}

.panel-default>.panel-heading {
	background-color: #fff;
}


/* Home Page Carousel */

header.carousel {
    height: 50%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Responsive Styles */

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

@media(max-width:767px) {
  header.carousel .carousel {
    height: 70%;
  }
}
