/***************************
Add your custom styles below
****************************/

tr.titulo {
	background-color: #efecec!important;
}
span.exclusivo {
    font-weight: 800;
    margin-top: 0px;
    background-color: #1f9f97;
    border-radius: 20px;
    padding: 4px;
    text-align: center;
    color: #ffffff!important;
    font-size: 12px;
}

button.pregunta {
  background-color: #f8f8f8;
  color: #1F9F96;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 1.15rem!important;
  transition: 0.4s;
  height: auto;
}

.faq .active, .pregunta:hover {
  /*background-color: #ccc;*/
	color:#9C4A5C!important;

}
.pregunta:focus{
	color:#0A3B45!important;
}

.pregunta:before {
  content: '\025b8';
  color: #1F9F96;
  font-weight: bold;
  float: left;
  margin-right: 10px;
}

.faq .active:before {
  content: "\025bf";
	color:#9C4A5C!important;
}

.faq .panel {
  padding: 0 18px;
  margin: 0px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.faq {
	width:100%;
	align-content: center;
	justify-content: center;
}
.faq h2 {text-align: center;}
.contenedor{
		max-width:1200px;
		margin: 0 auto;	
	}
.contenedor:after{
		content: "";
 		display: table;
  		clear: both;
	}
.columna {
  float: left;
  width: 50%;
  padding: 10px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
.columna {
    width: 100%;
  }
	}