/* 
    ///////////   Ajuste Generales   ///////////
*/

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #2b2c35;
}

a {
    color:inherit;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
}

a:hover {
    color:#e77a06;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
}

.navbar-inverse {
    background: #033577;
    min-height: 80px;
    border:0px solid #033577;
    border-radius: 0px;
}
.navbar-inverse {
    background: #033577;
    min-height: 70px;
    border:0px solid #033577;
    border-radius: 0px;
    margin-bottom: 0px;
}
.navbar-default {
    background: #1352a7;
    min-height: 40px;
    border:0px solid #033577;
    border-radius: 0px;
    margin-bottom: 0px;
}
.breadcrumb {
  background: none;
  padding: 15px 0;
  border-bottom: 1px solid #f4f4f4;
  /* -webkit-border-radius: 0; */
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 14px;
}
.breadcrumb li a {
  color: #999999;
}
.breadcrumb li:first-child {
  background: url('../image/icon-home.png') no-repeat left center;
}
.breadcrumb li:first-child a {
  padding-left: 20px;
}
.breadcrumb li:last-child:before {
  color: #000;
}
.breadcrumb li:last-child a {
  color: #000;
}
.btn-primary {
    color: #ffffff;
    background-color: #033577;
    border-color: #033577;
    border-radius: 0px;
    font-size: 14px;
    height: 40px;
    min-width: 40px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #1352a7;
}
.btn-default {
    color: #444;
    text-shadow: none;
    background-color: #f6f6f6;
  border-radius: 0px;
  border:1px solid #f6f6f6;
  font-size: 14px;
  min-width: 40px;
  min-height: 40px;
}
.btn-default:hover {
  color: #444;
  text-shadow: none;
  background-color: #ebebeb;
  border-radius: 0px;
  border:1px solid #ebebeb;
  font-size: 14px;
}
.btn-default:active {
  color: #444;
  text-shadow: none;
  background-color: #ebebeb;
  border-radius: 0px;
  border:1px solid #ebebeb;
  font-size: 14px;
}
.btn-default:focus {
  color: #444;
  text-shadow: none;
  background-color: #ebebeb;
  border-radius: 0px;
  border:1px solid #ebebeb;
  font-size: 14px;
}
                  
}
.btn-biipago:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    box-shadow: none;
}

.btn-warning {
  color: #fff;
  text-shadow: none;
  background-color: #ff8500;
  border-radius: 0px;
  border:1px solid #ff8500;
  font-size: 14px;
  height: 40px;
  min-width: 40px;
}
.btn-warning:hover {
  color: #fff;
  text-shadow: none;
  background-color: #e67800;
  border-radius: 0px;
  border:1px solid #e67800;
  font-size: 14px;
}
.btn-warning:active {
  color: #fff;
  text-shadow: none;
  background-color: #e67800;
  border-radius: 0px;
  border:1px solid #e67800;
  font-size: 14px;
}
.btn-warning:focus {
  color: #fff;
  text-shadow: none;
  background-color: #e67800;
  border-radius: 0px;
  border:1px solid #e67800;
  font-size: 14px;
}


.btn-danger {
  color: #fff;
  text-shadow: none;
  background-color: #da4f49;
  border-radius: 0px;
  border:1px solid #da4f49;
  font-size: 14px;
  height: 40px;
  min-width: 40px;
}
.btn-danger:hover {
  color: #fff;
  text-shadow: none;
  background-color: #bd362f;
  border-radius: 0px;
  border:1px solid #bd362f;
  font-size: 14px;
}
.btn-danger:active {
  color: #fff;
  text-shadow: none;
  background-color: #bd362f;
  border-radius: 0px;
  border:1px solid #bd362f;
  font-size: 14px;
}
.btn-danger:focus {
  color: #fff;
  text-shadow: none;
  background-color: #bd362f;
  border-radius: 0px;
  border:1px solid #bd362f;
  font-size: 14px;
}


.btn-success {
  color: #fff;
  text-shadow: none;
  background-color: #5bb75b;
  border-radius: 0px;
  border:1px solid #5bb75b;
  font-size: 14px;
  height: 40px;
  min-width: 40px;
}
.btn-success:hover {
  color: #fff;
  text-shadow: none;
  background-color: #489648;
  border-radius: 0px;
  border:1px solid #489648;
  font-size: 14px;
}
.btn-success:active {
  color: #fff;
  text-shadow: none;
  background-color: #489648;
  border-radius: 0px;
  border:1px solid #489648;
  font-size: 14px;
}
.btn-success:focus {
  color: #fff;
  text-shadow: none;
  background-color: #489648;
  border-radius: 0px;
  border:1px solid #489648;
  font-size: 14px;
}

.btn-info {
  color: #fff;
  text-shadow: none;
  background-color: #1352a7;
  border-radius: 0px;
  border:1px solid #1352a7;
  font-size: 14px;
  min-height: 40px;
  min-width: 40px;
}
.btn-info:hover {
  color: #fff;
  text-shadow: none;
  background-color: #033577;
  border-radius: 0px;
  border:1px solid #033577;
  font-size: 14px;
}
.btn-info:active {
  color: #fff;
  text-shadow: none;
  background-color: #033577;
  border-radius: 0px;
  border:1px solid #033577;
  font-size: 14px;
}
.btn-info:focus {
  color: #fff;
  text-shadow: none;
  background-color: #033577;
  border-radius: 0px;
  border:1px solid #033577;
  font-size: 14px;
}



.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #23A1D1;
    border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}
