/**
*   Reglas CSS para el jQuery
*/

.ui-accordion-content {
  background: transparent;
  border: none !important;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  padding-left: 82px !important;
}
.ui-accordion-header {
  background: transparent !important;
  font-family: 'Source Sans Pro';
  font-size: 15px !important;
  font-weight: 400;
  line-height: 26px;
  outline: none !important;
}
.ui-state-default {
  border: none !important;
}
.ui-state-active {
  border: none !important;
  color: black;
}

.ui-icon.iconOpen {
  background: url("menos-cadiz.png") no-repeat;
  background-size: 41px;
  width: 41px !important;
  height: 41px !important;
  margin-right: 20px;
  border-radius: 3px;
  background-position: center;
  border: 2px solid #007abe;
}
.ui-icon.iconClosed {
  background: url("mas-cadiz.png") no-repeat;
  background-size: 41px;
  width: 41px !important;
  height: 41px !important;
  margin-right: 20px;
  border: 2px solid #007abe;
  border-radius: 3px;
  background-position: center;
}

.ui-icon.iconOpen2 {
  background: url("lado2.png") no-repeat;
  background-size: 40px;
  width: 41px !important;
  height: 41px !important;
  margin-right: 20px;
  border-radius: 3px;
  background-position: center;
}
.ui-icon.iconClosed2 {
  background: url("lado.png") no-repeat;
  background-size: 40px;
  width: 41px !important;
  height: 41px !important;
  margin-right: 20px;
  border-radius: 3px;
  background-position: center;
}

.check {
  height: 16px;
  width: 16px;
}

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

@media screen and (max-width: 655px) {
  .ui-accordion-content {
    padding-left: 17px !important;
  }
}

.menu-boton:hover .ui-icon.iconClosed2 {
  background: url("lado2.png") no-repeat;
  background-size: 40px;
  width: 41px !important;
  height: 41px !important;
  margin-right: 20px;
  border-radius: 3px;
  background-position: center;
}