

/*
rgba(0, 0, 0, 0.2)
*/

.backcolor{
    background-color: #23AAE1!important;
    border-color:#23AAE1!important ;
}

.backcolorboton{
    background-color: #23AAE1!important;
    border-color:#23AAE1!important ;
}

.tabmostrar{
    display: block!important;
}

.tabocultar{
    display: none!important;
}

.tabactivo{
    background-color:rgba(153, 207, 240, 0.2)!important;
}

.tabdesactivo{
    background-color:rgba(250, 252, 254, 0.2)!important;
}
.divider:after,
.divider:before {
content: "";
flex: 1;
height: 1px;
background: rgb(208, 203, 203);
}

.img-empresa{
    height: 100%;
    width: 80%;
}

.h-custom {
height: calc(100% - 17%);
}
@media (max-width: 450px) {
.h-custom {
height: 100%;
}
img{
    display: none;
}
}



@media (max-width: 970px) {
    .h-custom {
    height: 100%;
    }
    img{
        display: none;
    }
    } 

