/*Estilo para el boton para ir arriba de la pagina*/

body {
  font-family: 'Mukta', sans-serif;
  font-size: 12px;
}

.form-control {
  font-size: 0.7rem;
}

.scrollup {
  width: 40px;
  height: 40px;
  opacity: 0.7;
  position: fixed;
  bottom: 50px;
  right: 1%;
  display: none;
  text-indent: -9999px;
  background: url('../../assets/img/icon_top.png') no-repeat;
  z-index: 10;
}

/* JE- Se agrega scroll  de navegación (12/04/2023). */
.scrolldown {
  width: 40px;
  height: 40px;
  opacity: 0.7;
  position: fixed;
  right: 1%;
  text-indent: -9999px;
  background: url('../../assets/img/icon_down.png') no-repeat;
  z-index: 10;
}

/* Estilo para mostrar la animacion cargando... */

.animationload {
  background: #ffffff;
  filter: alpha(opacity=80);
  /* For IE8 and earlier */
  height: 100%;
  opacity: 0.8;
  position: fixed;
  width: 100%;
  z-index: 99999;
}

#imageLoad {
  background: url('../../assets/images/reload.gif') no-repeat;
  height: 100px;
  left: 50%;
  margin: -33px 0 0 -33px;
  position: absolute;
  top: 50%;
  width: 100px;
}

.container-gesi {
  background-color: white;
}

.container-gesi .title {
  background-color: #b91818;
  color: white;
  font-size: 1.4rem;
  font-weight: bold;
}

.container-gesi .title-2 {
  background-color: #a59797;
  color: white;
  font-size: 1rem;
  text-align: center;
}

.container-gesi .title-3 {
  color: black;
  font-size: 1rem;
}

.row-underline {
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px #e5e5e5 solid;
}

.btn-default {
  background-color: #E94C5F;
  border-color: #E94C5F;
  color: #fff;
}

.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.btn-default:visited,
.btn-default:link {
  background-color: #e42037;
  border-color: #e42037;
  color: #fff;
}

.btn-default:disabled {
  background-color: #E94C5F;
  border-color: #E94C5F;
  color: #fff;
}

.page-link {
  background-color: #fff;
  border-color: #dee2e6;
  color: #313131;
}

.page-link:active,
.page-link:focus,
.page-link:hover,
.page-link:visited,
.page-item.active .page-link {
  background-color: #5a5a5a;
  border-color: #5a5a5a;
  color: #fff;
}

.page-link:disabled {
  background-color: #313131;
  border-color: #313131;
  color: #fff;
}

.page-item.previous .page-link,
.page-item.next .page-link {
  background-color: #fff;
  border-color: #dee2e6;
  color: #6c757d;
}