/*  bhoechie tab */
div.bhoechie-tab-container{
  z-index: 10;
  /*background: rgba(0,0,0,0.5);*/
  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  /*border:1px solid #ddd;*/
  margin-top: 10px;
  margin-left: 10px;
  /*-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: 1.00;
  filter: alpha(opacity=100);
}
div.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group{
  margin-bottom: 0px;
}
div.bhoechie-tab-menu div.list-group>a{
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 0.8em;
  padding: 5px;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
  color: #F58703;
}
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: #F58703;
  background-image: #F58703;
  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 #F58703;
}

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;
}

@media (max-width: 400px){
  .slider_gallery {
    width: 300px;
    height: 280px;
  }

  div.gallery_custome{
     width: 300px;
    height: 280px;
    
  }

  .row.gallery_custome {
    padding-right: 20px !important;
  }

  .services .container{
    margin: 10px;
  }

  .gallery_custome > div{
    margin-right: 10px;
  }

  .bhoechie-tab{
    max-width: 219px;
    margin-right: 10px;
    width: 100%;
  }

  .list-group{
    width: 400px;
  }
}

@media (max-width: 700px){
  .slider_gallery {
    width: 400px;
    height: 380px;
  }

  div.gallery_custome{
     width: 400px;
    height: 380px;
    
  }

  .row.gallery_custome {
    padding-right: 50px !important;
  }

  .services .container{
    margin: 10px;
  }

  .gallery_custome > div{
    margin-right: 10px;
  }

  .bhoechie-tab{
    max-width: 419px;
    margin-right: 30px;
    width: 100%;
  }

  .list-group{
      width: 479px;
  }
}

/* Pantallas con tamaños mayores a 700px*/



  .row.gallery_custome {
    padding-right: 20px !important;
  }

  .services .container{
    margin: 10px;
  }

  .gallery_custome > div{
    margin-right: 0px;
  }

  nav.nav-secondary {
    width: 100% !important;
  }

  .agileinfo_footer_grid{
    max-width: 360px;
  }

/*
@media (max-width: 700px){
  .footer_imgs img{
    width: 50px !important;
    height: 50px !important;
  }
}*/

img.slider_gallery {
 
  margin: 0px;
  padding: 0px;
}

.carousel-inner{
  max-height: 500px;
}

.slider_gallery{
  margin: 0px;
}



