/*
*   NUESTRO CSS
*/

 .bg-turquesa{
  background-color: #3ab9be !important;
  color: #fff !important;
}

.bg-azul{
  background-color: #147ea5 !important;
  color: #fff !important;
}

.btn-turquesa {
  color: #fff;
  background-color: #3ab9be !important;
  border-color:#3ab9be !important;
  box-shadow: none;
}

.btn-azul {
  color: #fff;
  background-color: #147ea5 !important;
  border-color: #147ea5 !important;
  box-shadow: none;
}

.card-primary:not(.card-outline) > .card-header {
  background-color: #147ea5;
}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
  background-color: #3ab9be;
  color: #fff;
}

.login-logo, .register-logo {
  font-size: 2.1rem;
  font-weight: 300;
  margin-bottom: 0px;
  text-align: center;
  background-color: white;
}

.card-primary.card-outline {
  border-top: 4px solid #147ea5;
  border-radius: 0px;
}

.login-page {
  background: #001F3F;
}

.btn-primary {
  color: #fff;
  background-color: #147ea5;
  border-color: #147ea5;
  box-shadow: none;
}

a {
  color: #147ea5;
  text-decoration: none;
  background-color: transparent;
}

.dropdown-item {

  color: #147ea5 !important;
}

.sidebar .nav-link p, .sidebar .user-panel .info {
  color: white;
}

#dropdownMenuButton{
  width: 100%;
  transition: all 0.2s;
}

#dropdownMenuButton:hover{
  width: 100%;
  color: white;
  opacity: 0.8;
}

.dropdown-menu.show {
  display: block;
  width: 100%;
}

.dropdown-item {
  text-align: center;
}


[class*="sidebar-dark-"] {
  background-color: #004184;;
}

[class*="sidebar-dark"] .btn-sidebar, [class*="sidebar-dark"] .form-control-sidebar {
  background: #004184;
  border: 1px solid #3ab9be;
  color: rgb(255, 255, 255);
}
.fa-search::before {
  content: "\f002";
  color: white;
}

[class*="sidebar-dark"] .btn-sidebar:hover {
  background: #47c5ca;
}

.input-group > .form-control-sidebar::placeholder {
  color: #fff;
}

.small-box h3 {
    font-size: 1.8rem;
}

.titulos-card {
  font-size: 16px;
  margin: 0;
  font-weight: 600 !important;
  text-align: center !important;
  padding-top: 3px;
}

.iconoheader{
  float: right;
  background-color: #fff;
  border-radius: 50%;
  color: #147ea5;
  height: 27px;
  line-height: 29px;
  width: 27px;
  font-size: 14px;
  text-align: center;
  visibility: hidden;
}

.iconomas{
  float: right;
  background-color: #fff;
  border-style: hidden;
  border-radius: 50%;
  color: #147ea5;
  height: 30px;
  text-align: right;
}

.iconocierra{
  float: right;
  background-color: #fff;
  border-radius: 50%;
  color: #147ea5;
  height: 27px;
  line-height: 29px;
  width: 27px;
  font-size: 14px;
  text-align: center;
}

.textodestacado{
  font-size: 26px;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
}

.textodestacado2{
  font-size: 26px;
  font-weight: 600;
  line-height: 0px;
  text-align: center;
}

.p-025{
  padding: .25rem;
}
.textoderecha {
  float: right;
  text-align:right;
  width:20px;
}

.textolnc{
  font-size: 26px;
  font-weight: 30px;
  line-height: 18px;
  text-align: right;
}

.textocentrado {
  text-align:center;
  line-height: 4px;
  font-size: 20px;
}

.textocentradod {
  text-align:center;
  line-height: 10px;
  font-size: 14px;
  padding-top: 5px;
}


.textoizquierda {
 float: left;
 width:50%;
 text-align:right;
}​

.simpleCircle [class*="fa fa-"] {
    
  background-color: #333;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin: auto 3px;
  width: 40px;
  font-size: 18px;
  text-align: center;
}

@media only screen 
   and (min-width : 320px) {
    .titulos-card {
      font-size: 13px;
      margin: 0;
      font-weight: 600 !important;
      text-align: center !important;
      padding-top: 3px;
    }
}

[class*="sidebar-dark-"] .nav-treeview > .nav-item > .nav-link.active, [class*="sidebar-dark-"] .nav-treeview > .nav-item > .nav-link.active:focus, [class*="sidebar-dark-"] .nav-treeview > .nav-item > .nav-link.active:hover {
  background-color: rgb(38, 101, 166);
  color: #343a40;
}
  
