html, body{
	height: 100%;
}

#main{
	/*display: flex;*/
	background: url(../img/fondo.jpg);
	background-size: cover;
	flex-wrap: wrap;
	height: calc(100%);
}

.header{
	top: 0;
	width: 100%;
	position: relative;
	justify-content: space-between;
	padding-top: 10px;
	height: 120px;
}

.header-left{
	max-width: 40%;
	min-width: 300px;
}

.header-right{
	padding: 10px;
	border-radius: 50%;
	align-self: center;
	position: absolute;
	right: 0;
	top:  0;
	width: 200px;
}


.header-right img{
	/*max-height: 100%;*/
	display: block;
	margin-right: auto;
	margin-left: auto;
}


.header-center{
	text-align: center;
	display: block;
	background: white;
	padding: 10px;
  border-radius: 20px;
  margin-bottom: 20px;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 9;
  max-width: 400px;
  display: block;
  margin-right: auto;
  margin-left: auto;

}

.header-center img{
	width: 500px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.busqueda h1{
	color: white;
	font-weight: bold;
	text-shadow: 3px 3px 2px rgba(0,0,0,0.2);
	font-size: 18px;
}

.center{
	width: 600px;
	max-width: 90%;
	margin: auto;
	/*position: absolute;*/
	/*top: 0; left: 0; bottom: 0; right: 0;*/
	text-align: center;

	font-family: 'Montserrat', sans-serif;
}

.busqueda{
	background: #97161F;
  	border-radius: 20px;
	padding: 20px;
}

.center label{
	color: white;
  	font-weight: 200 ;
}

.center button{
	background-color: #AAFF17;
	border-color: #AAFF17;
	background-image: unset;
	color: white;
	font-size: 14px;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.center button:hover{
	color: #fff;
    background-color: #5c636a;
    border-color: #565e64;
}


/*-----------------------------------------------------*/

#side{
    background-image: url("../img/side.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    min-height: 100vh;
    height: 100%;
 }

.escondido{
	display: none !important;
}
.header-resultados{
	background-color: #770011;
	color: white;
	align-items: center;
	margin-top: 30px;
	/*padding-top: 30px;*/
}

.header-resultados h1{
	text-align: right;
}

#cambiarBusquedaAControl, #buscarCurp{
	margin-top: 10px;
}

.logo-rojo{
	display: flex;
	background: white;
	width: 120px;
	height: 80px;
	border-radius: 80px;
	padding: 10px;
	margin-left: 20px;
}

.logo-rojo img{
	display: block;
	margin-right: auto;
	margin-left: auto;
	align-self: center;
	max-width: 100% !important;
}

.busqueda-resultados{
	padding-top: 60px;
	display: flex;
	flex-wrap: wrap;
}

.busqueda-resultados .btn{
	margin-top: 10px;
	align-self: center;
}

.busqueda-resultados svg{
	margin-left: 10px;
}

.busqueda-resultados .search{
	background-color: #AAFF17;
	border-color: #AAFF17;
}

.error-resultados{
	height: 400px;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: red;
}

.error-resultados{
	height: 400px;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: red;
}

.loading {
	height: 80px;
    font-size: 30px;
    text-align: center;
}

.lista-resultados{
	min-height: 400px;
  padding-top: 20px;
}

.dataTables_info{
   padding-bottom: 40px;
}
.lista-resultados table i{
	cursor: pointer;
	font-size: 18px;
	color: #770011;
}

.lista-resultados p{
	font-family: 'Montserrat';
	font-weight: bold;
}
.lista-resultados table th{
	text-align: center;
}


.lista-resultados .prueba{
	width: 80%;
}

.lista-resultados .prueba > div{
	text-align: left;
}

.lista-resultados .icon{
	text-align: center;
}

.lista-resultados svg{
	cursor: pointer;
}

.lista-resultados a{
	color: unset;
}
/*-----------------------------------------------------*/

.pdf-resultados{
	padding-top: 60px;
}

.pdf-resultados p{
	font-weight: bold;
}

.regresar{
	color: red;
	margin-bottom: 30px;
}

.regresar p{
	display: inline;
	margin-left: 10px;
}

.regresar a{
	color: unset;
}

#pdf{
	margin-top: 30px;
}


#pdf iframe{
	/*width: 100%;*/
}

/*---------------------------------------------------------------*/
footer .row{
	justify-content: center;
	flex-wrap: wrap;
	padding-top: 30px;
	padding-bottom: 20px;
}

footer a{
	display: block;
	color: white;
	text-decoration: underline;
	margin-bottom: 10px;
}

footer .logos{
	margin-top: 10px;
	margin-bottom: 20px;
}

footer{
	text-align: center;
}

/*---------------------------------------------------------------*/
.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  padding-top: 100px;

}
.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: #770011;
  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);
  }
}