/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html,
body {
    height: 100%; color:#737d88;
}

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}
p{ text-align:justify;}
/* Home Page Carousel */
header{background-attachment: scroll;}
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;
}
.carousel-caption {
 color:#fff; background-color:#506a85; padding-top: 5px; font-size:18px;
  padding-bottom: 5px; 
}

.carousel-caption p{
 text-align:center !important; font-variant:small-caps;

}

/*navbar*/
.navbar-inverse {
	background-image:url(../img/subtle-pattern-7.jpg) !important;
  font-variant:small-caps;
  color:#ff4501;
}
.navbar-inverse .navbar-nav>li>a {
  color: #ff4501 !important;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
  
  background-color: #e1e1e1 !important;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {

  background-color: #e1e1e1;
}

/*titulos y subtitulos*/
.page-header{color:#506a85; border-left: thick solid #ff4501; padding-left:10px; }
h1, h2, h3, h4, h5, h6 { font-variant:small-caps;}
/* 404 Page Styles */

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

/* Pricing Page Styles */
.importante{ font-size:16px; font-weight:bold;}
.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

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

.period {
    display: block;
    font-style: italic;
}
.panel_alto{ min-height:360px !important;}

#content1 {
  height: 775px;
  padding: 5px;
  background: #f4f4f4;
  border: #CCC thin solid;
  overflow: hidden;
  overflow: scroll;
  overflow-x: hidden;
}
.accesos{ background-image:url(../img/admin.png); height:650px; background-repeat:no-repeat; background-size:contain; background-position-x:50%;}
.padding_top_20{ padding-top:20px;}
/* Footer Styles */

footer {
    margin-top: 50px; background-color:#e5e5e5; padding:10px; border-top:medium #737d88 solid;
}

footer .page-header {

  margin: 0px 0 20px !important;
}
.copy{ font-size:9px;}
.index_back{ background-image:url(../img/fondo.png); background-size:cover; background-repeat:no-repeat; color:#FFF;}
/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
	nav> .container {width:100%; font-size:10.5px;}
}

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

    header.carousel .carousel {
        height: 70%;
    }
	
}
@media(max-width:638px){.accesos{ background-image:url(../img/admin2.png); height:850px; background-repeat:no-repeat; background-size:contain; background-position-x:50%;}}