/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 25 2026 | 23:47:15 */
r/* Add your CSS code here.

*/ 

/* ACCORDION*/

.but_accor_galgrios {
  font-weight: 600;	
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: center;
  outline: none;
  transition: 0.4s;	
	 cursor: pointer;
}
.cante_but {
	color: #351F16;
	}
.active .cante_but, .but_accor_galgrios .cante_but:hover {
  color: #351F16;
}
/*
.but_accor_galgrios:before {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
	margin-right:15px;
	font-size:22px;
}

.active:before {
  content: '\2212';
}
*/
.panel_cante {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
  padding: 0 10px;
}

.but_accor_galgrios {}

.panel_cante {}