
*{
    margin: 0;
    padding: 0;
}

body{
    background: #fff;
}

/*CARGA DE PAGINA*/
.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.centrado{
	width: 100%;
	min-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #D8D8D8;
	opacity: 0.7;
	position: fixed;
	top: 0;
	z-index: 100;
	overflow-y: hidden;
}





#index-banner{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 45vh;
}
.ind-ban-color{
    width: 100%;
    top: 0;
    height: 30vh;
    background: linear-gradient(rgba(17, 56, 142, 1), rgba(17, 56, 142, 0.7)), 
    url('../img/fondo-banner.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    border-radius: 0px 0px 70px 70px;
}
.ind-ban-logo{
    width: 190px;
    height: 190px;
    background: #f7f5f7;
    border-radius: 100%;
    position: absolute;
    top: 16%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 2px 11px 0px rgba(168,162,162,0.75);
    -webkit-box-shadow: 1px 2px 11px 0px rgba(168,162,162,0.75);
    -moz-box-shadow: 1px 2px 11px 0px rgba(168,162,162,0.75);
}
#index-banner img{
    width: 100px;
    margin-top: -10px;
    margin-bottom: -20px;
}
#index-banner h1{
    font-size: 40px;
    font-weight: 900;
    color: #11388e;
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
}

#index-opciones{
    width: 90%;
    height: 40vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: auto;
}
.opc{
    padding: 10px;
    width: 35%;
    height: 35%;
    background: #f7f5f7;
    margin: 1px;
    border-radius: 5px;
    box-shadow: 1px 2px 11px 0px rgba(168,162,162,0.75);
    -webkit-box-shadow: 1px 2px 11px 0px rgba(168,162,162,0.75);
    -moz-box-shadow: 1px 2px 11px 0px rgba(168,162,162,0.75);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align:center;
    color: #1a54d4;
    cursor: pointer;
}
.opc h2{
    font-size: 15px;
    font-family: verdana;
    margin-top: 5px;
    color:  #4d375c;
}
#version{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: verdana;
    font-size: 16px;
    color: #d2d2d2;
    position: absolute;
    bottom: 12px;
}
#info{
    position: absolute;
    top: 20px;
    right: 20px;
    color: #f7f5f7;
    font-size: 12px;
}

/*ESTILO DE REGISTRAR INCIDENCIA*/
#contenedor_principal{
    width: 100%;
    color: #fff;
}
.contenedor_principal{
    width: 95%;
    margin: auto;
}
.registrar_banner{
    padding: 20px;
    background: #11388e;
}
.registrar_banner h2{
    font-size: 27px;
    font-family: "Anton", sans-serif;
    font-weight: 900;
    font-style: normal;
}
.registrar_banner p{
    font-size: 12px;
    font-family: verdana;
    margin-top: -8px;
    color: #f7f5f7;
}
#contenedor_principal button{
    max-width: 100%;
    margin: auto;
}

.botones{
    display: flex;
    justify-content: space-between;
}
.botones button{
    width: 48%;
}

#resultados{
    padding:10px;
    text-align: center;
    font-family: verdana;
    font-size: 16px;
    color: #000222;
}

#tabla-rep{
    font-size: 14px;
}
#tabla-rep tbody{
    font-size: 12px;
    text-align: left;
}

#tabla_numeros{
    color: #000;
    padding: 10px;
}






