/*Login*/
#particleground{
  background: #102239;
  min-height: 100vh
}
#particleground .row{
  width: 60%;
  height:400px;
  z-index:999;
}
#particleground .row>div:nth-child(1){
  background-color: #fff;
}
#particleground .row>div:nth-child(2){
  background-color: #dfdfdf;
}
#particleground .row>div:nth-child(2) .form-login{
  width: 80%;
}
/*End login*/

/*Sidebar*/
.navbar {
  flex-direction: column;
}
.navbar-collapse {
  flex-direction: column;
}
.sidebar {
  background-color: #ececec;
  /*display: flex;
    flex-direction: column;*/
  text-align: center;
  min-height: 100vh !important;
}
.sidebar a {
  width: 100%;
  padding: 15px;
  color: #565656;
  text-decoration: none;
}
.sidebar a:hover {
  color: #565656;
  background-color: rgba(0, 0, 0, 0.082);
}
@media screen and (max-width: 600px) {
  .logo-sidebar{
    width: 60% !important;
  }
  .navbar {
    flex-direction: row;
  }
  .navbar-collapse {
    flex-direction: column;
    display: flex;
  }
  .sidebar {
    min-height: 100% !important;
  }
}
/*End sidebar*/

/*Galeria*/
.carousel-caption{
  background-color: #2222227a !important;
}
/*Galeria*/

/*Popup Feriados*/
.btnpopupferiado {
  background-color: transparent;
  border: 0px;
  color: #0d6efd;
  text-decoration: underline;
}
#popup-feriados {
  visibility: hidden;
  position: fixed;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.8);
  height: 100vh;
  top: 0;
  width: 100vw;
  z-index: 9;
}
/*End Popup Feriados*/

/*btn*/
.btn-primary {
  background-color: #0C4593 !important;
  border-color: #0C4593 !important;
}
.btn-primary:hover {
  background-color: #24668b !important;
  border-color: #24668b !important;
}
.btn-link.text-primary {
  color: #0C4593 !important;
}
.btn-link.text-primary:hover {
  color: #24668b !important;
}
/*End btn*/
.disabled-btn.btn-primary {
  pointer-events: none;
  background-color: #719cb9 !important;
  border-color: #719cb9 !important;
}

.btn-append-to-end {
  flex: 0 0 auto !important;
  width: auto !important;
  margin-left: auto;
}
@media screen and (max-width: 600px) {
  .btn-append-to-end {
    margin-left: auto;
    margin-right: auto;
  }
}

/* Modal detalle capacitaciones */
.modal-content {
  margin: auto;
  padding: 0;
  /*width: 80% !important;*/
  border-radius: 0.8rem !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  animation-name: animatetop;
  animation-duration: 0.4s;
}
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.modal-body {
  padding: 2px 16px;
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
#capaModalBackdrop:not(.show) {
  z-index: -100;
}
#capaModalBackdrop.modal-backdrop {
  animation: none;
  transition: none;
}
/* Fin Modal detalle capacitaciones */
/**/
.input-to-text {
  border: none !important;
  background-color: transparent !important;
  width: 100% !important;
  font-weight: 600 !important;
  box-shadow: none !important;
  padding-left: 0 !important;
}
@media (min-width: 1200px) {
  #sesiones .col-xl-1 {
    width: 10%;
    padding-right: 0;
  }
  #sesiones .col-xl-1 input {
    padding-right: 0;
  }
}

/**/
/*particulas*/
#particleground {
  position: relative;
  }
  #particleground .et_pb_fullwidth_header>.et_pb_fullwidth_header_container{
    min-height: 100vh!important;
  }
  @media only screen and (max-width: 767px){
    #particleground .et_pb_fullwidth_header>.et_pb_fullwidth_header_container{
       min-height: 90vh!important;
       width: 100%!important;
    }
  }
  #particleground canvas {
  position: absolute;
  z-index: 996;
  opacity: 0.2;
  }
  #particleground section, .gradientBackground section, .animatedGradientBackground section {
  z-index: 999;
  }
 
  /* GRADIENT BACKGROUND */
  .gradientBackground:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 995;
  top: 0;
  left: 0;
  background: linear-gradient( 45deg, rgba(21, 45, 72,0.5), rgba(2, 5, 12, 0.9));
  }
  .animatedGradientBackground:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 995;
  background: linear-gradient(226deg, rgba(227,77,103,0.8), rgba(246,101,60,0.8), rgba(30,131,236,0.8), rgba(88,65,184,0.8));
  background-size: 800% 800% !important;
  -webkit-animation: animatedGradientBackground 20s ease infinite;
  -moz-animation: animatedGradientBackground 20s ease infinite;
  -o-animation: animatedGradientBackground 20s ease infinite;
  animation: animatedGradientBackground 20s ease infinite;
  }
  @-webkit-keyframes animatedGradientBackground {
  0% {
  background-position: 93% 0%
  }
  50% {
  background-position: 0% 100%
  }
  100% {
  background-position: 93% 0%
  }
  }
  @-moz-keyframes animatedGradientBackground {
  0% {
  background-position: 93% 0%
  }
  50% {
  background-position: 0% 100%
  }
  100% {
  background-position: 93% 0%
  }
  }
  @-o-keyframes animatedGradientBackground {
  0% {
  background-position: 93% 0%
  }
  50% {
  background-position: 0% 100%
  }
  100% {
  background-position: 93% 0%
  }
  }
  @keyframes animatedGradientBackground {
  0% {
  background-position: 93% 0%
  }
  50% {
  background-position: 0% 100%
  }
  100% {
  background-position: 93% 0%
  }
  }
  /*fin particulas*/