@media only screen and (min-width: 421px) and (max-width:799px) {
    .video-container {
        width: 400px;
    }
}
@media only screen and (min-width: 800px) {
    .video-container {
        width: 800px;
    }
}
.bkg-color {
    background-color: #0f5260;
}
.bkg-sec-color {
    background-color: #1B9CB8;
}
.bkg-ter-color {
    background-color: #cb81e0;
}
.nav-empreenda {
    background-color: #0f5260; /* #23d1cb; */
}
.nav-pesquisa-empreenda {
    background-color: #1B9CB8;  /*#1da7c1; */
}
#sidebar {
    background-color: #f7fcfc;
}
.contador-recepcao {
    background-color: #cb81e0;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #1B9CB8; /*#1da7c1; */
}
.btn-unique-color.btn-corpoclinico {
    background-color: #1B9CB8; /* #1da7c1; */
}
.btn-hora.btn-unique-color {
    background-color: #1B9CB8;
}
.btn-hora.btn-outline-unique-color {
    color: #1B9CB8;
}
.btn-hora:hover {
    color: white;
    background-color: #0f5260;
}
.nav-pills .nav-item .nav-link.active:hover {
    background-color: #0f5260;
}
.btn-info {
    background-color: #1B9CB8!important;
    color: #fff;
}
.btn-outline-info {
    border: 2px solid #1B9CB8!important;
    background-color: transparent!important;
    color: #1B9CB8!important;
}
.modal-dialog.modal-notify.modal-info .badge, .modal-dialog.modal-notify.modal-info .modal-header {
    background-color: #1B9CB8;
}
.pagination .page-item.active .page-link {
    background-color: #1B9CB8;
}
.shepherd-header {
    background-color: #1B9CB8!important;
}
.shepherd-element .shepherd-content footer .shepherd-buttons li .shepherd-button {
    background: #1B9CB8;
}
.shepherd-element .shepherd-content footer .shepherd-buttons li .shepherd-button:hover {
    background: #0f5260;
}
.aqua-gradient {
    background: -webkit-linear-gradient(50deg,#26C6DA,#0097A7)!important;
    background: -o-linear-gradient(50deg,#26C6DA,#0097A7)!important;
    background: linear-gradient(40deg,#26C6DA,#0097A7)!important;
}
.navbar-brand img {
    height: 60px;
}
.periodo-experiencia .badge-info {
    background-color: #20CAC2!important;
}
.sidebar-header {
    background-color: #1B9CB8;
}