.spandbolder {
	font-weight: bolder;
	color: #A8AAAB;
}
.spanboldertable {
	font-weight: bold;
	color: #76787B;
}
.container {
	width: 100%;
	margin: 30px auto;
}
.container-faq {
	box-shadow: 0 0 15px -1px rgba(0, 0, 0, .1);
	padding: 5 px;
	font-style: normal;
	margin-bottom: 20px;
}
.container-faq .title-faq {
	text-align: center;
	font-size: 2rem;
	margin-bottom: 30px;
}
.container-faq .item-faq {
	box-shadow: 0 0 15px -1px rgba(0, 0, 0, .2);
	margin-bottom: 10px;
	border-radius: 10px;
}
.container-faq .item-faq .question {
	position: relative;
	display: flex;
	/*justify-content: space-between;*/
	align-items: center;
	/*background: rgba(43, 51, 122, .2);*/
	/*padding: 20px 20px 20px 10px;*/
	transition: .4s;
	background-color: rgb(245, 245, 245);
}
.container-faq .item-faq .question .more {
	display: flex;
	justify-content: center;
	align-items: center;
	/*box-shadow: 0 0 15px -1px rgba(0,0,0,.2);*/
	width: 40px;
	height: 40px;
	font-size: 1rem;
	cursor: pointer;
	transition: .4s;
	border-right: 1px solid #B2B2B9;
}
.container-faq .item-faq .question .more:hover {
	box-shadow: 0 0 15px -1px rgba(0, 0, 0, .4);
}
.container-faq .item-faq .question span {
	position: absolute;
	left: 10px;
	font-size: 3rem;
	top: 10px;
	opacity: .1;
}
.container-faq .item-faq .answer {
	position: relative;
	padding: 0 20px 0 90px;
	overflow: hidden;
	height: 0;
	transition: .4s;
}
.container-faq .item-faq .answer p {
	font-size: 1.3rem;
}
.container-faq .item-faq .answer span {
	position: absolute;
	left: 10px;
	font-size: 3rem;
	top: -10px;
	opacity: .2;
}
h3 {
	margin-left: 30px;
}
text {
	margin-left: 30px;
}
.item-faq ul {
	list-style: disc;
}
.figura180 {
	  transform: rotate(180deg);
}
.bolderfont{
	font-weight:bolder;
	margin-left: 0px;
}
@media (max-width:648px) {
	.ult-preg{
	font-size: 12px;
	}
	.container-faq .item-faq .answer
	{
	    position: relative;
	    padding: 0 20px 0 65px;
	    overflow: hidden;
	    height: 0;
	    transition: .4s;
	}
	text {
		margin-left: 15px;
	}
}
div.answer ul.espacioHola {
line-height: 25px; 
color: #385F46;
}






.text-justify {
  text-align: justify;
}

.titulo-llamado {
  text-transform: inherit;
  text-align: center;
  color: #626468;
  font-weight: bold;
  font-size: 20px;
}

.simu-color {
  color: #385F46;
}

.height-165 {
  height: 165px;
}

.height-40 {
  height: 40px;
}

.height-50 {
  height: 50px;
}

.height-60 {
  height: 60px;
}

.height-160 {
  height: 160px;
}

.height-360 {
  height: 360px;
}

.lineheight-25-color {
  line-height: 25px;
  color: #385F46;
}

.underline-red {
  color: #C3382F;
  text-decoration: underline;
  cursor: pointer;
}

.color-385F46 {
  color: #385F46;
}

.text-center {
  text-align: center;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-auto1 {
  margin: 0 auto;
}

.color-black {
  color: #000;
}
.margin-auto {
  display: block;
  margin: 0 auto;
}

.margin-0 {
  margin: 0px;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-left-15 {
  margin-left: 15px;
}

.overflow-inherit {
  overflow: inherit;
}

.bg-f5 {
  background: #F5F5F5;
}

.zindex-2 {
  z-index: 2;
}

.banner-green {
  background-color: #006d58;
}

.text-shadow-black {
  color: white;
  text-shadow: black 0.1em 0.1em 0.2em;
}

.padding-bottom-40 {
  padding: 0 0 40px 0;
}

.display-none {
  display: none;
}

.height-904 {
  height: 904px;
}

/* Aumentar especificidad */
div.text-center h3.terminos1 {
  color: #000;
  margin: 0px;
  text-align: center;
}

div.text-center h3.terminos2 {
	color: #000; margin:0 0 10px;
}

div.text-center h3.ico_figura.margin-auto {
  display: block;
  margin: 0 auto;
}