/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
/* agregado por RR
CSS Preguntas Frecuentes */

.faq_question {
	margin: 0px;
	padding: 8px;
	display: inline-block;
	cursor: pointer;
	font-weight: bold;
	font-size: 19px;}
 
.faq_answer_container {
	height: 0px;
	overflow: hidden;
	padding: 0px;
	background:#fff;}
 
.faq.open .faq_question {
	font-size: 19px;
    color: #fff;}
 
.faq {
	border-bottom: 3px solid #fff;}
 
.faq.open {
	border:none;
	background: #FF006B;
	color: #666666;}

.faq_answer {
	margin: 0px;
	/*padding: 8px;*/
	font-size: 17px;}

.color_text_blco {
	color: #fff;}	

.color_text_negro {
	color: #666666;}

.color_fondo_vazul {
	background: #28cfd4;}			

.color_fondo_gris {
	background: #ebebeb;}
/*hasta aqui*/

/* para otros objetos */

.index-dot {
    background: #000;
    text-align: center;
    border-radius: 57%;
    padding: 0 7px;
    color: white;
    font-weight: 600;
}

/* para la cuenta regresiva */
.num-cdown {
	color: var(--theme-color-default);
	font-size: 20px;
	line-height: 18px;
	font-weight: 500; }