.mod_ctc_mapas {
    display: flex;
    padding: 40px 16px;
    flex-direction: column;
    align-items: center;
    gap: 32px;

    @media (min-width: 992px) {
        
        flex-direction: row;
        justify-content: center;
    }
}

.mod_ctc_mapas_img_item {
    width: 80px;
    height: 80px;
}


.mod_ctc_mapas_contenido_titulo {
    color: var(--Color-Content-General-1, #2C2C2C);
    text-align: center;
    margin-bottom: 4px;
}
.mod_ctc_mapas_contenido_telef{
    display: flex;
    justify-content: center;
}
.mod_ctc_mapas_contenido_telef_item {
    color: var(--Color-Content-General-1, #2C2C2C);
    text-align: center;
    margin-bottom: 16px;
}
.mod_ctc_mapas_contenido_telef_item:hover{
    color: var(--Color-Content-General-1, #2C2C2C);
    text-align: center;
    margin-bottom: 16px;
    text-decoration: none;
}

.mod_ctc_mapas_contenido_enlace {
    display: flex;
    padding: var(--size-space-0, 0);
    align-items: flex-end;
    gap: var(--size-space-4, 4px);
    text-decoration: none;
}
.mod_ctc_mapas_contenido_enlace:hover{
    text-decoration: none;
}
.mod_ctc_mapas_contenido_enlace_texto {
    color: var(--Color-Content-Interactive-Active, #2F6852);
}

.mod_ctc_mapas_contenido_enlace_texto_img {
    width: var(--Size-icons-xs, 16px);
    height: var(--Size-icons-xs, 16px);
}