.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    background-color: #222222;
    background-image: linear-gradient(to bottom, #333333, #111111);
}




















.panel-left-bnt {
    width: 100%;
    height: auto;
    padding: 20px 25px 20px 25px;
    background: #f6f9fb;
    margin-bottom: 20px;
}

ul.ul-general {
    list-style: none;
    padding-left: 0px;
}
ul.ul-general li {
    list-style: none;
    padding-left: 0px;
    font-size: 14px;
    color: #5f6068;
    font-weight: 300;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
}
ul.ul-general li a {
    font-size: 14px;
    color: #5f6068;
    font-weight: 300;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
}
ul.ul-general li a:hover {
    font-size: 14px;
    color: #2b2c35;
    font-weight: 300;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
}
ul.ul-general li a:focus {
    font-size: 14px;
    color: #2b2c35;
    font-weight: 300;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
}
ul.ul-general li a:active {
    font-size: 14px;
    color: #2b2c35;
    font-weight: 300;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
}

.tittle-general {
    font-size: 28px;
    color: #2b2c35;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
}
.tittle-general-sm {
    font-size: 16px;
    color: #2b2c35;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
}
.text-general {
    font-size: 14px;
    color: #5f6068;
    font-weight: 300;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
}















.tittleGeneralInfoVendedor {
  font-size: 16px;
  color: #2b2c35;
  font-weight: 600;
  margin-bottom: 20px;
  font-family: 'Roboto', sans-serif;
}

.thumbnailInfoVendedor {
  width: 100%;
  padding: 0px;
  min-height: 240px;
  min-width: 240px;
  margin: auto;
  border-radius: 0px;
}
.imgThumbnailInfoVendedor {
  min-height: 240px;
  min-width: 240px;
}

.linkaperfilInfoVendedor {
  font-size: 14px;
  color: #2b2c35;
  font-weight: 300;
  margin-bottom: 10px;
  font-family: 'Roboto', sans-serif;
}
.linkaperfilInfoVendedor:hover,  .linkaperfilInfoVendedor:focus, .linkaperfilInfoVendedor:active{
  font-size: 14px;
  color: #ff8400;
  font-weight: 300;
  margin-bottom: 10px;
  font-family: 'Roboto', sans-serif;
}

.commentinfolinkInfoVendedor {
  font-size: 12px;
  color: #5f6068;
  font-weight: 500;
  margin-bottom: 10px;
  font-family: 'Roboto', sans-serif;
}
.commentinfolinkInfoVendedor:hover,  .commentinfolinkInfoVendedor:focus, .commentinfolinkInfoVendedor:active{
  font-size: 12px;
  color: #ff8400;
  font-weight: 500;
  margin-bottom: 10px;
  font-family: 'Roboto', sans-serif;
}

.tittleInfoVendedorContainer {
  width: 100%;
  height: auto;
  text-align: center;
  padding-bottom: 40px;
}

.thTextInfoVendedor {
  font-size: 14px;
  color: #2b2c35;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: 'Roboto', sans-serif;
  border: 0px solid #fff;
}

.thTextInfoVendedor2 {
  font-size: 14px;
  color: #2b2c35;
  font-weight: 500;
  margin-bottom: 10px;
  font-family: 'Roboto', sans-serif;
  border: 0px solid #fff;
}

.tdTextInfoVendedor {
  font-size: 14px;
  color: #2b2c35;
  font-weight: 300;
  margin-bottom: 10px;
  font-family: 'Roboto', sans-serif;
  border: 0px solid #fff;
}

.commentinfoInfoVendedor {
  font-size: 12px;
  color: #5f6068;
  font-weight: 300;
  margin-bottom: 10px;
  font-family: 'Roboto', sans-serif;
}

.thcommentsTextInfoVendedor {
  font-size: 14px;
  color: #2b2c35;
  font-weight: 500;
  margin-bottom: 10px;
  font-family: 'Roboto', sans-serif;
  border: 0px solid #fff;
}


.certificadosImg {
  height: 90px;
}

.bdgprimwhinoutbackground {
  background: #fff;
  font-size: 14px;
  color: #2b2c35;
  font-weight: 300;
  margin-bottom: 10px;
  font-family: 'Roboto', sans-serif;
}

.commentsInfoVendedor {
  width: 100%;
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0px;
  padding-right: 0px;
  border-bottom: 1px solid #ebebeb;
}


.mapcontainerInfoVendedor {
  width: 100%;
  height: auto;
  padding-top: 30px;
  padding-bottom: 15px;
}

.nuestrosproductoscontainerInfoVendedor {
  width: 100%;
  height: auto;
  padding-top: 4px;
  padding-bottom: 4px;
}

.thumbnail img {
  height: 126px;
}


.panelDefaultInfoVendedor {
  border-radius: 0px;
  border: 0px solid #f6f9fb;
  background: #f6f9fb;
}
.panelBodyInfoVendedor {
  width: 100%;
  height: 240px;
  background: #f6f9fb;
  border: 1px solid #ddd;
  border-radius: 0px;
  padding: 0px;
}
.panelBodyIMGInfoVendedor {
  width: 100%;
  height: 240px;
  margin: 0px;
}
.panelFooterInfoVendedor {
  width: 100%;
  min-height: 50px;
  background: #f6f9fb;
  border: 1px solid #ddd;
  padding: 6px;
  border-radius: 0px;
}
.icns {
  margin-bottom: 4px;
  height: 42px;
}

.navbar-new-li {
  margin-top: 12px;
  background: green;
  color: #fff;
}