
.badge{
    min-width: 15px;
    padding: 3px 9px;
    font-size: 16px;
    background-color: #0cb1f6;
    border-radius: 50%;
}
.nav nav-tabs .active{
    background-color:#fcfcfc;
}

.btn-primary{
    background-color: #0cb1f6;
    color: #fff;
    border-color: #0cb1f6;
}
.oculto{
    display: none;
}
.cerrar-sesion{
    color: #fff;
}
.cerrar-sesion:hover{
    color: #fff;
}
.btn-100{
    width: 100%;
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #072948;
    border-color: #072948;
}
p{
    margin-bottom: 4px;
}


.arbol {
    list-style-type: none;
    font-family: Arial, sans-serif;
    padding-left: 0;
}

.arbol li {
    position: relative;
    padding: 8px 0 8px 20px;
    margin: 4px 0;
    border-left: 2px solid #ccc;
}

.arbol li::before {
    content: "";
    position: absolute;
    top: 16px;
    left: 0;
    width: 10px;
    height: 2px;
    background-color: #ccc;
}

.arbol ul {
    margin-left: 20px;
    padding-left: 0;
}
.pagehding-sec.contactenos{
    background-image: url("../imagenes/bannerCallCenter.jpg")
}
.pagehding-sec.productos{
    background-image: url("../imagenes/bannerProductos.jpg")
}

.pagehding-sec.quienes-somos{
    background-image: url("../imagenes/bannerQuienesSomos.jpg")
}

.social-share a{
    font-size: 36px;
    color: #072948;
}

.section-backend{
    padding-bottom: 12px;
    border-bottom: 5px solid #f7f7f7;
    padding-top: 31px;
}
.section-backend:last-child{
    border-bottom: 0px;
}
.btn-abonar-pago{
    color: #fff;
    float: right;
    overflow: hidden;
}
.margin-bottom-0{
    margin-bottom: 0px;
}
.text-white{
    color: #fff;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .input-group{
        display: block;
    }
    .input-group .btn{
        height: 46px;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }
}