/* your styles go here */

.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
  
  .sidebar a {
    padding: 0px 0px 8px 10px;
    text-decoration: none;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  .sidebar a:hover {
    color: #f1f1f1;
  }
  
  .sidebar .closebtn {
    position: absolute;
    top: 10px;
    right: 15px;
    margin-left: 50px;
  }

  .sidebarLogo {
    width: 60%;
    position: absolute;
    top: 10px;
    left: 15px;
    margin-left: 5px;
  }
  
  .openbtn {
    cursor: pointer;
    background-color: #111;
    color: white;
    padding: 10px 15px;
    border: none;
  }
  
  .openbtn:hover {
    background-color: #444;
  }
  
  #main-sidebar {
    transition: margin-left .5s;
    padding: 16px;
  }
  
  /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
  @media screen and (max-height: 450px) {
    .sidebar {padding-top: 15px;}
    .sidebar a {font-size: 18px;}
  }

  .items_resultados {
    position: relative;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    cursor: pointer;
  }
  .items_resultados::-webkit-scrollbar {
    display: none;
    
  }
  .item_resultado {
    display: inline-block;
  }

  /* ////////// */

  .bg-rj{
		background-image:linear-gradient(-20deg, #004040 0%, #004040 100%) !important	
	}
	.bg-lk{
		background-image:linear-gradient(to top, #004040 0%, #004040 1%, #004040 100%) !important	
	}
	.bg-lbr{
		background-image:linear-gradient(-20deg, #004040 0%, #004040 100%) !important	
	}
	.bg-ln{
		background-image:linear-gradient(-20deg, #004040 0%, #004040 100%) !important	
	}
	.bg-fd{
		background-image:linear-gradient(-20deg, #004040 0%, #004040 100%) !important	
	}
	.bg-sp{
		background-image:linear-gradient(-20deg, #004040 0%, #004040 100%) !important	
	}
	.bg-bs{
		background-image:linear-gradient(-20deg, #004040 0%, #004040 100%) !important	
	}
	.bg-ba{
		background-image:linear-gradient(-20deg, #004040 0%, #004040 100%) !important	
	}
	.bg-mba{
		background-image:linear-gradient(-20deg, #004040 0%, #004040 100%) !important	
	}
	.bg-lce{
		background-image:linear-gradient(-20deg, #004040 0%, #004040 100%) !important	
	}
	.bg-mg{
		background-image:linear-gradient(-20deg, #004040 0%, #004040 100%) !important	
	}
	.bg-bsp{
		background-image:linear-gradient(-20deg, #004040 0%, #004040 100%) !important	
	}
	.bg-pb{
		background-image:linear-gradient(-20deg, #004040 0%, #004040 100%) !important	
	}



  .parent{
    width:300px;
    border:5px solid red;
    overflow-x: hidden; 
    float:left;
  }
  .child{
    width:1000px;
    float:left;
    font-size:15px;
    font-family:arial;
    padding:10px;
    cursor: pointer;
  }