body{
    font-size: 16px;
    min-width: 1100px;
}


.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #FFF;
    background-color: #428BCA;
    border-color: white;
}

.btn, .btn:hover {
    background-image: none;
    background-repeat: no-repeat;
    border: none;
}


.jumbotron h1 {

    
}

.jumbotron .container{
    padding-left: 0px;
    padding-right: 0px;
}

.jumbotron h1 a{
    color:white;
}

.jumbotron h1 a:hover{
    text-decoration: none;
}
.jumbotron {
    position: relative;
    padding: 0px 0 0;
    color: white;
    text-align: left;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .4), 0 0 30px rgba(0, 0, 0, .075);
    /* background: #020031; */
    background:#6D3353;
    box-shadow: inset 0 3px 7px rgba(0, 0, 0, .2), inset 0 -3px 7px rgba(0, 0, 0, .2);
    border-bottom: 5px solid #ddd;
    margin-bottom: 15px;
    height: 130px;
}

.masthead{

}


.jumbotron ul{
    font-size: 0.65em;
    padding-top: 2.5em;
    padding-left: 8em;
    line-height: 1.7em;
    list-style: none;
 
}

.jumbotron ul li a{
    color: white;
    
}

.jumbotron ul li a:hover{
    color: inherit;
}

.jumbotron h1{
    font-size: 1.9em;
}
.jumbotron p.lead{
    
    font-size: 0.9em;
    font-variant: small-caps;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .4), 0 0 30px rgba(0, 0, 0, .075);
}
.page-header{
    margin-top: 1em;
}
pre{
    font-size:0.8em;
}
code{
    padding: 0px;
}
h1{

    line-height: 1;
    letter-spacing: -1px;

}
div.bhoechie-tab-container a{
    font-size: 0.9em;
}
/*  bhoechie tab */
div.bhoechie-tab-container{
    z-index: 10;
    background-color: #ffffff;
    padding: 0 !important;
    border-radius: 4px;
    -moz-border-radius: 4px;

    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
    opacity: 0.97;
    filter: alpha(opacity=97);
}
div.bhoechie-tab-menu{
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group{
    margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
    margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
    color: #6D3353;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
    border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
    border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{
    background-color: #6D3353;
    background-image: #6D3353;
    color: #ffffff;
}
div.bhoechie-tab-menu div.list-group>a.active:after{
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -13px;
    border-left: 0;
    border-bottom: 13px solid transparent;
    border-top: 13px solid transparent;
    border-left: 10px solid #6D3353;
}

div.bhoechie-tab-content{
    background-color: #ffffff;
    /* border: 1px solid #eeeeee; */
    padding-left: 20px;
    padding-top: 10px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
    display: none;
}

.top-fixed{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 130px;
}

.underFixedTop{
    margin-top: 0px;
}

textarea.form-control{
    font-size: 0.9em;
}

#condiciones select{
    font-size: 0.8em;
}

#condiciones textarea{
    margin-bottom: 0.5em;
}

#condiciones label{
    font-size: 0.9em;
    font-weight: normal;
}

#condiciones textarea{
     font-size: 0.8em;
}

footer{
    font-size: 0.9em;
}

/* Makes images fully responsive */

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100%;
  height: auto;
}

/* ------------------- Carousel Styling ------------------- */

.carousel-inner {
  border-radius: 15px;
}

.carousel-caption {
  background-color: rgba(0,0,0,.5);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding: 0 0 10px 25px;
  color: #fff;
  text-align: left;
}

.carousel-indicators {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 15;
  margin: 0;
  padding: 0 25px 25px 0;
  text-align: right;
}

.carousel-control.left,
.carousel-control.right {
  background-image: none;
}




