body,
html {
  font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
}

.prof-select {
  text-decoration: none !important;
}

.prof-select .prof-name {
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.4s;
}

.prof-select .prof-name:hover,
.prof-select .prof-name:hover {
  color: rgba(255, 255, 255, 1);
}

.lead {
  font-weight: 300 !important;
}

section {
  min-height: 80vh;
}

.bg-azul {
  background-color: #2c3da4 !important;
}

.bg-negro {
  background-color: #000 !important;
}

.bg-naranja {
  background-color: #ff6700 !important;
}

.bg-gris {
  background-color: #ececec !important;
}

.text-azul {
  color: #2c3da4 !important;
}

.text-naranja {
  color: #ff6700 !important;
}

.icon {
  height: 20px;
  width: 20px;
}

#login-form .form-control:focus {
  border-color: transparent;
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
}

.dropdown-toggle::after {
  display: none;
}

/* Navegacion */

.navbar-light .navbar-nav .nav-link {
  transition: all 0.5s;
  font-weight: 700;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  background-color: #dcdbdb !important;
  border-radius: 0.25rem;
}

#main-nav .dropdown-item {
  background-color: #f0f0f0 !important;
  border-radius: 0.25rem;
  margin-bottom: 0.5rem;
  padding: 1rem;
  transition: all 0.5s;
}

#main-nav .dropdown-item:hover {
  background-color: #2c3da4 !important;
  color: #fff;
}

#main-nav .dropdown-item:last-child {
  margin-bottom: 0rem;
  padding: 1rem;
}

/* nav experimental */

.mt--3 {
  margin-top: -3.5rem !important;
}

.p-header {
  padding: 3rem 1rem;
}

#exp-nav.navbar-dark .navbar-nav .nav-link {
  transition: all 0.5s;
  font-weight: 700;
}

#exp-nav .navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  background-color: #2c3da4 !important;
  color: #fff;
  border-radius: 0.25rem;
}

#exp-nav .dropdown-item {
  background-color: #0071ea !important;
  border-radius: 0.25rem;
  margin-bottom: 0.5rem;
  padding: 1rem;
  transition: all 0.5s;
  color: #fff;
}

#exp-nav .dropdown-item:hover {
  background-color: #2c3da4 !important;
  color: #fff;
}

#exp-nav .dropdown-item:last-child {
  margin-bottom: 0rem;
  padding: 1rem;
}

/* Login */

.foot-login {
  position: absolute;
  bottom: 10px;
  right: 20px;
}

.logo {
  height: 90px;
}

.bg-login {
  background-image: url(/frontini-template-b4/img/img-bg-login.jpg);
  background-position: center;
  background-size: cover;
  height: 100vh;
}

.bg-login::before {
  background-image: linear-gradient(135deg, #5ecafc 10%, #001cc3 100%);
  content: '';
  opacity: 0.9;
  position: absolute;
  height: 100vh;
  width: 100%;
}

/* Login */

/* Objetos */

.item-list {
  border-right: 1px solid #ddd;
}

.item-list:last-of-type {
  border: 0 !important;
}

.titulo-principal {
  font-size: 1.2rem;
  line-height: 1.2rem;
  text-align: left;
  margin-bottom: 0;
  color: #6c757d !important;
}

.dropdown-item {
  font-weight: 400;
  font-size: 0.9rem;
}

.img-thumb {
  object-fit: cover !important;
  object-position: center;
  width: 100%;
  height: 200px;
}

.custom-file-input ~ .custom-file-label::after {
  content: 'Buscar';
}

.archivos-button {
  transform: translateY(0px);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0) !important;
  transition: all 0.5s;
}

.archivos-button:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.a-archivos:hover {
  text-decoration: none !important;
}

.border-alert-danger {
  border-left: 5px solid #dc3545 !important;
}

.border-alert-warning {
  border-left: 5px solid #ffc107 !important;
}

.pulse-container {
  position: absolute;
  top: 9px;
  right: 7px;
}

.pulse-alert {
  height: 6px;
  width: 6px;
  background-color: #28a745;
  border-radius: 100%;

  animation: pulse 2s infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(49, 206, 85, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(49, 206, 85, 0.4);
    box-shadow: 0 0 0 0 rgba(49, 206, 85, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}

@media only screen and (max-width: 1024px) {
  /* responsive Login */
  .border-alert-danger {
    border-left: 1px solid #ddd !important;
    border-top: 5px solid #dc3545 !important;
  }

  .border-alert-warning {
    border-left: 1px solid #ddd !important;
    border-top: 5px solid #ffc107 !important;
  }

  .text-login {
    font-size: 1.7rem;
  }

  .subtext-login {
    font-size: 0.8rem;
  }

  .font-alert {
    font-size: 0.8rem;
  }
  /* responsive Login */

  .item-list {
    border-right: 0px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 1rem;
  }

  .item-acciones {
    padding-top: 1rem;
    justify-content: flex-start !important;
  }

  .item-acciones .dropdown-menu-right {
    right: auto;
    left: 50px !important;
  }

  .item-total .float-right {
    float: left !important;
  }

  .titulo-principal {
    font-size: 1.1rem;
    text-align: center;
    margin-bottom: 1rem;
  }
}

@media only screen and (max-width: 320px) {
  /* responsive Login */

  .text-login {
    font-size: 1.4rem;
  }

  .subtext-login {
    font-size: 0.8rem;
  }

  .font-alert {
    font-size: 0.8rem;
  }

  .bg-login {
    height: 120vh;
  }

  .bg-login::before {
    height: 120vh;
    width: 100%;
  }

  .foot-login {
    position: absolute;
    bottom: -100px;
    right: 20px;
    font-size: 0.8rem !important;
  }

  .logo {
    height: 70px;
  }
  /* responsive Login */
}



