.hold-transition{
  background-color: black;
}

.pagos:hover{
  -webkit-transform:scale(1.25);
-moz-transform:scale(1.25);
-ms-transform:scale(1.25);
-o-transform:scale(1.25);
transform:scale(1.25);

}

.prueba{
	color:red;
	background-color: black;
	border-color: black;
  	border-style: solid;
  	border-width: 1px;
  	display: block;	
  	/*border: 5px solid red;*/
}

#resultados_min{
    	display: block;
    }

@media only screen and (max-width: 480px) {
	.prueba{
		background-color: red;
		
		/*display: block;	*/
    }

    #resultados_min{
    	display: none;
    }
}


.table {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	/* otros estilos ... */
  }

  .deshabilitado {
	background-color: #ddd;
	color: #aaa;
	cursor: not-allowed;
  }


  .hidden {
	display: none;
  }
  
  #documentos-container {
	margin-top: 20px;
  }
  
  #documentos-container .documento {
	display: inline-block;
	margin-right: 10px;
	position: relative;
  }
  
  #documentos-container .documento img {
	width: 100px;
	height: 100px;
	border: 1px solid #ccc;
  }
  
  #documentos-container .documento .btn-eliminar {
	position: absolute;
	top: 5px;
	right: 5px;
	background-color: #f44336;
	color: white;
	border: none;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	cursor: pointer;
  }
  

  ::view-transition-old(root),
  ::view-transition-new(root){
	animation-duration: 1s;
  }
