/*PREGUNTAS FRECUENTES STYLES */

#faqsOverlay{
    width: 100%;
	min-height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: rgba(0,0,0,0.74);
    
}

#faqsContainer{
	position: relative;
	background: white;
	padding: 100px 50px;
}


/* #faqsContainer h1 {
    font-size: 52px;
    font-weight: bold;
	margin-top: 0;
}
 */
#faqsCloseButton {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

#faqsIndex {
    float: left;
    width: 310px;
    min-height: 50px;
    margin-left: 10px;
}
	
@media (max-width: 768px){
	#faqsIndex {
		float: none;
	}
	.back-to-top{
	margin-left:75%;
	}
	
	
}



#faqsIndex > ul {
    padding: 0;
	line-height: 1.8;
}

#faqsIndex > ul > li{
	list-style: none;
}



#faqsIndex > ul > li > span{
	color: #2a5ac9;
	margin-right: 5px;
}

#faqsIndex > ul > li > a:hover { 
   color: #2a5ac9;
}

#faqsIndex > ul > li > a:active { 
   color: #2a5ac9 !important;
}



#faqsIndex > ul > li > a {
	font-weight: bold;
	font-size: 16px;
	color: #7c7c7c;	
} 


#faqsBody {
    overflow: hidden;
    min-height: 50px;
}

#faqsBody p {
	color:#7c7c7c;
}

#faqsBody h3 {
    font-size: 20px;
    font-weight: bold;
    color: #7c7c7c;
}

#faqsBody h4 {
    font-size: 20px;
    font-weight: bold;
	color: #2a5ac9;
	margin-top: 50px;
}

#faqsBody h5 {
    font-weight: bold !important;
    margin-top: 30px !important;
    color: #7c7c7c;
}

#faqsBody hr {
    border: 4px solid #ececec;
}

.faqSectionIndex ul {
    list-style: none;
    padding: 0;
	margin: 0;
}

.faqSectionIndex {
    padding: 45px 35px;
    border-radius: 10px;
    background-color: #f7f7f7;
    line-height: 2;
}

.faqSectionIndex ul > li a {
    color: #7c7c7c;
    font-weight: bold;
}

/*Back to top button*/

.faqSectionContent > .back-to-top{
	white-space:nowrap;
	margin-top: 40px;
	overflow:hidden;
	margin-left:90%;
	text-align: center;
	 font-size: 30px;
    font-weight: bold;
}

@media (max-width: 480px) {
  .faqSectionContent > .back-to-top{
		margin-left:75%;
	}
}

#faqsContainer .active a{
	color: #2a5ac9 !important;
    text-decoration: underline;
}


