.T1-secc {
   font-size: var(--L_H1_fsize);
   margin: 0px;
   color: var(--CIV_Azul);
}
.T4-normal_blue {
   font-weight: bold;
   color: var(--CIV_Azul);
}
.ST6-Blue {   
   text-align: center;   
   color: var(--CIV_Azul);
   font-size: 18px;   
   margin: 22px 0px;
}
.T-Green {color: var(--CIV_Verde) !important;}
.T3-Blue_promos {
   align-content: center;
   color: var(--CIV_Azul);
   font-size: 24px;
   font-weight: 800;
}
.T4-Blue_msg {
   align-content: center;
   color: var(--CIV_Azul);
   font-size: 48px;
   font-weight: 800;
   letter-spacing: 24px;
   word-spacing: 20px;
}
.T5-green_blue {
   font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
   color: transparent;
   font-weight: 900;
   font-size: 8rem;
   text-align: center;
   -webkit-text-stroke: 3px var(--Redes_green);
}
.T6-text_white {
   color: var(--CIV_Blanco);
   font-weight: 600;
   font-size: 2.6rem;
   text-align: center;
}
.T7-green_large {
   color: var(--Redes_green);
   font-size: 6rem;
   text-align: center;
}
.T8-faq_q {
   color: var(--CIV_Blanco);
   background-color: var(--CIV_Cyan);
   padding: 14px 4px;   
   margin: 2px 0px;
   cursor: pointer;
}
.T9-faq_r {
   color: var(--CIV_Negro);
   margin-bottom: 20px;
   display: none;
   padding: 12px;
   line-height: 1.6;
}