
.txt-indent{
	width: 8%;
	float: left;
	display: block;
	height: 27px;
	transition: all 0.5s;
}

.active  .txt-indent {
	width:0%!important;
	transition: all 0.5s;
}

.contenedor-acordeon {
	max-width:480px;
	margin:0 auto;
	width:95%;
} 

a:focus,
a:hover,
a:active {
  outline: 0;
  text-decoration: none;
}

.panel {
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #fff;
  background: none;
  box-shadow: none;
  margin-bottom:10px!important;
}

.panel:last-child {
 /* border-bottom: none;*/
}

.deg a:before {
			transform: rotate(180deg)!important;
}


.active .panel-title a {
    display: block;
    color: #000;
    padding: 15px 0px 15px 14px;
    position: relative;
    background-color: white;
	font-family:gotham_bold, Verdana, Geneva, sans-serif!important;
	transition: all 0.5s;
}




#accordion .panel-title a:hover {
    display: block;
    color: #000;
    padding: 15px 0px 15px 14px;
    position: relative;
    background-color: white;
    transition: all 0.5s;
}

#accordion .panel-title a:hover img, #accordion .panel-heading.active a img, #accordionInt .panel-heading a img  {
    -webkit-filter: brightness(0) invert(0);
    filter: brightness(0) invert(0);
    transition: all 0.5s;
}

#accordionInt .panel-title a {
    display: block;
    color: #000;
    padding: 15px 0px 15px 14px;
    position: relative;
    background-color: white;
	font-family:gotham_bold, Verdana, Geneva, sans-serif!important;
	transition: all 0.5s;
}


.panel-title a img {
    transition: all 0.5s;
    width: 13%;
}

.panel-group > .panel:first-child .panel-heading {
  	border-radius: 0px 0px 0 0;
}

.panel-group .panel-heading {
    border-bottom: 0px solid #fff;
}
.panel-group .panel {
  	border-radius: 0;
}

.panel-group .panel + .panel {
  margin-top: 0;
}

.panel-heading {
  background-color: transparent;
  border-radius: 0;
  border: none;
  color: #fff;
  padding: 0;
}

.panel-title a {
  display: block;
  color: #fff;
  padding: 15px 0px 15px 14px;
  position: relative;
  font-size: 22px;
  /* font-weight: 400; */
  transition: all 0.5s;
  font-family:gotham_book, Verdana, Geneva, sans-serif;
  letter-spacing: -0.5px;
}

.panel-body {
  background: #fff;
  padding:0px 15px 15px 15px!important;
}

.panel:last-child .panel-body {
  border-radius: 0 0 0px 0px;
}
.panel:first-child .panel-title a {
  /* font-size: 22px!important; */
  /* padding: 15px 15px 10px 15px; */
}

/*.panel:first-child .panel-title a:before,
.second-child a:before {
  top: 8px!important;
}*/

.panel:last-child .panel-heading {
  border-radius: 0 0 0px 0px;
  /*transition: border-radius 0.3s linear 0.2s;*/
}

.panel:last-child .panel-heading.active {
  border-radius: 0;
  transition: border-radius linear 0s;
}
/* #bs-collapse icon scale option */

.panel-heading a:before {
  /* content: '\e146'; */
  /* position: absolute; */
  /* font-family: 'Material Icons'; */
  /* right: 5px; */
  /* top: 6px; */
  /* font-size: 24px; */
  /* transition: all 0.5s; */
  /* transform: scale(1); */
}

.panel-heading.active a:before {
  content: ' ';
  transition: all 0.5s;
  transform: scale(0);
}

#bs-collapse .panel-heading a:after {
  content: ' ';
  font-size: 24px;
  position: absolute;
  font-family: 'Material Icons';
  right: 5px;
  top: 6px;
  transform: scale(0);
  transition: all 0.5s;
}

#bs-collapse .panel-heading.active a:after {
  content: '\e909';
  transform: scale(1);
  transition: all 0.5s;
}
/* #accordion rotate icon option */

#accordion .panel-heading a:before {
  content: '\e316';
  font-size: 39px;
  position: absolute;
  font-family: 'Material Icons';
  right: 5px;
  /* top: 22%; */
  transform: rotate(90deg);
  transition: all 0.5s;
  /* vertical-align: middle; */
  height: 71%;
}

#accordion .panel-heading.active a:before {
  transform: rotate(180deg);
  transition: all 0.5s;
}

#accordion .panel-heading  a span {
	display: -webkit-inline-box;
    vertical-align: middle;
    padding-top: 5px;
}

a.deactivate {
	background:#222222!important;
	color:#FFF!important;
	cursor:default
}

 a.flecha:before {
  content: '\e316';
  font-size: 26px;
  position: relative;
  font-family: 'Material Icons';
  /* right: 111px; */
  float: right;
  top: -5px;
  transform: rotate(90deg);
  transition: all 0.5s;
  /* display: inline; */
  margin-right: 2%;
  /* height: 20px; */
}

a.open:before {
  transform: rotate(180deg);
  transition: all 0.5s;
}



#accordion .panel-heading .no-before:before {
  content: ''!important;
  }


/*#accordion .panel-heading.active a:before {
content: ''!important;
}*/
.pd {
	padding: 10px 0px 10px 14px!important;
}




