/* The sidepanel menu INTERNO*/
.sidepanel {
    height: 100%; /* Specify a height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 6; /* Stay on top */
    top: 0;
    left: 0;
    background-color: #adb5bd; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 0px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidepanel */
  }  
  /* The sidepanel links */
  .sidepanel a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 12px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
  }
  #buscador-menu .btn {
    border-radius: unset !important;
    border-bottom-left-radius: 1rem;
    border-radius: 0px 0px 0px 0px !important;
    -moz-border-radius: 0px 0px 0px 0px !important;
    -webkit-border-radius: 0px 0px 0px 0px !important;
    background-color: #e94f13;
    color: white;
}
  /* When you mouse over the navigation links, change their color */
  .sidepanel a:hover {
    color: #df633a;
    padding-left: 5px;
  }
  .sidepanel-overlay
  {
    position:fixed;
    right: 0px;
    top: 0px;
    width: 90%;
    height:120%;
    background-color: rgba(0, 0, 0, 0.616);
    z-index: 5;
    display: none;
  }
  /* Position and style the close button (top right corner) */
  .sidepanel .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 20px;
    margin-left: 40px;
  }
  
  /* Style the button that is used to open the sidepanel */
  .openbtn {
    font-size: 30px;
    cursor: pointer;
    background-color: rgb(31, 31, 31);
    color: #df633a;
    padding: 10px 15px;
    border: none;
  }
  .openbtn2 {
    font-size: 30px;
    cursor: pointer;
    background-color: rgb(31, 31, 31);
    color: white;
    padding: 10px 15px;
    border: none;
  }

  .openbtn:hover {
    /*background-color: #df633a;*/
  } 
  .panel2{
    color: #ffffff;
    padding-top: 12px;
    padding-bottom: 4px;
    background-color: #343a40;
    text-transform: uppercase;

  }
  #suggestions {
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
    height: auto;
    position: absolute;
    top: 55px;
    z-index: 100;
    width: 680px;
  }
  
  #suggestions .suggest-element {
      background-color: #fff;
      border-top: 1px solid #fff;
      cursor: pointer;
      padding: 8px;
      width: 100%;
      float: left;
  }
  #suggestions a{
    color: black;
    text-decoration: none;
  }
  #suggestions a:hover{
    font-weight: 800 !important;
  }
  /*MENU ACORDION*/

  /* Style the buttons that are used to open and close the accordion panel */
.accordion {
    background-color: #ecf2f7;
    color: rgb(27, 27, 27);
    cursor: pointer;
    padding: 12px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.5s;
    font-size: 12px;
  }
  
  /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
  #mySidepanel .active, .accordion:hover {
    background-color: #6c757d;
    font-weight: 800 !important;
  }
  
  /* Style the accordion panel. Note: hidden by default */
  #mySidepanel .panel {
    padding: 0 5px;
    background: rgb(69,69,69);
    background: linear-gradient(180deg, #ced4da 0%, #adb5bd 37%, #adb5bd 63%, #ced4da 100%);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
  }
  .sidepanel a {
    color: #000;
}

  .accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: white;
    float: right;
    margin-left: 5px;
  }  
  #mySidepanel .active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
  }
  .fa, .fas, .far, .fal, .fad, .fab {
    font-size: 0.9rem;
}

.selectpicker{
  background-color:#222222;
  color: white;
  border: none !important;
  border-radius: 0px;
  padding: 6px 20px;
}

.selectpicker .option:hover{

  background-color: #df633a;

}

.selectUni{
  background-color:white;
  color: #222222;
  border: none !important;
  border-radius: 0px;
  padding: 6px 20px;
}

.rounded{
  background-color:white;
}

.boton-menu{
  padding-right: 40px;
}

.rounded:focus{
  background-color: white;
}

.selectCon{
  background-color:#df633a;
  color: #222222;
  border: none !important;
  border-radius: 0px;
  padding: 6px 20px;
}

.boton-color{
  background-color: #df633a;
}

.boton-menu  span.titulo
{
  position: relative;
  top: -6px;
  left: -10px;
}