.fuente p {
    font-family: Verdana, Geneva, Tahoma, sans-serif !important;
    color: #544774 !important;
}

.fondoAvion {
    background-image: url(https://ieechihuahua.org.mx/sistema/archivos/interno/paginas/PE2027/voto_extranjero/img/Papel.webp);
    background-repeat: no-repeat;
}

.efecto-transpa {
    margin-top: -15%;
    padding-top: -10%;
}

.fondo-gris {
    background-color: #f5f2f8;
}

.cNaranja {
    color: #e39c70;
}

.cBlack {
    color: #000
}

.bgNegro {
    background-color: #000;
}

.cMorado {
    color: #9b83bc;
}

.bgMorado {
    background-color: #9b83bc;
}

.bdr-abajo {
    border-bottom: 5px solid #1f0042;
}

.cNegro {
    color: #1f0042;
}

.padx {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}

.pady {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.pad-inf-grande {
    padding-bottom: 5rem !important;
}

.pad-sup-grande {
    padding-top: 5rem !important;
}

.flex-direction-column {
    flex-direction: column;
}

.img-INE {
    width: 100%;
}

.btn-tramitar {
    display: inline-block;
    padding: 8px 26px;
    background-color: transparent;
    border: 1px solid #9b83c5;
    border-radius: 15px;

    color: #9b83c5;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;

    cursor: pointer;
    text-decoration: none;
    line-height: 1.2;
}

.btn-tramitar:hover {
    background-color: #9b83c5;
    color: #fff;
}

.pad-intro {
    padding-top: 25%;
}

.card-voto {
    position: relative;
    height: 265px;
    padding: 85px 20px 20px;
    margin-bottom: 30px;
    background-color: #f4f0fa;
    border: 1px dashed #a77bea;
    border-radius: 16px;

    text-align: center;
}

.card-voto img {
    position: absolute;
    top: -55px;
    left: 50%;
    transform: translateX(-50%);

    width: 150px;
    height: 150px;
    object-fit: contain;
}

.card-voto h3 {
    margin: 10px 0 10px;

    color: #5d2d91;
    font-size: 24px;
    font-weight: 700;
}

.card-voto p {
    margin: 0;

    color: #7d6ba3;
    font-size: 16px;
    line-height: 1.45;
}



/* Encabezado */
.encabezado-titulo {
    text-align: center;
    margin-bottom: 55px;
}

.encabezado-titulo span {
    display: block;

    margin-bottom: 25px;

    color: #a77bea;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}



/* Contenedor de fechas */
.fechas-clave-contenido {
    display: flex;
    align-items: center;
    justify-content: space-between;

    /* max-width: 900px; */
}

/* Cada fecha */
.fecha-item {
    display: flex;
    align-items: center;
    padding-bottom: 40px;
    min-width: 250px;
}

.fecha-numero {
    margin-right: 20px;

    color: #652d91;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
}

.fecha-texto h3 {
    margin: 0 0 12px;

    color: #5d2d91;
    font-size: 21px;
    font-weight: 700;
}

.fecha-texto p {
    margin: 0;

    color: #5d2d91;
    font-size: 17px;
    font-weight: 600;
}

/* Pasaporte */
.fechas-clave-pasaporte {
    position: absolute;

    right: -115px;
    bottom: 0;

    width: 315px;
    height: auto;
    z-index: 2;
}

/* ------------------FAQ----------------- */

.faq-item {
    margin-bottom: 12px;

    border: 1px solid #e2d4f5;
    border-radius: 12px;

    overflow: hidden;
    background-color: #fff;
}

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;

    min-height: 64px;
    padding: 0 20px;

    color: #5d4a80;
    font-size: 16px;

    cursor: pointer;
}

.faq-icon {
    color: #e83e8c;
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
}

.faq-answer {
    display: none;

    padding: 0 20px 18px;

    color: #7d6ba3;
    font-size: 15px;
    line-height: 1.5;
}

.faq-item.active .faq-answer {
    display: block;
}

/*---------------------- CONTACTO --------------------*/

.contacto-voto {
    display: flex;
    gap: 16px;
}

.contacto-card {
    flex: 1;

    padding: 22px 24px;

    background-color: #fff;
    border: 1px solid #e2d4f5;
    border-radius: 12px;

    color: #6d5a8c;
    font-size: 14px;
    line-height: 1.5;
}

.contacto-card h3 {
    margin: 0 0 10px;

    color: #a77bea;
    font-size: 15px;
    font-weight: 400;
}

.contacto-card p {
    margin: 0;
}

.contacto-card a,
.cRosa {
    color: #e83e8c !important;
    text-decoration: none;
}

.contacto-card a:hover {
    text-decoration: underline;
}

.bdr-bottom-radius {
    border-radius: 0 0 15px 15px;
}

/* Tablets verticales sm*/
@media(max-width: 768px) {

    .pad-sup-grande {
        padding-top: 1rem !important;
    }

    .fondoAvion {
        background-size: contain;
        background-position: top;
    }

    .padx {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .img-INE {
        width: 100%;
        padding-bottom: 25px;
    }

    .card-voto {
        margin-top: 60px;
        height: 345px;
    }

    .fechas-clave-contenido {
        width: 92%;
        flex-direction: column;
    }

    .contacto-voto {
        width: 100%;
        flex-direction: column;
    }


}

/* Celulares xs*/
@media(max-width: 576px) {


    .card-voto {
        margin-top: 60px;
        height: 255px;
    }

}
