.fade-out {
    transition: opacity 0.5s; /* Duración del efecto de desvanecimiento */
    opacity: 0;
}

.ocultar{

        display:none !important;

}

#nnom{
	
  display:none;

}

#logo_login{
	 display:none;
	margin:0 auto;
	margin-bottom: 10px;
}

	@media only screen and (max-width: 700px) {
		#nnom{
   display:block;
		}
		
#logo_login{
	 display:block;
}
}

 .items p{
		  	margin-top:-8px;
			line-height:15px;
	  }
	  
	  
	
/* sección Acopios */
	
 #results-list
 {
	 width:96px z-index:200 !important; 
	 max-height: 70px !important; 
	 overflow-y: auto;
	   
 } 
 
  #results-list li
 {
   cursor:pointer;
  
 }
	  
	  
 #filtros
 {
	 width:100%;
	 background:rgba(0,0,0,0.1);
	 display:flex;
	 flex-wrap:wrap;
	 height:auto;
	 padding:5px;
	 margin-bottom:20px;
 } 
 
 #bodyTabla td {
	 background:rgba(0,0,0,0.03) !important;
 }
	  
	  
	  

  /* CSS DE LA HOME */
  
    #fil_t{
		display:flex;
		justify-content:center;
		align-items:center;
        padding:5px;
        border: 1px solid black;
        border-radius:20px;
        margin-bottom:10px !important;
        text-align:center;
       }




	@media only screen and (max-width: 700px) {
	
     #fil_t{
		 
		 flex-direction:column;
	 }



    }



.table {
	color:#3b3c45;
}
















	  
	  
@media (max-width: 700px) {
    .dats{
      display: flex;
      justify-content: flex-start;
      align-items:stretch;
      width: 100%;
      flex-wrap: wrap;
    }

		 .items
	  {
		width: 50%;
	
	  }
	  
	 
	  
	  h1{ 
	  font-size:18px !important;
	  }
  }
  
  
  